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

1.6       bisitz      1: # The LearningOnline Network with CAPA
                      2: # Chinese Simplified Localization Lexicon
                      3: #
1.118   ! bisitz      4: # $Id: zh.pm,v 1.117 2013/12/20 17:18:48 bisitz Exp $
1.6       bisitz      5: #
                      6: # Copyright Michigan State University Board of Trustees
                      7: #
                      8: # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                      9: #
                     10: # LON-CAPA is free software; you can redistribute it and/or modify
                     11: # it under the terms of the GNU General Public License as published by
                     12: # the Free Software Foundation; either version 2 of the License, or
                     13: # (at your option) any later version.
                     14: #
                     15: # LON-CAPA is distributed in the hope that it will be useful,
                     16: # but WITHOUT ANY WARRANTY; without even the implied warranty of
                     17: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     18: # GNU General Public License for more details.
                     19: #
                     20: # You should have received a copy of the GNU General Public License
                     21: # along with LON-CAPA; if not, write to the Free Software
                     22: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     23: #
                     24: # /home/httpd/html/adm/gpl.txt
                     25: #
                     26: # http://www.lon-capa.org/
                     27: #
                     28: ######################################################################
                     29: ######################################################################
                     30: 
                     31: 
                     32: package Apache::localize::zh;
                     33: use base qw(Apache::localize);
                     34: 
                     35: %Lexicon=('_AUTO' => 1,
                     36: 'char_encoding'=> 'UTF-8',
                     37: 'language_code'=> 'zh',
                     38: 'lang_locale' => 'zh-cn.utf8',
1.79      bisitz     39: 'date_locale'  =>
1.9       zhu        40:       '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds',
1.6       bisitz     41: 'date_months'  => '一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十一月,十二月',
                     42: 'date_days'    => '星期日,星期一,星期二,星期三,星期四,星期五,星期六',
                     43: 'date_am' => '上午',
                     44: 'date_pm' => '下午',
                     45: 'htmlarea_lang' => 'zh-cn',
                     46: 
                     47:    'Domain'
                     48: => '领域',
                     49: 
                     50:    'Domain:'
                     51: => '领域:',
                     52: 
                     53:    'Server'
1.7       zhu        54: => '服务器',
1.6       bisitz     55: 
                     56:    'Server Load'
1.7       zhu        57: => '服务器负载',
1.6       bisitz     58: 
                     59:    'User Load'
1.7       zhu        60: => '用户负载',
1.6       bisitz     61: 
                     62:    'Help'
                     63: => '帮助',
                     64: 
                     65:    'Log in'
                     66: => '登录',
                     67: 
                     68:    'Log-in to LON-CAPA'
                     69: => '登录 LON-CAPA',
                     70: 
                     71:    'Username'
                     72: => '用户名',
                     73: 
                     74:    'Password'
                     75: => '密码',
                     76: 
                     77:    'choose'
1.10      zhu        78: => '选择',
1.6       bisitz     79: 
                     80:    'enter'
1.12      zhu        81: => '进入',
1.6       bisitz     82: 
                     83:    'view'
1.93      raeburn    84: => 'view',
1.6       bisitz     85: 
                     86:    'calendar'
1.10      zhu        87: => '日历',
1.6       bisitz     88: 
                     89:    'prefer-'
1.93      raeburn    90: => 'prefer-',
1.6       bisitz     91: 
                     92:    'ences'
1.93      raeburn    93: => 'ences',
1.6       bisitz     94: 
                     95:    'role'
1.10      zhu        96: => '角色',
1.6       bisitz     97: 
                     98:    'course'
1.10      zhu        99: => '课程',
1.6       bisitz    100: 
                    101:    'Course'
1.10      zhu       102: => '课程',
1.6       bisitz    103: 
                    104:    'Section/Group'
1.10      zhu       105: => '科/组',
1.6       bisitz    106: 
                    107:    'today'
1.10      zhu       108: => '今日',
1.6       bisitz    109: 
                    110:    'last week'
1.10      zhu       111: => '上周',
1.6       bisitz    112: 
                    113:    'last month'
1.10      zhu       114: => '上个月',
1.6       bisitz    115: 
                    116:    'last three months'
1.10      zhu       117: => '过去3个月',
1.6       bisitz    118: 
                    119:    'last six months'
1.10      zhu       120: => '过去6个月',
1.6       bisitz    121: 
                    122:    'last year'
1.10      zhu       123: => '去年',
1.6       bisitz    124: 
                    125:    'Submit'
1.10      zhu       126: => '提交',
1.6       bisitz    127: 
                    128:    'Rename'
                    129: => '重命名',
                    130: 
                    131:    'Save'
                    132: => '保存',
                    133: 
                    134:    'Save All'
1.9       zhu       135: => '全部保存',
1.6       bisitz    136: 
                    137:    'Done'
1.10      zhu       138: => '完成',
1.6       bisitz    139: 
                    140:    'Select User'
                    141: => '选择用户',
                    142: 
                    143:    'Select Course'
                    144: => '选择课程',
                    145: 
                    146:    'Changes will become active for your current session after'
1.93      raeburn   147: => 'Changes will become active for your current session after',
1.6       bisitz    148: 
                    149:    're-initializing course'
1.10      zhu       150: => '课程重新初始化',
1.6       bisitz    151: 
                    152:    ', or the next time you log in.'
1.12      zhu       153: => ',或在您下次登录。',
1.6       bisitz    154: 
                    155:    'Uploaded Document'
1.10      zhu       156: => '上传文件',
1.6       bisitz    157: 
                    158:    'No content modifications yet.'
1.12      zhu       159: => '还没有修改任何内容。',
1.6       bisitz    160: 
                    161:    'Part is not open to be viewed. It'
1.93      raeburn   162: => 'Part is not open to be viewed. It',
1.6       bisitz    163: 
                    164:    'Unable to determine if this resource is open due to network problems. Please try again later.'
1.93      raeburn   165: => 'Unable to determine if this resource is open due to network problems. Please try again later.',
1.6       bisitz    166: 
                    167:    'Note: it can take up to 10 minutes for changes to take effect for all users.'
1.10      zhu       168: => '注意:所有用户更改生效可能需要10分钟。',
1.6       bisitz    169: 
                    170:    'Language'
                    171: => '语言',
                    172: 
                    173:    'Notes'
1.10      zhu       174: => '注释',
1.6       bisitz    175: 
                    176:    'Abstract'
1.10      zhu       177: => '摘要',
1.41      bisitz    178: 
1.6       bisitz    179:    'Create a user or modify the roles and privileges of a user'
1.10      zhu       180: => '创建或修改用户的角色和权限',
1.6       bisitz    181: 
                    182:    'View course assessment statistics'
1.26      zhu       183: => '查看课程评估统计',
1.6       bisitz    184: 
                    185:    'Set deadlines and other assessment parameters, as well as modify course environment'
1.10      zhu       186: => '设置最后期限和其他评估参数,以及修改课程环境',
1.6       bisitz    187: 
                    188:    'New Folder'
                    189: => '新建文件夹',
                    190: 
                    191:    'Simple Page'
                    192: => '简单的页面',
                    193: 
                    194:    'Simple Problem'
                    195: => '简单的问题',
                    196: 
                    197:    'Upload Document'
                    198: => '上传文件',
                    199: 
                    200:    'Search'
                    201: => '搜索',
                    202: 
                    203:    'Import'
                    204: => '导入',
                    205: 
                    206:    'Main Course Documents'
                    207: => '主要课程文件',
                    208: 
                    209:    'Supplemental Course Documents'
                    210: => '附加的课程文件',
                    211: 
1.112     bisitz    212:    'Discussion Board'
1.6       bisitz    213: => '公告板',
                    214: 
1.67      bisitz    215:    'Published Resources'
1.70      zhu       216: => '发布的资源',
1.67      bisitz    217: 
1.6       bisitz    218:    'Special Documents'
                    219: => '特别文件',
                    220: 
                    221:    'Special documents'
                    222: => '特别文件',
                    223: 
1.68      bisitz    224:    'Document'
1.70      zhu       225: => '文件',
1.68      bisitz    226: 
                    227:    'Settings'
1.70      zhu       228: => '设置',
1.68      bisitz    229: 
1.6       bisitz    230:    'create'
1.10      zhu       231: => '创建',
1.6       bisitz    232: 
                    233:    'grades'
1.10      zhu       234: => '评估',
1.6       bisitz    235: 
                    236:    'commu-'
1.70      zhu       237: => 'commu-',
1.6       bisitz    238: 
                    239:    'nication'
1.70      zhu       240: => 'nication',
1.6       bisitz    241: 
                    242:    'enroll'
1.10      zhu       243: => '记录',
1.6       bisitz    244: 
                    245:    'navigate'
1.70      zhu       246: => '目录',
1.6       bisitz    247: 
                    248:    'contents'
1.70      zhu       249: => '导航',
1.6       bisitz    250: 
                    251:    'Navigate Contents'
                    252: => '浏览目录',
                    253: 
                    254:    'Announcements and Calendar'
                    255: => '注意事项和日历',
                    256: 
                    257:    'Author'
1.10      zhu       258: => '作者',
1.6       bisitz    259: 
                    260:    'Change Your Preferences'
1.10      zhu       261: => '更改用户首选项',
1.6       bisitz    262: 
                    263:    'Choose the user role'
                    264: => '更换用户角色',
                    265: 
                    266:    'Co-Author'
1.10      zhu       267: => '合著者',
1.6       bisitz    268: 
1.54      bisitz    269:    'Co-Author [_1]'
1.51      bisitz    270: => '合著者 [_1]',
1.34      bisitz    271: 
1.6       bisitz    272:    'Communication and Messages'
1.10      zhu       273: => '通信与信息',
1.6       bisitz    274: 
                    275:    'Course Coordinator'
                    276: => '课程组织者',
                    277: 
                    278:    'Course Statistics and Charts'
1.10      zhu       279: => '课程统计和图表',
1.6       bisitz    280: 
                    281:    'Course announcements and my calendar'
                    282: => '注意事项和日历',
                    283: 
                    284:    'Course Announcements'
1.10      zhu       285: => '课程公告',
1.6       bisitz    286: 
                    287:    'Create Users, Change User Privileges'
1.93      raeburn   288: => 'Create Users, Change User Privileges',
1.6       bisitz    289: 
                    290:    'Domain Coordinator'
1.93      raeburn   291: => 'Domain Coordinator',
1.6       bisitz    292: 
                    293:    'Enrollment Manager'
1.93      raeburn   294: => 'Enrollment Manager',
1.6       bisitz    295: 
                    296:    'Enter grades from check-out assessment resources'
1.93      raeburn   297: => 'Enter grades from check-out assessment resources',
1.6       bisitz    298: 
                    299:    'Exam Proctor'
1.27      zhu       300: => '监考人员',
1.6       bisitz    301: 
                    302:    'Exit LON-CAPA'
                    303: => '退出',
                    304: 
                    305:    'Grades Spreadsheet'
1.27      zhu       306: => '等级表',
1.6       bisitz    307: 
                    308:    'Grading'
1.27      zhu       309: => '评估',
1.6       bisitz    310: 
                    311:    'Instructor'
1.27      zhu       312: => '讲师',
1.6       bisitz    313: 
                    314:    'Launch Remote Control'
                    315: => '激活远程控制',
                    316: 
                    317:    'Main Menu'
                    318: => '主菜单',
                    319: 
                    320:    'Navigate Course Contents'
                    321: => '浏览目录',
                    322: 
                    323:    'No Role, Cumulative Privileges'
1.56      zhu       324: => '没有角色,增加特权',
1.6       bisitz    325: 
                    326:    'Return to Last Location'
                    327: => '回到最后的位置',
                    328: 
                    329:    'Send and receive messages'
                    330: =>'发送和接收邮件',
                    331: 
1.26      zhu       332:    'Send and Receive Messages'
                    333: =>'发送和接收邮件',
                    334: 
1.6       bisitz    335:    'Set my user preferences'
                    336: => '用户设置',
                    337: 
                    338:    'Student'
                    339: => '学生',
                    340: 
                    341:    'Student: '
                    342: => '学生:',
                    343: 
                    344:    'Switch to another user role'
                    345: => '更换用户角色',
                    346: 
                    347:    'Teaching Assistant'
1.9       zhu       348: => '教学助理',
1.6       bisitz    349: 
                    350:    'Use or edit my bookmark collection'
                    351: => '书签收藏',
                    352: 
                    353:    'User Roles'
                    354: => '用户角色',
                    355: 
                    356:    'Calculate course grades (Spreadsheet)'
1.93      raeburn   357: => 'Calculate course grades (Spreadsheet)',
1.6       bisitz    358: 
1.22      zhu       359:    'Enter the chat room for the course'
1.6       bisitz    360: => '课程聊天室',
                    361: 
                    362:    'Navigate the table of contents for this course'
                    363: => '课程目录',
                    364: 
                    365:    'Syllabus'
                    366: => '课程表',
                    367: 
                    368:    'Course syllabus'
                    369: => '课程教学大纲',
                    370: 
                    371:    'View the course assessment progress chart'
                    372: => '察看课程评估进展图表',
                    373: 
                    374:    'Class Hours'
1.63      zhu       375: => '课时',
1.6       bisitz    376: 
                    377:    'Coursepack'
1.63      zhu       378: => '课外书',
1.6       bisitz    379: 
                    380:    'Current Month'
                    381: => '这个月',
                    382: 
                    383:    'Deadlines'
1.63      zhu       384: => '截止日期',
1.6       bisitz    385: 
                    386:    'Grading Information'
1.63      zhu       387: => '评估信息',
1.6       bisitz    388: 
                    389:    'Helproom Hours'
                    390: => '帮助',
                    391: 
                    392:    'Instructor Information'
1.27      zhu       393: => '讲师信息',
1.6       bisitz    394: 
                    395:    'Next Month'
                    396: => '下个月',
                    397: 
                    398:    'Office Hours'
1.27      zhu       399: => '办公时间',
1.6       bisitz    400: 
                    401:    'Prerequisites'
1.27      zhu       402: => '必要条件',
1.6       bisitz    403: 
                    404:    'Previous Month'
                    405: => '上个月',
                    406: 
                    407:    'Readings'
1.27      zhu       408: => '材料',
1.6       bisitz    409: 
                    410:    'Mon'
                    411: => '星期一',
                    412: 
                    413:   'Tue'
                    414: => '星期二',
                    415: 
                    416:    'Wed'
                    417: => '星期三',
                    418: 
                    419:    'Thu'
                    420: => '星期四',
                    421: 
                    422:    'Fri'
                    423: => '星期五',
                    424: 
                    425:    'Sat'
                    426: => '星期六',
                    427: 
                    428:    'Sun'
                    429: => '星期日',
                    430: 
                    431:    'January'
                    432: => '一月',
                    433: 
                    434:    'February'
                    435: => '二月',
                    436: 
                    437:    'March'
                    438: => '三月',
                    439: 
                    440:    'April'
                    441: => '四月',
                    442: 
                    443:    'May'
                    444: => '五月',
                    445: 
                    446:    'June'
                    447: => '六月',
                    448: 
                    449:    'July'
                    450: => '七月',
                    451: 
                    452:    'August'
                    453: => '八月',
                    454: 
                    455:    'September'
                    456: => '九月',
                    457: 
                    458:    'October'
                    459: => '十月',
                    460: 
                    461:    'November'
                    462: => '十一月',
                    463: 
                    464:    'December'
                    465: => '十二月',
                    466: 
                    467:    'Textbook'
1.63      zhu       468: => '教材',
1.6       bisitz    469: 
                    470:     'Web Links'
1.63      zhu       471: => '网站链接',
1.6       bisitz    472: 
                    473:    'Drop/Add students in this course'
1.63      zhu       474: => '在该课程移除/添加学生',
1.6       bisitz    475: 
                    476:    'A score has been assigned.'
1.93      raeburn   477: => 'A score has been assigned.',
1.6       bisitz    478: 
                    479:    'Some parts were not submitted.'
1.93      raeburn   480: => 'Some parts were not submitted.',
1.6       bisitz    481: 
                    482:    'Due'
1.93      raeburn   483: => 'Due',
1.6       bisitz    484: 
                    485:    'The filetype extension of the file you uploaded is not allowed.'
1.93      raeburn   486: => 'The filetype extension of the file you uploaded is not allowed.',
1.6       bisitz    487: 
                    488:    'Units incorrect.'
1.18      zhu       489: => '单位不正确的。',
1.6       bisitz    490: 
                    491:    'Only a number required.'
1.93      raeburn   492: => '只允许一个数字。Only a number required.',
1.6       bisitz    493: 
                    494:    'Units required'
1.18      zhu       495: => '要求单位',
1.6       bisitz    496: 
                    497:    'Tries'
1.18      zhu       498: => '尝试',
1.6       bisitz    499: 
                    500:    'Submit Answer'
1.18      zhu       501: => '提交答案',
1.6       bisitz    502: 
                    503:    'Prepare a printable document'
1.26      zhu       504: => '打印',
1.6       bisitz    505: 
                    506:    'Go To My First Homework Problem'
1.18      zhu       507: => '转到我的第一次作业问题',
1.6       bisitz    508: 
                    509:    'Cancel'
1.9       zhu       510: => '取消',
1.6       bisitz    511: 
                    512:    'Discussions'
1.9       zhu       513: => '讨论',
1.6       bisitz    514: 
                    515:    'New discussion since'
1.93      raeburn   516: => 'New discussion since',
1.6       bisitz    517: 
                    518:    'New message (click to open)'
1.18      zhu       519: => '新邮件 (点击查看)',
1.6       bisitz    520: 
                    521:    'Close all folders'
1.9       zhu       522: => '关闭所有文件夹',
1.6       bisitz    523: 
                    524:    'Open all folders'
1.9       zhu       525: => '打开所有文件夹',
1.6       bisitz    526: 
                    527:    'Goodbye'
1.9       zhu       528: => '再见',
1.6       bisitz    529: 
                    530:    'Select'
                    531: => '选择',
                    532: 
                    533:    'Re-Initialize'
1.9       zhu       534: => '重新初始化',
1.6       bisitz    535: 
                    536:    'Currently selected.'
1.9       zhu       537: => '目前选定的。',
1.6       bisitz    538: 
                    539:    'Switch Server'
1.18      zhu       540: => '选择服务器',
1.6       bisitz    541: 
                    542:    'system wide'
1.93      raeburn   543: => '全系统的',
1.6       bisitz    544: 
                    545:    'Currently not available'
1.18      zhu       546: => '目前无法使用',
1.6       bisitz    547: 
                    548:    'No role specified'
1.9       zhu       549: => '没有具体的角色',
1.6       bisitz    550: 
                    551:    'Remark'
1.10      zhu       552: => '注释',
1.6       bisitz    553: 
                    554:    'Extent'
1.10      zhu       555: => '领域',
1.6       bisitz    556: 
                    557:    'Current Privileges'
1.10      zhu       558: => '当前权限',
1.6       bisitz    559: 
                    560:    'User Role'
                    561: => '用户角色',
                    562: 
                    563:    'Start'
1.10      zhu       564: => '开始',
1.6       bisitz    565: 
                    566:    'End'
1.10      zhu       567: => '结束',
1.6       bisitz    568: 
                    569:    'System'
1.10      zhu       570: => '系统',
1.6       bisitz    571: 
                    572:    'Display'
1.10      zhu       573: => '显示',
1.6       bisitz    574: 
                    575:    'Display:'
1.10      zhu       576: => '显示:',
1.6       bisitz    577: 
                    578:    'Do not display'
1.10      zhu       579: => '不显示',
1.6       bisitz    580: 
                    581:    "an unknown date"
1.18      zhu       582: => '日期不详', # !
1.6       bisitz    583: 
                    584:    "an indeterminate date"
1.18      zhu       585: => '无限期',
1.6       bisitz    586: 
                    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: 
1.118   ! bisitz    773:    'Authoring Space Directory'
        !           774: => 'Authoring Space Directory', # '建设目录',
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: 
1.118   ! bisitz    797:    'Select the Authoring Space'
        !           798: => 'Select the Authoring Space', # '选择建设领域',
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: 
1.112     bisitz    944:    'Delete messages from discussion boards'
                    945: => 'Delete messages from discussion 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: 
1.118   ! bisitz    956:    'Enter my Authoring Space'
        !           957: => 'Enter my Authoring Space',
1.6       bisitz    958: 
                    959:    'Failed to copy source'
1.93      raeburn   960: => 'Failed to copy source',
1.6       bisitz    961: 
                    962:    'Failed to write metadata copy'
1.93      raeburn   963: => 'Failed to write metadata copy',
1.6       bisitz    964: 
                    965:    'Finalize Publication'
1.93      raeburn   966: => 'Finalize Publication',
1.6       bisitz    967: 
                    968:    'Grant/revoke role of Co-Author'
1.93      raeburn   969: => 'Grant/revoke role of Co-Author',
1.6       bisitz    970: 
                    971:    'Grant/revoke role of Domain Coordinator'
1.93      raeburn   972: => 'Grant/revoke role of Domain Coordinator',
1.6       bisitz    973: 
                    974:    'Grant/revoke role of Exam Proctor'
1.93      raeburn   975: => 'Grant/revoke role of Exam Proctor',
1.6       bisitz    976: 
                    977:    'Grant/revoke role of Instructor'
1.93      raeburn   978: => 'Grant/revoke role of Instructor',
1.6       bisitz    979: 
                    980:    'Grant/revoke role of Student'
1.93      raeburn   981: => 'Grant/revoke role of Student',
1.6       bisitz    982: 
                    983:    'Grant/revoke role of Superuser'
1.93      raeburn   984: => 'Grant/revoke role of Superuser',
1.6       bisitz    985: 
                    986:    'No previous versions published.'
1.93      raeburn   987: => 'No previous versions published.',
1.6       bisitz    988: 
                    989:    'No write permission to'
1.93      raeburn   990: => 'No write permission to',
1.6       bisitz    991: 
                    992:    'Please pick a version to retrieve:'
1.93      raeburn   993: => 'Please pick a version to retrieve:',
1.6       bisitz    994: 
                    995:    'Private - visible to author only for testing purposes'
1.93      raeburn   996: => 'Private - visible to author only for testing purposes',
1.6       bisitz    997: 
                    998: #   'Private Publication - did not synchronize database'
1.98      bisitz    999: #=> 'Private Publication - did not synchronize database',
1.6       bisitz   1000: 
                   1001:    'Public - no authentication or authorization required for use'
1.93      raeburn  1002: => 'Public - no authentication or authorization required for use',
1.6       bisitz   1003: 
1.118   ! bisitz   1004:    'Retrieval of an old version will overwrite the file currently in Authoring Space.'
        !          1005: => 'Retrieval of an old version will overwrite the file currently in Authoring Space.',
1.6       bisitz   1006: 
1.75      bisitz   1007:    'Retrieve selected Version'
1.93      raeburn  1008: => 'Retrieve selected Version',
1.75      bisitz   1009: 
                   1010:    'Retrieve previous version'
1.93      raeburn  1011: => 'Retrieve previous version',
1.75      bisitz   1012: 
1.6       bisitz   1013:    'Retrieve previous versions of [_1]'
1.93      raeburn  1014: => 'Retrieve previous versions of [_1]',
1.6       bisitz   1015: 
                   1016:    'Search the contents of this course'
1.18      zhu      1017: => '课程内容搜索',
1.6       bisitz   1018: 
                   1019:    'Search the database of published resources and accessible portfolio files'
                   1020: => '搜索数据库资源和文件夹',
                   1021: 
                   1022:    'Send broadcast and receipt-required email'
1.93      raeburn  1023: => 'Send broadcast and receipt-required email',
1.6       bisitz   1024: 
                   1025:    'Show Problem Completeness'
1.93      raeburn  1026: => 'Show Problem Completeness',
1.6       bisitz   1027: 
                   1028:    'Switch to another course'
1.93      raeburn  1029: => 'Switch to another course',
1.6       bisitz   1030: 
                   1031:    'System wide - can be used for any courses system wide'
1.18      zhu      1032: => '全系统-可用于全系统任何课程',
1.6       bisitz   1033: 
                   1034:    'The extension on this file'
1.93      raeburn  1035: => 'The extension on this file',
1.6       bisitz   1036: 
                   1037:    'Unsupported character combination [_1] in filename, FAIL.'
1.96      raeburn  1038: => 'Unsupported character combination [_1] in filename, FAIL.',
1.6       bisitz   1039: 
                   1040:    'No valid extension found in filename, FAIL'
1.99      raeburn  1041: => 'No valid extension found in filename, FAIL',
1.6       bisitz   1042: 
1.32      bisitz   1043:    'Filename of resource contains internal version number. Cannot publish such resources, FAIL'
1.93      raeburn  1044: => 'Filename of resource contains internal version number. Cannot publish such resources, FAIL',
1.6       bisitz   1045: 
                   1046:    'No valid custom distribution rights file specified, FAIL'
1.93      raeburn  1047: => 'No valid custom distribution rights file specified, FAIL',
1.6       bisitz   1048: 
                   1049:    'Could not write metadata, FAIL'
1.93      raeburn  1050: => 'Could not write metadata, FAIL',
1.6       bisitz   1051: 
                   1052:    'View documents included in this course'
                   1053: => '附加的课程文件',
                   1054: 
                   1055:    'Additional Keywords'
1.18      zhu      1056: => '其他关键字',
1.6       bisitz   1057: 
                   1058:    'Additional Metadata (non-standard, parameters, exports)'
1.18      zhu      1059: => '其他元数据 (没有标准化,参数,导出)',
1.6       bisitz   1060: 
                   1061:    'Author and Co-Author roles may not be available on servers other than your home server.'
1.18      zhu      1062: => '作者和共同作者的角色可能无法使用服务器上以外的其他家庭服务器。',
1.6       bisitz   1063: 
                   1064:    'Author(s)'
1.13      zhu      1065: => '作者',
1.6       bisitz   1066: 
                   1067:    'Average number of tries till solved'
1.18      zhu      1068: => '平均人数,尝试成功解答的',
1.6       bisitz   1069: 
                   1070:    'Browse Resources'
1.18      zhu      1071: => '浏览资源',
1.6       bisitz   1072: 
                   1073:    'Catalog Information'
1.18      zhu      1074: => '目录信息',
1.6       bisitz   1075: 
                   1076:    'Collapse Remote Control'
1.18      zhu      1077: => '禁用远程控制',
1.6       bisitz   1078: 
1.118   ! bisitz   1079:    'Authoring Space'
        !          1080: => 'Authoring Space',
1.6       bisitz   1081: 
                   1082:    'Copied metadata'
1.18      zhu      1083: => '复制元数据',
1.6       bisitz   1084: 
                   1085:    'Copied source file'
1.18      zhu      1086: => '复制源文件',
1.6       bisitz   1087: 
                   1088:    'Copyright/Distribution'
1.18      zhu      1089: => '版权/权限',
1.6       bisitz   1090: 
                   1091:    'Copyright/Distribution:'
1.18      zhu      1092: => '版权/权限:',
1.6       bisitz   1093: 
                   1094:    'Course Documents'
                   1095: => '课程文件',
                   1096: 
                   1097:    'Creation Date'
1.18      zhu      1098: => '创建日期',
1.6       bisitz   1099: 
                   1100:    'Custom Distribution File'
1.18      zhu      1101: => '自定义文件访问权限',
1.6       bisitz   1102: 
                   1103:    'Degree of difficulty'
1.18      zhu      1104: => '难度',
1.6       bisitz   1105: 
1.118   ! bisitz   1106:    'Copy Course Content to Authoring Space'
        !          1107: => 'Copy Course Content to Authoring Space',
1.6       bisitz   1108: 
1.118   ! bisitz   1109:    'Copying content to Authoring Space requires switching server.'
        !          1110: => 'Copying content to Authoring Space requires switching server.',
1.6       bisitz   1111: 
                   1112:    'Entering course ...'
1.9       zhu      1113: => '进入课程...',
1.6       bisitz   1114: 
                   1115:    'Exam Information'
1.12      zhu      1116: => '考试信息',
1.6       bisitz   1117: 
                   1118:    'External Resource'
                   1119: => '外部资源',
                   1120: 
                   1121:    'Generate new role ...'
1.12      zhu      1122: => '创建新的角色...',
1.6       bisitz   1123: 
                   1124:    'Go to the next resource in the course sequence'
1.26      zhu      1125: => '前进',
1.6       bisitz   1126: 
                   1127:    'Go to the previous resource in the course sequence'
1.26      zhu      1128: => '后退',
1.6       bisitz   1129: 
                   1130:    'Import a published document'
1.12      zhu      1131: => '导入出版文件',
1.6       bisitz   1132: 
                   1133:    'Keyword(s)'
1.12      zhu      1134: => '密码',
1.6       bisitz   1135: 
                   1136:    'Logged Out'
1.9       zhu      1137: => '登出',
1.6       bisitz   1138: 
                   1139:    'MIME Type'
1.12      zhu      1140: => 'MIME类型',
1.6       bisitz   1141: 
                   1142:    'Make notes and annotations about this resource'
1.26      zhu      1143: => '备忘录',
1.6       bisitz   1144: 
                   1145:    'The material is covered with sufficient depth'
1.18      zhu      1146: => '这些主题包含有足够的难度',
1.6       bisitz   1147: 
                   1148:    'Metadata Information'
1.12      zhu      1149: => '元数据信息',
1.6       bisitz   1150: 
                   1151:    'My Personal Info'
                   1152: => '我的个人网页',
                   1153: 
                   1154:    'Network-wide number of accesses (hits)'
1.18      zhu      1155: => '网络的访问数量(“点击”)',
1.6       bisitz   1156: 
                   1157:    'Network-wide number of courses using resource'
1.18      zhu      1158: => '使用该课程资源的访问数量',
1.6       bisitz   1159: 
                   1160:    'Number of resources that follow this resource in maps'
1.18      zhu      1161: => '该资源目录汇编之后的访问数量',
1.6       bisitz   1162: 
                   1163:    'Number of resources that lead up to this resource in maps'
1.18      zhu      1164: => '该资源目录汇编之前的访问数量',
1.6       bisitz   1165: 
                   1166:    'Number of resources using or importing resource'
1.18      zhu      1167: => '资源数量的使用或导入',
1.6       bisitz   1168: 
                   1169:    'Obsolete'
1.18      zhu      1170: => '过时的',
1.6       bisitz   1171: 
                   1172:    'Parent Directory'
1.18      zhu      1173: => '父目录',
1.6       bisitz   1174: 
                   1175:    'Project Information'
1.18      zhu      1176: => '项目信息',
1.6       bisitz   1177: 
                   1178:    'Publisher/Owner'
1.13      zhu      1179: => '出版社/所有人',
1.6       bisitz   1180: 
                   1181:    'Publishing'
1.13      zhu      1182: => '出版物:',
1.6       bisitz   1183: 
                   1184:    'Publishing [_1]'
1.13      zhu      1185: => '出版物: [_1]',
1.6       bisitz   1186: 
                   1187:    'Resource Details'
1.93      raeburn  1188: => 'Resource Details',
1.6       bisitz   1189: 
                   1190:    'Link to Resource'
1.93      raeburn  1191: => 'Link to Resource',
1.6       bisitz   1192: 
                   1193:    'Searching for your resource will be based on the following metadata. Please provide as much data as possible.'
1.93      raeburn  1194: => 'Searching for your resource will be based on the following metadata. Please provide as much data as possible.',
1.6       bisitz   1195: 
                   1196:    'Resource Publication'
1.93      raeburn  1197: => 'Resource Publication',
1.6       bisitz   1198: 
                   1199:    'Resource is technically correct'
1.93      raeburn  1200: => 'Resource is technically correct',
1.6       bisitz   1201: 
                   1202:    'Score Upload Form'
                   1203: => '分数上传表单',
                   1204: 
                   1205:    'Select Map'
                   1206: => '选择内容列表',
                   1207: 
                   1208:    'Load Map'
1.26      zhu      1209: => '上传',
1.6       bisitz   1210: 
                   1211:    'Set a bookmark for this resource'
1.26      zhu      1212: => '设定书签',
1.6       bisitz   1213: 
                   1214:    'Show all roles'
                   1215: => '显示所有角色',
                   1216: 
                   1217:    'Subject'
1.10      zhu      1218: => '主题',
1.6       bisitz   1219: 
                   1220:    'Successful Login'
1.9       zhu      1221: => '登录成功',
1.6       bisitz   1222: 
                   1223:    'Suggested Replacement for Obsolete File'
1.18      zhu      1224: => '建议更换过时文件',
1.6       bisitz   1225: 
                   1226:    'Switching Role'
                   1227: => '更换角色',
                   1228: 
                   1229:    'Target'
1.18      zhu      1230: => '目标',
1.6       bisitz   1231: 
1.37      bisitz   1232:    'This syllabus can be publicly viewed at [_1]'
1.63      zhu      1233: => '此课程可公开浏览: [_1]',
1.37      bisitz   1234: 
                   1235:    'Instead of using this template you can specify an external URL as Syllabus in the [_1]Course Parameters[_2].'
1.63      zhu      1236: => '如果不使用此模板,您可以在[_1]课程参数[_2]指定外部网址作为课程摘要。',
1.6       bisitz   1237: 
                   1238:    'Total number of students who have worked on this problem'
1.63      zhu      1239: => '回答该问题的学生总数',
1.6       bisitz   1240: 
                   1241:    'URLs To Include in Syllabus'
1.63      zhu      1242: => '网址,包括教学大纲',
1.6       bisitz   1243: 
                   1244:    'Upload a new main course document'
                   1245: => '外部文件',
                   1246: 
                   1247:    'Upload a new supplemental course document'
                   1248: => '附加的课程文件',
                   1249: 
                   1250:    'User'
                   1251: => '用户',
                   1252: 
                   1253:    'Wrote Metadata'
1.93      raeburn  1254: => 'Wrote Metadata',
1.6       bisitz   1255: 
                   1256:    'Your home server is '
1.93      raeburn  1257: => 'Your home server is ',
1.6       bisitz   1258: 
                   1259:    'anno-'
1.93      raeburn  1260: => 'anno-',
1.6       bisitz   1261: 
                   1262:    'announce'
1.93      raeburn  1263: => 'announce',
1.6       bisitz   1264: 
                   1265:    'bookmark'
1.93      raeburn  1266: => 'bookmark',
1.6       bisitz   1267: 
                   1268:    'chart'
1.93      raeburn  1269: => 'chart',
1.6       bisitz   1270: 
                   1271:    'chat'
1.12      zhu      1272: => '聊天室',
1.6       bisitz   1273: 
                   1274:    'close this window'
1.93      raeburn  1275: => 'close this window',
1.6       bisitz   1276: 
                   1277:    'con-'
                   1278: => 'con-',
                   1279: 
                   1280:    'docs'
1.93      raeburn  1281: => 'docs',
1.6       bisitz   1282: 
                   1283:    'exit'
                   1284: => '退出',
                   1285: 
                   1286:    'fas'
                   1287: => 'fas',
                   1288: 
                   1289:    'library'
1.93      raeburn  1290: => 'library',
1.6       bisitz   1291: 
                   1292:    'log in again'
1.93      raeburn  1293: => 'log in again',
1.6       bisitz   1294: 
                   1295:    'my'
1.93      raeburn  1296: => 'my',
1.6       bisitz   1297: 
                   1298:    'or'
1.93      raeburn  1299: => 'or',
1.6       bisitz   1300: 
                   1301:    'Or'
1.93      raeburn  1302: => 'Or',
1.6       bisitz   1303: 
                   1304:    'prepare'
1.93      raeburn  1305: => 'prepare',
1.6       bisitz   1306: 
                   1307:    'printout'
1.93      raeburn  1308: => 'printout',
1.6       bisitz   1309: 
                   1310:    'resource'
1.93      raeburn  1311: => 'resource',
1.6       bisitz   1312: 
                   1313:    'roles'
                   1314: => '角色',
                   1315: 
                   1316:    'search'
                   1317: => '查找',
                   1318: 
                   1319:    'set'
1.93      raeburn  1320: => 'set',
1.6       bisitz   1321: 
                   1322:    'space'
1.10      zhu      1323: => '领域',
1.6       bisitz   1324: 
                   1325:    'stats'
1.93      raeburn  1326: => 'stats',
1.6       bisitz   1327: 
                   1328:    'struct'
1.93      raeburn  1329: => 'struct',
1.6       bisitz   1330: 
                   1331:    'switch'
1.93      raeburn  1332: => 'switch',
1.6       bisitz   1333: 
                   1334:    'tations'
1.93      raeburn  1335: => 'tations',
1.6       bisitz   1336: 
                   1337:    'updated periodically'
1.12      zhu      1338: => '定期更新',
1.6       bisitz   1339: 
                   1340:    'user'
1.12      zhu      1341: => '用户',
1.6       bisitz   1342: 
                   1343:    'visible to author and co-authors only'
1.12      zhu      1344: => '只有作者和共同作者可见',
1.6       bisitz   1345: 
                   1346:    'All versions'
1.12      zhu      1347: => '所有版本',
1.6       bisitz   1348: 
                   1349:    'Default Metadata for Directory [_1]'
1.12      zhu      1350: => '默认元数据目录 [_1]',
1.6       bisitz   1351: 
                   1352:    'Error Messages'
1.12      zhu      1353: => '错误信息',
1.6       bisitz   1354: 
                   1355:    'Save Catalog Information'
1.12      zhu      1356: => '保存目录信息',
1.6       bisitz   1357: 
                   1358:    'Update Display'
1.12      zhu      1359: => '更新显示',
1.6       bisitz   1360: 
                   1361:    'Content changed'
1.12      zhu      1362: => '内容变化',
1.6       bisitz   1363: 
                   1364:    'Differences'
1.12      zhu      1365: => '差异',
1.6       bisitz   1366: 
                   1367:    'Last Week'
1.12      zhu      1368: => '上周',
1.6       bisitz   1369: 
                   1370:    'Modification Date'
1.12      zhu      1371: => '修改日期',
1.6       bisitz   1372: 
                   1373:    'Since Start of Course'
1.12      zhu      1374: => '从启动课程起',
1.6       bisitz   1375: 
                   1376:    'Since Yesterday'
1.12      zhu      1377: => '从昨天起',
1.6       bisitz   1378: 
                   1379:    'Verify Course Documents'
1.12      zhu      1380: => '验证课程文件',
1.6       bisitz   1381: 
                   1382:    'Version'
1.12      zhu      1383: => '版本',
1.6       bisitz   1384: 
                   1385:    'access denied'
1.12      zhu      1386: => '拒绝访问',
1.6       bisitz   1387: 
                   1388:    'connection down'
1.93      raeburn  1389: => 'connection down',
1.6       bisitz   1390: 
                   1391:    'during the last'
1.93      raeburn  1392: => 'during the last',
1.6       bisitz   1393: 
                   1394:    'not found'
1.93      raeburn  1395: => 'not found',
1.6       bisitz   1396: 
                   1397:    'warning(s)'
1.93      raeburn  1398: => 'warning(s)',
1.6       bisitz   1399: 
                   1400:    '[quant,_1,warning]'
1.93      raeburn  1401: => '[quant,_1,warning]',
1.6       bisitz   1402: 
                   1403:    'Advanced Catalog Search'
1.93      raeburn  1404: => 'Advanced Catalog Search',
1.6       bisitz   1405: 
                   1406:    'Advanced Search'
1.13      zhu      1407: => '高级搜索',
1.6       bisitz   1408: 
                   1409:    'Any Language'
1.13      zhu      1410: => '任何语言',
1.6       bisitz   1411: 
                   1412:    'Any category'
1.13      zhu      1413: => '任何类别',
1.6       bisitz   1414: 
                   1415:    'Any copyright/distribution'
1.13      zhu      1416: => '任何版权/访问权限',
1.6       bisitz   1417: 
                   1418:    'Broadcast Message to Course'
1.93      raeburn  1419: => '发送广播消息',
1.6       bisitz   1420: 
                   1421:    "Click to download or use your browser's Save Link function"
1.93      raeburn  1422: => "Click to download or use your browser's Save Link function",
1.6       bisitz   1423: 
                   1424:    'Close'
1.13      zhu      1425: => '关闭',
1.6       bisitz   1426: 
                   1427:    'Compact View'
1.13      zhu      1428: => '简洁视图',
1.6       bisitz   1429: 
                   1430:    'Detailed Citation View'
1.13      zhu      1431: => '查看详细引文',
1.6       bisitz   1432: 
                   1433:    'Distribute Messages from Uploaded File to Course'
1.93      raeburn  1434: => 'Distribute Messages from Uploaded File to Course',
1.6       bisitz   1435: 
                   1436:    'Edit Catalog Information'
1.18      zhu      1437: => '编辑目录信息',
1.6       bisitz   1438: 
                   1439:    'Edit Content of a Map'
1.93      raeburn  1440: => 'Edit Content of a Map',
1.6       bisitz   1441: 
                   1442:    'Edit Directory Catalog Information'
1.18      zhu      1443: => '编辑目录信息分类',
1.6       bisitz   1444: 
                   1445:    'Evaluate Resource'
1.18      zhu      1446: => '评估此资源',
1.6       bisitz   1447: 
1.118   ! bisitz   1448:    'Failed Access to Authoring Space'
        !          1449: => 'Failed Access to Authoring Space',
1.6       bisitz   1450: 
                   1451:    'Fielded Format'
1.18      zhu      1452: => '字段格式',
1.6       bisitz   1453: 
                   1454:    'File Category'
1.13      zhu      1455: => '文件分类',
1.6       bisitz   1456: 
                   1457:    'Force publication of unmodified files'
1.93      raeburn  1458: => 'Force publication of unmodified files',
1.6       bisitz   1459: 
                   1460:    'Keywords'
1.18      zhu      1461: => '关键词',
1.6       bisitz   1462: 
                   1463:    'Last access'
1.18      zhu      1464: => '上次访问',
1.6       bisitz   1465: 
                   1466:    'Last modified'
1.18      zhu      1467: => '最后修改',
1.6       bisitz   1468: 
                   1469:    'Limit by copyright/distribution'
1.18      zhu      1470: => '受版权/访问权限限制',
1.6       bisitz   1471: 
                   1472:    'Limit by language'
1.18      zhu      1473: => '受语言限制',
1.6       bisitz   1474: 
                   1475:    'Open'
1.27      zhu      1476: => '打开',
1.6       bisitz   1477: 
                   1478:    'Per Page'
1.18      zhu      1479: => '每页',
1.6       bisitz   1480: 
                   1481:    'Printing Helper'
1.18      zhu      1482: => '打印助手',
1.6       bisitz   1483: 
                   1484:    'Provide feedback messages or contribute to the course discussion about this resource'
1.93      raeburn  1485: => '反馈意见或讨论',
1.6       bisitz   1486: 
                   1487:    'Provide my evaluation of this resource'
1.93      raeburn  1488: => '对此资源给出我的评价',
1.6       bisitz   1489: 
                   1490:    'Publish'
1.10      zhu      1491: => '发布',
1.6       bisitz   1492: 
                   1493:    'Publish Directory'
1.10      zhu      1494: => '发布目录',
1.6       bisitz   1495: 
                   1496:    'Publish Directory and Sub Directories'
1.18      zhu      1497: => '发布目录和子目录',
1.6       bisitz   1498: 
                   1499:    'Related'
1.18      zhu      1500: => '相关的',
1.6       bisitz   1501: 
                   1502:    'Resource Feedback and Discussion'
1.18      zhu      1503: => '资源的反馈和讨论',
1.6       bisitz   1504: 
                   1505:    'Search Complete'
1.18      zhu      1506: => '搜索完成',
1.6       bisitz   1507: 
                   1508:    'Send Message to User(s)'
1.93      raeburn  1509: => '发送讯息到用户',
1.6       bisitz   1510: 
                   1511:    'Show catalog information'
1.93      raeburn  1512: => '查看目录信息',
1.6       bisitz   1513: 
1.56      zhu      1514:    'Show Metadata'
1.93      raeburn  1515: => '查看元数据',
1.56      zhu      1516: 
1.6       bisitz   1517:    'Show resource'
1.22      zhu      1518: => '查看资源',
1.6       bisitz   1519: 
                   1520:    'Statistics'
1.18      zhu      1521: => '统计',
1.6       bisitz   1522: 
                   1523:    'Summary View'
1.13      zhu      1524: => '概要',
1.6       bisitz   1525: 
1.72      bisitz   1526:    'There are currently no results.'
                   1527: => '目前没有任何结果。',
1.6       bisitz   1528: 
                   1529:    'Search: '
1.18      zhu      1530: => '搜索: ',
1.6       bisitz   1531: 
                   1532:    'URL'
                   1533: => 'URL',
                   1534: 
                   1535:    'Unpublished'
1.18      zhu      1536: => '未发行的',
1.6       bisitz   1537: 
                   1538:    'Up'
1.93      raeburn  1539: => 'Up',
1.6       bisitz   1540: 
                   1541:    'View'
1.27      zhu      1542: => '查看',
1.6       bisitz   1543: 
                   1544:    'View Critical Messages'
1.22      zhu      1545: => '浏览重要讯息',
1.6       bisitz   1546: 
                   1547:    'Words'
1.22      zhu      1548: => '词',
1.6       bisitz   1549: 
                   1550:    'XML/SGML'
                   1551: => 'XML/SGML',
                   1552: 
                   1553:    'abstract'
1.93      raeburn  1554: => 'abstract',
1.6       bisitz   1555: 
                   1556:    'audio'
1.22      zhu      1557: => '音频',
1.6       bisitz   1558: 
                   1559:    'author'
1.13      zhu      1560: => '作者',
1.6       bisitz   1561: 
                   1562:    'catalog'
1.18      zhu      1563: => '目录',
1.6       bisitz   1564: 
                   1565:    'copyright'
1.18      zhu      1566: => '版权',
1.6       bisitz   1567: 
                   1568:    'directory'
1.10      zhu      1569: => '文件夹',
1.6       bisitz   1570: 
                   1571:    'discuss'
1.93      raeburn  1572: => 'discuss',
1.6       bisitz   1573: 
                   1574:    'evaluate'
1.10      zhu      1575: => '评价',
1.6       bisitz   1576: 
                   1577:    'feedback'
1.10      zhu      1578: => '反馈',
1.6       bisitz   1579: 
                   1580:    'keywords'
1.10      zhu      1581: => '关键词',
1.6       bisitz   1582: 
                   1583:    'language'
1.10      zhu      1584: => '语言',
1.6       bisitz   1585: 
                   1586:    'movies'
1.10      zhu      1587: => '电影',
1.6       bisitz   1588: 
                   1589:    'notes'
1.10      zhu      1590: => '注释',
1.6       bisitz   1591: 
                   1592:    'obsolete'
1.10      zhu      1593: => '过时的',
1.6       bisitz   1594: 
                   1595:    'pages'
1.10      zhu      1596: => '页',
1.6       bisitz   1597: 
                   1598:    'pictures'
1.10      zhu      1599: => '图片',
1.6       bisitz   1600: 
                   1601:    'problem'
1.10      zhu      1602: => '任务',
1.6       bisitz   1603: 
                   1604:    'resources'
1.10      zhu      1605: => '资源',
1.6       bisitz   1606: 
                   1607:    'sequence'
1.10      zhu      1608: => '顺序',
1.6       bisitz   1609: 
1.19      zhu      1610:    'subject: '
1.10      zhu      1611: => '主题',
1.6       bisitz   1612: 
                   1613:    'this'
1.10      zhu      1614: => '这个',
1.6       bisitz   1615: 
                   1616:    'title'
1.10      zhu      1617: => '标题',
1.6       bisitz   1618: 
                   1619:    'About Me'
                   1620: => '关于我',
                   1621: 
1.112     bisitz   1622:    'Discussion Board/Discussion'
                   1623: => 'Discussion Board/Discussion',
1.6       bisitz   1624: 
                   1625:    'Clear All'
1.10      zhu      1626: => '全部清除',
1.6       bisitz   1627: 
                   1628:    'Close All Folders'
1.10      zhu      1629: => '关闭所有文件夹',
1.6       bisitz   1630: 
1.118   ! bisitz   1631:    'Authoring Space File Operation'
        !          1632: => 'Authoring Space File Operation',
1.6       bisitz   1633: 
                   1634:    'Contact Information'
                   1635: => '联系信息',
                   1636: 
                   1637:    'Contact'
                   1638: => '联系我',
                   1639: 
                   1640:    'Copied old metadata'
1.10      zhu      1641: => '复制旧数据',
1.6       bisitz   1642: 
                   1643:    'Failed to write old metadata copy'
1.93      raeburn  1644: => 'Failed to write old metadata copy',
1.6       bisitz   1645: 
                   1646:    'Copied old target file'
1.10      zhu      1647: => '复制旧的目标文件',
1.6       bisitz   1648: 
                   1649:    'Failed to copy old target'
1.93      raeburn  1650: => 'Failed to copy old target',
1.6       bisitz   1651: 
1.39      bisitz   1652:    'Created directory [_1]'
1.93      raeburn  1653: => 'Created directory [_1]',
1.6       bisitz   1654: 
                   1655:    'Copyright'
                   1656: => '版权',
                   1657: 
                   1658:    'Could Not Process Request'
1.10      zhu      1659: => '命令无法执行',
1.6       bisitz   1660: 
                   1661:    'Default'
1.9       zhu      1662: => '默认设置',
1.6       bisitz   1663: 
                   1664:    'Discard Selected'
1.93      raeburn  1665: => 'Discard Selected',
1.6       bisitz   1666: 
                   1667:    'EMail and Messages'
1.10      zhu      1668: => '电子邮件和信息',
1.6       bisitz   1669: 
                   1670:    'Edit this resource'
1.93      raeburn  1671: => '编辑此资源',
1.6       bisitz   1672: 
1.118   ! bisitz   1673:    'Enter Authoring Space as co-author'
        !          1674: => 'Enter Authoring Space as co-author',
1.6       bisitz   1675: 
1.118   ! bisitz   1676:    'Enter Authoring Space as a co-author'
        !          1677: => 'Enter Authoring Space as a co-author',
1.6       bisitz   1678: 
1.118   ! bisitz   1679:    'Enter Authoring Space as assistant co-author'
        !          1680: => 'Enter Authoring Space as assistant co-author',
1.6       bisitz   1681: 
                   1682:    'Host'
1.10      zhu      1683: => '计算',
1.6       bisitz   1684: 
                   1685:    'Last updated'
                   1686: => '最后更新',
                   1687: 
                   1688:    'Mime type'
1.10      zhu      1689: => 'MIME 类型',
1.6       bisitz   1690: 
                   1691:    'Modified'
1.10      zhu      1692: => '修改过的',
1.6       bisitz   1693: 
                   1694:    'Modify deadlines, etc, for this assessment resource'
1.27      zhu      1695: => '为这项评估资源修改期限等',
1.6       bisitz   1696: 
                   1697:    'Modify user grades for this assessment resource'
1.93      raeburn  1698: => '手动评估',
1.6       bisitz   1699: 
                   1700:    'View user submissions for this assessment resource'
1.93      raeburn  1701: => 'View user submissions for this assessment resource',
1.6       bisitz   1702: 
                   1703:    'Move Down'
1.27      zhu      1704: => '下移',
1.6       bisitz   1705: 
                   1706:    'Move Up'
1.27      zhu      1707: => '上移',
1.6       bisitz   1708: 
                   1709:    'New Title'
1.22      zhu      1710: => '新标题',
1.6       bisitz   1711: 
                   1712:    'Open All Folders'
1.27      zhu      1713: => '打开所有文件夹',
1.6       bisitz   1714: 
                   1715:    'Owner/Publisher'
1.27      zhu      1716: => '所有者/出版社',
1.6       bisitz   1717: 
1.22      zhu      1718:    'Personal Information Page'
                   1719: => '个人资料页面',
                   1720: 
1.6       bisitz   1721:    'Personal Information'
                   1722: => '个人信息',
                   1723: 
1.30      bisitz   1724:    'Privacy Note:'
                   1725: => '注意隐私:',
1.6       bisitz   1726: 
                   1727:    'Published'
1.27      zhu      1728: => '出版的',
1.6       bisitz   1729: 
                   1730:    'Reading results from'
1.93      raeburn  1731: => 'Reading results from',
1.6       bisitz   1732: 
                   1733:    'Retrieve'
1.57      zhu      1734: => '恢复',
1.6       bisitz   1735: 
                   1736:    'Revert to Last Saved'
1.93      raeburn  1737: => 'Revert to Last Saved',
1.6       bisitz   1738: 
                   1739:    'Revision Date'
1.93      raeburn  1740: => 'Revision Date',
1.6       bisitz   1741: 
                   1742:    'Shared by course faculty and staff'
                   1743: => '共同管理人员和工作人员',
                   1744: 
                   1745:    'Synchronized SQL metadata database'
1.93      raeburn  1746: => 'Synchronized SQL metadata database',
1.6       bisitz   1747: 
                   1748:    'Task'
1.93      raeburn  1749: => 'Task',
1.6       bisitz   1750: 
                   1751:    'Temporary Assembly Workspace'
1.93      raeburn  1752: => 'Temporary Assembly Workspace',
1.6       bisitz   1753: 
                   1754:    '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.'
                   1755: => '任何登录LON-CAPA的人都能看到您提供的数据,如果不想公开就不要上传任何数据。',
                   1756: 
                   1757:    'Topic'
1.12      zhu      1758: => '主题',
1.6       bisitz   1759: 
                   1760:    'Upload a Photo'
                   1761: => '上传相片',
                   1762: 
                   1763:    'Add Records'
                   1764: => '添加记录',
                   1765: 
                   1766:    'User Notes, Face-to-Face, Critical Messages, Broadcast Messages, Archived Messages'
1.10      zhu      1767: => '用户注释, 个人讨论, 重要信息, 小区广播,存档信息',
1.6       bisitz   1768: 
                   1769:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
1.10      zhu      1770: => '用户注释,记录用户的讨论和重要信息',
1.6       bisitz   1771: 
                   1772:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
1.9       zhu      1773: => '用户注释,记录面对面的讨论,课程重要讯息',
1.6       bisitz   1774: 
                   1775:    'User Notes, Records of Face-To-Face Discussions, Critical Messages, Broadcast Messages and Archived Messages in Course'
1.9       zhu      1776: => '用户注释,记录面对面讨论,重要的信息,广播信息,课程存档',
1.6       bisitz   1777: 
                   1778:    'No notes, face-to-face discussion records, critical messages, or broadcast messages in this [_1].'
1.10      zhu      1779: => '对于 [_1] 没有用户注释, 记录用户的讨论, 重要信息, 或者广播信息。',
1.6       bisitz   1780: 
                   1781:    'Version Number'
1.10      zhu      1782: => '版本号',
1.6       bisitz   1783: 
                   1784:    'View Published Version'
1.10      zhu      1785: => '查看发布的版本',
1.6       bisitz   1786: 
                   1787:    'Web References'
                   1788: => 'Web 引用',
                   1789: 
                   1790:    'co con-'
1.93      raeburn  1791: => 'co con-',
1.6       bisitz   1792: 
                   1793:    'co res'
1.93      raeburn  1794: => 'co res',
1.6       bisitz   1795: 
                   1796:    'contacting'
1.10      zhu      1797: => '建立联系',
1.6       bisitz   1798: 
                   1799:    'edit'
1.9       zhu      1800: => '编辑',
1.6       bisitz   1801: 
                   1802:    'interface available'
1.93      raeburn  1803: => 'interface available',
1.6       bisitz   1804: 
                   1805:    'missions'
1.9       zhu      1806: => '任务',
1.6       bisitz   1807: 
                   1808:    'view sub-'
1.93      raeburn  1809: => 'view sub-',
1.6       bisitz   1810: 
                   1811:    'waiting on'
1.93      raeburn  1812: => 'waiting on',
1.6       bisitz   1813: 
                   1814:    '#Stdnts'
1.93      raeburn  1815: => '#Stdnts',
1.6       bisitz   1816: 
                   1817:    '#YES'
1.93      raeburn  1818: => '#YES',
1.6       bisitz   1819: 
                   1820:    '%Wrng'
                   1821: => '%Wrng',
                   1822: 
                   1823:    'Brief view of each students performance in course.'
1.93      raeburn  1824: => 'Brief view of each students performance in course.',
1.6       bisitz   1825: 
                   1826:    'Clear Caches'
1.9       zhu      1827: => '清除缓存',
1.6       bisitz   1828: 
1.89      bisitz   1829:    '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  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.6       bisitz   1831: 
                   1832:    'Detailed statistics and graphs of student performance on problems.'
1.93      raeburn  1833: => 'Detailed statistics and graphs of student performance on problems.',
1.6       bisitz   1834: 
                   1835:    'DoDiff'
1.93      raeburn  1836: => 'DoDiff',
1.6       bisitz   1837: 
                   1838:    'Enrollment Status'
1.93      raeburn  1839: => 'Enrollment Status',
1.6       bisitz   1840: 
                   1841:    'Generate Statistics'
1.12      zhu      1842: => '建立统计资料',
1.6       bisitz   1843: 
                   1844:    'Max Tries'
1.93      raeburn  1845: => 'Max Tries',
1.6       bisitz   1846: 
                   1847:    'Mean Tries'
1.93      raeburn  1848: => 'Mean Tries',
1.6       bisitz   1849: 
                   1850:    'Output'
1.93      raeburn  1851: => 'Output',
1.6       bisitz   1852: 
                   1853:    'Overall Problem Statistics'
1.93      raeburn  1854: => 'Overall Problem Statistics',
1.6       bisitz   1855: 
                   1856:    'Please notify the server administrator [_1]'
1.93      raeburn  1857: => 'Please notify the server administrator [_1]',
1.6       bisitz   1858: 
                   1859:    'Preparing Excel Spreadsheet'
1.93      raeburn  1860: => 'Preparing Excel Spreadsheet',
1.6       bisitz   1861: 
                   1862:    'Problem Status Chart'
1.93      raeburn  1863: => 'Problem Status Chart',
1.6       bisitz   1864: 
                   1865:    'S.D. tries'
1.93      raeburn  1866: => 'S.D. tries',
1.6       bisitz   1867: 
                   1868:    'Sections'
1.93      raeburn  1869: => 'Sections',
1.6       bisitz   1870: 
                   1871:    'Sequence or Folder'
1.93      raeburn  1872: => 'Sequence or Folder',
1.6       bisitz   1873: 
                   1874:    'Sequences and Folders'
1.93      raeburn  1875: => 'Sequences and Folders',
1.6       bisitz   1876: 
                   1877:    'Skew Tries'
1.93      raeburn  1878: => 'Skew Tries',
1.6       bisitz   1879: 
                   1880:    'Statistics and Problem Analysis'
1.93      raeburn  1881: => 'Statistics and Problem Analysis',
1.6       bisitz   1882: 
                   1883:    'Student performance statistics on all problems.'
1.93      raeburn  1884: => 'Student performance statistics on all problems.',
1.6       bisitz   1885: 
                   1886:    'Unable to connect to database!'
1.93      raeburn  1887: => 'Unable to connect to database!',
1.6       bisitz   1888: 
                   1889:    'Your Excel Spreadsheet'
1.93      raeburn  1890: => 'Your Excel Spreadsheet',
1.6       bisitz   1891: 
                   1892:    'Your Excel spreadsheet.'
1.93      raeburn  1893: => 'Your Excel spreadsheet.',
1.6       bisitz   1894: 
                   1895:    'Your Excel spreadsheet'
1.93      raeburn  1896: => 'Your Excel spreadsheet',
1.6       bisitz   1897: 
                   1898:    'Your CSV file.'
1.93      raeburn  1899: => 'Your CSV file.',
1.6       bisitz   1900: 
                   1901:    'Your CSV file'
1.93      raeburn  1902: => 'Your CSV file',
1.6       bisitz   1903: 
                   1904:    'part'
1.27      zhu      1905: => '部分',
1.6       bisitz   1906: 
                   1907:    'part - '
1.70      zhu      1908: => '部分 ',
1.6       bisitz   1909: 
                   1910:    'problem statistics grouped by sequence'
1.93      raeburn  1911: => 'problem statistics grouped by sequence',
1.6       bisitz   1912: 
                   1913:    'problem statistics ungrouped'
1.93      raeburn  1914: => 'problem statistics ungrouped',
1.6       bisitz   1915: 
                   1916:    'problem statistics, Excel'
1.93      raeburn  1917: => 'problem statistics, Excel',
1.6       bisitz   1918: 
                   1919:    'Significant figures are incorrect, submission was not graded.'
1.93      raeburn  1920: => 'Significant figures are incorrect, submission was not graded.',
1.6       bisitz   1921: 
                   1922:    '. . . for a particular section'
1.98      bisitz   1923: => '. . . for a particular section',
1.6       bisitz   1924: 
                   1925:    '. . . for all students in the course'
1.98      bisitz   1926: => '. . . for all students in the course',
1.6       bisitz   1927: 
                   1928:    '. . . for an individual student'
1.98      bisitz   1929: => '. . . for an individual student',
1.6       bisitz   1930: 
1.90      bisitz   1931:    '12 am' # midnight
1.93      raeburn  1932: => '12 am',
1.90      bisitz   1933: 
                   1934:    'midnight'
                   1935: => '午夜',
                   1936: 
1.6       bisitz   1937:    '1 am'
1.93      raeburn  1938: => '1 am',
1.6       bisitz   1939: 
1.90      bisitz   1940:    '2 am'
1.93      raeburn  1941: => '2 am',
1.90      bisitz   1942: 
                   1943:    '3 am'
1.93      raeburn  1944: => '3 am',
1.90      bisitz   1945: 
                   1946:    '4 am'
1.93      raeburn  1947: => '4 am',
1.90      bisitz   1948: 
                   1949:    '5 am'
1.93      raeburn  1950: => '5 am',
1.90      bisitz   1951: 
                   1952:    '6 am'
1.93      raeburn  1953: => '6 am',
1.90      bisitz   1954: 
                   1955:    '7 am'
1.93      raeburn  1956: => '7 am',
1.90      bisitz   1957: 
                   1958:    '8 am'
1.93      raeburn  1959: => '8 am',
1.90      bisitz   1960: 
                   1961:    '9 am'
1.93      raeburn  1962: => '9 am',
1.6       bisitz   1963: 
                   1964:    '10 am'
1.93      raeburn  1965: => '10 am',
1.6       bisitz   1966: 
                   1967:    '11 am'
1.93      raeburn  1968: => '11 am',
1.6       bisitz   1969: 
                   1970:    '12 noon'
1.93      raeburn  1971: => '12 noon',
1.6       bisitz   1972: 
1.90      bisitz   1973:    'noon'
                   1974: => '中午',
                   1975: 
                   1976:    '1 pm'
1.93      raeburn  1977: => '1 pm',
1.6       bisitz   1978: 
                   1979:    '2 pm'
1.93      raeburn  1980: => '2 pm',
1.6       bisitz   1981: 
                   1982:    '3 pm'
1.93      raeburn  1983: => '3 pm',
1.6       bisitz   1984: 
                   1985:    '4 pm'
1.93      raeburn  1986: => '4 pm',
1.6       bisitz   1987: 
                   1988:    '5 pm'
1.93      raeburn  1989: => '5 pm',
1.6       bisitz   1990: 
                   1991:    '6 pm'
1.93      raeburn  1992: => '6 pm',
1.6       bisitz   1993: 
                   1994:    '7 pm'
1.93      raeburn  1995: => '7 pm',
1.6       bisitz   1996: 
                   1997:    '8 pm'
1.93      raeburn  1998: => '8 pm',
1.6       bisitz   1999: 
                   2000:    '9 pm'
1.93      raeburn  2001: => '9 pm',
1.6       bisitz   2002: 
1.90      bisitz   2003:    '10 pm'
1.93      raeburn  2004: => '10 pm',
1.90      bisitz   2005: 
                   2006:    '11 pm'
1.93      raeburn  2007: => '11 pm',
1.90      bisitz   2008: 
1.6       bisitz   2009:    '<- Previous'
1.98      bisitz   2010: => '<- Previous',
1.6       bisitz   2011: 
                   2012:    'ALL'
1.93      raeburn  2013: => 'ALL',
1.6       bisitz   2014: 
                   2015:    'All Maps or Folders'
1.93      raeburn  2016: => 'All Maps or Folders',
1.6       bisitz   2017: 
                   2018:    'Any User'
1.18      zhu      2019: => '任何用户',
1.6       bisitz   2020: 
                   2021:    'Assessment URL and Title'
1.18      zhu      2022: => '评估网址和标题',
1.6       bisitz   2023: 
                   2024:    'Assigned User Roles'
1.18      zhu      2025: => '用户角色分配',
1.6       bisitz   2026: 
                   2027:    'Browse resources'
1.18      zhu      2028: => '搜索资源',
1.6       bisitz   2029: 
                   2030:    'Changes can take up to 10 minutes before being active for all students.'
1.93      raeburn  2031: => 'Changes can take up to 10 minutes before being active for all students.',
1.6       bisitz   2032: 
                   2033:    'Course Assessment Parameter - Helper Mode'
1.18      zhu      2034: => '课程评估参数 - 助手模式',
1.6       bisitz   2035: 
                   2036:    'Course Assessment Parameters - Overview Mode'
1.18      zhu      2037: => '课程评估参数 - 摘要模式',
1.6       bisitz   2038: 
                   2039:    'Course Assessments Parameters - Table Mode'
1.18      zhu      2040: => '课程评估参数 - 表模式',
1.6       bisitz   2041: 
                   2042:    'Course Environment Parameters'
1.18      zhu      2043: => '课程环境参数',
1.6       bisitz   2044: 
                   2045:    'Course Parameter Helper'
1.18      zhu      2046: => '课程参数实用工具',
1.6       bisitz   2047: 
                   2048:    'Create New Environment Variable'
1.18      zhu      2049: => '创造新的环境变量',
1.6       bisitz   2050: 
                   2051:    'Current Session Value'
1.63      zhu      2052: => '当前会话的值',
1.6       bisitz   2053: 
                   2054:    'Default Value'
1.18      zhu      2055: => '缺省值',
1.6       bisitz   2056: 
                   2057:    'Delete a role'
1.18      zhu      2058: => '删除角色',
1.6       bisitz   2059: 
                   2060:    'Disable all communication among students'
1.93      raeburn  2061: => 'Disable all communication among students',
1.6       bisitz   2062: 
                   2063:    'Enclosing Map or Folder'
1.27      zhu      2064: => '附有目录或文件夹',
1.6       bisitz   2065: 
                   2066:    'Every problem in a particular folder'
1.27      zhu      2067: => '每一个问题在一个特定的文件夹',
1.6       bisitz   2068: 
                   2069:    'Every problem in the course'
1.27      zhu      2070: => '课程的中每一个问题',
1.6       bisitz   2071: 
                   2072:    'Folder'
1.10      zhu      2073: => '文件夹',
1.6       bisitz   2074: 
                   2075:    'Grant/revoke Course Custom Role'
1.93      raeburn  2076: => 'Grant/revoke Course Custom Role',
1.6       bisitz   2077: 
                   2078:    'Grant/revoke role of Administrator'
1.93      raeburn  2079: => 'Grant/revoke role of Administrator',
1.6       bisitz   2080: 
                   2081:    'Grant/revoke role of Author'
1.93      raeburn  2082: => 'Grant/revoke role of Author',
1.6       bisitz   2083: 
                   2084:    'Grant/revoke role of Course Coordinator'
1.93      raeburn  2085: => 'Grant/revoke role of Course Coordinator',
1.6       bisitz   2086: 
                   2087:    'Grant/revoke role of Domain Guest'
1.93      raeburn  2088: => 'Grant/revoke role of Domain Guest',
1.6       bisitz   2089: 
                   2090:    'Grant/revoke role of Librarian'
1.93      raeburn  2091: => 'Grant/revoke role of Librarian',
1.6       bisitz   2092: 
                   2093:    'Grant/revoke role of Teaching Assistant'
1.93      raeburn  2094: => 'Grant/revoke role of Teaching Assistant',
1.6       bisitz   2095: 
                   2096:    'Internally authenticated'
1.93      raeburn  2097: => 'Internally authenticated',
1.6       bisitz   2098: 
                   2099:    'Kerberos authenticated'
1.93      raeburn  2100: => 'Kerberos authenticated',
1.6       bisitz   2101: 
                   2102:    'LON-CAPA Helper:'
1.93      raeburn  2103: => 'LON-CAPA Helper:',
1.6       bisitz   2104: 
                   2105:    'Lock and unlock assessments'
1.93      raeburn  2106: => 'Lock and unlock assessments',
1.6       bisitz   2107: 
                   2108:    'Manage Access Keys'
1.93      raeburn  2109: => 'Manage Access Keys',
1.6       bisitz   2110: 
                   2111:    'Manage access keys'
1.93      raeburn  2112: => 'Manage access keys',
1.6       bisitz   2113: 
                   2114:    'Max Possible To Date'
1.10      zhu      2115: => '到现在为止,最高可达到',
1.6       bisitz   2116: 
                   2117:    'Modify Course Assessment Parameters'
1.93      raeburn  2118: => 'Modify Course Assessment Parameters',
1.6       bisitz   2119: 
                   2120:    'Modify authentication mechanism and data for a user'
1.93      raeburn  2121: => 'Modify authentication mechanism and data for a user',
1.6       bisitz   2122: 
                   2123:    'Modify grades'
1.93      raeburn  2124: => 'Modify grades',
1.6       bisitz   2125: 
                   2126:    'Next ->'
1.12      zhu      2127: => '下一步 ->',
1.6       bisitz   2128: 
                   2129:    'One particular problem'
1.93      raeburn  2130: => 'One particular problem',
1.6       bisitz   2131: 
                   2132:    'Parameter Name'
1.18      zhu      2133: => '参数名',
1.6       bisitz   2134: 
                   2135:    'Parameter Type'
1.18      zhu      2136: => '参数类型',
1.6       bisitz   2137: 
                   2138:    'Parameter in Effect'
1.18      zhu      2139: => '有效参数',
1.6       bisitz   2140: 
                   2141:    'Please select a problem to analyze'
1.18      zhu      2142: => '请选择问题进行分析',
1.6       bisitz   2143: 
                   2144:    'Post anonymously'
1.18      zhu      2145: => '匿名发送',
1.6       bisitz   2146: 
                   2147:    'Post discussion on course resources'
1.18      zhu      2148: => '发送该课程资源的讨论',
1.6       bisitz   2149: 
                   2150:    'Post system frontpage announcements'
1.18      zhu      2151: => '给系统主页发送通知',
1.6       bisitz   2152: 
                   2153:    'Post to live chatrooms'
1.18      zhu      2154: => '发送到在线聊天室',
                   2155: 
                   2156:    'Post to chatrooms'
                   2157: => '发送到聊天室',
1.6       bisitz   2158: 
                   2159:    'Problems Not Contained In A Folder'
1.18      zhu      2160: => '问题不包含在一个文件夹中',
1.6       bisitz   2161: 
                   2162:    'Section'
1.12      zhu      2163: => '章节',
1.6       bisitz   2164: 
                   2165:    'Section:'
1.12      zhu      2166: => '章节:',
1.6       bisitz   2167: 
                   2168:    'Select Date'
1.12      zhu      2169: => '请选择日期',
1.6       bisitz   2170: 
                   2171:    'Select Enclosing Map or Folder'
1.93      raeburn  2172: => 'Select Enclosing Map or Folder',
1.6       bisitz   2173: 
                   2174:    'Select Parameter Level'
1.93      raeburn  2175: => 'Select Parameter Level',
1.6       bisitz   2176: 
                   2177:    'Send internal email'
1.12      zhu      2178: => '发送内部电子邮件',
1.6       bisitz   2179: 
                   2180:    'Set Course Environment Parameters'
1.93      raeburn  2181: => 'Set Course Environment Parameters',
1.6       bisitz   2182: 
                   2183:    'Set Date'
1.12      zhu      2184: => '设定日期',
1.6       bisitz   2185: 
1.31      bisitz   2186:    'Set Defaults for All Resources in [_1]Specifically for [_2][_3]'
1.93      raeburn  2187: => 'Set Defaults for All Resources in [_1]Specifically for [_2][_3]',
1.6       bisitz   2188: 
                   2189:    'Set a due date'
1.9       zhu      2190: => '设定一个截止日期',
1.6       bisitz   2191: 
                   2192:    'Set an answer open date'
1.93      raeburn  2193: => 'Set an answer open date',
1.6       bisitz   2194: 
                   2195:    'Set an open date'
1.93      raeburn  2196: => 'Set an open date',
1.6       bisitz   2197: 
                   2198:    'Set opening datefor all problems in the course for. . .'
1.93      raeburn  2199: => 'Set opening datefor all problems in the course for. . .',
1.6       bisitz   2200: 
                   2201:    'Set the number of tries'
1.27      zhu      2202: => '设置尝试次数',
1.6       bisitz   2203: 
                   2204:    'Set the problem weight'
1.27      zhu      2205: => '设置问题难度',
1.6       bisitz   2206: 
                   2207:    'Set/Modify Course Assessment Parameter'
1.27      zhu      2208: => '设置/修改课程评估参数',
1.6       bisitz   2209: 
                   2210:    'Set/Modify Course Assessment Parameters'
1.27      zhu      2211: => '设置/修改课程评估参数',
1.6       bisitz   2212: 
                   2213:    'Set/Modify Course Parameters'
1.27      zhu      2214: => '设置/修改课程参数',
1.6       bisitz   2215: 
                   2216:    'Show More Options'
1.27      zhu      2217: => '显示更多选项',
1.6       bisitz   2218: 
                   2219:    'Students Affected'
1.27      zhu      2220: => '受影响的学生',
1.6       bisitz   2221: 
                   2222:    '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  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.6       bisitz   2224: 
                   2225:    'Total'
1.10      zhu      2226: => '总共',
1.6       bisitz   2227: 
                   2228:    'Total Parts In Course'
1.93      raeburn  2229: => 'Total Parts In Course',
1.6       bisitz   2230: 
                   2231:    'Type'
1.10      zhu      2232: => '型号',
1.6       bisitz   2233: 
                   2234:    'UNIX authenticated'
1.18      zhu      2235: => 'UNIX 认证',
1.6       bisitz   2236: 
                   2237:    'USERS'
1.10      zhu      2238: => '用户',
1.6       bisitz   2239: 
                   2240:    'Unknown ID'
1.10      zhu      2241: => '未知 ID',
1.6       bisitz   2242: 
                   2243:    'Unknown user'
1.10      zhu      2244: => '未知用户',
1.6       bisitz   2245: 
                   2246:    'Update Course Assessment Parameter Display'
1.93      raeburn  2247: => 'Update Course Assessment Parameter Display',
1.6       bisitz   2248: 
                   2249:    'Update Section or Specific User'
1.93      raeburn  2250: => 'Update Section or Specific User',
1.6       bisitz   2251: 
                   2252:    'Verify Selection'
1.10      zhu      2253: => '确认选择',
1.6       bisitz   2254: 
                   2255:    'Welcome to the Assignment Parameter Helper'
1.93      raeburn  2256: => 'Welcome to the Assignment Parameter Helper',
1.6       bisitz   2257: 
                   2258:    'What parameter do you want to set for all problems in the course?'
1.93      raeburn  2259: => 'What parameter do you want to set for all problems in the course?',
1.6       bisitz   2260: 
                   2261:    'What should the opening date be set to?'
1.93      raeburn  2262: => 'What should the opening date be set to?',
1.6       bisitz   2263: 
                   2264:    'Which Problem or Problems?'
1.93      raeburn  2265: => 'Which Problem or Problems?',
1.6       bisitz   2266: 
                   2267:    'Which problems do you wish to set a parameter for?'
1.93      raeburn  2268: => 'Which problems do you wish to set a parameter for?',
1.6       bisitz   2269: 
1.83      bisitz   2270:    'You need to choose another user role or enter a specific course or community for this function.'
                   2271: => 'You need to choose another user role or enter a specific course or community for this function.', # '对于此功能您需要选择另一个用户角色,或者输入特定的课程。',
1.6       bisitz   2272: 
                   2273:    'a.m.'
1.10      zhu      2274: => '上午',
1.6       bisitz   2275: 
                   2276:    'acc keys'
1.93      raeburn  2277: => 'acc keys',
1.6       bisitz   2278: 
                   2279:    'according to course preferences'
1.18      zhu      2280: => '根据课程设置',
1.6       bisitz   2281: 
                   2282:    'according to resource settings'
1.18      zhu      2283: => '根据资源设置',
1.6       bisitz   2284: 
                   2285:    'according to user session state'
1.18      zhu      2286: => '根据用户会话状态',
1.6       bisitz   2287: 
                   2288:    'all'
1.18      zhu      2289: => '所有的',
1.6       bisitz   2290: 
                   2291:    'at'
1.18      zhu      2292: => '在',
1.6       bisitz   2293: 
                   2294:    'at Domain'
1.18      zhu      2295: => '在域',
1.6       bisitz   2296: 
                   2297:    'at domain'
1.18      zhu      2298: => '在域',
1.6       bisitz   2299: 
                   2300:    'default'
1.18      zhu      2301: => '默认',
1.6       bisitz   2302: 
                   2303:    'for Enclosing Map or Folder'
1.27      zhu      2304: => '对于附有目录或文件夹', #??? [SB 18.10.2006]
1.6       bisitz   2305: 
                   2306:    'for Resource'
1.27      zhu      2307: => '资源',
1.6       bisitz   2308: 
                   2309:    'from Enclosing Map or Folder'
1.27      zhu      2310: => '从附有目录或文件夹', #??? [SB 18.10.2006]
1.6       bisitz   2311: 
                   2312:    'general'
1.27      zhu      2313: => '一般的',
1.6       bisitz   2314: 
                   2315:    'in Course'
1.18      zhu      2316: => '在课程',
1.6       bisitz   2317: 
                   2318:    'in Section/Group'
1.18      zhu      2319: => '在科/组',
1.6       bisitz   2320: 
                   2321:    'manage'
1.12      zhu      2322: => '管理',
1.6       bisitz   2323: 
                   2324:    'of'
1.93      raeburn  2325: => 'of',
1.6       bisitz   2326: 
                   2327:    'or ID'
1.12      zhu      2328: => '或者 ID',
1.6       bisitz   2329: 
                   2330:    'p.m.'
1.10      zhu      2331: => '下午',
1.6       bisitz   2332: 
                   2333:    'percent'
1.7       zhu      2334: => '百分比',
1.6       bisitz   2335: 
                   2336:    'unless locked'
1.10      zhu      2337: => '除非锁定',
1.6       bisitz   2338: 
                   2339:    'users in'
1.93      raeburn  2340: => 'users in',
1.6       bisitz   2341: 
                   2342:    'Access Key Management'
1.93      raeburn  2343: => 'Access Key Management',
1.6       bisitz   2344: 
                   2345:    'Assessment'
1.10      zhu      2346: => '评价',
1.6       bisitz   2347: 
                   2348:    'Calculations'
1.93      raeburn  2349: => 'Calculations',
1.6       bisitz   2350: 
                   2351:    'Comma Separated Values'
1.93      raeburn  2352: => 'Comma Separated Values',
1.6       bisitz   2353: 
                   2354:    'Course ID'
1.10      zhu      2355: => '课程 ID',
1.6       bisitz   2356: 
1.41      bisitz   2357:    'Course level sheet'
1.93      raeburn  2358: => 'Course level sheet', # ??? [SB 2007-07-02]
1.6       bisitz   2359: 
                   2360:    'Detailed Problem Analysis'
1.93      raeburn  2361: => 'Detailed Problem Analysis',
1.6       bisitz   2362: 
                   2363:    'End Helper'
1.93      raeburn  2364: => 'End Helper',
1.6       bisitz   2365: 
                   2366:    'Excel'
                   2367: => 'Excel',
                   2368: 
                   2369:    'Text (essays only)'
1.93      raeburn  2370: => 'Text (essays only)',
1.6       bisitz   2371: 
                   2372:    'Finish Course Initialization'
1.93      raeburn  2373: => 'Finish Course Initialization',
1.6       bisitz   2374: 
                   2375:    'Generate Spreadsheet'
1.12      zhu      2376: => '生成报告表',
1.6       bisitz   2377: 
1.103     bisitz   2378:    'Grant/revoke role of Bubblesheet Operator'
                   2379: => 'Grant/revoke role of Bubblesheet Operator',
1.6       bisitz   2380: 
                   2381:    'HTML'
                   2382: => 'HTML',
                   2383: 
                   2384:    'Invalid date entry'
1.93      raeburn  2385: => 'Invalid date entry',
1.6       bisitz   2386: 
                   2387:    'Load:'
1.10      zhu      2388: => '加载:',
1.6       bisitz   2389: 
                   2390:    'No changes were made to the current settings.'
1.93      raeburn  2391: => 'No changes were made to the current settings.',
1.6       bisitz   2392: 
                   2393:    'Output Format'
1.10      zhu      2394: => '输出格式',
1.6       bisitz   2395: 
                   2396:    'Processing course structure'
1.93      raeburn  2397: => 'Processing course structure',
1.6       bisitz   2398: 
                   2399:    'Processing first student'
1.93      raeburn  2400: => 'Processing first student',
1.6       bisitz   2401: 
                   2402:    'Row'
1.10      zhu      2403: => '排列',
1.6       bisitz   2404: 
                   2405:    'Save as'
1.10      zhu      2406: => '另存为',
1.6       bisitz   2407: 
1.66      bisitz   2408:    'Save as &amp; Make This Sheet the Default'
1.10      zhu      2409: => '另存为 & 使此工作表作为一个默认使用',
1.6       bisitz   2410: 
1.103     bisitz   2411:    'Bubblesheet Operator'
                   2412: => 'Bubblesheet Operator',
1.6       bisitz   2413: 
                   2414:    'Select All'
1.10      zhu      2415: => '全选',
1.6       bisitz   2416: 
                   2417:    'Select All Students'
1.10      zhu      2418: => '选择所有学生',
1.6       bisitz   2419: 
                   2420:    'Select Spreadsheet File'
1.10      zhu      2421: => '选择电子表格文件',
1.6       bisitz   2422: 
1.103     bisitz   2423:    'Send bubblesheet data to a course'
                   2424: => 'Send bubblesheet data to a course',
1.6       bisitz   2425: 
                   2426:    'Spreadsheet Computation'
1.93      raeburn  2427: => 'Spreadsheet Computation',
1.6       bisitz   2428: 
                   2429:    'Spreadsheet Computation Status'
1.93      raeburn  2430: => 'Spreadsheet Computation Status',
1.6       bisitz   2431: 
                   2432:    'Student level sheet'
1.93      raeburn  2433: => 'Student level sheet',
1.6       bisitz   2434: 
                   2435:    'Summary'
1.93      raeburn  2436: => 'Summary',
1.6       bisitz   2437: 
                   2438:    'Template'
1.93      raeburn  2439: => 'Template',
1.6       bisitz   2440: 
                   2441:    'Unselect All'
1.93      raeburn  2442: => 'Unselect All',
1.6       bisitz   2443: 
                   2444:    'Unselect All Students'
1.93      raeburn  2445: => 'Unselect All Students',
1.6       bisitz   2446: 
1.103     bisitz   2447:    'Upload bubblesheet data'
                   2448: => 'Upload bubblesheet data',
1.6       bisitz   2449: 
                   2450:    'You must choose at least one student to continue.'
1.93      raeburn  2451: => 'You must choose at least one student to continue.',
1.6       bisitz   2452: 
                   2453:    'You must choose one or more choices to continue.'
1.93      raeburn  2454: => 'You must choose one or more choices to continue.',
1.6       bisitz   2455: 
                   2456:    'may be open from a different computer.'
1.93      raeburn  2457: => 'may be open from a different computer.',
1.6       bisitz   2458: 
                   2459:    'minutes'
1.93      raeburn  2460: => 'minutes',
1.6       bisitz   2461: 
                   2462:    'remaining'
1.98      bisitz   2463: => 'remaining',
1.6       bisitz   2464: 
                   2465:    'second'
1.93      raeburn  2466: => 'second',
1.6       bisitz   2467: 
                   2468:    'seconds'
1.93      raeburn  2469: => 'seconds',
1.6       bisitz   2470: 
                   2471:    'Additional Recipients'
1.12      zhu      2472: => '其他收件人',
1.6       bisitz   2473: 
1.31      bisitz   2474:    'Analyze Over [_1] [_2]'
1.93      raeburn  2475: => 'Analyze Over [_1] [_2]',
1.6       bisitz   2476: 
                   2477:    'Analyze Problem'
1.93      raeburn  2478: => 'Analyze Problem',
1.6       bisitz   2479: 
                   2480:    'Analyze Problem Again'
1.93      raeburn  2481: => 'Analyze Problem Again',
1.6       bisitz   2482: 
                   2483:    'Analyze as '
1.93      raeburn  2484: => 'Analyze as ',
1.6       bisitz   2485: 
                   2486:    'Browsing resource, all submissions are temporary.'
1.93      raeburn  2487: => 'Browsing resource, all submissions are temporary.',
1.6       bisitz   2488: 
                   2489:    'By'
1.93      raeburn  2490: => 'By',
1.6       bisitz   2491: 
                   2492:    'Check All'
1.12      zhu      2493: => '全选',
1.6       bisitz   2494: 
                   2495:    'Check for All'
1.12      zhu      2496: => '检查所有',
1.6       bisitz   2497: 
                   2498:    'Check for None'
1.70      zhu      2499: => '检查无',
1.6       bisitz   2500: 
                   2501:    'Check for Section/Group'
1.12      zhu      2502: => '检查科/组',
1.6       bisitz   2503: 
                   2504:    'Choose a different resource'
1.12      zhu      2505: => '选择不同的资源',
1.6       bisitz   2506: 
                   2507:    'Concepts'
1.12      zhu      2508: => '草稿',
1.6       bisitz   2509: 
                   2510:    'Critical Messages'
1.12      zhu      2511: => '重要讯息',
1.6       bisitz   2512: 
                   2513:    'Delete'
1.12      zhu      2514: => '删除',
1.6       bisitz   2515: 
                   2516:    'Delete Checked'
1.12      zhu      2517: => '删除选中',
1.6       bisitz   2518: 
                   2519:    'Display All Messages'
1.12      zhu      2520: => '显示所有邮件',
1.6       bisitz   2521: 
                   2522:    'Display all Messages'
1.12      zhu      2523: => '显示所有邮件',
1.6       bisitz   2524: 
                   2525:    'Foils'
1.12      zhu      2526: => '选择',
1.6       bisitz   2527: 
                   2528:    'Forward'
1.12      zhu      2529: => '转发',
1.6       bisitz   2530: 
                   2531:    'Forwarded message from'
1.12      zhu      2532: => '转发邮件从',
1.6       bisitz   2533: 
                   2534:    'Forwarding'
1.12      zhu      2535: => '转发',
1.6       bisitz   2536: 
                   2537:    'From'
1.12      zhu      2538: => '从',
1.6       bisitz   2539: 
                   2540:    'Functions'
1.22      zhu      2541: => '功能',
1.6       bisitz   2542: 
                   2543:    'Mail'
1.12      zhu      2544: => '邮件',
1.6       bisitz   2545: 
                   2546:    'Mark Unread'
1.12      zhu      2547: => '标记为未读',
1.6       bisitz   2548: 
                   2549:    'New Problem Variation'
1.93      raeburn  2550: => 'New Problem Variation',
1.6       bisitz   2551: 
                   2552:    'New Randomization'
1.12      zhu      2553: => '新的变化',
1.6       bisitz   2554: 
                   2555:    'Next'
1.12      zhu      2556: => '下一步',
1.6       bisitz   2557: 
1.31      bisitz   2558:    'Number of Plots [_1]'
1.93      raeburn  2559: => 'Number of Plots [_1]',
1.6       bisitz   2560: 
                   2561:    'Option Response Problem Analysis'
1.93      raeburn  2562: => 'Option Response Problem Analysis',
1.6       bisitz   2563: 
                   2564:    'Previous'
1.12      zhu      2565: => '以前的',
1.6       bisitz   2566: 
                   2567:    'Re'
1.12      zhu      2568: => '回复',
1.6       bisitz   2569: 
                   2570:    'Record'
1.12      zhu      2571: => '记录',
1.6       bisitz   2572: 
                   2573:    'Reply'
1.10      zhu      2574: => '回复',
1.6       bisitz   2575: 
                   2576:    'Reset Submissions'
1.93      raeburn  2577: => 'Reset Submissions',
1.6       bisitz   2578: 
                   2579:    'Select a course'
1.12      zhu      2580: => '选择课程',
1.6       bisitz   2581: 
                   2582:    'Selecting a User'
1.12      zhu      2583: => '选择用户',
1.6       bisitz   2584: 
                   2585:    'Send New'
1.93      raeburn  2586: => 'Send New',
1.6       bisitz   2587: 
                   2588:    'Send Reply'
1.12      zhu      2589: => '发送回复',
1.6       bisitz   2590: 
                   2591:    'Send as critical message'
1.10      zhu      2592: => '发出一个重要信息',
1.6       bisitz   2593: 
                   2594:    'Simple Problem Editor'
1.18      zhu      2595: => '简单的问题编辑器',
1.6       bisitz   2596: 
                   2597:    'Starting'
1.18      zhu      2598: => '开始',
1.6       bisitz   2599: 
                   2600:    'Student Data Compilation Progress'
1.18      zhu      2601: => '学生资料汇编进展',
1.6       bisitz   2602: 
                   2603:    'Student Data Compilation Status'
1.18      zhu      2604: => '学生资料汇编状态',
1.6       bisitz   2605: 
                   2606:    'There is no student data for this problem.'
1.18      zhu      2607: => '对于这个问题,没有任何学生的数据。',
1.6       bisitz   2608: 
                   2609:    'Time'
1.10      zhu      2610: => '时间',
1.6       bisitz   2611: 
1.18      zhu      2612:    'To:'
                   2613: => '收件人:',
1.6       bisitz   2614: 
                   2615:    'Uncheck All'
1.10      zhu      2616: => '全部取消',
1.6       bisitz   2617: 
                   2618:    'Unsuccessful Login'
1.9       zhu      2619: => '登录失败',
1.6       bisitz   2620: 
                   2621:    'Update Student Data'
1.10      zhu      2622: => '更新学生资料',
1.6       bisitz   2623: 
                   2624:    'You have no critical messages.'
1.10      zhu      2625: => '您没有任何重要讯息。',
1.6       bisitz   2626: 
                   2627:    'and return receipt'
1.93      raeburn  2628: => 'and return receipt',
1.6       bisitz   2629: 
                   2630:    'can not be accessed from your location.'
1.93      raeburn  2631: => 'can not be accessed from your location.',
1.6       bisitz   2632: 
1.115     bisitz   2633:    'Unacceptable username [_1] for user [_2] [_3] [_4] [_5]'
                   2634: => 'Unacceptable username [_1] for user [_2] [_3] [_4] [_5]',
                   2635: 
                   2636:    'Unacceptable domain [_1] for user [_2] [_3] [_4] [_5]'
                   2637: => 'Unacceptable domain [_1] for user [_2] [_3] [_4] [_5]',
1.6       bisitz   2638: 
                   2639:    'All Documents in Course'
1.93      raeburn  2640: => 'All Documents in Course',
1.6       bisitz   2641: 
                   2642:    'All Resources (possibly large output)'
1.93      raeburn  2643: => 'All Resources (possibly large output)',
1.6       bisitz   2644: 
                   2645:    'Anonymous'
1.18      zhu      2646: => '匿名',
1.6       bisitz   2647: 
                   2648:    'Anonymous contribution to course discussion of resource'
1.18      zhu      2649: => '匿名参加这个资源的讨论',
1.6       bisitz   2650: 
                   2651:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
1.93      raeburn  2652: => 'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).',
1.6       bisitz   2653: 
                   2654:    'Associate columns with student attributes.'
1.93      raeburn  2655: => 'Associate columns with student attributes.',
1.6       bisitz   2656: 
                   2657:    'Attribute'
1.93      raeburn  2658: => 'Attribute',
1.6       bisitz   2659: 
                   2660:    'CSV (comma separated values, spreadsheet)'
1.27      zhu      2661: => 'CSV (逗号分隔值, 表格)',
1.6       bisitz   2662: 
                   2663:    'Check Course Document Versions'
1.98      bisitz   2664: => 'Check Course Document Versions',
1.6       bisitz   2665: 
                   2666:    'Check/Set Resource Versions'
1.22      zhu      2667: => '检查/设置源版本',
1.6       bisitz   2668: 
                   2669:    'Chronological View'
1.22      zhu      2670: => '顺序查看',
1.6       bisitz   2671: 
                   2672:    'Column'
1.93      raeburn  2673: => 'Column',
1.6       bisitz   2674: 
                   2675:    'Column [_1]'
1.93      raeburn  2676: => 'Column [_1]',
1.6       bisitz   2677: 
                   2678:    'Continue enrollment?'
1.93      raeburn  2679: => 'Continue enrollment?',
1.6       bisitz   2680: 
                   2681:    'Contribution to course discussion of resource'
1.18      zhu      2682: => '正常参加这个资源的讨论',
1.6       bisitz   2683: 
                   2684:    'Diffs'
1.56      zhu      2685: => '区别',
1.6       bisitz   2686: 
                   2687: #   'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
1.98      bisitz   2688: #=> 'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)',
1.6       bisitz   2689: 
                   2690: 
                   2691:    'Disable Student/Employee ID Safeguard and force change of conflicting IDs'
1.70      zhu      2692: => '禁用学生/员工编号,维护和强制改变不一致的IDs',
1.6       bisitz   2693: 
                   2694:    '(only do if you know what you are doing.)'
1.70      zhu      2695: => '(只有这样做,如果你知道自己在做什么。)',
1.6       bisitz   2696: 
                   2697:    'Discussion Contributions'
1.18      zhu      2698: => '参加讨论',
1.6       bisitz   2699: 
                   2700:    'Drop Students'
1.28      zhu      2701: => '从该课程删除学生',
1.6       bisitz   2702: 
                   2703:    'Dropped [_1]'
                   2704: => '[_1] ausgeschlossen',
                   2705: 
                   2706:    'Dropped [_1] student(s).'
                   2707: => '[_1] Student(en) ausgeschlossen.',
                   2708: 
                   2709:    'Dropping Students'
1.93      raeburn  2710: => 'Dropping Students',
1.6       bisitz   2711: 
                   2712:    'EMail Address'
1.93      raeburn  2713: => 'EMail Address',
1.6       bisitz   2714: 
                   2715:    'Enroll a single student'
1.70      zhu      2716: => '注册一个学生',
1.6       bisitz   2717: 
                   2718:    'Enrolling Students'
1.70      zhu      2719: => '注册学生',
1.6       bisitz   2720: 
                   2721:    'Error'
1.93      raeburn  2722: => 'Error',
1.6       bisitz   2723: 
                   2724:    'Error: '
1.93      raeburn  2725: => 'Error: ',
1.6       bisitz   2726: 
                   2727:    'Error: [_1]'
1.93      raeburn  2728: => 'Error: [_1]',
1.6       bisitz   2729: 
                   2730:    'Field'
1.93      raeburn  2731: => 'Field',
1.6       bisitz   2732: 
1.118   ! bisitz   2733:    'Filenames in Authoring Space'
        !          2734: => 'Filenames in Authoring Space',
1.6       bisitz   2735: 
                   2736:    'First Name'
1.56      zhu      2737: => '名',
1.6       bisitz   2738: 
1.118   ! bisitz   2739:    'Folder in Authoring Space'
        !          2740: => 'Folder in Authoring Space',
1.6       bisitz   2741: 
                   2742:    'Full Update'
1.56      zhu      2743: => '全面更新',
1.6       bisitz   2744: 
                   2745:    'Full update (also print list of users not enrolled anymore)'
1.101     bisitz   2746: => '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   2747: 
                   2748:    'Generation'
1.70      zhu      2749: => '生成',
1.6       bisitz   2750: 
                   2751:    'Group/Section'
1.12      zhu      2752: => '组/科',
1.6       bisitz   2753: 
                   2754:    'HTML/XML'
                   2755: => 'HTML/XML',
                   2756: 
                   2757:    'Hide'
1.56      zhu      2758: => '隐藏',
1.6       bisitz   2759: 
                   2760:    'Student/Employee ID'
1.56      zhu      2761: => '学生/员工 ID',
1.6       bisitz   2762: 
                   2763:    'Identify fields'
1.93      raeburn  2764: => 'Identify fields',
1.6       bisitz   2765: 
                   2766:    'If active, the new role will be available when the students next log in to LON-CAPA.'
1.93      raeburn  2767: => 'If active, the new role will be available when the students next log in to LON-CAPA.',
1.6       bisitz   2768: 
                   2769:    'Ignore First Line'
1.27      zhu      2770: => '忽略第一行',
1.6       bisitz   2771: 
                   2772:    'Initial Password'
1.27      zhu      2773: => '初始密码',
1.6       bisitz   2774: 
                   2775:    'Internal Filename'
1.27      zhu      2776: => '内部文件名',
1.6       bisitz   2777: 
                   2778:    'Invalid home server specified'
1.93      raeburn  2779: => 'Invalid home server specified',
1.6       bisitz   2780: 
                   2781:    'Keep all Resources up-to-date with most recent Versions (default)'
1.93      raeburn  2782: => 'Keep all Resources up-to-date with most recent Versions (default)',
1.6       bisitz   2783: 
                   2784:    'LON-CAPA Domain for Students'
1.93      raeburn  2785: => 'LON-CAPA Domain for Students',
1.6       bisitz   2786: 
                   2787:    'LON-CAPA Enrollment Manager'
1.93      raeburn  2788: => 'LON-CAPA Enrollment Manager',
1.6       bisitz   2789: 
                   2790:    'LON-CAPA domain: [_1]'
1.26      zhu      2791: => 'LON-CAPA 域: [_1]',
1.6       bisitz   2792: 
                   2793:    'Last Name'
1.56      zhu      2794: => '姓',
1.6       bisitz   2795: 
                   2796:    'Last Name, First Names'
1.26      zhu      2797: => '姓,名',
1.6       bisitz   2798: 
                   2799:    'Login Type'
1.26      zhu      2800: => '登录类型',
1.6       bisitz   2801: 
                   2802:    'Middle Names/Initials'
1.26      zhu      2803: => '中名/缩写',
1.6       bisitz   2804: 
                   2805:    'Modify Parameters'
1.26      zhu      2806: => '修改参数',
1.6       bisitz   2807: 
                   2808:    'Modify student data'
1.26      zhu      2809: => '修改学生资料',
1.6       bisitz   2810: 
                   2811:    'Most recently published Version'
1.26      zhu      2812: => '最近发布的版本',
1.6       bisitz   2813: 
                   2814:    'No Kerberos domain was specified.'
1.93      raeburn  2815: => 'No Kerberos domain was specified.',
1.6       bisitz   2816: 
                   2817:    'None Found'
1.26      zhu      2818: => '没有找到',
1.6       bisitz   2819: 
                   2820:    'Note: For large courses, this operation may be time consuming.'
1.93      raeburn  2821: => 'Note: For large courses, this operation may be time consuming.',
1.6       bisitz   2822: 
1.73      bisitz   2823:    'This will not take effect if the user already exists.'
1.93      raeburn  2824: => 'This will not take effect if the user already exists.',
1.6       bisitz   2825: 
                   2826:    'Processed [_1] student(s).'
                   2827: => '[_1] Studierende bearbeitet.',
                   2828: 
                   2829:    'Re-enrollment will re-activate data.'
1.93      raeburn  2830: => 'Re-enrollment will re-activate data.',
1.6       bisitz   2831: 
                   2832:    'Registering'
1.93      raeburn  2833: => 'Registering',
1.6       bisitz   2834: 
                   2835:    'Samples'
1.56      zhu      2836: => '例如',
1.6       bisitz   2837: 
                   2838:    'Save as ...'
1.18      zhu      2839: => '另存为...',
1.6       bisitz   2840: 
                   2841:    'Set Version to be used in Course'
1.93      raeburn  2842: => 'Set Version to be used in Course',
1.6       bisitz   2843: 
                   2844:    'Set Versions to be used in Course according to Selections below'
1.93      raeburn  2845: => 'Set Versions to be used in Course according to Selections below',
1.6       bisitz   2846: 
                   2847:    'Set all Resource Versions to current Version (Fix Versions)'
1.93      raeburn  2848: => 'Set all Resource Versions to current Version (Fix Versions)',
1.6       bisitz   2849: 
                   2850:    'Show Preview'
1.93      raeburn  2851: => 'Show Preview',
1.6       bisitz   2852: 
                   2853:    'Space separated'
1.27      zhu      2854: => '以空格分隔',
1.6       bisitz   2855: 
                   2856:    'Starting and Ending Dates'
1.27      zhu      2857: => '起始和结束日期',
1.6       bisitz   2858: 
                   2859:    'Student Number'
1.27      zhu      2860: => '学生证号码',
1.6       bisitz   2861: 
                   2862:    'Tabulator separated'
1.27      zhu      2863: => '以制表符分隔',
1.6       bisitz   2864: 
                   2865:    'The optional email address field was not specified.'
1.93      raeburn  2866: => 'The optional email address field was not specified.',
1.6       bisitz   2867: 
                   2868:    'The optional name field was not specified.'
1.93      raeburn  2869: => 'The optional name field was not specified.',
1.6       bisitz   2870: 
                   2871:    'The optional ID number field was not specified.'
1.93      raeburn  2872: => 'The optional ID number field was not specified.',
1.6       bisitz   2873: 
                   2874:    'The optional section or group field was not specified.'
1.93      raeburn  2875: => 'The optional section or group field was not specified.',
1.6       bisitz   2876: 
                   2877:    'The optional student number field was not specified.'
1.93      raeburn  2878: => 'The optional student number field was not specified.',
1.6       bisitz   2879: 
                   2880:    'The optional section field was not specified.'
1.93      raeburn  2881: => 'The optional section field was not specified.',
1.6       bisitz   2882: 
                   2883:    'The optional role field was not specified.'
1.93      raeburn  2884: => 'The optional role field was not specified.',
1.6       bisitz   2885: 
                   2886:    'The optional domain field was not specified.'
1.93      raeburn  2887: => 'The optional domain field was not specified.',
1.6       bisitz   2888: 
                   2889:    'There are no students currently enrolled.'
1.93      raeburn  2890: => 'There are no students currently enrolled.',
1.6       bisitz   2891: 
                   2892:    'Continue adding users?'
1.93      raeburn  2893: => 'Continue adding users?',
1.6       bisitz   2894: 
                   2895:    'Threaded View'
1.22      zhu      2896: => '线程查看',
1.6       bisitz   2897: 
                   2898:    'Total number of records found in file: [_1]'
1.93      raeburn  2899: => 'Total number of records found in file: [_1]',
1.6       bisitz   2900: 
                   2901:    'Unable to enroll students'
1.93      raeburn  2902: => 'Unable to enroll students',
1.6       bisitz   2903: 
                   2904:    'Updating discussion time'
1.93      raeburn  2905: => 'Updating discussion time',
1.6       bisitz   2906: 
                   2907:    'Uploading Class List'
1.93      raeburn  2908: => 'Uploading Class List',
1.6       bisitz   2909: 
                   2910:    'Verify Content'
                   2911: => '检查内容',
                   2912: 
                   2913:    'Version used in Course'
1.93      raeburn  2914: => 'Version used in Course',
1.6       bisitz   2915: 
                   2916:    'View Class List'
1.93      raeburn  2917: => 'View Class List',
1.6       bisitz   2918: 
                   2919:    'View Class list'
1.93      raeburn  2920: => 'View Class list',
1.6       bisitz   2921: 
                   2922:    'Welcome'
1.22      zhu      2923: => '欢迎',
1.6       bisitz   2924: 
1.102     raeburn  2925:    'Welcome to the Learning[_1]Online[_2] Network with CAPA. Please wait while your session is being set up.'
1.12      zhu      2926: => '欢迎您到在线网络 LON-CAPA 学习。请稍候,您的会话正在建立。',
1.6       bisitz   2927: 
                   2928:    'You must choose an authentication type.'
1.22      zhu      2929: => '你必须选择一个身份验证类型。',
1.6       bisitz   2930: 
                   2931:    'You need to specify the Kerberos domain.'
1.93      raeburn  2932: => 'You need to specify the Kerberos domain.',
1.6       bisitz   2933: 
                   2934:    'You need to specify the initial password.'
1.93      raeburn  2935: => 'You need to specify the initial password.',
1.6       bisitz   2936: 
                   2937:    'You need to specify the username field.'
1.93      raeburn  2938: => 'You need to specify the username field.',
1.6       bisitz   2939: 
                   2940:    'Your Version Settings have been Saved'
1.93      raeburn  2941: => 'Your Version Settings have been Saved',
1.6       bisitz   2942: 
                   2943:    '[_1] Do not change login data'
1.12      zhu      2944: => '[_1] 不要更改登录数据',
1.6       bisitz   2945: 
                   2946:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5 [_5]'
1.70      zhu      2947: => '[_1] Kerberos身份验证域 [_2] [_3] 版本 4 [_4] 版本 5 [_5]',
1.6       bisitz   2948: 
                   2949:    'Currently Kerberos authenticated with domain [_1] Version [_2].'
1.70      zhu      2950: => '目前的Kerberos身份验证域 [_1] 版本 [_2]。',
1.6       bisitz   2951: 
                   2952:    'Currently Kerberos authenticated, Version [_1].'
1.70      zhu      2953: => '目前Kerberos身份验证,版本 [_1]。',
1.6       bisitz   2954: 
                   2955:    'most recent'
1.12      zhu      2956: => '最新的',
1.6       bisitz   2957: 
                   2958:    'name only visible to course faculty'
1.18      zhu      2959: => '只有课程管理者能看见',
1.6       bisitz   2960: 
                   2961:    'Calculate answers'
1.70      zhu      2962: => '计算的答案',
1.6       bisitz   2963: 
1.65      zhu      2964:   'Show All Foils'
                   2965: => '显示全部选项',
                   2966: 
                   2967:    'Show All Instances'
                   2968: => '显示全部选项',
1.6       bisitz   2969: 
                   2970:    '1 out of N multiple choice (radio button)'
1.18      zhu      2971: => '单选',
1.6       bisitz   2972: 
                   2973:    'Add new option'
1.10      zhu      2974: => '添加新的选择',
1.6       bisitz   2975: 
                   2976:    'Administrator'
1.10      zhu      2977: => '管理员',
1.6       bisitz   2978: 
                   2979:    'Answer:'
1.10      zhu      2980: => '回复:',
1.6       bisitz   2981: 
                   2982:    'Attachment'
1.10      zhu      2983: => '附件',
1.6       bisitz   2984: 
                   2985:    '(128 KB max size)'
1.10      zhu      2986: => '(最大 128 KB)',
1.6       bisitz   2987: 
                   2988:    'Change'
1.10      zhu      2989: => '改变',
1.6       bisitz   2990: 
                   2991:    'Change Random Seed To:'
1.70      zhu      2992: => '随机数的基础上:',
1.6       bisitz   2993: 
                   2994:    'Change Your Language Preferences'
1.70      zhu      2995: => '变更您的语言偏好',
1.6       bisitz   2996: 
                   2997:    'Concept:'
1.70      zhu      2998: => '概念:',
1.6       bisitz   2999: 
                   3000:    'Correct Option:'
1.18      zhu      3001: => '正确的选择:',
1.6       bisitz   3002: 
                   3003:    'Create a New Course'
1.12      zhu      3004: => '创建一个新的课程',
1.6       bisitz   3005: 
                   3006:    'Create a New Course or Group Space'
1.12      zhu      3007: => '创建一个新的课程或组空间',
1.6       bisitz   3008: 
                   3009:    'Current'
1.12      zhu      3010: => '现在的',
1.6       bisitz   3011: 
                   3012:    'Delete an option'
1.12      zhu      3013: => '删除一个选项',
1.6       bisitz   3014: 
                   3015:    'Delete:'
1.12      zhu      3016: => '删除:',
1.6       bisitz   3017: 
                   3018:    'Diffs with Current Version'
1.56      zhu      3019: => '与当前版本的区别',
1.6       bisitz   3020: 
                   3021:    'Diffs with Version'
1.56      zhu      3022: => '不同版本之间的区别',
1.6       bisitz   3023: 
                   3024:    'Diffs with current Version'
1.56      zhu      3025: => '与当前版本的区别',
1.6       bisitz   3026: 
                   3027:    'Display and analysis of submission times on assessments.'
1.93      raeburn  3028: => 'Display and analysis of submission times on assessments.',
1.6       bisitz   3029: 
                   3030:    'Display foils in order given'
1.56      zhu      3031: => '在给定的分类里显示选项',
1.6       bisitz   3032: 
                   3033:    'Display foils in random order'
1.56      zhu      3034: => '在一个随机序列里显示选项',
1.6       bisitz   3035: 
                   3036:    'Domain Guest'
1.12      zhu      3037: => '网上邻居',
1.6       bisitz   3038: 
                   3039:    'Essay, open end'
1.18      zhu      3040: => '尝试,没有时间限制',
1.6       bisitz   3041: 
                   3042:    'False'
1.18      zhu      3043: => '错误的',
1.6       bisitz   3044: 
                   3045:    'Foil'
1.18      zhu      3046: => '选项',
1.6       bisitz   3047: 
                   3048:    'Format:'
1.12      zhu      3049: => '格式:',
1.6       bisitz   3050: 
                   3051:    'Height(pixel):'
1.12      zhu      3052: => '高 (Pixel):',
1.6       bisitz   3053: 
                   3054:    'Hint Text'
1.12      zhu      3055: => '提示文字',
1.6       bisitz   3056: 
                   3057:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
1.93      raeburn  3058: => 'If this resource is in active use, student performance data from the previous version may become inaccessible.',
1.6       bisitz   3059: 
                   3060:    'Image:'
1.12      zhu      3061: => '图片:',
1.6       bisitz   3062: 
                   3063:    'Incorrect Answers:'
1.12      zhu      3064: => '错误的答案:',
1.6       bisitz   3065: 
                   3066:    'Last accessed'
1.12      zhu      3067: => '上次访问',
1.6       bisitz   3068: 
                   3069:    'Librarian'
1.93      raeburn  3070: => 'Librarian',
1.6       bisitz   3071: 
                   3072:    'Making Backup to [_1]'
1.93      raeburn  3073: => 'Making Backup to [_1]',
1.6       bisitz   3074: 
                   3075:    'Max Number Of Shown Foils:'
1.56      zhu      3076: => '显示选项的最大数量:',
1.6       bisitz   3077: 
                   3078:    'Max number of foils displayed'
1.56      zhu      3079: => '显示选项的最大数量',
1.6       bisitz   3080: 
                   3081:    'Metadata'
1.12      zhu      3082: => '元数据',
1.6       bisitz   3083: 
                   3084:    'metadata'
1.12      zhu      3085: => '元数据',
1.6       bisitz   3086: 
                   3087:    'Metadata Version'
1.12      zhu      3088: => '元数据版本',
1.6       bisitz   3089: 
                   3090:    'Metadata current version'
1.12      zhu      3091: => '元数据的最新版本',
1.6       bisitz   3092: 
                   3093:    'Save Metadata'
1.12      zhu      3094: => '保存元数据',
1.6       bisitz   3095: 
                   3096:    'Name:'
1.12      zhu      3097: => '姓氏:',
1.6       bisitz   3098: 
                   3099:    'New parameters or saved values'
1.18      zhu      3100: => '新的参数或保存价值',
1.6       bisitz   3101: 
                   3102:    'No language preference'
1.56      zhu      3103: => '没有语言偏好',
1.6       bisitz   3104: 
                   3105:    'Not shown, not used'
1.18      zhu      3106: => '没有显示,没有使用',
1.6       bisitz   3107: 
                   3108:    'Obsolete parameters or saved values'
1.18      zhu      3109: => '过时的参数或保存价值',
1.6       bisitz   3110: 
                   3111:    'Option response'
1.12      zhu      3112: => '答案选项',
1.6       bisitz   3113: 
                   3114:    'Please do not reply to this address.'
1.93      raeburn  3115: => 'Please do not reply to this address.',
1.6       bisitz   3116: 
                   3117:    'Position'
                   3118: => 'Position',
                   3119: 
                   3120:    'Preferred language'
1.18      zhu      3121: => '首选语言',
1.6       bisitz   3122: 
                   3123:    'Problems'
1.93      raeburn  3124: => 'Problems',
1.6       bisitz   3125: 
                   3126:    'Produce Excel Output'
1.93      raeburn  3127: => 'Produce Excel Output',
1.6       bisitz   3128: 
                   3129:    'Question Text'
1.18      zhu      3130: => '文字问题',
1.6       bisitz   3131: 
                   3132:    'Random position'
1.18      zhu      3133: => '随机位置',
1.6       bisitz   3134: 
                   3135:    'Retrieve Published Resources'
1.18      zhu      3136: => '恢复发布的资源',
1.6       bisitz   3137: 
                   3138:    'Short string response'
1.18      zhu      3139: => '简短的文字回答',
1.6       bisitz   3140: 
                   3141:    'Show always at bottom position'
1.18      zhu      3142: => '总是在最后显示',
1.6       bisitz   3143: 
                   3144:    'Show always at top position'
1.18      zhu      3145: => '总是在最开始显示',
1.6       bisitz   3146: 
                   3147:    'Size:'
1.18      zhu      3148: => '大小:',
1.6       bisitz   3149: 
                   3150:    'Save Changes'
1.18      zhu      3151: => '保存更改',
1.6       bisitz   3152: 
                   3153:    'Submission Time Analysis'
1.18      zhu      3154: => '提交时间分析',
1.6       bisitz   3155: 
                   3156:    'Submit Changes and Edit'
1.18      zhu      3157: => '保存并继续编辑',
1.6       bisitz   3158: 
                   3159:    'TeXWidth(mm):'
1.18      zhu      3160: => 'TeX-宽 (mm):',
1.6       bisitz   3161: 
                   3162:    'Text'
1.18      zhu      3163: => '文本',
1.6       bisitz   3164: 
                   3165:    'Text Block'
1.18      zhu      3166: => '文本块',
1.6       bisitz   3167: 
                   3168:    'This is an automatic message generated by the LON-CAPA system.'
1.93      raeburn  3169: => 'This is an automatic message generated by the LON-CAPA system.',
1.6       bisitz   3170: 
                   3171:    'True'
1.18      zhu      3172: => '正确的',
1.6       bisitz   3173: 
                   3174:    'unused'
1.18      zhu      3175: => '未用过的',
1.6       bisitz   3176: 
                   3177:    'Type-in value'
1.93      raeburn  3178: => 'Type-in value',
1.6       bisitz   3179: 
                   3180:    'Unit:'
1.18      zhu      3181: => '单位:',
1.6       bisitz   3182: 
                   3183:    'Value'
1.18      zhu      3184: => '值',
1.6       bisitz   3185: 
                   3186:    'Warning!'
1.18      zhu      3187: => '警告!',
1.6       bisitz   3188: 
                   3189:    'Width(pixel):'
1.18      zhu      3190: => '宽 (Pixel):',
1.6       bisitz   3191: 
                   3192:    'anonymous'
1.18      zhu      3193: => '匿名',
1.6       bisitz   3194: 
                   3195:    'bytes'
1.93      raeburn  3196: => 'bytes',
1.6       bisitz   3197: 
                   3198:    'loginproblems.html'
                   3199: => 'loginproblems.html',
                   3200: 
                   3201:    'versions of this problem'
1.18      zhu      3202: => '这个问题的版本',
1.6       bisitz   3203: 
                   3204: 
1.45      bisitz   3205: #=====================
1.6       bisitz   3206: # Begin remote control (mydesk.tab)
                   3207: # 2x8 chars, only lower case
                   3208: # Same order as in mydesk.tab!
                   3209:    'choose[_1]'
1.44      bisitz   3210: => '选择',
1.6       bisitz   3211:    'course[_1]'
1.44      bisitz   3212: => '课程',
1.6       bisitz   3213: 
                   3214:    'switch[_1]'
1.44      bisitz   3215: => '转换',
1.6       bisitz   3216:    'course[_2]'
1.44      bisitz   3217: => '课程',
1.6       bisitz   3218: 
                   3219:    'switch[_2]'
1.44      bisitz   3220: => '转换',
1.6       bisitz   3221:    'role[_1]'
1.44      bisitz   3222: => '角色',
1.6       bisitz   3223: 
                   3224:    'choose[_2]'
1.44      bisitz   3225: => '选择',
1.6       bisitz   3226:    'role[_2]'
1.44      bisitz   3227: => '角色',
1.6       bisitz   3228: 
                   3229:    'course[_3]'
1.44      bisitz   3230: => '课程',
1.6       bisitz   3231:    'docs[_1]'
1.44      bisitz   3232: => '内容',
1.6       bisitz   3233: 
1.84      bisitz   3234:    'course[_7]'
1.44      bisitz   3235: => '编辑',
1.84      bisitz   3236:    'editor[_1]'
1.44      bisitz   3237: => '课程文档',
1.6       bisitz   3238: 
                   3239:    'navigate[_1]'
1.63      zhu      3240: => '课程',
1.6       bisitz   3241:    'contents[_1]'
1.63      zhu      3242: => '目录',
1.6       bisitz   3243: 
1.45      bisitz   3244:    'request-[_1]'
1.93      raeburn  3245: => 'request-[_1]',
1.45      bisitz   3246:    'course[_16]'
1.93      raeburn  3247: => 'course[_16]',
1.45      bisitz   3248: 
1.6       bisitz   3249:    'my[_1]'
1.63      zhu      3250: => '我的',
1.6       bisitz   3251:    'grades[_1]'
1.63      zhu      3252: => '得分',
1.6       bisitz   3253: 
                   3254:    'course[_4]'
1.63      zhu      3255: => '课程',
1.6       bisitz   3256:    'grades[_2]'
1.63      zhu      3257: => '等级',
1.6       bisitz   3258: 
                   3259:    'course[_5]'
1.93      raeburn  3260: => 'course[_5]',
1.6       bisitz   3261:    'chart[_1]'
1.93      raeburn  3262: => 'chart[_1]',
1.6       bisitz   3263: 
                   3264:    'course[_6]'
1.63      zhu      3265: => '课程',
1.6       bisitz   3266:    'stats[_1]'
1.63      zhu      3267: => '统计',
1.6       bisitz   3268: 
                   3269:    'manage[_1]'
1.93      raeburn  3270: => 'manage[_1]',
1.6       bisitz   3271:    'acc keys[_1]'
1.93      raeburn  3272: => 'acc keys[_1]',
1.6       bisitz   3273: 
                   3274:    'course[_12]'
1.63      zhu      3275: => '课程参加者',
1.6       bisitz   3276:    'roster[_1]'
1.63      zhu      3277: => '名单',
1.6       bisitz   3278: 
                   3279:    'user[_1]'
1.63      zhu      3280: => '用户',
                   3281:    'roles[_1]'
                   3282: => '角色',
1.6       bisitz   3283: 
                   3284:    'create[_1]'
1.63      zhu      3285: => '创建',
1.6       bisitz   3286:    'course[_8]'
1.63      zhu      3287: => '课程',
1.6       bisitz   3288: 
                   3289:    'course[_9]'
1.63      zhu      3290: => '课程',
1.6       bisitz   3291:    'parms[_1]'
1.63      zhu      3292: => '参数',
1.6       bisitz   3293: 
                   3294:    'con-[_1]'
1.93      raeburn  3295: => 'con-[_1]',
1.6       bisitz   3296:    'struct[_1]'
1.93      raeburn  3297: => 'struct[_1]',
1.6       bisitz   3298: 
1.45      bisitz   3299:    'co con-[_1]'
1.93      raeburn  3300: => 'co con-[_1]',
1.45      bisitz   3301:    'struct[_2]'
1.93      raeburn  3302: => 'struct[_2]',
1.45      bisitz   3303: 
1.6       bisitz   3304:    'domain[_1]'
1.63      zhu      3305: => '域',
1.6       bisitz   3306:    'config[_1]'
1.63      zhu      3307: => '配置',
1.6       bisitz   3308: 
                   3309:    'resource[_1]'
1.63      zhu      3310: => '发布', # '资源',
1.6       bisitz   3311:    'space[_1]'
1.63      zhu      3312: => '资源',
1.6       bisitz   3313: 
                   3314:    'co res[_1]'
1.93      raeburn  3315: => 'co res[_1]',
1.6       bisitz   3316:    'space[_2]'
1.93      raeburn  3317: => 'space[_2]',
1.6       bisitz   3318: 
                   3319:    'what is[_1]'
1.63      zhu      3320: => '有什么',
1.6       bisitz   3321:    'new[_1]'
1.63      zhu      3322: => '新内容',
1.6       bisitz   3323: 
                   3324:    'enter[_1]'
1.93      raeburn  3325: => 'enter[_1]',
1.6       bisitz   3326:    'grades[_3]'
1.93      raeburn  3327: => 'grades[_3]',
1.6       bisitz   3328: 
                   3329:    'send[_1]'
1.44      bisitz   3330: => '发送',
1.6       bisitz   3331:    'scantron[_1]'
1.93      raeburn  3332: => 'scantron[_1]',
1.6       bisitz   3333: 
                   3334:    'course[_13]'
1.44      bisitz   3335: => '课程',
1.6       bisitz   3336:    'catalog[_1]'
1.44      bisitz   3337: => '目录',
1.6       bisitz   3338: 
                   3339:    'view[_1]'
1.44      bisitz   3340: => '查看',
1.6       bisitz   3341:    'bookmark[_1]'
1.44      bisitz   3342: => '书签',
1.6       bisitz   3343: 
                   3344:    'calendar[_1]'
1.44      bisitz   3345: => '日历',
1.6       bisitz   3346:    'announce[_1]'
1.44      bisitz   3347: => '通告',
1.6       bisitz   3348: 
                   3349:    'commu-[_1]'
1.63      zhu      3350: => '发送和接收',
1.6       bisitz   3351:    'nication[_1]'
1.63      zhu      3352: => '邮件',
1.6       bisitz   3353: 
                   3354:    'course[_10]'
1.44      bisitz   3355: => '课程-',
1.45      bisitz   3356:    'chatroom[_1]'
1.44      bisitz   3357: => '聊天室',
1.6       bisitz   3358: 
                   3359:    'course[_14]'
1.44      bisitz   3360: => '课程-',
1.6       bisitz   3361:    'groups[_1]'
1.44      bisitz   3362: => '组',
1.6       bisitz   3363: 
                   3364:    'port-[_1]'
1.63      zhu      3365: => '文件夹',
1.6       bisitz   3366:    'folio[_1]'
1.63      zhu      3367: => '空间',
1.6       bisitz   3368: 
                   3369:    'edit[_1]'
1.44      bisitz   3370: => '编辑',
1.6       bisitz   3371:    'blogs[_1]'
1.44      bisitz   3372: => '博客',
1.6       bisitz   3373: 
                   3374:    'search[_3]'
1.93      raeburn  3375: => 'search[_3]',
1.6       bisitz   3376:    'prtfolio[_1]'
1.93      raeburn  3377: => 'prtfolio[_1]',
1.6       bisitz   3378: 
                   3379:    'search[_1]'
1.63      zhu      3380: => '在课程中',
1.6       bisitz   3381:    'course[_11]'
1.63      zhu      3382: => '搜索',
1.6       bisitz   3383: 
                   3384:    'search[_2]'
1.63      zhu      3385: => '搜索',
1.6       bisitz   3386:    'library[_1]'
1.63      zhu      3387: => '资源',
1.6       bisitz   3388: 
                   3389:    'prefer-[_1]'
1.63      zhu      3390: => '用户',
1.6       bisitz   3391:    'ences[_1]'
1.63      zhu      3392: => '设置',
1.6       bisitz   3393: 
                   3394:    'exit[_1]'
1.63      zhu      3395: => '注销',
1.6       bisitz   3396:    ' [_1]'
1.44      bisitz   3397: => ' ',
1.6       bisitz   3398: 
                   3399: #=====================
1.45      bisitz   3400: # Remote control entries which occur only in lonmenu.pm
1.6       bisitz   3401: 
1.45      bisitz   3402:    'problem[_1]'
1.93      raeburn  3403: => 'problem[_1]', # '问题',
1.45      bisitz   3404:    'grades[_4]'
1.93      raeburn  3405: => 'grades[_4]',
1.45      bisitz   3406: 
                   3407:    'sub-[_1]'
1.93      raeburn  3408: => 'sub-[_1]',
1.45      bisitz   3409:    'missions[_1]'
1.93      raeburn  3410: => 'missions[_1]',
1.6       bisitz   3411: 
1.45      bisitz   3412:    'problem[_2]'
1.93      raeburn  3413: => 'problem[_2]', # '问题',
1.45      bisitz   3414:    'parms[_2]'
1.93      raeburn  3415: => 'parms[_2]',
1.45      bisitz   3416: 
1.88      bisitz   3417:    'dir[_1]'
1.93      raeburn  3418: => 'dir[_1]',
1.88      bisitz   3419:    'list[_1]'
1.93      raeburn  3420: => 'list[_1]',
1.88      bisitz   3421: 
1.45      bisitz   3422:    'retrieve[_1]'
1.93      raeburn  3423: => 'retrieve[_1]',
1.45      bisitz   3424:    'version[_1]'
1.93      raeburn  3425: => 'version[_1]',
1.6       bisitz   3426: 
1.45      bisitz   3427:    'publish[_1]'
1.93      raeburn  3428: => 'publish[_1]',
1.45      bisitz   3429:    'resource[_3]'
1.93      raeburn  3430: => 'resource[_3]',
1.6       bisitz   3431: 
1.45      bisitz   3432:    'delete[_1]'
1.93      raeburn  3433: => 'delete[_1]',
1.45      bisitz   3434:    'resource[_2]'
1.93      raeburn  3435: => 'resource[_2]',
1.6       bisitz   3436: 
1.45      bisitz   3437:    'prepare[_1]'
1.93      raeburn  3438: => 'prepare[_1]',
1.45      bisitz   3439:    'printout[_1]'
                   3440: => '', # !
1.6       bisitz   3441: 
                   3442:    'backward[_1]'
1.93      raeburn  3443: => 'backward[_1]',
1.6       bisitz   3444: 
1.45      bisitz   3445:    'forward[_1]'
1.93      raeburn  3446: => 'forward[_1]',
1.45      bisitz   3447: 
                   3448:    'set[_1]'
1.93      raeburn  3449: => 'set[_1]',
1.6       bisitz   3450:    'bookmark[_2]'
1.93      raeburn  3451: => 'bookmark[_2]',
1.45      bisitz   3452: 
                   3453:    'anno-[_1]'
1.93      raeburn  3454: => 'anno-[_1]',
1.45      bisitz   3455:    'tations[_1]'
1.93      raeburn  3456: => 'tations[_1]',
1.45      bisitz   3457: 
                   3458:    'catalog[_2]'
1.93      raeburn  3459: => 'catalog[_2]',
1.45      bisitz   3460:    'info[_1]'
1.93      raeburn  3461: => 'info[_1]', # '信息',
1.6       bisitz   3462: 
                   3463:    'evaluate[_1]'
1.93      raeburn  3464: => 'evaluate[_1]',
1.45      bisitz   3465:    'this[_1]'
1.93      raeburn  3466: => 'this[_1]',
1.6       bisitz   3467: 
                   3468:    'feedback[_1]'
1.93      raeburn  3469: => 'feedback[_1]',
1.6       bisitz   3470:    'discuss[_1]'
1.93      raeburn  3471: => 'discuss[_1]',
1.6       bisitz   3472: 
                   3473: # End remote control
1.45      bisitz   3474: #=====================
1.6       bisitz   3475: 
                   3476:    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
1.26      zhu      3477: => '(输入最大[_1]同事的用户名或用户名@域名,例如:smithje or smithje@[_2]。)',
1.6       bisitz   3478: 
                   3479:    '(Hand in a file you have prepared on your computer)'
1.100     raeburn  3480: => '(Hand in a file you have prepared on your computer)',
1.6       bisitz   3481: 
                   3482:    ', select a template from the pull-down menu below.'
1.98      bisitz   3483: => ', select a template from the pull-down menu below.',
1.6       bisitz   3484: 
                   3485:    '<*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   3486: => '<*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   3487: 
                   3488:    'ABSTRACT'
1.70      zhu      3489: => '摘要',
1.6       bisitz   3490: 
                   3491:    'Access Control'
1.70      zhu      3492: => '访问控制',
1.6       bisitz   3493: 
                   3494:    'Activate'
1.70      zhu      3495: => '激活',
1.6       bisitz   3496: 
                   3497:    'Add Roles'
1.70      zhu      3498: => '添加角色',
1.6       bisitz   3499: 
                   3500:    "Add one empty page/column after each student's assignment"
1.93      raeburn  3501: => "Add one empty page/column after each student's assignment",
1.6       bisitz   3502: 
                   3503:    "Add three empty pages/column after each student's assignment"
1.93      raeburn  3504: => "Add three empty pages/column after each student's assignment",
1.6       bisitz   3505: 
                   3506:    "Add two empty pages/column after each student's assignment"
1.93      raeburn  3507: => "Add two empty pages/column after each student's assignment",
1.6       bisitz   3508: 
                   3509:    'Date Shift'
1.93      raeburn  3510: => 'Date Shift',
1.6       bisitz   3511: 
                   3512:    'Do not clone date parameters'
1.93      raeburn  3513: => 'Do not clone date parameters',
1.6       bisitz   3514: 
                   3515:    'Clone date parameters as-is'
1.93      raeburn  3516: => 'Clone date parameters as-is',
1.6       bisitz   3517: 
                   3518:    'Shift date parameters by number of days'
1.93      raeburn  3519: => 'Shift date parameters by number of days',
1.6       bisitz   3520: 
                   3521:    'Additional settings, if specified below, will override cloned settings'
1.93      raeburn  3522: => 'Additional settings, if specified below, will override cloned settings',
1.6       bisitz   3523: 
                   3524:    'Advanced Edit'
1.93      raeburn  3525: => 'Advanced Edit',
1.6       bisitz   3526: 
                   3527:    'All Resources'
1.93      raeburn  3528: => 'All Resources',
1.6       bisitz   3529: 
                   3530:    'All Students'
1.26      zhu      3531: => '所有学生',
1.6       bisitz   3532: 
                   3533:    'Allowed filetypes: [_1]'
1.93      raeburn  3534: => 'Allowed filetypes: [_1]',
1.6       bisitz   3535: 
                   3536:    'An error occurred during the attempt to change the section for this student.'
1.93      raeburn  3537: => 'An error occurred during the attempt to change the section for this student.',
1.6       bisitz   3538: 
                   3539:    'An error occurred during the attempt to change the role information for this student.'
1.93      raeburn  3540: => 'An error occurred during the attempt to change the role information for this student.',
1.6       bisitz   3541: 
                   3542:    'Analyzing Results'
1.93      raeburn  3543: => 'Analyzing Results',
1.6       bisitz   3544: 
                   3545:    'Answerable'
1.93      raeburn  3546: => 'Answerable',
1.6       bisitz   3547: 
                   3548:    'Assessment Parameters'
1.93      raeburn  3549: => 'Assessment Parameters',
1.6       bisitz   3550: 
                   3551:    'Automated Enrollment Manager'
1.93      raeburn  3552: => 'Automated Enrollment Manager',
1.6       bisitz   3553: 
                   3554:    'Automated adds'
1.93      raeburn  3555: => 'Automated adds',
1.6       bisitz   3556: 
                   3557:    'Automated drops'
1.93      raeburn  3558: => 'Automated drops',
1.6       bisitz   3559: 
                   3560:    'Automated enrollment settings'
1.93      raeburn  3561: => 'Automated enrollment settings',
1.6       bisitz   3562: 
                   3563:    'Bad Filename'
1.93      raeburn  3564: => 'Bad Filename',
1.6       bisitz   3565: 
                   3566:    'Begin Enrollment'
1.93      raeburn  3567: => 'Begin Enrollment',
1.6       bisitz   3568: 
                   3569:    'Binary File'
1.93      raeburn  3570: => 'Binary File',
1.6       bisitz   3571: 
                   3572:    'Blank'
1.93      raeburn  3573: => 'Blank',
1.6       bisitz   3574: 
                   3575:    'Browse'
1.93      raeburn  3576: => 'Browse',
1.6       bisitz   3577: 
                   3578:    'CSV format'
1.93      raeburn  3579: => 'CSV format',
1.6       bisitz   3580: 
                   3581:    'Cannot publish directory'
1.93      raeburn  3582: => 'Cannot publish directory',
1.6       bisitz   3583: 
                   3584:    'Cannot retrieve directory'
1.93      raeburn  3585: => 'Cannot retrieve directory',
1.6       bisitz   3586: 
                   3587:    'Catalog Search'
1.93      raeburn  3588: => 'Catalog Search',
1.6       bisitz   3589: 
                   3590:    'Change User Privileges'
1.93      raeburn  3591: => 'Change User Privileges',
1.6       bisitz   3592: 
                   3593:    'Changed discussion view mode'
1.43      bisitz   3594: => '改变讨论视图模式',
1.6       bisitz   3595: 
                   3596:    'Click here for FAQ'
1.93      raeburn  3597: => 'Click here for FAQ',
1.6       bisitz   3598: 
                   3599:    'Click here for help'
1.93      raeburn  3600: => 'Click here for help',
1.6       bisitz   3601: 
                   3602:    'Click here to report bugs'
1.93      raeburn  3603: => 'Click here to report bugs',
1.6       bisitz   3604: 
                   3605:    'Click-On Texts (comma sep):'
1.93      raeburn  3606: => 'Click-On Texts (comma sep):',
1.6       bisitz   3607: 
                   3608:    'Clone an existing course'
1.93      raeburn  3609: => 'Clone an existing course',
1.6       bisitz   3610: 
                   3611:    'Close This Window'
1.93      raeburn  3612: => 'Close This Window',
1.6       bisitz   3613: 
                   3614:    'Closed'
1.93      raeburn  3615: => 'Closed',
1.6       bisitz   3616: 
                   3617:    'Communication'
                   3618: => '通讯',
                   3619: 
                   3620:    'Compare versions of'
1.93      raeburn  3621: => 'Compare versions of',
1.6       bisitz   3622: 
1.51      bisitz   3623:    'No differences found'
1.93      raeburn  3624: => 'No differences found',
1.51      bisitz   3625: 
1.6       bisitz   3626:    'Completely new course'
1.93      raeburn  3627: => 'Completely new course',
1.6       bisitz   3628: 
1.118   ! bisitz   3629:    'Authoring Space Version'
        !          3630: => 'Authoring Space Version',
1.6       bisitz   3631: 
                   3632:    'Continue'
1.18      zhu      3633: => '下一步',
1.6       bisitz   3634: 
                   3635:    'Copy current file to'
1.93      raeburn  3636: => 'Copy current file to',
1.6       bisitz   3637: 
                   3638:    'Copy selected'
1.93      raeburn  3639: => 'Copy selected',
1.6       bisitz   3640: 
                   3641:    'Course Code'
1.93      raeburn  3642: => 'Course Code',
1.6       bisitz   3643: 
                   3644:    'Course Content'
                   3645: => '课程内容',
                   3646: 
                   3647:    'Course Data'
1.18      zhu      3648: => '课程数据',
1.6       bisitz   3649: 
                   3650:    'Course Home Server'
1.93      raeburn  3651: => 'Course Home Server',
1.6       bisitz   3652: 
                   3653:    'Course ID/Number'
1.18      zhu      3654: => '课程-ID/编号',
1.6       bisitz   3655: 
                   3656:    'Course Information'
1.18      zhu      3657: => '课程资料',
1.6       bisitz   3658: 
                   3659:    'Resource Level'
1.73      bisitz   3660: => '资源等级',
1.6       bisitz   3661: 
                   3662:    'Map/Folder Level'
1.93      raeburn  3663: => 'Map/Folder Level',
1.6       bisitz   3664: 
                   3665:    'Course Level'
1.73      bisitz   3666: => '课程等级',
1.6       bisitz   3667: 
                   3668:    'Course Search'
1.18      zhu      3669: => '课程搜寻',
1.6       bisitz   3670: 
                   3671:    'Course Title'
1.18      zhu      3672: => '课程名称',
1.6       bisitz   3673: 
                   3674:    'Create New User'
1.18      zhu      3675: => '创建新用户',
1.6       bisitz   3676: 
                   3677:    'Create User'
1.18      zhu      3678: => '创建用户',
1.6       bisitz   3679: 
                   3680:    'Crosslisted courses'
1.93      raeburn  3681: => 'Crosslisted courses',
1.6       bisitz   3682: 
                   3683:    'Current Class List'
1.22      zhu      3684: => '目前的学生名单',
1.6       bisitz   3685: 
                   3686:    'Current Ending Date: [_1]'
1.22      zhu      3687: => '目前结束日期: [_1]',
1.6       bisitz   3688: 
                   3689:    'Current Ending Date: not set'
1.22      zhu      3690: => '目前结束日期: 未设置',
1.6       bisitz   3691: 
                   3692:    'Current Resource'
1.22      zhu      3693: => '现有资源',
1.6       bisitz   3694: 
                   3695:    'Current Starting Date: [_1]'
1.22      zhu      3696: => '目前开始日期: [_1]',
1.6       bisitz   3697: 
                   3698:    'Current Starting Date: not set'
1.22      zhu      3699: => '目前开始日期: 未设置',
1.6       bisitz   3700: 
                   3701:    'Current Version'
1.22      zhu      3702: => '当前版本',
1.6       bisitz   3703: 
1.83      bisitz   3704:    'Currently no active roles, courses or communities'
                   3705: => 'Currently no active roles, courses or communities', # '目前没有任何活动的角色或课程',
1.6       bisitz   3706: 
1.83      bisitz   3707:    'Currently no additional roles, courses or communities'
                   3708: => 'Currently no additional roles, courses or communities', # '目前还没有更多的角色或课程',
1.6       bisitz   3709: 
                   3710:    'The following [quant,_1,role,roles] will become active in the future:'
1.93      raeburn  3711: => 'The following [quant,_1,role,roles] will become active in the future:',
1.6       bisitz   3712: 
                   3713:    'Currently submitted: [_1]'
1.22      zhu      3714: => '目前提交:[_1]',
1.6       bisitz   3715: 
                   3716:    'Custom Role Editor'
1.22      zhu      3717: => '自订角色编辑器',
1.6       bisitz   3718: 
                   3719:    'Cut selected'
1.93      raeburn  3720: => 'Cut selected',
1.6       bisitz   3721: 
                   3722:    'Decompress'
1.22      zhu      3723: => '解压缩',
1.6       bisitz   3724: 
                   3725:    'Default Assessment Spreadsheet'
1.93      raeburn  3726: => 'Default Assessment Spreadsheet',
1.6       bisitz   3727: 
                   3728:    'Default Course Spreadsheet'
1.93      raeburn  3729: => 'Default Course Spreadsheet',
1.6       bisitz   3730: 
                   3731:    'Default Student Spreadsheet'
1.93      raeburn  3732: => 'Default Student Spreadsheet',
1.6       bisitz   3733: 
                   3734:    'Default XML Style File'
1.93      raeburn  3735: => 'Default XML Style File',
1.6       bisitz   3736: 
                   3737:    'Default for new courses is'
1.93      raeburn  3738: => 'Default for new courses is',
1.6       bisitz   3739: 
                   3740:    'Default:'
1.93      raeburn  3741: => 'Default:',
1.6       bisitz   3742: 
                   3743:    'Define Role'
1.93      raeburn  3744: => 'Define Role',
1.6       bisitz   3745: 
                   3746:    'Dependencies'
1.93      raeburn  3747: => 'Dependencies',
1.6       bisitz   3748: 
                   3749:    'Description:'
1.13      zhu      3750: => '描述:',
1.6       bisitz   3751: 
                   3752:    'Disable student resource discussion'
1.93      raeburn  3753: => 'Disable student resource discussion',
1.6       bisitz   3754: 
                   3755:    'Disable student use of chatrooms'
1.93      raeburn  3756: => 'Disable student use of chatrooms',
1.6       bisitz   3757: 
                   3758:    'Display file attributes'
1.93      raeburn  3759: => 'Display file attributes',
1.6       bisitz   3760: 
                   3761:    'Do NOT generate as standard course'
1.93      raeburn  3762: => 'Do NOT generate as standard course',
1.6       bisitz   3763: 
                   3764:    'Domain Level'
1.93      raeburn  3765: => 'Domain Level',
1.6       bisitz   3766: 
                   3767:    "Don't Show Feedback"
1.93      raeburn  3768: => "Don't Show Feedback",
1.6       bisitz   3769: 
                   3770:    'Duration of automated classlist updates'
1.93      raeburn  3771: => 'Duration of automated classlist updates',
1.6       bisitz   3772: 
                   3773:    'Dynamic Metadata (updated periodically)'
1.18      zhu      3774: => '动态数据 (定期更新)',
1.6       bisitz   3775: 
                   3776:    'ERROR'
1.18      zhu      3777: => '错误',
1.6       bisitz   3778: 
                   3779:    'Edit Custom Role Privileges'
1.70      zhu      3780: => '编辑自定义角色权限',
1.6       bisitz   3781: 
                   3782:    '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      3783: => '编辑错误-这些错误可能不会影响正在运行的问题,但他们很可能会导致问题进一步使用编辑模式。请使用XML模式来解决这些错误。',
1.6       bisitz   3784: 
                   3785:    'End Time'
1.22      zhu      3786: => '结束时间',
1.6       bisitz   3787: 
                   3788:    'Ending Date'
1.22      zhu      3789: => '结束日期',
1.6       bisitz   3790: 
                   3791:    'Ending date'
1.22      zhu      3792: => '结束日期',
1.6       bisitz   3793: 
                   3794:    'Enroll One Student'
1.22      zhu      3795: => '登记一名学生',
1.6       bisitz   3796: 
                   3797:    'Enroll as student'
1.22      zhu      3798: => '登记学生',
1.6       bisitz   3799: 
                   3800:    'Enrolling'
1.22      zhu      3801: => '登记',
1.6       bisitz   3802: 
                   3803:    'Enrolling Student'
1.22      zhu      3804: => '登记学生',
1.6       bisitz   3805: 
                   3806:    '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  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.6       bisitz   3808: 
                   3809:    '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  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.6       bisitz   3811: 
                   3812:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
1.18      zhu      3813: => '在搜索栏里输入关键字或词组用  AND, OR, 或 NOT 间隔,然后点击下面的 搜索 ',
1.6       bisitz   3814: 
                   3815:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
1.18      zhu      3816: => '在搜索栏里输入关键字或词组,如 AND,OR,或 NOT 间隔。',
1.6       bisitz   3817: 
1.118   ! bisitz   3818:    'Entering Authoring Space'
        !          3819: => 'Entering Authoring Space',
1.6       bisitz   3820: 
                   3821:    'Error: Directory Non Empty'
1.93      raeburn  3822: => 'Error: Directory Non Empty',
1.6       bisitz   3823: 
                   3824:    'Error: destination for operation is an existing directory.'
1.93      raeburn  3825: => 'Error: destination for operation is an existing directory.',
1.6       bisitz   3826: 
                   3827:    'Evaluation Error '
1.93      raeburn  3828: => 'Evaluation Error ',
1.6       bisitz   3829: 
                   3830:    'Homework Problem'
1.98      bisitz   3831: => 'Homework Problem',
1.6       bisitz   3832: 
                   3833:    'Exam Problem'
1.93      raeburn  3834: => 'Exam Problem',
1.6       bisitz   3835: 
                   3836:    'Excel format'
1.93      raeburn  3837: => 'Excel format',
1.6       bisitz   3838: 
                   3839:    'Feedback Addresses for Course Content Comments'
1.93      raeburn  3840: => 'Feedback Addresses for Course Content Comments',
1.6       bisitz   3841: 
                   3842:    'Feedback Addresses for Course Policy'
1.93      raeburn  3843: => 'Feedback Addresses for Course Policy',
1.6       bisitz   3844: 
                   3845:    'Feedback Addresses for Resource Content Question'
1.93      raeburn  3846: => 'Feedback Addresses for Resource Content Question',
1.6       bisitz   3847: 
                   3848:    'First'
1.93      raeburn  3849: => 'First',
1.6       bisitz   3850: 
                   3851:    'First Resource'
1.93      raeburn  3852: => 'First Resource',
1.6       bisitz   3853: 
                   3854:    'Foil name [_1] appears more than once. Foil names need to be unique.'
1.93      raeburn  3855: => 'Foil name [_1] appears more than once. Foil names need to be unique.',
1.6       bisitz   3856: 
                   3857:    'Folder/Map'
1.10      zhu      3858: => '文件夹/课程内容',
1.6       bisitz   3859: 
                   3860:    'For one or more students'
1.93      raeburn  3861: => 'For one or more students',
1.6       bisitz   3862: 
                   3863:    'Found a <*response> outside of a <part> in a <part>ed problem'
1.93      raeburn  3864: => 'Found a <*response> outside of a <part> in a <part>ed problem',
1.6       bisitz   3865: 
                   3866:    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn  3867: => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz   3868: 
                   3869:    'Generate messages from a file'
1.22      zhu      3870: => '从一个文件生成邮件',
1.6       bisitz   3871: 
                   3872:    'Go'
                   3873: => 'Go',
                   3874: 
                   3875:    'go'
1.93      raeburn  3876: => 'go',
1.6       bisitz   3877: 
                   3878:    'Go to ...'
1.12      zhu      3879: => '转到...',
1.6       bisitz   3880: 
                   3881:    'Help on Creating Courses'
1.93      raeburn  3882: => 'Help on Creating Courses',
1.6       bisitz   3883: 
                   3884:    'Home Server'
1.93      raeburn  3885: => 'Home Server',
1.6       bisitz   3886: 
                   3887:    'Homework problem'
1.98      bisitz   3888: => 'Homework problem',
1.6       bisitz   3889: 
                   3890:    'How do I create a CSV file from a spreadsheet'
1.27      zhu      3891: => '我如何从Excel表创建一个CSV文件',
1.6       bisitz   3892: 
                   3893:    'How do I create a class list from a spreadsheet'
1.93      raeburn  3894: => 'How do I create a class list from a spreadsheet',
1.6       bisitz   3895: 
                   3896:    'How should the results be printed?'
1.93      raeburn  3897: => 'How should the results be printed?',
1.6       bisitz   3898: 
                   3899:    'Immediately expire own role as Course Coordinator'
1.93      raeburn  3900: => 'Immediately expire own role as Course Coordinator',
1.6       bisitz   3901: 
                   3902:    'Import and Paste Area'
1.93      raeburn  3903: => 'Import and Paste Area',
1.6       bisitz   3904: 
                   3905:    'Include retrieval of student photographs?'
1.93      raeburn  3906: => 'Include retrieval of student photographs?',
1.6       bisitz   3907: 
                   3908:    'Institutional Information'
1.93      raeburn  3909: => 'Institutional Information',
1.6       bisitz   3910: 
                   3911:    'Invalid Significant figures detected'
1.93      raeburn  3912: => 'Invalid Significant figures detected',
1.6       bisitz   3913: 
                   3914:    'Invalid characters in requested name have been removed.'
1.93      raeburn  3915: => 'Invalid characters in requested name have been removed.',
1.6       bisitz   3916: 
                   3917:    'Invalid login mode or password.'
1.93      raeburn  3918: => 'Invalid login mode or password.',
1.6       bisitz   3919: 
                   3920:    'Invalid username or domain'
1.26      zhu      3921: => '无效的用户名或域',
1.6       bisitz   3922: 
                   3923:    'KEYWORDS'
1.93      raeburn  3924: => 'KEYWORDS',
1.6       bisitz   3925: 
                   3926:    'LaTeX batchmode'
1.93      raeburn  3927: => 'LaTeX batchmode',
1.6       bisitz   3928: 
                   3929:    'LaTeX mode'
1.93      raeburn  3930: => 'LaTeX mode',
1.6       bisitz   3931: 
                   3932:    'Languages used'
1.26      zhu      3933: => '所用语言',
1.6       bisitz   3934: 
                   3935:    'Last'
1.93      raeburn  3936: => 'Last',
1.6       bisitz   3937: 
                   3938:    'Leave blank on scoring form'
1.93      raeburn  3939: => 'Leave blank on scoring form',
1.6       bisitz   3940: 
                   3941:    'List Directory'
1.10      zhu      3942: => '目录列表',
1.6       bisitz   3943: 
                   3944:    'Location'
1.10      zhu      3945: => '地点',
1.6       bisitz   3946: 
                   3947:    'Login Data'
1.10      zhu      3948: => '登录数据',
1.6       bisitz   3949: 
                   3950:    'Logout'
                   3951: => '退出',
                   3952: 
                   3953:    'Make new directory'
1.10      zhu      3954: => '创建新目录',
1.6       bisitz   3955: 
                   3956:    'Make new file'
1.10      zhu      3957: => '创建新文件',
1.6       bisitz   3958: 
                   3959:    'Manual Grading'
1.10      zhu      3960: => '手动评分',
1.6       bisitz   3961: 
                   3962:    'Map has branchings. Use advanced editor.'
1.93      raeburn  3963: => 'Map has branchings. Use advanced editor.',
1.6       bisitz   3964: 
                   3965:    'Map has conditions. Use advanced editor.'
1.93      raeburn  3966: => 'Map has conditions. Use advanced editor.',
1.6       bisitz   3967: 
                   3968:    'Map has resource parameters. Use advanced editor.'
1.93      raeburn  3969: => 'Map has resource parameters. Use advanced editor.',
1.6       bisitz   3970: 
                   3971:    'Map has unconnected resources. Use advanced editor.'
1.93      raeburn  3972: => 'Map has unconnected resources. Use advanced editor.',
1.6       bisitz   3973: 
                   3974:    'Messaging'
1.26      zhu      3975: => '发送邮件',
1.6       bisitz   3976: 
                   3977:    'first'
1.26      zhu      3978: => '名', # !
1.6       bisitz   3979: 
                   3980:    'last'
1.26      zhu      3981: => '姓', # !
1.6       bisitz   3982: 
                   3983:    'middle'
1.26      zhu      3984: => '中名', # !
1.6       bisitz   3985: 
                   3986:    'Middle Name'
1.26      zhu      3987: => '中名',
1.6       bisitz   3988: 
                   3989:    'Missing Kerberos domain information.'
1.70      zhu      3990: => '丢失的Kerberos域信息。',
1.6       bisitz   3991: 
                   3992:    'Modification may make assessment data inaccessible!'
1.70      zhu      3993: => '修改可能使评估数据无法访问!',
1.6       bisitz   3994: 
                   3995:    'Modify Enrollment for'
1.70      zhu      3996: => '修改注册为',
1.6       bisitz   3997: 
                   3998:    'Modify User'
1.70      zhu      3999: => '修改用户',
1.6       bisitz   4000: 
                   4001:    'Modify another students data'
1.70      zhu      4002: => '修改另一个学生的数据',
1.6       bisitz   4003: 
                   4004:    'Modify deadlines, etc, for this resource'
1.70      zhu      4005: => '修改此资源的截止日期等',
1.6       bisitz   4006: 
                   4007:    'Modifying data for user'
1.70      zhu      4008: => '修改用户的数据',
1.6       bisitz   4009: 
                   4010:    'Modifying this will make problems have different numbers and answers!'
1.70      zhu      4011: => '修改这将使问题有不同的号码和答案!',
1.6       bisitz   4012: 
                   4013:    'Move current file to'
1.70      zhu      4014: => '目前文件移动到',
1.6       bisitz   4015: 
                   4016:    'Must create new subdirectory inside a directory'
1.70      zhu      4017: => '必须在目录里面创造新的子目录',
1.6       bisitz   4018: 
                   4019:    'Name of Role'
1.70      zhu      4020: => '角色名字',
1.6       bisitz   4021: 
                   4022:    'New Directory'
1.70      zhu      4023: => '新目录',
1.6       bisitz   4024: 
                   4025:    'New HTML file'
1.70      zhu      4026: => '新的HTML文件',
1.6       bisitz   4027: 
                   4028:    'New Resource'
1.70      zhu      4029: => '新资源',
1.6       bisitz   4030: 
                   4031:    'New Role'
1.70      zhu      4032: => '新角色',
1.6       bisitz   4033: 
                   4034:    'New User'
1.70      zhu      4035: => '新用户',
1.6       bisitz   4036: 
                   4037:    'New Value'
1.70      zhu      4038: => '新的价值',
1.6       bisitz   4039: 
                   4040:    'New assembled page'
                   4041: => '新组合页面',
                   4042: 
                   4043:    'New assembled sequence'
1.70      zhu      4044: => '新的组合序列',
1.6       bisitz   4045: 
                   4046:    'New custom rights file'
1.70      zhu      4047: => '新文件的访问控制',
1.6       bisitz   4048: 
                   4049:    'New file'
1.70      zhu      4050: => '新文件',
1.6       bisitz   4051: 
                   4052:    'New problem'
1.70      zhu      4053: => '新问题',
1.6       bisitz   4054: 
                   4055:    'New style file'
1.70      zhu      4056: => '新的风格文件',
1.6       bisitz   4057: 
                   4058:    'New subdirectory'
1.12      zhu      4059: => '新的子目录',
1.6       bisitz   4060: 
                   4061:    'Next    '
1.18      zhu      4062: => '下一步    ',
1.6       bisitz   4063: 
                   4064:    'No'
1.10      zhu      4065: => '否',
1.6       bisitz   4066: 
                   4067:    'No Access or Usages Statistics are available for this resource.'
1.18      zhu      4068: => '没有访问或使用的统计数据可用于该资源。',
1.6       bisitz   4069: 
                   4070:    'No Assessment Statistical Data is available for this resource'
1.18      zhu      4071: => '没有任何评估统计数据可用于该资源。',
1.6       bisitz   4072: 
                   4073:    'No Evaluation Data is available for this resource.'
1.18      zhu      4074: => '没有任何评价数据可用于该资源。',
1.6       bisitz   4075: 
                   4076:    'No new filename specified.'
1.18      zhu      4077: => '没有指定新的文件名。',
1.6       bisitz   4078: 
                   4079:    'No such file'
1.18      zhu      4080: => '文件未找到',
1.6       bisitz   4081: 
                   4082:    'Not Allowed'
1.18      zhu      4083: => '不允许',
1.6       bisitz   4084: 
                   4085:    'Not applicable -'
1.93      raeburn  4086: => 'Not applicable -',
1.6       bisitz   4087: 
                   4088:    'Not open to be viewed'
1.93      raeburn  4089: => 'Not open to be viewed',
1.6       bisitz   4090: 
                   4091:    'Not set -'
1.93      raeburn  4092: => 'Not set -',
1.6       bisitz   4093: 
                   4094:    'Notification of enrollment changes'
1.93      raeburn  4095: => 'Notification of enrollment changes',
1.6       bisitz   4096: 
                   4097:    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
1.93      raeburn  4098: => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.6       bisitz   4099: 
                   4100:    'Number of columns'
1.93      raeburn  4101: => 'Number of columns',
1.6       bisitz   4102: 
                   4103:    'Old Value'
1.93      raeburn  4104: => 'Old Value',
1.6       bisitz   4105: 
                   4106:    'One particular problem (overrides folder and course defaults)'
1.93      raeburn  4107: => 'One particular problem (overrides folder and course defaults)',
1.6       bisitz   4108: 
                   4109:    'Online Help'
1.70      zhu      4110: => '联机帮助',
1.6       bisitz   4111: 
1.23      bisitz   4112:    'Help: [_1]'
1.70      zhu      4113: => '帮助: [_1]',
1.23      bisitz   4114: 
1.6       bisitz   4115:    'Only domain coordinators can change a users password.'
1.70      zhu      4116: => '只有域协调员可以更改用户的密码。',
1.6       bisitz   4117: 
                   4118:    'Open Course'
1.70      zhu      4119: => '创建课程',
1.6       bisitz   4120: 
                   4121:    'Open all assessments'
1.70      zhu      4122: => '所有评估访问',
1.6       bisitz   4123: 
                   4124:    'Open and correct'
1.70      zhu      4125: => '公开和正确',
1.6       bisitz   4126: 
                   4127:    'Open with full tries'
1.70      zhu      4128: => '向所有人开放的尝试',
1.6       bisitz   4129: 
                   4130:    'Output Format: [_1]'
1.70      zhu      4131: => '输出格式: [_1]',
1.6       bisitz   4132: 
                   4133:    'Layout Options'
1.70      zhu      4134: => '布局选项',
1.6       bisitz   4135: 
                   4136:    'Page layout'
1.70      zhu      4137: => '页面布局',
1.6       bisitz   4138: 
                   4139:    'Paper type'
1.70      zhu      4140: => '纸张类型',
1.6       bisitz   4141: 
                   4142:    'PDF-Formfields'
1.70      zhu      4143: => 'PDF格式字段',
1.6       bisitz   4144: 
                   4145:    'with Formfields'
1.70      zhu      4146: => '带有格式字段',
1.6       bisitz   4147: 
                   4148:    'without Formfields'
1.70      zhu      4149: => '不带有格式字段',
1.6       bisitz   4150: 
1.77      bisitz   4151:    'Problems from the Whole Course'
1.93      raeburn  4152: => 'Problems from the Whole Course',
1.77      bisitz   4153: 
                   4154:    'Resources from the Whole Course'
1.93      raeburn  4155: => 'Resources from the Whole Course',
1.77      bisitz   4156: 
1.6       bisitz   4157:    'Parameter'
1.70      zhu      4158: => '参数',
1.6       bisitz   4159: 
                   4160:    'Paste after selected'
1.93      raeburn  4161: => 'Paste after selected',
1.6       bisitz   4162: 
                   4163:    'Personal Data'
                   4164: => '个人资料',
                   4165: 
                   4166:    '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  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.6       bisitz   4168: 
                   4169:    'No such user [_1] at domain [_2].' # 1: user, 2: domain
1.93      raeburn  4170: => 'No such user [_1] at domain [_2].',
1.6       bisitz   4171: 
                   4172:    'Please click Back on your browser and select another user, or [_1]Create User[_2]'
1.93      raeburn  4173: => 'Please click Back on your browser and select another user, or [_1]Create User[_2]',
1.6       bisitz   4174: 
                   4175:    'Invalid home server for course: [_1]'
1.93      raeburn  4176: => 'Invalid home server for course: [_1]',
1.6       bisitz   4177: 
                   4178:    'Please contact your LON-CAPA administrator regarding this situation.'
1.93      raeburn  4179: => 'Please contact your LON-CAPA administrator regarding this situation.',
1.6       bisitz   4180: 
                   4181:    'Please select an authentication mechanism'
1.93      raeburn  4182: => 'Please select an authentication mechanism',
1.6       bisitz   4183: 
                   4184:    'Please select the Authentication mechanism'
1.93      raeburn  4185: => 'Please select the Authentication mechanism',
1.6       bisitz   4186: 
                   4187:    'Please stand by.'
1.93      raeburn  4188: => 'Please stand by.',
1.6       bisitz   4189: 
                   4190:    "Please use browser 'Back' button and pick a filename"
1.93      raeburn  4191: => "Please use browser 'Back' button and pick a filename",
1.6       bisitz   4192: 
                   4193:    'Preparing Printout'
1.93      raeburn  4194: => 'Preparing Printout',
1.6       bisitz   4195: 
                   4196:    'Print'
1.93      raeburn  4197: => 'Print',
1.6       bisitz   4198: 
                   4199:    'Print Index'
1.93      raeburn  4200: => 'Print Index',
1.6       bisitz   4201: 
                   4202:    'Print Discussions'
1.93      raeburn  4203: => 'Print Discussions',
1.6       bisitz   4204: 
                   4205:    'Print Annotations'
1.93      raeburn  4206: => 'Print Annotations',
1.6       bisitz   4207: 
                   4208:    'Print Table of Contents'
1.93      raeburn  4209: => 'Print Table of Contents',
1.6       bisitz   4210: 
                   4211:    'Print:'
1.93      raeburn  4212: => 'Print:',
1.6       bisitz   4213: 
                   4214:    'Problems from entire course'
1.93      raeburn  4215: => 'Problems from entire course',
1.6       bisitz   4216: 
                   4217:    'Processed file: [_1]'
1.93      raeburn  4218: => 'Processed file: [_1]',
1.6       bisitz   4219: 
                   4220:    'Publish this Resource'
1.93      raeburn  4221: => 'Publish this Resource',
1.6       bisitz   4222: 
                   4223:    'Randomization algorithm used'
1.93      raeburn  4224: => 'Randomization algorithm used',
1.6       bisitz   4225: 
                   4226:    'Recent'
1.12      zhu      4227: => '最新的',
1.6       bisitz   4228: 
                   4229:    'Rename current file to'
1.12      zhu      4230: => '当前文件重命名为',
1.6       bisitz   4231: 
                   4232:    'Report a Bug'
1.12      zhu      4233: => '报告错误',
1.6       bisitz   4234: 
                   4235:    'Resource'
1.12      zhu      4236: => '资源',
1.6       bisitz   4237: 
                   4238:    'Resource Differences'
1.12      zhu      4239: => '资源的差异',
1.6       bisitz   4240: 
                   4241:    'Resources from selected sequence in course'
1.93      raeburn  4242: => 'Resources from selected sequence in course',
1.6       bisitz   4243: 
                   4244:    'Response'
1.12      zhu      4245: => '回答',
1.6       bisitz   4246: 
                   4247:    'Retrieve Old Version'
1.93      raeburn  4248: => 'Retrieve Old Version',
1.6       bisitz   4249: 
                   4250:    'Retrieving current (most recent) version'
1.93      raeburn  4251: => 'Retrieving current (most recent) version',
1.6       bisitz   4252: 
                   4253:    'Retrieving old version'
1.93      raeburn  4254: => 'Retrieving old version',
1.6       bisitz   4255: 
                   4256:    'Return to DOCS'
1.18      zhu      4257: => '回到课程内容',
1.6       bisitz   4258: 
                   4259:    'Reverse Association'
1.93      raeburn  4260: => 'Reverse Association',
1.6       bisitz   4261: 
                   4262:    'Revoke'
1.70      zhu      4263: => '撤销',
1.6       bisitz   4264: 
                   4265:    'Revoke Existing Roles'
1.70      zhu      4266: => '撤销现有的角色',
1.6       bisitz   4267: 
                   4268:    'Role'
1.18      zhu      4269: => '角色',
1.6       bisitz   4270: 
                   4271:    'Role:'
1.18      zhu      4272: => '角色:',
1.6       bisitz   4273: 
                   4274:    'Role Information'
1.70      zhu      4275: => '角色信息',
1.6       bisitz   4276: 
                   4277:    'Sample Points:'
1.93      raeburn  4278: => 'Sample Points:',
1.6       bisitz   4279: 
                   4280:    'Save entries below as a draft answer (not submitting them for credit yet)'
1.93      raeburn  4281: => 'Save entries below as a draft answer (not submitting them for credit yet)',
1.6       bisitz   4282: 
                   4283:    'Select Action'
1.9       zhu      4284: => '选择行动',
1.6       bisitz   4285: 
                   4286:    'Select All Resources'
1.63      zhu      4287: => '选择所有资源',
1.6       bisitz   4288: 
                   4289:    'Select Printing Options:'
1.63      zhu      4290: => '选择打印选项:',
1.6       bisitz   4291: 
                   4292:    'Select Problem(s) to print'
1.63      zhu      4293: => '选择要打印任务',
1.6       bisitz   4294: 
                   4295:    'Select Resource(s) to print'
1.63      zhu      4296: => '选择要打印的资源',
1.6       bisitz   4297: 
                   4298:    'Select Resources To Print'
1.63      zhu      4299: => '选择要打印的资源',
1.6       bisitz   4300: 
                   4301:    'Select Section'
1.70      zhu      4302: => '选择章节',
1.6       bisitz   4303: 
                   4304:    'Select Sequence To Print From'
1.63      zhu      4305: => '选择打印顺序',
1.6       bisitz   4306: 
                   4307:    'Select Students and Resources'
1.63      zhu      4308: => '选择学生和资源',
1.6       bisitz   4309: 
                   4310:    'Select Style File'
1.63      zhu      4311: => '选择文件风格',
1.6       bisitz   4312: 
                   4313:    "Select a user name to modify the student's information"
1.63      zhu      4314: => "选择一个用户名来修改学生的信息",
1.6       bisitz   4315: 
                   4316:    'Select a user name to view the users personal page.'
1.63      zhu      4317: => '选择一个用户名,以查看用户的个人页面。',
1.6       bisitz   4318: 
                   4319:    'Select resources for the assignment'
1.93      raeburn  4320: => 'Select resources for the assignment',
1.6       bisitz   4321: 
                   4322:    'Set'
1.22      zhu      4323: => '设置',
1.6       bisitz   4324: 
                   4325:    'Set?'
1.22      zhu      4326: => '设置?',
1.6       bisitz   4327: 
                   4328:    'Set Course Environment'
1.22      zhu      4329: => '设置课程环境',
1.6       bisitz   4330: 
                   4331:    'Set End Date'
1.22      zhu      4332: => '设置结束日期',
1.6       bisitz   4333: 
                   4334:    'Set Individual User Roles'
1.22      zhu      4335: => '设定用户角色和权限',
1.6       bisitz   4336: 
                   4337:    'Set Start Date'
1.22      zhu      4338: => '设置开始日期',
1.6       bisitz   4339: 
                   4340:    'Set content feedback to Course Coordinator'
1.93      raeburn  4341: => 'Set content feedback to Course Coordinator',
1.6       bisitz   4342: 
                   4343:    'Set course policy feedback to Course Coordinator'
1.93      raeburn  4344: => 'Set course policy feedback to Course Coordinator',
1.6       bisitz   4345: 
                   4346:    'Set opening date for all problems in the course for. . .'
1.93      raeburn  4347: => 'Set opening date for all problems in the course for. . .',
1.6       bisitz   4348: 
                   4349:    'Set to ...'
1.93      raeburn  4350: => 'Set to ...',
1.6       bisitz   4351: 
                   4352:    'Show Answer'
1.93      raeburn  4353: => 'Show Answer',
1.6       bisitz   4354: 
                   4355:    'Show Feedback'
1.93      raeburn  4356: => 'Show Feedback',
1.6       bisitz   4357: 
                   4358:    'Simple Edit'
1.93      raeburn  4359: => 'Simple Edit',
1.6       bisitz   4360: 
                   4361:    'Start Time'
1.93      raeburn  4362: => 'Start Time',
1.6       bisitz   4363: 
                   4364:    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
1.93      raeburn  4365: => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
1.6       bisitz   4366: 
                   4367:    'Starting Date'
1.22      zhu      4368: => '开始日期',
1.6       bisitz   4369: 
                   4370:    'Starting date'
1.22      zhu      4371: => '开始日期',
1.6       bisitz   4372: 
                   4373:    'Student ID'
1.22      zhu      4374: => '学生证',
1.6       bisitz   4375: 
                   4376:    'Student Information'
1.22      zhu      4377: => '学生信息',
1.6       bisitz   4378: 
                   4379:    'Student Sheet Links'
1.22      zhu      4380: => '学生表链接',
1.6       bisitz   4381: 
                   4382:    'Student Status'
1.22      zhu      4383: => '学生状态',
1.6       bisitz   4384: 
                   4385:    'Student Status: [_1]'
1.22      zhu      4386: => '学生状态: [_1]',
1.6       bisitz   4387: 
                   4388:    'Student information updated successfully.'
1.22      zhu      4389: => '学生信息已成功更新。',
1.6       bisitz   4390: 
                   4391:    'Students need access key to enter course'
1.93      raeburn  4392: => 'Students need access key to enter course',
1.6       bisitz   4393: 
                   4394:    'Students with expired roles'
1.93      raeburn  4395: => 'Students with expired roles',
1.6       bisitz   4396: 
                   4397:    'Subject:'
1.22      zhu      4398: => '标题:',
1.6       bisitz   4399: 
                   4400:    'Submissions'
1.93      raeburn  4401: => 'Submissions',
1.6       bisitz   4402: 
                   4403:    'Submit Modifications'
1.63      zhu      4404: => '提交更改',
1.6       bisitz   4405: 
                   4406:    'Submit entries below as answer to receive credit'
1.93      raeburn  4407: => 'Submit entries below as answer to receive credit',
1.6       bisitz   4408: 
                   4409:    'Survey Question'
1.93      raeburn  4410: => 'Survey Question',
1.6       bisitz   4411: 
                   4412:    'Survey question'
1.93      raeburn  4413: => 'Survey question',
1.6       bisitz   4414: 
                   4415:    'System Level'
1.93      raeburn  4416: => 'System Level',
1.6       bisitz   4417: 
                   4418:    'Target Edit Map'
1.93      raeburn  4419: => 'Target Edit Map', #??? [SB 18.10.2006]
1.6       bisitz   4420: 
                   4421:    'TeX unconverted due to errors'
1.93      raeburn  4422: => 'TeX unconverted due to errors',
1.6       bisitz   4423: 
                   4424:    'TeX unconverted due to previous errors'
1.93      raeburn  4425: => 'TeX unconverted due to previous errors',
1.6       bisitz   4426: 
                   4427:    'The error reported was'
1.93      raeburn  4428: => 'The error reported was',
1.6       bisitz   4429: 
                   4430:    '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  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.6       bisitz   4432: 
                   4433:    "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  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.6       bisitz   4435: 
                   4436:    'The requested file'
1.93      raeburn  4437: => 'The requested file',
1.6       bisitz   4438: 
                   4439:    'The student must log out and log in again to see these changes.'
1.93      raeburn  4440: => 'The student must log out and log in again to see these changes.',
1.6       bisitz   4441: 
                   4442:    'There are currently no Error Messages for this resource.'
1.93      raeburn  4443: => 'There are currently no Error Messages for this resource.',
1.6       bisitz   4444: 
                   4445:    'There are no Evaluation Comments on this resource.'
1.93      raeburn  4446: => 'There are no Evaluation Comments on this resource.',
1.6       bisitz   4447: 
                   4448:    'There was an error determining the environment values for'
1.93      raeburn  4449: => 'There was an error determining the environment values for',
1.6       bisitz   4450: 
                   4451:    'Top Level Map'
1.93      raeburn  4452: => 'Top Level Map',
1.6       bisitz   4453: 
                   4454:    'Type Name Here'
1.93      raeburn  4455: => 'Type Name Here',
1.6       bisitz   4456: 
                   4457:    'Type in value'
1.93      raeburn  4458: => 'Type in value',
1.6       bisitz   4459: 
                   4460:    'Type:'
1.93      raeburn  4461: => 'Type:',
1.6       bisitz   4462: 
                   4463:    'UNDISPLAYABLE'
1.93      raeburn  4464: => 'UNDISPLAYABLE',
1.6       bisitz   4465: 
                   4466:    'Unable to enroll'
1.93      raeburn  4467: => 'Unable to enroll',
1.6       bisitz   4468: 
                   4469:    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
1.93      raeburn  4470: => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
1.6       bisitz   4471: 
                   4472:    'Unable to retrieve environment data for'
1.93      raeburn  4473: => 'Unable to retrieve environment data for',
1.6       bisitz   4474: 
                   4475:    'Unable to set default dates for course'
1.93      raeburn  4476: => 'Unable to set default dates for course',
1.6       bisitz   4477: 
                   4478:    'Unavailable course'
1.93      raeburn  4479: => 'Unavailable course',
1.6       bisitz   4480: 
                   4481:    'Unknown Action'
1.93      raeburn  4482: => 'Unknown Action',
1.6       bisitz   4483: 
                   4484:    'Upload file'
1.93      raeburn  4485: => 'Upload file',
1.6       bisitz   4486: 
1.118   ! bisitz   4487:    'Upload file to Authoring Space'
        !          4488: => 'Upload file to Authoring Space',
1.6       bisitz   4489: 
                   4490:    'VIEW'
1.93      raeburn  4491: => 'VIEW',
1.6       bisitz   4492: 
                   4493:    'View the FAQ'
1.93      raeburn  4494: => 'View the FAQ',
1.6       bisitz   4495: 
                   4496:    'Visibly Separate Items on Pages'
1.93      raeburn  4497: => 'Visibly Separate Items on Pages',
1.6       bisitz   4498: 
                   4499:    'WARNING: The metadata table does not exist in the LON-CAPA database.'
1.93      raeburn  4500: => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
1.6       bisitz   4501: 
                   4502:    'Warning: change of MIME type!'
1.93      raeburn  4503: => 'Warning: change of MIME type!',
1.6       bisitz   4504: 
                   4505:    'Warning: target file exists!'
1.93      raeburn  4506: => 'Warning: target file exists!',
1.6       bisitz   4507: 
                   4508:    'Warning: target file exists, and has been published!'
1.93      raeburn  4509: => 'Warning: target file exists, and has been published!',
1.6       bisitz   4510: 
                   4511:    'Width'
1.93      raeburn  4512: => 'Width',
1.6       bisitz   4513: 
                   4514:    'Print Options'
1.63      zhu      4515: => '打印选项',
1.6       bisitz   4516: 
                   4517:    'Print Answers'
1.63      zhu      4518: => '打印回答',
1.6       bisitz   4519: 
                   4520:    'Only Answers'
1.63      zhu      4521: => '只有回答',
1.6       bisitz   4522: 
                   4523:    'With Answers'
1.63      zhu      4524: => '带答案',
1.6       bisitz   4525: 
                   4526:    'Without Answers'
1.63      zhu      4527: => '没有答案',
1.6       bisitz   4528: 
                   4529:    'You are working with an unsaved version of your map.'
1.93      raeburn  4530: => 'You are working with an unsaved version of your map.',
1.6       bisitz   4531: 
                   4532:    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
1.93      raeburn  4533: => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
1.6       bisitz   4534: 
                   4535:    '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  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.6       bisitz   4537: 
                   4538:    '[_1] (what you just saw on the screen)'
1.63      zhu      4539: => '[_1] (what you just saw on the screen)',
1.6       bisitz   4540: 
                   4541:    '[_1] Local Authentication with argument [_2]'
1.70      zhu      4542: => '[_1] 局部认证带 [_2]',
1.6       bisitz   4543: 
                   4544:    'Currently using local (institutional) authentication.'
1.101     bisitz   4545: => 'Currently using local (institutional) authentication.', # => '目前使用的地方(机构)的认证。Derzeit lokal (institutionell) authentifiziert.',
1.6       bisitz   4546: 
                   4547:    '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  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.6       bisitz   4549: 
                   4550:    '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  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.6       bisitz   4552: 
                   4553:    'after selected'
1.70      zhu      4554: => '选定后',
1.6       bisitz   4555: 
                   4556:    'and'
1.93      raeburn  4557: => 'and',
1.6       bisitz   4558: 
                   4559:    'between'
1.93      raeburn  4560: => 'between',
1.6       bisitz   4561: 
                   4562:    'button'
1.93      raeburn  4563: => 'button',
1.6       bisitz   4564: 
                   4565:    'by'
1.93      raeburn  4566: => 'by',
1.6       bisitz   4567: 
                   4568:    'check all'
1.27      zhu      4569: => '全选',
1.6       bisitz   4570: 
                   4571:    'chmod error'
1.27      zhu      4572: => '属性错误',
1.6       bisitz   4573: 
                   4574:    'click on the'
1.93      raeburn  4575: => 'click on the',
1.6       bisitz   4576: 
                   4577:    'copy Error'
1.27      zhu      4578: => '复制错误',
1.6       bisitz   4579: 
                   4580:    'currently does not exist'
1.93      raeburn  4581: => 'currently does not exist',
1.6       bisitz   4582: 
                   4583:    'custom'
1.101     bisitz   4584: => "自定义",
1.6       bisitz   4585: 
                   4586:    'custom distribution file'
1.27      zhu      4587: => '自定义文件', # ???
1.6       bisitz   4588: 
                   4589:    'domain'
1.26      zhu      4590: => '域',
1.6       bisitz   4591: 
                   4592:    'expired or revoked'
1.93      raeburn  4593: => 'expired or revoked',
1.6       bisitz   4594: 
                   4595:    'extension'
1.93      raeburn  4596: => 'extension',
1.6       bisitz   4597: 
                   4598:    'external'
1.93      raeburn  4599: => 'external',
1.6       bisitz   4600: 
                   4601:    'file<br />extension'
1.93      raeburn  4602: => 'file<br />extension',
1.6       bisitz   4603: 
                   4604:    'first name'
1.70      zhu      4605: => '名',
1.6       bisitz   4606: 
                   4607:    'generation'
1.70      zhu      4608: => '生成',
1.6       bisitz   4609: 
                   4610:    'in domain'
1.70      zhu      4611: => '在域',
1.6       bisitz   4612: 
                   4613:    'internal'
1.18      zhu      4614: => '内部的',
1.6       bisitz   4615: 
                   4616:    'is in this state by royal decree.'
1.93      raeburn  4617: => 'is in this state by royal decree.',
1.6       bisitz   4618: 
                   4619:    'last name'
1.70      zhu      4620: => '姓',
1.6       bisitz   4621: 
                   4622:    'make these dates the default for future enrollment'
1.93      raeburn  4623: => 'make these dates the default for future enrollment',
1.6       bisitz   4624: 
                   4625:    'middle name'
1.27      zhu      4626: => '中名',
1.6       bisitz   4627: 
                   4628:    'name'
1.27      zhu      4629: => '姓',
1.6       bisitz   4630: 
                   4631:    'no ending date'
1.22      zhu      4632: => '无结束日期',
1.6       bisitz   4633: 
                   4634:    'number'
1.93      raeburn  4635: => 'number',
1.6       bisitz   4636: 
                   4637:    'obsolete replacement'
1.93      raeburn  4638: => 'obsolete replacement',
1.6       bisitz   4639: 
                   4640:    'only check if you know what you are doing'
1.93      raeburn  4641: => 'only check if you know what you are doing',
1.6       bisitz   4642: 
1.82      bisitz   4643:    'only search domain [_1]'
                   4644: => '只在该域 [_1] 搜索',
1.6       bisitz   4645: 
                   4646:    'optional'
1.18      zhu      4647: => '可选的',
1.6       bisitz   4648: 
                   4649:    'or any other value'
1.18      zhu      4650: => '或任何其他的值',
1.6       bisitz   4651: 
                   4652:    'private'
1.13      zhu      4653: => '私人的',
1.6       bisitz   4654: 
                   4655:    'public'
1.13      zhu      4656: => '公开的',
1.6       bisitz   4657: 
                   4658:    'publisher<br />owner'
1.93      raeburn  4659: => 'publisher<br />owner',
1.6       bisitz   4660: 
                   4661:    'section'
1.93      raeburn  4662: => 'section',
1.6       bisitz   4663: 
                   4664:    'standard'
1.27      zhu      4665: => '标准的',
1.6       bisitz   4666: 
                   4667:    'standard LaTeX mode'
1.27      zhu      4668: => '标准的 LaTeX 模式',
1.6       bisitz   4669: 
                   4670:    'standard courses only'
1.27      zhu      4671: => '只标准课程',
1.6       bisitz   4672: 
                   4673:    'student name'
1.26      zhu      4674: => '学生姓名',
1.6       bisitz   4675: 
                   4676:    'template'
1.26      zhu      4677: => '模板',
1.6       bisitz   4678: 
                   4679:    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
1.93      raeburn  4680: => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
1.6       bisitz   4681: 
                   4682:    'unable to enroll'
1.27      zhu      4683: => '无法注册',
1.6       bisitz   4684: 
                   4685:    'uncheck all'
1.27      zhu      4686: => '全部取消',
1.6       bisitz   4687: 
                   4688:    'use related words'
1.18      zhu      4689: => '使用相关的关键词',
1.6       bisitz   4690: 
                   4691:    'username'
1.18      zhu      4692: => '用户名',
1.6       bisitz   4693: 
                   4694:    'versus'
1.93      raeburn  4695: => 'versus',
1.6       bisitz   4696: 
                   4697:    'with server'
1.93      raeburn  4698: => 'with server',
1.6       bisitz   4699: 
                   4700:    'yes'
1.18      zhu      4701: => '是',
1.6       bisitz   4702: 
                   4703:    'Swedish Chef'
1.93      raeburn  4704: => 'Swedish Chef',
1.6       bisitz   4705: 
                   4706:    '[_1] for default hiding'
1.98      bisitz   4707: => '[_1] for default hiding',
1.6       bisitz   4708: 
                   4709:    '[_1] for visible separation.'
1.98      bisitz   4710: => '[_1] for visible separation.',
1.6       bisitz   4711: 
                   4712:    'Changes will not show until next login.'
1.98      bisitz   4713: => 'Changes will not show until next login.',
1.6       bisitz   4714: 
                   4715:    '[_1] if allowed, anything else if not'
1.101     bisitz   4716: => '[_1] if allowed, anything else if not',
1.6       bisitz   4717: 
                   4718:    '"[_1]" to disable, anything else if not'
1.101     bisitz   4719: => '"[_1]" to disable, anything else if not',
1.6       bisitz   4720: 
                   4721:    '[_1] to suppress, anything else to not suppress'
1.98      bisitz   4722: => '[_1] to suppress, anything else to not suppress',
1.6       bisitz   4723: 
                   4724:    'Set value to [_1] to allow all roles.'
1.98      bisitz   4725: => 'Set value to [_1] to allow all roles.',
1.6       bisitz   4726: 
1.66      bisitz   4727:    '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
1.98      bisitz   4728: => '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
1.6       bisitz   4729: 
1.66      bisitz   4730:    '[_1] is not an acceptable weight. Weight must be a positive number.'
1.98      bisitz   4731: => '[_1] is not an acceptable weight. Weight must be a positive number.',
1.6       bisitz   4732: 
                   4733:    '1 minute'
1.93      raeburn  4734: => '1 minute',
1.6       bisitz   4735: 
                   4736:    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
1.98      bisitz   4737: => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',
1.6       bisitz   4738: 
                   4739:    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
1.101     bisitz   4740: => '<b>HTML banned</b>: HTML will not be allowed in discussion postings.',
1.6       bisitz   4741: 
                   4742:    '<b>Instructor</b> - instructors will not be able to participate in discussions'
1.98      bisitz   4743: => '<b>Instructor</b> - instructors will not be able to participate in discussions',
1.6       bisitz   4744: 
                   4745:    '<b>Instructor</b> - instructors will not be able to use or view the chat room'
1.98      bisitz   4746: => '<b>Instructor</b> - instructors will not be able to use or view the chat room',
1.6       bisitz   4747: 
                   4748:    '<b>Students</b> - students will not be able to participate in discussions'
1.98      bisitz   4749: => '<b>Students</b> - students will not be able to participate in discussions',
1.6       bisitz   4750: 
                   4751:    '<b>Students</b> - students will not be able to use or view the chat room.'
1.98      bisitz   4752: => '<b>Students</b> - students will not be able to use or view the chat room.',
1.6       bisitz   4753: 
                   4754:    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
1.98      bisitz   4755: => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',
1.6       bisitz   4756: 
                   4757:    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
1.98      bisitz   4758: => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',
1.6       bisitz   4759: 
1.66      bisitz   4760:    'Your current LON-CAPA domain is [_1].'
1.93      raeburn  4761: => 'Your current LON-CAPA domain is [_1].',
1.6       bisitz   4762: 
                   4763:    '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  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.6       bisitz   4765: 
1.66      bisitz   4766:    'Granting permission to clone course'
1.93      raeburn  4767: => 'Granting permission to clone course',
1.66      bisitz   4768: 
                   4769:    '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  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.66      bisitz   4771: 
                   4772:    '(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   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.66      bisitz   4774: 
                   4775:    '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  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.6       bisitz   4777: 
                   4778:    'Allow limited HTML in discussion posts'
1.93      raeburn  4779: => 'Allow limited HTML in discussion posts',
1.6       bisitz   4780: 
                   4781:    'Allow problems to be split over pages'
1.93      raeburn  4782: => 'Allow problems to be split over pages',
1.6       bisitz   4783: 
                   4784:    'Answer Date (answerdate)'
1.93      raeburn  4785: => 'Answer Date (answerdate)',
1.6       bisitz   4786: 
1.66      bisitz   4787:    'Chat Room Participation'
1.93      raeburn  4788: => 'Chat Room Participation',
1.66      bisitz   4789: 
1.6       bisitz   4790:    'Chat Participation'
1.93      raeburn  4791: => 'Chat Participation',
1.6       bisitz   4792: 
                   4793:    'Click here to return to the chart.'
1.93      raeburn  4794: => 'Click here to return to the chart.',
1.6       bisitz   4795: 
                   4796:    'Completed'
1.93      raeburn  4797: => 'Completed',
1.6       bisitz   4798: 
1.65      zhu      4799:    'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.'
1.93      raeburn  4800: => 'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.',
1.6       bisitz   4801: 
                   4802:    'Course ID or number'
1.93      raeburn  4803: => 'Course ID or number',
1.6       bisitz   4804: 
                   4805:    'Course Initialization Helper'
1.93      raeburn  4806: => 'Course Initialization Helper',
1.6       bisitz   4807: 
                   4808:    'Course default for all problems'
1.93      raeburn  4809: => 'Course default for all problems',
1.6       bisitz   4810: 
1.66      bisitz   4811:    '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  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.6       bisitz   4813: 
                   4814:    'Courses'
                   4815: => '课程',
                   4816: 
                   4817:    'Default beginning date when enrolling students'
1.93      raeburn  4818: => 'Default beginning date when enrolling students',
1.6       bisitz   4819: 
                   4820:    'Default ending date when enrolling students'
1.93      raeburn  4821: => 'Default ending date when enrolling students',
1.6       bisitz   4822: 
                   4823: 
                   4824:    'Default set of options to pass to tth/m when converting tex'
1.93      raeburn  4825: => 'Default set of options to pass to tth/m when converting tex',
1.6       bisitz   4826: 
                   4827:    'Disable display of problem receipts'
1.93      raeburn  4828: => 'Disable display of problem receipts',
1.6       bisitz   4829: 
                   4830:    'Disallow Resource Discussion for Roles'
1.93      raeburn  4831: => 'Disallow Resource Discussion for Roles',
1.6       bisitz   4832: 
                   4833:    'Disallow Resource Discussion for Users'
1.93      raeburn  4834: => 'Disallow Resource Discussion for Users',
1.6       bisitz   4835: 
                   4836:    'Disallow live chatroom use for Roles'
1.93      raeburn  4837: => 'Disallow live chatroom use for Roles',
1.6       bisitz   4838: 
                   4839:    'Disallow live chatroom use for Users'
1.93      raeburn  4840: => 'Disallow live chatroom use for Users',
1.6       bisitz   4841: 
                   4842:    'Discussion Participation'
1.93      raeburn  4843: => 'Discussion Participation',
1.6       bisitz   4844: 
                   4845:    'Due Date (contentclose)'
1.93      raeburn  4846: => 'Due Date (contentclose)',
1.6       bisitz   4847: 
                   4848:    'Due Date (duedate)'
1.93      raeburn  4849: => 'Due Date (duedate)',
1.6       bisitz   4850: 
                   4851:    'Every problem in a particular folder (overrides course default)'
1.93      raeburn  4852: => 'Every problem in a particular folder (overrides course default)',
1.6       bisitz   4853: 
                   4854:    'Exit'
                   4855: => '退出',
                   4856: 
                   4857:    'Feedback Addresses for Course Content'
1.18      zhu      4858: => '课程内容的信息反馈地址',
1.6       bisitz   4859: 
1.63      zhu      4860:    'Finish Helper'
                   4861: => '结束帮助程序',
                   4862: 
1.6       bisitz   4863:    'HTML can be allowed or banned inside of course discussion.'
1.93      raeburn  4864: => 'HTML can be allowed or banned inside of course discussion.',
1.6       bisitz   4865: 
                   4866:    'HTML in Discussions'
1.93      raeburn  4867: => 'HTML in Discussions',
1.6       bisitz   4868: 
                   4869:    'Hide Empty Rows in Spreadsheets'
1.93      raeburn  4870: => 'Hide Empty Rows in Spreadsheets',
1.6       bisitz   4871: 
                   4872:    'How many tries should be set for all problems in the course?'
1.93      raeburn  4873: => 'How many tries should be set for all problems in the course?',
1.6       bisitz   4874: 
                   4875:    'How many tries should be set for the selected folder?'
1.93      raeburn  4876: => 'How many tries should be set for the selected folder?',
1.6       bisitz   4877: 
                   4878:    'How many tries should be set for the selected problem?'
1.93      raeburn  4879: => 'How many tries should be set for the selected problem?',
1.6       bisitz   4880: 
1.66      bisitz   4881:    '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  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.6       bisitz   4883: 
                   4884:    '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  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.6       bisitz   4886: 
                   4887:    'No section assigned'
1.93      raeburn  4888: => 'No section assigned',
1.6       bisitz   4889: 
                   4890:    'Number of assignments printed at the same time:'
1.93      raeburn  4891: => 'Number of assignments printed at the same time:',
1.6       bisitz   4892: 
                   4893:    'Opening Date (contentopen)'
1.93      raeburn  4894: => 'Opening Date (contentopen)',
1.6       bisitz   4895: 
                   4896:    'Opening Date (opendate)'
1.93      raeburn  4897: => 'Opening Date (opendate)',
1.6       bisitz   4898: 
                   4899:    'Please adjust significant figures.'
1.93      raeburn  4900: => 'Please adjust significant figures.',
1.41      bisitz   4901: 
1.6       bisitz   4902:    'Please select the section you wish to set the answer open date for:'
1.93      raeburn  4903: => 'Please select the section you wish to set the answer open date for:',
1.6       bisitz   4904: 
                   4905:    'Please select the section you wish to set the due date for:'
1.93      raeburn  4906: => 'Please select the section you wish to set the due date for:',
1.6       bisitz   4907: 
                   4908:    'Please select the section you wish to set the number of tries for:'
1.93      raeburn  4909: => 'Please select the section you wish to set the number of tries for:',
1.6       bisitz   4910: 
                   4911:    'Please select the section you wish to set the opening date for:'
1.93      raeburn  4912: => 'Please select the section you wish to set the opening date for:',
1.6       bisitz   4913: 
                   4914:    'Please select the section you wish to set the problem weight for:'
1.93      raeburn  4915: => 'Please select the section you wish to set the problem weight for:',
1.6       bisitz   4916: 
                   4917:    'Please select the student you wish to set the answer open date for:'
1.93      raeburn  4918: => 'Please select the student you wish to set the answer open date for:',
1.6       bisitz   4919: 
                   4920:    'Please select the student you wish to set the due date for:'
1.93      raeburn  4921: => 'Please select the student you wish to set the due date for:',
1.6       bisitz   4922: 
                   4923:    'Please select the student you wish to set the number of tries for:'
1.93      raeburn  4924: => 'Please select the student you wish to set the number of tries for:',
1.6       bisitz   4925: 
                   4926:    'Please select the student you wish to set the opening date for:'
1.93      raeburn  4927: => 'Please select the student you wish to set the opening date for:',
1.6       bisitz   4928: 
                   4929:    'Please select the student you wish to set the problem weight for:'
1.93      raeburn  4930: => 'Please select the student you wish to set the problem weight for:',
1.6       bisitz   4931: 
                   4932:    'Privileged users that should not be hidden on staff listings'
1.93      raeburn  4933: => 'Privileged users that should not be hidden on staff listings',
1.6       bisitz   4934: 
                   4935:    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
1.93      raeburn  4936: => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
1.6       bisitz   4937: 
                   4938:    'Reading results from [_1]'
1.93      raeburn  4939: => 'Reading results from [_1]',
1.6       bisitz   4940: 
                   4941:    'Receipt algorithm used'
1.93      raeburn  4942: => 'Receipt algorithm used',
1.6       bisitz   4943: 
                   4944:    'Receiving results from [_1]'
1.93      raeburn  4945: => 'Receiving results from [_1]',
1.6       bisitz   4946: 
                   4947:    'Resources'
1.10      zhu      4948: => '资源',
1.6       bisitz   4949: 
1.72      bisitz   4950:    'Search Complete on Server [_1]'
1.93      raeburn  4951: => 'Search Complete on Server [_1]', # '搜索完成 [_1]',
1.6       bisitz   4952: 
                   4953:    'Search: [_1]'
1.10      zhu      4954: => '搜索: [_1]',
1.6       bisitz   4955: 
                   4956:    'Select All Files'
1.10      zhu      4957: => '选择所有文件',
1.6       bisitz   4958: 
                   4959:    'Select All Published'
1.10      zhu      4960: => '选择所有发布的',
1.6       bisitz   4961: 
                   4962:    'Select Folder'
1.10      zhu      4963: => '选择文件夹',
1.6       bisitz   4964: 
                   4965:    'Select Only Current Students'
1.10      zhu      4966: => '只选择目前的学生',
1.6       bisitz   4967: 
                   4968:    'Select Problem'
1.10      zhu      4969: => '选择任务',
1.6       bisitz   4970: 
                   4971:    'Select Student'
1.10      zhu      4972: => '选择学生',
1.6       bisitz   4973: 
                   4974:    'Select for Section/Group'
1.12      zhu      4975: => '选择科/组',
1.6       bisitz   4976: 
                   4977:    'Select the folder you wish to set the parameter for:'
1.93      raeburn  4978: => 'Select the folder you wish to set the parameter for:',
1.6       bisitz   4979: 
                   4980:    'Select the problem you wish to set the parameter for:'
1.93      raeburn  4981: => 'Select the problem you wish to set the parameter for:',
1.6       bisitz   4982: 
                   4983:    'Set Problem Tries'
1.93      raeburn  4984: => 'Set Problem Tries',
1.6       bisitz   4985: 
                   4986:    'Set Problem Weight'
1.93      raeburn  4987: => 'Set Problem Weight',
1.6       bisitz   4988: 
                   4989:    'Set answer open date for all problems in the course for ...'
1.93      raeburn  4990: => 'Set answer open date for all problems in the course for ...',
1.6       bisitz   4991: 
                   4992:    'Set answer open date for the selected folder for ...'
1.93      raeburn  4993: => 'Set answer open date for the selected folder for ...',
1.6       bisitz   4994: 
                   4995:    'Set answer open date for the selected problem for...'
1.93      raeburn  4996: => 'Set answer open date for the selected problem for...',
1.6       bisitz   4997: 
                   4998:    'Set due date for all problems in the course for ...'
1.93      raeburn  4999: => 'Set due date for all problems in the course for ...',
1.6       bisitz   5000: 
                   5001:    'Set due date for the selected folder for ...'
1.93      raeburn  5002: => 'Set due date for the selected folder for ...',
1.6       bisitz   5003: 
                   5004:    'Set due date for the selected problem for ...'
1.93      raeburn  5005: => 'Set due date for the selected problem for ...',
1.6       bisitz   5006: 
                   5007:    'Set number of tries for all problems in the course for ...'
1.93      raeburn  5008: => 'Set number of tries for all problems in the course for ...',
1.6       bisitz   5009: 
                   5010:    'Set number of tries for the selected folder for ...'
1.93      raeburn  5011: => 'Set number of tries for the selected folder for ...',
1.6       bisitz   5012: 
                   5013:    'Set number of tries for the selected problem for ...'
1.93      raeburn  5014: => 'Set number of tries for the selected problem for ...',
1.6       bisitz   5015: 
                   5016:    'Set opening date for all problems in the course for ...'
1.93      raeburn  5017: => 'Set opening date for all problems in the course for ...',
1.6       bisitz   5018: 
                   5019:    'Set opening date for the selected folder for ...'
1.93      raeburn  5020: => 'Set opening date for the selected folder for ...',
1.6       bisitz   5021: 
                   5022:    'Set opening date for the selected problem for ...'
1.93      raeburn  5023: => 'Set opening date for the selected problem for ...',
1.6       bisitz   5024: 
                   5025:    'Set problem weight for all problems in the course for ...'
1.93      raeburn  5026: => 'Set problem weight for all problems in the course for ...',
1.6       bisitz   5027: 
                   5028:    'Set problem weight for the selected folder for ...'
1.93      raeburn  5029: => 'Set problem weight for the selected folder for ...',
1.6       bisitz   5030: 
                   5031:    'Set problem weight for the selected problem for ...'
1.93      raeburn  5032: => 'Set problem weight for the selected problem for ...',
1.6       bisitz   5033: 
                   5034:    'Set value to [_1] to allow.'
1.101     bisitz   5035: => 'Set value to [_1] to allow.',
1.6       bisitz   5036: 
                   5037:    'Setting the [_1]'
1.93      raeburn  5038: => 'Setting the [_1]',
1.6       bisitz   5039: 
                   5040:    'Setting the [_1] to [_2]'
1.93      raeburn  5041: => 'Setting the [_1] to [_2]',
1.6       bisitz   5042: 
                   5043:    'Student Name'
1.26      zhu      5044: => '学生姓名',
1.6       bisitz   5045: 
1.66      bisitz   5046:    '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  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.6       bisitz   5048: 
                   5049:    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
1.93      raeburn  5050: => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
1.6       bisitz   5051: 
                   5052:    'There are no currently enrolled students in the course.'
1.93      raeburn  5053: => 'There are no currently enrolled students in the course.',
1.6       bisitz   5054: 
                   5055:    'There are no currently enrolled students in the selected sections.'
1.93      raeburn  5056: => 'There are no currently enrolled students in the selected sections.',
1.6       bisitz   5057: 
                   5058:    'There are no previously enrolled students in the course.'
1.93      raeburn  5059: => 'There are no previously enrolled students in the course.',
1.6       bisitz   5060: 
                   5061:    'There are no previously enrolled students in the selected sections.'
1.93      raeburn  5062: => 'There are no previously enrolled students in the selected sections.',
1.6       bisitz   5063: 
                   5064:    'There are no students with future access in the course.'
1.93      raeburn  5065: => 'There are no students with future access in the course.',
1.6       bisitz   5066: 
                   5067:    'There are no students with future access in the selected sections.'
1.93      raeburn  5068: => 'There are no students with future access in the selected sections.',
1.6       bisitz   5069: 
                   5070:    'There are no students in the course.'
1.93      raeburn  5071: => 'There are no students in the course.',
1.6       bisitz   5072: 
                   5073:    'There are no students in the selected sections.'
1.93      raeburn  5074: => 'There are no students in the selected sections.',
1.6       bisitz   5075: 
                   5076:    'This controls how receipt numbers are generated.'
1.93      raeburn  5077: => 'This controls how receipt numbers are generated.',
1.6       bisitz   5078: 
                   5079:    'This helper will set up your LON-CAPA course and choose which features will be active.'
1.93      raeburn  5080: => 'This helper will set up your LON-CAPA course and choose which features will be active.',
1.6       bisitz   5081: 
                   5082:    'Unselect All Files'
1.93      raeburn  5083: => 'Unselect All Files',
1.6       bisitz   5084: 
                   5085:    'Unselect All Published'
1.93      raeburn  5086: => 'Unselect All Published',
1.6       bisitz   5087: 
                   5088:    'Unselect All Resources'
1.93      raeburn  5089: => 'Unselect All Resources',
1.6       bisitz   5090: 
                   5091:    'Unselect for Section/Group'
1.12      zhu      5092: => '取消选择科/组',
1.6       bisitz   5093: 
                   5094:    'Welcome to Your New LON-CAPA Course'
1.12      zhu      5095: => '欢迎使用您的新 LON-CAPA 课程',
1.6       bisitz   5096: 
                   5097:    'What parameter do you want to set for the selected folder?'
1.93      raeburn  5098: => 'What parameter do you want to set for the selected folder?',
1.6       bisitz   5099: 
                   5100:    'What parameter do you want to set for the selected problem?'
1.93      raeburn  5101: => 'What parameter do you want to set for the selected problem?',
1.6       bisitz   5102: 
                   5103:    'What should the answer open date be set to?'
1.93      raeburn  5104: => 'What should the answer open date be set to?',
1.6       bisitz   5105: 
                   5106:    'What should the due date be set to?'
1.93      raeburn  5107: => 'What should the due date be set to?',
1.6       bisitz   5108: 
                   5109:    'What weight should be set for all problems in the course?'
1.93      raeburn  5110: => 'What weight should be set for all problems in the course?',
1.6       bisitz   5111: 
                   5112:    'What weight should be set for the selected folder?'
1.93      raeburn  5113: => 'What weight should be set for the selected folder?',
1.6       bisitz   5114: 
                   5115:    'What weight should be set for the selected problem?'
1.93      raeburn  5116: => 'What weight should be set for the selected problem?',
1.6       bisitz   5117: 
1.65      zhu      5118:    '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  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.6       bisitz   5120: 
                   5121:    '[_1] Filesystem Authenticated (with initial password [_2])'
1.98      bisitz   5122: => '[_1] Filesystem Authenticated (with initial password [_2])',
1.6       bisitz   5123: 
                   5124:    'Currently Filesystem Authenticated.'
1.93      raeburn  5125: => 'Currently Filesystem Authenticated.',
1.6       bisitz   5126: 
                   5127:    '[_1] Internally authenticated (with initial password [_2])'
1.70      zhu      5128: => '[_1] LON-CAPA 内部认证 (初始密码 [_2])',
1.6       bisitz   5129: 
                   5130:    'Currently internally authenticated.'
1.70      zhu      5131: => '目前 LON-CAPA 内部认证。',
1.6       bisitz   5132: 
1.72      bisitz   5133:    'Records per Page:'
                   5134: => '每页显示结果:',
1.6       bisitz   5135: 
                   5136:    '[_1] with value [_2]'
1.70      zhu      5137: => '[_1] 与价值 [_2]',
1.6       bisitz   5138: 
                   5139:    'all resources in the course'
1.70      zhu      5140: => '课程中的所有资源',
1.6       bisitz   5141: 
                   5142:    'all students in course'
1.70      zhu      5143: => '在课程中的所有学生',
1.6       bisitz   5144: 
                   5145:    'anonymous students'
1.70      zhu      5146: => '匿名学生',
1.6       bisitz   5147: 
                   5148:    'answer date'
1.26      zhu      5149: => '回答日期',
1.6       bisitz   5150: 
                   5151:    'contacting [_1]'
1.26      zhu      5152: => '联系 [_1]',
1.6       bisitz   5153: 
                   5154:    'due date'
1.9       zhu      5155: => '截止日期',
1.6       bisitz   5156: 
                   5157:    'for'
1.93      raeburn  5158: => 'for',
1.6       bisitz   5159: 
                   5160:    'for [_1]all resources in the course[_2]'
1.70      zhu      5161: => '为 [_1]课程中的所有资源 [_2]',
1.6       bisitz   5162: 
                   5163:    'for [_1]all students in course[_2]'
1.70      zhu      5164: => '为 [_1]在课程中的所有学生 [_2]',
1.6       bisitz   5165: 
                   5166:    'for [_1]'
1.70      zhu      5167: => '为 [_1]',
1.6       bisitz   5168: 
                   5169:    'for section [_1]'
1.93      raeburn  5170: => 'for section [_1]',
1.6       bisitz   5171: 
                   5172:    'for the map named [_1]'
1.93      raeburn  5173: => 'for the map named [_1]',
1.6       bisitz   5174: 
1.65      zhu      5175:    'for the resource named [_1], part [_2]'
1.93      raeburn  5176: => 'for the resource named [_1], part [_2]',
1.65      zhu      5177: 
                   5178:    'for the resource ID [_1] (name unavailable), part [_2]'
1.93      raeburn  5179: => 'for the resource ID [_1] (name unavailable), part [_2]',
1.6       bisitz   5180: 
                   5181:    'from'
1.93      raeburn  5182: => 'from',
1.6       bisitz   5183: 
                   5184:    'from current subdirectory'
1.93      raeburn  5185: => 'from current subdirectory',
1.6       bisitz   5186: 
                   5187:    'helper'
1.70      zhu      5188: => '辅助程序',
1.6       bisitz   5189: 
                   5190:    'in'
1.93      raeburn  5191: => 'in',
1.6       bisitz   5192: 
                   5193:    'instructor'
1.27      zhu      5194: => '讲师',
1.6       bisitz   5195: 
                   5196:    'number of tries'
1.27      zhu      5197: => '尝试次数',
1.6       bisitz   5198: 
                   5199:    'opening date'
1.27      zhu      5200: => '开始日期',
1.6       bisitz   5201: 
                   5202:    'problem weight'
1.27      zhu      5203: => '问题难度',
1.6       bisitz   5204: 
                   5205:    'role,role,...'
                   5206: => '角色,角色,...',
                   5207: 
                   5208:    'selected students'
                   5209: => '选定的学生',
                   5210: 
                   5211:    'student'
                   5212: => '学生',
                   5213: 
                   5214:    'to'
1.93      raeburn  5215: => 'to',
1.6       bisitz   5216: 
                   5217:    'to [_1] ([_2])'
1.93      raeburn  5218: => 'to [_1] ([_2])',
1.6       bisitz   5219: 
                   5220:    'waiting on [_1]'
                   5221: => '等待 [_1]',
                   5222: 
                   5223:    'what you just saw on the screen'
1.93      raeburn  5224: => 'what you just saw on the screen',
1.6       bisitz   5225: 
                   5226:    'Enter my portfolio space'
                   5227: => '文件夹空间',
                   5228: 
                   5229:    'No syllabus information provided.'
1.93      raeburn  5230: => 'No syllabus information provided.',
1.6       bisitz   5231: 
                   5232:    'Sorry ...'
                   5233: => '对不起...',
                   5234: 
                   5235:    'This resource might be part of another course.'
1.93      raeburn  5236: => 'This resource might be part of another course.',
1.6       bisitz   5237: 
                   5238:    'Agree'
1.93      raeburn  5239: => 'Agree',
1.6       bisitz   5240: 
                   5241:    'Any comments?'
1.18      zhu      5242: => '评论:',
1.6       bisitz   5243: 
                   5244:    'Copy this column'
1.93      raeburn  5245: => 'Copy this column',
1.6       bisitz   5246: 
                   5247:    'Disagree'
1.93      raeburn  5248: => 'Disagree',
1.6       bisitz   5249: 
                   5250:    'General Intro'
1.93      raeburn  5251: => 'General Intro',
1.6       bisitz   5252: 
                   5253:    'Greek Symbols'
1.10      zhu      5254: => '希腊字母',
1.6       bisitz   5255: 
                   5256:    'HTML character entities'
1.93      raeburn  5257: => 'HTML character entities',
1.6       bisitz   5258: 
                   5259:    '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  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.6       bisitz   5261: 
                   5262:    'LON-CAPA Help'
1.93      raeburn  5263: => 'LON-CAPA Help',
1.6       bisitz   5264: 
                   5265:    'Landscape'
1.93      raeburn  5266: => 'Landscape',
1.6       bisitz   5267: 
                   5268:    'Launch navigation window'
1.9       zhu      5269: => '启动导航窗口',
1.6       bisitz   5270: 
                   5271:    'Grade Levels'
1.13      zhu      5272: => '级别',
1.6       bisitz   5273: 
1.36      zhu      5274:    'Grade Level'
                   5275: => '级别',
                   5276: 
1.6       bisitz   5277:    'Lowest Grade Level'
1.13      zhu      5278: => '最低级别',
1.6       bisitz   5279: 
                   5280:    'Lowest Grade Level:'
1.13      zhu      5281: => '最低级别:',
1.6       bisitz   5282: 
                   5283:    'Highest Grade Level'
1.13      zhu      5284: => '最高级别',
1.6       bisitz   5285: 
                   5286:    'Highest Grade Level:'
1.13      zhu      5287: => '最高级别:',
1.6       bisitz   5288: 
                   5289:    'Mark all posts read'
1.9       zhu      5290: => '将所有帖子标记为已阅读',
1.6       bisitz   5291: 
                   5292:    'My question/comment/feedback:'
1.18      zhu      5293: => '我的问题/评论/反馈:',
1.6       bisitz   5294: 
                   5295:    'Other Symbols'
1.10      zhu      5296: => '其他符号',
1.6       bisitz   5297: 
                   5298:    'Please check at least one of the following feedback types:'
1.18      zhu      5299: => '请从以下选项:',
1.6       bisitz   5300: 
                   5301:    'Please rank the following criteria:'
1.18      zhu      5302: => '请以以下标准评价:',
1.6       bisitz   5303: 
                   5304:    'Portrait'
1.22      zhu      5305: => '竖排格式',
1.6       bisitz   5306: 
                   5307:    'Question about resource content'
1.18      zhu      5308: => '关于此资源内容的问题',
1.6       bisitz   5309: 
                   5310:    'Question/Comment/Feedback about course policy'
1.18      zhu      5311: => '关于课程规则的问题/评论/反馈',
1.6       bisitz   5312: 
                   5313:    'Select a Course to Enter'
                   5314: => '选择一个课程',
                   5315: 
                   5316:    'Sending Messages'
1.10      zhu      5317: => '发送邮件',
1.6       bisitz   5318: 
                   5319:    'Show Me My First Homework Problem'
1.93      raeburn  5320: => 'Show Me My First Homework Problem',
1.6       bisitz   5321: 
                   5322:    'Standards'
1.10      zhu      5323: => '标准',
1.6       bisitz   5324: 
                   5325:    'Strongly Agree'
1.93      raeburn  5326: => 'Strongly Agree',
1.6       bisitz   5327: 
                   5328:    'Strongly Disagree'
1.93      raeburn  5329: => 'Strongly Disagree',
1.6       bisitz   5330: 
                   5331:    'Symbol'
1.10      zhu      5332: => '符号',
1.6       bisitz   5333: 
                   5334:    'The material appears to be correct'
1.18      zhu      5335: => '这些材料似乎是正确的',
1.6       bisitz   5336: 
                   5337:    'The material is helpful'
1.18      zhu      5338: => '这些材料是有用的',
1.6       bisitz   5339: 
                   5340:    'The material is presented in a clear way'
1.18      zhu      5341: => '这些材料中提出一个明确的方式',
1.6       bisitz   5342: 
                   5343:    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc)'
1.18      zhu      5344: => '资源在技术上是正确的(加载速度足够快, 不会产生错误, 链接页面可以访问, 等等)',
1.6       bisitz   5345: 
                   5346:    'HTML character enties'
1.10      zhu      5347: => 'HTML 字符实体',
1.6       bisitz   5348: 
                   5349:    '"Waiting for Remote Control window to load: "+[_1]'
1.22      zhu      5350: => '"等待加载远程控制窗口: "+[_1]',
1.6       bisitz   5351: 
1.49      bisitz   5352:    '[_1]Continue[_2] on in Inline Menu mode'
                   5353: => '[_1]继续[_2] 在内置菜单模式下',
1.6       bisitz   5354: 
                   5355:    'All posts'
1.9       zhu      5356: => '所有的讨论',
1.6       bisitz   5357: 
                   5358:    'Change Color Scheme'
1.9       zhu      5359: => '更改颜色方案',
1.6       bisitz   5360: 
                   5361:    'Change Colors'
1.9       zhu      5362: => '改变颜色',
1.6       bisitz   5363: 
                   5364:    'Change Discussion Display Preferences'
1.9       zhu      5365: => '改变讨论显示偏好',
1.6       bisitz   5366: 
                   5367:    'Change How Math Equations Are Displayed'
1.9       zhu      5368: => '改变显示科学计算公式',
1.6       bisitz   5369: 
                   5370:    'Change Language'
                   5371: => '语言',
                   5372: 
                   5373:    'Change Language Preferences'
1.10      zhu      5374: => '更改语言首选项',
1.6       bisitz   5375: 
                   5376:    'Change Message Forwarding and Notification Email Addresses'
1.10      zhu      5377: => '更改邮件转发和通知的电子邮件地址',
1.6       bisitz   5378: 
                   5379:    'Change Password'
1.10      zhu      5380: => '更改密码',
1.6       bisitz   5381: 
                   5382:    'Change Preferences'
1.9       zhu      5383: => '改变参数',
1.6       bisitz   5384: 
                   5385:    'Change Roles Page Preferences'
1.10      zhu      5386: => '改变角色页参数',
1.6       bisitz   5387: 
                   5388:    'Change Screen Name'
1.10      zhu      5389: => '改变昵称',
1.6       bisitz   5390: 
                   5391:    'Change Screenname'
1.10      zhu      5392: => '改变昵称',
1.6       bisitz   5393: 
                   5394:    'Change WYSIWYG Editor Preferences'
1.10      zhu      5395: => 'WYSIWYG-编辑器',
1.6       bisitz   5396: 
                   5397:    'Contact Helpdesk'
1.7       zhu      5398: => '联系求助',
1.6       bisitz   5399: 
                   5400:    'Current discussion settings'
1.10      zhu      5401: => '目前讨论的设置',
1.6       bisitz   5402: 
1.79      bisitz   5403:    'Duedate'
1.9       zhu      5404: => '截止日期',
1.6       bisitz   5405: 
                   5406:    'Each post can be toggled read/unread'
1.93      raeburn  5407: => 'Each post can be toggled read/unread',
1.6       bisitz   5408: 
                   5409:    "Edit the 'About Me' Personal Information Screen"
1.41      bisitz   5410: => "个人网页",
1.6       bisitz   5411: 
                   5412:    'Enable WYSIWYG Editor'
1.9       zhu      5413: => '应用 WYSIWYG-编辑器',
1.6       bisitz   5414: 
                   5415:    'End of Sequence'
1.9       zhu      5416: => '结束序列',
1.6       bisitz   5417: 
                   5418:    'Entering Course'
1.9       zhu      5419: => '进入课程',
1.6       bisitz   5420: 
                   5421:    'Get help'
1.9       zhu      5422: => '获得帮助',
1.6       bisitz   5423: 
                   5424:    'Go to main menu'
1.9       zhu      5425: => '进入主菜单',
1.6       bisitz   5426: 
                   5427:    'Has New Discussion'
1.9       zhu      5428: => '有新讨论',
1.6       bisitz   5429: 
                   5430:    '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      5431: => '当弹出式窗口过滤器被激活,远程控制启动将会失败。 为了使用远程控制,在此网站请禁用这些过滤器。',
1.6       bisitz   5432: 
                   5433:    'Navigate Course Content'
                   5434: => '浏览目录',
                   5435: 
                   5436:    'New posts only'
1.10      zhu      5437: => '只有新的讨论',
1.6       bisitz   5438: 
                   5439:    'No Resource'
1.10      zhu      5440: => '没有资源',
1.6       bisitz   5441: 
                   5442:    'No syllabus available'
1.10      zhu      5443: => '没有提供教学大纲',
1.6       bisitz   5444: 
                   5445:    'Not currently assigned.'
1.10      zhu      5446: => '目前没有任务发布。',
1.6       bisitz   5447: 
                   5448:    'Not new'
1.9       zhu      5449: => '不是新的',
1.6       bisitz   5450: 
                   5451:    'Off'
1.10      zhu      5452: => '关',
1.6       bisitz   5453: 
                   5454:    'On'
1.10      zhu      5455: => '开',
1.6       bisitz   5456: 
                   5457:    'Once displayed'
1.18      zhu      5458: => '显示一次',
1.6       bisitz   5459: 
                   5460:    'Once marked not NEW'
1.18      zhu      5461: => '一次后标记不是新的',
1.6       bisitz   5462: 
                   5463:    'Please click on the the resource you intend to access'
1.93      raeburn  5464: => 'Please click on the the resource you intend to access',
1.6       bisitz   5465: 
                   5466:    'Posts cease to be marked "NEW"'
1.93      raeburn  5467: => 'Posts cease to be marked "NEW"',
1.6       bisitz   5468: 
                   5469:    'Posts to be displayed'
1.93      raeburn  5470: => 'Posts to be displayed',
1.6       bisitz   5471: 
                   5472:    'Role selected. Please stand by.'
1.10      zhu      5473: => '角色选定。请稍候。',
1.6       bisitz   5474: 
                   5475:    'Send'
1.10      zhu      5476: => '发送',
1.6       bisitz   5477: 
                   5478:    'Set User Preferences'
                   5479: => '设置用户参数',
                   5480: 
                   5481:    'Show Preview and Check Spelling'
1.10      zhu      5482: => '查看预览和拼写检查',
1.6       bisitz   5483: 
                   5484:    'Sort by:'
1.9       zhu      5485: => '排序方式:',
1.6       bisitz   5486: 
                   5487:    '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   5488: => '外部菜单(远程控制)已被禁用,继续在内置菜单模式下工作。您可能已经关闭了远程控制的窗口,或被您的浏览器的弹出窗口过滤器阻止了。为了使用远程控制,在此网站禁用该过滤器,并在内置菜单重新启动远程控制。',
1.6       bisitz   5489: 
                   5490:    'There are several possibilities of where to go next'
1.93      raeburn  5491: => 'There are several possibilities of where to go next',
1.6       bisitz   5492: 
                   5493:    'To use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.'
1.22      zhu      5494: => '为了使用远程控制,在此网站禁用弹出窗口过滤器,并在内置菜单重新启动远程控制。',
1.6       bisitz   5495: 
                   5496:    'Toggle read/unread'
1.10      zhu      5497: => '切换已读/未读',
1.6       bisitz   5498: 
                   5499:    'Unread only'
1.10      zhu      5500: => '只有未读',
1.6       bisitz   5501: 
                   5502:    "View this user's personal page"
                   5503: => "显示这个用户的个人网页",
                   5504: 
                   5505:    'You have reached the end of the sequence of materials.'
1.10      zhu      5506: => '您已达到教材序列的最后。',
1.6       bisitz   5507: 
                   5508:    '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      5509: => '您可能已经关闭了远程控制的窗口,或者被您的浏览器的弹出窗口过滤器拦截了。',
1.6       bisitz   5510: 
                   5511:    'attachments'
1.12      zhu      5512: => '附件',
1.6       bisitz   5513: 
                   5514:    'About User'
                   5515: => '个人网页',
                   5516: 
                   5517: 
                   5518:    'All documents out of a published map into this folder'
                   5519: => '在这个目录里面发布的所有文件的内容列表',
                   5520: 
                   5521:    'Change Math Pref'
1.93      raeburn  5522: => 'Change Math Pref',
1.6       bisitz   5523: 
                   5524:    'Change Math Preferences'
1.9       zhu      5525: => '改变显示科学方程式偏好',
1.6       bisitz   5526: 
                   5527:    'Comment'
                   5528: => '注解',
                   5529: 
                   5530:    'Communication/Messages'
1.55      zhu      5531: => '通信/邮件',
1.6       bisitz   5532: 
                   5533:    'Configure blocking of student communication during exams'
1.93      raeburn  5534: => 'Configure blocking of student communication during exams',
1.6       bisitz   5535: 
                   5536:    'Convert to Images'
1.12      zhu      5537: => '转换为图像',
1.6       bisitz   5538: 
                   5539:    'Course and Catalog Search'
1.12      zhu      5540: => '课程和目录搜索',
1.6       bisitz   5541: 
                   5542:    'Create Subdirectory'
1.12      zhu      5543: => '创建子目录',
1.6       bisitz   5544: 
                   5545:    'Upload file to current directory'
1.12      zhu      5546: => '上传文件到当前目录',
1.6       bisitz   5547: 
                   5548:    'Create subdirectory in current directory'
1.12      zhu      5549: => '在当前目录下,创建一个新的子目录',
1.6       bisitz   5550: 
1.80      bisitz   5551:    'Upload embedded images/multimedia/css/linked files if HTML file'
                   5552: => '对于HTML文件: 上传嵌入式图像/多媒体文件/CSS/链接文件',
1.6       bisitz   5553: 
                   5554:    'Delete Selected'
                   5555: => '删除所选',
                   5556: 
                   5557:    'Critical'
1.9       zhu      5558: => '重要的',
1.6       bisitz   5559: 
                   5560:    'Currently no documents.'
1.9       zhu      5561: => '目前没有任何文件。',
1.6       bisitz   5562: 
                   5563:    'Enter terms or phrases, then press "Search" below'
1.18      zhu      5564: => '在搜索栏里输入关键字或词组,然后点击下面的“搜索”。',
1.6       bisitz   5565: 
                   5566:    'INBOX'
                   5567: => '收件箱',
                   5568: 
1.80      bisitz   5569:    'Upload embedded images/multimedia files if HTML file'
                   5570: => '对于HTML文件: 上传嵌入式图像/多媒体文件',
1.6       bisitz   5571: 
1.67      bisitz   5572:    'IMS Import'
1.93      raeburn  5573: => 'IMS Import',
1.67      bisitz   5574: 
1.6       bisitz   5575:    'Import IMS package'
                   5576: => '导入 IMS-包',
                   5577: 
1.67      bisitz   5578:    'IMS Export'
1.93      raeburn  5579: => 'IMS Export',
1.67      bisitz   5580: 
                   5581:    'Export Course to IMS Package'
                   5582: => '导出-IMS-包',
                   5583: 
                   5584:    'Export content item?'
1.93      raeburn  5585: => 'Export content item?',
1.67      bisitz   5586: 
                   5587:    'Export discussion posts?'
1.93      raeburn  5588: => 'Export discussion posts?',
1.67      bisitz   5589: 
                   5590:    'As you did not select any content items or discussions for export, an IMS package has not been created.'
1.93      raeburn  5591: => 'As you did not select any content items or discussions for export, an IMS package has not been created.',
1.67      bisitz   5592: 
                   5593:    'Please [_1]go back[_2] to select either content items or discussions for export.'
1.93      raeburn  5594: => 'Please [_1]go back[_2] to select either content items or discussions for export.',
1.67      bisitz   5595: 
                   5596:    '[_1]Your IMS package[_2] is ready for download.'
1.101     bisitz   5597: => '[_1]Your IMS package[_2] is ready for download.',
1.67      bisitz   5598: 
1.6       bisitz   5599:    'Import a document'
                   5600: => 'LON-CAPA-内部文件',
                   5601: 
                   5602:    'Make New Folder'
                   5603: => '新建文件夹',
                   5604: 
                   5605:    'New Composite Page'
                   5606: => '新组合页面',
                   5607: 
                   5608:    'New Messages Only'
1.9       zhu      5609: => '只有新邮件',
1.6       bisitz   5610: 
                   5611:    'Portfolio Manager'
1.9       zhu      5612: => '组合管理',
1.6       bisitz   5613: 
                   5614:    'Preferred method to display Math'
1.9       zhu      5615: => '首选的方法来显示科学方程式',
1.6       bisitz   5616: 
                   5617:    'Published documents'
                   5618: => '发布文件',
                   5619: 
1.88      bisitz   5620:    'Recover Deleted Documents'
1.6       bisitz   5621: => '恢复已删除的资源',
                   5622: 
                   5623:    'Send a Message'
1.55      zhu      5624: => '发送邮件',
1.6       bisitz   5625: 
                   5626:    'Sent Messages'
1.55      zhu      5627: => '已发送邮件',
1.6       bisitz   5628: 
                   5629:    'Show'
                   5630: => '显示',
                   5631: 
                   5632:    'TRASH'
1.9       zhu      5633: => '已删除邮件',
1.6       bisitz   5634: 
                   5635:    'TeX to HTML'
1.9       zhu      5636: => 'TeX to HTML',
1.6       bisitz   5637: 
                   5638:    'View Folder'
1.9       zhu      5639: => '查看文件夹',
1.6       bisitz   5640: 
                   5641:    'fulltext search (time consuming)'
1.18      zhu      5642: => '全文检索 (费时的)',
1.6       bisitz   5643: 
1.18      zhu      5644:    'search discussion postings (resources and discussion boards)'
                   5645: => '搜索讨论帖子 (资源和布告栏)',
1.6       bisitz   5646: 
                   5647:    'Roles'
                   5648: => '角色',
                   5649: 
                   5650:    'Select style file'
1.18      zhu      5651: => '选择档案风格',
1.6       bisitz   5652: 
                   5653:    '(mark them then click "next" button)'
1.18      zhu      5654: => '(标记,然后点击“下一步”按钮)',
1.6       bisitz   5655: 
                   5656:    '100 Level'
1.18      zhu      5657: => '1. 学年',
1.6       bisitz   5658: 
                   5659:    '200 Level'
1.18      zhu      5660: => '2. 学年',
1.6       bisitz   5661: 
                   5662:    '300 Level'
1.18      zhu      5663: => '3. 学年',
1.6       bisitz   5664: 
                   5665:    '400 Level'
1.18      zhu      5666: => '4. 学年',
1.6       bisitz   5667: 
                   5668:    'Action'
1.10      zhu      5669: => '动作',
1.6       bisitz   5670: 
                   5671:    'Actions for current directory'
1.10      zhu      5672: => '此目录的行动',
1.6       bisitz   5673: 
                   5674:    'Change Discussion Preferences'
1.18      zhu      5675: => '改变讨论偏好',
1.6       bisitz   5676: 
                   5677:    'Change Message Forwarding/Notification'
1.10      zhu      5678: => '邮件转发和通知',
1.6       bisitz   5679: 
                   5680:    'Change WYSIWYG Preferences'
1.10      zhu      5681: => 'WYSIWYG-编辑器',
1.6       bisitz   5682: 
                   5683:    'Change to '
1.10      zhu      5684: => '变化为 ',
1.6       bisitz   5685: 
                   5686:    'Clean Up'
1.10      zhu      5687: => '清理',
1.6       bisitz   5688: 
                   5689:    'Closed - XML source is closed to everyone'
1.10      zhu      5690: => '锁定 - XML的源代码对手有人锁定',
1.6       bisitz   5691: 
                   5692:    'Copy'
                   5693: => '复制',
                   5694: 
                   5695:    'Create a new directory or LON-CAPA document'
1.10      zhu      5696: => '创建一个新的目录或 LON-CAPA 文件',
1.6       bisitz   5697: 
                   5698:    'Current setting '
1.10      zhu      5699: => '当前设置 ',
1.6       bisitz   5700: 
                   5701:    'Delete Directory'
1.10      zhu      5702: => '删除文件夹',
1.6       bisitz   5703: 
                   5704:    'Delete directory'
1.10      zhu      5705: => '删除文件夹',
1.6       bisitz   5706: 
                   5707:    'Delete this resource'
1.98      bisitz   5708: => '删除此资源',
1.6       bisitz   5709: 
                   5710:    'Disable WYSIWYG editor'
1.10      zhu      5711: => '不使用 WYSIWYG-编辑器',
1.6       bisitz   5712: 
                   5713:    'Display Preference'
1.10      zhu      5714: => '显示偏好',
1.6       bisitz   5715: 
                   5716:    'Edit catalog information'
1.18      zhu      5717: => '编辑目录信息',
1.6       bisitz   5718: 
                   5719:    'Enable WYSIWYG editor'
1.10      zhu      5720: => '使用 WYSIWYG-编辑器',
1.6       bisitz   5721: 
                   5722:    'Grade 1'
1.36      zhu      5723: => '1 级',
1.6       bisitz   5724: 
                   5725:    'Grade 10'
1.36      zhu      5726: => '10 级',
1.6       bisitz   5727: 
                   5728:    'Grade 11'
1.36      zhu      5729: => '11 级',
1.6       bisitz   5730: 
                   5731:    'Grade 12'
1.36      zhu      5732: => '12 级',
1.6       bisitz   5733: 
                   5734:    'Grade 13'
1.36      zhu      5735: => '13 级',
1.6       bisitz   5736: 
                   5737:    'Grade 2'
1.36      zhu      5738: => '2 级',
1.6       bisitz   5739: 
                   5740:    'Grade 3'
1.36      zhu      5741: => '3 级',
1.6       bisitz   5742: 
                   5743:    'Grade 4'
1.36      zhu      5744: => '4 级',
1.6       bisitz   5745: 
                   5746:    'Grade 5'
1.36      zhu      5747: => '5 级',
1.6       bisitz   5748: 
                   5749:    'Grade 6'
1.36      zhu      5750: => '6 级',
1.6       bisitz   5751: 
                   5752:    'Grade 7'
1.36      zhu      5753: => '7 级',
1.6       bisitz   5754: 
                   5755:    'Grade 8'
1.36      zhu      5756: => '8 级',
1.6       bisitz   5757: 
                   5758:    'Grade 9'
1.36      zhu      5759: => '9 级',
1.6       bisitz   5760: 
                   5761:    'Graduate Level'
1.36      zhu      5762: => '研究生层次',
1.6       bisitz   5763: 
                   5764:    'List current directory'
1.99      raeburn  5765: => '文件夹',
1.6       bisitz   5766: 
                   5767:    'Mark obsolete'
1.36      zhu      5768: => '标记为过时的',
1.6       bisitz   5769: 
                   5770:    'Move'
1.10      zhu      5771: => '移动',
1.6       bisitz   5772: 
                   5773:    'New library file'
1.36      zhu      5774: => '新的库文件',
1.6       bisitz   5775: 
                   5776:    'No file: [_1]'
1.36      zhu      5777: => '没有任何文件: [_1]',
1.6       bisitz   5778: 
                   5779:    'No personal information provided'
1.36      zhu      5780: => '没有提供的个人资料',
1.6       bisitz   5781: 
                   5782:    'Not specified'
1.36      zhu      5783: => '未指定',
1.6       bisitz   5784: 
                   5785:    'Open - XML source is open to people who want to use it'
1.36      zhu      5786: => '开放 - XML的源代码开放给想要使用它的人',
1.6       bisitz   5787: 
                   5788:    'Points Display'
1.10      zhu      5789: => '分数显示',
1.6       bisitz   5790: 
                   5791:    'Completed Problems Display'
1.10      zhu      5792: => '显示完成作业',
1.6       bisitz   5793: 
                   5794:    'Points Scored'
1.10      zhu      5795: => '得分',
1.6       bisitz   5796: 
                   5797:    'Attempted'
1.10      zhu      5798: => '尝试',
1.6       bisitz   5799: 
                   5800:    'Posts displayed?'
1.10      zhu      5801: => '帖子显示?',
1.6       bisitz   5802: 
                   5803:    'Preferences can be set that determine'
1.18      zhu      5804: => '预置可设置确定',
1.6       bisitz   5805: 
                   5806:    'Print contents of directory'
1.10      zhu      5807: => '打印目录',
1.6       bisitz   5808: 
                   5809:    'Print directory'
1.10      zhu      5810: => '打印目录',
1.6       bisitz   5811: 
                   5812:    'Problem Document'
1.43      bisitz   5813: => '任务文件', # '问题',
1.6       bisitz   5814: 
                   5815:    'Publish this Directory'
1.10      zhu      5816: => '发布此目录',
1.6       bisitz   5817: 
                   5818:    'Publish this resource'
1.98      bisitz   5819: => '发布此资源',
1.6       bisitz   5820: 
                   5821:    'Re-publish'
1.10      zhu      5822: => '重新发布',
1.6       bisitz   5823: 
                   5824:    'Retrieve old version'
1.10      zhu      5825: => '恢复旧版本',
1.6       bisitz   5826: 
                   5827:    'Select action'
1.10      zhu      5828: => '选择行动',
1.6       bisitz   5829: 
                   5830:    'Send message'
1.10      zhu      5831: => '发送消息',
1.6       bisitz   5832: 
1.65      zhu      5833:     'Set display preferences for discussion posts for both discussion boards and individual resources in all your courses.'
                   5834: => '在这里,您可以设置您的讨论是否显示在所有的课程的布告栏和个人资源里。',
1.63      zhu      5835: 
1.6       bisitz   5836:    'Source Distribution'
1.10      zhu      5837: => '源代码的访问权限',
1.6       bisitz   5838: 
                   5839:    'The preferences you set here can be overridden within each individual discussion.'
1.43      bisitz   5840: => '您的喜好设定这里可以适用在每个讨论。', # '您的喜好设定可以被每个讨论更改。',
1.6       bisitz   5841: 
1.104     raeburn  5842:    'Under what circumstances posts are identified as "NEW"'
1.18      zhu      5843: => '在什么情况下讨论被设定为“新”',
1.6       bisitz   5844: 
                   5845:    'Upload a new document'
1.18      zhu      5846: => '上传新文件',
1.6       bisitz   5847: 
                   5848:    'Use random seed'
1.36      zhu      5849: => '使用随机种子',
1.6       bisitz   5850: 
                   5851:    'Use style file'
1.36      zhu      5852: => '使用样式文件',
1.6       bisitz   5853: 
1.19      zhu      5854:    'Which posts are displayed when you display a discussion board or resource, and'
1.18      zhu      5855: => '哪些讨论将将被显示,如果你有一个布告栏或资源,',
1.6       bisitz   5856: 
                   5857:    'closed'
1.36      zhu      5858: => '锁定源代码', # !
1.6       bisitz   5859: 
                   5860:    'open'
1.36      zhu      5861: => '公开源代码', # !
1.6       bisitz   5862: 
                   5863:    '(mark desired resources then click "next" button)'
1.36      zhu      5864: => '(标记所需资源然后单击“下一步”按钮)',
1.6       bisitz   5865: 
                   5866:    '[_1]Change[_2] for just [_3]this course[_4] or for all [_5]your courses[_6].'
1.36      zhu      5867: => '[_1]改变[_2] 只为 [_3]该课程[_4] 或者为所有 [_5]您的课程[_6].',
1.6       bisitz   5868: 
                   5869:    "Page displayed after role selection in course now set by [_1]user's global preferences[_2]."
1.93      raeburn  5870: => "Page displayed after role selection in course now set by [_1]user's global preferences[_2].",
1.6       bisitz   5871: 
                   5872:    'Page displayed after role selection in this course set to [_1].'
1.93      raeburn  5873: => 'Page displayed after role selection in this course set to [_1].',
1.6       bisitz   5874: 
                   5875:    'Unable to set control of page display to [_1] due to [_2].'
1.93      raeburn  5876: => 'Unable to set control of page display to [_1] due to [_2].',
1.6       bisitz   5877: 
                   5878:    'Unable to set page display, after role selection, for this course to [_1] due to [_2].'
1.93      raeburn  5879: => 'Unable to set page display, after role selection, for this course to [_1] due to [_2].',
1.6       bisitz   5880: 
                   5881:    'Add or Edit Blog Entries'
1.12      zhu      5882: => '添加或修改博客条目',
1.6       bisitz   5883: 
                   5884:    'Add to my public course blog'
1.12      zhu      5885: => '添加到我的公共课程博客',
1.6       bisitz   5886: 
                   5887:    'Annotator'
1.12      zhu      5888: => '注释者',
1.6       bisitz   5889: 
                   5890:    'Av. Attempts'
1.93      raeburn  5891: => 'Av. Attempts',
1.6       bisitz   5892: 
                   5893:    'Available RSS Feeds and Blogs'
1.22      zhu      5894: => '可用的 RSS订阅和博客',
1.6       bisitz   5895: 
                   5896:    'Average number of attempts'
1.93      raeburn  5897: => 'Average number of attempts',
1.6       bisitz   5898: 
                   5899:    'Bookmarks'
1.12      zhu      5900: => '书签',
1.6       bisitz   5901: 
                   5902:    'Change interval?'
1.12      zhu      5903: => '更改间隔?',
1.6       bisitz   5904: 
                   5905:    'Change options?'
1.12      zhu      5906: => '更改选项?',
1.6       bisitz   5907: 
                   5908:    'Change thresholds?'
1.12      zhu      5909: => '更改阈值?',
1.6       bisitz   5910: 
                   5911:    'Clean up'
1.63      zhu      5912: => '清理',
1.6       bisitz   5913: 
                   5914:    'Close Folder'
1.12      zhu      5915: => '关闭文件夹',
1.6       bisitz   5916: 
                   5917:    'Configure Blocking of Student Communication during Exams'
1.93      raeburn  5918: => 'Configure Blocking of Student Communication during Exams',
1.6       bisitz   5919: 
                   5920:    'Course Action Items'
1.93      raeburn  5921: => 'Course Action Items',
1.6       bisitz   5922: 
                   5923:    'Creating PDF'
1.36      zhu      5924: => '创建PDF文件',
1.6       bisitz   5925: 
                   5926:    'Currently: [_1].'
1.36      zhu      5927: => '现在: [_1].',
1.6       bisitz   5928: 
                   5929:    'Deg. Diff'
1.36      zhu      5930: => '难度',
1.6       bisitz   5931: 
                   5932:    'Description'
1.13      zhu      5933: => '描述',
1.6       bisitz   5934: 
                   5935:    'Display Action Items'
1.93      raeburn  5936: => 'Display Action Items',
1.6       bisitz   5937: 
                   5938:    'Enter my groups in the course'
1.9       zhu      5939: => '我的课程组',
1.6       bisitz   5940: 
                   5941:    'Entering [_1]'
1.9       zhu      5942: => '进入 [_1]',
1.6       bisitz   5943: 
                   5944:    'Entering [_1] ...'
1.10      zhu      5945: => '进入 [_1]...',
1.6       bisitz   5946: 
                   5947:    'First resource'
1.36      zhu      5948: => '第一资源',
1.6       bisitz   5949: 
                   5950:    'Generated [_1] ([_2] bytes)'
1.36      zhu      5951: => '生成于 [_1] ([_2] bytes)',
1.6       bisitz   5952: 
                   5953:    'Go to first resource'
1.36      zhu      5954: => '转到第一资源',
1.6       bisitz   5955: 
                   5956:    'Group Documents'
1.10      zhu      5957: => '组文件',
1.6       bisitz   5958: 
                   5959:    'Groups'
1.9       zhu      5960: => '组',
1.6       bisitz   5961: 
                   5962:    'Help Menu'
1.9       zhu      5963: => '求助菜单',
1.6       bisitz   5964: 
                   5965:    'Hide all'
1.9       zhu      5966: => '全部隐藏',
1.6       bisitz   5967: 
                   5968:    'Hide this Feed'
1.10      zhu      5969: => '隐藏这个Feed',
1.6       bisitz   5970: 
                   5971:    'LON-CAPA Feed "[_1]" for [_2]'
1.13      zhu      5972: => 'LON-CAPA-Feed "[_1]" 对于 [_2]',
1.6       bisitz   5973: 
                   5974:    'Last Reset'
1.36      zhu      5975: => '最后重启',
1.6       bisitz   5976: 
                   5977:    'Last revised'
1.36      zhu      5978: => '最近更改',
1.6       bisitz   5979: 
                   5980:    'Link'
1.13      zhu      5981: => '连接',
1.6       bisitz   5982: 
                   5983:    'Log In'
1.13      zhu      5984: => '登录',
1.6       bisitz   5985: 
                   5986:    'Move Checked to Folder'
1.93      raeburn  5987: => 'Move Checked to Folder',
1.6       bisitz   5988: 
                   5989:    'Name for New Feed'
1.13      zhu      5990: => '新Feed的名字',
1.6       bisitz   5991: 
                   5992:    'Name of this Feed'
1.13      zhu      5993: => '这个Feed的名字',
1.6       bisitz   5994: 
                   5995:    'New course messages'
1.13      zhu      5996: => '新的课程信息',
1.6       bisitz   5997: 
                   5998:    'New critical messages in course'
1.36      zhu      5999: => '新的课程重要信息',
1.6       bisitz   6000: 
                   6001:    'New in course'
1.36      zhu      6002: => '新课程',
1.6       bisitz   6003: 
                   6004:    'New version'
1.13      zhu      6005: => '新版本',
1.6       bisitz   6006: 
                   6007:    'No messages sent.'
1.36      zhu      6008: => '没有寄出的邮件。',
1.6       bisitz   6009: 
                   6010:    'No new course messages'
1.36      zhu      6011: => '没有新的课程信息',
1.6       bisitz   6012: 
                   6013:    'No problems require handgrading'
1.63      zhu      6014: => '没有习题需要手动评分',
1.6       bisitz   6015: 
                   6016:    'No problems satisfy threshold criteria'
1.63      zhu      6017: => '没有问题达到要求标准',
1.6       bisitz   6018: 
                   6019:    'No problems with errors'
1.63      zhu      6020: => '没有错误的问题',
1.6       bisitz   6021: 
                   6022:    'No unread critical messages in course'
1.63      zhu      6023: => '没有未读的重要邮件',
1.6       bisitz   6024: 
                   6025:    'No unread posts in course discussions'
1.63      zhu      6026: => '没有未读的帖子在课程论坛里面',
1.6       bisitz   6027: 
                   6028:    'No updated versions'
1.63      zhu      6029: => '没有更新版本',
1.6       bisitz   6030: 
                   6031:    'Num. students'
1.63      zhu      6032: => '学生的数量',
1.6       bisitz   6033: 
                   6034:    'Number of errors'
1.63      zhu      6035: => '错误的数量',
1.6       bisitz   6036: 
                   6037:    'Number of new posts'
1.63      zhu      6038: => '新帖子的数量',
1.6       bisitz   6039: 
                   6040:    'Number ungraded'
1.63      zhu      6041: => '未评分的数量',
1.6       bisitz   6042: 
                   6043:    'Open Folder'
1.9       zhu      6044: => '打开文件夹',
1.6       bisitz   6045: 
1.9       zhu      6046: #   'Open all folders'
                   6047: #=> '打开所有文件夹',
1.6       bisitz   6048: 
                   6049:    'Page set to be displayed after you have selected a role in this course'
1.63      zhu      6050: => '页面显示设置,在您选择了该课程中的角色后',
1.6       bisitz   6051: 
                   6052:    'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role'
1.93      raeburn  6053: => 'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role',
1.6       bisitz   6054: 
                   6055:    'Please stand by while processing your print request, this may take some time ...'
1.93      raeburn  6056: => 'Please stand by while processing your print request, this may take some time ...',
1.6       bisitz   6057: 
                   6058:    'Problem'
1.12      zhu      6059: => '问题',
1.6       bisitz   6060: 
                   6061:    'Problem Name'
1.12      zhu      6062: => '问题描述',
1.6       bisitz   6063: 
                   6064:    'Problem is not open to be viewed. It'
1.93      raeburn  6065: => 'Problem is not open to be viewed. It',
1.6       bisitz   6066: 
                   6067:    'Problems requiring handgrading'
1.63      zhu      6068: => '必须手动评分的问题',
1.6       bisitz   6069: 
                   6070:    '(Problems with av. attempts &ge; [_1] or deg. difficulty &ge; [_2]) [_3] and total number of students with submissions &ge; [_4]'
1.63      zhu      6071: => '(问题尝试的平均数目 &ge; [_1] 或者难度 &ge; [_2]) [_3] 和回答问题的学生总数 &ge; [_4]',
1.6       bisitz   6072: 
                   6073:    'Problems with errors'
1.63      zhu      6074: => '错误的问题',
1.6       bisitz   6075: 
                   6076:    'Recently generated printouts'
1.93      raeburn  6077: => 'Recently generated printouts',
1.6       bisitz   6078: 
                   6079:    'Recently generated printout zip files'
1.93      raeburn  6080: => 'Recently generated printout zip files',
1.6       bisitz   6081: 
                   6082:    'Reset Count?'
1.63      zhu      6083: => '计数器复位?',
1.6       bisitz   6084: 
                   6085:    'Reset counters to 0'
1.63      zhu      6086: => '重置计数器为0',
1.6       bisitz   6087: 
                   6088:    'Select [_1]'
1.63      zhu      6089: => '选择 [_1]',
1.6       bisitz   6090: 
                   6091:    'Select the sequence to print resources from:'
1.63      zhu      6092: => '选择该资源的打印顺序:',
1.6       bisitz   6093: 
                   6094:    'Selected [_1]Problems[_2] from folder [_3]'
1.63      zhu      6095: => '选定[_1]问题[_2]从文件夹[_3]',
1.6       bisitz   6096: 
                   6097:    'Selected [_1]Resources[_2] from folder [_3]'
1.63      zhu      6098: => '选定[_1]资源[_2]从文件夹[_3]',
1.6       bisitz   6099: 
                   6100:    'Selected <b>Problems</b> from <b>entire course</b>'
1.63      zhu      6101: => '选定<b>问题</b>从<b>整个课程</b>',
1.6       bisitz   6102: 
                   6103:    'Selected <b>Resources</b> from <b>entire course</b>'
1.63      zhu      6104: => '选定<b>资源</b>从<b>整个课程</b>',
1.6       bisitz   6105: 
                   6106:    'Selected <b>Problems</b> from <b>entire course</b> for <b>selected people</b>'
1.63      zhu      6107: => '选定<b>资源</b>从<b>整个课程</b>给<b>选定的人</b>',
1.6       bisitz   6108: 
                   6109:    'Selected [_1]Problems[_2] from folder [_3] for [_4]selected people[_5]'
1.63      zhu      6110: => '选定[_1]问题[_2]从文件夹[_3]给[_4]选定的人[_5]',
1.6       bisitz   6111: 
                   6112:    'Selected [_1]Problems[_2] from folder [_3] for [_4]CODEd assignments[_5]'
1.63      zhu      6113: => '选定[_1]问题[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
1.6       bisitz   6114: 
                   6115:    'Selected [_1]Resources[_2] from folder [_3] for [_4]selected people[_5]'
1.63      zhu      6116: => '选定[_1]资源[_2]从文件夹[_3]给[_4]选定的人[_5]',
1.6       bisitz   6117: 
                   6118:    'Selected [_1]Resources[_2] from folder [_3] for [_4]CODEd assignments[_5]'
1.63      zhu      6119: => '选定[_1]资源[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
1.6       bisitz   6120: 
                   6121:    'Selected [_1]Problems[_2] from current subdirectory [_3]'
1.63      zhu      6122: => '选定[_1]问题[_2]从当前的子文件夹[_3]',
1.6       bisitz   6123: 
                   6124:    'Selected <b>Resources</b> from <b>selected folder</b> in course'
1.63      zhu      6125: => '选定<b>资源</b>从课程里的<b>选定的文件夹</b>',
1.6       bisitz   6126: 
                   6127:    'Show all'
1.9       zhu      6128: => '全部显示',
1.6       bisitz   6129: 
                   6130:    'Show my first due problem'
1.9       zhu      6131: => '查看我的首要问题来处理',
1.6       bisitz   6132: 
                   6133:    'Show only uncompleted problems'
1.9       zhu      6134: => '只显示未完成的问题',
1.6       bisitz   6135: 
                   6136:    'Show everything'
1.9       zhu      6137: => '查看所有',
1.6       bisitz   6138: 
                   6139:    'Uncompleted Problems'
1.9       zhu      6140: => '没有完成问题',
1.6       bisitz   6141: 
                   6142:    'All homework assignments have been completed.'
1.22      zhu      6143: => '所有的问题都已经完成。',
1.6       bisitz   6144: 
                   6145:    'Speller Suggestions'
                   6146: => 'Speller Suggestions',
                   6147: 
                   6148:    'Start a New Feed'
1.9       zhu      6149: => '开始一个新的Feed',
1.6       bisitz   6150: 
                   6151:    'Save Marked Changes'
1.9       zhu      6152: => '保存标记的更改',
1.6       bisitz   6153: 
                   6154:    'Save changes'
1.9       zhu      6155: => '保存更改',
1.6       bisitz   6156: 
                   6157:    'This action is currently not authorized.'
1.18      zhu      6158: => '这一行动目前是不被允许的。',
1.6       bisitz   6159: 
                   6160:    'Time of last post'
1.101     bisitz   6161: => '最后发表的帖子的时间',
1.6       bisitz   6162: 
                   6163:    'Title of document goes here'
1.93      raeburn  6164: => 'Title of document goes here',
1.6       bisitz   6165: 
                   6166:    'Body of document goes here'
1.93      raeburn  6167: => 'Body of document goes here',
1.6       bisitz   6168: 
                   6169:    'Total number of students with submissions'
1.93      raeburn  6170: => 'Total number of students with submissions',
1.6       bisitz   6171: 
                   6172:    'Unread course discussion posts'
1.63      zhu      6173: => '未读的课程讨论帖子',
1.6       bisitz   6174: 
                   6175:    'Version used'
1.12      zhu      6176: => '使用版本',
1.6       bisitz   6177: 
                   6178:    'View current problem status and grading information'
1.9       zhu      6179: => '查看当前的问题的状态和等级评定信息',
1.6       bisitz   6180: 
                   6181:    "What's New?"
1.9       zhu      6182: => "有什么新内容?",
1.6       bisitz   6183: 
                   6184:    "What's New? page"
1.9       zhu      6185: => "有什么新页面",
1.6       bisitz   6186: 
                   6187:    "What's New page"
1.9       zhu      6188: => "有什么新页面",
1.6       bisitz   6189: 
                   6190:    'You are accessing an invalid course'
1.63      zhu      6191: => '您在试图访问无效的课程。',
1.6       bisitz   6192: 
                   6193:    'course only'
1.93      raeburn  6194: => 'course only',
1.6       bisitz   6195: 
                   6196:    'delete'
1.9       zhu      6197: => '删除',
1.6       bisitz   6198: 
                   6199:    'first resource in the course'
1.63      zhu      6200: => '第一期课程资源',
1.6       bisitz   6201: 
                   6202:    'hidden'
1.9       zhu      6203: => '隐藏的',
1.6       bisitz   6204: 
                   6205:    'since last month'
1.63      zhu      6206: => '自上个月以来',
1.6       bisitz   6207: 
                   6208:    'since last week'
1.63      zhu      6209: => '自上周以来',
1.6       bisitz   6210: 
                   6211:    'since start of course'
1.63      zhu      6212: => '从课程开始起',
1.6       bisitz   6213: 
                   6214:    'since yesterday'
1.63      zhu      6215: => '从昨天起',
1.6       bisitz   6216: 
                   6217:    'specific setting for this course'
1.63      zhu      6218: => '这门课程的具体设置',
1.6       bisitz   6219: 
                   6220:    'user preference'
1.65      zhu      6221: => '用户偏好',
1.6       bisitz   6222: 
                   6223:    "what's new? page"
1.9       zhu      6224: => "有什么新页面",
1.6       bisitz   6225: 
                   6226:    'your general user preferences'
1.63      zhu      6227: => '您的一般使用者偏好',
1.6       bisitz   6228: 
                   6229:    'Submitting as Comment'
1.63      zhu      6230: => '提交评论',
1.6       bisitz   6231: 
                   6232:    'Submitting as Policy Feedback'
1.63      zhu      6233: => '提交课程指导方针反馈',
1.6       bisitz   6234: 
                   6235:    'Submitting as Question'
1.63      zhu      6236: => '提交的问题',
1.6       bisitz   6237: 
                   6238:    'Total Points In Course'
1.10      zhu      6239: => '课程总分',
1.6       bisitz   6240: 
                   6241:    'the resource you just saw on the screen'
1.63      zhu      6242: => 'the resource you just saw on the screen',
1.6       bisitz   6243: 
                   6244:    'Annotations'
1.9       zhu      6245: => '注释',
1.6       bisitz   6246: 
                   6247:    'Close (no save)'
1.9       zhu      6248: => '关闭 (不保存)',
1.6       bisitz   6249: 
                   6250:    'Save and Update'
1.9       zhu      6251: => '保存和更新',
1.6       bisitz   6252: 
                   6253:    'Bookmark Tree Viewer/Editor'
1.63      zhu      6254: => '书签树浏览器/编辑器',
1.6       bisitz   6255: 
                   6256:    'Chat'
1.9       zhu      6257: => '聊天',
1.6       bisitz   6258: 
1.26      zhu      6259:    'Chat Room'
1.9       zhu      6260: => '聊天室',
1.6       bisitz   6261: 
                   6262:    'Drop Box'
1.26      zhu      6263: => '收件箱',
1.6       bisitz   6264: 
                   6265:    'Import Bookmarks'
                   6266: => '导入书签',
                   6267: 
                   6268:    'The LearningOnline Network with CAPA'
                   6269: => 'The LearningOnline Network with CAPA',
                   6270: 
                   6271:    'This LON-CAPA server is temporarily not available for login.'
1.63      zhu      6272: => '该 LON-CAPA 服务器目前无法登录。',
1.6       bisitz   6273: 
                   6274:    'Please attempt to login to one of the following servers:'
1.63      zhu      6275: => '请尝试登录到下列其中一个服务器:',
1.6       bisitz   6276: 
                   6277:    '(preferred)'
1.26      zhu      6278: => '(首选的)',
1.6       bisitz   6279: 
                   6280:    '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  6281: => '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   6282: 
                   6283:    'Collaborative Tools'
1.27      zhu      6284: => '协作工具',
1.6       bisitz   6285: 
                   6286:    'Course content'
1.18      zhu      6287: => '课程内容',
1.6       bisitz   6288: 
                   6289:    'Create a new group'
1.12      zhu      6290: => '创建新组',
1.6       bisitz   6291: 
                   6292:    'Created'
1.27      zhu      6293: => '生成',
1.6       bisitz   6294: 
                   6295:    'Creator'
1.27      zhu      6296: => '创设者',
1.6       bisitz   6297: 
                   6298:    'Discussion Boards'
1.9       zhu      6299: => '讨论板',
1.6       bisitz   6300: 
                   6301:    'Disk Use (%)'
1.27      zhu      6302: => '使用的存贮空间 (%)',
1.6       bisitz   6303: 
                   6304:    'Enable Recent Roles Hotlist:'
1.22      zhu      6305: => '启用最近的角色活动表:',
1.6       bisitz   6306: 
                   6307:    'Files'
1.12      zhu      6308: => '文件',
1.6       bisitz   6309: 
                   6310:    'Group Name'
1.12      zhu      6311: => '组名',
1.6       bisitz   6312: 
                   6313:    'Group Title'
1.12      zhu      6314: => '组标题',
1.6       bisitz   6315: 
                   6316:    'Members'
1.12      zhu      6317: => '成员',
1.6       bisitz   6318: 
                   6319:    'Modify'
1.12      zhu      6320: => '修改',
1.6       bisitz   6321: 
                   6322:    'Re-enable'
1.12      zhu      6323: => '修复',
1.6       bisitz   6324: 
                   6325:    'Expire'
1.12      zhu      6326: => '失效',
1.6       bisitz   6327: 
                   6328:    'Group settings'
1.12      zhu      6329: => '组设置',
1.6       bisitz   6330: 
                   6331:    'Modify group membership'
1.12      zhu      6332: => '修改组成员',
1.6       bisitz   6333: 
                   6334:    'No groups exist.'
1.12      zhu      6335: => '没有组存在。',
1.6       bisitz   6336: 
                   6337:    'Number of roles in Hotlist:'
1.12      zhu      6338: => '角色的快速访问列表:',
1.6       bisitz   6339: 
1.116     bisitz   6340:    'Quota (MB)'
1.12      zhu      6341: => '容量 (MB)',
1.6       bisitz   6342: 
                   6343:    'Remote Control'
1.12      zhu      6344: => '遥控器',
1.6       bisitz   6345: 
                   6346:    '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      6347: => '一些 LON-CAPA 用户有很多角色。在快速访问列表里面将显示最近使用过的角色的最后N角色访问过的地方,这些角色将显示在角色选择页面的上方。 用户如果只有很少的角色,应该禁用快速访问列表。',
1.6       bisitz   6348: 
                   6349:    '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      6350: => '一些 LON-CAPA 用户有很多课程。在快速访问列表里面将显示最近使用过的课程的最后N课程访问过的地方,这些课程将显示在课程选择页面的上方。用户如果只有很少的角色,应该禁用快速访问列表。',
1.6       bisitz   6351: 
                   6352:    'Switch to Inline Menu Mode'
1.18      zhu      6353: => '切换到内置菜单模式',
1.6       bisitz   6354: 
                   6355:    '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      6356: => '这下面的列表可以用来<q>冻结</q>屏幕上的角色。这些标记为冻结的将不会从名单中删除,即便最近没有被使用过时。',
1.6       bisitz   6357: 
                   6358:    'View Status'
1.12      zhu      6359: => '查看状态',
1.6       bisitz   6360: 
                   6361:    'View/Change Status'
1.22      zhu      6362: => '查看/修改状态',
1.6       bisitz   6363: 
                   6364:    'You are not currently a member of any active groups in this course.'
1.93      raeburn  6365: => 'You are not currently a member of any active groups in this course.',
1.6       bisitz   6366: 
                   6367:    'Group [_1] was updated.'
1.12      zhu      6368: => '组 [_1] 已更新。',
1.6       bisitz   6369: 
                   6370:    'An error occurred while setting parameters for Discussion Boards folder: [_1]'
1.93      raeburn  6371: => 'An error occurred while setting parameters for Discussion Boards folder: [_1]',
1.6       bisitz   6372: 
                   6373:    'Discussion Boards Folder created.'
1.9       zhu      6374: => '创建讨论板夹。',
1.6       bisitz   6375: 
                   6376:    'You do not have group administration privileges in this course.'
1.93      raeburn  6377: => 'You do not have group administration privileges in this course.',
1.6       bisitz   6378: 
                   6379:    'An error occurred when [_1] the group. Please try again.'
1.93      raeburn  6380: => 'An error occurred when [_1] the group. Please try again.',
1.6       bisitz   6381: 
                   6382:    'You have requested deletion of the group [_1].'
1.93      raeburn  6383: => 'You have requested deletion of the group [_1].',
1.6       bisitz   6384: 
                   6385:    'The following users could not be activated, because an error occurred:'
1.93      raeburn  6386: => 'The following users could not be activated, because an error occurred:',
1.6       bisitz   6387: 
                   6388:    'The following users could not be reenabled, because an error occurred:'
1.93      raeburn  6389: => 'The following users could not be reenabled, because an error occurred:',
1.6       bisitz   6390: 
                   6391:    'The following users could not be modified, because an error occurred:'
1.93      raeburn  6392: => 'The following users could not be modified, because an error occurred:',
1.6       bisitz   6393: 
                   6394:    'The following users could not be added, because an error occurred:'
1.93      raeburn  6395: => 'The following users could not be added, because an error occurred:',
1.6       bisitz   6396: 
                   6397:    'The following users could not be deleted, because an error occurred:'
1.93      raeburn  6398: => 'The following users could not be deleted, because an error occurred:',
1.6       bisitz   6399: 
                   6400:    'The following users could not be expired, because an error occurred:'
1.93      raeburn  6401: => 'The following users could not be expired, because an error occurred:',
1.6       bisitz   6402: 
                   6403:    'No change occurred for the following users:'
1.93      raeburn  6404: => 'No change occurred for the following users:',
1.6       bisitz   6405: 
                   6406:    'When a group is deleted the following occurs:'
1.93      raeburn  6407: => 'When a group is deleted the following occurs:',
1.6       bisitz   6408: 
                   6409:    'All group membership is terminated.'
1.93      raeburn  6410: => 'All group membership is terminated.',
1.6       bisitz   6411: 
                   6412:    'The group ceases to be available either for viewing or for modification of group settings and membership.'
1.93      raeburn  6413: => 'The group ceases to be available either for viewing or for modification of group settings and membership.',
1.6       bisitz   6414: 
                   6415:    '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  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.6       bisitz   6417: 
                   6418:    '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  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.6       bisitz   6420: 
                   6421:    'Delete group'
1.12      zhu      6422: => '删除组',
1.6       bisitz   6423: 
                   6424:    'Group deletion failed because deletion of [_1] out of [_2] members failed.'
1.42      bisitz   6425: => '删除组失败,因为[_1]的[_2]成员不能被删除。',
1.6       bisitz   6426: 
                   6427:    'Group successfully deleted.'
1.12      zhu      6428: => '该组已成功删除。',
1.6       bisitz   6429: 
                   6430:    "Although the group was deleted, an error occurred when removing the group's folder from the 'Course Groups' folder: [_1]"
1.12      zhu      6431: => "该组已被删除,从课程组的文件夹删除组文件夹时发生错误:[_1]",
1.6       bisitz   6432: 
                   6433:    'Group deletion failed.'
1.12      zhu      6434: => '组删除失败。',
1.6       bisitz   6435: 
                   6436:    'Course Folder -[_1]'
1.12      zhu      6437: => '课程文件夹 [_1]',
1.6       bisitz   6438: 
                   6439:    'An error occurred when reading contents of parent folder to group:'
1.93      raeburn  6440: => 'An error occurred when reading contents of parent folder to group:',
1.6       bisitz   6441: 
                   6442:    'An error occurred when saving updated parent folder to group:'
1.93      raeburn  6443: => 'An error occurred when saving updated parent folder to group:',
1.6       bisitz   6444: 
                   6445:    'You have requested enabling the previously deleted group [_1].'
1.93      raeburn  6446: => 'You have requested enabling the previously deleted group [_1].',
1.6       bisitz   6447: 
                   6448:    'When a deleted group is re-enabled the following occurs:'
1.93      raeburn  6449: => 'When a deleted group is re-enabled the following occurs:',
1.6       bisitz   6450: 
                   6451:    'Group settings and membership at the time the group was deleted are reinstated.'
1.93      raeburn  6452: => 'Group settings and membership at the time the group was deleted are reinstated.',
1.6       bisitz   6453: 
                   6454:    'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.'
1.93      raeburn  6455: => 'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.',
1.6       bisitz   6456: 
                   6457:    'Reenable group'
1.12      zhu      6458: => '组恢复',
1.6       bisitz   6459: 
                   6460:    '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  6461: => '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   6462: 
                   6463:    'No end date set'
1.12      zhu      6464: => '没有设定结束日期',
1.6       bisitz   6465: 
                   6466:    'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]'
1.93      raeburn  6467: => 'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]',
1.6       bisitz   6468: 
                   6469:    "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]"
1.93      raeburn  6470: => "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]",
1.6       bisitz   6471: 
                   6472:    'Re-enabling group failed.'
1.18      zhu      6473: => '重新启用组失败。',
1.6       bisitz   6474: 
                   6475:    'with related words'
1.18      zhu      6476: => '相关的关键词',
1.6       bisitz   6477: 
                   6478:    'with no related words'
1.18      zhu      6479: => '没有相关的关键词',
1.6       bisitz   6480: 
                   6481:    'Change Roles Preferences'
1.18      zhu      6482: => '改变角色偏好',
1.6       bisitz   6483: 
                   6484:    'Display [_1] Most Recent Roles'
1.22      zhu      6485: => '显示 [_1] 个最近角色',
1.6       bisitz   6486: 
                   6487:    'Freeze Role'
1.18      zhu      6488: => '冻结角色',
1.6       bisitz   6489: 
                   6490:    'Recent Roles Hotlist is Disabled'
1.22      zhu      6491: => '禁用最近使用角色的快速访问列表',
1.6       bisitz   6492: 
                   6493:    'Recent Roles Hotlist is Enabled'
1.22      zhu      6494: => '启用最近使用角色的快速访问列表',
1.6       bisitz   6495: 
                   6496:    'Author Space'
1.13      zhu      6497: => '作者空间',
1.6       bisitz   6498: 
                   6499:    'Degree of discrimination'
1.18      zhu      6500: => '分化程度',
1.6       bisitz   6501: 
                   6502:    'Disable WYSIWYG Editor'
1.13      zhu      6503: => '禁用WYSIWYG编辑器',
1.6       bisitz   6504: 
                   6505:    'Hypertext Document'
1.13      zhu      6506: => 'HTML 文件',
1.6       bisitz   6507: 
                   6508:    'Last Modifying User'
1.13      zhu      6509: => '上次修改用户',
1.6       bisitz   6510: 
                   6511:    'Last Revision Date'
1.18      zhu      6512: => '最近修订日期',
1.6       bisitz   6513: 
                   6514:    'Linked/Related Resources'
1.18      zhu      6515: => '联系/相关资源',
1.6       bisitz   6516: 
                   6517:    'Network-wide courses using resource'
1.18      zhu      6518: => '网络上使用该课程资源',
1.6       bisitz   6519: 
                   6520:    'Never'
1.18      zhu      6521: => '从不',
1.6       bisitz   6522: 
                   6523:    'Preview'
1.18      zhu      6524: => '预览',
1.6       bisitz   6525: 
                   6526:    'Resources that follow this resource in maps'
1.93      raeburn  6527: => 'Resources that follow this resource in maps',
1.6       bisitz   6528: 
                   6529:    'Resources that lead up to this resource in maps'
1.93      raeburn  6530: => 'Resources that lead up to this resource in maps',
1.6       bisitz   6531: 
                   6532:    'Resources used by this resource'
1.93      raeburn  6533: => 'Resources used by this resource',
1.6       bisitz   6534: 
                   6535:    'Resources using or importing resource'
1.101     bisitz   6536: => '资源使用或导入',
1.6       bisitz   6537: 
                   6538:    'Return'
                   6539: => '后退',
                   6540: 
                   6541:    'Setting WYSIWYG editor to:'
1.57      zhu      6542: => 'WYSIWYG-编辑器设置为:',
1.6       bisitz   6543: 
                   6544:    'Source Available'
1.18      zhu      6545: => '源代码可用',
1.6       bisitz   6546: 
                   6547:    'Source Custom Distribution File'
1.18      zhu      6548: => '源代码的访问权限',
1.6       bisitz   6549: 
1.110     bisitz   6550:    'Start new page[_1]before selected'
                   6551: => 'Start new page[_1]before selected',
1.6       bisitz   6552: 
                   6553:    'on'
1.57      zhu      6554: => '开',
1.6       bisitz   6555: 
                   6556:    '(on)'
1.63      zhu      6557: => '(on)',
1.6       bisitz   6558: 
                   6559:    'off'
1.57      zhu      6560: => '关',
1.6       bisitz   6561: 
                   6562:    '(off)'
1.63      zhu      6563: => '(off)',
1.6       bisitz   6564: 
                   6565:    '(re-initialize course to access)'
1.63      zhu      6566: => '(re-initialize course to access)',
1.6       bisitz   6567: 
                   6568:    'All Parts'
1.93      raeburn  6569: => 'All Parts',
1.6       bisitz   6570: 
                   6571:    'Changes will become active for your current session after [_1], or the next time you log in.'
                   6572: => '点击 [_1] 按钮来保存最后的更改。',
                   6573: 
                   6574:    'Cut'
                   6575: => '剪切',
                   6576: 
                   6577:    'Random Order'
                   6578: => '任意顺序',
                   6579: 
                   6580:    'Due and Answer Available'
1.93      raeburn  6581: => 'Due and Answer Available',
1.6       bisitz   6582: 
                   6583:    'Edit any group in the course'
                   6584: => '课程分组管理',
                   6585: 
                   6586:    'Editing the Table of Contents for your Course'
                   6587: => '如何修改课程内容',
                   6588: 
                   6589:    'Enter any group in the course'
1.93      raeburn  6590: => 'Enter any group in the course',
1.6       bisitz   6591: 
                   6592:    'Existing Parameter Settings for Your Resources'
1.93      raeburn  6593: => 'Existing Parameter Settings for Your Resources',
1.6       bisitz   6594: 
                   6595:    'Group'
1.12      zhu      6596: => '组',
1.6       bisitz   6597: 
                   6598:    'Group:'
1.18      zhu      6599: => '组:',
1.6       bisitz   6600: 
                   6601:    'Hidden'
                   6602: => '隐藏',
                   6603: 
                   6604:    'List Symbs'
                   6605: => '内部标识',
                   6606: 
                   6607:    'Symb List'
1.12      zhu      6608: => '内部标识名单',
1.6       bisitz   6609: 
1.55      zhu      6610: #   'Manage Course Slots'
                   6611: #=> '管理课程插槽',
                   6612: 
                   6613:    'Manage Slots'
                   6614: => 'Manage Slots',
1.6       bisitz   6615: 
                   6616:    'Manage student enrollment '
1.27      zhu      6617: => '招生管理 ',
1.6       bisitz   6618: 
                   6619:    'Modify Resource Parameters - Overview Mode'
1.27      zhu      6620: => '修改资源参数 - 概况模式',
1.6       bisitz   6621: 
                   6622:    'Modify parameter settings (due dates, etc) for resources and the course'
                   6623: => '修改课程和资源参数',
                   6624: 
                   6625:    'Modify parameter settings for this resource'
1.98      bisitz   6626: => '参数设置',
1.6       bisitz   6627: 
                   6628:    'New and Existing Parameter Settings for Your Resources'
1.27      zhu      6629: => '为您的资源设置新的和现有的参数',
1.6       bisitz   6630: 
                   6631:    'Parameter Change Log and Course Blog Posting/User Notification'
1.27      zhu      6632: => '参数变更记录和课程博客/用户通知',
1.6       bisitz   6633: 
                   6634:    'Parameter Manager'
                   6635: => '参数管理',
                   6636: 
                   6637:    'Randomly Pick: '
                   6638: => '随机挑选: ',
                   6639: 
                   6640:    'Remove'
                   6641: => '删除',
                   6642: 
                   6643:    'Rendering:'
1.12      zhu      6644: => '检查:',
1.6       bisitz   6645: 
                   6646:    'Select Parameters to View'
1.27      zhu      6647: => '选择想要查看的参数',
1.6       bisitz   6648: 
                   6649:    'Select Parts to View'
1.27      zhu      6650: => '选择想要查看的部分',
1.6       bisitz   6651: 
                   6652:    'Set Parameter Setting Default Actions'
1.70      zhu      6653: => '设置默认操作的参数',
1.6       bisitz   6654: 
                   6655:    'Set Portfolio Metadata'
1.27      zhu      6656: => '设置元数据-组合',
1.6       bisitz   6657: 
                   6658:    'Set/Modify Resource Parameters - Helper Mode'
1.27      zhu      6659: => '设置/修改资源参数 - 辅助模式',
1.6       bisitz   6660: 
                   6661:    'Set/Modify Resource Parameters - Overview Mode'
1.27      zhu      6662: => '设置/修改资源参数 - 概况模式',
1.6       bisitz   6663: 
                   6664:    'Set/Modify Resource Parameters - Table Mode'
1.27      zhu      6665: => '设置/修改资源参数 - 表模式',
1.6       bisitz   6666: 
                   6667:    'Settings for Your Course'
1.27      zhu      6668: => '课程设置',
1.6       bisitz   6669: 
                   6670:    'Table Mode'
1.27      zhu      6671: => '表模式',
1.6       bisitz   6672: 
                   6673:    'Table Mode Parameter Setting'
1.27      zhu      6674: => '表模式参数设定',
1.6       bisitz   6675: 
                   6676:    '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  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.6       bisitz   6678: 
                   6679:    'URL hidden'
                   6680: => '隐藏 URL',
                   6681: 
                   6682:    'Update Parameter Display'
1.27      zhu      6683: => '更新参数',
1.6       bisitz   6684: 
                   6685:    'View calculated grades (Spreadsheet)'
1.63      zhu      6686: => '计算评分(Spreadsheet)',
1.6       bisitz   6687: 
                   6688:    "What's new?"
                   6689: => "有什么新的?",
                   6690: 
                   6691:    're-initializing Course'
                   6692: => '重新初始化课程',
                   6693: 
                   6694:    'Show Resource'
1.18      zhu      6695: => '查看资源',
1.6       bisitz   6696: 
                   6697:    'Feedback to resource author'
1.18      zhu      6698: => '反馈给此资源的作者',
1.6       bisitz   6699: 
1.20      bisitz   6700:    'Click to add/remove attachments'
1.12      zhu      6701: => '单击添加/删除附件',
1.6       bisitz   6702: 
                   6703:    'New attachments'
1.12      zhu      6704: => '新附件',
1.6       bisitz   6705: 
                   6706:    'Retained attachments'
1.12      zhu      6707: => '保留附件',
1.6       bisitz   6708: 
                   6709:    'Add a new attachment to this post.'
1.19      zhu      6710: => '给这个信息添加新的附件:',
1.6       bisitz   6711: 
                   6712:    'Discussion Post Attachments'
1.12      zhu      6713: => '讨论张贴附件',
1.6       bisitz   6714: 
                   6715:    'Modify course settings'
1.93      raeburn  6716: => 'Modify course settings',
1.6       bisitz   6717: 
                   6718:    'Send and display broadcast e-mail'
1.93      raeburn  6719: => 'Send and display broadcast e-mail',
1.6       bisitz   6720: 
                   6721:    'Awarded Total Points'
1.10      zhu      6722: => '达到总分',
1.6       bisitz   6723: 
                   6724:    'Total Parts Done'
1.93      raeburn  6725: => 'Total Parts Done',
1.6       bisitz   6726: 
                   6727:    'Create a single course'
1.93      raeburn  6728: => 'Create a single course',
1.6       bisitz   6729: 
                   6730:    'Create a new course by completing an online form.'
1.93      raeburn  6731: => 'Create a new course by completing an online form.',
1.6       bisitz   6732: 
                   6733:    'Create a single collaborative group space'
1.93      raeburn  6734: => 'Create a single collaborative group space',
1.6       bisitz   6735: 
                   6736:    'Create a new group space for non-course use by completing an online form.'
1.93      raeburn  6737: => 'Create a new group space for non-course use by completing an online form.',
1.6       bisitz   6738: 
                   6739:    'Create courses/groups by uploading an attributes file'
1.93      raeburn  6740: => 'Create courses/groups by uploading an attributes file',
1.6       bisitz   6741: 
                   6742:    'Upload an attributes file containing specifications for one or more courses or groups in XML format.'
1.93      raeburn  6743: => 'Upload an attributes file containing specifications for one or more courses or groups in XML format.',
1.6       bisitz   6744: 
                   6745:    'current'
1.12      zhu      6746: => '当前的',
1.6       bisitz   6747: 
                   6748:    'Version changes'
1.93      raeburn  6749: => 'Version changes',
1.6       bisitz   6750: 
                   6751:    'Change interval'
1.93      raeburn  6752: => 'Change interval',
1.6       bisitz   6753: 
                   6754:    'Student Submission Reports'
1.93      raeburn  6755: => 'Student Submission Reports',
1.6       bisitz   6756: 
                   6757:    'Prepare reports of student submissions.'
1.93      raeburn  6758: => 'Prepare reports of student submissions.',
1.6       bisitz   6759: 
                   6760:    'Survey Reports'
1.93      raeburn  6761: => 'Survey Reports',
1.6       bisitz   6762: 
                   6763:    'Prepare reports on survey results.'
1.93      raeburn  6764: => 'Prepare reports on survey results.',
1.6       bisitz   6765: 
                   6766:    'View survey'
1.93      raeburn  6767: => 'View survey',
1.6       bisitz   6768: 
                   6769:    'Previous Survey'
1.93      raeburn  6770: => 'Previous Survey',
1.6       bisitz   6771: 
                   6772:    'Next Survey'
1.93      raeburn  6773: => 'Next Survey',
1.6       bisitz   6774: 
                   6775:    'Choose a different Survey'
1.93      raeburn  6776: => 'Choose a different Survey',
1.6       bisitz   6777: 
                   6778:    'Generate Report'
1.93      raeburn  6779: => 'Generate Report',
1.6       bisitz   6780: 
                   6781:    'Part [_1], Response [_2]'
1.27      zhu      6782: => '部份 [_1], 答案 [_2]',
1.6       bisitz   6783: 
                   6784:    'Foil Name'
1.93      raeburn  6785: => 'Foil Name',
1.6       bisitz   6786: 
                   6787:    'Foil Text'
1.93      raeburn  6788: => 'Foil Text',
1.6       bisitz   6789: 
                   6790:    'Percent'
1.27      zhu      6791: => '百分比',
1.6       bisitz   6792: 
                   6793:    'Correct Problems Plot'
1.93      raeburn  6794: => 'Correct Problems Plot',
1.6       bisitz   6795: 
                   6796:    'Display a histogram of student performance in the course.'
1.93      raeburn  6797: => 'Display a histogram of student performance in the course.',
1.6       bisitz   6798: 
                   6799:    'Access Status'
1.27      zhu      6800: => '访问状态',
1.6       bisitz   6801: 
1.31      bisitz   6802:    '[_1] Limit by time'
                   6803: => '[_1] 限制时间',
1.6       bisitz   6804: 
                   6805:    'Submission Time Plots'
1.93      raeburn  6806: => 'Submission Time Plots',
1.6       bisitz   6807: 
                   6808:    'Currently Has Access'
1.27      zhu      6809: => '目前访问',
1.6       bisitz   6810: 
                   6811:    'Will Have Future Access'
1.27      zhu      6812: => '将来的访问',
1.6       bisitz   6813: 
                   6814:    'Previously Had Access'
1.27      zhu      6815: => '此前的访问',
1.6       bisitz   6816: 
                   6817:    'Any Access Status'
1.27      zhu      6818: => '任易的访问状态',
1.6       bisitz   6819: 
                   6820:    'Previous Problem'
1.12      zhu      6821: => '前面的问题',
1.6       bisitz   6822: 
                   6823:    'Next Problem'
1.12      zhu      6824: => '下一个问题',
1.6       bisitz   6825: 
                   6826:    'Choose a different Problem'
1.93      raeburn  6827: => 'Choose a different Problem',
1.6       bisitz   6828: 
                   6829:    'Update Caches'
1.93      raeburn  6830: => 'Update Caches',
1.6       bisitz   6831: 
                   6832:    'Begin'
1.93      raeburn  6833: => 'Begin',
1.6       bisitz   6834: 
                   6835:    'There are no students in the sections selected.'
1.93      raeburn  6836: => 'There are no students in the sections selected.',
1.6       bisitz   6837: 
                   6838:    'There are no students in the sections/groups selected.'
1.93      raeburn  6839: => 'There are no students in the sections/groups selected.',
1.6       bisitz   6840: 
                   6841:    'There is no submission data for this problem at all.'
1.93      raeburn  6842: => 'There is no submission data for this problem at all.',
1.6       bisitz   6843: 
                   6844:    'There is no submission data for this problem.'
1.93      raeburn  6845: => 'There is no submission data for this problem.',
1.6       bisitz   6846: 
                   6847:    'There is no submission data for this resource.'
1.93      raeburn  6848: => 'There is no submission data for this resource.',
1.6       bisitz   6849: 
                   6850:    'There is no data to plot.'
1.93      raeburn  6851: => 'There is no data to plot.',
1.6       bisitz   6852: 
                   6853:    'Analysis of [_1] is not supported.'
1.93      raeburn  6854: => 'Analysis of [_1] is not supported.',
1.6       bisitz   6855: 
                   6856:    'None of the selected students attempted the problem more than [_1] times.'
1.93      raeburn  6857: => 'None of the selected students attempted the problem more than [_1] times.',
1.6       bisitz   6858: 
                   6859:    'None of the selected students attempted the problem.'
1.93      raeburn  6860: => 'None of the selected students attempted the problem.',
1.6       bisitz   6861: 
                   6862:    'The analysis you have selected is not supported at this time.'
1.93      raeburn  6863: => 'The analysis you have selected is not supported at this time.',
1.6       bisitz   6864: 
                   6865:    'Graph Problem Submission Times'
1.93      raeburn  6866: => 'Graph Problem Submission Times',
1.6       bisitz   6867: 
                   6868:    'Return to Directory'
1.10      zhu      6869: => '返回目录',
1.6       bisitz   6870: 
                   6871:    'Return to directory'
1.10      zhu      6872: => '返回目录',
1.6       bisitz   6873: 
                   6874:    'My Roles'
                   6875: => '我的角色',
                   6876: 
                   6877:    'My Space'
                   6878: => '我的空间',
                   6879: 
                   6880:    'Edit blogs, RSS feeds, and podcasts'
1.18      zhu      6881: => '博客, RSS-反馈 和 播客',
1.6       bisitz   6882: 
                   6883:    'Content Library'
                   6884: => '内容',
                   6885: 
                   6886:    'Search the contents of this course or accessible portfolio files'
1.9       zhu      6887: => '搜索这门课程的内容,或可组合文件',
1.6       bisitz   6888: 
                   6889:    'Grading and Statistics'
                   6890: => '审查和统计',
                   6891: 
                   6892:    'Other'
                   6893: => '其他',
                   6894: 
                   6895:    'group'
1.12      zhu      6896: => '组',
1.6       bisitz   6897: 
                   6898:    'Size'
1.12      zhu      6899: => '大小',
1.6       bisitz   6900: 
                   6901:    'Current Access Status'
1.9       zhu      6902: => '目前获得状态',
1.6       bisitz   6903: 
                   6904:    'Delete Checked Files'
1.22      zhu      6905: => '删除选中的文件',
1.6       bisitz   6906: 
                   6907:    'Using the portfolio file list'
1.12      zhu      6908: => '使用组合的文件列表',
1.6       bisitz   6909: 
                   6910:    'Help on the portfolio'
1.31      bisitz   6911: => '组帮助',
1.6       bisitz   6912: 
                   6913:    'Private'
1.9       zhu      6914: => '私人的',
1.6       bisitz   6915: 
                   6916:    'Change How Menus are Displayed'
1.22      zhu      6917: => '改变菜单显示',
1.6       bisitz   6918: 
                   6919:    'Use icons and text'
1.22      zhu      6920: => '使用图标和文本',
1.6       bisitz   6921: 
                   6922:    'Use buttons and text'
1.22      zhu      6923: => '使用按钮和文本',
1.6       bisitz   6924: 
                   6925:    'Use icons only'
1.22      zhu      6926: => '只有图标',
1.6       bisitz   6927: 
                   6928:    'Previous Tries'
1.18      zhu      6929: => '以前的尝试',
1.6       bisitz   6930: 
                   6931:    'Change Main Menu'
1.18      zhu      6932: => '改变主菜单',
1.6       bisitz   6933: 
1.18      zhu      6934:    'New screenname (shown if you post anonymously)'
                   6935: => '新昵称(显示在匿名讨论中)',
1.6       bisitz   6936: 
1.18      zhu      6937:    'New nickname (shown if you post non-anonymously)'
                   6938: => '新昵称(显示在正常讨论中)',
1.6       bisitz   6939: 
                   6940:    'Choose the time window to use to display roles for which access to the course expired.'
1.93      raeburn  6941: => 'Choose the time window to use to display roles for which access to the course expired.',
1.6       bisitz   6942: 
                   6943:    'Choose the time window to use to display roles for which access to the course became available.'
1.93      raeburn  6944: => 'Choose the time window to use to display roles for which access to the course became available.',
1.6       bisitz   6945: 
                   6946:    'Choose the time window to use to display resources in the course with version changes.'
1.63      zhu      6947: => '选择的时间窗口,显示课程资源与版本变化。',
1.6       bisitz   6948: 
                   6949:    'User Management'
                   6950: => '用户管理',
                   6951: 
                   6952:    'Manage student enrollment'
1.63      zhu      6953: => '招生管理',
1.6       bisitz   6954: 
                   6955:    'Modify an existing group'
1.10      zhu      6956: => '修改现有的组',
1.6       bisitz   6957: 
                   6958:    'Delete an existing group'
1.10      zhu      6959: => '删除现有的组',
1.6       bisitz   6960: 
                   6961:    'Re-enable a deleted group'
1.10      zhu      6962: => '还原已删除的组',
1.6       bisitz   6963: 
                   6964:    'Enter an existing group'
1.10      zhu      6965: => '加入现有的组',
1.6       bisitz   6966: 
                   6967:    'Course Management'
                   6968: => '课程管理',
                   6969: 
                   6970:    'Reset Student Access Times'
1.10      zhu      6971: => '重置学生的访问时间',
1.6       bisitz   6972: 
                   6973:    'Submission #'
1.18      zhu      6974: => '回答次数',
1.6       bisitz   6975: 
                   6976:    'Try'
1.10      zhu      6977: => '尝试',
1.6       bisitz   6978: 
                   6979:    'Try [_1]'
1.10      zhu      6980: => '尝试 [_1]。',
1.6       bisitz   6981: 
                   6982:    'Submitted Answer'
1.10      zhu      6983: => '提交答案',
1.6       bisitz   6984: 
                   6985:    'Close Window'
1.10      zhu      6986: => '关闭窗口',
1.6       bisitz   6987: 
                   6988:    'Close window'
1.10      zhu      6989: => '关闭窗口',
1.6       bisitz   6990: 
                   6991:    'Portfolio Search'
1.10      zhu      6992: => '组合搜索',
1.6       bisitz   6993: 
                   6994:    'Enter words and quoted phrases'
1.10      zhu      6995: => '输入字词和引用短语',
1.6       bisitz   6996: 
                   6997:    'Portfolio and Course Search'
1.9       zhu      6998: => '组合及课程搜寻',
1.6       bisitz   6999: 
                   7000:    'Message Status'
1.55      zhu      7001: => '邮件状态',
1.6       bisitz   7002: 
                   7003:    'Any'
1.10      zhu      7004: => '任意的',
1.6       bisitz   7005: 
                   7006:    'Unread'
1.10      zhu      7007: => '未阅读',
1.6       bisitz   7008: 
                   7009:    'Read'
1.10      zhu      7010: => '已阅读',
1.6       bisitz   7011: 
                   7012:    'Replied to'
1.10      zhu      7013: => '回复',
1.6       bisitz   7014: 
                   7015:    'Forwarded'
1.10      zhu      7016: => '转发',
1.6       bisitz   7017: 
                   7018:    'Rename Folder'
1.10      zhu      7019: => '重命名文件夹',
1.6       bisitz   7020: 
                   7021:    'Delete Folder'
1.10      zhu      7022: => '删除文件夹',
1.6       bisitz   7023: 
                   7024:    'Recent Roles'
1.10      zhu      7025: => '最近的角色',
1.6       bisitz   7026: 
                   7027:    'Close navigation window'
1.9       zhu      7028: => '关闭导航窗口',
1.6       bisitz   7029: 
                   7030:    'Post Anonymous'
1.10      zhu      7031: => '匿名发送',
1.6       bisitz   7032: 
                   7033:    'Post'
1.10      zhu      7034: => '发送',
1.6       bisitz   7035: 
                   7036:    'Back to preferences menu'
1.10      zhu      7037: => '后退',
1.6       bisitz   7038: 
1.80      bisitz   7039:    'Forward messages to other account(s) in LON-CAPA'
1.93      raeburn  7040: => 'Forward messages to other account(s) in LON-CAPA',
1.80      bisitz   7041: 
                   7042:    'Forward to account(s)'
1.93      raeburn  7043: => 'Forward to account(s)', # '转发地址',
1.6       bisitz   7044: 
                   7045:    'e.g. <tt>userA:domain1,userB:domain2,...</tt>'
1.10      zhu      7046: => '例如 <tt>用户A:领域1,用户B:领域2,...</tt>',
1.6       bisitz   7047: 
                   7048:    'Notification E-mail Address(es)'
1.93      raeburn  7049: => 'Notification E-mail Address(es)',
1.6       bisitz   7050: 
1.80      bisitz   7051:    'E-mail address(es) which should be notified about new LON-CAPA messages'
1.10      zhu      7052: => '关于 LON-CAPA 新消息被通知的 E-Mail 地址',
1.6       bisitz   7053: 
                   7054:    'e.g. <tt>joe@doe.com</tt>'
1.10      zhu      7055: => '例如 <tt>xiaoming@sohu.com</tt>',
1.6       bisitz   7056: 
                   7057:    'Notification address'
1.10      zhu      7058: => '通知地址',
1.6       bisitz   7059: 
                   7060:    'Types of message for which notification is sent'
1.10      zhu      7061: => '发出应该被通知的信息',
1.6       bisitz   7062: 
                   7063:    'Excerpt retains HTML tags in message'
1.10      zhu      7064: => '在邮件中保持 HTML',
1.6       bisitz   7065: 
                   7066:    'All'
1.10      zhu      7067: => '所有的',
1.6       bisitz   7068: 
                   7069:    'Critical only'
1.10      zhu      7070: => '只重要的',
1.6       bisitz   7071: 
                   7072:    'Non-critical only'
1.10      zhu      7073: => '非重要的',
1.6       bisitz   7074: 
                   7075:    'Add new address'
1.10      zhu      7076: => '添加新的地址',
1.6       bisitz   7077: 
                   7078:    'What are forwarding and notification addresses?'
1.10      zhu      7079: => '什么是转发和通知地址?',
1.6       bisitz   7080: 
                   7081:    'What are critical messages?'
1.10      zhu      7082: => '什么是重要的信息?',
1.6       bisitz   7083: 
                   7084:    'Change Roles Page Pref'
1.10      zhu      7085: => '用户角色快速访问列表',
1.6       bisitz   7086: 
                   7087:    'Number of Roles in Hotlist:'
1.10      zhu      7088: => '一些角色的快速访问列表:',
1.6       bisitz   7089: 
                   7090:    'Current Password'
1.10      zhu      7091: => '当前密码',
1.6       bisitz   7092: 
                   7093:    'New Password'
1.10      zhu      7094: => '新密码',
1.6       bisitz   7095: 
                   7096:    'Confirm Password'
1.10      zhu      7097: => '新密码确认',
1.6       bisitz   7098: 
                   7099:    'Passwords must be a minimum of 7 characters long. Please try again.'
1.10      zhu      7100: => '密码必须至少有7个字符长。请再试一次。',
1.6       bisitz   7101: 
                   7102:    'The new passwords you entered do not match. Please try again.'
1.10      zhu      7103: => '新的密码输入不匹配。请再试一次。',
1.6       bisitz   7104: 
                   7105:    'Please make sure your old password was entered correctly.'
1.10      zhu      7106: => '请确认您的旧密码输入正确。',
1.6       bisitz   7107: 
                   7108:    'Send me a message'
                   7109: => '请给我发送邮件',
                   7110: 
                   7111:    'Show Public View'
                   7112: => '查看公众视野',
                   7113: 
                   7114:    'Delete Photo'
                   7115: => '删除照片',
                   7116: 
                   7117:    'Help with filling in text boxes'
                   7118: => '文本框输入帮助',
                   7119: 
                   7120:    'Examples'
1.10      zhu      7121: => '例子',
1.6       bisitz   7122: 
                   7123:    'Summary Preview'
1.10      zhu      7124: => '摘要预览',
1.6       bisitz   7125: 
                   7126:    'Send copy to permanent email address (if known)'
1.10      zhu      7127: => '发送副本到其它的电子邮件地址 (如果已知)',
1.6       bisitz   7128: 
                   7129:    'Include in course RSS newsfeed'
1.10      zhu      7130: => '包括课程的 RSS-Feeds',
1.6       bisitz   7131: 
                   7132:    'Allow replies:'
1.10      zhu      7133: => '允许答复:',
1.6       bisitz   7134: 
                   7135:    'Reply to:'
1.10      zhu      7136: => '回复:',
1.6       bisitz   7137: 
                   7138:    'Domain Management'
1.10      zhu      7139: => '域管理',
1.6       bisitz   7140: 
                   7141:    'Course ID of Key Authority:'
1.93      raeburn  7142: => 'Course ID of Key Authority:',
1.6       bisitz   7143: 
                   7144:    'Set domain configuration'
1.10      zhu      7145: => '域配置',
1.6       bisitz   7146: 
                   7147:    'Domain Configuration'
1.10      zhu      7148: => '域配置',
1.6       bisitz   7149: 
                   7150:    'View/Modify Domain Settings'
1.10      zhu      7151: => '查看/修改域配置',
1.6       bisitz   7152: 
                   7153:    'Menu'
                   7154: => '菜单',
                   7155: 
                   7156:    'Domain Settings'
1.10      zhu      7157: => '域配置',
1.6       bisitz   7158: 
                   7159:    'Course Environment'
1.10      zhu      7160: => '课程环境',
1.6       bisitz   7161: 
                   7162:    'Edit Course Environment'
1.10      zhu      7163: => '编辑课程环境',
1.6       bisitz   7164: 
                   7165:    'Users allowed to clone course'
1.93      raeburn  7166: => 'Users allowed to clone course',
1.6       bisitz   7167: 
                   7168:    'Users with active Course Coordinator role in this course are permitted to clone and need not be included.'
1.93      raeburn  7169: => 'Users with active Course Coordinator role in this course are permitted to clone and need not be included.',
1.6       bisitz   7170: 
                   7171:    'Use [_1] to allow course to be cloned by anyone in the specified domain.'
1.98      bisitz   7172: => 'Use [_1] to allow course to be cloned by anyone in the specified domain.',
1.6       bisitz   7173: 
                   7174:    'Use [_1] to allow unrestricted cloning in all domains.'
1.98      bisitz   7175: => 'Use [_1] to allow unrestricted cloning in all domains.',
1.6       bisitz   7176: 
                   7177:    'URL of Syllabus (not using internal handler)'
1.18      zhu      7178: => '教学大纲的网址 (URL)',
1.6       bisitz   7179: 
                   7180:    'Custom Text for Resource Content Question Option in Feedback'
1.93      raeburn  7181: => 'Custom Text for Resource Content Question Option in Feedback',
1.6       bisitz   7182: 
                   7183:    'Custom Text for Course Content Option in Feedback'
1.93      raeburn  7184: => 'Custom Text for Course Content Option in Feedback',
1.6       bisitz   7185: 
                   7186:    'Custom Text for Course Policy Option in Feedback'
1.93      raeburn  7187: => 'Custom Text for Course Policy Option in Feedback',
1.6       bisitz   7188: 
                   7189:    'Allow students to view classlist.'
1.93      raeburn  7190: => 'Allow students to view classlist.',
1.6       bisitz   7191: 
                   7192:    'Allow users with specified roles to edit/delete their own discussion posts'
1.93      raeburn  7193: => 'Allow users with specified roles to edit/delete their own discussion posts',
1.6       bisitz   7194: 
                   7195:    'Suppress number of tries in printing'
1.93      raeburn  7196: => 'Suppress number of tries in printing',
1.6       bisitz   7197: 
                   7198:    'Default paper type'
1.93      raeburn  7199: => 'Default paper type',
1.6       bisitz   7200: 
                   7201:    'Default beginning date for student access.'
1.22      zhu      7202: => '学生访问的默认开始日期',
1.6       bisitz   7203: 
                   7204:    'Default ending date for student access.'
1.22      zhu      7205: => '学生访问的默认结束日期',
1.6       bisitz   7206: 
                   7207:    'Disable checking of Significant Figures'
1.98      bisitz   7208: => 'Disable checking of Significant Figures',
1.6       bisitz   7209: 
                   7210:    'Disable automatically printing point values onto exams.'
1.93      raeburn  7211: => 'Disable automatically printing point values onto exams.',
1.6       bisitz   7212: 
                   7213:    'Send message to student when clicking Done on Tasks'
1.93      raeburn  7214: => 'Send message to student when clicking Done on Tasks', # ???
1.6       bisitz   7215: 
                   7216:    'Restrict Metadata'
1.27      zhu      7217: => '限制数据',
1.6       bisitz   7218: 
                   7219:    'Show to student'
1.93      raeburn  7220: => 'Show to student',
1.6       bisitz   7221: 
                   7222:    'Provide text area for students to type metadata'
1.93      raeburn  7223: => 'Provide text area for students to type metadata',
1.6       bisitz   7224: 
                   7225:    'Provide choices for students to select from'
1.93      raeburn  7226: => 'Provide choices for students to select from',
1.6       bisitz   7227: 
                   7228:    'Student may select multiple choices from list'
1.93      raeburn  7229: => 'Student may select multiple choices from list',
1.6       bisitz   7230: 
                   7231:    'Student may select only one choice from list'
1.93      raeburn  7232: => 'Student may select only one choice from list',
1.6       bisitz   7233: 
                   7234:    'Add a Metadata Field'
1.93      raeburn  7235: => 'Add a Metadata Field',
1.6       bisitz   7236: 
                   7237:    'Order Metadata Fields'
                   7238: => 'Order Metadata Fields',
                   7239: 
                   7240:    'Continue Import'
1.93      raeburn  7241: => 'Continue Import',
1.6       bisitz   7242: 
                   7243:    'Continue Search'
1.93      raeburn  7244: => 'Continue Search',
1.6       bisitz   7245: 
                   7246:    'Finish Import'
1.93      raeburn  7247: => 'Finish Import',
1.6       bisitz   7248: 
                   7249:    'Include'
1.93      raeburn  7250: => 'Include',
1.6       bisitz   7251: 
                   7252:    'LON-CAPA Catalog Search'
1.36      zhu      7253: => 'LON-CAPA 目录搜索',
1.6       bisitz   7254: 
                   7255:    '[_1] include external resources'
1.101     bisitz   7256: => '[_1] include external resources',
1.6       bisitz   7257: 
                   7258:    'Change Course Initialization Preference'
1.36      zhu      7259: => '课程初始化设置',
1.6       bisitz   7260: 
                   7261:    'Change Course Init. Pref.'
1.36      zhu      7262: => '课程初始化设置',
1.6       bisitz   7263: 
                   7264:    'Reset Access Times'
1.93      raeburn  7265: => 'Reset Access Times',
1.6       bisitz   7266: 
                   7267:    'Select Scope'
1.93      raeburn  7268: => 'Select Scope',
1.6       bisitz   7269: 
                   7270:    'Reset times on one or more folders/maps for a single student.'
1.93      raeburn  7271: => 'Reset times on one or more folders/maps for a single student.',
1.6       bisitz   7272: 
                   7273:    'Reset times on a single folder/map for a section or whole clase.'
1.93      raeburn  7274: => 'Reset times on a single folder/map for a section or whole clase.',
1.6       bisitz   7275: 
                   7276:    'Choose a student:'
1.22      zhu      7277: => '选择一个学生:',
1.6       bisitz   7278: 
                   7279:    'Select Currently Enrolled Students and Active Course Personnel'
1.93      raeburn  7280: => 'Select Currently Enrolled Students and Active Course Personnel',
1.6       bisitz   7281: 
1.15      bisitz   7282:    'This is a list of first access times and what was accessed, please select those you want deleted.'
1.93      raeburn  7283: => 'This is a list of first access times and what was accessed, please select those you want deleted.',
1.6       bisitz   7284: 
                   7285:    'Select:'
1.10      zhu      7286: => '选择:',
1.6       bisitz   7287: 
                   7288:    'All Course Personnel'
1.22      zhu      7289: => '所有课程人员',
1.6       bisitz   7290: 
                   7291:    'No Section'
1.22      zhu      7292: => 'No Section',
1.6       bisitz   7293: 
                   7294:    'Unselect'
1.10      zhu      7295: => '取消',
1.6       bisitz   7296: 
                   7297:    'Select a folder/map'
                   7298: => '选择目录/内容列表',
                   7299: 
                   7300:    'Will remove access times for'
1.93      raeburn  7301: => 'Will remove access times for',
1.6       bisitz   7302: 
                   7303:    'from users'
1.93      raeburn  7304: => 'from users',
1.6       bisitz   7305: 
                   7306:    'No Access times found for student'
1.93      raeburn  7307: => 'No Access times found for student',
1.6       bisitz   7308: 
                   7309:    'Finish'
1.93      raeburn  7310: => 'Finish',
1.6       bisitz   7311: 
                   7312:    'Name of New Folder'
1.56      zhu      7313: => '新建文件夹的名称',
1.6       bisitz   7314: 
                   7315:    'Name of New Page'
1.56      zhu      7316: => '新组合页面的名称',
1.6       bisitz   7317: 
                   7318:    'New Page'
                   7319: => '新组合页面',
                   7320: 
                   7321:    'WARNING: Removing a resource makes associated grades and scores inaccessible!'
1.93      raeburn  7322: => 'WARNING: Removing a resource makes associated grades and scores inaccessible!',
1.6       bisitz   7323: 
1.68      bisitz   7324:    'Clipboard'
1.93      raeburn  7325: => 'Clipboard',
1.68      bisitz   7326: 
1.6       bisitz   7327:    'Remove[_99]'
1.93      raeburn  7328: => 'Remove[_99]',
1.6       bisitz   7329: 
                   7330:    '?[_99]'
1.93      raeburn  7331: => '?[_99]',
1.6       bisitz   7332: 
                   7333:    'WARNING: Cutting a resource makes associated grades and scores inaccessible!'
1.93      raeburn  7334: => 'WARNING: Cutting a resource makes associated grades and scores inaccessible!',
1.6       bisitz   7335: 
                   7336:    'Grades remain inaccessible if resource is pasted into another folder.'
1.93      raeburn  7337: => 'Grades remain inaccessible if resource is pasted into another folder.',
1.6       bisitz   7338: 
                   7339:    'Cut[_98]'
1.93      raeburn  7340: => 'Cut[_98]',
1.6       bisitz   7341: 
                   7342:    '?[_98]'
1.93      raeburn  7343: => '?[_98]',
1.6       bisitz   7344: 
                   7345:    'Paste'
1.93      raeburn  7346: => 'Paste',
1.6       bisitz   7347: 
                   7348:    '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  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.6       bisitz   7350: 
                   7351:    'This may take a few moments to display.'
1.10      zhu      7352: => '计算需要几分钟的时间。',
1.6       bisitz   7353: 
                   7354:    'Detailed Citation Preview'
1.10      zhu      7355: => '详细引文预览',
1.6       bisitz   7356: 
                   7357:    'related words'
1.10      zhu      7358: => '相关词',
1.6       bisitz   7359: 
                   7360:    'Any domain'
1.10      zhu      7361: => '任何域',
1.6       bisitz   7362: 
                   7363:    'Reset'
1.10      zhu      7364: => '重置',
1.6       bisitz   7365: 
                   7366:    'MIME Type Category'
1.10      zhu      7367: => 'MIME 类型分类',
1.6       bisitz   7368: 
                   7369:    'Domains'
1.10      zhu      7370: => '域',
1.6       bisitz   7371: 
                   7372:    'Custom Metadata fields'
1.13      zhu      7373: => '自定义元数据字段',
1.6       bisitz   7374: 
                   7375:    'Field Name'
1.10      zhu      7376: => '域名',
1.6       bisitz   7377: 
                   7378:    'Field Value(s)'
1.10      zhu      7379: => '域值',
1.6       bisitz   7380: 
                   7381:    'Another custom field/value pair?'
1.13      zhu      7382: => '其他自定义字段/值配对?',
1.6       bisitz   7383: 
                   7384:    'Creation and Modification dates'
1.13      zhu      7385: => '建立与修改日期',
1.6       bisitz   7386: 
                   7387:    'Created between'
1.13      zhu      7388: => '创建时间',
1.6       bisitz   7389: 
                   7390:    'Last modified between'
1.13      zhu      7391: => '上次修改时间',
1.6       bisitz   7392: 
                   7393:    'Standard Portfolio Metadata'
1.27      zhu      7394: => '标准的元数据组合',
1.6       bisitz   7395: 
                   7396:    'Advanced Portfolio Search'
1.13      zhu      7397: => '高级组合搜索',
1.6       bisitz   7398: 
                   7399:    'Standard Catalog Metadata'
1.27      zhu      7400: => '标准目录元数据',
1.6       bisitz   7401: 
                   7402:    'Problem Statistics'
1.12      zhu      7403: => '问题统计',
1.6       bisitz   7404: 
                   7405:    'Statistics calculated for number of students'
1.18      zhu      7406: => '统计计算出以下的学生人数',
1.6       bisitz   7407: 
                   7408:    'Portfolio and Catalog Search'
                   7409: => '搜索文件夹和目录',
                   7410: 
                   7411:    'Search the database of accessible portfolio files'
1.93      raeburn  7412: => 'Search the database of accessible portfolio files',
1.6       bisitz   7413: 
1.118   ! bisitz   7414:    'Authoring Space:'
        !          7415: => 'Authoring Space:',
1.6       bisitz   7416: 
                   7417:    'Problem Status:'
1.12      zhu      7418: => '问题状态:',
1.6       bisitz   7419: 
                   7420:    'Problem Type:'
1.12      zhu      7421: => '问题类型:',
1.6       bisitz   7422: 
                   7423:    'Feedback Mode:'
1.12      zhu      7424: => '反馈模式:',
1.6       bisitz   7425: 
                   7426:    'Answer for Part: [_1]'
1.93      raeburn  7427: => 'Answer for Part: [_1]',
1.6       bisitz   7428: 
                   7429:    'Script Vars'
1.93      raeburn  7430: => 'Script Vars',
1.6       bisitz   7431: 
                   7432:    'Regular file'
1.93      raeburn  7433: => 'Regular file',
1.6       bisitz   7434: 
                   7435:    'Testbank file'
1.93      raeburn  7436: => 'Testbank file',
1.6       bisitz   7437: 
                   7438:    'IMS package'
1.12      zhu      7439: => 'IMS-软件包',
1.6       bisitz   7440: 
                   7441:    'There are unsaved changes'
1.93      raeburn  7442: => 'There are unsaved changes',
1.6       bisitz   7443: 
1.32      bisitz   7444:    'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn  7445: => 'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz   7446: 
                   7447:    'Active Link'
1.18      zhu      7448: => '活动链接',
1.6       bisitz   7449: 
                   7450:    'Font'
1.18      zhu      7451: => '字体',
1.6       bisitz   7452: 
                   7453:    'Un-Visited Link'
1.18      zhu      7454: => '未访问过的链接',
1.6       bisitz   7455: 
                   7456:    'Page Background'
1.18      zhu      7457: => '网页背景',
1.6       bisitz   7458: 
                   7459:    'Header Border'
1.18      zhu      7460: => '标题边框',
1.6       bisitz   7461: 
                   7462:    'Header Background'
1.18      zhu      7463: => '标题背景',
1.6       bisitz   7464: 
                   7465:    'Visited Link'
1.18      zhu      7466: => '访问过的链接',
1.6       bisitz   7467: 
                   7468:    'Change Custom Colors'
1.18      zhu      7469: => '更改自定义颜色',
1.6       bisitz   7470: 
1.19      zhu      7471:    'Reset All'
1.18      zhu      7472: => '所有颜色重置为默认颜色',
1.6       bisitz   7473: 
                   7474:    'Save and Edit'
1.18      zhu      7475: => '保存并继续编辑',
1.6       bisitz   7476: 
                   7477:    'Save and View'
1.18      zhu      7478: => '保存和查看',
1.6       bisitz   7479: 
                   7480:    'Check Spelling'
1.18      zhu      7481: => '拼写检查',
1.6       bisitz   7482: 
                   7483:    'Selecting a Course'
1.12      zhu      7484: => '选择课程',
1.6       bisitz   7485: 
                   7486:    'Course Activity:'
1.93      raeburn  7487: => 'Course Activity:',
1.6       bisitz   7488: 
                   7489:    'Course Domain:'
1.93      raeburn  7490: => 'Course Domain:',
1.6       bisitz   7491: 
                   7492:    'Course Institutional Code:'
1.93      raeburn  7493: => 'Course Institutional Code:',
1.6       bisitz   7494: 
                   7495:    "Course Owner's Username:"
1.96      raeburn  7496: => "Course Owner's Username:",
1.6       bisitz   7497: 
                   7498:    "Course Owner's Domain:"
1.96      raeburn  7499: => "Course Owner's Domain:",
1.6       bisitz   7500: 
                   7501:    'LON-CAPA course ID:'
1.63      zhu      7502: => 'LON-CAPA 课程 ID:',
1.6       bisitz   7503: 
1.38      bisitz   7504:    'Course Description'
1.63      zhu      7505: => '课程简介',
1.6       bisitz   7506: 
                   7507:    'Resource Space Home'
1.63      zhu      7508: => '资源空间主页',
1.6       bisitz   7509: 
                   7510:    'Default start and end dates for student access'
1.93      raeburn  7511: => 'Default start and end dates for student access',
1.6       bisitz   7512: 
                   7513:    'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
1.93      raeburn  7514: => 'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.6       bisitz   7515: 
                   7516:    'Course Group Settings'
1.12      zhu      7517: => '课程组设置',
1.6       bisitz   7518: 
1.98      bisitz   7519:    'Set a quota for the total disk space available for storage of course group portfolio files.'
                   7520: => 'Set a quota for the total disk space available for storage of course group portfolio files.',
1.6       bisitz   7521: 
                   7522:    'Creation Options'
1.63      zhu      7523: => '创建选项',
1.6       bisitz   7524: 
                   7525:    ' Creation Settings'
1.63      zhu      7526: => ' 创建设置',
1.6       bisitz   7527: 
                   7528:    'Creation Outcome'
1.63      zhu      7529: => '创作成果',
1.6       bisitz   7530: 
                   7531:    'New LON-CAPA course ID:'
1.63      zhu      7532: => '新的 LON-CAPA 课程 ID:',
1.6       bisitz   7533: 
                   7534:    'Created on'
1.63      zhu      7535: => '创建于',
1.6       bisitz   7536: 
                   7537:    'Cloning course from'
1.93      raeburn  7538: => 'Cloning course from',
1.6       bisitz   7539: 
                   7540:    'Setting environment'
1.93      raeburn  7541: => 'Setting environment',
1.6       bisitz   7542: 
                   7543:    'Opening all assignments'
1.93      raeburn  7544: => 'Opening all assignments',
1.6       bisitz   7545: 
                   7546:    'Setting first resource'
1.93      raeburn  7547: => 'Setting first resource',
1.6       bisitz   7548: 
                   7549:    'Assigning role of [_1] Coordinator to [_2] at [_3]: '
1.93      raeburn  7550: => 'Assigning role of [_1] Coordinator to [_2] at [_3]: ',
1.6       bisitz   7551: 
                   7552:    'Roles will be active at next login'
1.93      raeburn  7553: => 'Roles will be active at next login',
1.6       bisitz   7554: 
                   7555:    'Active at next login.'
1.93      raeburn  7556: => 'Active at next login.',
1.6       bisitz   7557: 
                   7558:    'Expired after logout.'
1.93      raeburn  7559: => 'Expired after logout.',
1.6       bisitz   7560: 
                   7561:    'No new course created.'
1.93      raeburn  7562: => 'No new course created.',
1.6       bisitz   7563: 
                   7564:    'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.'
1.93      raeburn  7565: => 'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.',
1.6       bisitz   7566: 
                   7567:    '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  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.6       bisitz   7569: 
                   7570:    'Create Another [_1]'
1.93      raeburn  7571: => 'Create Another [_1]',
1.6       bisitz   7572: 
                   7573:    'from domain'
1.93      raeburn  7574: => 'from domain',
1.6       bisitz   7575: 
                   7576:    'Submit Evaluation'
1.18      zhu      7577: => '提交评价',
1.6       bisitz   7578: 
                   7579:    'Standard Problem'
1.12      zhu      7580: => '标准问题',
1.6       bisitz   7581: 
                   7582:    'Practice'
1.98      bisitz   7583: => 'Practice',
1.6       bisitz   7584: 
                   7585:    'Exam'
1.93      raeburn  7586: => 'Exam',
1.6       bisitz   7587: 
                   7588:    'Survey'
1.63      zhu      7589: => '调查',
1.6       bisitz   7590: 
                   7591:    'Library'
1.63      zhu      7592: => '图书馆',
1.6       bisitz   7593: 
                   7594:    'Value:'
1.93      raeburn  7595: => 'Value:',
1.6       bisitz   7596: 
                   7597:    'String Value'
1.93      raeburn  7598: => 'String Value',
1.6       bisitz   7599: 
                   7600:    'practice'
1.98      bisitz   7601: => 'practice',
1.6       bisitz   7602: 
                   7603:    'Loading Domain Coordinator Menu'
1.93      raeburn  7604: => 'Loading Domain Coordinator Menu',
1.6       bisitz   7605: 
                   7606:    "Disk space allocated to user's portfolio files"
1.93      raeburn  7607: => "Disk space allocated to user's portfolio files",
1.6       bisitz   7608: 
                   7609:    'Current quota'
1.63      zhu      7610: => '目前的配额',
1.6       bisitz   7611: 
1.116     bisitz   7612:    'For this user, the default quota is [_1] MB.'
1.63      zhu      7613: => '此用户的默认配额是 [_1] MB。',
1.6       bisitz   7614: 
                   7615:    'Change quota'
1.63      zhu      7616: => '更改配额',
1.6       bisitz   7617: 
                   7618:    'Custom quota'
1.70      zhu      7619: => '自定义配额',
1.6       bisitz   7620: 
                   7621:    'Existing sections'
1.70      zhu      7622: => '现有的章节',
1.6       bisitz   7623: 
                   7624:    'Define new section'
1.70      zhu      7625: => '创建新的章节',
1.6       bisitz   7626: 
                   7627:    'Create/Modify Another User'
1.70      zhu      7628: => '创建/修改另一个用户',
1.6       bisitz   7629: 
                   7630:    'Set Privileges for New User'
1.70      zhu      7631: => '设置新用户的权限',
1.6       bisitz   7632: 
                   7633:    'Generating user'
1.70      zhu      7634: => '生成用户',
1.6       bisitz   7635: 
                   7636:    'Generating user: [_1]'
1.70      zhu      7637: => '生成用户: [_1]',
1.6       bisitz   7638: 
                   7639:    'Home server'
1.93      raeburn  7640: => 'Home server',
1.6       bisitz   7641: 
                   7642:    'Home server: [_1]'
1.93      raeburn  7643: => 'Home server: [_1]',
1.6       bisitz   7644: 
                   7645:    'Modifying Roles'
1.70      zhu      7646: => '修改角色',
1.6       bisitz   7647: 
                   7648:    'No roles to modify'
1.70      zhu      7649: => '没有角色修改',
1.6       bisitz   7650: 
                   7651:    'starting'
1.70      zhu      7652: => '开始',
1.6       bisitz   7653: 
                   7654:    'Add to classlist:'
1.70      zhu      7655: => '添加到学生名册:',
1.6       bisitz   7656: 
                   7657:    'Change Current Login Data'
1.93      raeburn  7658: => 'Change Current Login Data',
1.6       bisitz   7659: 
                   7660:    'Enter New Login Data'
1.93      raeburn  7661: => 'Enter New Login Data',
1.6       bisitz   7662: 
                   7663:    'will override current values'
1.98      bisitz   7664: => 'will override current values',
1.6       bisitz   7665: 
                   7666:    'Section Numbers and corresponding LON-CAPA section IDs'
1.93      raeburn  7667: => 'Section Numbers and corresponding LON-CAPA section IDs',
1.6       bisitz   7668: 
                   7669:    'Overall Assessment Statistical Data'
1.18      zhu      7670: => '总体评价统计数据',
1.6       bisitz   7671: 
                   7672:    'No new dynamic data found.'
1.18      zhu      7673: => '没有发现新的动态数据。',
1.6       bisitz   7674: 
                   7675:    'Current value is'
1.93      raeburn  7676: => 'Current value is',
1.6       bisitz   7677: 
                   7678:    'Interval set to version changes [_1]'
1.93      raeburn  7679: => 'Interval set to version changes [_1]',
1.6       bisitz   7680: 
                   7681:    'Creating a new problem resource.'
1.93      raeburn  7682: => 'Creating a new problem resource.',
1.6       bisitz   7683: 
                   7684:    'Creating a new library resource.'
1.93      raeburn  7685: => 'Creating a new library resource.',
1.6       bisitz   7686: 
                   7687:    'Creating a new survey resource.'
1.93      raeburn  7688: => 'Creating a new survey resource.',
1.6       bisitz   7689: 
                   7690:    'Creating a new task resource.'
1.93      raeburn  7691: => 'Creating a new task resource.',
1.6       bisitz   7692: 
                   7693:    'The requested file [_1] currently does not exist.'
1.93      raeburn  7694: => 'The requested file [_1] currently does not exist.',
1.6       bisitz   7695: 
                   7696:    'To create a new problem, select a template from the list below. Then click on the "Create problem" button.'
1.93      raeburn  7697: => 'To create a new problem, select a template from the list below. Then click on the "Create problem" button.',
1.6       bisitz   7698: 
                   7699:    'To create a new library, select a template from the list below. Then click on the "Create library" button.'
1.93      raeburn  7700: => 'To create a new library, select a template from the list below. Then click on the "Create library" button.',
1.6       bisitz   7701: 
                   7702:    'To create a new survey, select a template from the list below. Then click on the "Create survey" button.'
1.93      raeburn  7703: => 'To create a new survey, select a template from the list below. Then click on the "Create survey" button.',
1.6       bisitz   7704: 
                   7705:    'To create a new task, select a template from the list below. Then click on the "Create task" button.'
1.93      raeburn  7706: => 'To create a new task, select a template from the list below. Then click on the "Create task" button.',
1.6       bisitz   7707: 
                   7708:    'Accessibility Options'
1.93      raeburn  7709: => 'Accessibility Options',
1.6       bisitz   7710: 
                   7711:    'About LON-CAPA'
                   7712: => '关于 LON-CAPA',
                   7713: 
1.81      bisitz   7714:    'Course/Community Catalog'
1.93      raeburn  7715: => '课程目录',
1.6       bisitz   7716: 
                   7717:    '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  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.6       bisitz   7719: 
                   7720:    'The course has yet to be created.'
1.93      raeburn  7721: => 'The course has yet to be created.',
1.6       bisitz   7722: 
                   7723:    'Automatic enrollment of registered students has not been enabled for the course.'
1.93      raeburn  7724: => 'Automatic enrollment of registered students has not been enabled for the course.',
1.6       bisitz   7725: 
                   7726:    'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.'
1.93      raeburn  7727: => 'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.',
1.6       bisitz   7728: 
                   7729:    '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  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.6       bisitz   7731: 
                   7732:    '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  7733: => '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   7734: 
1.83      bisitz   7735:    '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  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.',
1.6       bisitz   7737: 
1.83      bisitz   7738:    '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  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.6       bisitz   7740: 
                   7741:    'User Authentication'
1.93      raeburn  7742: => 'User Authentication',
1.6       bisitz   7743: 
                   7744:    'Log-in Help'
                   7745: => '登录帮助',
                   7746: 
                   7747:    'Forgot password?'
                   7748: => '忘记密码?',
                   7749: 
                   7750:    'New User?'
                   7751: => '新用户?',
                   7752: 
                   7753:    'Crosslisted'
1.93      raeburn  7754: => 'Crosslisted',
1.6       bisitz   7755: 
                   7756:    'Owner'
1.93      raeburn  7757: => 'Owner',
1.6       bisitz   7758: 
                   7759:    'Code'
1.93      raeburn  7760: => 'Code',
1.6       bisitz   7761: 
                   7762:    'Course listing'
                   7763: => '课程目录',
                   7764: 
                   7765:    'Display information about official [_1] classes for which LON-CAPA courses have been created:'
1.93      raeburn  7766: => 'Display information about official [_1] classes for which LON-CAPA courses have been created:',
1.6       bisitz   7767: 
                   7768:    'help/support'
1.93      raeburn  7769: => 'help/support',
1.6       bisitz   7770: 
                   7771:    'Ask helpdesk'
1.93      raeburn  7772: => 'Ask helpdesk',
1.6       bisitz   7773: 
                   7774:    'Back to last location'
1.93      raeburn  7775: => 'Back to last location',
1.6       bisitz   7776: 
                   7777:    'Note'
1.18      zhu      7778: => '注意',
                   7779: 
                   7780:    'Note:'
                   7781: => '注意:',
1.6       bisitz   7782: 
                   7783:    'Student questions about course content should be directed to the course instructor'
1.93      raeburn  7784: => 'Student questions about course content should be directed to the course instructor',
1.6       bisitz   7785: 
                   7786:    'Submit Request'
1.93      raeburn  7787: => 'Submit Request',
1.6       bisitz   7788: 
                   7789:    'E-mail address'
                   7790: => 'E-Mail 地址',
                   7791: 
                   7792:    'Enter the username you use to log-in to LON-CAPA, and your domain.'
1.93      raeburn  7793: => 'Enter the username you use to log-in to LON-CAPA, and your domain.',
1.6       bisitz   7794: 
                   7795:    'URL of page'
1.18      zhu      7796: => '该页的网址',
1.6       bisitz   7797: 
                   7798:    'Phone'
                   7799: => '电话',
                   7800: 
                   7801:    'Course Details'
1.93      raeburn  7802: => 'Course Details',
1.6       bisitz   7803: 
                   7804:    'Enter institutional course code'
1.93      raeburn  7805: => 'Enter institutional course code',
1.6       bisitz   7806: 
                   7807:    'Enter course title'
1.93      raeburn  7808: => 'Enter course title',
1.6       bisitz   7809: 
                   7810:    'Section Number'
1.93      raeburn  7811: => 'Section Number',
1.6       bisitz   7812: 
                   7813:    'Detailed Description'
1.13      zhu      7814: => '详细说明',
1.6       bisitz   7815: 
                   7816:    'Clear Form'
1.18      zhu      7817: => '重置表',
1.6       bisitz   7818: 
                   7819:    'Material presented in clear way'
1.18      zhu      7820: => '这些材料中提出一个明确的方式',
1.6       bisitz   7821: 
                   7822:    'Material covered with sufficient depth'
1.18      zhu      7823: => '这些材料包括有足够的深度',
1.6       bisitz   7824: 
                   7825:    'Material is helpful'
1.18      zhu      7826: => '这些材料是有用的',
1.6       bisitz   7827: 
                   7828:    'Material appears to be correct'
1.18      zhu      7829: => '这些材料似乎是正确的',
1.6       bisitz   7830: 
                   7831:    'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.'
1.93      raeburn  7832: => 'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.',
1.6       bisitz   7833: 
                   7834:    'is in this state due to author settings.'
1.93      raeburn  7835: => 'is in this state due to author settings.',
1.6       bisitz   7836: 
                   7837:    'User Data for'
1.93      raeburn  7838: => 'User Data for',
1.6       bisitz   7839: 
                   7840:    'Email Address'
1.12      zhu      7841: => 'E-Mail地址',
1.6       bisitz   7842: 
                   7843:    'Enroll Student'
1.70      zhu      7844: => '注册学生',
1.6       bisitz   7845: 
                   7846:    'If active, the new role will be available when the student next logs in to LON-CAPA.'
1.93      raeburn  7847: => 'If active, the new role will be available when the student next logs in to LON-CAPA.',
1.6       bisitz   7848: 
                   7849:    'Enroll another student'
1.70      zhu      7850: => '注册另一名学生',
1.6       bisitz   7851: 
                   7852:    'Enroll Another Student'
1.70      zhu      7853: => '注册另一名学生',
1.6       bisitz   7854: 
                   7855:    'start date'
1.10      zhu      7856: => '开始日期',
1.6       bisitz   7857: 
                   7858:    'end date'
1.10      zhu      7859: => '结束日期',
1.6       bisitz   7860: 
                   7861:    'active groups'
1.12      zhu      7862: => '活跃的组',
1.6       bisitz   7863: 
                   7864:    'active group(s)'
1.12      zhu      7865: => '活跃的组',
1.6       bisitz   7866: 
                   7867:    "Select a user name to view the user's personal page."
                   7868: => "选择一个用户名,以查看此用户的个人网页。",
                   7869: 
1.33      bisitz   7870:    'View recent activity by this student'
1.31      bisitz   7871: => '最后处于活动状态的人',
                   7872: 
                   7873:    'View recent activity'
                   7874: => '查看最近活动',
1.6       bisitz   7875: 
1.52      bisitz   7876:    'Recent activity of [_1]'
                   7877: => '最后处于活动状态的 [_1]',
1.6       bisitz   7878: 
                   7879: 
1.33      bisitz   7880:    'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.'
1.93      raeburn  7881: => 'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.',
1.6       bisitz   7882: 
                   7883:    'Composing Query'
1.93      raeburn  7884: => 'Composing Query',
1.6       bisitz   7885: 
                   7886:    'Student Activity'
1.93      raeburn  7887: => 'Student Activity',
1.6       bisitz   7888: 
                   7889:    'Waiting up to [_1] seconds for results'
1.93      raeburn  7890: => 'Waiting up to [_1] seconds for results',
1.6       bisitz   7891: 
                   7892:    'Activity data compiled up to [_1]'
1.93      raeburn  7893: => 'Activity data compiled up to [_1]',
1.6       bisitz   7894: 
                   7895:    'While data is processed, periodically reload this page for more recent activity'
1.93      raeburn  7896: => 'While data is processed, periodically reload this page for more recent activity',
1.6       bisitz   7897: 
                   7898:    'Data'
1.93      raeburn  7899: => 'Data',
1.6       bisitz   7900: 
                   7901:    'Resubmit last request to check for newer data'
1.93      raeburn  7902: => 'Resubmit last request to check for newer data',
1.6       bisitz   7903: 
                   7904:    'View Classlist'
1.93      raeburn  7905: => 'View Classlist',
1.6       bisitz   7906: 
                   7907:    'Count'
1.93      raeburn  7908: => 'Count',
1.6       bisitz   7909: 
                   7910:    'Modifying authentication:'
1.98      bisitz   7911: => 'Modifying authentication:',
1.6       bisitz   7912: 
                   7913:    'Modify User Privileges'
1.93      raeburn  7914: => 'Modify User Privileges',
1.6       bisitz   7915: 
                   7916:    'Insert:'
1.93      raeburn  7917: => 'Insert:',
1.6       bisitz   7918: 
                   7919:    'Delete?'
1.93      raeburn  7920: => 'Delete?',
1.6       bisitz   7921: 
                   7922:    'Randomize Foil Order:'
1.93      raeburn  7923: => 'Randomize Foil Order:',
1.6       bisitz   7924: 
                   7925:    'Use template:'
1.93      raeburn  7926: => 'Use template:',
1.6       bisitz   7927: 
                   7928:    'Display Direction'
1.93      raeburn  7929: => 'Display Direction',
1.6       bisitz   7930: 
                   7931:    'vertical'
1.93      raeburn  7932: => 'vertical',
1.6       bisitz   7933: 
                   7934:    'horizontal'
                   7935: => 'horizontal',
                   7936: 
                   7937:    'Script'
1.113     bisitz   7938: => 'Script',
1.6       bisitz   7939: 
                   7940:    'Problem Editing'
1.12      zhu      7941: => '问题编辑',
1.6       bisitz   7942: 
                   7943:    'Hint'
1.113     bisitz   7944: => '提示',
1.6       bisitz   7945: 
                   7946:    'Show hint even if problem Correct:'
1.93      raeburn  7947: => 'Show hint even if problem Correct:',
1.6       bisitz   7948: 
                   7949:    'Single Line Text Entry Area'
1.113     bisitz   7950: => 'Single Line Text Entry Area',
1.6       bisitz   7951: 
                   7952:    'Parameters for a response'
1.113     bisitz   7953: => 'Parameters for a response',
1.6       bisitz   7954: 
                   7955:    'Problem Part'
1.113     bisitz   7956: => '问题部分',
1.6       bisitz   7957: 
                   7958:    'Part ID:'
1.27      zhu      7959: => '问题部分编号:',
1.6       bisitz   7960: 
                   7961:    'Displayed Part Description:'
1.93      raeburn  7962: => 'Displayed Part Description:',
1.6       bisitz   7963: 
                   7964:    'Readonly:'
1.113     bisitz   7965: => 'Readonly:',
1.6       bisitz   7966: 
                   7967:    'Response: Numerical'
1.113     bisitz   7968: => 'Response: Numerical',
1.6       bisitz   7969: 
                   7970:    'random'
1.93      raeburn  7971: => 'random',
1.6       bisitz   7972: 
                   7973:    'top'
1.93      raeburn  7974: => 'top',
1.6       bisitz   7975: 
                   7976:    'bottom'
1.93      raeburn  7977: => 'bottom',
1.6       bisitz   7978: 
                   7979:    'Add new Option:'
1.93      raeburn  7980: => 'Add new Option:',
1.6       bisitz   7981: 
                   7982:    'Delete an Option:'
1.113     bisitz   7983: => 'Delete an Option:',
1.6       bisitz   7984: 
                   7985:    'Print options:'
1.93      raeburn  7986: => 'Print options:',
1.6       bisitz   7987: 
                   7988:    "Don't show option list"
1.113     bisitz   7989: => "Don't show option list",
1.6       bisitz   7990: 
                   7991:    'Display of options when printed'
1.93      raeburn  7992: => 'Display of options when printed',
1.6       bisitz   7993: 
                   7994:    'Normal list'
1.93      raeburn  7995: => 'Normal list',
1.6       bisitz   7996: 
                   7997:    'Listed in vertical column'
1.93      raeburn  7998: => 'Listed in vertical column',
1.6       bisitz   7999: 
                   8000:    'Multiple Option Response Question'
1.93      raeburn  8001: => 'Multiple Option Response Question',
1.6       bisitz   8002: 
                   8003:    'Select Options'
1.113     bisitz   8004: => 'Select Options',
1.6       bisitz   8005: 
                   8006:    'Image'
1.113     bisitz   8007: => 'Image',
1.6       bisitz   8008: 
                   8009:    'Image Url:'
1.93      raeburn  8010: => 'Image Url:',
1.6       bisitz   8011: 
                   8012:    'width (pixel):'
1.93      raeburn  8013: => 'width (pixel):',
1.6       bisitz   8014: 
                   8015:    'height (pixel):'
1.93      raeburn  8016: => 'height (pixel):',
1.6       bisitz   8017: 
                   8018:    'Alignment:'
1.113     bisitz   8019: => 'Alignment:',
1.6       bisitz   8020: 
                   8021:    'Encrypt URL:'
1.113     bisitz   8022: => 'Encrypt URL:',
1.6       bisitz   8023: 
                   8024:    'no'
1.93      raeburn  8025: => 'no',
1.6       bisitz   8026: 
                   8027:    'Location:'
1.113     bisitz   8028: => 'Location:',
1.6       bisitz   8029: 
                   8030:    'Randomly labeled image'
1.113     bisitz   8031: => 'Randomly labeled image',
1.6       bisitz   8032: 
                   8033:    'Response: Click on Image'
1.113     bisitz   8034: => 'Response: Click on Image',
1.6       bisitz   8035: 
                   8036:    'Collection of Imageresponse foils'
1.113     bisitz   8037: => 'Collection of Imageresponse foils',
1.6       bisitz   8038: 
                   8039:    'Image response foil'
1.113     bisitz   8040: => 'Image response foil',
1.6       bisitz   8041: 
1.113     bisitz   8042:    'Enter Coordinates'
1.93      raeburn  8043: => 'Enter Coordinates',
1.6       bisitz   8044: 
                   8045:    'Rectangle'
1.113     bisitz   8046: => 'Rectangle',
1.6       bisitz   8047: 
                   8048:    'Coordinate Pairs'
1.93      raeburn  8049: => 'Coordinate Pairs',
1.6       bisitz   8050: 
                   8051:    'Polygon'
                   8052: => 'Polygon',
                   8053: 
                   8054:    'Coordinate list'
1.113     bisitz   8055: => 'Coordinate list',
1.6       bisitz   8056: 
                   8057:    'Create Polygon Data'
1.113     bisitz   8058: => 'Create Polygon Data',
1.6       bisitz   8059: 
                   8060:    'Task Description'
1.113     bisitz   8061: => '问题描述',
1.6       bisitz   8062: 
                   8063:    'Clickable Image'
1.113     bisitz   8064: => 'Clickable Image',
1.6       bisitz   8065: 
                   8066:    'Image Source File'
1.113     bisitz   8067: => 'Image Source File',
1.6       bisitz   8068: 
                   8069:    'Select Position on Image'
1.93      raeburn  8070: => 'Select Position on Image',
1.6       bisitz   8071: 
                   8072:    'Select First Coordinate on Image'
1.93      raeburn  8073: => 'Select First Coordinate on Image',
1.6       bisitz   8074: 
                   8075:    'Select Second Coordinate on Image'
1.93      raeburn  8076: => 'Select Second Coordinate on Image',
1.6       bisitz   8077: 
                   8078:    'Select Finish to save selection'
1.93      raeburn  8079: => 'Select Finish to save selection',
1.6       bisitz   8080: 
                   8081:    'Enter Coordinate or click finish to close Polygon'
1.93      raeburn  8082: => 'Enter Coordinate or click finish to close Polygon',
1.6       bisitz   8083: 
                   8084:    'Click to select a Coordinate or click Finish to save current selection'
1.93      raeburn  8085: => 'Click to select a Coordinate or click Finish to save current selection',
1.6       bisitz   8086: 
                   8087:    'New Name'
1.93      raeburn  8088: => 'New Name',
1.6       bisitz   8089: 
                   8090:    'Make Obsolete'
1.93      raeburn  8091: => 'Make Obsolete',
1.6       bisitz   8092: 
                   8093:    'Set Margins'
1.93      raeburn  8094: => 'Set Margins',
1.6       bisitz   8095: 
                   8096:    'How should each column be formatted?'
1.113     bisitz   8097: => 'How should each column be formatted?',
1.6       bisitz   8098: 
                   8099:    'Width:'
1.113     bisitz   8100: => '宽:',
1.6       bisitz   8101: 
                   8102:    'Height:'
1.113     bisitz   8103: => '高:',
1.6       bisitz   8104: 
                   8105:    'Left Margin:'
1.113     bisitz   8106: => 'Left Margin:',
1.6       bisitz   8107: 
                   8108:    'Username and/or password could not be authenticated.'
1.9       zhu      8109: => '用户名和(或)密码无法验证。',
1.6       bisitz   8110: 
                   8111:    'Please check the username and password.'
1.9       zhu      8112: => '请检查您的用户名和密码。',
1.6       bisitz   8113: 
                   8114:    'Try again'
1.9       zhu      8115: => '再试一次',
1.6       bisitz   8116: 
                   8117:    'Information needed to verify your login information is missing, inaccessible or expired.'
1.9       zhu      8118: => '验证您的登录的信息丢失,无法进入或已经过期。',
1.6       bisitz   8119: 
                   8120:    'Sending'
1.56      zhu      8121: => '发送中',
1.6       bisitz   8122: 
                   8123:    'Completed.'
1.56      zhu      8124: => '邮件已发送。',
1.6       bisitz   8125: 
                   8126:    'Messages being sent.'
1.55      zhu      8127: => '邮件被发送。',
1.6       bisitz   8128: 
                   8129:    'Assigning'
1.93      raeburn  8130: => 'Assigning',
1.6       bisitz   8131: 
                   8132:    'ending'
1.93      raeburn  8133: => 'ending',
1.6       bisitz   8134: 
                   8135:    'Assistant Co-Author'
1.93      raeburn  8136: => 'Assistant Co-Author',
1.6       bisitz   8137: 
                   8138:    'Metadata for [_1]'
1.93      raeburn  8139: => 'Metadata for [_1]',
1.6       bisitz   8140: 
                   8141:    'There are [_1] matches to your query.'
1.18      zhu      8142: => '有 [_1] 匹配您的查询。',
1.6       bisitz   8143: 
1.71      bisitz   8144:    'There were no results matching your query.'
1.93      raeburn  8145: => 'There were no results matching your query.',
1.71      bisitz   8146: 
1.6       bisitz   8147:    'Revise search'
1.18      zhu      8148: => '修改搜寻',
1.6       bisitz   8149: 
1.71      bisitz   8150:    'Internal Error - Bad view selected.'
1.93      raeburn  8151: => 'Internal Error - Bad view selected.',
1.71      bisitz   8152: 
                   8153:    'Unable to save import results.'
1.93      raeburn  8154: => 'Unable to save import results.',
1.71      bisitz   8155: 
                   8156:    'A MySQL error has occurred.'
1.93      raeburn  8157: => 'A MySQL error has occurred.',
1.71      bisitz   8158: 
1.6       bisitz   8159:    'Number of accesses'
1.93      raeburn  8160: => 'Number of accesses',
1.6       bisitz   8161: 
                   8162:    'Ascending'
1.18      zhu      8163: => '上升的',
1.6       bisitz   8164: 
                   8165:    'Descending'
1.18      zhu      8166: => '下降的',
1.6       bisitz   8167: 
                   8168:    'Students Attempting'
1.93      raeburn  8169: => 'Students Attempting', # ??? [SB 2007-07-03]
1.6       bisitz   8170: 
                   8171:    'Average Number of Tries'
1.93      raeburn  8172: => 'Average Number of Tries',
1.6       bisitz   8173: 
                   8174:    'Mean Degree of Difficulty'
1.93      raeburn  8175: => 'Mean Degree of Difficulty',
1.6       bisitz   8176: 
                   8177:    'Mean Degree of Discrimination'
1.93      raeburn  8178: => 'Mean Degree of Discrimination',
1.6       bisitz   8179: 
                   8180:    'Evaluation: Clear'
1.93      raeburn  8181: => 'Evaluation: Clear',
1.6       bisitz   8182: 
                   8183:    'Evaluation: Technically Correct'
1.93      raeburn  8184: => 'Evaluation: Technically Correct',
1.6       bisitz   8185: 
                   8186:    'Evaluation: Material is Correct'
1.93      raeburn  8187: => 'Evaluation: Material is Correct',
1.6       bisitz   8188: 
                   8189:    'Evaluation: Material is Helpful'
1.93      raeburn  8190: => 'Evaluation: Material is Helpful',
1.6       bisitz   8191: 
                   8192:    'Evaluation: Material has Depth'
1.93      raeburn  8193: => 'Evaluation: Material has Depth',
1.6       bisitz   8194: 
                   8195:    'Prev'
1.18      zhu      8196: => '上一个',
1.6       bisitz   8197: 
                   8198:    'Reload'
1.18      zhu      8199: => '重新加载',
1.6       bisitz   8200: 
                   8201:    'Results [_1] to [_2] out of [_3]'
1.18      zhu      8202: => '结果 [_1] 至 [_2] 的 [_3]',
1.6       bisitz   8203: 
1.80      bisitz   8204:    'Unactionable Search Query'
1.18      zhu      8205: => '查询被否决',
1.6       bisitz   8206: 
                   8207:    'Revise Search Request'
1.18      zhu      8208: => '修改搜索请求',
1.6       bisitz   8209: 
                   8210:    'LON-CAPA Access Control'
1.18      zhu      8211: => 'LON-CAPA 访问控制',
1.6       bisitz   8212: 
                   8213:    'Access  : '
1.18      zhu      8214: => '访问  : ',
1.6       bisitz   8215: 
                   8216:    'Resource: '
1.18      zhu      8217: => '资源: ',
1.6       bisitz   8218: 
                   8219:    'Action  : '
1.93      raeburn  8220: => 'Action  : ',
1.6       bisitz   8221: 
                   8222:    'You have modified your course recently, [_1] may fix this access problem.'
1.93      raeburn  8223: => 'You have modified your course recently, [_1] may fix this access problem.',
1.6       bisitz   8224: 
                   8225:    'Published on ...'
1.93      raeburn  8226: => 'Published on ...',
1.6       bisitz   8227: 
                   8228:    'Currently published version'
1.93      raeburn  8229: => 'Currently published version',
1.6       bisitz   8230: 
                   8231:    'Edit Metadata'
1.93      raeburn  8232: => 'Edit Metadata',
1.6       bisitz   8233: 
                   8234:    'Cleanup XML Document'
1.93      raeburn  8235: => 'Cleanup XML Document',
1.6       bisitz   8236: 
                   8237:    'Select actions to attempt:'
1.12      zhu      8238: => '选择所需的行动:',
1.6       bisitz   8239: 
                   8240:    'Linefeeds, formfeeds, and carriage returns'
1.93      raeburn  8241: => 'Linefeeds, formfeeds, and carriage returns',
1.6       bisitz   8242: 
                   8243:    'Empty tags'
1.93      raeburn  8244: => 'Empty tags',
1.6       bisitz   8245: 
                   8246:    'Lower casing'
1.93      raeburn  8247: => 'Lower casing',
1.6       bisitz   8248: 
                   8249:    'Symbol font'
1.93      raeburn  8250: => 'Symbol font', # ??? [SB 2007-07-03]
1.6       bisitz   8251: 
                   8252:    'Cleanup'
1.93      raeburn  8253: => 'Cleanup',
1.6       bisitz   8254: 
                   8255:    'Back to Source File'
1.93      raeburn  8256: => 'Back to Source File',
1.6       bisitz   8257: 
                   8258:    'Hypertext Cascading Style Sheet'
1.93      raeburn  8259: => 'Hypertext Cascading Style Sheet',
1.6       bisitz   8260: 
                   8261:    'Online Survey'
1.93      raeburn  8262: => 'Online Survey',
1.6       bisitz   8263: 
                   8264:    'Unable to find [_1]'
1.93      raeburn  8265: => 'Unable to find [_1]',
1.6       bisitz   8266: 
                   8267:    'Post Server Announcements'
1.93      raeburn  8268: => 'Post Server Announcements',
1.6       bisitz   8269: 
                   8270:    'Post announcements to the system login and roles screen'
1.93      raeburn  8271: => 'Post announcements to the system login and roles screen',
1.6       bisitz   8272: 
                   8273:    '(leave blank to delete announcement)'
1.100     raeburn  8274: => '(leave blank to delete announcement)',
1.6       bisitz   8275: 
                   8276:    'Check machines:'
1.93      raeburn  8277: => 'Check machines:',
1.6       bisitz   8278: 
                   8279:    'Current Announcement'
1.93      raeburn  8280: => 'Current Announcement',
1.6       bisitz   8281: 
                   8282:    'Calendar'
                   8283: => '日历',
                   8284: 
                   8285:    'Download your Calendar as iCalendar File'
1.9       zhu      8286: => '下载您的日历',
1.6       bisitz   8287: 
                   8288:    'No calendar available for this date.'
1.9       zhu      8289: => '没有日历用于此日期。',
1.6       bisitz   8290: 
                   8291:    'Posting [_1]'
1.93      raeburn  8292: => 'Posting [_1]',
1.6       bisitz   8293: 
1.74      bisitz   8294:    'This LON-CAPA server is version [_1]'
1.10      zhu      8295: => '这里是 LON-CAPA [_1]',
1.6       bisitz   8296: 
1.74      bisitz   8297:    'Only changes made from servers running LON-CAPA [_1] or later are displayed.'
1.93      raeburn  8298: => 'Only changes made from servers running LON-CAPA [_1] or later are displayed.',
1.74      bisitz   8299: 
1.6       bisitz   8300:    'Edit Answer'
1.93      raeburn  8301: => 'Edit Answer',
1.6       bisitz   8302: 
                   8303:    'Date/Time'
1.9       zhu      8304: => '日期/时间',
1.6       bisitz   8305: 
                   8306:    'Threshold Name'
1.93      raeburn  8307: => 'Threshold Name',
1.6       bisitz   8308: 
                   8309:    'Current value'
1.93      raeburn  8310: => 'Current value',
1.6       bisitz   8311: 
                   8312:    'Change?'
1.9       zhu      8313: => '改变?',
1.6       bisitz   8314: 
                   8315:    'Make changes'
1.9       zhu      8316: => '保存',
1.6       bisitz   8317: 
                   8318:    'Change thresholds'
1.93      raeburn  8319: => 'Change thresholds',
1.6       bisitz   8320: 
                   8321:    'Picture Conversion Status'
1.93      raeburn  8322: => 'Picture Conversion Status',
1.6       bisitz   8323: 
                   8324:    'Class Print Status'
1.93      raeburn  8325: => 'Class Print Status',
1.6       bisitz   8326: 
                   8327:    'Removing error messages:'
1.93      raeburn  8328: => 'Removing error messages:',
1.6       bisitz   8329: 
1.32      bisitz   8330:    'Invalid target directory, FAIL'
1.93      raeburn  8331: => 'Invalid target directory, FAIL',
1.32      bisitz   8332: 
1.6       bisitz   8333:    'Creating old version [_1]'
1.93      raeburn  8334: => 'Creating old version [_1]',
1.6       bisitz   8335: 
                   8336:    'Initial version'
1.93      raeburn  8337: => 'Initial version',
1.6       bisitz   8338: 
                   8339:    'Press "Generate Statistics" when you are ready.'
1.93      raeburn  8340: => 'Press "Generate Statistics" when you are ready.',
1.6       bisitz   8341: 
                   8342:    '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  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.6       bisitz   8344: 
                   8345:    'A course-wide error occurred.'
1.93      raeburn  8346: => 'A course-wide error occurred.',
1.6       bisitz   8347: 
                   8348:    'none'
1.70      zhu      8349: => '没有',
1.6       bisitz   8350: 
                   8351:    'Prepare Report'
1.70      zhu      8352: => '编写报告',
1.6       bisitz   8353: 
1.48      bisitz   8354:    'Show problem'
                   8355: => '提示显示',
1.6       bisitz   8356: 
1.48      bisitz   8357:    'Show correct answers'
1.93      raeburn  8358: => 'Show correct answers',
1.6       bisitz   8359: 
1.48      bisitz   8360:    'Show all submissions'
1.93      raeburn  8361: => 'Show all submissions',
1.6       bisitz   8362: 
1.48      bisitz   8363:    'Show problem grading'
1.93      raeburn  8364: => 'Show problem grading',
1.6       bisitz   8365: 
1.92      raeburn  8366:    'Computing correct answers greatly increases the amount of time required to prepare a report.'
1.93      raeburn  8367: => 'Computing correct answers greatly increases the amount of time required to prepare a report.',
1.6       bisitz   8368: 
                   8369:    'Please select problems and use the [_1]Prepare Report[_2] button to continue.'
1.93      raeburn  8370: => 'Please select problems and use the [_1]Prepare Report[_2] button to continue.',
1.6       bisitz   8371: 
                   8372:    'Please select a Survey to analyze'
1.93      raeburn  8373: => 'Please select a Survey to analyze',
1.6       bisitz   8374: 
                   8375:    'There are no survey problems in this course.'
1.93      raeburn  8376: => 'There are no survey problems in this course.',
1.6       bisitz   8377: 
                   8378:    'Generate Survey Report'
1.93      raeburn  8379: => 'Generate Survey Report',
1.6       bisitz   8380: 
                   8381:    'Building text document.'
1.93      raeburn  8382: => 'Building text document.',
1.6       bisitz   8383: 
                   8384:    'Generated on [_1]'
1.93      raeburn  8385: => 'Generated on [_1]',
1.6       bisitz   8386: 
                   8387:    'Your text file'
1.93      raeburn  8388: => 'Your text file',
1.6       bisitz   8389: 
                   8390:    'Done compiling text file. See link below to download.'
1.93      raeburn  8391: => 'Done compiling text file. See link below to download.',
1.6       bisitz   8392: 
                   8393:    'There is no essay or string response data to output for this survey.'
1.93      raeburn  8394: => 'There is no essay or string response data to output for this survey.',
1.6       bisitz   8395: 
                   8396:    'Building spreadsheet.'
1.18      zhu      8397: => '生成电子表格。',
1.6       bisitz   8398: 
                   8399:    '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.'
1.98      bisitz   8400: => '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.',
1.6       bisitz   8401: 
                   8402:    'Done compiling spreadsheet. See link below to download.'
1.93      raeburn  8403: => 'Done compiling spreadsheet. See link below to download.',
1.6       bisitz   8404: 
                   8405:    'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin'
1.93      raeburn  8406: => 'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin',
1.6       bisitz   8407: 
                   8408:    'Create Plot'
1.93      raeburn  8409: => 'Create Plot',
1.6       bisitz   8410: 
                   8411:    'Start Time:'
1.93      raeburn  8412: => 'Start Time:',
1.6       bisitz   8413: 
                   8414:    'End Time:'
1.93      raeburn  8415: => 'End Time:',
1.6       bisitz   8416: 
                   8417:    'Sender'
1.27      zhu      8418: => '寄件人',
1.6       bisitz   8419: 
                   8420:    'Number'
1.93      raeburn  8421: => 'Number',
1.6       bisitz   8422: 
                   8423:    'Upload Classlist'
1.93      raeburn  8424: => 'Upload Classlist',
1.6       bisitz   8425: 
                   8426:    'Semicolon separated values'
1.27      zhu      8427: => '以分号分隔',
1.6       bisitz   8428: 
                   8429:    'Show Log'
                   8430: => '查看日志',
                   8431: 
                   8432:    'Course Document Change Log'
1.93      raeburn  8433: => 'Course Document Change Log',
1.6       bisitz   8434: 
                   8435:    'Records'
1.93      raeburn  8436: => 'Records',
1.6       bisitz   8437: 
                   8438:    'Before'
                   8439: => '以前',
                   8440: 
                   8441:    'After'
                   8442: => '以后',
                   8443: 
                   8444:    'Current folder/page'
1.10      zhu      8445: => '当前文件夹/页',
1.6       bisitz   8446: 
                   8447:    'Containing phrase'
1.10      zhu      8448: => '含有短语',
1.6       bisitz   8449: 
                   8450:    'None'
1.10      zhu      8451: => '没有',
1.6       bisitz   8452: 
                   8453:    'Users'
                   8454: => '用户',
                   8455: 
                   8456:    'Include parameter types'
1.93      raeburn  8457: => 'Include parameter types',
1.6       bisitz   8458: 
                   8459:    'Parameter Change Log'
1.93      raeburn  8460: => 'Parameter Change Log',
1.6       bisitz   8461: 
                   8462:    'Announce'
1.93      raeburn  8463: => 'Announce',
1.6       bisitz   8464: 
                   8465:    'Not active anymore'
1.93      raeburn  8466: => 'Not active anymore',
1.6       bisitz   8467: 
                   8468:    'Add to Course Announcements'
1.93      raeburn  8469: => 'Add to Course Announcements',
1.6       bisitz   8470: 
                   8471:    'Username : Domain'
1.26      zhu      8472: => '用户名:域',
1.6       bisitz   8473: 
                   8474:    'Active'
1.26      zhu      8475: => '活跃的',
1.6       bisitz   8476: 
                   8477:    'Expired'
1.93      raeburn  8478: => 'Expired',
1.6       bisitz   8479: 
                   8480:    'Future'
1.93      raeburn  8481: => 'Future',
1.6       bisitz   8482: 
                   8483:    'Sort by realm first, then student (group/section)'
1.93      raeburn  8484: => 'Sort by realm first, then student (group/section)',
1.6       bisitz   8485: 
                   8486:    'Sort by student (group/section) first, then realm'
1.93      raeburn  8487: => 'Sort by student (group/section) first, then realm',
1.6       bisitz   8488: 
                   8489:    'Shift all dates based on this date'
1.93      raeburn  8490: => 'Shift all dates based on this date',
1.6       bisitz   8491: 
                   8492:    'Overview Mode'
1.27      zhu      8493: => '概况模式',
1.6       bisitz   8494: 
                   8495:    'Overview'
1.27      zhu      8496: => '概况',
1.6       bisitz   8497: 
                   8498:    'Set Parameters'
1.27      zhu      8499: => '参数设置',
1.6       bisitz   8500: 
                   8501:    'Parts'
1.27      zhu      8502: => '部分',
1.6       bisitz   8503: 
                   8504:    'Section(s)'
1.70      zhu      8505: => '章节(en)',
1.6       bisitz   8506: 
                   8507:    'Group(s)'
1.12      zhu      8508: => '组',
1.6       bisitz   8509: 
                   8510:    'Parameter Selection'
1.70      zhu      8511: => '参数选择',
1.6       bisitz   8512: 
                   8513:    'Add Selection for...'
1.93      raeburn  8514: => 'Add Selection for...',
1.6       bisitz   8515: 
                   8516:    'Select Common Only'
1.98      bisitz   8517: => 'Select Common Only',
1.6       bisitz   8518: 
                   8519:    'Problem Dates'
1.93      raeburn  8520: => 'Problem Dates',
1.6       bisitz   8521: 
                   8522:    'Content Dates'
1.93      raeburn  8523: => 'Content Dates',
1.6       bisitz   8524: 
                   8525:    'Discussion Settings'
1.93      raeburn  8526: => 'Discussion Settings',
1.6       bisitz   8527: 
                   8528:    'Visibilities'
1.70      zhu      8529: => '可见的',
1.6       bisitz   8530: 
                   8531:    'Part Parameters'
1.27      zhu      8532: => '部分参数',
1.6       bisitz   8533: 
                   8534:    'For User [_1] or Student/Employee ID [_2] at Domain [_3]'
1.27      zhu      8535: => '对于用户 [_1] 或学生/员工编号 [_2] 在域 [_3]',
1.6       bisitz   8536: 
                   8537:    'Group Files'
                   8538: => '编组文件',
                   8539: 
                   8540:    "Enter user:domain for User's 'About Me' Page"
1.93      raeburn  8541: => "Enter user:domain for User's 'About Me' Page",
1.6       bisitz   8542: 
                   8543:    'No map selected.'
1.93      raeburn  8544: => 'No map selected.',
1.6       bisitz   8545: 
                   8546:    'Most Recent:'
1.113     bisitz   8547: => '最新:',
1.6       bisitz   8548: 
                   8549:    'In Course:'
1.113     bisitz   8550: => '课程:',
1.6       bisitz   8551: 
                   8552:    'Use:'
1.113     bisitz   8553: => '使用:',
1.6       bisitz   8554: 
                   8555:    'Search LON-CAPA help'
1.70      zhu      8556: => '搜索 LON-CAPA 帮助',
1.6       bisitz   8557: 
                   8558:    'Before course enrollment start!'
1.93      raeburn  8559: => 'Before course enrollment start!',
1.6       bisitz   8560: 
                   8561:    'After course enrollment end!'
1.93      raeburn  8562: => 'After course enrollment end!',
1.6       bisitz   8563: 
                   8564:    'in the past'
1.27      zhu      8565: => '在过去',
1.6       bisitz   8566: 
                   8567:    'in the future'
1.27      zhu      8568: => '在将来',
1.6       bisitz   8569: 
                   8570:    'Choose'
1.98      bisitz   8571: => 'Choose',
1.6       bisitz   8572: 
                   8573:    'Title:'
1.27      zhu      8574: => '标题:',
1.6       bisitz   8575: 
                   8576:    'URL:'
                   8577: => 'URL:',
                   8578: 
                   8579:    'Course, Portfolio and Catalog Search'
1.36      zhu      8580: => '目录搜索,组合搜索和课程搜索',
1.6       bisitz   8581: 
                   8582:    'ERROR:'
1.36      zhu      8583: => '错误:',
1.6       bisitz   8584: 
                   8585:    '(click for example)'
1.98      bisitz   8586: => '(click for example)',
1.6       bisitz   8587: 
                   8588:    'click for example'
1.93      raeburn  8589: => 'click for example',
1.6       bisitz   8590: 
                   8591:    'Re-Enable'
1.70      zhu      8592: => '重新启用',
1.6       bisitz   8593: 
                   8594:    'Script Functions'
1.93      raeburn  8595: => 'Script Functions',
1.6       bisitz   8596: 
                   8597:    'Image Options'
1.113     bisitz   8598: => '图像选项',
1.6       bisitz   8599: 
                   8600:    'left'
1.27      zhu      8601: => '左边',
1.6       bisitz   8602: 
                   8603:    'right'
1.27      zhu      8604: => '右边',
1.6       bisitz   8605: 
                   8606:    'TeXwidth (mm):'
1.26      zhu      8607: => 'TeX-宽 (mm):',
1.6       bisitz   8608: 
                   8609:    'TeXheight (mm):'
1.26      zhu      8610: => 'TeX-高 (mm):',
1.6       bisitz   8611: 
                   8612:    'TeXwrap:'
1.113     bisitz   8613: => 'TeXwrap:',
1.6       bisitz   8614: 
                   8615:    'Sorry!'
1.12      zhu      8616: => '对不起...',
1.6       bisitz   8617: 
                   8618:    'Resource not available.'
1.113     bisitz   8619: => 'Resource not available.',
1.6       bisitz   8620: 
1.88      bisitz   8621:    'File Type'
1.93      raeburn  8622: => 'File Type',
1.6       bisitz   8623: 
                   8624:    'Output of decompress:'
1.93      raeburn  8625: => 'Output of decompress:',
1.6       bisitz   8626: 
                   8627:    'Decompress complete.'
1.93      raeburn  8628: => 'Decompress complete.',
1.6       bisitz   8629: 
                   8630:    'Archive:'
1.70      zhu      8631: => '存档:',
1.6       bisitz   8632: 
                   8633:    'inflating:'
1.93      raeburn  8634: => 'inflating:',
1.6       bisitz   8635: 
                   8636:    'Incorrect:'
1.18      zhu      8637: => '错误:',
1.6       bisitz   8638: 
                   8639:    'Correct:'
1.18      zhu      8640: => '正确:',
1.6       bisitz   8641: 
                   8642:    'Correct'
1.18      zhu      8643: => '正确',
1.6       bisitz   8644: 
                   8645:    'Pick course first'
1.12      zhu      8646: => '只能选择课程',
1.6       bisitz   8647: 
                   8648:    'User Information Changed'
1.12      zhu      8649: => '用户信息变更',
1.6       bisitz   8650: 
                   8651:    'Changed To'
1.70      zhu      8652: => '改为',
1.6       bisitz   8653: 
                   8654:    'disk space allocated to portfolio files'
1.93      raeburn  8655: => 'disk space allocated to portfolio files',
1.6       bisitz   8656: 
                   8657:    'You have new messages'
1.93      raeburn  8658: => 'You have new messages',
1.6       bisitz   8659: 
                   8660:    'Destination folder'
1.55      zhu      8661: => '目的文件夹',
1.6       bisitz   8662: 
                   8663:    'Mark Read'
1.12      zhu      8664: => '标记为已读',
1.6       bisitz   8665: 
                   8666:    'Move to Folder ->'
1.12      zhu      8667: => '移至文件夹 ->',
1.6       bisitz   8668: 
1.55      zhu      8669:    'Register Response Devices (&quot;Clickers&quot;)'
1.64      zhu      8670: => '注册应答设备 (&quot;Clickers&quot;)',
1.6       bisitz   8671: 
                   8672:    'Enter response device ("clicker") numbers'
1.64      zhu      8673: => '输入应答设备(&quot;Clickers&quot;)的号码',
1.6       bisitz   8674: 
                   8675:    'Locating your clicker ID'
1.18      zhu      8676: => '定位您的应答设备编号',
1.6       bisitz   8677: 
                   8678:    'Register Clicker'
1.18      zhu      8679: => '注册应答设备',
1.6       bisitz   8680: 
                   8681:    'Register'
1.18      zhu      8682: => '注册',
1.6       bisitz   8683: 
                   8684:    'New Link'
1.113     bisitz   8685: => '新的书签',
1.6       bisitz   8686: 
                   8687:    'Refresh'
1.113     bisitz   8688: => '更新',
1.6       bisitz   8689: 
1.73      bisitz   8690:    'Custom metadata [_1]'
                   8691: => '自定义元数据 [_1]',
1.6       bisitz   8692: 
                   8693:    'Question/Comment/Feedback about course content'
1.18      zhu      8694: => '课程内容的问题/评论/反馈',
1.6       bisitz   8695: 
                   8696:    'User modify/custom role edit'
1.70      zhu      8697: => '用户帐户和权限管理',
1.6       bisitz   8698: 
                   8699:    'User Search'
1.70      zhu      8700: => '用户搜索',
1.6       bisitz   8701: 
                   8702:    'to add/modify roles'
1.70      zhu      8703: => ', 添加/修改角色',
1.6       bisitz   8704: 
                   8705:    'is'
1.70      zhu      8706: => '是',
1.6       bisitz   8707: 
                   8708:    'contains'
1.70      zhu      8709: => '包括',
1.6       bisitz   8710: 
                   8711:    'in this domain'
1.70      zhu      8712: => '在该域',
1.6       bisitz   8713: 
                   8714:    'in institutional directory'
1.70      zhu      8715: => '在研究所目录',
1.6       bisitz   8716: 
                   8717:    'Domain/institution to search'
1.93      raeburn  8718: => 'Domain/institution to search',
1.6       bisitz   8719: 
                   8720:    'Directory search has not been configured for domain: [_1]'
1.70      zhu      8721: => '目录搜索,在还没有被配置的域:[_1]',
1.6       bisitz   8722: 
                   8723:    'permanent e-mail'
1.70      zhu      8724: => '永久电子邮件',
1.6       bisitz   8725: 
                   8726:    'Set user role'
1.70      zhu      8727: => '设置用户角色',
1.6       bisitz   8728: 
                   8729:    'No exact match found for this username ([_1]) in this domain.'
1.70      zhu      8730: => '对该用户名([_1])在这个领域中没有找到完全匹配的。',
1.6       bisitz   8731: 
                   8732:    'No match found for this username ([_1]) in this domain.'
1.70      zhu      8733: => '对该用户名([_1])在这个领域中没有找到相应的。',
1.6       bisitz   8734: 
                   8735:    'Make new user "[_1]"'
1.70      zhu      8736: => '新用户 "[_1]"',
1.6       bisitz   8737: 
1.84      bisitz   8738:    'Course Editor'
1.6       bisitz   8739: => '编辑课程',
                   8740: 
1.84      bisitz   8741:    'Community Editor'
1.93      raeburn  8742: => 'Community Editor',
1.84      bisitz   8743: 
1.6       bisitz   8744:    'Choose which items you wish to export from your Course.'
1.70      zhu      8745: => '选择您要从课程中导出的项目。',
1.6       bisitz   8746: 
                   8747:    'Content items'
1.70      zhu      8748: => '内容项目',
1.6       bisitz   8749: 
                   8750:    'Discussion posts'
1.70      zhu      8751: => '讨论文章',
1.6       bisitz   8752: 
                   8753:    'Download the zip file from'
1.70      zhu      8754: => '下载zip档案从:',
1.6       bisitz   8755: 
                   8756:    'IMS course archive'
1.70      zhu      8757: => 'IMS课程存档',
1.6       bisitz   8758: 
                   8759:    'last name, first name'
1.70      zhu      8760: => '姓氏,名字',
1.6       bisitz   8761: 
                   8762:    'Select a Template'
1.93      raeburn  8763: => 'Select a Template',
1.6       bisitz   8764: 
                   8765:    'Edit custom role'
1.93      raeburn  8766: => 'Edit custom role',
1.6       bisitz   8767: 
                   8768:    'Privilege'
1.93      raeburn  8769: => 'Privilege',
1.6       bisitz   8770: 
                   8771:    'Showing users with a name starting with [_1]'
1.26      zhu      8772: => '显示用户,起始是 [_1]',
1.6       bisitz   8773: 
                   8774:    'Permanent e-mail address'
1.26      zhu      8775: => '永久的 E-Mail 地址',
1.6       bisitz   8776: 
                   8777:    'Permanent e-mail'
1.26      zhu      8778: => '永久的 E-Mail 地址',
1.6       bisitz   8779: 
                   8780:    'User [_1] in domain [_2]'
1.26      zhu      8781: => '用户 [_1] 在域 [_2]',
1.6       bisitz   8782: 
                   8783:    'Result'
1.93      raeburn  8784: => 'Result',
1.6       bisitz   8785: 
                   8786:    'Directory search in domain [_1] is not available for the requested search type: "[_2]"'
1.93      raeburn  8787: => 'Directory search in domain [_1] is not available for the requested search type: "[_2]"',
1.6       bisitz   8788: 
                   8789:    "No match found for this username ([_1]) in your institution's directory."
1.93      raeburn  8790: => "No match found for this username ([_1]) in your institution's directory.",
1.6       bisitz   8791: 
                   8792:    'Setting'
1.93      raeburn  8793: => 'Setting',
1.6       bisitz   8794: 
                   8795:    'Directory search available?'
1.93      raeburn  8796: => 'Directory search available?',
1.6       bisitz   8797: 
                   8798:    'Back to actions menu'
1.113     bisitz   8799: => 'Back to actions menu',
1.6       bisitz   8800: 
                   8801:    'Edit action'
1.93      raeburn  8802: => 'Edit action',
1.6       bisitz   8803: 
                   8804:    'Effect'
1.93      raeburn  8805: => 'Effect',
1.6       bisitz   8806: 
                   8807:    'Course / User'
1.93      raeburn  8808: => 'Course / User',
1.6       bisitz   8809: 
                   8810:    'deny'
1.93      raeburn  8811: => 'deny',
1.6       bisitz   8812: 
                   8813:    'allow'
1.93      raeburn  8814: => 'allow',
1.6       bisitz   8815: 
                   8816:    'Delete this rule'
1.93      raeburn  8817: => 'Delete this rule',
1.6       bisitz   8818: 
                   8819:    'Insert rule above'
1.93      raeburn  8820: => 'Insert rule above',
1.6       bisitz   8821: 
                   8822:    'Insert rule below'
1.93      raeburn  8823: => 'Insert rule below',
1.6       bisitz   8824: 
                   8825:    'Move rule down'
1.93      raeburn  8826: => 'Move rule down',
1.6       bisitz   8827: 
                   8828:    'Move rule up'
1.93      raeburn  8829: => 'Move rule up',
1.6       bisitz   8830: 
                   8831:    'Warning: It can take up to 1 hour for rights changes to fully propagate.'
1.93      raeburn  8832: => 'Warning: It can take up to 1 hour for rights changes to fully propagate.',
1.6       bisitz   8833: 
                   8834:    'email address'
1.93      raeburn  8835: => 'email address',
1.6       bisitz   8836: 
                   8837:    'Updated'
1.12      zhu      8838: => '已更新',
1.6       bisitz   8839: 
1.89      bisitz   8840:    'The error occurred on host [_1]'
1.93      raeburn  8841: => 'The error occurred on host [_1]',
1.6       bisitz   8842: 
                   8843:    'This error occurred on machine [_1]'
1.113     bisitz   8844: => 'This error occurred on machine [_1]',
1.6       bisitz   8845: 
                   8846:    'Clear all Messages in Subdirectory'
1.93      raeburn  8847: => 'Clear all Messages in Subdirectory',
1.6       bisitz   8848: 
                   8849:    'Task information'
1.93      raeburn  8850: => 'Task information',
1.6       bisitz   8851: 
                   8852:    'Automated adds/drops'
1.93      raeburn  8853: => 'Automated adds/drops',
1.6       bisitz   8854: 
                   8855:    'Change enrollment dates'
1.93      raeburn  8856: => 'Change enrollment dates',
1.6       bisitz   8857: 
                   8858:    'Change access dates'
1.93      raeburn  8859: => 'Change access dates',
1.6       bisitz   8860: 
                   8861:    'Notification of changes'
1.93      raeburn  8862: => 'Notification of changes',
1.6       bisitz   8863: 
                   8864:    'Change crosslistings'
1.93      raeburn  8865: => 'Change crosslistings',
1.6       bisitz   8866: 
                   8867:    'Section settings'
1.93      raeburn  8868: => 'Section settings',
1.6       bisitz   8869: 
                   8870:    'Student photo settings'
1.93      raeburn  8871: => 'Student photo settings',
1.6       bisitz   8872: 
                   8873:    'Update roster now'
1.93      raeburn  8874: => 'Update roster now',
1.6       bisitz   8875: 
                   8876:    'Update student photos'
1.93      raeburn  8877: => 'Update student photos',
1.6       bisitz   8878: 
                   8879:    'View students and change type'
1.93      raeburn  8880: => 'View students and change type',
1.6       bisitz   8881: 
                   8882:    'Changes to nightly automated enrollments'
1.93      raeburn  8883: => 'Changes to nightly automated enrollments',
1.6       bisitz   8884: 
                   8885:    'Currently: Nightly adds: [_1], Nightly drops: [_2]'
1.93      raeburn  8886: => 'Currently: Nightly adds: [_1], Nightly drops: [_2]',
1.6       bisitz   8887: 
                   8888:    'OFF'
1.93      raeburn  8889: => 'OFF',
1.6       bisitz   8890: 
                   8891:    'ON'
1.93      raeburn  8892: => 'ON',
1.6       bisitz   8893: 
                   8894:    'Additions based on classlist changes:'
1.93      raeburn  8895: => 'Additions based on classlist changes:',
1.6       bisitz   8896: 
                   8897:    'Removals based on classlist changes:'
1.93      raeburn  8898: => 'Removals based on classlist changes:',
1.6       bisitz   8899: 
                   8900:    'Enable'
1.93      raeburn  8901: => 'Enable',
1.6       bisitz   8902: 
                   8903:    'Disable'
1.93      raeburn  8904: => 'Disable',
1.6       bisitz   8905: 
                   8906:    '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  8907: => '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   8908: 
                   8909:    'Changes to first and/or last automated enrollment dates'
1.98      bisitz   8910: => 'Changes to first and/or last automated enrollment dates',
1.6       bisitz   8911: 
                   8912:    'Currently: First enrollment: [_1], Last enrollment: [_2]'
1.93      raeburn  8913: => 'Currently: First enrollment: [_1], Last enrollment: [_2]',
1.6       bisitz   8914: 
                   8915:    'Set date of first automated enrollment for registered students'
1.93      raeburn  8916: => 'Set date of first automated enrollment for registered students',
1.6       bisitz   8917: 
                   8918:    '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  8919: => '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   8920: 
                   8921:    'Set date of last automated enrollment for registered students'
1.93      raeburn  8922: => 'Set date of last automated enrollment for registered students',
1.6       bisitz   8923: 
                   8924:    '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  8925: => '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   8926: 
                   8927:    'Changes to default start and/or end dates for student access'
1.98      bisitz   8928: => 'Changes to default start and/or end dates for student access',
1.6       bisitz   8929: 
                   8930:    'Currently: default first access:'
1.93      raeburn  8931: => 'Currently: default first access:',
1.6       bisitz   8932: 
                   8933:    ', default last access:'
1.99      raeburn  8934: => ', default last access:',
1.6       bisitz   8935: 
                   8936:    'Set date of first access for registered students added via automated enrollment'
1.93      raeburn  8937: => 'Set date of first access for registered students added via automated enrollment',
1.6       bisitz   8938: 
                   8939:    'Set date of last access for registered students added via automated enrollment'
1.93      raeburn  8940: => 'Set date of last access for registered students added via automated enrollment',
1.6       bisitz   8941: 
                   8942:    'Changes to section settings'
1.93      raeburn  8943: => 'Changes to section settings',
1.6       bisitz   8944: 
                   8945:    'Currently no sections of'
1.93      raeburn  8946: => 'Currently no sections of',
1.6       bisitz   8947: 
                   8948:    'are contributing enrollment to the LON-CAPA class roster.'
1.93      raeburn  8949: => 'are contributing enrollment to the LON-CAPA class roster.',
1.6       bisitz   8950: 
                   8951:    'Add enrollment from additional sections.'
1.93      raeburn  8952: => 'Add enrollment from additional sections.',
1.6       bisitz   8953: 
                   8954:    'Number of new sections to add:'
1.93      raeburn  8955: => 'Number of new sections to add:',
1.6       bisitz   8956: 
                   8957:    'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course'
1.93      raeburn  8958: => 'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course',
1.6       bisitz   8959: 
                   8960:    'if you have chosen to enable a nightly automated enrollment update.'
1.93      raeburn  8961: => 'if you have chosen to enable a nightly automated enrollment update.',
1.6       bisitz   8962: 
                   8963:    'Nightly additions based on classlist changes now'
1.93      raeburn  8964: => 'Nightly additions based on classlist changes now',
1.6       bisitz   8965: 
                   8966:    'Nightly additions based on classlist changes still'
1.93      raeburn  8967: => 'Nightly additions based on classlist changes still',
1.6       bisitz   8968: 
                   8969:    'Nightly removals based on classlist changes now'
1.93      raeburn  8970: => 'Nightly removals based on classlist changes now',
1.6       bisitz   8971: 
                   8972:    'Nightly removals based on classlist changes still'
1.93      raeburn  8973: => 'Nightly removals based on classlist changes still',
1.6       bisitz   8974: 
                   8975:    'enabled'
1.93      raeburn  8976: => 'enabled',
1.6       bisitz   8977: 
                   8978:    'disabled'
1.93      raeburn  8979: => 'disabled',
1.6       bisitz   8980: 
                   8981:    'The first date for automated enrollment has been changed'
1.93      raeburn  8982: => 'The first date for automated enrollment has been changed',
1.6       bisitz   8983: 
                   8984:    'The last date for automated enrollment has been changed'
1.93      raeburn  8985: => 'The last date for automated enrollment has been changed',
1.6       bisitz   8986: 
                   8987:    'The first date for automated enrollment has been left unchanged as'
1.93      raeburn  8988: => 'The first date for automated enrollment has been left unchanged as',
1.6       bisitz   8989: 
                   8990:    'The last date for automated enrollment has been left unchanged as'
1.93      raeburn  8991: => 'The last date for automated enrollment has been left unchanged as',
1.6       bisitz   8992: 
                   8993:    'Currently: Notification:'
1.93      raeburn  8994: => 'Currently: Notification:',
1.6       bisitz   8995: 
                   8996:    'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?'
1.93      raeburn  8997: => 'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?',
1.6       bisitz   8998: 
                   8999:    'The table below contains a list of Kurs-Koordinators in this course.'
1.93      raeburn  9000: => 'The table below contains a list of Kurs-Koordinators in this course.',
1.6       bisitz   9001: 
                   9002:    'username:domain'
1.26      zhu      9003: => '用户名:域',
1.6       bisitz   9004: 
                   9005:    'Course Access'
1.93      raeburn  9006: => 'Course Access',
1.6       bisitz   9007: 
                   9008:    'Current notification status'
1.93      raeburn  9009: => 'Current notification status',
1.6       bisitz   9010: 
                   9011:    'Notification active'
1.93      raeburn  9012: => 'Notification active',
1.6       bisitz   9013: 
                   9014:    'Notification inactive'
1.93      raeburn  9015: => 'Notification inactive',
1.6       bisitz   9016: 
                   9017:    'Notification?'
1.93      raeburn  9018: => 'Notification?',
1.6       bisitz   9019: 
                   9020:    'Notification of enrollment changes now'
1.93      raeburn  9021: => 'Notification of enrollment changes now',
1.6       bisitz   9022: 
                   9023:    'Notification of enrollment changes still'
1.93      raeburn  9024: => 'Notification of enrollment changes still',
1.6       bisitz   9025: 
                   9026:    'The following will receive notification if there are any changes in enrollment in LON-CAPA course:'
1.93      raeburn  9027: => 'The following will receive notification if there are any changes in enrollment in LON-CAPA course:',
1.6       bisitz   9028: 
                   9029:    'as a result of the nightly enrollment check:'
1.93      raeburn  9030: => 'as a result of the nightly enrollment check:',
1.6       bisitz   9031: 
                   9032:    'View/Modify Course Settings'
1.93      raeburn  9033: => 'View/Modify Course Settings',
1.6       bisitz   9034: 
                   9035:    'Course search'
1.93      raeburn  9036: => 'Course search',
1.6       bisitz   9037: 
                   9038:    'View/Modify Courses'
1.93      raeburn  9039: => 'View/Modify Courses',
1.6       bisitz   9040: 
                   9041:    'Course details'
1.93      raeburn  9042: => 'Course details',
1.6       bisitz   9043: 
                   9044:    'Detailed course information:'
1.93      raeburn  9045: => 'Detailed course information:',
1.6       bisitz   9046: 
                   9047:    'Default Access Dates for Students'
1.93      raeburn  9048: => 'Default Access Dates for Students',
1.6       bisitz   9049: 
                   9050:    'Student Counts'
1.93      raeburn  9051: => 'Student Counts',
1.6       bisitz   9052: 
                   9053:    'Auto-enrollment of[_1]registered students'
1.93      raeburn  9054: => 'Auto-enrollment of[_1]registered students',
1.6       bisitz   9055: 
                   9056:    'Details'
                   9057: => 'Details',
                   9058: 
                   9059:    'Not enabled'
1.93      raeburn  9060: => 'Not enabled',
1.6       bisitz   9061: 
                   9062:    'section:'
1.113     bisitz   9063: => 'section:',
1.6       bisitz   9064: 
                   9065:    'Previous access'
1.93      raeburn  9066: => 'Previous access',
1.6       bisitz   9067: 
                   9068:    'Current access'
1.93      raeburn  9069: => 'Current access',
1.6       bisitz   9070: 
                   9071:    'Future access'
1.93      raeburn  9072: => 'Future access',
1.6       bisitz   9073: 
                   9074:    'Back to course listing'
                   9075: => '返回课程目录',
                   9076: 
                   9077:    'Immediate course roster update'
1.93      raeburn  9078: => 'Immediate course roster update',
1.6       bisitz   9079: 
                   9080:    'There were no new students to add to the course.'
1.93      raeburn  9081: => 'There were no new students to add to the course.',
1.6       bisitz   9082: 
                   9083:    'Back to options page'
1.93      raeburn  9084: => 'Back to options page',
1.6       bisitz   9085: 
                   9086:    'View/Modify settings for: '
1.93      raeburn  9087: => 'View/Modify settings for: ',
1.6       bisitz   9088: 
                   9089:    'Modify quota for group portfolio files'
1.98      bisitz   9090: => 'Modify quota for group portfolio files',
1.6       bisitz   9091: 
                   9092:    'Display current settings for automated enrollment'
1.93      raeburn  9093: => 'Display current settings for automated enrollment',
1.6       bisitz   9094: 
                   9095:    'Modify institutional code, course owner and/or default authentication'
1.98      bisitz   9096: => 'Modify institutional code, course owner and/or default authentication',
1.6       bisitz   9097: 
                   9098:    'Modify course catalog settings for course'
1.98      bisitz   9099: => 'Modify course catalog settings for course',
1.6       bisitz   9100: 
                   9101:    'Catalog settings'
1.93      raeburn  9102: => 'Catalog settings',
1.6       bisitz   9103: 
                   9104:    'Catalog Settings for Course'
1.93      raeburn  9105: => 'Catalog Settings for Course',
1.6       bisitz   9106: 
1.81      bisitz   9107:    'Visibility in Course/Community Catalog'
1.93      raeburn  9108: => 'Visibility in Course/Community Catalog',
1.6       bisitz   9109: 
1.81      bisitz   9110:    "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  9111: => "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   9112: 
                   9113:    'Auto-cataloging is enabled and the course is assigned an institutional code'
1.93      raeburn  9114: => 'Auto-cataloging is enabled and the course is assigned an institutional code',
1.6       bisitz   9115: 
                   9116:    'The course has been categorized into at least one of the course categories defined for the domain.'
1.93      raeburn  9117: => 'The course has been categorized into at least one of the course categories defined for the domain.',
1.6       bisitz   9118: 
                   9119:    'Exclude from course catalog'
1.93      raeburn  9120: => 'Exclude from course catalog',
1.6       bisitz   9121: 
                   9122:    'Categorize Course'
1.93      raeburn  9123: => 'Categorize Course',
1.6       bisitz   9124: 
                   9125:    'No categories defined for this domain'
1.93      raeburn  9126: => 'No categories defined for this domain',
1.6       bisitz   9127: 
                   9128:    'Assign one or more categories to this course.'
1.93      raeburn  9129: => 'Assign one or more categories to this course.',
1.6       bisitz   9130: 
                   9131:    '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  9132: => '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   9133: 
                   9134:    'Category settings'
1.93      raeburn  9135: => 'Category settings',
1.6       bisitz   9136: 
                   9137:    'Show/Hide a course in the catalog'
1.93      raeburn  9138: => 'Show/Hide a course in the catalog',
1.6       bisitz   9139: 
                   9140:    'Assign a category to a course'
1.93      raeburn  9141: => 'Assign a category to a course',
1.6       bisitz   9142: 
                   9143:    'Set in "Modify Course" (Domain)'
1.93      raeburn  9144: => 'Set in "Modify Course" (Domain)',
1.6       bisitz   9145: 
                   9146:    'Set in "Modify Parameters" (Course)'
1.93      raeburn  9147: => 'Set in "Modify Parameters" (Course)',
1.6       bisitz   9148: 
                   9149:    'Categories'
1.93      raeburn  9150: => 'Categories',
1.6       bisitz   9151: 
                   9152:    'Add category'
1.93      raeburn  9153: => 'Add category',
1.6       bisitz   9154: 
                   9155:    'Add category:'
1.93      raeburn  9156: => 'Add category:',
1.6       bisitz   9157: 
                   9158:    'Add subcategory:'
1.93      raeburn  9159: => 'Add subcategory:',
1.6       bisitz   9160: 
                   9161:    'New:'
1.93      raeburn  9162: => 'New:',
1.6       bisitz   9163: 
                   9164:    'Choose a course'
1.93      raeburn  9165: => 'Choose a course',
1.6       bisitz   9166: 
                   9167:    'Pick action'
1.93      raeburn  9168: => 'Pick action',
1.6       bisitz   9169: 
                   9170:    'Display settings'
1.93      raeburn  9171: => 'Display settings',
1.6       bisitz   9172: 
                   9173:    'Course settings that control automated enrollment in this LON-CAPA course are currently:'
1.93      raeburn  9174: => 'Course settings that control automated enrollment in this LON-CAPA course are currently:',
1.6       bisitz   9175: 
                   9176:    'Course setting'
1.93      raeburn  9177: => 'Course setting',
1.6       bisitz   9178: 
                   9179:    'Modifiable by DC only'
1.93      raeburn  9180: => 'Modifiable by DC only',
1.6       bisitz   9181: 
                   9182:    'Default authentication parameter'
1.93      raeburn  9183: => 'Default authentication parameter',
1.6       bisitz   9184: 
                   9185:    'Default authentication method'
1.93      raeburn  9186: => 'Default authentication method',
1.6       bisitz   9187: 
                   9188:    'Date of last automated enrollment'
1.93      raeburn  9189: => 'Date of last automated enrollment',
1.6       bisitz   9190: 
                   9191:    'Date of first automated enrollment'
1.93      raeburn  9192: => 'Date of first automated enrollment',
1.6       bisitz   9193: 
                   9194:    'Official course code'
1.93      raeburn  9195: => 'Official course code',
1.6       bisitz   9196: 
                   9197:    'Username:domain of course owner'
1.93      raeburn  9198: => 'Username:domain of course owner',
1.6       bisitz   9199: 
                   9200:    'Date of last student access'
1.22      zhu      9201: => '学生访问的结束日期',
1.6       bisitz   9202: 
                   9203:    'Date of first student access'
1.22      zhu      9204: => '学生访问的开始日期',
1.6       bisitz   9205: 
                   9206:    'Course section number(:LON-CAPA section)'
1.93      raeburn  9207: => 'Course section number(:LON-CAPA section)',
1.6       bisitz   9208: 
                   9209:    'Show more details'
1.22      zhu      9210: => '查看更多详情',
1.6       bisitz   9211: 
1.18      zhu      9212:    'Public RSS/podcast (subscribe to)'
                   9213: => '公共RSS /播客(订阅)',
1.6       bisitz   9214: 
                   9215:    'Course Owner:'
1.13      zhu      9216: => '课程所有者:',
1.6       bisitz   9217: 
                   9218:    'Default Authentication method'
1.93      raeburn  9219: => 'Default Authentication method',
1.6       bisitz   9220: 
                   9221:    'Modify settings'
1.93      raeburn  9222: => 'Modify settings',
1.6       bisitz   9223: 
                   9224:    'Automated Enrollment'
1.93      raeburn  9225: => 'Automated Enrollment',
1.6       bisitz   9226: 
                   9227:    'Use the menu on the left to choose an enrollment management task.'
1.93      raeburn  9228: => 'Use the menu on the left to choose an enrollment management task.',
1.6       bisitz   9229: 
                   9230:    'Result of Changes to Automated Enrollment Settings.'
1.93      raeburn  9231: => 'Result of Changes to Automated Enrollment Settings.',
1.6       bisitz   9232: 
                   9233:    'The following automated enrollment parameters have been changed:'
1.113     bisitz   9234: => 'The following automated enrollment parameters have been changed:',
1.6       bisitz   9235: 
                   9236:    'now set to'
1.113     bisitz   9237: => 'now set to',
1.6       bisitz   9238: 
                   9239:    'still set to'
1.113     bisitz   9240: => 'still set to',
1.6       bisitz   9241: 
                   9242:    'The following automated enrollment parameters remain unchanged:'
1.113     bisitz   9243: => 'The following automated enrollment parameters remain unchanged:',
1.6       bisitz   9244: 
                   9245:    'Change settings'
1.93      raeburn  9246: => 'Change settings',
1.6       bisitz   9247: 
                   9248:    "Student's agreement needed for listing in student-viewable roster"
1.93      raeburn  9249: => "Student's agreement needed for listing in student-viewable roster",
1.6       bisitz   9250: 
                   9251:    'Include link to accessible portfolio files'
1.93      raeburn  9252: => 'Include link to accessible portfolio files',
1.6       bisitz   9253: 
                   9254:    'Print header format'
1.93      raeburn  9255: => 'Print header format',
1.6       bisitz   9256: 
                   9257:    'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.'
1.93      raeburn  9258: => 'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.',
1.6       bisitz   9259: 
                   9260:    'Force all students in the course to use a specific math rendering engine.'
1.93      raeburn  9261: => 'Force all students in the course to use a specific math rendering engine.',
1.6       bisitz   9262: 
                   9263:    "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference"
1.98      bisitz   9264: => "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference",
1.6       bisitz   9265: 
                   9266:    'Bridge Task Grading'
1.93      raeburn  9267: => 'Bridge Task Grading',
1.6       bisitz   9268: 
                   9269:    'Classlist Manager'
1.93      raeburn  9270: => 'Classlist Manager', # !?!
1.6       bisitz   9271: 
                   9272:    'Note for students:'
1.70      zhu      9273: => '注意事项:',
1.6       bisitz   9274: 
                   9275:    '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  9276: => '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   9277: 
                   9278:    'Please [_1]log in again[_2].'
1.26      zhu      9279: => '请[_1]重新登录[_2].',
1.6       bisitz   9280: 
                   9281:    'Switching Server ...'
1.70      zhu      9282: => '更换服务器 ...',
1.6       bisitz   9283: 
                   9284:    'Already logged in'
1.70      zhu      9285: => '已经登录',
1.6       bisitz   9286: 
                   9287:    'Apply style file: '
1.93      raeburn  9288: => 'Apply style file: ',
1.6       bisitz   9289: 
                   9290:    'The problem '
1.70      zhu      9291: => '问题 ',
1.6       bisitz   9292: 
                   9293:    'Search criteria'
1.70      zhu      9294: => '搜索条件',
1.6       bisitz   9295: 
                   9296:    'begins with'
1.70      zhu      9297: => '始于',
1.6       bisitz   9298: 
                   9299:    'in selected LON-CAPA domain'
1.70      zhu      9300: => '在选定的 LON-CAPA-域 ',
1.6       bisitz   9301: 
                   9302:    'in institutional directory for selected domain'
1.70      zhu      9303: => '在选定的域中的研究所列表',
1.6       bisitz   9304: 
                   9305:    'No exact match found for the username ([_1]) in LON-CAPA domain: [_2]'
1.113     bisitz   9306: => '没有找到完全匹配的用户名([_1] )在LON-CAPA-域:',
1.6       bisitz   9307: 
                   9308:    'Creating new account.'
1.70      zhu      9309: => '创建新帐户。',
1.6       bisitz   9310: 
                   9311:    'Report a documentation bug'
1.70      zhu      9312: => '报告文件错误 (Englisch)',
1.6       bisitz   9313: 
                   9314:    'You must specify a valid username. Only the following are allowed: letters numbers - . @'
1.70      zhu      9315: => '您必须指定一个有效的用户名。只允许以下字符:字母,数字, "-", "." 和 "@"',
1.6       bisitz   9316: 
                   9317:    'The following need to be corrected before the search can be run:'
1.70      zhu      9318: => '在搜索可以开始之前,下面必须予以纠正:',
1.6       bisitz   9319: 
                   9320:    'You must include some text to search for.'
1.70      zhu      9321: => '您必须包括一些要搜寻的文字。',
1.6       bisitz   9322: 
                   9323:    "The text you are searching for must contain at least two characters when using a 'begins' type search."
1.70      zhu      9324: => "文本搜索必须包含至少有两个字符,当使用的是'开始'类型的搜索。",
1.6       bisitz   9325: 
                   9326:    "The text you are searching for must contain at least three characters when using a 'contains' type search."
1.70      zhu      9327: => "文字要搜索必须包含至少3个字符时,当使用的是'包含'式的搜索。",
1.6       bisitz   9328: 
                   9329:    'You must choose a domain when using an institutional directory search.'
1.70      zhu      9330: => '您必须选择一个域,当使用的是研究所目录搜索。',
1.6       bisitz   9331: 
                   9332:    'You must choose a domain when using a domain search.'
1.70      zhu      9333: => '您必须选择一个域,当使用域搜索。',
1.6       bisitz   9334: 
                   9335:    "When using searching by last,first you must include a comma as separator between last name and first name."
1.93      raeburn  9336: => "When using searching by last,first you must include a comma as separator between last name and first name.",
1.6       bisitz   9337: 
                   9338:    "When searching by last,first you must include at least one character in the first name."
1.93      raeburn  9339: => "When searching by last,first you must include at least one character in the first name.",
1.6       bisitz   9340: 
                   9341:    'Revoking [_1] in [_2]: [_3]'
1.93      raeburn  9342: => 'Revoking [_1] in [_2]: [_3]',
1.6       bisitz   9343: 
                   9344:    'Revoking custom role:'
1.93      raeburn  9345: => 'Revoking custom role:',
1.6       bisitz   9346: 
                   9347:    'Deleting [_1] in [_2]: [_3]'
1.93      raeburn  9348: => 'Deleting [_1] in [_2]: [_3]',
1.6       bisitz   9349: 
1.52      bisitz   9350:    'Deleting custom role [_1] by [_2] in [_3]'
1.93      raeburn  9351: => 'Deleting custom role [_1] by [_2] in [_3]',
1.6       bisitz   9352: 
                   9353:    'Add to classlist'
1.93      raeburn  9354: => 'Add to classlist',
1.6       bisitz   9355: 
                   9356:    'Re-enabling [_1] in [_2]: [_3]'
1.93      raeburn  9357: => 'Re-enabling [_1] in [_2]: [_3]',
1.6       bisitz   9358: 
1.52      bisitz   9359:    'Re-enabling custom role [_1] by [_2] in [_3]: [_4]'
1.93      raeburn  9360: => 'Re-enabling custom role [_1] by [_2] in [_3]: [_4]',
1.6       bisitz   9361: 
                   9362:    'Unknown command'
1.93      raeburn  9363: => 'Unknown command',
1.6       bisitz   9364: 
                   9365:    '[_1] may not be used as the name for a section, as it is a reserved word.'
1.98      bisitz   9366: => '[_1] may not be used as the name for a section, as it is a reserved word.',
1.6       bisitz   9367: 
                   9368:    '[_1] may not be used as the name for a section, as it is the name of a course group.'
1.98      bisitz   9369: => '[_1] may not be used as the name for a section, as it is the name of a course group.',
1.6       bisitz   9370: 
                   9371:    'Please [_1]go back[_2] and choose a different section name.'
1.93      raeburn  9372: => 'Please [_1]go back[_2] and choose a different section name.',
1.6       bisitz   9373: 
                   9374:    'Drop from classlist: [_1]'
1.93      raeburn  9375: => 'Drop from classlist: [_1]',
1.6       bisitz   9376: 
                   9377:    'Existing Role'
1.93      raeburn  9378: => 'Existing Role',
1.6       bisitz   9379: 
                   9380:    'Assigning Role to Self'
                   9381: => 'Assigning Role to Self', # ???
                   9382: 
                   9383:    'Invalid search.'
1.93      raeburn  9384: => 'Invalid search.',
1.6       bisitz   9385: 
                   9386:    'You must enter a search term.'
1.93      raeburn  9387: => 'You must enter a search term.',
1.6       bisitz   9388: 
                   9389:    'You must specify a valid domain when searching in a domain or institutional directory.'
1.93      raeburn  9390: => 'You must specify a valid domain when searching in a domain or institutional directory.',
1.6       bisitz   9391: 
                   9392:    'You may want to search in the LON-CAPA domain instead of the institutional directory.'
1.93      raeburn  9393: => 'You may want to search in the LON-CAPA domain instead of the institutional directory.',
1.6       bisitz   9394: 
                   9395:    'New users can only be created in the domain to which your current role belongs - [_1].'
1.93      raeburn  9396: => 'New users can only be created in the domain to which your current role belongs - [_1].',
1.6       bisitz   9397: 
                   9398:    'Institutional directory search is not available in domain: [_1]'
1.93      raeburn  9399: => 'Institutional directory search is not available in domain: [_1]',
1.6       bisitz   9400: 
                   9401:    'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.'
1.93      raeburn  9402: => 'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.',
1.6       bisitz   9403: 
                   9404:    'Institutional directory search in domain: [_1] is not available to your user type: '
1.93      raeburn  9405: => 'Institutional directory search in domain: [_1] is not available to your user type: ',
1.6       bisitz   9406: 
                   9407:    'Institutional directory search has not been configured for domain: [_1]'
1.93      raeburn  9408: => 'Institutional directory search has not been configured for domain: [_1]',
1.6       bisitz   9409: 
                   9410:    'Institutional directory search in domain: [_1] is not available for searching by "[_2]"'
1.93      raeburn  9411: => 'Institutional directory search in domain: [_1] is not available for searching by "[_2]"',
1.6       bisitz   9412: 
                   9413:    'Institutional directory search in domain: [_1] is not available.'
1.93      raeburn  9414: => 'Institutional directory search in domain: [_1] is not available.',
1.6       bisitz   9415: 
                   9416:    'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"'
1.93      raeburn  9417: => 'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"',
1.6       bisitz   9418: 
                   9419:    'You may want to broaden your search to a search of the institutional directory for the domain.'
1.93      raeburn  9420: => 'You may want to broaden your search to a search of the institutional directory for the domain.',
1.6       bisitz   9421: 
                   9422:    'You may want to broaden your search to the selected LON-CAPA domain.'
1.93      raeburn  9423: => 'You may want to broaden your search to the selected LON-CAPA domain.',
1.6       bisitz   9424: 
                   9425:    'Pick group first'
1.93      raeburn  9426: => 'Pick group first',
1.6       bisitz   9427: 
                   9428:    'No login name specified'
1.93      raeburn  9429: => 'No login name specified',
1.6       bisitz   9430: 
1.19      zhu      9431:    'Invalid login name'
1.93      raeburn  9432: => 'Invalid login name',
1.6       bisitz   9433: 
1.19      zhu      9434:    'Only letters, numbers, periods, dashes, @, and underscores are valid'
1.93      raeburn  9435: => 'Only letters, numbers, periods, dashes, @, and underscores are valid',
1.6       bisitz   9436: 
1.116     bisitz   9437:    'For this user, the default quota would be [_1] MB.'
                   9438: => 'For this user, the default quota would be [_1] MB.',
1.6       bisitz   9439: 
1.116     bisitz   9440:    "For this user, the default quota would be [_1] MB, as determined by the user's institutional affiliation ([_2])."
                   9441: => "For this user, the default quota would be [_1] MB, as determined by the user's institutional affiliation ([_2]).",
1.6       bisitz   9442: 
1.116     bisitz   9443:    "For this user, the default quota of [_1] MB, is determined by the user's institutional affiliation ([_2])."
                   9444: => "For this user, the default quota of [_1] MB, is determined by the user's institutional affiliation ([_2]).",
1.6       bisitz   9445: 
                   9446:    'in all LON-CAPA domains.'
1.93      raeburn  9447: => 'in all LON-CAPA domains.',
1.6       bisitz   9448: 
                   9449:    'in LON-CAPA domains:'
1.93      raeburn  9450: => 'in LON-CAPA domains:',
1.6       bisitz   9451: 
                   9452:    'in LON-CAPA domain '
1.31      bisitz   9453: => '在LON-CAPA域 ',
1.6       bisitz   9454: 
                   9455:    'Course settings modifiable by [_1] only.'
1.93      raeburn  9456: => 'Course settings modifiable by [_1] only.',
1.6       bisitz   9457: 
                   9458:    'Course Owner'
1.93      raeburn  9459: => 'Course Owner',
1.6       bisitz   9460: 
                   9461:    'Username:Domain'
1.26      zhu      9462: => '用户名:域',
1.6       bisitz   9463: 
                   9464:    'Course Activity'
1.93      raeburn  9465: => 'Course Activity',
1.6       bisitz   9466: 
                   9467:    'Course Domain'
1.93      raeburn  9468: => 'Course Domain',
1.6       bisitz   9469: 
                   9470:    'Course Institutional Code'
1.93      raeburn  9471: => 'Course Institutional Code',
1.6       bisitz   9472: 
                   9473:    "Course Owner's Username"
1.93      raeburn  9474: => "Course Owner's Username",
1.6       bisitz   9475: 
                   9476:    "Course Owner's Domain"
1.93      raeburn  9477: => "Course Owner's Domain",
1.6       bisitz   9478: 
                   9479:    'Course Type'
1.93      raeburn  9480: => 'Course Type',
1.6       bisitz   9481: 
                   9482:    'LON-CAPA course ID'
1.93      raeburn  9483: => 'LON-CAPA course ID',
1.6       bisitz   9484: 
                   9485:    'None found'
1.93      raeburn  9486: => 'None found',
1.6       bisitz   9487: 
                   9488:    'Course settings which only a [_1] may modify.'
1.93      raeburn  9489: => 'Course settings which only a [_1] may modify.',
1.6       bisitz   9490: 
                   9491:    "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  9492: => "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   9493: 
                   9494:    'Single user search'
1.93      raeburn  9495: => 'Single user search',
1.6       bisitz   9496: 
                   9497:    'Set enrollment'
1.93      raeburn  9498: => 'Set enrollment',
1.6       bisitz   9499: 
                   9500:    'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.'
1.93      raeburn  9501: => 'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.',
1.6       bisitz   9502: 
                   9503:    'Please review the information in "Log-in help" if you are unable to log-in.'
1.93      raeburn  9504: => 'Please review the information in "Log-in help" if you are unable to log-in.',
1.6       bisitz   9505: 
                   9506:    'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.'
1.93      raeburn  9507: => 'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.',
1.6       bisitz   9508: 
                   9509:    'Getting started guide'
1.93      raeburn  9510: => 'Getting started guide',
1.6       bisitz   9511: 
                   9512:    '[_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   9513: => '[_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   9514: 
                   9515:    '[_1]Select Date[_2]'
1.13      zhu      9516: => '[_1]请选择日期[_2]',
1.6       bisitz   9517: 
                   9518:    '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.'
1.98      bisitz   9519: => '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.',
1.6       bisitz   9520: 
                   9521:    '[_1] to require students to opt-in to listing in the roster (on the roster page).'
1.98      bisitz   9522: => '[_1] to require students to opt-in to listing in the roster (on the roster page).',
1.6       bisitz   9523: 
                   9524:    "[_1] for link to each a listing of each student's files."
1.99      raeburn  9525: => "[_1] for link to each a listing of each student's files.",
1.6       bisitz   9526: 
                   9527:    '[_1]: student, [_2]: TA, [_3]: instructor'
1.26      zhu      9528: => '[_1]: 学生, [_2]: 导师, [_3]: 讲师',
1.6       bisitz   9529: 
                   9530:    'role:section,role:section,...'
1.93      raeburn  9531: => 'role:section,role:section,...',
1.6       bisitz   9532: 
                   9533:    '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  9534: => '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   9535: 
                   9536:    'supported types'
1.93      raeburn  9537: => 'supported types',
1.6       bisitz   9538: 
                   9539:    '[_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   9540: => '[_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   9541: 
                   9542:    'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.'
1.93      raeburn  9543: => 'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.',
1.6       bisitz   9544: 
                   9545:    '[_1]: they are allowed (this is the default). [_2]: no, they can only grade their own section.'
1.101     bisitz   9546: => '[_1]: they are allowed (this is the default). [_2]: no, they can only grade their own section.',
1.6       bisitz   9547: 
                   9548:    'Calendar Announcement for '
1.93      raeburn  9549: => 'Calendar Announcement for ',
1.6       bisitz   9550: 
                   9551:    'Opening'
1.93      raeburn  9552: => 'Opening',
1.6       bisitz   9553: 
                   9554:    'Closing'
1.93      raeburn  9555: => 'Closing',
1.6       bisitz   9556: 
                   9557:    'To add a new user:'
1.93      raeburn  9558: => 'To add a new user:',
1.6       bisitz   9559: 
                   9560:    "(You can only create new users in your current role's domain - [_1])"
1.98      bisitz   9561: => "(You can only create new users in your current role's domain - [_1])",
1.6       bisitz   9562: 
                   9563:    "You are not authorized to create new users in your current role's domain - [_1]."
1.93      raeburn  9564: => "You are not authorized to create new users in your current role's domain - [_1].",
1.6       bisitz   9565: 
                   9566:    "Set 'Domain/institution to search' to: [_1]"
1.93      raeburn  9567: => "Set 'Domain/institution to search' to: [_1]",
1.6       bisitz   9568: 
                   9569:    "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]"
1.93      raeburn  9570: => "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]",
1.6       bisitz   9571: 
                   9572:    'Provide the proposed username'
1.93      raeburn  9573: => 'Provide the proposed username',
1.6       bisitz   9574: 
                   9575:    'Select a user to add/modify roles'
1.93      raeburn  9576: => 'Select a user to add/modify roles',
1.6       bisitz   9577: 
                   9578:    "Click 'Search'"
1.93      raeburn  9579: => "Click 'Search'",
1.6       bisitz   9580: 
                   9581:    'User Search to add/modify roles'
1.93      raeburn  9582: => 'User Search to add/modify roles',
1.6       bisitz   9583: 
                   9584: 
                   9585: # Feedback messages:
                   9586: 
                   9587:    'You have entered that answer before'
1.18      zhu      9588: => '您已经输入了答案',
1.6       bisitz   9589: 
                   9590:    "Computer's answer now shown above."
1.18      zhu      9591: => "上面显示的是正确答案。",
1.6       bisitz   9592: 
                   9593:    'You are correct.'
1.18      zhu      9594: => '正确答案!',
1.6       bisitz   9595: 
                   9596:    'You are partially correct.'
1.18      zhu      9597: => '部分正确。',
1.6       bisitz   9598: 
                   9599:    'Incorrect'
1.18      zhu      9600: => '错误',
1.6       bisitz   9601: 
1.22      zhu      9602:    'Your receipt no. is [_1]'
                   9603: => '您的证明编号是 [_1]',
1.6       bisitz   9604: 
                   9605:    'You are excused from the problem.'
1.18      zhu      9606: => '你的作业已通过。',
1.6       bisitz   9607: 
                   9608:    'Some extra items were submitted.'
1.93      raeburn  9609: => 'Some extra items were submitted.',
1.6       bisitz   9610: 
                   9611:    'Some items were not submitted.'
1.93      raeburn  9612: => 'Some items were not submitted.',
1.6       bisitz   9613: 
                   9614:    'An error occurred while grading your answer.'
1.93      raeburn  9615: => 'An error occurred while grading your answer.',
1.6       bisitz   9616: 
                   9617:    'The submitted answer was too long.'
1.93      raeburn  9618: => 'The submitted answer was too long.',
1.6       bisitz   9619: 
                   9620:    'This question expects a numeric answer.'
1.93      raeburn  9621: => 'This question expects a numeric answer.',
1.6       bisitz   9622: 
                   9623:    'You have provided an invalid ranking.'
1.93      raeburn  9624: => 'You have provided an invalid ranking.',
1.6       bisitz   9625: 
                   9626:    'Please refer to [_1]'
1.93      raeburn  9627: => 'Please refer to [_1]',
1.6       bisitz   9628: 
                   9629:    'help on ranking problems'
1.93      raeburn  9630: => 'help on ranking problems',
1.6       bisitz   9631: 
                   9632:    "Submission won't be graded. The type of file submitted is not allowed."
1.93      raeburn  9633: => "Submission won't be graded. The type of file submitted is not allowed.",
1.6       bisitz   9634: 
                   9635:    'Submission not graded. Use fewer digits.'
1.93      raeburn  9636: => 'Submission not graded. Use fewer digits.',
1.6       bisitz   9637: 
                   9638:    'Submission not graded. Use more digits.'
1.93      raeburn  9639: => 'Submission not graded. Use more digits.',
1.6       bisitz   9640: 
                   9641:    'Error in instructor specifed unit. This error has been reported to the instructor.'
1.93      raeburn  9642: => 'Error in instructor specifed unit. This error has been reported to the instructor.',
1.6       bisitz   9643: 
                   9644:    'Unable to interpret units. Computer reads units as "[_1]".'
1.93      raeburn  9645: => 'Unable to interpret units. Computer reads units as "[_1]".',
1.6       bisitz   9646: 
                   9647:    'Incompatible units. No conversion found between "[_1]" and the required units.'
1.93      raeburn  9648: => 'Incompatible units. No conversion found between "[_1]" and the required units.',
1.6       bisitz   9649: 
                   9650:    'Only a number required. Computer reads units of "[_1]".'
1.93      raeburn  9651: => 'Only a number required. Computer reads units of "[_1]".',
1.6       bisitz   9652: 
                   9653:    'Proper comma separation is required'
1.93      raeburn  9654: => 'Proper comma separation is required',
1.6       bisitz   9655: 
                   9656:    'Unable to understand formula'
1.93      raeburn  9657: => 'Unable to understand formula',
1.6       bisitz   9658: 
                   9659:    'Your submission has been recorded.'
1.93      raeburn  9660: => 'Your submission has been recorded.',
1.6       bisitz   9661: 
                   9662:    'A draft copy has been saved.'
1.93      raeburn  9663: => 'A draft copy has been saved.',
1.6       bisitz   9664: 
                   9665:    'Nothing submitted.'
1.93      raeburn  9666: => 'Nothing submitted.',
1.6       bisitz   9667: 
                   9668:    'Unknown message'
1.93      raeburn  9669: => 'Unknown message',
1.6       bisitz   9670: 
                   9671:    'Returned file(s): [_1]'
1.93      raeburn  9672: => 'Returned file(s): [_1]',
1.6       bisitz   9673: 
                   9674:    'Answer Submitted: Your final submission will be graded after the due date.'
1.93      raeburn  9675: => 'Answer Submitted: Your final submission will be graded after the due date.',
1.6       bisitz   9676: 
                   9677: # --/
                   9678: 
                   9679: 
                   9680:    ' The last submission was after the Due Date '
1.98      bisitz   9681: => ' The last submission was after the Due Date ',
1.6       bisitz   9682: 
                   9683:    'Submit a file: (only one file can be uploaded)'
1.13      zhu      9684: => '提交档案: (只允许上传一个文件)',
1.6       bisitz   9685: 
                   9686:    'OR:'
1.13      zhu      9687: => '或者:',
1.6       bisitz   9688: 
                   9689:    'Select Portfolio Files'
1.13      zhu      9690: => '选择组合文件',
1.6       bisitz   9691: 
                   9692:    'Portfolio files previously selected: [_1]'
1.93      raeburn  9693: => 'Portfolio files previously selected: [_1]',
1.6       bisitz   9694: 
                   9695:    "These file(s) don't exist: [_1]"
1.93      raeburn  9696: => "These file(s) don't exist: [_1]",
1.6       bisitz   9697: 
                   9698:    'Previously published version'
1.93      raeburn  9699: => 'Previously published version',
1.6       bisitz   9700: 
                   9701:    'You do not have privileges to modify the authentication configuration for this user.'
1.93      raeburn  9702: => 'You do not have privileges to modify the authentication configuration for this user.',
1.6       bisitz   9703: 
                   9704:    'You do not have privileges to modify the portfolio quota for this user.'
1.93      raeburn  9705: => 'You do not have privileges to modify the portfolio quota for this user.',
1.6       bisitz   9706: 
                   9707:    'If a change is required, contact a domain coordinator for the domain'
1.93      raeburn  9708: => 'If a change is required, contact a domain coordinator for the domain',
1.6       bisitz   9709: 
                   9710:    'with submissions'
1.27      zhu      9711: => '带答案',
1.6       bisitz   9712: 
                   9713:    'in grading queue'
1.27      zhu      9714: => '在评估队列中',
1.6       bisitz   9715: 
                   9716:    'with ungraded submissions'
1.27      zhu      9717: => '未评估的答案',
1.6       bisitz   9718: 
                   9719:    'with incorrect submissions'
1.27      zhu      9720: => '错误的答案',
1.6       bisitz   9721: 
                   9722:    'with any status'
1.27      zhu      9723: => '任何状态',
1.6       bisitz   9724: 
                   9725:    'Default value or none'
1.27      zhu      9726: => '默认值或无',
1.6       bisitz   9727: 
                   9728:    'Floating Point between 1 and 0'
1.27      zhu      9729: => '浮点运算的1和0',
1.6       bisitz   9730: 
                   9731:    'Floating point number between zero and one'
1.93      raeburn  9732: => 'Floating point number between zero and one',
1.6       bisitz   9733: 
                   9734:    'Positive Floating Point'
1.93      raeburn  9735: => 'Positive Floating Point',
1.6       bisitz   9736: 
                   9737:    'Positive floating point number or zero'
1.93      raeburn  9738: => 'Positive floating point number or zero',
1.6       bisitz   9739: 
                   9740:    'Floating Point'
1.93      raeburn  9741: => 'Floating Point',
1.6       bisitz   9742: 
                   9743:    'Floating point number'
1.93      raeburn  9744: => 'Floating point number',
1.6       bisitz   9745: 
                   9746:    'Auto-enrollment settings'
1.93      raeburn  9747: => 'Auto-enrollment settings',
1.6       bisitz   9748: 
                   9749:    'Configuration setting'
1.113     bisitz   9750: => '配置设置',
1.6       bisitz   9751: 
                   9752:    'Value(s)'
1.113     bisitz   9753: => 'Value(s)',
1.6       bisitz   9754: 
                   9755:    'Auto-enrollment active?'
1.93      raeburn  9756: => 'Auto-enrollment active?',
1.6       bisitz   9757: 
                   9758:    'Access to other pages will be prevented until you have moved the message to your inbox.'
1.63      zhu      9759: => '只有把该邮件移至收件箱才可以访问其他网页。',
1.6       bisitz   9760: 
                   9761:    'Access to other pages will be prevented until you have moved all critical messages to your inbox.'
1.63      zhu      9762: => '只有把所有的重要邮件移至收件箱才可以访问其他网页。',
1.6       bisitz   9763: 
                   9764:    'Move to Inbox'
1.63      zhu      9765: => '移至收件箱',
1.6       bisitz   9766: 
                   9767:    'Move to Inbox/Compose reply'
1.63      zhu      9768: => '移至收件箱并回复',
1.6       bisitz   9769: 
                   9770:    'Confirm Receipt'
1.63      zhu      9771: => '确认已收到',
1.6       bisitz   9772: 
                   9773:    'Confirm Receipt and Reply'
1.63      zhu      9774: => '确认已收到并回复',
1.6       bisitz   9775: 
                   9776:    'Displaying Critical Messages'
1.63      zhu      9777: => '显示重要邮件',
1.6       bisitz   9778: 
                   9779:    'Confirming Receipt'
1.63      zhu      9780: => '确认已收到',
1.6       bisitz   9781: 
                   9782:    'Confirmed Receipt'
1.63      zhu      9783: => '确认已收到',
1.6       bisitz   9784: 
                   9785:    'Communicate'
                   9786: => '通讯',
                   9787: 
                   9788:    'Replying to a Critical Message'
1.63      zhu      9789: => '针对重要邮件',
1.6       bisitz   9790: 
                   9791:    'Answer Available'
1.70      zhu      9792: => '答复可用',
1.6       bisitz   9793: 
                   9794:    ' to '
1.70      zhu      9795: => ' 到 ', # ???
1.6       bisitz   9796: 
                   9797:    'Event from [_1] to [_2]'
1.63      zhu      9798: => '活动由 [_1] 至 [_2]',
1.6       bisitz   9799: 
                   9800:    '[_1]: [_2] from domain [_3]'
1.70      zhu      9801: => '[_1]: [_2] 从域 [_3]',
1.6       bisitz   9802: 
                   9803:    'The following problems occurred:'
1.70      zhu      9804: => '发生下列问题:',
1.6       bisitz   9805: 
                   9806:    'Could not initialize [_1] at this time.'
1.70      zhu      9807: => '目前无法初始化[_1]。',
1.6       bisitz   9808: 
                   9809:    'Please try again.'
1.63      zhu      9810: => '请再试一次。',
1.6       bisitz   9811: 
                   9812:    'in this course'
1.70      zhu      9813: => '在该课程中',
1.6       bisitz   9814: 
                   9815:    'Remove Checked Entries'
1.22      zhu      9816: => '删除选中的条目',
1.6       bisitz   9817: 
                   9818:    'Modify Student Data'
1.22      zhu      9819: => '修改学生资料',
1.6       bisitz   9820: 
                   9821:    'First name'
1.70      zhu      9822: => '名字',
1.6       bisitz   9823: 
                   9824:    'Middle name'
1.22      zhu      9825: => '第二个名字',
1.6       bisitz   9826: 
                   9827:    'Last name'
1.70      zhu      9828: => '姓氏',
1.6       bisitz   9829: 
                   9830:    'ID'
1.93      raeburn  9831: => 'ID/学号',,
1.6       bisitz   9832: 
                   9833:    'Sending critical message'
1.22      zhu      9834: => '发送重要消息',
1.6       bisitz   9835: 
                   9836:    'Replying to'
1.10      zhu      9837: => '回复',
1.6       bisitz   9838: 
1.86      bisitz   9839:    'All messages:'
1.93      raeburn  9840: => 'All messages:',
1.86      bisitz   9841: 
                   9842:    'Unread messages:'
1.93      raeburn  9843: => 'Unread messages:',
1.86      bisitz   9844: 
                   9845:    'Read messages:'
1.93      raeburn  9846: => 'Read messages:',
1.86      bisitz   9847: 
                   9848:    'Replied to messages:'
1.93      raeburn  9849: => 'Replied to messages:',
1.86      bisitz   9850: 
                   9851:    'Forwarded messages:'
1.93      raeburn  9852: => 'Forwarded messages:',
1.86      bisitz   9853: 
                   9854:    'showing messages [_1] through [_2] of [_3].'
                   9855: => '显示消息[_1]通过[_2]的[_3] 。',
1.6       bisitz   9856: 
                   9857:    'Broadcast Message'
1.22      zhu      9858: => '广播消息',
1.6       bisitz   9859: 
1.68      bisitz   9860:    'randomly pick [quant,_1,resource]'
1.101     bisitz   9861: => 'randomly pick [quant,_1,resource]', # => '随机挑选 [quant,_1,resource,resource]',
1.68      bisitz   9862: 
1.6       bisitz   9863:    'contents hidden'
1.22      zhu      9864: => '隐藏的内容',
1.6       bisitz   9865: 
1.68      bisitz   9866:    'URLs hidden'
1.70      zhu      9867: => '隐藏 URLs',
1.68      bisitz   9868: 
                   9869:    'random order'
1.70      zhu      9870: => '随机顺序',
1.68      bisitz   9871: 
1.6       bisitz   9872:    'Resources in course with version changes since yesterday'
1.63      zhu      9873: => '课程中的资源,从昨天起版本的变化',
1.6       bisitz   9874: 
                   9875:    'Version changes since Yesterday'
1.63      zhu      9876: => '从昨天起版本的变化',
1.6       bisitz   9877: 
                   9878:    'Resources in course with version changes since last week'
1.63      zhu      9879: => '课程中的资源,从上周起版本的变化',
1.6       bisitz   9880: 
                   9881:    'Version changes since last Week'
1.63      zhu      9882: => '从上周起版本的变化',
1.6       bisitz   9883: 
                   9884:    'Resources in course with version changes since last month'
1.63      zhu      9885: => '课程中的资源,从上个月起版本的变化',
1.6       bisitz   9886: 
                   9887:    'Version changes since last Month'
1.63      zhu      9888: => '从上个月起版本的变化',
1.6       bisitz   9889: 
                   9890:    'Resources in course with version changes seit start of course'
1.63      zhu      9891: => '课程中的资源,从课程开始起版本的变化',
1.6       bisitz   9892: 
                   9893:    'Version changes since start of Course'
1.63      zhu      9894: => '从课程开始起版本的变化',
1.6       bisitz   9895: 
                   9896:    'No version changes since yesterday'
1.63      zhu      9897: => '从昨天起版本没有变化',
1.6       bisitz   9898: 
                   9899:    'No version changes since last week'
1.63      zhu      9900: => '从上周起版本没有变化',
1.6       bisitz   9901: 
                   9902:    'No version changes since last month'
1.63      zhu      9903: => '从上个月起版本没有变化',
1.6       bisitz   9904: 
                   9905:    'No version changes since start of course'
1.63      zhu      9906: => '从课程开始起版本没有变化',
1.6       bisitz   9907: 
                   9908:    'version changes since yesterday'
1.63      zhu      9909: => '从昨天起版本的变化',
1.6       bisitz   9910: 
                   9911:    'version changes since last week'
1.63      zhu      9912: => '从上周起版本的变化',
1.6       bisitz   9913: 
                   9914:    'version changes since last month'
1.63      zhu      9915: => '从上个月起版本的变化',
1.6       bisitz   9916: 
                   9917:    'version changes since start of course'
1.63      zhu      9918: => '从课程开始起版本的变化',
1.6       bisitz   9919: 
                   9920:    'Roles for which access to course has expired since yesterday'
1.63      zhu      9921: => '从昨天起该课程过期的角色',
1.6       bisitz   9922: 
                   9923:    'Roles for which access to course has expired since last week'
1.63      zhu      9924: => '从上周起该课程过期的角色',
1.6       bisitz   9925: 
                   9926:    'Roles for which access to course has expired since last month'
1.63      zhu      9927: => '从上个月起该课程过期的角色',
1.6       bisitz   9928: 
                   9929:    'Roles for which access to course has expired since start of course'
1.63      zhu      9930: => '从课程开始起过期的角色',
1.6       bisitz   9931: 
                   9932:    'There are no roles which expired since yesterday'
1.63      zhu      9933: => '没有角色从昨天起过期了',
1.6       bisitz   9934: 
                   9935:    'There are no roles which expired since last week'
1.63      zhu      9936: => '没有角色从上周起过期了',
1.6       bisitz   9937: 
                   9938:    'There are no roles which expired since last month'
1.63      zhu      9939: => '没有角色从上个月起过期了',
1.6       bisitz   9940: 
                   9941:    'There are no roles which expired since start of course'
1.63      zhu      9942: => '没有角色从课程开始起过期了',
1.6       bisitz   9943: 
                   9944:    'roles which expired since yesterday'
1.63      zhu      9945: => '从昨天起该课程过期的角色',
1.6       bisitz   9946: 
                   9947:    'roles which expired since last week'
1.63      zhu      9948: => '从上周起该课程过期的角色',
1.6       bisitz   9949: 
                   9950:    'roles which expired since last month'
1.63      zhu      9951: => '从上个月起该课程过期的角色',
1.6       bisitz   9952: 
                   9953:    'roles which expired since start of course'
1.63      zhu      9954: => '从课程开始起过期的角色',
1.6       bisitz   9955: 
                   9956:    'Roles for which access to course has become available since yesterday'
1.63      zhu      9957: => '从昨天起分配给该课程的角色',
1.6       bisitz   9958: 
                   9959:    'Roles for which access to course has become available since last week'
1.63      zhu      9960: => '从上周起分配给该课程的角色',
1.6       bisitz   9961: 
                   9962:    'Roles for which access to course has become available since last month'
1.63      zhu      9963: => '从上个月起分配给该课程的角色',
1.6       bisitz   9964: 
                   9965:    'Roles for which access to course has become available since start of course'
1.63      zhu      9966: => '从课程开始起分配给该课程的角色',
1.6       bisitz   9967: 
                   9968:    'There are no roles which have become active since yesterday'
1.63      zhu      9969: => '从昨天起没有角色分配给该课程',
1.6       bisitz   9970: 
                   9971:    'There are no roles which have become active since last week'
1.63      zhu      9972: => '从上周起没有角色分配给该课程',
1.6       bisitz   9973: 
                   9974:    'There are no roles which have become active since last month'
1.63      zhu      9975: => '从上个月起没有角色分配给该课程',
1.6       bisitz   9976: 
                   9977:    'There are no roles which have become active since start of course'
1.63      zhu      9978: => '从课程开始起没有角色分配给该课程',
1.6       bisitz   9979: 
                   9980:    'roles which have become active since yesterday'
1.63      zhu      9981: => '从昨天起分配给该课程的角色',
1.6       bisitz   9982: 
                   9983:    'roles which have become active since last week'
1.63      zhu      9984: => '从上周起分配给该课程的角色',
1.6       bisitz   9985: 
                   9986:    'roles which have become active since last month'
1.63      zhu      9987: => '从上个月起分配给该课程的角色',
1.6       bisitz   9988: 
                   9989:    'roles which have become active since start of course'
1.63      zhu      9990: => '从课程开始起分配给该课程的角色',
1.6       bisitz   9991: 
                   9992:    'Show all posts'
1.27      zhu      9993: => '查看所有帖子',
1.6       bisitz   9994: 
                   9995:    'to display'
1.27      zhu      9996: => '显示', # ???
1.6       bisitz   9997: 
                   9998:    'posts previously marked read'
1.27      zhu      9999: => '帖子先前标记为已读',
1.6       bisitz   10000: 
                   10001:    'previously viewed posts'
1.27      zhu      10002: => '先前浏览的帖子',
1.6       bisitz   10003: 
                   10004:    'NEW'
1.18      zhu      10005: => '新的',
1.6       bisitz   10006: 
                   10007:    'Preferences on what is marked as NEW'
1.22      zhu      10008: => '偏好,什么将被标记为新',
1.6       bisitz   10009: 
                   10010:    'Mark NEW posts no longer new'
1.22      zhu      10011: => '随着新的帖子将不再标记为新',
1.6       bisitz   10012: 
                   10013:    'Sorting/Filtering options'
1.12      zhu      10014: => '排序/过滤选项',
1.6       bisitz   10015: 
                   10016:    'Export'
1.12      zhu      10017: => '导出',
1.6       bisitz   10018: 
                   10019:    'Attachments'
1.12      zhu      10020: => '附件',
1.6       bisitz   10021: 
                   10022:    'Download the zip file from [_1]Discussion Posting Archive'
1.12      zhu      10023: => '下载zip档案由[_1]讨论发布档案',
1.6       bisitz   10024: 
                   10025:    'The following errors occurred during export - [_1]'
1.93      raeburn  10026: => 'The following errors occurred during export - [_1]',
1.6       bisitz   10027: 
                   10028:    '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  10029: => '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   10030: 
                   10031:    '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  10032: => '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   10033: 
                   10034:    'Make Visible'
                   10035: => '显示',
                   10036: 
                   10037:    'Mark unread'
1.93      raeburn  10038: => 'Mark unread',
1.6       bisitz   10039: 
                   10040:    'Mark read'
1.93      raeburn  10041: => 'Mark read',
1.6       bisitz   10042: 
                   10043:    'This post has been edited by the author.'
1.93      raeburn  10044: => 'This post has been edited by the author.',
1.6       bisitz   10045: 
                   10046:    'Display all versions'
1.93      raeburn  10047: => 'Display all versions',
1.6       bisitz   10048: 
                   10049:    'Earlier version(s) were posted on: '
1.93      raeburn  10050: => 'Earlier version(s) were posted on: ',
1.6       bisitz   10051: 
                   10052:    'You do not have privileges to view all versions of posts.'
1.93      raeburn  10053: => 'You do not have privileges to view all versions of posts.',
1.6       bisitz   10054: 
                   10055:    'Please select a different role.'
1.93      raeburn  10056: => 'Please select a different role.',
1.6       bisitz   10057: 
                   10058:    'Error copying file attachment - [_1] to IMS package'
1.93      raeburn  10059: => 'Error copying file attachment - [_1] to IMS package',
1.6       bisitz   10060: 
                   10061:    'Error copying file attachment - [_1] to IMS package: '
1.93      raeburn  10062: => 'Error copying file attachment - [_1] to IMS package: ',
1.6       bisitz   10063: 
                   10064:    'Re: '
                   10065: => 'Re: ',
                   10066: 
                   10067:    'Please select a feedback type.'
1.93      raeburn  10068: => 'Please select a feedback type.',
1.6       bisitz   10069: 
1.89      bisitz   10070:    'Sorry, no feedback possible on this resource ...'
1.93      raeburn  10071: => 'Sorry, no feedback possible on this resource ...',
1.6       bisitz   10072: 
                   10073:    'Error sending message to [_1], no user specified.'
1.93      raeburn  10074: => 'Error sending message to [_1], no user specified.',
1.6       bisitz   10075: 
                   10076:    'Error sending message to [_1], no domain specified.'
1.93      raeburn  10077: => 'Error sending message to [_1], no domain specified.',
1.6       bisitz   10078: 
                   10079:    'Error sending message to'
1.93      raeburn  10080: => 'Error sending message to',
1.6       bisitz   10081: 
                   10082:    'Not registered'
1.22      zhu      10083: => '未注册', # ???
1.6       bisitz   10084: 
                   10085:    'Editing not permitted'
1.22      zhu      10086: => '不允许编辑',
1.6       bisitz   10087: 
                   10088:    'Marked postings read/unread'
1.22      zhu      10089: => '标记贴子为已读/未读',
1.6       bisitz   10090: 
                   10091:    'Changed sort/filter'
1.22      zhu      10092: => '改变排序/过滤器',
1.6       bisitz   10093: 
                   10094:    'Changed display status'
1.22      zhu      10095: => '改变显示状态',
1.6       bisitz   10096: 
                   10097:    'Deletion not permitted'
1.22      zhu      10098: => '不允许删除',
1.6       bisitz   10099: 
                   10100:    'Changed discussion status'
1.22      zhu      10101: => '讨论的状态已更改',
1.6       bisitz   10102: 
                   10103:    'Added to my course blog'
1.22      zhu      10104: => '添加到我的课程博客',
1.6       bisitz   10105: 
                   10106:    'Back to previous page'
1.18      zhu      10107: => '返回前一页',
1.6       bisitz   10108: 
                   10109:    'Go to previous page'
1.18      zhu      10110: => '返回前一页',
1.6       bisitz   10111: 
                   10112:    'Return to previous page'
1.18      zhu      10113: => '返回前一页',
1.6       bisitz   10114: 
                   10115:    'Untitled resource'
1.18      zhu      10116: => '资源没有标题',
1.6       bisitz   10117: 
                   10118:    'Discussion display options'
1.18      zhu      10119: => '讨论显示选项',
1.6       bisitz   10120: 
                   10121:    'Preferences can be set for this discussion that determine ....'
1.18      zhu      10122: => '这个讨论可以设置使用偏好',
1.6       bisitz   10123: 
1.112     bisitz   10124:    'Which posts are displayed when you display this discussion board or resource, and'
1.18      zhu      10125: => '哪些讨论将被显示在您的公告栏或资源里',
1.6       bisitz   10126: 
                   10127:    'Under what circumstances posts are identified as "NEW", and'
1.18      zhu      10128: => '在什么情况下讨论被确定为“新”',
1.6       bisitz   10129: 
                   10130:    'Whether individual posts can be marked as read/unread'
1.18      zhu      10131: => '个别帖子是否可以被标记为已读/未读',
1.6       bisitz   10132: 
                   10133:    'Posts not marked read'
1.18      zhu      10134: => '讨论没有标记为已读',
1.6       bisitz   10135: 
                   10136:    'New posts cease to be identified as "NEW"?'
1.18      zhu      10137: => '新的讨论不再被标识为“新”?',
1.6       bisitz   10138: 
                   10139:    'Option to mark each post as read/unread?'
1.18      zhu      10140: => '选择帖子标记为已读/未读?',
1.6       bisitz   10141: 
                   10142:    'Shown'
1.10      zhu      10143: => '显示',
1.6       bisitz   10144: 
                   10145:    'Not shown'
1.10      zhu      10146: => '不显示',
1.6       bisitz   10147: 
                   10148:    'Discussion options'
1.10      zhu      10149: => '论坛选项',
1.6       bisitz   10150: 
                   10151:    'Set options that control the sort order of posts, and/or which posts are displayed.'
1.93      raeburn  10152: => 'Set options that control the sort order of posts, and/or which posts are displayed.',
1.6       bisitz   10153: 
                   10154:    'Sort order'
1.10      zhu      10155: => '排序顺序',
1.6       bisitz   10156: 
                   10157:    'Date order - oldest first'
1.10      zhu      10158: => '按日期顺序 - 最老的优先',
1.6       bisitz   10159: 
                   10160:    'Date order - newest first'
1.10      zhu      10161: => '按日期顺序 - 最新的优先',
1.6       bisitz   10162: 
                   10163:    'Threaded'
1.26      zhu      10164: => '按帖子', # ???
1.6       bisitz   10165: 
                   10166:    'By subject'
1.10      zhu      10167: => '按主题',
1.6       bisitz   10168: 
                   10169:    'By domain and username'
1.10      zhu      10170: => '按域名和用户名',
1.6       bisitz   10171: 
                   10172:    'By last name, first name'
1.10      zhu      10173: => '按姓氏,名字',
1.6       bisitz   10174: 
                   10175:    'Specific role status'
1.10      zhu      10176: => '具体角色的状态',
1.6       bisitz   10177: 
                   10178:    'Roles of any status'
1.10      zhu      10179: => '任意的角色',
1.6       bisitz   10180: 
                   10181:    'Only active roles'
1.10      zhu      10182: => '只有现在的角色',
1.6       bisitz   10183: 
                   10184:    'Only past roles'
1.10      zhu      10185: => '只有过去的角色',
1.6       bisitz   10186: 
                   10187:    'Only future roles'
1.10      zhu      10188: => '只有未来的角色',
1.6       bisitz   10189: 
                   10190:    'Specific user roles'
1.10      zhu      10191: => '特定的用户角色',
1.6       bisitz   10192: 
                   10193:    'All roles'
1.10      zhu      10194: => '所有角色',
1.6       bisitz   10195: 
                   10196:    'Students'
                   10197: => '学生',
                   10198: 
                   10199:    'Course Coordinators'
1.10      zhu      10200: => '课程协调员',
1.6       bisitz   10201: 
                   10202:    'Instructors'
                   10203: => '讲师',
                   10204: 
                   10205:    'TAs'
1.10      zhu      10206: => '辅导员',
1.6       bisitz   10207: 
                   10208:    'Exam proctors'
1.10      zhu      10209: => '监考老师',
1.6       bisitz   10210: 
                   10211:    'Custom role'
1.10      zhu      10212: => '自定义角色',
1.6       bisitz   10213: 
                   10214:    'Custom roles'
1.10      zhu      10215: => '自定义角色',
1.6       bisitz   10216: 
                   10217:    'Specific sections'
1.10      zhu      10218: => '具体章节',
1.6       bisitz   10219: 
                   10220:    'Specific groups'
1.10      zhu      10221: => '特定组',
1.6       bisitz   10222: 
                   10223:    'Pick specific users (by name)'
1.10      zhu      10224: => '选择特定的用户 (姓)',
1.6       bisitz   10225: 
                   10226:    'Show a list of current posters'
1.93      raeburn  10227: => 'Show a list of current posters',
1.6       bisitz   10228: 
                   10229:    'So far, no data has been returned for your request'
1.10      zhu      10230: => '到现在为止,您的查询没有返回任何数据。',
1.6       bisitz   10231: 
                   10232:    'Select a user'
1.10      zhu      10233: => '选择一个用户',
1.6       bisitz   10234: 
                   10235:    'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.'
1.93      raeburn  10236: => 'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.',
1.6       bisitz   10237: 
                   10238:    'photo'
1.10      zhu      10239: => '图片',
1.6       bisitz   10240: 
                   10241:    'Critical Message'
1.55      zhu      10242: => '重要邮件',
1.6       bisitz   10243: 
                   10244:    'Display a Message'
1.55      zhu      10245: => '显示邮件',
1.6       bisitz   10246: 
                   10247:    'Back to Folder Display'
1.10      zhu      10248: => '返回文件夹列表',
1.6       bisitz   10249: 
1.63      zhu      10250:    'Currently available actions (will open extra window):'
                   10251: => '目前可采取的行动 (在新窗口中打开):',
1.6       bisitz   10252: 
1.86      bisitz   10253:    'There are no unread messages in this folder.'
1.10      zhu      10254: => '在此文件夹中没有未阅读邮件。',
1.6       bisitz   10255: 
1.86      bisitz   10256:    'There are no read messages in this folder'
1.10      zhu      10257: => '在此文件夹中没有已阅读邮件。',
1.6       bisitz   10258: 
1.86      bisitz   10259:    'There are no forwarded messages in this folder.'
1.10      zhu      10260: => '在此文件夹中没有转发的邮件。',
1.6       bisitz   10261: 
                   10262:    'You have not replied to any messages in this folder.'
1.10      zhu      10263: => '在此文件夹中您没有需要回答的邮件。',
1.6       bisitz   10264: 
1.86      bisitz   10265:    'There are no messages in this folder.'
                   10266: => '空文件夹', # Empty Folder
1.6       bisitz   10267: 
                   10268:    'Cc:'
1.18      zhu      10269: => '抄送:',
1.6       bisitz   10270: 
                   10271:    'Bcc:'
1.18      zhu      10272: => '密送:',
1.6       bisitz   10273: 
1.12      zhu      10274:    'Bcc'
                   10275: => '密送',
                   10276: 
1.6       bisitz   10277:    'Retrieve discussion and message records'
1.26      zhu      10278: => '检索讨论和信息记录',
1.6       bisitz   10279: 
                   10280:    'New Record (record is visible to course faculty and staff)'
1.26      zhu      10281: => '新记录 (只有课程管理者和工作人员可见):',
1.6       bisitz   10282: 
                   10283:    'Post this Record'
1.12      zhu      10284: => '保存',
1.6       bisitz   10285: 
                   10286:    'Revise your search criteria for this domain'
1.93      raeburn  10287: => 'Revise your search criteria for this domain',
1.6       bisitz   10288: 
                   10289:    'Metadata Modified'
1.93      raeburn  10290: => 'Metadata Modified',
1.6       bisitz   10291: 
                   10292:    'Use of LON-CAPA requires Javascript to be enabled in your web browser.'
1.93      raeburn  10293: => 'Use of LON-CAPA requires Javascript to be enabled in your web browser.',
1.6       bisitz   10294: 
                   10295:    'As this is not the case, most functionality in the system will be unavailable.'
1.93      raeburn  10296: => 'As this is not the case, most functionality in the system will be unavailable.',
1.6       bisitz   10297: 
1.109     bisitz   10298:    "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested filename."
                   10299: => "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   10300: 
                   10301:    'Directory'
1.10      zhu      10302: => '目录',
1.6       bisitz   10303: 
                   10304:    'Only empty directories may be deleted.'
1.22      zhu      10305: => '只有空的目录可以被删除。',
1.6       bisitz   10306: 
                   10307:    'You must delete the contents of the directory first.'
1.22      zhu      10308: => '您必须首先删除目录中的内容。',
1.6       bisitz   10309: 
                   10310:    'Cannot delete non-obsolete published file'
1.93      raeburn  10311: => 'Cannot delete non-obsolete published file',
1.6       bisitz   10312: 
                   10313:    'Must not include'
1.93      raeburn  10314: => 'Must not include',
1.6       bisitz   10315: 
                   10316:    'Name of new file is the same as name of old file'
1.93      raeburn  10317: => 'Name of new file is the same as name of old file',
1.6       bisitz   10318: 
                   10319:    'no action taken'
1.93      raeburn  10320: => 'no action taken',
1.6       bisitz   10321: 
                   10322:    'copy metadata error'
1.93      raeburn  10323: => 'copy metadata error',
1.6       bisitz   10324: 
                   10325:    'No New filename specified'
1.93      raeburn  10326: => 'No New filename specified',
1.6       bisitz   10327: 
                   10328:    'Warning: a published problem of this name exists.'
1.93      raeburn  10329: => 'Warning: a published problem of this name exists.',
1.6       bisitz   10330: 
                   10331:    'Warning: a published library of this name exists.'
1.93      raeburn  10332: => 'Warning: a published library of this name exists.',
1.6       bisitz   10333: 
                   10334:    'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.'
1.93      raeburn  10335: => 'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.',
1.6       bisitz   10336: 
                   10337:    'Cannot change MIME type of a directory'
1.93      raeburn  10338: => 'Cannot change MIME type of a directory',
1.6       bisitz   10339: 
                   10340:    'Cannot rename or move non-obsolete published file'
1.93      raeburn  10341: => 'Cannot rename or move non-obsolete published file',
1.6       bisitz   10342: 
                   10343:    'Change discussion display'
1.93      raeburn  10344: => 'Change discussion display',
1.6       bisitz   10345: 
1.112     bisitz   10346:    'Choose whether or not to display a count of the number of new posts for each resource or discussion board which has unread posts.'
                   10347: => 'Choose whether or not to display a count of the number of new posts for each resource or discussion board which has unread posts.',
1.6       bisitz   10348: 
                   10349:    "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds."
1.93      raeburn  10350: => "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds.",
1.6       bisitz   10351: 
                   10352:    'Currently set to [_1].'
1.57      zhu      10353: => '当前设置为 [_1].',
1.6       bisitz   10354: 
                   10355:    'Change to [_1]'
1.57      zhu      10356: => '改变为 [_1]',
1.6       bisitz   10357: 
                   10358:    'No change'
1.12      zhu      10359: => '无变化',
1.6       bisitz   10360: 
                   10361:    'Count unread posts in discussions display set to [_1]'
1.57      zhu      10362: => '未读讨论计数显示设置为 [_1]',
1.6       bisitz   10363: 
                   10364:    'Groups Manager'
1.12      zhu      10365: => '组管理',
1.6       bisitz   10366: 
                   10367:    'Group access start and end dates'
1.12      zhu      10368: => '组访问开始和结束日期',
1.6       bisitz   10369: 
                   10370:    'None available'
1.12      zhu      10371: => '无可用',
1.6       bisitz   10372: 
                   10373:    'There are no active, future or previous group members to modify.'
1.93      raeburn  10374: => 'There are no active, future or previous group members to modify.',
1.6       bisitz   10375: 
                   10376:    'Members to delete or expire'
1.57      zhu      10377: => '成员身份到期或将被删除',
1.6       bisitz   10378: 
                   10379:    'To be deleted'
1.12      zhu      10380: => '将删除的',
1.6       bisitz   10381: 
                   10382:    'To be expired'
1.12      zhu      10383: => '期满',
1.6       bisitz   10384: 
                   10385:    'No members to be deleted or expired from the group.'
1.93      raeburn  10386: => 'No members to be deleted or expired from the group.',
1.6       bisitz   10387: 
                   10388:    'Files: [_1]'
1.18      zhu      10389: => '文件: [_1]',
1.6       bisitz   10390: 
                   10391:    'Folders: [_1]'
1.18      zhu      10392: => '文件夹: [_1]',
1.6       bisitz   10393: 
                   10394:    'Choose Task'
1.12      zhu      10395: => '选择行动',
1.6       bisitz   10396: 
                   10397:    'Modify default group settings'
1.12      zhu      10398: => '修改默认组设置',
1.6       bisitz   10399: 
                   10400:    'Modify access, tools and/or privileges for previous, future, or current members'
1.12      zhu      10401: => '修改组成员访问,工具和权限',
1.6       bisitz   10402: 
                   10403:    'Add member(s) to the group'
1.12      zhu      10404: => '添加组成员',
1.6       bisitz   10405: 
                   10406:    'Group Settings'
1.12      zhu      10407: => '组设定',
1.6       bisitz   10408: 
                   10409:    'Modify/Delete Members'
1.12      zhu      10410: => '修改/删除会员',
1.6       bisitz   10411: 
                   10412:    'Current Tool Set'
1.12      zhu      10413: => '目前的工具集',
1.6       bisitz   10414: 
                   10415:    'Change Privileges'
1.12      zhu      10416: => '更改权限',
1.6       bisitz   10417: 
                   10418:    'Membership Mapping'
1.12      zhu      10419: => '会员推荐',
1.6       bisitz   10420: 
                   10421:    'Group name, title and available collaborative tools'
1.12      zhu      10422: => '组名称,所有权和使用协作工具',
1.6       bisitz   10423: 
                   10424:    'Letters, numbers and underscore only'
1.12      zhu      10425: => '只有字母,数字和下划线',
1.6       bisitz   10426: 
                   10427:    'Discussion boards'
1.12      zhu      10428: => '论坛',
1.6       bisitz   10429: 
                   10430:    'E-mail'
1.93      raeburn  10431: => 'E-mail',
1.6       bisitz   10432: 
                   10433:    'File Repository'
1.12      zhu      10434: => '档案库',
1.6       bisitz   10435: 
                   10436:    'Group home page'
1.12      zhu      10437: => '组首页',
1.6       bisitz   10438: 
                   10439:    'Membership Roster'
1.12      zhu      10440: => '会员名册',
1.6       bisitz   10441: 
                   10442:    'Granularity:'
1.27      zhu      10443: => '細微性:',
1.6       bisitz   10444: 
                   10445:    'Different subsets of the chosen collaborative tools for different group members?'
1.27      zhu      10446: => '不同的组成员选择不同的协作工具?',
1.6       bisitz   10447: 
1.57      zhu      10448: #   'Disk quota: '
                   10449: #=> '磁盘配额: ',
                   10450: 
                   10451:    'Disk quota'
                   10452: => '磁盘配额',
1.6       bisitz   10453: 
1.116     bisitz   10454:    'If you enable the group portfolio for the group, allocate a disk quota.'
                   10455: => 'If you enable the group portfolio for the group, allocate a disk quota.', # '如果您对组启用了文件存放,请分配磁盘配额:',
1.6       bisitz   10456: 
1.116     bisitz   10457:    '[_1] MB'
1.6       bisitz   10458: => '[_1] MB',
                   10459: 
1.116     bisitz   10460:    'A total of [_1] MB can be divided amongst all groups in the course, and [_2] MB are currently unallocated.'
                   10461: => '该课的所有组共有 [_1] MB 可分,[_2] MB 目前未被分配。',
1.6       bisitz   10462: 
                   10463:    'Default start and end dates for group access'
1.22      zhu      10464: => '默认情况下组访问的开始和结束日期',
1.6       bisitz   10465: 
                   10466:    'Start:'
1.18      zhu      10467: => '开始:',
1.6       bisitz   10468: 
                   10469:    'End:'
1.18      zhu      10470: => '结束:',
1.6       bisitz   10471: 
                   10472:    'Error: invalid course domain or number - group folder creation failed.'
1.12      zhu      10473: => '错误:无效的课程或域号码。建立了组列表失败。',
1.6       bisitz   10474: 
                   10475:    'Course Groups'
1.9       zhu      10476: => '课程组',
1.6       bisitz   10477: 
                   10478:    'Non-standard course - folder for all groups not added.'
1.27      zhu      10479: => '非标准课程 - 所有组的文件夹不会增加。',
1.6       bisitz   10480: 
                   10481:    'Build a list of users for selection of group members'
1.27      zhu      10482: => '从组成员里选择来建立一个用户列表',
1.6       bisitz   10483: 
                   10484:    'Group membership selection list criteria:'
1.12      zhu      10485: => '组成员名单选择标准:',
1.6       bisitz   10486: 
                   10487:    'Pick the criteria to use to build a list of course users from which you will select '
1.27      zhu      10488: => '选择的标准的使用来建立一个名单,您将选择',
1.6       bisitz   10489: 
                   10490:    'members of the new group.'
1.27      zhu      10491: => '新的组成员。',
1.6       bisitz   10492: 
                   10493:    '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      10494: => '如果您创建的组不想立即要添加成员,就没有必要选择任何标准。',
1.6       bisitz   10495: 
                   10496:    '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      10497: => '随后的步骤将自动添加/删除组成员,也可以让您指定所引发指定用户角色和第的过程中。这是通过指定的用户角色和在课程中章节<i>变化</i>被触发的。',
1.6       bisitz   10498: 
                   10499:    'Access types'
1.12      zhu      10500: => '访问类型',
1.6       bisitz   10501: 
                   10502:    'Currently has access'
1.12      zhu      10503: => '目前已获得',
1.6       bisitz   10504: 
                   10505:    'Will have future access'
1.12      zhu      10506: => '今后将有机会',
1.6       bisitz   10507: 
                   10508:    'Previously had access'
1.12      zhu      10509: => '曾获得',
1.6       bisitz   10510: 
                   10511:    'Course roles'
1.101     bisitz   10512: => '课程角色',
1.6       bisitz   10513: 
                   10514:    'Course sections'
1.101     bisitz   10515: => '课程章节',
1.6       bisitz   10516: 
                   10517:    'all sections'
1.12      zhu      10518: => '所有章节',
1.6       bisitz   10519: 
                   10520:    'no section'
1.12      zhu      10521: => '无章节',
1.6       bisitz   10522: 
                   10523:    'Go to next step'
1.12      zhu      10524: => '下一步',
1.6       bisitz   10525: 
                   10526:    'Invalid group name'
1.12      zhu      10527: => '无效的组名称',
1.6       bisitz   10528: 
                   10529:    'The group name entered '
1.12      zhu      10530: => '输入的组名称 ',
1.6       bisitz   10531: 
                   10532:    'is not a valid name.'
1.12      zhu      10533: => '不是一个有效的名称。',
1.6       bisitz   10534: 
                   10535:    'can not be used as it is the name of '
1.12      zhu      10536: => '不能使用,因为它的名字是 ',
1.6       bisitz   10537: 
1.20      bisitz   10538:    'an existing [_1]'
1.12      zhu      10539: => '现有的 [_1]',
1.6       bisitz   10540: 
                   10541:    ' in this Course'
1.12      zhu      10542: => ' 在该课程里',
1.6       bisitz   10543: 
                   10544:    'Group names and section names used in a Course must be unique.'
1.12      zhu      10545: => '组名称和章节名称在课程中必须是独一无二的。',
1.6       bisitz   10546: 
                   10547:    'Group names may only contain letters, numbers or underscores.'
1.12      zhu      10548: => '组名称只能包含字母,数字或下划线。',
1.6       bisitz   10549: 
                   10550:    'Go to previous step'
1.12      zhu      10551: => '返回',
1.6       bisitz   10552: 
                   10553:    'Select Members'
1.12      zhu      10554: => '选择成员',
1.6       bisitz   10555: 
                   10556:    'Your group selections - '
1.12      zhu      10557: => '您的组选择 - ',
1.6       bisitz   10558: 
                   10559:    'The following settings will apply to the group:'
1.12      zhu      10560: => '下面的设置将适用于本组:',
1.6       bisitz   10561: 
                   10562:    'Granularity'
1.57      zhu      10563: => '細微性',
1.6       bisitz   10564: 
                   10565:    'File quota'
1.12      zhu      10566: => '文件共享',
1.6       bisitz   10567: 
                   10568:    'Default access dates'
1.12      zhu      10569: => '默认访问日期',
1.6       bisitz   10570: 
1.110     bisitz   10571:    'Different collaborative tools[_1]for different members:'
                   10572: => '不同的协作工具[_1]对不同的成员组成:',
1.6       bisitz   10573: 
                   10574:    'Start date'
                   10575: => '开始日期',
                   10576: 
                   10577:    'Start date:'
                   10578: => '开始日期:',
                   10579: 
                   10580:    'End date'
                   10581: => '结束日期',
                   10582: 
                   10583:    'End date:'
                   10584: => '结束日期:',
                   10585: 
                   10586:    'Available for assignment to members:'
1.57      zhu      10587: => '可供成员访问:',
1.6       bisitz   10588: 
                   10589:    'Unavailable for assignment:'
1.57      zhu      10590: => '没有可能访问:',
1.6       bisitz   10591: 
                   10592:    'User privileges for collaborative tools'
1.57      zhu      10593: => '协作工具的用户权限',
1.6       bisitz   10594: 
                   10595:    '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  10596: => '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   10597: 
                   10598:    'For some tools there are also additional optional privileges which can be set.'
1.93      raeburn  10599: => 'For some tools there are also additional optional privileges which can be set.',
1.6       bisitz   10600: 
                   10601:    'Choose one of the following:'
1.93      raeburn  10602: => 'Choose one of the following:',
1.6       bisitz   10603: 
                   10604:    '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  10605: => '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   10606: 
                   10607:    'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.'
1.93      raeburn  10608: => 'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.',
1.6       bisitz   10609: 
                   10610:    'Group membership'
1.12      zhu      10611: => '组员',
1.6       bisitz   10612: 
                   10613:    'Add members'
1.12      zhu      10614: => '添加成员',
1.6       bisitz   10615: 
                   10616:    'Assign collaborative tools'
1.27      zhu      10617: => '转让协作工具',
1.6       bisitz   10618: 
                   10619:    'Tools'
1.12      zhu      10620: => '工具',
1.6       bisitz   10621: 
                   10622:    'Add Members'
1.12      zhu      10623: => '添加成员',
1.6       bisitz   10624: 
                   10625:    'Add?'
1.18      zhu      10626: => '添加?',
1.6       bisitz   10627: 
                   10628:    'All:'
1.18      zhu      10629: => '全部:',
1.6       bisitz   10630: 
1.116     bisitz   10631:    'You have indicated that the group portfolio should be enabled, but you have set the respository quota to 0 MB.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.'
                   10632: => 'You have indicated that the group portfolio should be enabled, but you have set the respository quota to 0 MB.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.',
1.6       bisitz   10633: 
                   10634:    '[_1] [_2] was created.<br />'
1.12      zhu      10635: => '[_1] [_2] 已创建。<br />',
1.6       bisitz   10636: 
                   10637:    'Group membership list updated.'
1.12      zhu      10638: => '该组成员名单已经更新。',
1.6       bisitz   10639: 
                   10640:    '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  10641: => '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   10642: 
                   10643:    'An error occurred while updating the group membership list:'
1.93      raeburn  10644: => 'An error occurred while updating the group membership list:',
1.6       bisitz   10645: 
                   10646:    'Choose Privileges'
1.93      raeburn  10647: => 'Choose Privileges',
1.6       bisitz   10648: 
                   10649:    'Setting Changes Complete'
1.98      bisitz   10650: => 'Setting Changes Complete',
1.6       bisitz   10651: 
                   10652:    'Modifications Complete'
1.98      bisitz   10653: => 'Modifications Complete',
1.6       bisitz   10654: 
                   10655:    'Creation Complete'
1.93      raeburn  10656: => 'Creation Complete',
1.6       bisitz   10657: 
                   10658:    'Additions Complete'
1.93      raeburn  10659: => 'Additions Complete',
1.6       bisitz   10660: 
                   10661:    'Verify deletion'
1.93      raeburn  10662: => 'Verify deletion',
1.6       bisitz   10663: 
                   10664:    'Deletion Complete'
1.93      raeburn  10665: => 'Deletion Complete',
1.6       bisitz   10666: 
                   10667:    'Create Group'
1.12      zhu      10668: => '创建组',
1.6       bisitz   10669: 
                   10670:    'discussion'
1.12      zhu      10671: => '论坛',
1.6       bisitz   10672: 
                   10673:    'email files'
1.12      zhu      10674: => '电子邮件档案',
1.6       bisitz   10675: 
                   10676:    'homepage'
1.12      zhu      10677: => '主页',
1.6       bisitz   10678: 
                   10679:    'roster'
1.12      zhu      10680: => '花名册',
1.6       bisitz   10681: 
                   10682:    'Edit Group Homepage'
1.12      zhu      10683: => '编辑组首页',
1.6       bisitz   10684: 
                   10685:    'Edit Group Settings'
1.12      zhu      10686: => '编辑组设置',
1.6       bisitz   10687: 
                   10688:    'Available Group Tools'
1.12      zhu      10689: => '可用的工具组',
1.6       bisitz   10690: 
1.22      zhu      10691:    'Group Chat Room'
1.12      zhu      10692: => '组聊天室',
1.6       bisitz   10693: 
                   10694:    'Group e-mail'
1.12      zhu      10695: => '组电子邮箱',
1.6       bisitz   10696: 
                   10697:    'Group page - [_1]'
1.12      zhu      10698: => '组页 - [_1]',
1.6       bisitz   10699: 
                   10700:    '[_1] discussion boards - [_2]'
1.12      zhu      10701: => '[_1] 论坛 - [_2]',
1.6       bisitz   10702: 
                   10703:    'New Discussion Board'
1.12      zhu      10704: => '创建新论坛',
1.6       bisitz   10705: 
                   10706:    'There are currently no discussion boards in this [_1].'
1.12      zhu      10707: => '在这 [_1] 里目前还没有论坛。',
1.6       bisitz   10708: 
                   10709:    'Discussion Board Title'
1.12      zhu      10710: => '论坛讨论标题',
1.6       bisitz   10711: 
                   10712:    'The new discussion board was added successfully.<br />'
1.12      zhu      10713: => '新的讨论论坛已成功创建。<br />',
1.6       bisitz   10714: 
                   10715:    'Edit [_1] board'
1.12      zhu      10716: => '编辑 [_1] 论坛',
1.6       bisitz   10717: 
                   10718:    'View all group discussion boards'
1.12      zhu      10719: => '查看各组讨论论坛',
1.6       bisitz   10720: 
                   10721:    'Show Student View'
1.12      zhu      10722: => '以学生视角显示',
1.6       bisitz   10723: 
                   10724:    'Note: in anonymous discussion, your name is visible only to course faculty'
1.12      zhu      10725: => '注意:在匿名的讨论中,你的名字只有课程教师看的见。',
1.6       bisitz   10726: 
                   10727:    'Send a Message in a Group'
1.12      zhu      10728: => '组内发送邮件',
1.6       bisitz   10729: 
                   10730:    'As this group has no members, there are no recipients to select.'
1.12      zhu      10731: => '由于这组没有成员,您无法选择收件人。',
1.6       bisitz   10732: 
                   10733:    'Allow replies'
1.10      zhu      10734: => '允许回复',
1.6       bisitz   10735: 
                   10736:    'Reply to'
1.10      zhu      10737: => '回复',
1.6       bisitz   10738: 
                   10739:    'Group Portfolio'
1.12      zhu      10740: => '组档案',
1.6       bisitz   10741: 
                   10742:    '[_1] portfolio files - [_2]'
1.13      zhu      10743: => '[_1] 组合文件 - [_2]',
1.6       bisitz   10744: 
                   10745:    'There are no membership data to display for this [_1]'
1.93      raeburn  10746: => 'There are no membership data to display for this [_1]',
1.6       bisitz   10747: 
                   10748:    'Group Membership'
1.12      zhu      10749: => '组成员',
1.6       bisitz   10750: 
                   10751:    '[_1] membership status - [_2]'
1.12      zhu      10752: => '[_1] 成员状态 - [_2]',
1.6       bisitz   10753: 
                   10754:    'Group Message'
1.55      zhu      10755: => '组邮件',
1.6       bisitz   10756: 
                   10757:    'Compose Group Message'
1.55      zhu      10758: => '撰写组邮件',
1.6       bisitz   10759: 
                   10760:    'Course Discussion Boards'
1.9       zhu      10761: => '课程讨论区',
1.6       bisitz   10762: 
                   10763:    'Post Discussion'
1.12      zhu      10764: => '提交讨论文件',
1.6       bisitz   10765: 
                   10766:    'Post Anonymous Discussion'
1.12      zhu      10767: => '匿名提交讨论文件',
1.6       bisitz   10768: 
                   10769:    'Content'
1.12      zhu      10770: => '内容',
1.6       bisitz   10771: 
                   10772:    'You do not currently have rights to view this group.'
1.93      raeburn  10773: => 'You do not currently have rights to view this group.',
1.6       bisitz   10774: 
                   10775:    'No page information provided.'
1.93      raeburn  10776: => 'No page information provided.',
1.6       bisitz   10777: 
                   10778:    '<p>No page information provided.</p>'
1.99      raeburn  10779: => '<p>No page information provided.</p>',
1.6       bisitz   10780: 
                   10781:    'Available functions'
1.12      zhu      10782: => '可用的功能',
1.6       bisitz   10783: 
                   10784:    'No group functionality.'
1.93      raeburn  10785: => 'No group functionality.',
1.6       bisitz   10786: 
                   10787:    'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].'
1.93      raeburn  10788: => 'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].',
1.6       bisitz   10789: 
                   10790:    'Group Page'
1.12      zhu      10791: => '组页',
1.6       bisitz   10792: 
1.57      zhu      10793:    'Quota allocated to group portfolio:'
                   10794: => '配额分配给组文件夹',
                   10795: 
1.6       bisitz   10796: 
1.116     bisitz   10797:    'The quota is currently [_1] MB'
1.57      zhu      10798: => '目前的配额: [_1] MB',
1.6       bisitz   10799: 
1.116     bisitz   10800:    'The quota can be increased to [_1] MB, by adding all unallocated space for groups in the course.'
1.57      zhu      10801: => '配额可提高到 [_1] MB, 加上该课程的组中所有未分配的空间。',
1.6       bisitz   10802: 
                   10803:    '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      10804: => '每个协作工具,包括核心权限,分配给所有成员基本权限。某些工具可能会还具有额外的权限,即可以设置特定的成员。',
1.6       bisitz   10805: 
                   10806:    'All group members will receive the same privileges for any tool assigned to them, including the default set of optional privileges.'
1.57      zhu      10807: => '所有组成员分配给他们的任何工具将得到相同的权限,包括默认设置可选特权。',
1.6       bisitz   10808: 
                   10809:    'Different group members may receive different privileges from others for the tools they have been assigned.'
1.93      raeburn  10810: => 'Different group members may receive different privileges from others for the tools they have been assigned.',
1.6       bisitz   10811: 
                   10812:    'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.'
1.93      raeburn  10813: => 'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.',
1.6       bisitz   10814: 
                   10815:    '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  10816: => '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   10817: 
                   10818:    'if enabled on the next page'
1.93      raeburn  10819: => 'if enabled on the next page',
1.6       bisitz   10820: 
                   10821:    'if enabled below'
1.93      raeburn  10822: => 'if enabled below',
1.6       bisitz   10823: 
                   10824:    'Additional privileges'
1.93      raeburn  10825: => 'Additional privileges',
1.6       bisitz   10826: 
                   10827:    'Fixed privileges'
1.57      zhu      10828: => '固定权限',
1.6       bisitz   10829: 
                   10830:    'Optional privileges'
1.57      zhu      10831: => '任择权限',
1.6       bisitz   10832: 
                   10833:    'Collaborative Tool'
1.57      zhu      10834: => '协作工具',
1.6       bisitz   10835: 
                   10836:    'Fixed'
1.57      zhu      10837: => '固定的',
1.6       bisitz   10838: 
                   10839:    'Optional'
1.57      zhu      10840: => '可选的',
1.6       bisitz   10841: 
                   10842:    'Additional Tools'
1.57      zhu      10843: => '其他工具',
1.6       bisitz   10844: 
                   10845:    'Core privileges'
1.57      zhu      10846: => '基本权限',
1.6       bisitz   10847: 
                   10848:    '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  10849: => '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   10850: 
                   10851:    'All new group members will receive the same privileges.'
1.57      zhu      10852: => '所有新的小组成员将得到同样的权限。',
1.6       bisitz   10853: 
                   10854:    '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      10855: => '如果以前到期的成员正在重新启用,或者未来进入的成员现在正在激活,先前的权限将被保留。',
1.6       bisitz   10856: 
                   10857:    'As no group members are being added, there are no specific user privileges to set.'
1.57      zhu      10858: => '由于没有增加组成员,没有设置具体用户的权限。',
1.6       bisitz   10859: 
                   10860:    '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      10861: => '目前还没有任何组织成员的权限以显示或设置,因为您还没有表示,你将被激活,重新启用,改变权限,或添加/删除任何现有成员的工具。',
1.6       bisitz   10862: 
                   10863:    'Currently the group is configured '
1.57      zhu      10864: => '目前该组的配置, ',
1.6       bisitz   10865: 
                   10866:    'so different members can receive different optional privileges for a particular tool.'
1.57      zhu      10867: => '不同成员为特定的工具可以得到不同的可选权限。',
1.6       bisitz   10868: 
                   10869:    'so all members will receive the same optional privileges for a particular tool.'
1.57      zhu      10870: => '所有成员为特定的工具可以得到相同的可选权限。',
1.6       bisitz   10871: 
                   10872:    'Settings for automatic group enrollment'
1.57      zhu      10873: => '设置自动分配组',
1.6       bisitz   10874: 
                   10875:    'Group membership mapping to specific sections/roles'
1.93      raeburn  10876: => 'Group membership mapping to specific sections/roles',
1.6       bisitz   10877: 
                   10878:    'Enable/disable automatic group enrollment for users in specified roles and sections'
1.93      raeburn  10879: => 'Enable/disable automatic group enrollment for users in specified roles and sections',
1.6       bisitz   10880: 
                   10881:    '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  10882: => '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   10883: 
                   10884:    "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  10885: => "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   10886: 
                   10887:    'Automatically enable group membership when roles are added?'
1.93      raeburn  10888: => 'Automatically enable group membership when roles are added?',
1.6       bisitz   10889: 
                   10890:    'Automatically expire group membership when roles are removed?'
1.93      raeburn  10891: => 'Automatically expire group membership when roles are removed?',
1.6       bisitz   10892: 
                   10893:    'Currently set to'
1.57      zhu      10894: => '当前设置为',
1.6       bisitz   10895: 
                   10896:    'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.'
1.93      raeburn  10897: => 'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.',
1.6       bisitz   10898: 
                   10899:    'Pick roles and sections for automatic group enrollment'
1.93      raeburn  10900: => 'Pick roles and sections for automatic group enrollment',
1.6       bisitz   10901: 
                   10902:    'Active?'
1.57      zhu      10903: => '激活?',
1.6       bisitz   10904: 
1.57      zhu      10905:    'Send group message'
1.113     bisitz   10906: => '发送组邮件',
1.6       bisitz   10907: 
                   10908:    'Create boards'
1.113     bisitz   10909: => '创建论坛',
1.6       bisitz   10910: 
                   10911:    'Edit own posts'
1.113     bisitz   10912: => '编辑自己的帖子',
1.6       bisitz   10913: 
                   10914:    'Hide/Delete any post'
1.57      zhu      10915: => '隐藏/删除 任意帖子',
1.6       bisitz   10916: 
                   10917:    'View boards'
1.113     bisitz   10918: => '查看论坛',
1.6       bisitz   10919: 
                   10920:    'Control Access'
1.113     bisitz   10921: => '访问控制',
1.6       bisitz   10922: 
                   10923:    'Basic Display'
1.113     bisitz   10924: => '基本显示',
1.6       bisitz   10925: 
                   10926:    'Detailed Display'
1.113     bisitz   10927: => '详细显示',
1.6       bisitz   10928: 
                   10929:    'View page'
1.113     bisitz   10930: => '查看网页',
1.6       bisitz   10931: 
                   10932:    'Modify page'
1.113     bisitz   10933: => '修改网页',
1.6       bisitz   10934: 
                   10935:    'email'
1.93      raeburn  10936: => 'email',
1.6       bisitz   10937: 
1.57      zhu      10938:    'Broadcast message'
                   10939: => '广播邮件',
1.6       bisitz   10940: 
                   10941:    'files'
1.12      zhu      10942: => '文件',
1.6       bisitz   10943: 
                   10944:    'Foils without names exist. This can cause problems to malfunction.'
1.93      raeburn  10945: => 'Foils without names exist. This can cause problems to malfunction.',
1.6       bisitz   10946: 
                   10947:    'Unknown area style [_1]'
1.93      raeburn  10948: => 'Unknown area style [_1]',
1.6       bisitz   10949: 
                   10950:    "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name."
1.93      raeburn  10951: => "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name.",
1.6       bisitz   10952: 
                   10953:    'Forwarded message from '
1.93      raeburn  10954: => 'Forwarded message from ',
1.6       bisitz   10955: 
                   10956:    'You received a critical message from [_1] in LON-CAPA.'
1.93      raeburn  10957: => 'You received a critical message from [_1] in LON-CAPA.',
1.6       bisitz   10958: 
                   10959:    'You received a message from [_1] in LON-CAPA.'
1.93      raeburn  10960: => 'You received a message from [_1] in LON-CAPA.',
1.6       bisitz   10961: 
1.111     bisitz   10962:    "'New' critical message from [_1]"
                   10963: => "'New' critical message from [_1]",
1.6       bisitz   10964: 
1.111     bisitz   10965:    "'New' message from [_1]"
                   10966: => "'New' message from [_1]",
1.6       bisitz   10967: 
                   10968:    'Refers to'
1.93      raeburn  10969: => 'Refers to',
1.6       bisitz   10970: 
                   10971:    'Previous attempts of student (if applicable)'
1.93      raeburn  10972: => 'Previous attempts of student (if applicable)',
1.6       bisitz   10973: 
                   10974:    'Original screen output (if applicable)'
1.93      raeburn  10975: => 'Original screen output (if applicable)',
1.6       bisitz   10976: 
                   10977:    'Correct Answer(s) (if applicable)'
1.93      raeburn  10978: => 'Correct Answer(s) (if applicable)',
1.6       bisitz   10979: 
                   10980:    '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  10981: => '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   10982: 
                   10983:    'The subject is 
                   10984: 
                   10985:  [_1]
                   10986: 
                   10987: '
1.99      raeburn  10988: => 'The subject is 
1.6       bisitz   10989: 
                   10990:  [_1]
                   10991: 
                   10992: ',
                   10993: 
                   10994:    'Excerpt'
1.93      raeburn  10995: => 'Excerpt',
1.6       bisitz   10996: 
                   10997:    'Use 
                   10998: 
                   10999:  [_1]
                   11000: 
                   11001: to access the full message.'
1.99      raeburn  11002: => 'Use 
1.6       bisitz   11003: 
                   11004:  [_1]
                   11005: 
1.99      raeburn  11006: to access the full message.',
1.6       bisitz   11007: 
                   11008:    'You can reply to this message'
1.93      raeburn  11009: => 'You can reply to this message',
1.6       bisitz   11010: 
                   11011:    'A reply will not be received by the recipient!'
1.93      raeburn  11012: => 'A reply will not be received by the recipient!',
1.6       bisitz   11013: 
                   11014:    "Include in course's 'User records' for recipient(s)"
1.10      zhu      11015: => "包括课程中的'用户记录'给收信人",
1.6       bisitz   11016: 
                   11017:    'No replies to sender'
1.10      zhu      11018: => '没有答复发件人',
1.6       bisitz   11019: 
                   11020:    'Display Message'
1.10      zhu      11021: => '显示邮件',
1.6       bisitz   11022: 
                   11023:    'Replying to a Message'
1.10      zhu      11024: => '回复邮件',
1.6       bisitz   11025: 
                   11026:    'Forwarding a Message'
1.10      zhu      11027: => '转发邮件',
1.6       bisitz   11028: 
                   11029:    'Forwarding Multiple Messages'
1.10      zhu      11030: => '转发多封邮件',
1.6       bisitz   11031: 
                   11032:    'At end of file some tags were still left unclosed, '
1.93      raeburn  11033: => 'At end of file some tags were still left unclosed, ',
1.6       bisitz   11034: 
                   11035:    'Upload and Send'
1.10      zhu      11036: => '上传和发送',
1.6       bisitz   11037: 
                   11038:    'Choose which course(s) to list.'
1.93      raeburn  11039: => 'Choose which course(s) to list.',
1.6       bisitz   11040: 
                   11041:    'Display courses'
1.10      zhu      11042: => '显示课程',
1.6       bisitz   11043: 
                   11044:    'Public'
1.10      zhu      11045: => '公开的',
1.6       bisitz   11046: 
1.35      bisitz   11047:    'Answer [_1]'
                   11048: => '答复 [_1]',
1.6       bisitz   11049: 
                   11050:    'EditXML [_1]'
1.93      raeburn  11051: => 'EditXML [_1]',
1.6       bisitz   11052: 
                   11053:    'Not authorized'
1.10      zhu      11054: => '未授权',
1.6       bisitz   11055: 
                   11056:    'An error occurred while processing this resource. The author has been notified.'
1.93      raeburn  11057: => 'An error occurred while processing this resource. The author has been notified.',
1.6       bisitz   11058: 
1.114     bisitz   11059:    'Code ran too long. It ran for more than [_1] seconds.'
                   11060: => 'Code ran too long. It ran for more than [_1] seconds.',
                   11061: 
                   11062:    'This occurred while running &lt;while&gt; on line [_1].'
                   11063: => 'This occurred while running &lt;while&gt; on line [_1].',
                   11064: 
                   11065:    'This occurred while running: [_1]'
                   11066: => 'This occurred while running: [_1]',
1.6       bisitz   11067: 
1.114     bisitz   11068:    'Substitution on [_1] with [_2] caused:'
                   11069: => 'Substitution on [_1] with [_2] caused:',
1.6       bisitz   11070: 
                   11071:    'Student View'
1.18      zhu      11072: => '学生视野',
1.6       bisitz   11073: 
                   11074:    'Correct answer'
1.18      zhu      11075: => '正确答案',
1.6       bisitz   11076: 
                   11077:    'Could not identify problem.'
1.18      zhu      11078: => '无法确定的问题。', # ???
1.6       bisitz   11079: 
                   11080:    'Chart'
1.18      zhu      11081: => '图表',
1.6       bisitz   11082: 
1.77      bisitz   11083:    'Student Data'
                   11084: => '学生资料',
1.6       bisitz   11085: 
                   11086:    'HTML, with links'
1.18      zhu      11087: => 'HTML格式,链接',
1.6       bisitz   11088: 
                   11089:    'HTML, with all links'
1.18      zhu      11090: => 'HTML格式,与所有链接',
1.6       bisitz   11091: 
                   11092:    'HTML, without links'
1.18      zhu      11093: => 'HTML格式,没有链接',
1.6       bisitz   11094: 
                   11095:    'Output Data'
1.18      zhu      11096: => '输出数据',
1.6       bisitz   11097: 
                   11098:    'Scores Summary'
1.18      zhu      11099: => '总分',
1.6       bisitz   11100: 
                   11101:    'Scores Per Problem'
1.18      zhu      11102: => '每题分数',
1.6       bisitz   11103: 
                   11104:    'Parts Correct'
1.93      raeburn  11105: => 'Parts Correct',
1.6       bisitz   11106: 
                   11107:    'fullname'
1.18      zhu      11108: => '全名',
1.6       bisitz   11109: 
                   11110:    'id'
1.18      zhu      11111: => 'ID/学生证号',
1.6       bisitz   11112: 
                   11113:    'Generate Chart'
1.18      zhu      11114: => '生成图表',
1.6       bisitz   11115: 
                   11116:    'Generate Graph'
1.18      zhu      11117: => '生成图',
1.6       bisitz   11118: 
                   11119:    'Select One Student'
1.18      zhu      11120: => '选择一个学生',
1.6       bisitz   11121: 
                   11122:    'All sections.'
1.18      zhu      11123: => '所有科目。',
1.6       bisitz   11124: 
                   11125:    'Section [_1].'
1.18      zhu      11126: => '章节 [_1]。',
1.6       bisitz   11127: 
                   11128:    'Section [_1]'
1.18      zhu      11129: => '章节 [_1]',
1.6       bisitz   11130: 
                   11131:    'Sections [_1] and [_2].'
1.18      zhu      11132: => '章节 [_1] 和 [_2]。',
1.6       bisitz   11133: 
                   11134:    'All groups.'
1.12      zhu      11135: => '所有组。',
1.6       bisitz   11136: 
                   11137:    'Group [_1].'
1.12      zhu      11138: => '组 [_1].',
1.6       bisitz   11139: 
                   11140:    'Groups [_1] and [_2].'
1.12      zhu      11141: => '组 [_1] 和 [_2].',
1.6       bisitz   11142: 
                   11143:    'Active access status.'
1.93      raeburn  11144: => 'Active access status.',
1.6       bisitz   11145: 
                   11146:    'Future access status.'
1.93      raeburn  11147: => 'Future access status.',
1.6       bisitz   11148: 
                   11149:    'Expired access status.'
1.93      raeburn  11150: => 'Expired access status.',
1.6       bisitz   11151: 
                   11152:    'Any access status.'
1.93      raeburn  11153: => 'Any access status.',
1.6       bisitz   11154: 
                   11155:    'Show links in new window:'
1.93      raeburn  11156: => 'Show links in new window:',
1.6       bisitz   11157: 
1.77      bisitz   11158:    'Summary Table'
1.93      raeburn  11159: => 'Summary Table',
1.77      bisitz   11160: 
1.6       bisitz   11161:    'Summary Tables'
1.93      raeburn  11162: => 'Summary Tables',
1.6       bisitz   11163: 
1.77      bisitz   11164:    'Summary table for [_1] ([_2])'
1.93      raeburn  11165: => 'Summary table for [_1] ([_2])',
1.6       bisitz   11166: 
                   11167:    'Average'
1.93      raeburn  11168: => 'Average',
1.6       bisitz   11169: 
1.77      bisitz   11170:    'maximum'
1.93      raeburn  11171: => 'maximum',
1.77      bisitz   11172: 
1.6       bisitz   11173:    'Maximum'
                   11174: => 'Maximum',
                   11175: 
1.77      bisitz   11176:    'Max. Total'
1.93      raeburn  11177: => 'Max. Total',
1.77      bisitz   11178: 
                   11179:    'Median'
                   11180: => 'Median',
                   11181: 
                   11182:    'Std Dev'
1.93      raeburn  11183: => 'Std Dev',
1.77      bisitz   11184: 
                   11185:    'sum'
1.93      raeburn  11186: => 'sum',
1.77      bisitz   11187: 
                   11188:    'maximum possible'
1.93      raeburn  11189: => 'maximum possible',
1.77      bisitz   11190: 
                   11191:    'parts correct'
1.93      raeburn  11192: => 'parts correct',
1.77      bisitz   11193: 
1.6       bisitz   11194:    'Return to the chart'
1.93      raeburn  11195: => 'Return to the chart',
1.6       bisitz   11196: 
1.77      bisitz   11197:    'Compiled on [_1]'
1.93      raeburn  11198: => 'Compiled on [_1]',
1.77      bisitz   11199: 
1.6       bisitz   11200:    "Click on a student's name or username to view their chart"
1.93      raeburn  11201: => "Click on a student's name or username to view their chart",
1.6       bisitz   11202: 
                   11203:    'status'
1.57      zhu      11204: => '状态',
1.6       bisitz   11205: 
                   11206:    'groups'
1.12      zhu      11207: => '组',
1.6       bisitz   11208: 
                   11209:    'Click on a students name or username to view their chart'
1.93      raeburn  11210: => 'Click on a students name or username to view their chart',
1.6       bisitz   11211: 
                   11212:    'Essay will be hand graded.'
1.93      raeburn  11213: => 'Essay will be hand graded.',
1.6       bisitz   11214: 
                   11215:    'Text you want to appear by default:'
1.18      zhu      11216: => '文字在默认情况下显示:',
1.6       bisitz   11217: 
                   11218:    'Check as many files as you wish in response to the problem:'
1.13      zhu      11219: => '选择所有的文件对于您想答复的问题:',
1.6       bisitz   11220: 
                   11221:    'Select portfolio files'
1.13      zhu      11222: => '选择组合文件',
1.6       bisitz   11223: 
                   11224:    'Select checked files, and continue selecting'
1.13      zhu      11225: => '选择文件并继续选择',
1.6       bisitz   11226: 
                   11227:    'Select checked files, and close window'
1.13      zhu      11228: => '选择文件并关闭窗口',
1.6       bisitz   11229: 
                   11230:    'Copy of'
1.93      raeburn  11231: => 'Copy of',
1.6       bisitz   11232: 
                   11233:    '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  11234: => '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   11235: 
                   11236:    'Overall result: [_1]'
1.18      zhu      11237: => '总分: [_1]',
1.6       bisitz   11238: 
                   11239:    'Dimension: [_1], status [_2] '
1.93      raeburn  11240: => 'Dimension: [_1], status [_2] ',
1.6       bisitz   11241: 
                   11242:    'Queue Status'
1.10      zhu      11243: => '队列状态',
1.6       bisitz   11244: 
                   11245:    'Check Mark'
1.10      zhu      11246: => '核选标记',
1.6       bisitz   11247: 
                   11248:    'Return commented version of [_1] to student.'
1.93      raeburn  11249: => 'Return commented version of [_1] to student.',
1.6       bisitz   11250: 
                   11251:    'Download All Submitted Documents'
1.93      raeburn  11252: => 'Download All Submitted Documents',
1.6       bisitz   11253: 
1.52      bisitz   11254:    'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])'
1.93      raeburn  11255: => 'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])',
1.6       bisitz   11256: 
                   11257:    'Compose message to student'
1.93      raeburn  11258: => 'Compose message to student',
1.6       bisitz   11259: 
                   11260:    'incl. grades'
1.10      zhu      11261: => '包含评分',
1.6       bisitz   11262: 
1.66      bisitz   11263:    'Message will be sent when you click on Save &amp; Next below.'
1.93      raeburn  11264: => 'Message will be sent when you click on Save &amp; Next below.',
1.6       bisitz   11265: 
                   11266:    'Set/Change parameters'
1.93      raeburn  11267: => 'Set/Change parameters',
1.6       bisitz   11268: 
                   11269:    'Grading Feedback'
1.27      zhu      11270: => '评估反馈',
1.6       bisitz   11271: 
1.52      bisitz   11272:    'Sending message to [_1]'
                   11273: => '发送邮件至 [_1]',
1.6       bisitz   11274: 
                   11275:    'Not allowed to modify grades for [_1]'
1.93      raeburn  11276: => 'Not allowed to modify grades for [_1]',
1.6       bisitz   11277: 
                   11278:    'You need to specify the username or ID'
1.93      raeburn  11279: => 'You need to specify the username or ID',
1.6       bisitz   11280: 
                   11281:    'You need to specify at least one grading field'
1.93      raeburn  11282: => 'You need to specify at least one grading field',
1.6       bisitz   11283: 
                   11284:    'Specify a file containing the class scores for current resource'
1.93      raeburn  11285: => 'Specify a file containing the class scores for current resource',
1.6       bisitz   11286: 
                   11287:    'Upload Scores'
1.27      zhu      11288: => '上传分数',
1.6       bisitz   11289: 
                   11290:    'Some point values were assigned for problems with a weight of zero. These values were ignored.'
1.93      raeburn  11291: => 'Some point values were assigned for problems with a weight of zero. These values were ignored.',
1.6       bisitz   11292: 
                   11293:    'Use CODE:'
1.93      raeburn  11294: => 'Use CODE:',
1.6       bisitz   11295: 
                   11296:    'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.'
1.93      raeburn  11297: => 'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.',
1.6       bisitz   11298: 
                   11299:    'scores from file' # Upload scores from file
1.93      raeburn  11300: => 'scores from file',
1.6       bisitz   11301: 
                   11302:    'Process'
1.93      raeburn  11303: => 'Process',
1.6       bisitz   11304: 
                   11305:    'clicker file' # Process clicker file
1.93      raeburn  11306: => 'clicker file',
1.6       bisitz   11307: 
                   11308:    'Grade'
1.93      raeburn  11309: => 'Grade',
1.6       bisitz   11310: 
1.103     bisitz   11311:    'bubblesheet forms' # Grade scantron forms
                   11312: => 'bubblesheet forms',
1.6       bisitz   11313: 
                   11314:    'Verify'
1.98      bisitz   11315: => 'Verify',
1.6       bisitz   11316: 
                   11317:    'receipt'
1.93      raeburn  11318: => 'receipt',
1.6       bisitz   11319: 
                   11320:    'Manage'
1.93      raeburn  11321: => 'Manage',
1.6       bisitz   11322: 
                   11323:    'saved CODEs' # View saved CODEs
1.113     bisitz   11324: => 'saved CODEs',
1.6       bisitz   11325: 
                   11326:    'Specify a file containing the clicker information for this resource'
1.93      raeburn  11327: => 'Specify a file containing the clicker information for this resource',
1.6       bisitz   11328: 
                   11329:    'Upload File'
1.27      zhu      11330: => '上传文件',
1.6       bisitz   11331: 
                   11332:    'Award points just for participation'
1.93      raeburn  11333: => 'Award points just for participation',
1.6       bisitz   11334: 
                   11335:    'Correctness determined from response by course personnel'
1.93      raeburn  11336: => 'Correctness determined from response by course personnel',
1.6       bisitz   11337: 
                   11338:    'Correctness determined from response with clicker ID(s)'
1.93      raeburn  11339: => 'Correctness determined from response with clicker ID(s)',
1.6       bisitz   11340: 
                   11341:    'Percentage points for correct solution'
1.93      raeburn  11342: => 'Percentage points for correct solution',
1.6       bisitz   11343: 
                   11344:    'Percentage points for incorrect solution'
1.93      raeburn  11345: => 'Percentage points for incorrect solution',
1.6       bisitz   11346: 
                   11347:    'You need to specify a clicker ID for the correct answer'
1.93      raeburn  11348: => 'You need to specify a clicker ID for the correct answer',
1.6       bisitz   11349: 
                   11350:    'Score based on attendance only'
1.93      raeburn  11351: => 'Score based on attendance only',
1.6       bisitz   11352: 
                   11353:    'Correctness determined by the following IDs'
1.93      raeburn  11354: => 'Correctness determined by the following IDs',
1.6       bisitz   11355: 
                   11356:    'specified'
1.93      raeburn  11357: => 'specified',
1.6       bisitz   11358: 
                   11359:    'No IDs found to determine correct answer'
1.93      raeburn  11360: => 'No IDs found to determine correct answer',
1.6       bisitz   11361: 
1.117     bisitz   11362:    'The file: [_1] you attempted to upload contained no information. Please check that you entered the correct filename.'
                   11363: => 'The file: [_1] you attempted to upload contained no information. Please check that you entered the correct filename.',
1.6       bisitz   11364: 
                   11365:    'Scanning clicker file'
1.93      raeburn  11366: => 'Scanning clicker file',
1.6       bisitz   11367: 
                   11368:    'Found [_1] question(s)'
                   11369: => '[_1] Frage(n) gefunden',
                   11370: 
                   11371:    'Awarding [_1] percent for correct and [_2] percent for incorrect responses'
1.98      bisitz   11372: => 'Awarding [_1] percent for correct and [_2] percent for incorrect responses',
1.6       bisitz   11373: 
                   11374:    'Clicker registered more than once'
1.93      raeburn  11375: => 'Clicker registered more than once',
1.6       bisitz   11376: 
                   11377:    'Unregistered Clicker'
1.93      raeburn  11378: => 'Unregistered Clicker',
1.6       bisitz   11379: 
                   11380:    'Found [_1] registered and [_2] unregistered clickers.'
1.99      raeburn  11381: => 'Found [_1] registered and [_2] unregistered clickers.',
1.6       bisitz   11382: 
1.111     bisitz   11383:    'Found no correct answers for grading!'
                   11384: => 'Found no correct answers for grading!',
1.6       bisitz   11385: 
                   11386:    'Found [_1] entries for grading!'
1.98      bisitz   11387: => 'Found [_1] entries for grading!',
1.6       bisitz   11388: 
                   11389:    'Found no questions.'
1.93      raeburn  11390: => 'Found no questions.',
1.6       bisitz   11391: 
                   11392:    'Finalize Grading'
1.93      raeburn  11393: => 'Finalize Grading',
1.6       bisitz   11394: 
                   11395:    'Question [_1]'
1.93      raeburn  11396: => 'Question [_1]',
1.6       bisitz   11397: 
                   11398:    'Assigning grades based on clicker file'
1.93      raeburn  11399: => 'Assigning grades based on clicker file',
1.6       bisitz   11400: 
                   11401:    'More than one correct result given for question "[_1]": [_2] versus [_3].'
1.93      raeburn  11402: => 'More than one correct result given for question "[_1]": [_2] versus [_3].',
1.6       bisitz   11403: 
                   11404:    'No correct result given for question "[_1]"!'
1.93      raeburn  11405: => 'No correct result given for question "[_1]"!',
1.6       bisitz   11406: 
                   11407:    'Correct answer: [_1]'
1.18      zhu      11408: => '正确答案: [_1]',
1.6       bisitz   11409: 
                   11410:    'Successfully stored grades for [_1] student(s).'
1.93      raeburn  11411: => 'Successfully stored grades for [_1] student(s).',
1.6       bisitz   11412: 
                   11413:    'Grading Menu'
1.27      zhu      11414: => '评估菜单',
1.6       bisitz   11415: 
                   11416:    'Missing tags, unable to properly run file.'
1.93      raeburn  11417: => 'Missing tags, unable to properly run file.',
1.6       bisitz   11418: 
                   11419:    'Using tag [_1] on line [_2] as end tag to [_3]'
                   11420: => 'Using tag [_1] on line [_2] as end tag to [_3]', # ??? lonxml.pm [SB 2008-08-07]
                   11421: 
                   11422:    'Found tag [_1] on line [_2] when looking for [_3] in file.'
1.93      raeburn  11423: => 'Found tag [_1] on line [_2] when looking for [_3] in file.',
1.6       bisitz   11424: 
1.66      bisitz   11425:    'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -'
1.93      raeburn  11426: => 'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -',
1.6       bisitz   11427: 
                   11428:    'File not found'
1.93      raeburn  11429: => 'File not found',
1.6       bisitz   11430: 
                   11431:    '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  11432: => '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   11433: 
                   11434:    'An error occurred while processing this resource. The instructor has been notified.'
1.93      raeburn  11435: => 'An error occurred while processing this resource. The instructor has been notified.',
1.6       bisitz   11436: 
                   11437:    'CourseID'
1.27      zhu      11438: => '课程编号',
1.6       bisitz   11439: 
                   11440:    'DocID'
1.27      zhu      11441: => '文件编号',
1.6       bisitz   11442: 
                   11443:    'Username, password and domain need to be specified.'
1.27      zhu      11444: => '用户名,密码和域必须指定!',
1.6       bisitz   11445: 
                   11446:    'Untitled Resource'
1.27      zhu      11447: => '无名资源',
1.6       bisitz   11448: 
                   11449:    'Not Available'
1.93      raeburn  11450: => 'Not Available',
1.6       bisitz   11451: 
                   11452:    'Clear'
1.93      raeburn  11453: => 'Clear',
1.6       bisitz   11454: 
                   11455:    'There are no parameters.'
1.93      raeburn  11456: => 'There are no parameters.',
1.6       bisitz   11457: 
                   11458:    'enroll type/action'
1.27      zhu      11459: => '注册类型/行动',
1.6       bisitz   11460: 
1.110     bisitz   11461:    'Map not loaded: The file [_1] does not exist.'
                   11462: => 'Map not loaded: The file [_1] does not exist.',
1.6       bisitz   11463: 
                   11464:    'Saved.'
1.18      zhu      11465: => '保存的。',
1.6       bisitz   11466: 
                   11467:    'An error occurred while saving.'
1.93      raeburn  11468: => 'An error occurred while saving.',
1.6       bisitz   11469: 
                   11470:    'Reverted.'
1.93      raeburn  11471: => 'Reverted.',
1.6       bisitz   11472: 
                   11473:    'Title in map'
1.93      raeburn  11474: => 'Title in map',
1.6       bisitz   11475: 
                   11476:    'Filename of resource'
1.93      raeburn  11477: => 'Filename of resource',
1.6       bisitz   11478: 
                   11479:    'Link to published resource'
1.93      raeburn  11480: => 'Link to published resource',
1.6       bisitz   11481: 
1.118   ! bisitz   11482:    'Link to resource in Authoring Space'
        !          11483: => 'Link to resource in Authoring Space',
1.6       bisitz   11484: 
                   11485:    'Resource space'
1.93      raeburn  11486: => 'Resource space',
1.6       bisitz   11487: 
                   11488:    'discard'
1.93      raeburn  11489: => 'discard',
1.6       bisitz   11490: 
                   11491:    'Change Order'
1.93      raeburn  11492: => 'Change Order',
1.6       bisitz   11493: 
                   11494:    'Sort Imported Resources'
1.93      raeburn  11495: => 'Sort Imported Resources',
1.6       bisitz   11496: 
                   11497:    'Finalize order of resources'
1.93      raeburn  11498: => 'Finalize order of resources',
1.6       bisitz   11499: 
                   11500:    'Recover Deleted'
1.93      raeburn  11501: => 'Recover Deleted',
1.6       bisitz   11502: 
                   11503:    'Recover Removed Resources'
1.93      raeburn  11504: => 'Recover Removed Resources',
1.6       bisitz   11505: 
                   11506:    'Recover Checked'
1.93      raeburn  11507: => 'Recover Checked',
1.6       bisitz   11508: 
                   11509:    'Recent Detailed Assessment Statistical Data'
1.93      raeburn  11510: => 'Recent Detailed Assessment Statistical Data',
1.6       bisitz   11511: 
                   11512:    'No information available'
1.93      raeburn  11513: => 'No information available',
1.6       bisitz   11514: 
                   11515:    'Creating new file [_1]'
1.12      zhu      11516: => '创建新文件 [_1]',
1.6       bisitz   11517: 
                   11518:    '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  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.6       bisitz   11520: 
                   11521:     'Associate Resource With Selected Course'
1.93      raeburn  11522: => 'Associate Resource With Selected Course',
1.6       bisitz   11523: 
                   11524:    'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.'
1.93      raeburn  11525: => 'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.',
1.6       bisitz   11526: 
                   11527:    '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  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.6       bisitz   11529: 
                   11530:    'not available'
1.93      raeburn  11531: => 'not available',
1.6       bisitz   11532: 
                   11533:    'most recent version'
1.93      raeburn  11534: => 'most recent version',
1.6       bisitz   11535: 
                   11536:    'information not available'
1.93      raeburn  11537: => 'information not available',
1.6       bisitz   11538: 
                   11539:    'Num Student'
1.93      raeburn  11540: => 'Num Student',
1.6       bisitz   11541: 
                   11542:    'Degree of Difficulty'
1.93      raeburn  11543: => 'Degree of Difficulty',
1.6       bisitz   11544: 
                   11545:    'Degree of Discrimination'
1.93      raeburn  11546: => 'Degree of Discrimination',
1.6       bisitz   11547: 
                   11548:    'Time of computation'
1.93      raeburn  11549: => 'Time of computation',
1.6       bisitz   11550: 
                   11551:    'Messages deleted.'
1.22      zhu      11552: => '邮件已删除。',
1.6       bisitz   11553: 
                   11554:    'Error deleting messages'
1.93      raeburn  11555: => 'Error deleting messages',
1.6       bisitz   11556: 
                   11557:    'Messages cleared.'
1.22      zhu      11558: => '邮件已删除。',
1.6       bisitz   11559: 
                   11560:    'Error clearing messages'
1.22      zhu      11561: => '删除邮件时发生错误',
1.6       bisitz   11562: 
                   11563:    'Delete Messages for this Resource'
1.93      raeburn  11564: => 'Delete Messages for this Resource',
1.6       bisitz   11565: 
                   11566:    'Back To Directory'
1.10      zhu      11567: => '返回目录',
1.6       bisitz   11568: 
                   11569:    'Associated with course [_1]'
1.93      raeburn  11570: => 'Associated with course [_1]',
1.6       bisitz   11571: 
                   11572:    'This resource is not associated with a course.'
1.93      raeburn  11573: => 'This resource is not associated with a course.',
1.6       bisitz   11574: 
                   11575:    'Discard Edits and Return to Portfolio'
1.98      bisitz   11576: => 'Discard Edits and Return to Portfolio',
1.6       bisitz   11577: 
                   11578:    'Could not transfer data in added fields to notes'
1.93      raeburn  11579: => 'Could not transfer data in added fields to notes',
1.6       bisitz   11580: 
                   11581:    'Transferred data in added fields to notes'
1.93      raeburn  11582: => 'Transferred data in added fields to notes',
1.6       bisitz   11583: 
                   11584:    'Home'
1.36      zhu      11585: => '根目录',
1.6       bisitz   11586: 
                   11587:    'Usage Statistics'
1.36      zhu      11588: => '使用统计',
1.6       bisitz   11589: 
                   11590:    'Courses/Network Hits'
1.36      zhu      11591: => '课程/网络访问次数',
1.6       bisitz   11592: 
1.110     bisitz   11593:    'Already in this course:'
                   11594: => 'Already in this course:',
                   11595: 
                   11596:    '[_1] in folder/map [_2]'
                   11597: => '[_1] in folder/map [_2]',
1.6       bisitz   11598: 
                   11599:    'External Resource, preview not enabled'
1.93      raeburn  11600: => 'External Resource, preview not enabled',
1.6       bisitz   11601: 
                   11602:    'Somewhere something went wrong'
1.93      raeburn  11603: => 'Somewhere something went wrong',
1.6       bisitz   11604: 
                   11605:    'Please help us to find out what.'
1.93      raeburn  11606: => 'Please help us to find out what.',
1.6       bisitz   11607: 
                   11608:    'Please take a moment to fill out the form below.'
1.93      raeburn  11609: => 'Please take a moment to fill out the form below.',
1.6       bisitz   11610: 
                   11611:    'Your information, together with internal debugging information, will be emailed to the system and server administrators.'
1.93      raeburn  11612: => 'Your information, together with internal debugging information, will be emailed to the system and server administrators.',
1.6       bisitz   11613: 
                   11614:    'Send Information'
1.18      zhu      11615: => '发送错误报告',
1.6       bisitz   11616: 
                   11617:    'Please describe what you did just before this screen came up'
1.93      raeburn  11618: => 'Please describe what you did just before this screen came up',
1.6       bisitz   11619: 
                   11620:    'Is this problem reproducible?'
1.93      raeburn  11621: => 'Is this problem reproducible?',
1.6       bisitz   11622: 
                   11623:    'Yes!'
1.18      zhu      11624: => '是!',
1.6       bisitz   11625: 
                   11626:    'Do you have any guesses why this might have happened?'
1.18      zhu      11627: => '你有任何猜测,为什么会发生?',
1.6       bisitz   11628: 
                   11629:    'Thank you for your help!'
1.18      zhu      11630: => '谢谢您的支持!',
1.6       bisitz   11631: 
                   11632:    'Internal info:'
1.18      zhu      11633: => '内部信息:',
1.6       bisitz   11634: 
                   11635:    'Report submitted'
1.18      zhu      11636: => '提交的报告',
1.6       bisitz   11637: 
                   11638:    'Sending Error Report'
1.18      zhu      11639: => '发送错误报告',
1.6       bisitz   11640: 
                   11641:    'Thank you!'
1.18      zhu      11642: => '谢谢您!',
1.6       bisitz   11643: 
                   11644:    'Warning: Report not submitted'
1.18      zhu      11645: => '警告:报告未提交',
1.6       bisitz   11646: 
                   11647:    'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.'
1.93      raeburn  11648: => 'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.',
1.6       bisitz   11649: 
                   11650:    'The document contains errors and cannot be published.'
1.93      raeburn  11651: => 'The document contains errors and cannot be published.',
1.6       bisitz   11652: 
                   11653:    'error(s)'
1.93      raeburn  11654: => 'error(s)',
1.6       bisitz   11655: 
                   11656:    '[quant,_1,error]'
1.99      raeburn  11657: => '[quant,_1,error]',
1.6       bisitz   11658: 
                   11659:    'Please fill out all fields below.'
1.18      zhu      11660: => '请填写以下所有问题。',
1.6       bisitz   11661: 
                   11662:    '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  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.6       bisitz   11664: 
1.68      bisitz   11665:    '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  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.68      bisitz   11667: 
1.6       bisitz   11668:    'Parameters'
1.26      zhu      11669: => '参数',
1.6       bisitz   11670: 
1.68      bisitz   11671:    'Parameters:'
                   11672: => '参数:',
                   11673: 
1.6       bisitz   11674:    'Total Score and Maximum Possible for each Sequence or Folder'
1.93      raeburn  11675: => 'Total Score and Maximum Possible for each Sequence or Folder',
1.6       bisitz   11676: 
                   11677:    'Score on each Problem Part'
1.93      raeburn  11678: => 'Score on each Problem Part',
1.6       bisitz   11679: 
                   11680:    'Number of Tries before success on each Problem Part'
1.93      raeburn  11681: => 'Number of Tries before success on each Problem Part',
1.6       bisitz   11682: 
1.77      bisitz   11683:    'Number of Problem Parts completed successfully'
1.93      raeburn  11684: => 'Number of Problem Parts completed successfully',
1.6       bisitz   11685: 
                   11686:    'Unable to retrieve course information.'
1.93      raeburn  11687: => 'Unable to retrieve course information.',
1.6       bisitz   11688: 
                   11689:    'Please select an action to perform using the new filename'
1.93      raeburn  11690: => 'Please select an action to perform using the new filename',
1.6       bisitz   11691: 
                   11692:    'View or modify a course'
1.98      bisitz   11693: => '查看或修改课程',
1.6       bisitz   11694: 
                   11695:    'Enter the course with the role of [_1]'
1.93      raeburn  11696: => 'Enter the course with the role of [_1]',
1.6       bisitz   11697: 
                   11698:    'Enter the course with the role of [_1].'
1.93      raeburn  11699: => 'Enter the course with the role of [_1].',
1.6       bisitz   11700: 
                   11701:    'View or modify course settings which only a [_1] may modify.'
1.93      raeburn  11702: => 'View or modify course settings which only a [_1] may modify.',
1.6       bisitz   11703: 
                   11704:    'Manage course users'
                   11705: => '管理课程参加者',
                   11706: 
                   11707:    'Upload a File of Course Users'
1.70      zhu      11708: => '课程用户上传文件',
1.6       bisitz   11709: 
1.69      droeschl 11710:    'Add/Modify a Course User'
1.79      bisitz   11711: => '添加/修改课程用户',
1.6       bisitz   11712: 
                   11713:    'Edit Custom Roles'
1.70      zhu      11714: => '编辑自定义角色',
                   11715: 
                   11716:    'Custom Role'
                   11717: => '自定义角色',
1.6       bisitz   11718: 
                   11719:    'Enroll a Single Student'
1.70      zhu      11720: => '注册一名学生',
1.6       bisitz   11721: 
                   11722:    'Enroll a student'
1.70      zhu      11723: => '注册学生',
1.6       bisitz   11724: 
                   11725:    'Manage Course Groups'
1.12      zhu      11726: => '管理课程组',
1.6       bisitz   11727: 
                   11728:    'This error occurred while processing response [_1] in part [_2]'
1.93      raeburn  11729: => 'This error occurred while processing response [_1] in part [_2]',
1.6       bisitz   11730: 
                   11731:    'This error occurred while processing part [_1]'
1.93      raeburn  11732: => 'This error occurred while processing part [_1]',
1.6       bisitz   11733: 
                   11734:    'Unable to find section for this student'
1.93      raeburn  11735: => 'Unable to find section for this student',
1.6       bisitz   11736: 
                   11737:    'Classlist update for "[_1]" in "[_2]".'
1.93      raeburn  11738: => 'Classlist update for "[_1]" in "[_2]".',
1.6       bisitz   11739: 
                   11740:    'Error: "[_1]" during classlist update for "[_2]" in "[_3]".'
1.93      raeburn  11741: => 'Error: "[_1]" during classlist update for "[_2]" in "[_3]".',
1.6       bisitz   11742: 
                   11743:    'Role: '
1.18      zhu      11744: => '角色: ',
1.6       bisitz   11745: 
                   11746:    'Identify fields in uploaded list'
1.93      raeburn  11747: => 'Identify fields in uploaded list',
1.6       bisitz   11748: 
                   11749:    'Default domain'
1.18      zhu      11750: => '默认域',
1.6       bisitz   11751: 
                   11752:    'Change authentication for existing users in domain "[_1]" to these settings?'
1.93      raeburn  11753: => 'Change authentication for existing users in domain "[_1]" to these settings?',
1.6       bisitz   11754: 
                   11755:    'LON-CAPA Home Server for New Users'
1.18      zhu      11756: => 'LON-CAPA 家庭服务器的新用户',
1.6       bisitz   11757: 
1.73      bisitz   11758:    'LON-CAPA domain: [_1] with home server:'
                   11759: => 'LON-CAPA 域 [_1] 与家庭服务器:',
1.6       bisitz   11760: 
1.73      bisitz   11761:    'Settings for assigning roles'
1.93      raeburn  11762: => 'Settings for assigning roles',
1.6       bisitz   11763: 
                   11764:    'Pick the action to take on roles for these users:'
1.93      raeburn  11765: => 'Pick the action to take on roles for these users:',
1.6       bisitz   11766: 
                   11767:    'No role changes'
1.93      raeburn  11768: => 'No role changes',
1.6       bisitz   11769: 
                   11770:    'Add a domain role'
1.93      raeburn  11771: => 'Add a domain role',
1.6       bisitz   11772: 
                   11773:    'Add a course role'
1.93      raeburn  11774: => 'Add a course role',
1.6       bisitz   11775: 
                   11776:    'Default role'
1.93      raeburn  11777: => 'Default role',
1.6       bisitz   11778: 
1.73      bisitz   11779:    'Choose the role to assign to users without a value specified in the uploaded file.'
1.93      raeburn  11780: => 'Choose the role to assign to users without a value specified in the uploaded file.',
1.6       bisitz   11781: 
                   11782:    'Default role and section'
1.93      raeburn  11783: => 'Default role and section',
1.6       bisitz   11784: 
1.73      bisitz   11785:    'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.'
1.93      raeburn  11786: => 'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.',
1.6       bisitz   11787: 
                   11788:    'Default role and/or section(s)'
1.93      raeburn  11789: => 'Default role and/or section(s)',
1.6       bisitz   11790: 
                   11791:    'Role and/or section(s) for users without values specified in the uploaded file.'
1.93      raeburn  11792: => 'Role and/or section(s) for users without values specified in the uploaded file.',
1.6       bisitz   11793: 
                   11794:    'Display students with current/future access who are not in the uploaded file.'
1.93      raeburn  11795: => 'Display students with current/future access who are not in the uploaded file.',
1.6       bisitz   11796: 
                   11797:    'Students selected from this list can be dropped.'
1.93      raeburn  11798: => 'Students selected from this list can be dropped.',
1.6       bisitz   11799: 
                   11800:    'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).'
1.93      raeburn  11801: => 'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).',
1.6       bisitz   11802: 
                   11803:    'make these dates the default access dates for future student enrollment'
1.93      raeburn  11804: => 'make these dates the default access dates for future student enrollment',
1.6       bisitz   11805: 
                   11806:    'Set default start and end access dates for course.'
1.93      raeburn  11807: => 'Set default start and end access dates for course.',
1.6       bisitz   11808: 
                   11809:    'Unable to set default access dates for course.'
1.93      raeburn  11810: => 'Unable to set default access dates for course.',
1.6       bisitz   11811: 
                   11812:    'Please select'
1.93      raeburn  11813: => 'Please select',
1.6       bisitz   11814: 
                   11815:    'User Status: [_1]'
1.18      zhu      11816: => '用户状态: [_1]',
1.6       bisitz   11817: 
                   11818:    'Role Type: [_1]'
1.18      zhu      11819: => '角色类别: [_1]',
1.6       bisitz   11820: 
                   11821:    'Any role'
1.10      zhu      11822: => '任意角色',
1.6       bisitz   11823: 
                   11824:    'Role: [_1]'
1.18      zhu      11825: => '角色: [_1]',
1.6       bisitz   11826: 
                   11827:    'Select Course(s)'
1.10      zhu      11828: => '选择课程',
1.6       bisitz   11829: 
                   11830:    'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.'
1.93      raeburn  11831: => 'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.',
1.6       bisitz   11832: 
                   11833:    'There are no co-authors to display.'
1.93      raeburn  11834: => 'There are no co-authors to display.',
1.6       bisitz   11835: 
                   11836:    'There are no users with domain roles to display.'
1.93      raeburn  11837: => 'There are no users with domain roles to display.',
1.6       bisitz   11838: 
                   11839:    'There are no authors or co-authors to display.'
1.93      raeburn  11840: => 'There are no authors or co-authors to display.',
1.6       bisitz   11841: 
                   11842:    'There are no course users to display'
1.93      raeburn  11843: => 'There are no course users to display',
1.6       bisitz   11844: 
                   11845:    'There are no course users to display.'
1.93      raeburn  11846: => 'There are no course users to display.',
1.6       bisitz   11847: 
                   11848:    'There are no users matching the search criteria.'
1.93      raeburn  11849: => 'There are no users matching the search criteria.',
1.6       bisitz   11850: 
                   11851:    "You must select at least one user by checking a user's 'Select' checkbox"
1.93      raeburn  11852: => "You must select at least one user by checking a user's 'Select' checkbox",
1.6       bisitz   11853: 
                   11854:    'You need to select an action to take for the user(s) you have selected'
1.93      raeburn  11855: => 'You need to select an action to take for the user(s) you have selected',
1.6       bisitz   11856: 
                   11857:    ' for a single user?'
1.99      raeburn  11858: => ' for a single user?',
1.6       bisitz   11859: 
                   11860:    ' for multiple users?'
1.99      raeburn  11861: => ' for multiple users?',
1.6       bisitz   11862: 
                   11863:    'Proceed'
1.18      zhu      11864: => '下一步',
1.6       bisitz   11865: 
                   11866:    'Action to take for selected users'
1.93      raeburn  11867: => 'Action to take for selected users',
1.6       bisitz   11868: 
                   11869:    'Behavior of clickable username link for each user'
1.93      raeburn  11870: => 'Behavior of clickable username link for each user',
1.6       bisitz   11871: 
                   11872:    "Display a user's personal page"
                   11873: => "显示个人网页",
                   11874: 
                   11875:    "Modify a user's information"
1.93      raeburn  11876: => "Modify a user's information",
1.6       bisitz   11877: 
                   11878:    'Course(s): description, section(s), status'
1.93      raeburn  11879: => 'Course(s): description, section(s), status',
1.6       bisitz   11880: 
                   11881:    "Click on a username to view the user's personal page."
                   11882: => "点击用户名,以查看用户的个人网页。",
                   11883: 
                   11884:    'auto'
1.18      zhu      11885: => '自动',
1.6       bisitz   11886: 
                   11887:    'manual'
1.18      zhu      11888: => '手动',
1.6       bisitz   11889: 
                   11890:    'Unlock'
1.93      raeburn  11891: => 'Unlock',
1.6       bisitz   11892: 
                   11893:    'Lock'
1.93      raeburn  11894: => 'Lock',
1.6       bisitz   11895: 
                   11896:    'Domain Roles'
1.18      zhu      11897: => '域角色',
1.6       bisitz   11898: 
                   11899:    'Co-Author Roles'
1.18      zhu      11900: => '合著者角色',
1.6       bisitz   11901: 
                   11902:    'Course Roles'
1.18      zhu      11903: => '课程角色',
1.6       bisitz   11904: 
                   11905:    'Date and Section selector'
1.18      zhu      11906: => '日期和组选择',
1.6       bisitz   11907: 
                   11908:    'Date selector'
1.18      zhu      11909: => '日期选择器',
1.6       bisitz   11910: 
                   11911:    "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'"
1.93      raeburn  11912: => "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'",
1.6       bisitz   11913: 
                   11914:    "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'"
1.93      raeburn  11915: => "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'",
1.6       bisitz   11916: 
                   11917:    'Choose an action to take for selected users'
1.93      raeburn  11918: => 'Choose an action to take for selected users',
1.6       bisitz   11919: 
                   11920:    'New section to assign'
1.93      raeburn  11921: => 'New section to assign',
1.6       bisitz   11922: 
                   11923:    'Use "Save" to update the main window with your selections.'
1.97      raeburn  11924: => 'Use "Save" to update the main window with your selections.',
1.6       bisitz   11925: 
                   11926:    'New section'
1.70      zhu      11927: => '新的章节',
1.6       bisitz   11928: 
                   11929:    'Course - [_1]:'
1.18      zhu      11930: => '课程 - [_1]:',
1.6       bisitz   11931: 
                   11932:    'Domain - [_1]:'
1.18      zhu      11933: => '域 - [_1]:',
1.6       bisitz   11934: 
                   11935:    'Users in course with expired [_1] roles'
1.93      raeburn  11936: => 'Users in course with expired [_1] roles',
1.6       bisitz   11937: 
                   11938:    'Users in course with future [_1] roles'
1.93      raeburn  11939: => 'Users in course with future [_1] roles',
1.6       bisitz   11940: 
                   11941:    'Users in course with active [_1] roles'
1.93      raeburn  11942: => 'Users in course with active [_1] roles',
1.6       bisitz   11943: 
                   11944:    'All users in course'
1.93      raeburn  11945: => 'All users in course',
1.6       bisitz   11946: 
                   11947:    'All users in course with [_1] roles'
1.93      raeburn  11948: => 'All users in course with [_1] roles',
1.6       bisitz   11949: 
                   11950:    'only users in section "[_1]"'
1.93      raeburn  11951: => 'only users in section "[_1]"',
1.6       bisitz   11952: 
                   11953:    'only users affiliated with no section or section "[_1]"'
1.93      raeburn  11954: => 'only users affiliated with no section or section "[_1]"',
1.6       bisitz   11955: 
                   11956:    ' and not in any group'
1.99      raeburn  11957: => ' and not in any group',
1.6       bisitz   11958: 
                   11959:    ' and members of group: "[_1]"'
1.99      raeburn  11960: => ' and members of group: "[_1]"',
1.6       bisitz   11961: 
                   11962:    'only users affiliated with no section'
1.93      raeburn  11963: => 'only users affiliated with no section',
1.6       bisitz   11964: 
                   11965:    'only users affiliated with section "[_1]"'
1.93      raeburn  11966: => 'only users affiliated with section "[_1]"',
1.6       bisitz   11967: 
                   11968:    'only users not in any group'
1.93      raeburn  11969: => 'only users not in any group',
1.6       bisitz   11970: 
                   11971:    ' and also not in any group'
1.99      raeburn  11972: => ' and also not in any group',
1.6       bisitz   11973: 
                   11974:    'only members of group: "[_1]"'
1.18      zhu      11975: => '只有该组成员 "[_1]"',
1.6       bisitz   11976: 
                   11977:    ' and also members of group: "[_1]"'
1.99      raeburn  11978: => ' and also members of group: "[_1]"',
1.6       bisitz   11979: 
                   11980:    'Author space for [_1]'
1.93      raeburn  11981: => 'Author space for [_1]',
1.6       bisitz   11982: 
                   11983:    'Co-authors with expired [_1] roles'
1.93      raeburn  11984: => 'Co-authors with expired [_1] roles',
1.6       bisitz   11985: 
                   11986:    'Co-authors with future [_1] roles'
1.93      raeburn  11987: => 'Co-authors with future [_1] roles',
1.6       bisitz   11988: 
                   11989:    'Co-authors with active [_1] roles'
1.93      raeburn  11990: => 'Co-authors with active [_1] roles',
1.6       bisitz   11991: 
                   11992:    'All co-authors'
1.18      zhu      11993: => '所有合著者',
1.6       bisitz   11994: 
                   11995:    'All co-authors with [_1] roles'
1.93      raeburn  11996: => 'All co-authors with [_1] roles',
1.6       bisitz   11997: 
                   11998:    'Users in domain with expired [_1] roles'
1.93      raeburn  11999: => 'Users in domain with expired [_1] roles',
1.6       bisitz   12000: 
                   12001:    'Users in domain with future [_1] roles'
1.93      raeburn  12002: => 'Users in domain with future [_1] roles',
1.6       bisitz   12003: 
                   12004:    'Users in domain with active [_1] roles'
1.93      raeburn  12005: => 'Users in domain with active [_1] roles',
1.6       bisitz   12006: 
                   12007:    'All users in domain'
1.93      raeburn  12008: => 'All users in domain',
1.6       bisitz   12009: 
                   12010:    'All users in domain with [_1] roles'
1.93      raeburn  12011: => 'All users in domain with [_1] roles',
1.6       bisitz   12012: 
                   12013:    'Co-authors in domain with expired [_1] roles'
1.93      raeburn  12014: => 'Co-authors in domain with expired [_1] roles',
1.6       bisitz   12015: 
                   12016:    'Co-authors in domain with future [_1] roles'
1.93      raeburn  12017: => 'Co-authors in domain with future [_1] roles',
1.6       bisitz   12018: 
                   12019:    'Co-authors in domain with active [_1] roles'
1.93      raeburn  12020: => 'Co-authors in domain with active [_1] roles',
1.6       bisitz   12021: 
                   12022:    'All users with co-author roles in domain'
1.93      raeburn  12023: => 'All users with co-author roles in domain',
1.6       bisitz   12024: 
                   12025:    'All co-authors in domain  with [_1] roles'
1.93      raeburn  12026: => 'All co-authors in domain  with [_1] roles',
1.6       bisitz   12027: 
                   12028:    'All courses in domain'
1.93      raeburn  12029: => 'All courses in domain',
1.6       bisitz   12030: 
                   12031:    'Courses in domain with institutional code: [_1]'
1.93      raeburn  12032: => 'Courses in domain with institutional code: [_1]',
1.6       bisitz   12033: 
                   12034:    'Selected courses in domain'
1.93      raeburn  12035: => 'Selected courses in domain',
1.6       bisitz   12036: 
                   12037:    'users with expired [_1] roles'
1.93      raeburn  12038: => 'users with expired [_1] roles',
1.6       bisitz   12039: 
                   12040:    'users with future [_1] roles'
1.93      raeburn  12041: => 'users with future [_1] roles',
1.6       bisitz   12042: 
                   12043:    'users with active [_1] roles'
1.93      raeburn  12044: => 'users with active [_1] roles',
1.6       bisitz   12045: 
                   12046:    'all users'
1.70      zhu      12047: => '所有用户',
1.6       bisitz   12048: 
                   12049:    'users with [_1] roles'
1.70      zhu      12050: => '用户角色"[_1]"',
1.6       bisitz   12051: 
                   12052:    'There are no students to drop.'
1.93      raeburn  12053: => 'There are no students to drop.',
1.6       bisitz   12054: 
                   12055:    'Upload a file containing information about users'
1.70      zhu      12056: => '上传一个包含有用户信息的文件',
1.6       bisitz   12057: 
                   12058:    'Upload file of users'
1.70      zhu      12059: => '上传用户文件',
1.6       bisitz   12060: 
                   12061:    'How do I create a users list from a spreadsheet'
1.70      zhu      12062: => '如何从电子表格建立用户列表',
1.6       bisitz   12063: 
                   12064:    'Unable to enroll users'
1.70      zhu      12065: => '无法注册用户',
1.6       bisitz   12066: 
                   12067:    'Enrolling Users'
1.70      zhu      12068: => '注册用户',
1.6       bisitz   12069: 
                   12070:    'Updating Co-authors'
1.70      zhu      12071: => '更新共同作者',
1.6       bisitz   12072: 
                   12073:    'Adding/Modifying Users'
1.70      zhu      12074: => '添加/修改用户',
1.6       bisitz   12075: 
                   12076:    'Default section name [_1] could not be used as it is a reserved word.'
1.93      raeburn  12077: => 'Default section name [_1] could not be used as it is a reserved word.',
1.6       bisitz   12078: 
                   12079:    'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.'
1.93      raeburn  12080: => 'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.',
1.6       bisitz   12081: 
                   12082:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.'
1.98      bisitz   12083: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.',
1.6       bisitz   12084: 
                   12085:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.'
1.98      bisitz   12086: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.',
1.6       bisitz   12087: 
                   12088:    'Section names and group names must be distinct.'
1.93      raeburn  12089: => 'Section names and group names must be distinct.',
1.6       bisitz   12090: 
                   12091:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".'
1.98      bisitz   12092: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".',
1.6       bisitz   12093: 
                   12094:    'This user already has an active/future student role in the course, unaffiliated to any section.'
1.93      raeburn  12095: => 'This user already has an active/future student role in the course, unaffiliated to any section.',
1.6       bisitz   12096: 
                   12097:    'This user already has an active/future role in section "[_1]" of the course.'
1.93      raeburn  12098: => 'This user already has an active/future role in section "[_1]" of the course.',
1.6       bisitz   12099: 
                   12100:    '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  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.6       bisitz   12102: 
                   12103:    '[_1]: You do not have permission to add the requested role [_2] for the user.'
1.98      bisitz   12104: => '[_1]: You do not have permission to add the requested role [_2] for the user.',
1.6       bisitz   12105: 
                   12106:    'Allowable role(s) is/are: [_1].'
1.93      raeburn  12107: => 'Allowable role(s) is/are: [_1].',
1.6       bisitz   12108: 
                   12109:    '[_1]: Unable to enroll. No password specified.'
1.98      bisitz   12110: => '[_1]: Unable to enroll. No password specified.',
1.6       bisitz   12111: 
                   12112:    '[_1]: Unable to add co-author. No password specified.'
1.98      bisitz   12113: => '[_1]: Unable to add co-author. No password specified.',
1.6       bisitz   12114: 
                   12115:    '[_1]: Unable to add user. No password specified.'
1.98      bisitz   12116: => '[_1]: Unable to add user. No password specified.',
1.6       bisitz   12117: 
                   12118:    'Processed [quant,_1,user].'
1.101     bisitz   12119: => 'Processed [quant,_1,user].',
1.6       bisitz   12120: 
                   12121:    'Roles added for [quant,_1,user].'
1.93      raeburn  12122: => 'Roles added for [quant,_1,user].',
1.6       bisitz   12123: 
                   12124:    '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  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.6       bisitz   12126: 
                   12127:    'No roles added'
1.93      raeburn  12128: => 'No roles added',
1.6       bisitz   12129: 
                   12130:    'Authentication changed for [_1] existing users.'
1.93      raeburn  12131: => 'Authentication changed for [_1] existing users.',
1.6       bisitz   12132: 
                   12133:    'Students to Drop'
1.93      raeburn  12134: => 'Students to Drop',
1.6       bisitz   12135: 
                   12136:    'There are no students with current/future access to the course.'
1.93      raeburn  12137: => 'There are no students with current/future access to the course.',
1.6       bisitz   12138: 
                   12139:    '[_1]: Unable to add/modify: [_2]'
1.98      bisitz   12140: => '[_1]: Unable to add/modify: [_2]',
1.6       bisitz   12141: 
                   12142:    '[_1]: Unable to modify authentication: [_2]'
1.98      bisitz   12143: => '[_1]: Unable to modify authentication: [_2]',
1.6       bisitz   12144: 
                   12145:    '[_1]: Unable to add role: [_2]'
1.98      bisitz   12146: => '[_1]: Unable to add role: [_2]',
1.6       bisitz   12147: 
                   12148:    'No change in section assignment (none)'
1.93      raeburn  12149: => 'No change in section assignment (none)',
1.6       bisitz   12150: 
                   12151:    "Revoked role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12152: => "Revoked role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12153: 
                   12154:    "Deleted role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12155: => "Deleted role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12156: 
                   12157:    "Re-enabled role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12158: => "Re-enabled role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12159: 
                   12160:    "Activated role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12161: => "Activated role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12162: 
                   12163:    "Changed Access Dates for role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12164: => "Changed Access Dates for role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12165: 
                   12166:    "Changed section for role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12167: => "Changed section for role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12168: 
                   12169:    "Dropped role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12170: => "Dropped role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12171: 
                   12172:    'Error revoking [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12173: => 'Error revoking [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12174: 
                   12175:    'Error deleting [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12176: => 'Error deleting [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12177: 
                   12178:    'Error re-enabling [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12179: => 'Error re-enabling [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12180: 
                   12181:    'Error activating [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12182: => 'Error activating [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12183: 
                   12184:    'Error changing access dates for [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12185: => 'Error changing access dates for [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12186: 
                   12187:    'Error changing section for [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12188: => 'Error changing section for [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12189: 
                   12190:    'Error dropping [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12191: => 'Error dropping [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12192: 
                   12193:    'Revoked role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12194: => 'Revoked role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12195: 
                   12196:    'Deleted role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12197: => 'Deleted role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12198: 
                   12199:    'Re-enabled role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12200: => 'Re-enabled role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12201: 
                   12202:    'Activated role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12203: => 'Activated role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12204: 
                   12205:    'Changed Access Dates for role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12206: => 'Changed Access Dates for role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12207: 
                   12208:    'Changed section for role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12209: => 'Changed section for role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12210: 
                   12211:    'Dropped role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12212: => 'Dropped role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12213: 
                   12214:    'Re-enabling will re-activate data for the role.'
1.93      raeburn  12215: => 'Re-enabling will re-activate data for the role.',
1.6       bisitz   12216: 
                   12217:    'Display User Lists'
1.93      raeburn  12218: => 'Display User Lists',
1.6       bisitz   12219: 
                   12220:    'Display current class roster'
1.93      raeburn  12221: => 'Display current class roster',
1.6       bisitz   12222: 
                   12223:    'No section'
1.93      raeburn  12224: => 'No section',
1.6       bisitz   12225: 
                   12226:    'List Users'
1.70      zhu      12227: => '用户列表',
1.6       bisitz   12228: 
                   12229:    'Pick custom role'
1.70      zhu      12230: => '选择自定义角色',
1.6       bisitz   12231: 
                   12232:    'Advanced Role'
1.70      zhu      12233: => '扩展的角色',
1.6       bisitz   12234: 
                   12235:    "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages"
1.93      raeburn  12236: => "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages",
1.6       bisitz   12237: 
                   12238:    'Evade communication blocking'
1.93      raeburn  12239: => 'Evade communication blocking',
1.6       bisitz   12240: 
                   12241:    'Generate anonymous statistics'
1.93      raeburn  12242: => 'Generate anonymous statistics',
1.6       bisitz   12243: 
                   12244:    'Modify grade queue'
1.98      bisitz   12245: => 'Modify grade queue',
1.6       bisitz   12246: 
                   12247:    'Grade items in grading queue'
1.93      raeburn  12248: => 'Grade items in grading queue',
1.6       bisitz   12249: 
                   12250:    'Set assessment parameters'
1.98      bisitz   12251: => 'Set assessment parameters',
1.6       bisitz   12252: 
                   12253:    'Advanced printing options (with answers, discussions, all foils, ...)'
1.93      raeburn  12254: => 'Advanced printing options (with answers, discussions, all foils, ...)',
1.6       bisitz   12255: 
                   12256:    'Print for other users and entire course'
1.93      raeburn  12257: => 'Print for other users and entire course',
1.6       bisitz   12258: 
                   12259:    'Get identity behind anonymous postings'
1.93      raeburn  12260: => 'Get identity behind anonymous postings',
1.6       bisitz   12261: 
                   12262:    'View grades'
1.93      raeburn  12263: => 'View grades',
1.6       bisitz   12264: 
                   12265:    "Access to What's New page"
1.70      zhu      12266: => "进入新页",
1.6       bisitz   12267: 
                   12268:    'Upload Users List'
1.70      zhu      12269: => '上传用户列表',
1.6       bisitz   12270: 
                   12271:    'Update Users'
1.70      zhu      12272: => '用户更新',
1.6       bisitz   12273: 
                   12274:    'Create/modify a user'
1.70      zhu      12275: => '创建/修改用户',
1.6       bisitz   12276: 
                   12277:    'Search for a user and modify/add user information or roles'
1.70      zhu      12278: => '搜索用户和修改/添加用户资料或角色',
1.6       bisitz   12279: 
                   12280:    'Add/modify a single user'
1.70      zhu      12281: => '添加/修改一个用户',
1.6       bisitz   12282: 
                   12283:    'Create users or modify the roles and privileges of users'
1.70      zhu      12284: => '创建或修改用户的角色和权限',
1.6       bisitz   12285: 
                   12286:    'Upload a File of Users'
1.70      zhu      12287: => '上传用户文件',
1.6       bisitz   12288: 
1.69      droeschl 12289:    'Add/Modify a User'
1.70      zhu      12290: => '添加/修改用户',
1.6       bisitz   12291: 
                   12292:    'create new user if required'
1.70      zhu      12293: => '如有必要,创建新用户',
1.6       bisitz   12294: 
1.69      droeschl 12295:    'Manage Users'
1.70      zhu      12296: => '管理用户',
1.6       bisitz   12297: 
                   12298:    'Create/Modify user'
1.70      zhu      12299: => '创建/修改用户',
1.6       bisitz   12300: 
                   12301:    'Visible input'
1.70      zhu      12302: => '可见输入',
1.6       bisitz   12303: 
                   12304:    'Currently in use'
1.70      zhu      12305: => '目前正在使用',
1.6       bisitz   12306: 
                   12307:    'Modify this user: [_1]'
1.70      zhu      12308: => '改此用户名: [_1]',
1.6       bisitz   12309: 
                   12310:    'Blank Problem'
1.12      zhu      12311: => '空白问题',
1.6       bisitz   12312: 
                   12313:    'Chemical Reaction Response'
1.70      zhu      12314: => '化学反应',
1.6       bisitz   12315: 
1.76      bisitz   12316:    'Chemical Reaction Response with Hints'
1.93      raeburn  12317: => 'Chemical Reaction Response with Hints', # '化学反应',
1.76      bisitz   12318: 
1.6       bisitz   12319:    'Click-On-Image Problem'
1.70      zhu      12320: => '点击图片',
1.6       bisitz   12321: 
                   12322:    'Curve Plot with Numerical Response'
1.93      raeburn  12323: => 'Curve Plot with Numerical Response',
1.6       bisitz   12324: 
                   12325:    'Custom Response'
1.93      raeburn  12326: => 'Custom Response',
1.76      bisitz   12327: 
                   12328:    'Custom Response with Partial Credit'
1.93      raeburn  12329: => 'Custom Response with Partial Credit',
1.6       bisitz   12330: 
                   12331:    'Data Plot with Numerical Response'
1.93      raeburn  12332: => 'Data Plot with Numerical Response',
1.6       bisitz   12333: 
                   12334:    'Essay Response'
1.18      zhu      12335: => '尝试回答',
1.6       bisitz   12336: 
                   12337:    'Exam Upload Resource'
1.93      raeburn  12338: => 'Exam Upload Resource',
1.6       bisitz   12339: 
                   12340:    'Formula Response using Computer Algebra System'
1.93      raeburn  12341: => 'Formula Response using Computer Algebra System',
1.6       bisitz   12342: 
                   12343:    'Formula Response using Computer Algebra System and Hints'
1.93      raeburn  12344: => 'Formula Response using Computer Algebra System and Hints',
1.6       bisitz   12345: 
1.76      bisitz   12346:    'Formula Response using Computer Algebra System R and Data Plot'
1.93      raeburn  12347: => 'Formula Response using Computer Algebra System R and Data Plot',
1.76      bisitz   12348: 
1.6       bisitz   12349:    'Formula Response with Samples'
1.93      raeburn  12350: => 'Formula Response with Samples',
1.6       bisitz   12351: 
                   12352:    'Unordered Multi-Answer Formula Response Problem'
1.93      raeburn  12353: => 'Unordered Multi-Answer Formula Response Problem',
1.6       bisitz   12354: 
1.76      bisitz   12355:    'Math Response using Computer Algebra System MAXIMA'
1.93      raeburn  12356: => 'Math Response using Computer Algebra System MAXIMA',
1.76      bisitz   12357: 
                   12358:    'Math Response using Computer Algebra System R'
1.93      raeburn  12359: => 'Math Response using Computer Algebra System R',
1.6       bisitz   12360: 
                   12361:    'Math Response using Computer Algebra System and Hints'
1.93      raeburn  12362: => 'Math Response using Computer Algebra System and Hints',
1.6       bisitz   12363: 
                   12364:    'Numerical Response'
1.93      raeburn  12365: => 'Numerical Response',
1.6       bisitz   12366: 
                   12367:    'One of Multiple Answers Numerical Problem'
1.93      raeburn  12368: => 'One of Multiple Answers Numerical Problem',
1.6       bisitz   12369: 
                   12370:    'Option Response - Matching'
1.93      raeburn  12371: => 'Option Response - Matching',
1.6       bisitz   12372: 
                   12373:    'Option Response - Concept Groups'
1.93      raeburn  12374: => 'Option Response - Concept Groups',
1.6       bisitz   12375: 
                   12376:    'Matching Response'
1.93      raeburn  12377: => 'Matching Response',
1.6       bisitz   12378: 
                   12379:    'Option Response - True/False'
1.93      raeburn  12380: => 'Option Response - True/False',
1.6       bisitz   12381: 
                   12382:    'Organic Material Response'
1.93      raeburn  12383: => 'Organic Material Response',
1.6       bisitz   12384: 
1.76      bisitz   12385:    'Organic Material Response with Hint'
1.93      raeburn  12386: => 'Organic Material Response with Hint',
1.76      bisitz   12387: 
1.6       bisitz   12388:    'Radio Button Response'
1.18      zhu      12389: => '单选',
1.6       bisitz   12390: 
                   12391:    'Randomly Labelled Image with Option Response'
1.93      raeburn  12392: => 'Randomly Labelled Image with Option Response',
1.6       bisitz   12393: 
                   12394:    'Rank Response'
1.70      zhu      12395: => '等级制度 (Rank Response)',
1.6       bisitz   12396: 
                   12397:    'String Response'
1.70      zhu      12398: => '文本输入 (String Response)',
1.6       bisitz   12399: 
1.81      bisitz   12400:    'Display catalog of courses and communities'
1.93      raeburn  12401: => '课程目录',
1.6       bisitz   12402: 
                   12403:    'Manage co-authors'
1.18      zhu      12404: => '管理共同作者',
1.6       bisitz   12405: 
                   12406:    'Upload a File of Co-authors'
1.18      zhu      12407: => '上传共同作者的文件',
1.6       bisitz   12408: 
1.69      droeschl 12409:    'Add/Modify a Co-author'
1.79      bisitz   12410: => '添加/修改一个共同的作者',
1.6       bisitz   12411: 
1.69      droeschl 12412:    'Manage Co-authors'
1.79      bisitz   12413: => '管理共同作者',
1.6       bisitz   12414: 
                   12415:    'No courses match the criteria you selected.'
1.18      zhu      12416: => '没有选择相对应的课程。',
1.6       bisitz   12417: 
                   12418:    'Key authority (<tt>id@domain</tt>) if other than course'
1.93      raeburn  12419: => 'Key authority (<tt>id@domain</tt>) if other than course',
1.6       bisitz   12420: 
                   12421:    'New bridgetask file'
1.93      raeburn  12422: => 'New bridgetask file',
1.6       bisitz   12423: 
                   12424:    'Create problem'
1.12      zhu      12425: => '创建问题',
1.6       bisitz   12426: 
                   12427:    'Create library'
1.12      zhu      12428: => '创建图书馆',
1.6       bisitz   12429: 
                   12430:    'Create survey'
1.12      zhu      12431: => '创建调查',
1.6       bisitz   12432: 
                   12433:    'Create task'
1.12      zhu      12434: => '创建任务',
1.6       bisitz   12435: 
                   12436:    'Problem Testing'
1.12      zhu      12437: => '问题测试',
1.6       bisitz   12438: 
                   12439:    "Don't Show Incorect/Correct Feedback"
1.12      zhu      12440: => "不显示不正确/正确的反馈",
1.6       bisitz   12441: 
                   12442:    "Don't Show Any Feedback"
1.12      zhu      12443: => "不显示任何反馈",
1.6       bisitz   12444: 
                   12445:    'Change View'
1.12      zhu      12446: => '更改视图',
1.6       bisitz   12447: 
                   12448:    'Show Default View'
1.12      zhu      12449: => '查看默认视图',
1.6       bisitz   12450: 
                   12451:    '[_1] for [_2] versions.'
1.70      zhu      12452: => '[_1] 的 [_2] 版本。',
1.6       bisitz   12453: 
                   12454:    'Set new preferred languages to '
1.9       zhu      12455: => '首选语言设置为 ',
1.6       bisitz   12456: 
                   12457:    'Reset preferred language.'
1.9       zhu      12458: => '重设的首选语言。',
1.6       bisitz   12459: 
                   12460:    'Set new preferred math display to '
1.93      raeburn  12461: => 'Set new preferred math display to ',
1.6       bisitz   12462: 
                   12463:    'Reset preferred math display.'
1.93      raeburn  12464: => 'Reset preferred math display.',
1.6       bisitz   12465: 
                   12466:    'Set new screenname to '
1.18      zhu      12467: => '在匿名讨论中新的昵称为 ',
1.6       bisitz   12468: 
                   12469:    'Reset screenname.'
1.9       zhu      12470: => '重置昵称。',
1.6       bisitz   12471: 
                   12472:    'Set new nickname to '
1.9       zhu      12473: => '设置新的昵称为 ',
1.6       bisitz   12474: 
                   12475:    'Reset nickname.'
1.9       zhu      12476: => '重设昵称。',
1.6       bisitz   12477: 
                   12478:    'Set menu mode to [_1].'
1.18      zhu      12479: => '设置菜单模式为 [_1]。',
1.6       bisitz   12480: 
                   12481:    'Reset '
1.9       zhu      12482: => '重置',
1.6       bisitz   12483: 
                   12484:    'Set message forwarding to '
1.22      zhu      12485: => '设置邮件转发到 ',
1.6       bisitz   12486: 
                   12487:    "Set message forwarding to 'off'."
1.22      zhu      12488: => "设置邮件转发为'关闭'。",
1.6       bisitz   12489: 
                   12490:    'Set non-critical message notification address(es) to '
1.22      zhu      12491: => '设置非重要的邮件通知地址为 ',
1.6       bisitz   12492: 
                   12493:    "Set non-critical message notification to 'off'."
1.22      zhu      12494: => "设置非重要的邮件通知为'关闭'。",
1.6       bisitz   12495: 
                   12496:    'Set critical message notification address(es) to '
1.22      zhu      12497: => '设置重要的邮件通知地址为 ',
1.6       bisitz   12498: 
                   12499:    "Set critical message notification to 'off'."
1.22      zhu      12500: => "设置重要的邮件通知为'关闭'。",
1.6       bisitz   12501: 
                   12502:    'Set address(es) to receive excerpts with html retained '
1.22      zhu      12503: => '设置保留HTML摘录的地址为 ',
1.6       bisitz   12504: 
                   12505:    'Set notification address to receive excerpts with html stripped.'
1.22      zhu      12506: => '设置接收邮件地址为不保留的HTML摘录。',
1.6       bisitz   12507: 
                   12508:    'Set all notification addresses to receive excerpts with html stripped.'
1.22      zhu      12509: => '设置所有的接收邮件地址为不保留的HTML摘录。',
1.6       bisitz   12510: 
                   12511:    'Set Page Background to '
1.22      zhu      12512: => '设置页面的背景为 ',
1.6       bisitz   12513: 
                   12514:    'Set Header Background to '
1.22      zhu      12515: => '设置页眉背景为 ',
1.6       bisitz   12516: 
                   12517:    'Set Header Border to '
1.22      zhu      12518: => '设置页眉边界为 ',
1.6       bisitz   12519: 
                   12520:    'Set Font to '
1.22      zhu      12521: => '设置字体为 ',
1.6       bisitz   12522: 
                   12523:    'Set Un-Visited Link to '
1.22      zhu      12524: => '设置未访问链接颜色为 ',
1.6       bisitz   12525: 
                   12526:    'Set Visited Link to '
1.22      zhu      12527: => '设置已访问链接颜色为 ',
1.6       bisitz   12528: 
                   12529:    'Set Active Link to '
1.22      zhu      12530: => '设置活动链接颜色为 ',
1.6       bisitz   12531: 
                   12532:    'Reset Page Background'
1.22      zhu      12533: => '重设网页背景',
1.6       bisitz   12534: 
                   12535:    'Reset Header Background'
1.22      zhu      12536: => '重置页眉背景',
1.6       bisitz   12537: 
                   12538:    'Reset Header Border'
1.22      zhu      12539: => '重置页眉边界',
1.6       bisitz   12540: 
                   12541:    'Reset Font.'
1.22      zhu      12542: => '重置字体颜色。',
1.6       bisitz   12543: 
                   12544:    'Reset Un-Visited Link.'
1.22      zhu      12545: => '重置未访问链接颜色。',
1.6       bisitz   12546: 
                   12547:    'Reset Visited Link.'
1.22      zhu      12548: => '重置已访问链接颜色。',
1.6       bisitz   12549: 
                   12550:    'Reset Active Link.'
1.22      zhu      12551: => '重置活动链接颜色。',
1.6       bisitz   12552: 
                   12553:    'Freezing Role: [_1]'
1.22      zhu      12554: => '冻结的角色: [_1]',
1.6       bisitz   12555: 
                   12556:    'Unfreezing Role: [_1]'
1.99      raeburn  12557: => '解冻的角色: [_1] reversed',
1.6       bisitz   12558: 
                   12559:    'No such user: '
1.22      zhu      12560: => '此用户不存在: ',
1.6       bisitz   12561: 
1.49      bisitz   12562:    '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  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.6       bisitz   12564: 
                   12565:    'Sorry, the token generated when you requested a password reset has expired.'
1.93      raeburn  12566: => 'Sorry, the token generated when you requested a password reset has expired.',
1.6       bisitz   12567: 
                   12568:    'Sorry, the URL generated when you requested reset of your password contained incomplete information.'
1.93      raeburn  12569: => 'Sorry, the URL generated when you requested reset of your password contained incomplete information.',
1.6       bisitz   12570: 
                   12571:    'Page requested in unexpected context'
1.93      raeburn  12572: => 'Page requested in unexpected context',
1.6       bisitz   12573: 
                   12574:    'Invalid username and/or domain'
1.93      raeburn  12575: => 'Invalid username and/or domain',
1.6       bisitz   12576: 
                   12577:    'Username and domain were blank'
1.93      raeburn  12578: => 'Username and domain were blank',
1.6       bisitz   12579: 
                   12580:    'Authentication type for this user can not be changed by this mechanism'
1.93      raeburn  12581: => 'Authentication type for this user can not be changed by this mechanism',
1.6       bisitz   12582: 
                   12583:    'One or more password fields were blank'
1.93      raeburn  12584: => 'One or more password fields were blank',
1.6       bisitz   12585: 
                   12586:    'Please log out and try again.'
1.93      raeburn  12587: => 'Please log out and try again.',
1.6       bisitz   12588: 
                   12589:    'Please try again later.'
1.93      raeburn  12590: => 'Please try again later.',
1.6       bisitz   12591: 
                   12592:    'Unable to retrieve saved token for password decryption'
1.93      raeburn  12593: => 'Unable to retrieve saved token for password decryption',
1.6       bisitz   12594: 
                   12595:    'Could not verify current authentication.'
1.93      raeburn  12596: => 'Could not verify current authentication.',
1.6       bisitz   12597: 
                   12598:    'The new passwords you entered do not match.'
1.93      raeburn  12599: => 'The new passwords you entered do not match.',
1.6       bisitz   12600: 
                   12601:    'Passwords must be a minimum of 7 characters long.'
1.93      raeburn  12602: => 'Passwords must be a minimum of 7 characters long.',
1.6       bisitz   12603: 
                   12604:    'The password you entered contained illegal characters.'
1.93      raeburn  12605: => 'The password you entered contained illegal characters.',
1.6       bisitz   12606: 
                   12607:    'Valid characters are'
1.93      raeburn  12608: => 'Valid characters are',
1.6       bisitz   12609: 
1.21      raeburn  12610:    'The password for [_1] was successfully changed.'
1.22      zhu      12611: => '[_1] 的密码已成功更改。',
1.6       bisitz   12612: 
1.21      raeburn  12613:    'The password for [_1] was not changed.'
1.93      raeburn  12614: => 'The password for [_1] was not changed.',
1.6       bisitz   12615: 
                   12616:    'In discussions: only new posts will be displayed.'
1.93      raeburn  12617: => 'In discussions: only new posts will be displayed.',
1.6       bisitz   12618: 
                   12619:    'In discussions: all posts will be displayed.'
1.93      raeburn  12620: => 'In discussions: all posts will be displayed.',
1.6       bisitz   12621: 
1.111     bisitz   12622:    'In discussions: new posts will cease to be identified as "NEW" after display.'
                   12623: => 'In discussions: new posts will cease to be identified as "NEW" after display.',
1.6       bisitz   12624: 
1.104     raeburn  12625:    'In discussions: posts will be identified as "NEW" until marked as not "NEW".'
                   12626: => 'In discussions: posts will be identified as "NEW" until marked as not "NEW".',
1.6       bisitz   12627: 
                   12628:    'The e-mail address entered in row '
1.22      zhu      12629: => '电子邮件地址输入行 ',
1.6       bisitz   12630: 
                   12631:    'The e-mail address you entered'
1.22      zhu      12632: => '您输入的电子邮件地址',
1.6       bisitz   12633: 
                   12634:    'is not a valid e-mail address'
1.22      zhu      12635: => '不是一个有效的电子邮件地址',
1.6       bisitz   12636: 
                   12637:    'Title for the Uploaded Score'
1.93      raeburn  12638: => 'Title for the Uploaded Score',
1.6       bisitz   12639: 
                   12640:    'Title for the Page'
1.56      zhu      12641: => '标题页',
1.6       bisitz   12642: 
                   12643:    'Title for the Problem'
1.56      zhu      12644: => '问题的标题',
1.6       bisitz   12645: 
                   12646:    'Title for the Drop Box'
1.93      raeburn  12647: => 'Title for the Drop Box',
1.6       bisitz   12648: 
1.112     bisitz   12649:    'Title for the Discussion Board'
1.56      zhu      12650: => '公告栏的标题',
1.6       bisitz   12651: 
                   12652:    'Not a valid user:domain'
1.56      zhu      12653: => '不是有效的用户:域',
1.6       bisitz   12654: 
                   12655:    'Please enter both user and domain in the format user:domain'
1.56      zhu      12656: => '请输入用户和域,格式为 用户:域',
1.6       bisitz   12657: 
1.25      bisitz   12658:    'Personal Information Page of '
1.93      raeburn  12659: => 'Personal Information Page of ',
1.6       bisitz   12660: 
                   12661:    'No info'
1.93      raeburn  12662: => 'No info',
1.6       bisitz   12663: 
                   12664:    'No user information available'
1.93      raeburn  12665: => 'No user information available',
1.6       bisitz   12666: 
                   12667:    'The new directory name was changed from [_1] to [_2].'
1.93      raeburn  12668: => 'The new directory name was changed from [_1] to [_2].',
1.6       bisitz   12669: 
                   12670:    'Unable to create a directory named'
1.93      raeburn  12671: => 'Unable to create a directory named',
1.6       bisitz   12672: 
                   12673:    'A file or directory by that name already exists.'
1.93      raeburn  12674: => 'A file or directory by that name already exists.',
1.6       bisitz   12675: 
                   12676:    'Allowing others to retrieve file: [_1]'
1.93      raeburn  12677: => 'Allowing others to retrieve file: [_1]',
1.6       bisitz   12678: 
                   12679:    '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  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.6       bisitz   12681: 
                   12682:    'Public files are available to anyone without the need for login.'
1.98      bisitz   12683: => 'Public files are available to anyone without the need for login.',
1.6       bisitz   12684: 
                   12685:    'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.'
1.93      raeburn  12686: => 'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.',
1.6       bisitz   12687: 
                   12688:    'A listing of files viewable without log-in is available at: '
1.93      raeburn  12689: => 'A listing of files viewable without log-in is available at: ',
1.6       bisitz   12690: 
                   12691:    "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  12692: => "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   12693: 
                   12694:    "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  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.6       bisitz   12696: 
                   12697:    'Conditional access controls for file: [_1]'
1.93      raeburn  12698: => 'Conditional access controls for file: [_1]',
1.6       bisitz   12699: 
                   12700:    'Help on setting up share access'
1.93      raeburn  12701: => 'Help on setting up share access',
1.6       bisitz   12702: 
                   12703:    'Help on changing settings'
1.93      raeburn  12704: => 'Help on changing settings',
1.6       bisitz   12705: 
                   12706:    'Help on removing share access'
1.93      raeburn  12707: => 'Help on removing share access',
1.6       bisitz   12708: 
                   12709:    'Public access: [_1]'
1.98      bisitz   12710: => 'Public access: [_1]',
1.6       bisitz   12711: 
                   12712:    'Dates available'
1.12      zhu      12713: => '能够使用的日期',
1.6       bisitz   12714: 
                   12715:    'Passphrase-protected access: [_1]'
1.93      raeburn  12716: => 'Passphrase-protected access: [_1]',
1.6       bisitz   12717: 
                   12718:    'Passphrase'
1.93      raeburn  12719: => 'Passphrase',
1.6       bisitz   12720: 
                   12721:    'Conditional access: [_1]'
1.93      raeburn  12722: => 'Conditional access: [_1]',
1.6       bisitz   12723: 
                   12724:    'You have previously set [_1] conditional access controls.'
1.93      raeburn  12725: => 'You have previously set [_1] conditional access controls.',
1.6       bisitz   12726: 
                   12727:    'Change Conditions'
1.93      raeburn  12728: => 'Change Conditions',
1.6       bisitz   12729: 
                   12730:    'Add conditional access'
1.93      raeburn  12731: => 'Add conditional access',
1.6       bisitz   12732: 
                   12733:    'based on domain, username, or course affiliation.'
1.93      raeburn  12734: => 'based on domain, username, or course affiliation.',
1.6       bisitz   12735: 
                   12736:    '[_1]-based conditional access: '
1.98      bisitz   12737: => '[_1]-based conditional access: ',
1.6       bisitz   12738: 
                   12739:    'conditions'
1.93      raeburn  12740: => 'conditions',
1.6       bisitz   12741: 
                   12742:    'condition'
1.93      raeburn  12743: => 'condition',
1.6       bisitz   12744: 
                   12745:    'Action?'
1.93      raeburn  12746: => 'Action?',
1.6       bisitz   12747: 
                   12748:    'Allowed [_1] member affiliations'
1.93      raeburn  12749: => 'Allowed [_1] member affiliations', # ???
1.6       bisitz   12750: 
                   12751:    'No [_1]-based conditions defined.'
1.93      raeburn  12752: => 'No [_1]-based conditions defined.',
1.6       bisitz   12753: 
                   12754:    'Type of change'
1.98      bisitz   12755: => 'Type of change',
1.6       bisitz   12756: 
                   12757:    'Access control'
1.93      raeburn  12758: => 'Access control',
1.6       bisitz   12759: 
                   12760:    'Additional information'
1.93      raeburn  12761: => 'Additional information',
1.6       bisitz   12762: 
                   12763:    'A problem occurred deleting access controls: [_1]'
1.93      raeburn  12764: => 'A problem occurred deleting access controls: [_1]',
1.6       bisitz   12765: 
                   12766:    'A problem occurred saving access control settings: [_1]'
1.93      raeburn  12767: => 'A problem occurred saving access control settings: [_1]',
1.6       bisitz   12768: 
                   12769:    'opened folder'
1.93      raeburn  12770: => 'opened folder',
1.6       bisitz   12771: 
                   12772:    'closed folder'
1.93      raeburn  12773: => 'closed folder',
1.6       bisitz   12774: 
                   12775:    'Passphrase-protected'
1.22      zhu      12776: => '密码保护',
1.6       bisitz   12777: 
                   12778:    'Conditional'
1.93      raeburn  12779: => 'Conditional',
1.6       bisitz   12780: 
                   12781:    'An error occurred ([_1]) while trying to delete [_2].'
1.93      raeburn  12782: => 'An error occurred ([_1]) while trying to delete [_2].',
1.6       bisitz   12783: 
                   12784:    'File: [_1] deleted.'
1.22      zhu      12785: => '文件 [_1] 已删除。',
1.6       bisitz   12786: 
                   12787:    'An error occurred ([_1]) while trying to delete access controls for the file.'
1.93      raeburn  12788: => 'An error occurred ([_1]) while trying to delete access controls for the file.',
1.6       bisitz   12789: 
                   12790:    'Access controls also deleted for the file.'
1.93      raeburn  12791: => 'Access controls also deleted for the file.',
1.6       bisitz   12792: 
                   12793:    'Error: no valid filename was provided to rename to.'
1.93      raeburn  12794: => 'Error: no valid filename was provided to rename to.',
1.6       bisitz   12795: 
                   12796:    'An error occurred ([_1]) while trying to rename [_2] to [_3]'
1.93      raeburn  12797: => 'An error occurred ([_1]) while trying to rename [_2] to [_3]',
1.6       bisitz   12798: 
1.109     bisitz   12799:    'The new filename was changed from:<br />[_1] to [_2]'
                   12800: => 'The new filename was changed from:<br />[_1] to [_2]',
1.6       bisitz   12801: 
                   12802:    'An error occurred ([_1]) while trying to delete access control records for the old name.'
1.93      raeburn  12803: => 'An error occurred ([_1]) while trying to delete access control records for the old name.',
1.6       bisitz   12804: 
                   12805:    'An error occurred ([_1]) while trying to upload [_2].'
1.93      raeburn  12806: => 'An error occurred ([_1]) while trying to upload [_2].',
1.6       bisitz   12807: 
                   12808:    'An error occurred (dir) ([_1]) while trying to delete [_2].'
1.93      raeburn  12809: => 'An error occurred (dir) ([_1]) while trying to delete [_2].',
1.6       bisitz   12810: 
                   12811:    'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].'
1.93      raeburn  12812: => 'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].',
1.6       bisitz   12813: 
                   12814:    'An error occurred ([_1]) while trying to create a new directory [_2].'
1.93      raeburn  12815: => 'An error occurred ([_1]) while trying to create a new directory [_2].',
1.6       bisitz   12816: 
                   12817:    'Access controls updated to reflect the name change.'
1.93      raeburn  12818: => 'Access controls updated to reflect the name change.',
1.6       bisitz   12819: 
                   12820:    'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.'
1.93      raeburn  12821: => 'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.',
1.6       bisitz   12822: 
                   12823:    'The conditions can include affiliation with a particular course, or a user account in a specific domain.'
1.93      raeburn  12824: => 'The conditions can include affiliation with a particular course, or a user account in a specific domain.',
1.6       bisitz   12825: 
                   12826:    'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.'
1.93      raeburn  12827: => 'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.',
1.6       bisitz   12828: 
                   12829:    'Current access controls defined for this file:'
1.93      raeburn  12830: => 'Current access controls defined for this file:',
1.6       bisitz   12831: 
                   12832:    'No access control settings currently exist for this file.'
1.93      raeburn  12833: => 'No access control settings currently exist for this file.',
1.6       bisitz   12834: 
                   12835:    'Deleted'
1.93      raeburn  12836: => 'Deleted',
1.6       bisitz   12837: 
                   12838:    'No end date'
1.22      zhu      12839: => '无结束日期',
1.6       bisitz   12840: 
                   12841:    'Start: '
1.22      zhu      12842: => '开始: ',
1.6       bisitz   12843: 
                   12844:    'End: '
1.22      zhu      12845: => '结束: ',
1.6       bisitz   12846: 
                   12847:    'Domains: '
1.22      zhu      12848: => '域: ',
1.6       bisitz   12849: 
                   12850:    'Users: '
1.22      zhu      12851: => '用户: ',
1.6       bisitz   12852: 
                   12853:    'New control(s) added'
1.93      raeburn  12854: => 'New control(s) added',
1.6       bisitz   12855: 
                   12856:    'Existing control(s) deleted'
1.93      raeburn  12857: => 'Existing control(s) deleted',
1.6       bisitz   12858: 
                   12859:    'Existing control(s) modified'
1.93      raeburn  12860: => 'Existing control(s) modified',
1.6       bisitz   12861: 
                   12862:    'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>'
1.93      raeburn  12863: => 'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>',
1.6       bisitz   12864: 
                   12865:    'Display all access settings for this file'
1.93      raeburn  12866: => 'Display all access settings for this file',
1.6       bisitz   12867: 
                   12868:    'Add a roles-based condition'
1.93      raeburn  12869: => 'Add a roles-based condition',
1.6       bisitz   12870: 
                   12871:    'New role-based condition'
1.93      raeburn  12872: => 'New role-based condition',
1.6       bisitz   12873: 
                   12874:    "Format for users' username:domain information:"
1.93      raeburn  12875: => "Format for users' username:domain information:", # ??? -> portfolio.pm
1.6       bisitz   12876: 
                   12877:    'Add new [_1] condition(s)?'
1.93      raeburn  12878: => 'Add new [_1] condition(s)?',
1.6       bisitz   12879: 
                   12880:    'Number to add: '
1.93      raeburn  12881: => 'Number to add: ',
1.6       bisitz   12882: 
                   12883:    'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.'
1.93      raeburn  12884: => 'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.',
1.6       bisitz   12885: 
1.88      bisitz   12886:    'Course status'
                   12887: => 'Course status', # '[_1] 状态',
1.6       bisitz   12888: 
                   12889:    'Files selected from other directories:'
1.93      raeburn  12890: => 'Files selected from other directories:',
1.6       bisitz   12891: 
                   12892:    'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.'
1.98      bisitz   12893: => 'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.',
1.6       bisitz   12894: 
                   12895:    'Unable to upload [_1]. A locked file by that name was found in [_2].'
1.99      raeburn  12896: => 'Unable to upload [_1]. A locked file by that name was found in [_2].',
1.6       bisitz   12897: 
                   12898:    'You will be able to rename or delete existing [_1] after a grade has been assigned.'
1.93      raeburn  12899: => 'You will be able to rename or delete existing [_1] after a grade has been assigned.',
1.6       bisitz   12900: 
                   12901:    'Unable to upload [_1]. A file by that name was found in [_2].'
1.99      raeburn  12902: => 'Unable to upload [_1]. A file by that name was found in [_2].',
1.6       bisitz   12903: 
                   12904:    'To upload, rename or delete existing [_1] in [_2].'
1.93      raeburn  12905: => 'To upload, rename or delete existing [_1] in [_2].', # ???
1.6       bisitz   12906: 
                   12907:    'Rename [_1] to [_2]?'
1.99      raeburn  12908: => 'Rename [_1] to [_2]?',
1.6       bisitz   12909: 
                   12910:    'Reference Warning'
1.93      raeburn  12911: => 'Reference Warning',
1.6       bisitz   12912: 
                   12913:    '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  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.6       bisitz   12915: 
                   12916:    'Please select the locations from which the referenced files are to be uploaded.'
1.93      raeburn  12917: => 'Please select the locations from which the referenced files are to be uploaded.',
1.6       bisitz   12918: 
                   12919:    'Delete [_1]?'
1.12      zhu      12920: => '删除 [_1]?',
1.6       bisitz   12921: 
                   12922:    'Edit Portfolio File Catalog Information'
1.12      zhu      12923: => '编辑组合文件的目录信息',
1.6       bisitz   12924: 
                   12925:    'Edit Group Portfolio File Catalog Information'
1.12      zhu      12926: => '编辑组组合文件的目录信息',
1.6       bisitz   12927: 
                   12928:    'Update'
1.12      zhu      12929: => '更新',
1.6       bisitz   12930: 
                   12931:    'domains'
1.12      zhu      12932: => '域',
1.6       bisitz   12933: 
                   12934:    'users'
1.12      zhu      12935: => '用户',
1.6       bisitz   12936: 
                   12937:    'Access'
1.93      raeburn  12938: => 'Access',
1.6       bisitz   12939: 
                   12940:    'Conditional: domain-based'
1.93      raeburn  12941: => 'Conditional: domain-based',
1.6       bisitz   12942: 
                   12943:    'Conditional: user-based'
1.93      raeburn  12944: => 'Conditional: user-based',
1.6       bisitz   12945: 
                   12946:    'Conditional: course-based'
1.93      raeburn  12947: => 'Conditional: course-based',
1.6       bisitz   12948: 
                   12949:    '[_1] was submitted in response to problem: [_2]'
1.99      raeburn  12950: => '[_1] was submitted in response to problem: [_2]',
1.6       bisitz   12951: 
                   12952:    '[_1] was handed back in response to problem: [_2]'
1.98      bisitz   12953: => '[_1] was handed back in response to problem: [_2]',
1.6       bisitz   12954: 
                   12955:    'In the course:'
1.93      raeburn  12956: => 'In the course:',
1.6       bisitz   12957: 
                   12958:    'Back'
1.12      zhu      12959: => '返回',
1.6       bisitz   12960: 
                   12961:    'Error: no directory name was provided.'
1.12      zhu      12962: => '错误:没有输入目录名称。',
1.6       bisitz   12963: 
                   12964:    'Unable to create a directory named [_1].'
1.12      zhu      12965: => '无法创建目录名 [_1]。',
1.6       bisitz   12966: 
                   12967:    'Action disallowed'
1.12      zhu      12968: => '不允许行动',
1.6       bisitz   12969: 
                   12970:    'You do not have sufficient privileges to [_1]'
1.12      zhu      12971: => '您没有足够权限 [_1]',
1.6       bisitz   12972: 
                   12973:    'upload files'
1.12      zhu      12974: => '上传文件',
1.6       bisitz   12975: 
                   12976:    'delete files'
1.12      zhu      12977: => '删除文件',
1.6       bisitz   12978: 
                   12979:    'rename files'
1.12      zhu      12980: => '重命名文件',
1.6       bisitz   12981: 
                   12982:    'set access controls for files'
1.12      zhu      12983: => '设置访问控制文件',
1.6       bisitz   12984: 
1.116     bisitz   12985:    "in the group's group portfolio."
                   12986: => "in the group's group portfolio.",
1.6       bisitz   12987: 
                   12988:    'in this portfolio.'
1.12      zhu      12989: => '在这个组区。',
1.6       bisitz   12990: 
                   12991:    'You do not have the privileges required to access the shared files space for this group.'
1.12      zhu      12992: => '您没有权限访问该组的共享文件。',
1.6       bisitz   12993: 
                   12994:    'Not a valid group for this course'
1.12      zhu      12995: => '本课程里不是一个有效的组',
1.6       bisitz   12996: 
                   12997:    'Group files for [_1]'
1.12      zhu      12998: => '[_1] 组的组文件 ',
1.6       bisitz   12999: 
                   13000:    'Invalid group'
1.12      zhu      13001: => '无效组',
1.6       bisitz   13002: 
                   13003:    'No file was selected to upload.'
1.12      zhu      13004: => '没有文件被选中上传。',
1.6       bisitz   13005: 
                   13006:    'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'
1.12      zhu      13007: => '要上传文件,请点击<strong>浏览... </strong>,并选择一个文件,然后点击<strong>上传</strong> 。',
1.6       bisitz   13008: 
                   13009:    'Edit the meta data'
1.12      zhu      13010: => '编辑元数据',
1.6       bisitz   13011: 
                   13012:    'Pick functionality'
1.12      zhu      13013: => '选择功能',
1.6       bisitz   13014: 
                   13015:    'Functionality to display/modify'
1.12      zhu      13016: => '功能显示/修改',
1.6       bisitz   13017: 
                   13018:    'You must select at least one functionality type to display.'
1.12      zhu      13019: => '您必须至少选择一个功能型。',
1.6       bisitz   13020: 
                   13021:    'Default color schemes'
1.12      zhu      13022: => '默认颜色方案',
1.6       bisitz   13023: 
                   13024:    'Log-in page options'
1.12      zhu      13025: => '登录页面选项',
1.6       bisitz   13026: 
                   13027:    'Default authentication/language/timezone'
1.12      zhu      13028: => '默认的身份验证/语言/时区',
1.6       bisitz   13029: 
                   13030:    'Default quotas for user portfolios'
1.93      raeburn  13031: => 'Default quotas for user portfolios',
1.6       bisitz   13032: 
                   13033:    'Auto-update settings'
1.12      zhu      13034: => '设置自动更新',
1.6       bisitz   13035: 
                   13036:    'Institutional directory searches'
1.93      raeburn  13037: => 'Institutional directory searches',
1.6       bisitz   13038: 
                   13039:    'User creation'
                   13040: => '创建用户',
                   13041: 
                   13042:    'User modification'
                   13043: => '用户设置',
                   13044: 
1.103     bisitz   13045:    'Bubblesheet format file'
                   13046: => 'Bubblesheet format file',
1.6       bisitz   13047: 
                   13048:    'Cataloging of courses'
1.12      zhu      13049: => '课程目录',
1.6       bisitz   13050: 
                   13051:    'Display options'
1.12      zhu      13052: => '显示选项',
1.6       bisitz   13053: 
                   13054:    'Display using: '
1.93      raeburn  13055: => 'Display using: ',
1.6       bisitz   13056: 
                   13057:    'one column'
1.12      zhu      13058: => '一列',
1.6       bisitz   13059: 
                   13060:    'two columns'
1.12      zhu      13061: => '两列',
1.6       bisitz   13062: 
                   13063:    'Changes made:'
1.93      raeburn  13064: => 'Changes made:',
1.6       bisitz   13065: 
                   13066:    'Back to configuration display'
1.93      raeburn  13067: => 'Back to configuration display',
1.6       bisitz   13068: 
                   13069:    'No changes made to log-in page settings'
1.93      raeburn  13070: => 'No changes made to log-in page settings',
1.6       bisitz   13071: 
                   13072:    'Support Request'
1.93      raeburn  13073: => 'Support Request',
1.6       bisitz   13074: 
                   13075:    'Do <b>not</b> use this form to ask questions about course content.'
1.93      raeburn  13076: => 'Do <b>not</b> use this form to ask questions about course content.',
1.6       bisitz   13077: 
                   13078:    'Contact your instructor instead.'
1.93      raeburn  13079: => 'Contact your instructor instead.',
1.6       bisitz   13080: 
                   13081:    'Cc'
1.12      zhu      13082: => '抄送',
1.6       bisitz   13083: 
                   13084:    'Your e-mail address'
1.27      zhu      13085: => '您的E-Mail地址',
1.6       bisitz   13086: 
                   13087:    'Search and Enroll'
1.27      zhu      13088: => '搜索和注册',
1.6       bisitz   13089: 
                   13090:    'Search or Add New User'
1.27      zhu      13091: => '搜索或添加新用户',
1.6       bisitz   13092: 
                   13093:    'No username and/or domain provided.'
1.93      raeburn  13094: => 'No username and/or domain provided.',
1.6       bisitz   13095: 
                   13096:    'No match was found for the username ([_1]) in LON-CAPA domain: [_2]'
1.93      raeburn  13097: => 'No match was found for the username ([_1]) in LON-CAPA domain: [_2]',
1.6       bisitz   13098: 
                   13099:    'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.'
1.93      raeburn  13100: => 'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.',
1.6       bisitz   13101: 
1.85      bisitz   13102:    'Problems occurred in creating the new Excel file.'
1.93      raeburn  13103: => 'Problems occurred in creating the new Excel file.',
1.85      bisitz   13104: 
                   13105:    'Problems occurred in creating the output file.'
1.93      raeburn  13106: => 'Problems occurred in creating the output file.',
1.85      bisitz   13107: 
                   13108:    'Problems occurred in writing the CSV file.'
1.93      raeburn  13109: => 'Problems occurred in writing the CSV file.',
1.6       bisitz   13110: 
1.85      bisitz   13111:    'This error has been logged.'
1.93      raeburn  13112: => 'This error has been logged.',
1.6       bisitz   13113: 
1.85      bisitz   13114:    'Please alert your LON-CAPA administrator.'
1.93      raeburn  13115: => 'Please alert your LON-CAPA administrator.',
1.6       bisitz   13116: 
                   13117:    'Records [_1]'
1.93      raeburn  13118: => 'Records [_1]', # ???
1.6       bisitz   13119: 
                   13120:    'Filter [_1]'
                   13121: => 'Filter [_1]',
                   13122: 
                   13123:    'Under you current role you are not permitted to change login settings for this user'
1.93      raeburn  13124: => 'Under you current role you are not permitted to change login settings for this user',
1.6       bisitz   13125: 
                   13126:    'History'
1.55      zhu      13127: => '历史',
1.6       bisitz   13128: 
                   13129:    'Part '
1.55      zhu      13130: => '部分 ',
1.6       bisitz   13131: 
                   13132:    'Transaction [_1]'
1.93      raeburn  13133: => 'Transaction [_1]', # ???
1.6       bisitz   13134: 
                   13135:    'Nothing submitted - no attempts.'
1.93      raeburn  13136: => 'Nothing submitted - no attempts.',
1.6       bisitz   13137: 
                   13138:    'No data.'
1.93      raeburn  13139: => 'No data.',
1.6       bisitz   13140: 
                   13141:    'Open in a new window'
1.93      raeburn  13142: => 'Open in a new window',
1.6       bisitz   13143: 
                   13144:    'Revoke user roles'
1.93      raeburn  13145: => 'Revoke user roles',
1.6       bisitz   13146: 
                   13147:    'Delete user roles'
1.93      raeburn  13148: => 'Delete user roles',
1.6       bisitz   13149: 
                   13150:    'Re-enable expired user roles'
1.93      raeburn  13151: => 'Re-enable expired user roles',
1.6       bisitz   13152: 
                   13153:    'Make future user roles active now'
1.93      raeburn  13154: => 'Make future user roles active now',
1.6       bisitz   13155: 
                   13156:    'Change starting/ending dates'
1.93      raeburn  13157: => 'Change starting/ending dates',
1.6       bisitz   13158: 
                   13159:    'Change section associated with user roles'
1.93      raeburn  13160: => 'Change section associated with user roles',
1.6       bisitz   13161: 
                   13162:    'Modify existing user: '
1.70      zhu      13163: => '修改现有的用户: ',
1.6       bisitz   13164: 
                   13165:    'Enroll one student'
1.70      zhu      13166: => '注册一名学生',
1.6       bisitz   13167: 
                   13168:    'Enroll one student: '
1.70      zhu      13169: => '注册一名学生: ',
1.6       bisitz   13170: 
                   13171:    'Existing Roles'
1.55      zhu      13172: => '现有的角色',
1.6       bisitz   13173: 
1.40      bisitz   13174:    'Existing Roles in this Course'
1.70      zhu      13175: => '课程中现有的角色',
1.40      bisitz   13176: 
1.118   ! bisitz   13177:    'Existing Co-Author Roles in your Authoring Space'
        !          13178: => 'Existing Co-Author Roles in your Authoring Space',
1.40      bisitz   13179: 
                   13180:    'Existing Roles in this Domain'
1.70      zhu      13181: => '在该域中现有的角色',
1.40      bisitz   13182: 
1.6       bisitz   13183:    'Text-based Interface Login'
1.93      raeburn  13184: => 'Text-based Interface Login',
1.6       bisitz   13185: 
                   13186:    'Select Accessibility Options'
1.93      raeburn  13187: => 'Select Accessibility Options',
1.6       bisitz   13188: 
                   13189:    'Suppress rendering of images'
1.93      raeburn  13190: => 'Suppress rendering of images',
1.6       bisitz   13191: 
                   13192:    'Suppress Java applets'
1.55      zhu      13193: => '禁止Java小程序',
1.6       bisitz   13194: 
                   13195:    'Suppress rendering of embedded multimedia'
1.93      raeburn  13196: => 'Suppress rendering of embedded multimedia',
1.6       bisitz   13197: 
                   13198:    'Increase font size'
1.55      zhu      13199: => '放大字体',
1.6       bisitz   13200: 
                   13201:    'Switch to black and white mode'
1.55      zhu      13202: => '切换到黑白模式',
1.6       bisitz   13203: 
                   13204:    'Remember these settings for next login'
1.55      zhu      13205: => '下次登录时记住这些设置',
1.6       bisitz   13206: 
                   13207:    'You are already logged in!'
1.55      zhu      13208: => '您已经登录!',
1.6       bisitz   13209: 
                   13210:    'You are already logged in'
1.55      zhu      13211: => '您已经登录!',
1.6       bisitz   13212: 
                   13213:    'Please either [_1]continue the current session[_2] or [_3]logout[_4].'
1.55      zhu      13214: => '您的选择:[_1]继续当前的会话[_2]或者[_3]退出[_4]。',
1.6       bisitz   13215: 
                   13216:    'Login problems?'
1.9       zhu      13217: => '无法登录?',
1.6       bisitz   13218: 
                   13219:    'Reset password'
1.9       zhu      13220: => '重设密码',
1.6       bisitz   13221: 
                   13222:    'Reset forgotten LON-CAPA password'
1.55      zhu      13223: => '重置 LON-CAPA 密码',
1.6       bisitz   13224: 
1.89      bisitz   13225:    '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      13226: => '如果您使用相同的帐户的其他校园服务除了LON-CAPA, (例如,电子邮件,课程注册等) ,一个单独的中央管理机制可以重置密码。然而,如果您的帐户只是用于LON-CAPA访问,您可以从这个网页重置密码。',
1.6       bisitz   13227: 
                   13228:    'Three conditions must be met:'
1.55      zhu      13229: => '三个条件必须满足:',
1.6       bisitz   13230: 
                   13231:    'An e-mail address must have previously been associated with your LON-CAPA username.'
1.55      zhu      13232: => '必须有一个电子邮件地址与您的LON-CAPA用户联系在一起的。',
1.6       bisitz   13233: 
                   13234:    'You must be able to access e-mail sent to that address.'
1.55      zhu      13235: => '您必须能访问即将发送的电子邮件地址。',
1.6       bisitz   13236: 
                   13237:    'Your LON-CAPA account must be of a type for which LON-CAPA can reset a password.'
1.55      zhu      13238: => '您 LON-CAPA 帐户必须是一个类型为 LON-CAPA 可以重置密码。',
1.6       bisitz   13239: 
                   13240:    'Thank you for your request to reset the password for your LON-CAPA account.'
1.55      zhu      13241: => '感谢您要求重设 LON-CAPA 帐户的密码 。',
1.6       bisitz   13242: 
                   13243:    'Email address in LON-CAPA'
1.93      raeburn  13244: => 'Email address in LON-CAPA',
1.6       bisitz   13245: 
1.55      zhu      13246:    'E-mail address in LON-CAPA'
1.93      raeburn  13247: => 'E-mail address in LON-CAPA',
1.55      zhu      13248: 
1.6       bisitz   13249:    'The username you provided was not verified as a valid username in the LON-CAPA system for the [_1] domain.'
1.56      zhu      13250: => '您提供的用户名不是有效的用户名在 LON-CAPA 系统在该[_1]域。',
1.6       bisitz   13251: 
                   13252:    'Please [_1]go back[_2] and try again.'
1.55      zhu      13253: => '请[_1]返回[_2] ,然后再试一次。',
1.6       bisitz   13254: 
                   13255:    'The e-mail address you provided does not appear to be a valid address.'
1.56      zhu      13256: => '您提供的电子邮件地址不是一个有效的地址。',
1.6       bisitz   13257: 
                   13258:    'A valid e-mail address was not located in the LON-CAPA system for the username and domain you provided.'
1.56      zhu      13259: => '您提供的用户名和域在 LON-CAPA 系统中没有找到一个有效的电子邮件地址。',
1.6       bisitz   13260: 
                   13261:    'The username you provided uses an authentication type which can not be reset directly via LON-CAPA.'
1.56      zhu      13262: => '您提供的用户名使用的身份验证类型,不能直接通过 LON-CAPA 重置密码。',
1.6       bisitz   13263: 
1.41      bisitz   13264:    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3].'
1.56      zhu      13265: => '您不妨联系[_2]的[_3]的[_1] LON-CAPA 求助。',
1.6       bisitz   13266: 
                   13267:    'You may wish to send an e-mail to the server administrator: [_1] for [_2].' # 1: e-mail, 2: domain
1.98      bisitz   13268: => '您不妨给服务器管理员发送电子邮件: [_1]的[_2] 。',
1.6       bisitz   13269: 
1.118   ! bisitz   13270:    'Assigning yourself a co-author or assistant co-author role in your own author area in Authoring Space is not permitted'
        !          13271: => 'Assigning yourself a co-author or assistant co-author role in your own author area in Authoring Space is not permitted',
1.6       bisitz   13272: 
                   13273:    'Owner(s)'
1.93      raeburn  13274: => 'Owner(s)',
1.6       bisitz   13275: 
                   13276:    'Practice Problem'
1.56      zhu      13277: => '练习题',
1.6       bisitz   13278: 
                   13279:    'Submissions are not permanently recorded'
1.93      raeburn  13280: => 'Submissions are not permanently recorded',
1.6       bisitz   13281: 
                   13282:    'Submissions to practice problems are not permanently recorded.'
1.93      raeburn  13283: => 'Submissions to practice problems are not permanently recorded.',
1.6       bisitz   13284: 
                   13285:    'not graded'
1.93      raeburn  13286: => 'not graded',
1.6       bisitz   13287: 
                   13288:    'Course initialization preference'
1.93      raeburn  13289: => 'Course initialization preference',
1.6       bisitz   13290: 
                   13291:    'Choose which page will be displayed when you enter this course after selecting a role.'
1.93      raeburn  13292: => 'Choose which page will be displayed when you enter this course after selecting a role.',
1.6       bisitz   13293: 
                   13294:    'Current value is determined by'
1.93      raeburn  13295: => 'Current value is determined by',
1.6       bisitz   13296: 
                   13297:    'and is set to display'
1.93      raeburn  13298: => 'and is set to display',
1.6       bisitz   13299: 
                   13300:    'Page display controlled by'
1.93      raeburn  13301: => 'Page display controlled by',
1.6       bisitz   13302: 
                   13303:    'If'
1.93      raeburn  13304: => 'If',
1.6       bisitz   13305: 
                   13306:    'Choose course entry'
1.93      raeburn  13307: => 'Choose course entry',
1.6       bisitz   13308: 
                   13309:    'Modify course entry'
1.93      raeburn  13310: => 'Modify course entry',
1.6       bisitz   13311: 
                   13312:    '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  13313: => '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   13314: 
                   13315:    '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  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.6       bisitz   13317: 
                   13318:    "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  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.6       bisitz   13320: 
                   13321:    'Setting optional privileges for specific group members'
1.57      zhu      13322: => '对具体组成员设置可选的权限',
1.6       bisitz   13323: 
                   13324:    'As no group tools will be made available to users, there are no specific user privileges to set.'
1.93      raeburn  13325: => 'As no group tools will be made available to users, there are no specific user privileges to set.',
1.6       bisitz   13326: 
                   13327:    'Create group'
1.12      zhu      13328: => '创建组',
1.6       bisitz   13329: 
1.116     bisitz   13330:    'The value you entered for the quota for the group portfolio in this group contained invalid characters, so it has been set to 0 MB. You can change this by modifying the group settings.'
                   13331: => 'The value you entered for the quota for the group portfolio in this group contained invalid characters, so it has been set to 0 MB. You can change this by modifying the group settings.',
1.6       bisitz   13332: 
1.116     bisitz   13333:    'The value you entered for the quota for the group portfolio in this group exceeded the maximum possible value, so it has been set to [_1] MB (the maximum possible value).'
                   13334: => 'The value you entered for the quota for the group portfolio in this group exceeded the maximum possible value, so it has been set to [_1] MB (the maximum possible value).',
1.6       bisitz   13335: 
                   13336:    'A problem occurred when creating folders for the new group [_1]:'
1.93      raeburn  13337: => 'A problem occurred when creating folders for the new group [_1]:',
1.6       bisitz   13338: 
                   13339:    'Group [_1] was created.'
1.12      zhu      13340: => '组 [_1] 已创建。',
1.6       bisitz   13341: 
                   13342:    'E-mail Address'
1.93      raeburn  13343: => 'E-mail Address',
1.6       bisitz   13344: 
                   13345:    'Closes '
1.93      raeburn  13346: => 'Closes ',
1.6       bisitz   13347: 
                   13348:    '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  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.6       bisitz   13350: 
                   13351:    '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  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.6       bisitz   13353: 
                   13354:    '[quant,_1,day]'
1.99      raeburn  13355: => '[quant,_1,day]',
1.6       bisitz   13356: 
                   13357:    '[quant,_1,hour]'
1.99      raeburn  13358: => '[quant,_1,hour]',
1.6       bisitz   13359: 
                   13360:    '[quant,_1,minute]'
1.99      raeburn  13361: => '[quant,_1,minute]',
1.6       bisitz   13362: 
                   13363:    '[quant,_1,second]'
1.99      raeburn  13364: => '[quant,_1,second]',
1.6       bisitz   13365: 
                   13366:    'Start Timer?'
1.93      raeburn  13367: => 'Start Timer?',
1.6       bisitz   13368: 
                   13369:    'Sign up for time to work.'
1.93      raeburn  13370: => 'Sign up for time to work.',
1.6       bisitz   13371: 
                   13372:    'Requesting Another Worktime'
1.93      raeburn  13373: => 'Requesting Another Worktime',
1.6       bisitz   13374: 
                   13375:    'No available times.'
1.93      raeburn  13376: => 'No available times.',
1.6       bisitz   13377: 
                   13378:    'Return to last resource'
1.93      raeburn  13379: => 'Return to last resource',
1.6       bisitz   13380: 
                   13381:    'My Courses'
1.9       zhu      13382: => '我的课程',
1.6       bisitz   13383: 
                   13384:    '[_1] parts'
1.99      raeburn  13385: => '[_1] parts',
1.6       bisitz   13386: 
                   13387:    'Part: [_1]'
1.27      zhu      13388: => '部分: [_1]',
1.6       bisitz   13389: 
                   13390:    'New Discussion'
1.12      zhu      13391: => '新的讨论',
1.6       bisitz   13392: 
                   13393:    'New Email'
1.12      zhu      13394: => '新的 E-Mail',
1.6       bisitz   13395: 
                   13396:    'New Error'
1.12      zhu      13397: => '新的错误',
1.6       bisitz   13398: 
                   13399:    '(randomly select [_1])'
1.98      bisitz   13400: => '(randomly select [_1])',
1.6       bisitz   13401: 
                   13402:    '(randomly ordered)'
1.98      bisitz   13403: => '(randomly ordered)',
1.6       bisitz   13404: 
                   13405:    'No course selected'
1.93      raeburn  13406: => 'No course selected',
1.6       bisitz   13407: 
                   13408:    'Open '
1.98      bisitz   13409: => 'Open ',
1.6       bisitz   13410: 
                   13411:    'Having technical difficulties; please check status later'
1.93      raeburn  13412: => 'Having technical difficulties; please check status later',
1.6       bisitz   13413: 
                   13414:    'Answer open'
1.93      raeburn  13415: => 'Answer open',
1.6       bisitz   13416: 
                   13417:    'Yes, and show correct answer if they exceed the maximum number of tries.'
1.93      raeburn  13418: => 'Yes, and show correct answer if they exceed the maximum number of tries.',
1.6       bisitz   13419: 
                   13420:    "No, don't show correct/incorrect feedback."
1.93      raeburn  13421: => "No, don't show correct/incorrect feedback.",
1.6       bisitz   13422: 
                   13423:    'No, show no feedback at all.'
1.93      raeburn  13424: => 'No, show no feedback at all.',
1.6       bisitz   13425: 
                   13426:    'single part'
1.93      raeburn  13427: => 'single part',
1.6       bisitz   13428: 
                   13429:    'Course Page'
1.36      zhu      13430: => '课程页面',
1.6       bisitz   13431: 
                   13432:    'Unable to set "number unread posts display" to [_1] due to [_2].'
1.98      bisitz   13433: => 'Unable to set "number unread posts display" to [_1] due to [_2].',
1.6       bisitz   13434: 
                   13435:    'Current value is [_1].'
1.36      zhu      13436: => '当前的值是 [_1].',
1.6       bisitz   13437: 
                   13438:    'Unable to set interval to [_1] due to [_2].'
1.93      raeburn  13439: => 'Unable to set interval to [_1] due to [_2].',
1.6       bisitz   13440: 
                   13441:    'Changes to threshold(s) for problem tracking:'
1.93      raeburn  13442: => 'Changes to threshold(s) for problem tracking:',
1.6       bisitz   13443: 
                   13444:    'Set threshold for [_1] to [_2]'
1.36      zhu      13445: => '对于 [_1] 到 [_2] 的临界值',
1.6       bisitz   13446: 
                   13447:    'Set the default page to be displayed when you select a course role'
1.36      zhu      13448: => '设置默认页, 显示您选择的课程的角色',
1.6       bisitz   13449: 
                   13450:    '(Currently: [_1])'
1.36      zhu      13451: => '(现在: [_1])',
1.6       bisitz   13452: 
                   13453:    "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   13454: => "在课程中为您的课程的全局的用户首选项设置可以覆盖个别的课程设置,通过特定的课程设置[_1]What's New page[_2]。",
1.6       bisitz   13455: 
                   13456:    'Display the [_1]first resource[_2] in the course.'
1.36      zhu      13457: => '显示课程中的[_1]第一资源[_2]。',
1.6       bisitz   13458: 
                   13459:    "Display the [_1]What's New page[_2] - a summary of items in the course which require attention."
1.36      zhu      13460: => "显示 [_1]What's New page[_2] - 课程中的内容概述需要被注意。",
1.6       bisitz   13461: 
                   13462:    'Default now set'
1.93      raeburn  13463: => 'Default now set',
1.6       bisitz   13464: 
                   13465:    'when you select a course role from the roles screen'
1.93      raeburn  13466: => 'when you select a course role from the roles screen',
1.6       bisitz   13467: 
                   13468:    'you will be taken to the start of the course.'
1.93      raeburn  13469: => 'you will be taken to the start of the course.',
1.6       bisitz   13470: 
                   13471:    'a page will be displayed that lists items in the course that may require action from you.'
1.93      raeburn  13472: => 'a page will be displayed that lists items in the course that may require action from you.',
1.6       bisitz   13473: 
                   13474:    "Display the What's New page listing course action items"
1.93      raeburn  13475: => "Display the What's New page listing course action items",
1.6       bisitz   13476: 
                   13477:    'Go to the start of the course'
1.93      raeburn  13478: => 'Go to the start of the course',
1.6       bisitz   13479: 
                   13480:    'now'
1.93      raeburn  13481: => 'now',
1.6       bisitz   13482: 
                   13483:    'No official courses to display for [_1].'
1.93      raeburn  13484: => 'No official courses to display for [_1].',
1.6       bisitz   13485: 
                   13486:    '(Month - Day - Year)'
1.13      zhu      13487: => '(月 - 日 - 年)',
1.6       bisitz   13488: 
                   13489:    'Month[_1]Day[_2]Year'
1.13      zhu      13490: => '月[_1]日[_2]年',
1.6       bisitz   13491: 
                   13492:    '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  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.6       bisitz   13494: 
                   13495:    'Skipping'
1.93      raeburn  13496: => 'Skipping',
1.6       bisitz   13497: 
                   13498:    'Notifying host'
1.93      raeburn  13499: => 'Notifying host', # ???
1.6       bisitz   13500: 
                   13501:    'Back to Catalog Information'
1.18      zhu      13502: => '返回到目录信息',
1.6       bisitz   13503: 
                   13504:    ' at '
1.101     bisitz   13505: => ' at ',
1.6       bisitz   13506: 
                   13507:    "Computer's answer is incorrect ([_1])."
1.93      raeburn  13508: => "Computer's answer is incorrect ([_1]).",
1.6       bisitz   13509: 
                   13510:    'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.'
1.93      raeburn  13511: => 'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.',
1.6       bisitz   13512: 
                   13513:    'It is likely that the tolerance range [_1] needs to be adjusted.'
1.93      raeburn  13514: => 'It is likely that the tolerance range [_1] needs to be adjusted.',
1.6       bisitz   13515: 
                   13516:    'Submission Record'
1.93      raeburn  13517: => 'Submission Record',
1.6       bisitz   13518: 
                   13519:    'Set/Change grades'
1.93      raeburn  13520: => 'Set/Change grades',
1.6       bisitz   13521: 
                   13522:    'View of the problem'
1.93      raeburn  13523: => 'View of the problem',
1.6       bisitz   13524: 
                   13525:    'Assign Grades'
1.93      raeburn  13526: => 'Assign Grades',
1.6       bisitz   13527: 
                   13528:    'Save &amp; Next'
1.18      zhu      13529: => '保存并继续',
1.6       bisitz   13530: 
                   13531:    '[_1]student(s)'
1.22      zhu      13532: => '[_1]学生',
1.6       bisitz   13533: 
                   13534:    '(Next and Previous (student) do not save the scores.)'
1.99      raeburn  13535: => '(Next and Previous (student) do not save the scores.)',
1.6       bisitz   13536: 
                   13537:    'LON-CAPA User Message'
1.22      zhu      13538: => 'LON-CAPA 用户邮件',
1.6       bisitz   13539: 
1.105     raeburn  13540:    '[_1]Message:[_2] No more students for this section or class.'
                   13541: => '[_1]Message:[_2] No more students for this section or class.',
1.6       bisitz   13542: 
                   13543:    'Click on the button below to return to the grading menu.'
1.93      raeburn  13544: => 'Click on the button below to return to the grading menu.',
1.6       bisitz   13545: 
                   13546:    'Group files'
1.12      zhu      13547: => '组文件',
1.6       bisitz   13548: 
                   13549:    'One group portfolio file is available.'
1.93      raeburn  13550: => 'One group portfolio file is available.',
1.6       bisitz   13551: 
                   13552:    'One portfolio file owned by [_1] is available.'
1.93      raeburn  13553: => 'One portfolio file owned by [_1] is available.',
1.6       bisitz   13554: 
                   13555:    'A total of [_1] group portfolio files are available.'
1.93      raeburn  13556: => 'A total of [_1] group portfolio files are available.',
1.6       bisitz   13557: 
                   13558:    'A total of [_1] portfolio files owned by [_2] are available'
1.93      raeburn  13559: => 'A total of [_1] portfolio files owned by [_2] are available',
1.6       bisitz   13560: 
                   13561:    '[quant,_1,file is,files are] publicly accessible.'
1.93      raeburn  13562: => '[quant,_1,file is,files are] publicly accessible.',
1.6       bisitz   13563: 
                   13564:    '[quant,_1,file requires,files require] a passphrase for access.'
1.98      bisitz   13565: => '[quant,_1,file requires,files require] a passphrase for access.',
1.6       bisitz   13566: 
                   13567:    'Group Portfolio files'
1.12      zhu      13568: => '组组合文件',
1.6       bisitz   13569: 
                   13570:    'Viewable portfolio files.'
1.12      zhu      13571: => '可见组合文件。',
1.6       bisitz   13572: 
                   13573:    'Viewable portfolio files'
1.12      zhu      13574: => '可见组合文件',
1.6       bisitz   13575: 
                   13576:    'Viewable group portfolio files'
1.12      zhu      13577: => '可见组组合文件',
1.6       bisitz   13578: 
                   13579:    'Display file listing'
1.36      zhu      13580: => '显示文件列表',
1.6       bisitz   13581: 
                   13582:    'Portfolio files for [_1]'
1.36      zhu      13583: => '[_1] 的组合文件',
1.6       bisitz   13584: 
                   13585:    'File access type: '
1.36      zhu      13586: => '文件访问类型: ',
1.6       bisitz   13587: 
                   13588:    'Update display'
1.36      zhu      13589: => '更新显示',
1.6       bisitz   13590: 
                   13591:    'Course Information page'
1.36      zhu      13592: => '课程资料页',
1.6       bisitz   13593: 
                   13594:    'Information about [_1]'
1.36      zhu      13595: => '关于 [_1] 的消息',
1.6       bisitz   13596: 
                   13597:    'There are no available files of the specified access type: [_1]'
1.36      zhu      13598: => '没有提供文件的指定访问类型: [_1]',
1.6       bisitz   13599: 
                   13600:    'File Type Displayed: [_1]'
1.36      zhu      13601: => '显示文件类型: [_1]',
1.6       bisitz   13602: 
                   13603:    'All file types'
1.36      zhu      13604: => '所有文件类型',
1.6       bisitz   13605: 
                   13606:    'The resource depends on another resource with variable filename, i.e., [_1].'
1.93      raeburn  13607: => 'The resource depends on another resource with variable filename, i.e., [_1].',
1.6       bisitz   13608: 
                   13609:    'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.'
1.93      raeburn  13610: => 'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.',
1.6       bisitz   13611: 
                   13612:    'Add Selection for:'
1.93      raeburn  13613: => 'Add Selection for:',
1.6       bisitz   13614: 
1.65      zhu      13615:    'Selected Parameters:'
1.93      raeburn  13616: => 'Selected Parameters:',
1.63      zhu      13617: 
1.65      zhu      13618:    'Show detailed Parameter Selection'
1.93      raeburn  13619: => 'Show detailed Parameter Selection',
1.63      zhu      13620: 
1.65      zhu      13621: # Resource Parameters - Start
1.63      zhu      13622: 
1.65      zhu      13623:    'Problem Opening Date (opendate)'
                   13624: => '问题开始日期 (opendate)',
1.6       bisitz   13625: 
                   13626:    'Problem Opening Date'
1.12      zhu      13627: => '问题开始日期',
1.6       bisitz   13628: 
1.65      zhu      13629:    'Problem Due Date (duedate)'
                   13630: => '问题截止日期 (duedate)',
                   13631: 
1.6       bisitz   13632:    'Problem Due Date'
1.12      zhu      13633: => '问题截止日期',
1.6       bisitz   13634: 
1.65      zhu      13635:    'Problem Answer Date (answerdate)'
                   13636: => '问题答案日期 (answerdate)',
                   13637: 
1.6       bisitz   13638:    'Problem Answer Date'
1.12      zhu      13639: => '问题答案日期',
1.6       bisitz   13640: 
1.65      zhu      13641:    'Time-Limit (interval)'
                   13642: => '期限 (interval)',
                   13643: 
1.6       bisitz   13644:    'Time-Limit'
1.12      zhu      13645: => '期限',
1.6       bisitz   13646: 
1.65      zhu      13647:    'Weight (weight)'
1.93      raeburn  13648: => 'Weight (weight)',
1.65      zhu      13649: 
1.6       bisitz   13650:    'Weight'
1.93      raeburn  13651: => 'Weight',
1.6       bisitz   13652: 
1.65      zhu      13653:    'Maximum Number of Tries (maxtries)'
1.93      raeburn  13654: => 'Maximum Number of Tries (maxtries)',
1.65      zhu      13655: 
1.6       bisitz   13656:    'Maximum Number of Tries'
1.93      raeburn  13657: => 'Maximum Number of Tries',
1.6       bisitz   13658: 
1.65      zhu      13659:    'Number of Tries before hints appear (hinttries)'
1.93      raeburn  13660: => 'Number of Tries before hints appear (hinttries)',
1.65      zhu      13661: 
1.6       bisitz   13662:    'Number of Tries before hints appear'
1.93      raeburn  13663: => 'Number of Tries before hints appear',
1.6       bisitz   13664: 
1.56      zhu      13665:    'Content Opening Date (contentopen)'
1.61      bisitz   13666: => '内容开放日期 (contentopen)',
                   13667: 
1.56      zhu      13668:    'Content Due Date (contentclose)'
1.61      bisitz   13669: => '内容关闭日期 (contentclose)',
1.56      zhu      13670: 
1.63      zhu      13671:    'Content Opening Date'
                   13672: => '内容开放日期',
1.6       bisitz   13673: 
                   13674:    'Content Close Date'
1.18      zhu      13675: => '内容关闭日期',
1.6       bisitz   13676: 
1.65      zhu      13677:    'Question Type (type)'
                   13678: => '问题类型 (type)',
                   13679: 
1.6       bisitz   13680:    'Question Type'
1.18      zhu      13681: => '问题类型',
1.6       bisitz   13682: 
1.65      zhu      13683:    'Show Problem Status (problemstatus)'
1.93      raeburn  13684: => 'Show Problem Status (problemstatus)',
1.65      zhu      13685: 
1.6       bisitz   13686:    'Show Problem Status'
1.18      zhu      13687: => '查看问题状态',
1.6       bisitz   13688: 
1.65      zhu      13689:    'Resource Hidden from Students (hiddenresource)'
1.93      raeburn  13690: => 'Resource Hidden from Students (hiddenresource)',
1.65      zhu      13691: 
1.6       bisitz   13692:    'Resource Hidden from Students'
1.93      raeburn  13693: => 'Resource Hidden from Students',
1.65      zhu      13694: 
                   13695:    'Resource hidden from students (hiddenresource)'
1.93      raeburn  13696: => 'Resource hidden from students (hiddenresource)',
1.65      zhu      13697: 
                   13698:    'Resource hidden from students'
1.93      raeburn  13699: => 'Resource hidden from students',
1.65      zhu      13700: 
                   13701:    'List of hidden parts (hiddenparts)'
1.93      raeburn  13702: => 'List of hidden parts (hiddenparts)',
1.6       bisitz   13703: 
                   13704:    'List of hidden parts'
1.93      raeburn  13705: => 'List of hidden parts', # ???
1.6       bisitz   13706: 
1.65      zhu      13707:    'Part Description (display)'
1.93      raeburn  13708: => 'Part Description (display)',
1.65      zhu      13709: 
1.6       bisitz   13710:    'Part Description'
1.93      raeburn  13711: => 'Part Description',
1.6       bisitz   13712: 
1.65      zhu      13713:    'Show Parts One-at-a-Time (ordered)'
1.93      raeburn  13714: => 'Show Parts One-at-a-Time (ordered)',
1.65      zhu      13715: 
1.6       bisitz   13716:    'Show Parts One-at-a-Time'
1.93      raeburn  13717: => 'Show Parts One-at-a-Time',
1.6       bisitz   13718: 
1.65      zhu      13719:    'Numerical Tolerance (tol)'
1.93      raeburn  13720: => 'Numerical Tolerance (tol)',
1.65      zhu      13721: 
1.6       bisitz   13722:    'Numerical Tolerance'
1.93      raeburn  13723: => 'Numerical Tolerance',
1.6       bisitz   13724: 
1.65      zhu      13725:    'Significant Digits (sig)'
1.93      raeburn  13726: => 'Significant Digits (sig)',
1.65      zhu      13727: 
1.6       bisitz   13728:    'Significant Digits'
1.93      raeburn  13729: => 'Significant Digits',
1.6       bisitz   13730: 
1.65      zhu      13731:    'Show Units - Disable Entry (turnoffunit)'
1.93      raeburn  13732: => 'Show Units - Disable Entry (turnoffunit)',
1.65      zhu      13733: 
1.6       bisitz   13734:    'Show Units - Disable Entry'
1.93      raeburn  13735: => 'Show Units - Disable Entry', # ???
1.6       bisitz   13736: 
1.65      zhu      13737:    'Discussion End Time (discussend)'
1.93      raeburn  13738: => 'Discussion End Time (discussend)',
1.65      zhu      13739: 
1.6       bisitz   13740:    'Discussion End Time'
1.93      raeburn  13741: => 'Discussion End Time',
1.6       bisitz   13742: 
1.65      zhu      13743:    'Hide Closed Discussion (discusshide)'
1.93      raeburn  13744: => 'Hide Closed Discussion (discusshide)',
1.65      zhu      13745: 
1.6       bisitz   13746:    'Hide Closed Discussion'
1.93      raeburn  13747: => 'Hide Closed Discussion',
1.6       bisitz   13748: 
1.65      zhu      13749:    'Randomly Order Resources (randomorder)'
1.93      raeburn  13750: => 'Randomly Order Resources (randomorder)',
1.65      zhu      13751: 
1.6       bisitz   13752:    'Randomly Order Resources'
1.93      raeburn  13753: => 'Randomly Order Resources',
1.6       bisitz   13754: 
1.65      zhu      13755:    'Randomly pick number of resources (randompick)'
1.93      raeburn  13756: => 'Randomly pick number of resources (randompick)',
1.65      zhu      13757: 
                   13758:    'Do not show plain URL (encrypturl)'
1.93      raeburn  13759: => 'Do not show plain URL (encrypturl)',
1.6       bisitz   13760: 
                   13761:    'Do not show plain URL'
1.93      raeburn  13762: => 'Do not show plain URL',
1.6       bisitz   13763: 
1.65      zhu      13764:    'Slots of availability (available)'
1.93      raeburn  13765: => 'Slots of availability (available)',
1.65      zhu      13766: 
1.6       bisitz   13767:    'Slots of availability'
1.93      raeburn  13768: => 'Slots of availability',
1.6       bisitz   13769: 
1.65      zhu      13770:    'CSS file to link (cssfile)'
1.93      raeburn  13771: => 'CSS file to link (cssfile)',
1.65      zhu      13772: 
1.6       bisitz   13773:    'CSS file to link'
1.93      raeburn  13774: => 'CSS file to link',
1.6       bisitz   13775: 
1.65      zhu      13776:    'Use slot based access controls (useslots)'
1.93      raeburn  13777: => 'Use slot based access controls (useslots)',
1.65      zhu      13778: 
1.6       bisitz   13779:    'Use slot based access controls'
1.93      raeburn  13780: => 'Use slot based access controls',
1.6       bisitz   13781: 
1.101     bisitz   13782:    'Client IP/Name Access Control (acc)'
1.93      raeburn  13783: => 'Client IP/Name Access Control (acc)',
1.65      zhu      13784: 
1.6       bisitz   13785:    'Client IP/Name Access Control'
1.93      raeburn  13786: => 'Client IP/Name Access Control',
1.6       bisitz   13787: 
1.65      zhu      13788:    'Resource alias name for conditions (mapalias)'
1.93      raeburn  13789: => 'Resource alias name for conditions (mapalias)',
1.65      zhu      13790: 
1.6       bisitz   13791:    'Resource alias name for conditions'
1.93      raeburn  13792: => 'Resource alias name for conditions',
1.6       bisitz   13793: 
1.65      zhu      13794:    'Slots of availability selected by student (availablestudent)'
1.93      raeburn  13795: => 'Slots of availability selected by student (availablestudent)',
1.65      zhu      13796: 
1.6       bisitz   13797:    'Slots of availability selected by student'
1.93      raeburn  13798: => 'Slots of availability selected by student',
1.65      zhu      13799: 
                   13800:    'Hide buttons from students (buttonshide)'
1.93      raeburn  13801: => 'Hide buttons from students (buttonshide)',
1.6       bisitz   13802: 
                   13803:    'Hide buttons from students'
1.93      raeburn  13804: => 'Hide buttons from students', # ???
1.65      zhu      13805: 
                   13806:    'Hide DragMath-Editor (turnoffeditor)'
1.93      raeburn  13807: => 'Hide DragMath-Editor (turnoffeditor)',
1.6       bisitz   13808: 
                   13809:    'Hide DragMath-Editor'
1.93      raeburn  13810: => 'Hide DragMath-Editor',
1.6       bisitz   13811: 
1.65      zhu      13812:    'Maximum Number of Collaborators (maxcollaborators)'
1.93      raeburn  13813: => 'Maximum Number of Collaborators (maxcollaborators)',
1.65      zhu      13814: 
1.6       bisitz   13815:    'Maximum Number of Collaborators'
1.93      raeburn  13816: => 'Maximum Number of Collaborators',
1.6       bisitz   13817: 
1.65      zhu      13818:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
1.93      raeburn  13819: => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
1.65      zhu      13820: 
1.6       bisitz   13821:    'Allowed File Extensions for Uploaded Files'
1.93      raeburn  13822: => 'Allowed File Extensions for Uploaded Files',
1.6       bisitz   13823: 
1.65      zhu      13824:    'Hand Graded (handgrade)'
1.93      raeburn  13825: => 'Hand Graded (handgrade)',
1.65      zhu      13826: 
1.6       bisitz   13827:    'Hand Graded'
1.93      raeburn  13828: => 'Hand Graded',
1.6       bisitz   13829: 
1.65      zhu      13830:    'Number of bubbles in exam mode (numbubbles)'
                   13831: => '考试模式中的一些复选框 (numbubbles)',
                   13832: 
1.6       bisitz   13833:    'Number of bubbles in exam mode'
1.12      zhu      13834: => '考试模式中的一些复选框',
1.6       bisitz   13835: 
1.65      zhu      13836:    'Format for display of score (scoreformat)'
                   13837: => '评分显示格式 (scoreformat)',
                   13838: 
1.6       bisitz   13839:    'Format for display of score'
1.12      zhu      13840: => '评分显示格式',
1.6       bisitz   13841: 
1.65      zhu      13842:    'Max. Cumulative Size (MB) for Submitted Files (maxfilesize)'
                   13843: => '最大(MB)累积提交文件 (maxfilesize)',
                   13844: 
                   13845:    'Max. Cumulative Size (MB) for Submitted Files'
                   13846: => '最大(MB)累积提交文件',
                   13847: 
                   13848:    'Max. cumulative size (MB) for submitted files (maxfilesize)'
                   13849: => '最大(MB)累积提交文件 (maxfilesize)',
1.61      bisitz   13850: 
1.65      zhu      13851:    'Max. cumulative size (MB) for submitted files'
                   13852: => '最大(MB)累积提交文件',
1.63      zhu      13853: # Resource Parameters - End
1.61      bisitz   13854: 
1.65      zhu      13855: # Resource Parameter Categories - Start
                   13856:    'Problem Appearance'
1.93      raeburn  13857: => 'Problem Appearance',
1.65      zhu      13858: 
                   13859:    'Time Settings'
1.93      raeburn  13860: => 'Time Settings',
1.65      zhu      13861: 
                   13862:    'High Level Randomization'
1.98      bisitz   13863: => 'High Level Randomization',
1.65      zhu      13864: 
                   13865:    'Hiding'
1.93      raeburn  13866: => 'Hiding',
1.65      zhu      13867: 
                   13868:    'Behaviour of Input Fields'
1.93      raeburn  13869: => 'Behaviour of Input Fields',
1.65      zhu      13870: 
                   13871:    'Slots'
                   13872: => 'Slots',
                   13873: 
                   13874:    'File Submission'
1.93      raeburn  13875: => 'File Submission',
1.65      zhu      13876: # Resource Parameters Categories - End
1.6       bisitz   13877: 
                   13878:    'New LON-CAPA [_1] ID: [_2]'
1.12      zhu      13879: => '新的 LON-CAPA-[_1]-ID: [_2]',
1.6       bisitz   13880: 
                   13881:    'Not available'
1.12      zhu      13882: => '不详',
1.6       bisitz   13883: 
                   13884:    'Post Announcement'
1.12      zhu      13885: => '提交通知',
1.6       bisitz   13886: 
                   13887:    'The folder name: "[_1]" is already in use for an existing folder.'
1.10      zhu      13888: => '文件夹名称: "[_1]" 已经在现有的文件夹中。',
1.6       bisitz   13889: 
                   13890:    'The folder name: "[_1]" is already used for one of the folders automatically generated by the system.'
1.10      zhu      13891: => '文件夹名称: "[_1]" 已经用于一个文件夹自动生成系统。',
1.6       bisitz   13892: 
                   13893:    'Error - could not obtain lock on email folders record.'
1.93      raeburn  13894: => 'Error - could not obtain lock on email folders record.',
1.6       bisitz   13895: 
                   13896:    'The folder "[_1]" may not be deleted'
1.93      raeburn  13897: => 'The folder "[_1]" may not be deleted',
1.6       bisitz   13898: 
                   13899:    'The folder "[_1]" does not exist so deletion is not required.'
1.93      raeburn  13900: => 'The folder "[_1]" does not exist so deletion is not required.',
1.6       bisitz   13901: 
                   13902:    'The folder "[_1]" contains messages so it may not be deleted.'
1.22      zhu      13903: => '该文件夹“[_1]”包含有信息,因此不能删除。',
1.6       bisitz   13904: 
                   13905:    'Delete or move the messages to a different folder first.'
1.93      raeburn  13906: => 'Delete or move the messages to a different folder first.',
1.6       bisitz   13907: 
                   13908:    'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.'
1.93      raeburn  13909: => 'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.',
1.6       bisitz   13910: 
                   13911:    '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  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.6       bisitz   13913: 
                   13914:    '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  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.6       bisitz   13916: 
                   13917:    'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.'
1.93      raeburn  13918: => 'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.',
1.6       bisitz   13919: 
                   13920:    'Warning: failed to release lock for counter'
1.93      raeburn  13921: => 'Warning: failed to release lock for counter',
1.6       bisitz   13922: 
                   13923:    'Warning: failed to release lock for folder: [_1].'
1.93      raeburn  13924: => 'Warning: failed to release lock for folder: [_1].',
1.6       bisitz   13925: 
                   13926:    'Error uploading new folder.'
1.93      raeburn  13927: => 'Error uploading new folder.',
1.6       bisitz   13928: 
                   13929:    'Error reading contents of parent folder.'
1.93      raeburn  13930: => 'Error reading contents of parent folder.',
1.6       bisitz   13931: 
                   13932:    'Error saving updated parent folder.'
1.93      raeburn  13933: => 'Error saving updated parent folder.',
1.6       bisitz   13934: 
                   13935:    'Parameters not set for [_1] because the resource was not recognized as part of the course.'
1.101     bisitz   13936: => 'Parameters not set for [_1] because the resource was not recognized as part of the course.',
1.6       bisitz   13937: 
                   13938:    'Message not moved, Attempted to move message to the same folder as it already is in.'
1.93      raeburn  13939: => 'Message not moved, Attempted to move message to the same folder as it already is in.',
1.6       bisitz   13940: 
                   13941:    'Message not moved, A network error occurred.'
1.93      raeburn  13942: => 'Message not moved, A network error occurred.',
1.6       bisitz   13943: 
                   13944:    'Message not moved as the message is no longer in the source folder.'
1.93      raeburn  13945: => 'Message not moved as the message is no longer in the source folder.',
1.6       bisitz   13946: 
                   13947:    'Message copied to new folder but status was not, A network error occurred.'
1.93      raeburn  13948: => 'Message copied to new folder but status was not, A network error occurred.',
1.6       bisitz   13949: 
                   13950:    'Message copied, but unable to delete the original from the source folder.'
1.93      raeburn  13951: => 'Message copied, but unable to delete the original from the source folder.',
1.6       bisitz   13952: 
                   13953:    'Message copied, but unable to delete the original status from the source folder.'
1.93      raeburn  13954: => 'Message copied, but unable to delete the original status from the source folder.',
1.6       bisitz   13955: 
                   13956:    '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  13957: => '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   13958: 
                   13959:    'Error: could not determine domain or number of course'
1.93      raeburn  13960: => 'Error: could not determine domain or number of course',
1.6       bisitz   13961: 
                   13962:    'Select message recipients from the group members listed below.'
1.93      raeburn  13963: => 'Select message recipients from the group members listed below.',
1.6       bisitz   13964: 
                   13965:    'Send another e-mail'
1.63      zhu      13966: => '发送另一个电子邮件',
1.6       bisitz   13967: 
                   13968:    'Send another group message'
1.12      zhu      13969: => '给其他组发送邮件',
1.6       bisitz   13970: 
                   13971:    'Return to group page'
1.12      zhu      13972: => '返回到组网页',
1.6       bisitz   13973: 
                   13974:    '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      13975: => '您必须确认您已经收到此邮件,然后才能访问其他页面。确认后,此邮件将移至您的收件箱。',
1.6       bisitz   13976: 
                   13977:    '[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   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.6       bisitz   13979: 
1.87      raeburn  13980:    'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.'
                   13981: => 'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.',
1.6       bisitz   13982: 
                   13983:    'The message you checked will be forwarded to the recipient(s) you select below.'
1.93      raeburn  13984: => 'The message you checked will be forwarded to the recipient(s) you select below.',
1.6       bisitz   13985: 
                   13986:    'Send Messages'
1.10      zhu      13987: => '发送邮件',
1.6       bisitz   13988: 
                   13989:    'Send Message'
1.43      bisitz   13990: => '发送邮件', # '发送讯息',
1.6       bisitz   13991: 
                   13992:    'Send Reply to Messages'
1.10      zhu      13993: => '发送回复邮件',
1.6       bisitz   13994: 
                   13995:    'Send Reply to Message'
1.10      zhu      13996: => '发送回复邮件',
1.6       bisitz   13997: 
                   13998:    'Forward Messages'
1.10      zhu      13999: => '转发邮件',
1.6       bisitz   14000: 
                   14001:    'Forward Message'
1.10      zhu      14002: => '转发邮件',
1.6       bisitz   14003: 
                   14004:    'Save message for re-use'
1.10      zhu      14005: => '邮件重新保存',
1.6       bisitz   14006: 
                   14007:    'Show re-usable messages'
1.10      zhu      14008: => '显示保存的邮件',
1.6       bisitz   14009: 
                   14010:    'This message was designated by the sender not to allow replies.'
1.93      raeburn  14011: => 'This message was designated by the sender not to allow replies.',
1.6       bisitz   14012: 
                   14013:    'The sender did not designate a reply to address for this message.'
1.93      raeburn  14014: => 'The sender did not designate a reply to address for this message.',
1.6       bisitz   14015: 
                   14016:    'Reply to other recipients'
1.93      raeburn  14017: => 'Reply to other recipients',
1.6       bisitz   14018: 
                   14019:    'Unless you choose otherwise:'
1.93      raeburn  14020: => 'Unless you choose otherwise:',
1.6       bisitz   14021: 
                   14022:    "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject."
1.93      raeburn  14023: => "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject.",
1.6       bisitz   14024: 
                   14025:    'original subject'
1.93      raeburn  14026: => 'original subject',
1.6       bisitz   14027: 
                   14028:    "sender's name"
1.93      raeburn  14029: => "sender's name",
1.6       bisitz   14030: 
                   14031:    'Message begins with:'
1.93      raeburn  14032: => 'Message begins with:',
1.6       bisitz   14033: 
                   14034:    'Any new text to display before the text of the original messages:'
1.93      raeburn  14035: => 'Any new text to display before the text of the original messages:',
1.6       bisitz   14036: 
                   14037:    'username1:domain1: text'
1.22      zhu      14038: => '用户名1:域名1: 文本',
1.6       bisitz   14039: 
                   14040:    'username2:domain2: text'
1.22      zhu      14041: => '用户名2:域名2: 文本',
1.6       bisitz   14042: 
1.26      zhu      14043:    'username3:domain1: text'
1.22      zhu      14044: => '用户名3:域名3: 文本',
1.6       bisitz   14045: 
                   14046:    "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      14047: => "邮件从相应用户的所有行<tt>用户名:域</tt>收集并附加到一般消息文本。", # ???
1.6       bisitz   14048: 
                   14049:    'Not allowed'
1.22      zhu      14050: => '不允许',
1.6       bisitz   14051: 
                   14052:    'Archived Message'
1.22      zhu      14053: => '存档的邮件',
1.6       bisitz   14054: 
                   14055:    '[quant,_1,communication blocking period was,communication blocking periods were] removed.'
1.98      bisitz   14056: => '[quant,_1,communication blocking period was,communication blocking periods were] removed.',
1.6       bisitz   14057: 
                   14058:    '[quant,_1,communication blocking period was,communication blocking periods were] modified.'
1.98      bisitz   14059: => '[quant,_1,communication blocking period was,communication blocking periods were] modified.',
1.6       bisitz   14060: 
                   14061:    '[quant,_1,communication blocking period was,communication blocking periods were] added.'
1.98      bisitz   14062: => '[quant,_1,communication blocking period was,communication blocking periods were] added.',
1.6       bisitz   14063: 
                   14064:    '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  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.6       bisitz   14066: 
                   14067:    'Reply To'
1.93      raeburn  14068: => 'Reply To',
1.6       bisitz   14069: 
                   14070:    'Current attempts of student (if applicable)'
1.93      raeburn  14071: => 'Current attempts of student (if applicable)',
1.6       bisitz   14072: 
                   14073:    'Current screen output (if applicable)'
1.93      raeburn  14074: => 'Current screen output (if applicable)',
1.6       bisitz   14075: 
                   14076:    'No saved comments yet.'
1.93      raeburn  14077: => 'No saved comments yet.',
1.6       bisitz   14078: 
                   14079:    'No saved comments yet for this resource.'
1.93      raeburn  14080: => 'No saved comments yet for this resource.',
1.6       bisitz   14081: 
                   14082:    'Could not deliver message'
1.93      raeburn  14083: => 'Could not deliver message',
1.6       bisitz   14084: 
                   14085:    'Please use the browser "Back" button and correct the recipient addresses ([_1]).'
1.93      raeburn  14086: => 'Please use the browser "Back" button and correct the recipient addresses ([_1]).',
1.6       bisitz   14087: 
                   14088:    'Failed to delete the message.'
1.93      raeburn  14089: => 'Failed to delete the message.',
1.6       bisitz   14090: 
                   14091:    'Marked [_1] message(s) read'
1.99      raeburn  14092: => 'Marked [_1] message(s) read',
1.6       bisitz   14093: 
                   14094:    'Marked [_1] message(s) Unread'
1.99      raeburn  14095: => 'Marked [_1] message(s) Unread',
1.6       bisitz   14096: 
                   14097:    'Destination folder [_1] is not a valid folder'
1.93      raeburn  14098: => 'Destination folder [_1] is not a valid folder',
1.6       bisitz   14099: 
                   14100:    'Failed to move [_1] message(s)'
1.99      raeburn  14101: => 'Failed to move [_1] message(s)',
1.6       bisitz   14102: 
                   14103:    'Moved [_1] message(s)'
1.99      raeburn  14104: => 'Moved [_1] message(s)',
1.6       bisitz   14105: 
                   14106:    'Failed to delete [_1] message(s)'
1.98      bisitz   14107: => 'Failed to delete [_1] message(s)',
1.6       bisitz   14108: 
                   14109:    'Deleted [_1] message(s)'
1.98      bisitz   14110: => 'Deleted [_1] message(s)',
1.6       bisitz   14111: 
                   14112:    '[quant,_1,message] forwarded.'
1.99      raeburn  14113: => '[quant,_1,message] forwarded.',
1.6       bisitz   14114: 
                   14115:    'Could not forward [quant,_1,message].'
1.99      raeburn  14116: => 'Could not forward [quant,_1,message].',
1.6       bisitz   14117: 
                   14118:    'Could not deliver forwarded message.'
1.93      raeburn  14119: => 'Could not deliver forwarded message.',
1.6       bisitz   14120: 
                   14121:    'The recipient addresses may need to be corrected'
1.93      raeburn  14122: => 'The recipient addresses may need to be corrected',
1.6       bisitz   14123: 
                   14124:    'Mail folder "[_1]" created.'
1.10      zhu      14125: => '邮件文件夹 "[_1]" 已创建。',
1.6       bisitz   14126: 
                   14127:    'Creation failed.'
1.10      zhu      14128: => '创建失败。',
1.6       bisitz   14129: 
                   14130:    'Mail folder "[_1]" deleted.'
1.10      zhu      14131: => '邮件文件夹 "[_1]" 已删除。',
1.6       bisitz   14132: 
                   14133:    'Deletion failed.'
1.10      zhu      14134: => '删除失败。',
1.6       bisitz   14135: 
                   14136:    'Mail folder "[_1]" renamed "[_2]".'
1.10      zhu      14137: => '邮件文件夹 "[_1]" 更名为 "[_2]".',
1.6       bisitz   14138: 
                   14139:    'Renaming failed.'
1.10      zhu      14140: => '重命名失败。',
1.6       bisitz   14141: 
                   14142:    'Messages'
1.10      zhu      14143: => '邮件',
1.6       bisitz   14144: 
                   14145:    'Distribute from Uploaded File'
1.10      zhu      14146: => '从上传的文件分发', # ???
1.6       bisitz   14147: 
                   14148:    'Communication Blocking'
1.10      zhu      14149: => '通讯阻塞',
1.6       bisitz   14150: 
                   14151:    'Communication blocking during scheduled exams'
1.10      zhu      14152: => '有时限的通讯阻塞',
1.6       bisitz   14153: 
                   14154:    '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      14155: => '您可以在网上考试期间使用通信阻断,以防止该课程的学生接收其他学生的LON-CAPA信息。作为阻止的通信可能会中断参加了其他的LON-CAPA课程的学生之间的沟通,请您在在设置和更改安排考试时间时注意选择正确的开始和结束时间。',
1.6       bisitz   14156: 
                   14157:    'Modify existing communication blocking periods'
1.26      zhu      14158: => '修改现有的通信阻断时间',
1.6       bisitz   14159: 
                   14160:    'No communication blocks currently saved'
1.26      zhu      14161: => '目前任何通信被锁定。',
1.6       bisitz   14162: 
                   14163:    'Duration'
1.10      zhu      14164: => '持续',
1.6       bisitz   14165: 
                   14166:    'Event'
1.10      zhu      14167: => '事件',
1.6       bisitz   14168: 
                   14169:    'Blocked?'
1.26      zhu      14170: => '被锁定?',
1.6       bisitz   14171: 
                   14172:    'Add block'
1.26      zhu      14173: => '新增锁定',
1.6       bisitz   14174: 
                   14175:    'e.g., Exam 1'
1.26      zhu      14176: => '(例如:考试1)',
1.6       bisitz   14177: 
                   14178:    'Discussion'
1.10      zhu      14179: => '论坛',
1.6       bisitz   14180: 
                   14181:    'The following changes were made'
1.26      zhu      14182: => '进行了以下更改:',
1.6       bisitz   14183: 
                   14184:    'Add new communication blocking periods'
1.26      zhu      14185: => '添加新的的通信阻断时间',
1.6       bisitz   14186: 
                   14187:    'Set by'
1.93      raeburn  14188: => 'Set by',
1.6       bisitz   14189: 
                   14190:    'Deleted Message'
1.10      zhu      14191: => '删除的邮件',
1.6       bisitz   14192: 
                   14193:    'Marked Messages Read'
1.10      zhu      14194: => '邮件标记为已读',
1.6       bisitz   14195: 
                   14196:    'Marked Messages Unread'
1.10      zhu      14197: => '邮件标记为未读',
1.6       bisitz   14198: 
                   14199:    'Moved Messages'
1.10      zhu      14200: => '移动邮件',
1.6       bisitz   14201: 
                   14202:    'Deleted Messages'
1.10      zhu      14203: => '删除邮件',
1.6       bisitz   14204: 
                   14205:    'Marked Message as Unread'
1.10      zhu      14206: => '邮件标记为未读',
1.6       bisitz   14207: 
                   14208:    'Deleted Folder'
1.10      zhu      14209: => '删除文件夹',
1.6       bisitz   14210: 
                   14211:    'Renamed Folder'
1.10      zhu      14212: => '重命名文件夹',
1.6       bisitz   14213: 
                   14214:    'username:domain,username:domain,...'
1.10      zhu      14215: => '用户名:域,用户名:域...',
1.6       bisitz   14216: 
                   14217:    'All courses'
1.10      zhu      14218: => '所有课程',
1.6       bisitz   14219: 
                   14220:    'Pick specific course(s):'
1.93      raeburn  14221: => 'Pick specific course(s):',
1.6       bisitz   14222: 
                   14223:    'Search for a course in the [_1] domain'
1.93      raeburn  14224: => 'Search for a course in the [_1] domain',
1.6       bisitz   14225: 
                   14226:    'Actions available after searching for a course:'
1.93      raeburn  14227: => 'Actions available after searching for a course:',
1.6       bisitz   14228: 
                   14229:    '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  14230: => '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   14231: 
                   14232:    "Certain settings which control auto-enrollment of students from your institution's student information system."
1.93      raeburn  14233: => "Certain settings which control auto-enrollment of students from your institution's student information system.",
1.6       bisitz   14234: 
                   14235:    'The total disk space allocated for storage of portfolio files in all groups in a course.'
1.93      raeburn  14236: => 'The total disk space allocated for storage of portfolio files in all groups in a course.',
1.6       bisitz   14237: 
                   14238:    'No existing sections'
1.100     raeburn  14239: => 'No existing sections',
1.6       bisitz   14240: 
                   14241:    'Broadcast e-mail to users'
1.93      raeburn  14242: => 'Broadcast e-mail to users',
1.6       bisitz   14243: 
                   14244:    'Broadcast E-mail'
1.93      raeburn  14245: => 'Broadcast E-mail',
1.6       bisitz   14246: 
                   14247:    'Broadcast e-mail to Domain'
1.93      raeburn  14248: => 'Broadcast e-mail to Domain',
1.6       bisitz   14249: 
                   14250:    'Send a new e-mail message to selected users from this domain'
1.93      raeburn  14251: => 'Send a new e-mail message to selected users from this domain',
1.6       bisitz   14252: 
                   14253:    'Send a new e-mail to selected users from this domain'
1.93      raeburn  14254: => 'Send a new e-mail to selected users from this domain',
1.6       bisitz   14255: 
                   14256:    'Display e-mail sent by Domain Coordinators in this domain'
1.93      raeburn  14257: => 'Display e-mail sent by Domain Coordinators in this domain',
1.6       bisitz   14258: 
                   14259:    'Select Audience'
1.93      raeburn  14260: => 'Select Audience',
1.6       bisitz   14261: 
                   14262:    'Choose e-mail audience'
1.93      raeburn  14263: => 'Choose e-mail audience',
1.6       bisitz   14264: 
                   14265:    'Roles:'
                   14266: => '角色:',
                   14267: 
                   14268:    'Courses:'
                   14269: => '课程:',
                   14270: 
1.113     bisitz   14271:    '[_1] selected.'
1.12      zhu      14272: => '[_1] 选择的。',
1.6       bisitz   14273: 
                   14274:    'Access status:'
1.93      raeburn  14275: => 'Access status:',
1.6       bisitz   14276: 
                   14277:    'Username -> Email conversion:'
1.12      zhu      14278: => '用户名 -> E-Mail 转换:',
1.6       bisitz   14279: 
                   14280:    'Building valid e-mail address from username, if missing from preferences:'
1.93      raeburn  14281: => 'Building valid e-mail address from username, if missing from preferences:',
1.6       bisitz   14282: 
                   14283:    'Kerberos: enter default for each realm used in the domain, with comma separation of entries'
1.93      raeburn  14284: => 'Kerberos: enter default for each realm used in the domain, with comma separation of entries',
1.6       bisitz   14285: 
                   14286:    '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).'
1.99      raeburn  14287: => '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).',
1.6       bisitz   14288: 
                   14289:    'Internal, Filesystem and Local authentication: enter single default.'
1.93      raeburn  14290: => 'Internal, Filesystem and Local authentication: enter single default.',
1.6       bisitz   14291: 
                   14292:    'Authentication Method'
1.93      raeburn  14293: => 'Authentication Method',
1.6       bisitz   14294: 
                   14295:    'Username -> e-mail conversion'
1.93      raeburn  14296: => 'Username -> e-mail conversion',
1.6       bisitz   14297: 
                   14298:    'Internal (LON-CAPA)'
1.93      raeburn  14299: => 'Internal (LON-CAPA)',
1.6       bisitz   14300: 
                   14301:    'username@'
                   14302: => '用户名@',
                   14303: 
                   14304:    'Local/Customized'
1.93      raeburn  14305: => 'Local/Customized',
1.6       bisitz   14306: 
                   14307:    'Filesystem (UNIX)'
1.93      raeburn  14308: => 'Filesystem (UNIX)',
1.6       bisitz   14309: 
                   14310:    'Compose E-mail'
1.93      raeburn  14311: => 'Compose E-mail',
1.6       bisitz   14312: 
                   14313:    'No recipients identified'
1.93      raeburn  14314: => 'No recipients identified',
1.6       bisitz   14315: 
                   14316:    'Broadcast e-mail display options'
1.93      raeburn  14317: => 'Broadcast e-mail display options',
1.6       bisitz   14318: 
                   14319:    'Date range:'
1.93      raeburn  14320: => 'Date range:',
1.6       bisitz   14321: 
                   14322:    'Earliest to display:'
1.93      raeburn  14323: => 'Earliest to display:',
1.6       bisitz   14324: 
                   14325:    'Latest to display:'
1.93      raeburn  14326: => 'Latest to display:',
1.6       bisitz   14327: 
                   14328:    'Choose sender(s):'
1.93      raeburn  14329: => 'Choose sender(s):',
1.6       bisitz   14330: 
                   14331:    'Display e-mail'
1.10      zhu      14332: => '显示 E-Mail',
1.6       bisitz   14333: 
                   14334:    'E-mail display'
1.10      zhu      14335: => '显示 E-Mail',
1.6       bisitz   14336: 
                   14337:    'Display Broadcast e-mail'
1.10      zhu      14338: => '显示广播 E-Mail',
1.6       bisitz   14339: 
                   14340:    'No mail sent matching supplied criteria'
1.93      raeburn  14341: => 'No mail sent matching supplied criteria',
1.6       bisitz   14342: 
                   14343:    'Customrole'
1.93      raeburn  14344: => 'Customrole',
1.6       bisitz   14345: 
                   14346:    'Defined by [_1] at [_2].'
1.93      raeburn  14347: => 'Defined by [_1] at [_2].',
1.6       bisitz   14348: 
                   14349:    'No students found.'
1.93      raeburn  14350: => 'No students found.',
1.6       bisitz   14351: 
                   14352:    'Spreadsheet'
1.93      raeburn  14353: => 'Spreadsheet',
1.6       bisitz   14354: 
                   14355:    'Spreadsheet Help'
1.93      raeburn  14356: => 'Spreadsheet Help',
1.6       bisitz   14357: 
                   14358:    'Editing Help'
1.93      raeburn  14359: => 'Editing Help',
1.6       bisitz   14360: 
                   14361:    'Help on printing'
1.93      raeburn  14362: => 'Help on printing',
1.6       bisitz   14363: 
                   14364:    'Metadata Diffs'
1.93      raeburn  14365: => 'Metadata Diffs',
1.6       bisitz   14366: 
                   14367:    'Retrieve Metadata'
1.93      raeburn  14368: => 'Retrieve Metadata',
1.6       bisitz   14369: 
                   14370:    'Enter course'
1.93      raeburn  14371: => 'Enter course',
1.6       bisitz   14372: 
                   14373:    'Enter Course'
1.93      raeburn  14374: => 'Enter Course',
1.6       bisitz   14375: 
                   14376:    'Enter Access Key to Unlock this Course'
1.93      raeburn  14377: => 'Enter Access Key to Unlock this Course',
1.6       bisitz   14378: 
                   14379:    'Verifying Access Key to Unlock this Course'
1.98      bisitz   14380: => 'Verifying Access Key to Unlock this Course',
1.6       bisitz   14381: 
                   14382:    'Successfully registered key'
1.93      raeburn  14383: => 'Successfully registered key',
1.6       bisitz   14384: 
                   14385:    'Re-Enter Key'
1.93      raeburn  14386: => 'Re-Enter Key',
1.6       bisitz   14387: 
                   14388:    'Assigned from [_1] at [_2] for [_3]'
1.93      raeburn  14389: => 'Assigned from [_1] at [_2] for [_3]',
1.6       bisitz   14390: 
                   14391:    'Total Matches'
1.93      raeburn  14392: => 'Total Matches',
1.6       bisitz   14393: 
                   14394:    'Time Remaining'
1.93      raeburn  14395: => 'Time Remaining',
1.6       bisitz   14396: 
                   14397:    'IMPORT'
1.93      raeburn  14398: => 'IMPORT',
1.6       bisitz   14399: 
                   14400:    'Help on slots'
1.93      raeburn  14401: => 'Help on slots',
1.6       bisitz   14402: 
                   14403:    'New user accounts in [_1]'
1.93      raeburn  14404: => 'New user accounts in [_1]',
1.6       bisitz   14405: 
                   14406:    'Student enrollment changes in [_1]'
1.98      bisitz   14407: => 'Student enrollment changes in [_1]',
1.6       bisitz   14408: 
                   14409:    'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:'
1.93      raeburn  14410: => 'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:',
1.6       bisitz   14411: 
                   14412:    'No institutional classlist data could be retrieved for [_1]'
1.93      raeburn  14413: => 'No institutional classlist data could be retrieved for [_1]',
1.6       bisitz   14414: 
                   14415:    'Not within time window for auto-enrollment in [_1]'
1.99      raeburn  14416: => 'Not within time window for auto-enrollment in [_1]',
1.6       bisitz   14417: 
                   14418:    'Auto-enrollment not currently enabled for [_1]'
1.93      raeburn  14419: => 'Auto-enrollment not currently enabled for [_1]',
1.6       bisitz   14420: 
                   14421:    'The courseID provided does not match a course in this domain.'
1.93      raeburn  14422: => 'The courseID provided does not match a course in this domain.',
1.6       bisitz   14423: 
                   14424:    'Not Open'
1.93      raeburn  14425: => 'Not Open',
1.6       bisitz   14426: 
                   14427:    "This resource currently isn't open. It will be available at [_1]."
1.93      raeburn  14428: => "This resource currently isn't open. It will be available at [_1].",
1.6       bisitz   14429: 
                   14430:    'Could not handle ambiguous resource reference'
1.93      raeburn  14431: => 'Could not handle ambiguous resource reference',
1.6       bisitz   14432: 
                   14433:    'The nature of the problem is unclear'
1.93      raeburn  14434: => 'The nature of the problem is unclear',
1.6       bisitz   14435: 
                   14436:    'Course Roster'
                   14437: => '课程名册',
                   14438: 
                   14439:    'Classlist'
                   14440: => '班级名册',
                   14441: 
                   14442:    'Display of a student-viewable course roster is not currently enabled.'
1.93      raeburn  14443: => 'Display of a student-viewable course roster is not currently enabled.',
1.6       bisitz   14444: 
                   14445:    'Student-viewable course roster'
1.93      raeburn  14446: => 'Student-viewable course roster',
1.6       bisitz   14447: 
                   14448:    'Students with no section'
1.93      raeburn  14449: => 'Students with no section',
1.6       bisitz   14450: 
                   14451:    'Students in section "[_1]"'
1.93      raeburn  14452: => 'Students in section "[_1]"',
1.6       bisitz   14453: 
                   14454:    'Students in any section'
1.93      raeburn  14455: => 'Students in any section',
1.6       bisitz   14456: 
                   14457:    'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.'
1.93      raeburn  14458: => 'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.',
1.6       bisitz   14459: 
                   14460:    'The single student without a section[_1] has opted not to be listed in the roster.'
1.93      raeburn  14461: => 'The single student without a section[_1] has opted not to be listed in the roster.',
1.6       bisitz   14462: 
                   14463:    'The single student in the section[_1] has opted not to be listed in the roster.'
1.93      raeburn  14464: => 'The single student in the section[_1] has opted not to be listed in the roster.',
1.6       bisitz   14465: 
                   14466:    'The single student in the course[_1] has opted not to be listed in the roster.'
1.93      raeburn  14467: => 'The single student in the course[_1] has opted not to be listed in the roster.',
1.6       bisitz   14468: 
                   14469:    'None of the [_1] students without a section[_2] have opted to be listed in the roster.'
1.93      raeburn  14470: => 'None of the [_1] students without a section[_2] have opted to be listed in the roster.',
1.6       bisitz   14471: 
                   14472:    'None of the [_1] students in the section[_2] have opted to be listed in the roster.'
1.93      raeburn  14473: => 'None of the [_1] students in the section[_2] have opted to be listed in the roster.',
1.6       bisitz   14474: 
                   14475:    'None of the [_1] students in the course[_2] have opted to be listed in the roster.'
1.93      raeburn  14476: => 'None of the [_1] students in the course[_2] have opted to be listed in the roster.',
1.6       bisitz   14477: 
                   14478:    'All [_1] students without a section[_2] have opted to be listed in the roster.'
1.93      raeburn  14479: => 'All [_1] students without a section[_2] have opted to be listed in the roster.',
1.6       bisitz   14480: 
                   14481:    'All [_1] students in the section[_2] have opted to be listed in the roster.'
1.93      raeburn  14482: => 'All [_1] students in the section[_2] have opted to be listed in the roster.',
1.6       bisitz   14483: 
                   14484:    'All [_1] students in the course[_2] have opted to be listed in the roster.'
1.93      raeburn  14485: => 'All [_1] students in the course[_2] have opted to be listed in the roster.',
1.6       bisitz   14486: 
                   14487:    'The single student without a section[_1] has opted to be listed in the roster.'
1.93      raeburn  14488: => 'The single student without a section[_1] has opted to be listed in the roster.',
1.6       bisitz   14489: 
                   14490:    'The single student in the section[_1] has opted to be listed in the roster.'
1.93      raeburn  14491: => 'The single student in the section[_1] has opted to be listed in the roster.',
1.6       bisitz   14492: 
                   14493:    'The single student in the course[_1] has opted to be listed in the roster.'
1.93      raeburn  14494: => 'The single student in the course[_1] has opted to be listed in the roster.',
1.6       bisitz   14495: 
                   14496:    'All [_1] students without a section[_2] are listed in the roster.'
1.93      raeburn  14497: => 'All [_1] students without a section[_2] are listed in the roster.',
1.6       bisitz   14498: 
                   14499:    'All [_1] students in the section[_2] are listed in the roster.'
1.93      raeburn  14500: => 'All [_1] students in the section[_2] are listed in the roster.',
1.6       bisitz   14501: 
                   14502:    'All [_1] students in the course[_2] are listed in the roster.'
1.93      raeburn  14503: => 'All [_1] students in the course[_2] are listed in the roster.',
1.6       bisitz   14504: 
                   14505:    'There is only a single student without a section[_1]'
1.93      raeburn  14506: => 'There is only a single student without a section[_1]',
1.6       bisitz   14507: 
                   14508:    'There is only a single student in the section[_1]'
1.93      raeburn  14509: => 'There is only a single student in the section[_1]',
1.6       bisitz   14510: 
                   14511:    'There is only a single student in the course[_1]'
1.93      raeburn  14512: => 'There is only a single student in the course[_1]',
1.6       bisitz   14513: 
                   14514:    'There are currently no students to display.'
1.93      raeburn  14515: => 'There are currently no students to display.',
1.6       bisitz   14516: 
                   14517:    'Available Portfolio files'
1.93      raeburn  14518: => 'Available Portfolio files',
1.6       bisitz   14519: 
                   14520:    'Name not given'
1.12      zhu      14521: => '姓名不详',
1.6       bisitz   14522: 
                   14523:    '[quant,_1,file,files,No files]'
                   14524: => '[quant,_1,Datei,Dateien,Keine Dateien]',
                   14525: 
                   14526:    'Error retrieving file information.'
1.93      raeburn  14527: => 'Error retrieving file information.',
1.6       bisitz   14528: 
                   14529:    'Your roster setting'
1.93      raeburn  14530: => 'Your roster setting',
1.6       bisitz   14531: 
                   14532:    'You are currently listed in the student-viewable roster.'
1.93      raeburn  14533: => 'You are currently listed in the student-viewable roster.',
1.6       bisitz   14534: 
                   14535:    'You are currently <b>not</b> listed in the student-viewable roster.'
1.93      raeburn  14536: => 'You are currently <b>not</b> listed in the student-viewable roster.',
1.6       bisitz   14537: 
                   14538:    'Include yourself in the roster?'
1.93      raeburn  14539: => 'Include yourself in the roster?',
1.6       bisitz   14540: 
1.110     bisitz   14541:    'Display of your name in the student-viewable roster set to [_1].'
                   14542: => 'Display of your name in the student-viewable roster set to [_1].',
1.6       bisitz   14543: 
                   14544:    'Error occurred saving display setting.'
1.93      raeburn  14545: => 'Error occurred saving display setting.',
1.6       bisitz   14546: 
1.110     bisitz   14547:    'Display of your name in the student-viewable roster unchanged (set to [_1]).'
                   14548: => 'Display of your name in the student-viewable roster unchanged (set to [_1]).',
1.6       bisitz   14549: 
                   14550:    'View course roster'
1.93      raeburn  14551: => 'View course roster',
1.6       bisitz   14552: 
                   14553:    'Change Course Page Preferences'
1.93      raeburn  14554: => 'Change Course Page Preferences',
1.6       bisitz   14555: 
                   14556:    'Change Course Page Pref'
1.93      raeburn  14557: => 'Change Course Page Pref',
1.6       bisitz   14558: 
                   14559:    'No context.'
1.93      raeburn  14560: => 'No context.',
1.6       bisitz   14561: 
                   14562:    'unable to verify variable URL'
1.93      raeburn  14563: => 'unable to verify variable URL',
1.6       bisitz   14564: 
                   14565:    'Receipt'
1.93      raeburn  14566: => 'Receipt',
1.6       bisitz   14567: 
                   14568:    'Problems during Course Initialization'
1.93      raeburn  14569: => 'Problems during Course Initialization',
1.6       bisitz   14570: 
                   14571:    'Try Selecting Again'
1.93      raeburn  14572: => 'Try Selecting Again',
1.6       bisitz   14573: 
1.110     bisitz   14574:    'Invalid map: [_1]'
                   14575: => 'Invalid map: [_1]',
1.6       bisitz   14576: 
                   14577:    'Please either [_1]close this window[_2] or [_3]log in again[_4].'
1.93      raeburn  14578: => 'Please either [_1]close this window[_2] or [_3]log in again[_4].',
1.6       bisitz   14579: 
                   14580:    'Thank you for using LON-CAPA.'
1.9       zhu      14581: => '感谢您使用 LON-CAPA。',
1.6       bisitz   14582: 
                   14583:    'You have been successfully logged out.'
1.9       zhu      14584: => '您已成功退出。',
1.6       bisitz   14585: 
                   14586:    'You can [_1]close this window[_2] now.'
1.9       zhu      14587: => '您现在可以 [_1]关闭这个窗口[_2]。',
1.6       bisitz   14588: 
                   14589:    '[_1]Log in again[_2]'
1.9       zhu      14590: => '[_1]重新登录[_2]',
1.6       bisitz   14591: 
1.71      bisitz   14592:    'No matches found in resources.'
1.93      raeburn  14593: => 'No matches found in resources.',
1.71      bisitz   14594: 
                   14595:    'No matches found in postings.'
1.93      raeburn  14596: => 'No matches found in postings.',
1.71      bisitz   14597: 
                   14598:    'Unable to understand the search phrase [_1]. Please modify your search.'
1.93      raeburn  14599: => 'Unable to understand the search phrase [_1]. Please modify your search.',
1.71      bisitz   14600: 
                   14601:    'Unable to understand the search phrase [_1]: [_2]'
1.93      raeburn  14602: => 'Unable to understand the search phrase [_1]: [_2]',
1.71      bisitz   14603: 
                   14604:    '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   14605: => '搜寻无法完成,因为您没有足够的数据。您必须在搜索页面的搜索栏里填写关键词,从而使您的要求可以得到处理。', # '您没有填写足够的信息进行搜索的开始。您需要填写在有关领域在搜寻网页上,以便查询处理。'
1.6       bisitz   14606: 
                   14607:    'conditionally hidden'
1.18      zhu      14608: => '有条件的隐藏',
1.6       bisitz   14609: 
                   14610:    'Problem Parameters'
1.12      zhu      14611: => '问题参数',
1.6       bisitz   14612: 
                   14613:    'No group name provided.'
1.12      zhu      14614: => '没有组名称。',
1.6       bisitz   14615: 
                   14616:    'Invalid group name provided.'
1.12      zhu      14617: => '无效的组名称。',
1.6       bisitz   14618: 
                   14619:    'Invalid [_1]'
1.12      zhu      14620: => '无效的 [_1]', # ???
1.6       bisitz   14621: 
                   14622:    '"[_1]" is not the name of a valid group in this [_2].'
1.12      zhu      14623: => '"[_1]" 并非是一个有效的名称在本组 [_2].',
1.6       bisitz   14624: 
                   14625:    'You do not have privileges to view the membership roster in this group.'
1.12      zhu      14626: => '您没有权限以查看该组的会员名册。',
1.6       bisitz   14627: 
                   14628:    'Group membership status - [_1]'
1.12      zhu      14629: => '组会员状态: [_1]',
1.6       bisitz   14630: 
                   14631:    'group membership status - [_1]'
1.12      zhu      14632: => '组会员状态: [_1]',
1.6       bisitz   14633: 
                   14634:    'There are no membership data to display for this group.'
1.98      bisitz   14635: => '该组没有任何会员数据。',
1.6       bisitz   14636: 
                   14637:    'Membership status: '
1.12      zhu      14638: => '会员状态: ',
1.6       bisitz   14639: 
                   14640:    'There are no groups to display in this [_1].'
1.12      zhu      14641: => '没有任何组在此 [_1] 可以显示。', # ??? -> grouproster.pm
1.6       bisitz   14642: 
                   14643:    'Start Date'
1.10      zhu      14644: => '开始日期',
1.6       bisitz   14645: 
                   14646:    'End Date'
1.10      zhu      14647: => '结束日期',
1.6       bisitz   14648: 
                   14649:    'Functionality'
1.12      zhu      14650: => '功能',
1.6       bisitz   14651: 
                   14652:    'Privileges'
1.12      zhu      14653: => '权限',
1.6       bisitz   14654: 
                   14655:    'Any Membership status'
1.12      zhu      14656: => '任何会员状态',
1.6       bisitz   14657: 
                   14658:    'Active Member'
1.27      zhu      14659: => '活跃的会员',
1.6       bisitz   14660: 
                   14661:    'Former Member'
1.12      zhu      14662: => '以前的会员',
1.6       bisitz   14663: 
                   14664:    'Future Member'
1.12      zhu      14665: => '未来的会员',
1.6       bisitz   14666: 
                   14667:    'Group Folder - [_1]'
1.9       zhu      14668: => '组文件夹 - [_1]',
1.6       bisitz   14669: 
                   14670:    'Group homepage - [_1]'
1.9       zhu      14671: => '组网页 - [_1]',
1.6       bisitz   14672: 
                   14673:    'A support request has been sent to'
1.93      raeburn  14674: => 'A support request has been sent to',
1.6       bisitz   14675: 
                   14676:    'Your support request contained the following information'
1.93      raeburn  14677: => 'Your support request contained the following information',
1.6       bisitz   14678: 
                   14679:    'The following Cc e-mail address is invalid: '
1.93      raeburn  14680: => 'The following Cc e-mail address is invalid: ',
1.6       bisitz   14681: 
                   14682:    'The following Cc e-mail addresses are invalid: '
1.93      raeburn  14683: => 'The following Cc e-mail addresses are invalid: ',
1.6       bisitz   14684: 
                   14685:    '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  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.6       bisitz   14687: 
                   14688:    'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.'
1.93      raeburn  14689: => 'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.',
1.6       bisitz   14690: 
                   14691:    '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  14692: => '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   14693: 
                   14694:    'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].'
1.93      raeburn  14695: => 'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].',
1.6       bisitz   14696: 
                   14697:    'File does not have [_1] or [_2] starting tag'
1.93      raeburn  14698: => 'File does not have [_1] or [_2] starting tag',
1.6       bisitz   14699: 
                   14700:    'File does not have [_1] or [_2] ending tag'
1.93      raeburn  14701: => 'File does not have [_1] or [_2] ending tag',
1.6       bisitz   14702: 
1.94      raeburn  14703:    'File does not have [_1] ending tag'
                   14704: => 'File does not have [_1] ending tag',
                   14705: 
1.6       bisitz   14706:    'Example'
1.93      raeburn  14707: => 'Example',
1.6       bisitz   14708: 
                   14709:    'Algebraic Response Problems'
1.93      raeburn  14710: => 'Algebraic Response Problems',
1.6       bisitz   14711: 
                   14712:    'Chemistry Problems'
1.93      raeburn  14713: => 'Chemistry Problems',
1.6       bisitz   14714: 
                   14715:    'Free Form Problems'
1.93      raeburn  14716: => 'Free Form Problems',
1.6       bisitz   14717: 
                   14718:    'Handgraded Problems'
1.93      raeburn  14719: => 'Handgraded Problems',
1.6       bisitz   14720: 
                   14721:    'Miscellaneous'
1.93      raeburn  14722: => 'Miscellaneous',
1.6       bisitz   14723: 
                   14724:    'Multiple Choice Problems'
1.93      raeburn  14725: => 'Multiple Choice Problems',
1.6       bisitz   14726: 
                   14727:    'Numerical Problems'
1.93      raeburn  14728: => 'Numerical Problems',
1.6       bisitz   14729: 
                   14730:    'Language:'
                   14731: => '语言:',
                   14732: 
                   14733:    'Math Rendering:'
1.93      raeburn  14734: => 'Math Rendering:',
1.6       bisitz   14735: 
                   14736:    'Restrict Domain Coordinator Access'
1.93      raeburn  14737: => 'Restrict Domain Coordinator Access',
1.6       bisitz   14738: 
1.118   ! bisitz   14739:    'By default, the Domain Coordinator can enter your Authoring Space.'
        !          14740: => 'By default, the Domain Coordinator can enter your Authoring Space.',
1.6       bisitz   14741: 
1.118   ! bisitz   14742:    'Block access to Authoring Space'
        !          14743: => 'Block access to Authoring Space',
1.6       bisitz   14744: 
                   14745:    'jsMath'
                   14746: => 'jsMath',
                   14747: 
                   14748:    'tth (TeX to HTML)'
1.18      zhu      14749: => 'tth (TeX to HTML)',
1.6       bisitz   14750: 
                   14751:    'mimetex (Convert to Images)'
1.93      raeburn  14752: => 'mimetex (Convert to Images)',
1.6       bisitz   14753: 
                   14754:    'jsMath:'
                   14755: => 'jsMath:',
                   14756: 
                   14757:    'tth (TeX to HTML):'
1.18      zhu      14758: => 'tth (TeX to HTML):',
1.6       bisitz   14759: 
                   14760:    'mimetex (Convert to Images):'
1.93      raeburn  14761: => 'mimetex (Convert to Images):',
1.6       bisitz   14762: 
                   14763:    '[_1], [_2], or [_3]'
                   14764: => '[_1], [_2] 或者 [_3]',
                   14765: 
                   14766:    'internal, optional'
1.18      zhu      14767: => '内部的,可选的',
1.6       bisitz   14768: 
                   14769:    'user:domain,user:domain,...'
1.18      zhu      14770: => '用户名:域,用户名:域...',
1.6       bisitz   14771: 
                   14772:    'user:domain,user:domain(section;section;...;*;...),...'
1.70      zhu      14773: => '用户名:域,用户名:域(科,章节;...;*;...),...',
1.6       bisitz   14774: 
                   14775:    'user:domain,user:domain,*:domain'
1.18      zhu      14776: => '用户名:域,用户名:域,*:域',
1.6       bisitz   14777: 
                   14778:    'Course members with current access'
1.93      raeburn  14779: => 'Course members with current access',
1.6       bisitz   14780: 
                   14781:    'Course members with expired access'
1.93      raeburn  14782: => 'Course members with expired access',
1.6       bisitz   14783: 
                   14784:    'Course members with future access'
1.93      raeburn  14785: => 'Course members with future access',
1.6       bisitz   14786: 
                   14787:    'Other Roles'
                   14788: => '其他角色',
                   14789: 
                   14790:    'Select Author'
1.12      zhu      14791: => '选择作者',
1.6       bisitz   14792: 
                   14793:    'Non-standard Course'
1.12      zhu      14794: => '非标准课程',
1.6       bisitz   14795: 
                   14796:    'Switch course role to...'
                   14797: => '更改用户角色...',
                   14798: 
                   14799:    'Message'
1.22      zhu      14800: => '邮件',
1.6       bisitz   14801: 
                   14802:    'Time of change'
1.12      zhu      14803: => '更改时间',
1.6       bisitz   14804: 
                   14805:    'active'
1.27      zhu      14806: => '活跃的',
1.6       bisitz   14807: 
                   14808:    'previous'
1.27      zhu      14809: => '以前的',
1.6       bisitz   14810: 
                   14811:    'Access dates to apply for selected users'
1.93      raeburn  14812: => 'Access dates to apply for selected users',
1.6       bisitz   14813: 
                   14814:    'Changes in section affiliation to apply to selected users'
1.93      raeburn  14815: => 'Changes in section affiliation to apply to selected users',
1.6       bisitz   14816: 
                   14817:    '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  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.6       bisitz   14819: 
                   14820:    '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  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.6       bisitz   14822: 
                   14823:    "Retain each user's current section affiliations?"
1.93      raeburn  14824: => "Retain each user's current section affiliations?",
1.6       bisitz   14825: 
                   14826:    '(Does not apply to student roles).'
1.100     raeburn  14827: => '(Does not apply to student roles).',
1.6       bisitz   14828: 
                   14829:    '[_1]Show[_2] clicker id'
1.93      raeburn  14830: => '[_1]Show[_2] clicker id',
1.6       bisitz   14831: 
                   14832:    '[_1]Hide[_2] clicker id'
1.93      raeburn  14833: => '[_1]Hide[_2] clicker id',
1.6       bisitz   14834: 
                   14835:    'Catalog:'
                   14836: => '目录:',
                   14837: 
                   14838:    'Main Categories'
                   14839: => '主要类型',
                   14840: 
                   14841:    'Official courses (with institutional codes)'
                   14842: => '官方课程(带机构代码)',
                   14843: 
                   14844:    'Official courses'
                   14845: => '官方课程',
                   14846: 
                   14847:    'with institutional codes'
                   14848: => '带机构代码',
                   14849: 
                   14850:    'Self-enroll (if permitted)'
                   14851: => '自己报名(如果被允许)',
                   14852: 
                   14853:    'No ending date'
1.22      zhu      14854: => '无结束日期',
1.6       bisitz   14855: 
                   14856:    'From:[_1]'
1.93      raeburn  14857: => 'From:[_1]',
1.6       bisitz   14858: 
                   14859:    'To:[_1]'
1.93      raeburn  14860: => 'To:[_1]',
1.6       bisitz   14861: 
                   14862:    'Starts: [_1]'
1.22      zhu      14863: => '开始: [_1]',
1.6       bisitz   14864: 
                   14865:    'Ends: [_1]'
1.22      zhu      14866: => '结束: [_1]',
1.6       bisitz   14867: 
                   14868:    'Ended: [_1]'
1.93      raeburn  14869: => 'Ended: [_1]',
1.6       bisitz   14870: 
                   14871:    'Currently enabled'
1.93      raeburn  14872: => 'Currently enabled',
1.6       bisitz   14873: 
                   14874:    '[quant,_1,section:,sections:,No sections]'
1.99      raeburn  14875: => '[quant,_1,section:,sections:,No sections]',
1.6       bisitz   14876: 
                   14877:    'No information available for [_1].'
1.93      raeburn  14878: => 'No information available for [_1].',
1.6       bisitz   14879: 
                   14880:    'Self-enrollers:'
1.93      raeburn  14881: => 'Self-enrollers:',
1.6       bisitz   14882: 
                   14883:    'Choices:'
1.93      raeburn  14884: => 'Choices:',
1.6       bisitz   14885: 
                   14886:    'Configure User Self-enrollment'
1.70      zhu      14887: => '配置用户自助注册',
1.6       bisitz   14888: 
                   14889:    'View Change Logs'
1.98      bisitz   14890: => 'View Change Logs',
1.6       bisitz   14891: 
                   14892:    'View Log-in History'
1.98      bisitz   14893: => 'View Log-in History',
1.6       bisitz   14894: 
                   14895:    'Configure Self-enrollment'
1.70      zhu      14896: => '配置自助注册',
1.6       bisitz   14897: 
                   14898:    'Self-enrollment with a student role'
1.70      zhu      14899: => '自助注册一个学生角色',
1.6       bisitz   14900: 
                   14901:    'Users allowed to self-enroll in this course'
1.70      zhu      14902: => '用户可自行注册来参加此课程',
1.6       bisitz   14903: 
                   14904:    'Any user in any domain:'
1.70      zhu      14905: => '任何用户在任何域:',
1.6       bisitz   14906: 
                   14907:    'User types:'
1.70      zhu      14908: => '用户类型:',
1.6       bisitz   14909: 
                   14910:    'any'
1.10      zhu      14911: => '任意',
1.6       bisitz   14912: 
                   14913:    'Any Users'
1.10      zhu      14914: => '任何用户',
1.6       bisitz   14915: 
                   14916:    'Any users'
1.10      zhu      14917: => '任何用户',
1.6       bisitz   14918: 
                   14919:    'Others'
1.10      zhu      14920: => '其他',
1.6       bisitz   14921: 
                   14922:    'Additional domain:'
1.70      zhu      14923: => '其他域:',
1.6       bisitz   14924: 
                   14925:    'Users in additional domain:'
1.70      zhu      14926: => '用户在其他域:',
1.6       bisitz   14927: 
                   14928:    'Specific domain:'
1.70      zhu      14929: => '特定域:',
1.6       bisitz   14930: 
                   14931:    'Users in specific domain:'
1.70      zhu      14932: => '用户在其特定域:',
1.6       bisitz   14933: 
                   14934:    'Other domain:'
1.26      zhu      14935: => '其他域:',
1.6       bisitz   14936: 
                   14937:    'Users in other domain:'
1.70      zhu      14938: => '用户在其他域:',
1.6       bisitz   14939: 
                   14940:    'Restrict self-enrollment to students officially registered for the course'
1.70      zhu      14941: => '限制自助注册为正式注册的学生的课程',
1.6       bisitz   14942: 
                   14943:    'Dates self-enrollment available'
1.70      zhu      14944: => '自助注册期限',
1.6       bisitz   14945: 
                   14946:    'Starts'
1.70      zhu      14947: => '开始',
1.6       bisitz   14948: 
                   14949:    'Ends'
1.70      zhu      14950: => '结束',
1.6       bisitz   14951: 
                   14952:    'Course access dates assigned to self-enrolling users'
1.70      zhu      14953: => '课程访问日期分配给自助注册的用户',
1.6       bisitz   14954: 
                   14955:    'Section assigned to self-enrolling users'
1.70      zhu      14956: => '章节指派给自助注册用户',
1.6       bisitz   14957: 
                   14958:    'The following changes were made to self-enrollment settings:'
1.70      zhu      14959: => '进行了以下自助注册设置的更改:',
1.6       bisitz   14960: 
                   14961:    '[_1]: "[_2]" set to "[_3]".'
1.70      zhu      14962: => '[_1]: "[_2]" 设置为 "[_3]".',
1.6       bisitz   14963: 
                   14964:    '"[_1]" set to "[_2]".'
1.70      zhu      14965: => '"[_1]" 设置为 "[_2]".',
1.6       bisitz   14966: 
                   14967:    'No changes were made to the existing self-enrollment settings in this course.'
1.70      zhu      14968: => '现有的自助注册设置在该课程中未作任何修改。',
1.6       bisitz   14969: 
                   14970:    'Self-enrollment result'
1.70      zhu      14971: => '自助注册结果',
1.6       bisitz   14972: 
                   14973:    'Enroll in course'
1.70      zhu      14974: => '注册课程',
1.6       bisitz   14975: 
                   14976:    'Sections:'
1.70      zhu      14977: => '章节:',
1.6       bisitz   14978: 
                   14979:    'Self-enroll in course'
1.70      zhu      14980: => '自助注册参加课程',
1.6       bisitz   14981: 
                   14982:    'Self-enroll in a LON-CAPA course'
1.70      zhu      14983: => '自助注册参加LON-CAPA课程',
1.6       bisitz   14984: 
                   14985:    'Self-enroll'
1.70      zhu      14986: => '自助注册',
1.6       bisitz   14987: 
                   14988:    'Self-enroll in [_1]'
1.70      zhu      14989: => '自助注册到 [_1]',
1.6       bisitz   14990: 
                   14991:    'Self-enrollment error'
1.70      zhu      14992: => '自助注册错误',
1.6       bisitz   14993: 
                   14994:    'Invalid domain or course number'
1.26      zhu      14995: => '无效的域或课程数目',
1.6       bisitz   14996: 
                   14997:    'Self-enrollment unavailable'
1.70      zhu      14998: => '自助注册无法使用',
1.6       bisitz   14999: 
                   15000:    'Self-enrollment is restricted to students officially registered for this course.'
1.93      raeburn  15001: => 'Self-enrollment is restricted to students officially registered for this course.',
1.6       bisitz   15002: 
                   15003:    'Self-enrollment is not currently available for this course.'
1.93      raeburn  15004: => 'Self-enrollment is not currently available for this course.',
1.6       bisitz   15005: 
                   15006:    'Self-enrollment is not currently available in this course'
1.93      raeburn  15007: => 'Self-enrollment is not currently available in this course',
1.6       bisitz   15008: 
                   15009:    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.'
1.93      raeburn  15010: => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.',
1.6       bisitz   15011: 
                   15012:    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).'
1.93      raeburn  15013: => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).',
1.6       bisitz   15014: 
                   15015:    'Self-enrollment will become available starting [_1]; please enroll at that time.'
1.93      raeburn  15016: => 'Self-enrollment will become available starting [_1]; please enroll at that time.',
1.6       bisitz   15017: 
                   15018:    'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.'
1.93      raeburn  15019: => 'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.',
1.6       bisitz   15020: 
                   15021:    'Self-enrollment will become available starting [_1].'
1.93      raeburn  15022: => 'Self-enrollment will become available starting [_1].',
1.6       bisitz   15023: 
                   15024:    'The link to the requested page could not be followed.'
1.93      raeburn  15025: => 'The link to the requested page could not be followed.',
1.6       bisitz   15026: 
                   15027:    'The placeholder for the courseID is absent.'
1.93      raeburn  15028: => 'The placeholder for the courseID is absent.',
1.6       bisitz   15029: 
                   15030:    'LON-CAPA account required'
1.93      raeburn  15031: => 'LON-CAPA account required',
1.6       bisitz   15032: 
                   15033:    'You need to be logged into LON-CAPA to self-enroll in a course.'
1.93      raeburn  15034: => 'You need to be logged into LON-CAPA to self-enroll in a course.',
1.6       bisitz   15035: 
                   15036:    'If you have an account in LON-CAPA, [_1]log-in[_2].'
1.93      raeburn  15037: => 'If you have an account in LON-CAPA, [_1]log-in[_2].',
1.6       bisitz   15038: 
                   15039:    'Otherwise:'
1.93      raeburn  15040: => 'Otherwise:',
1.6       bisitz   15041: 
                   15042:    "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  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.6       bisitz   15044: 
                   15045:    'if you have an institutional login, [_1]create an account[_2]'
1.93      raeburn  15046: => 'if you have an institutional login, [_1]create an account[_2]',
1.6       bisitz   15047: 
                   15048:    'you can use an e-mail address to [_1]create an account[_2]'
1.93      raeburn  15049: => 'you can use an e-mail address to [_1]create an account[_2]',
1.6       bisitz   15050: 
                   15051:    'Otherwise, if you have an institutional login, [_1]create an account[_2].'
1.93      raeburn  15052: => 'Otherwise, if you have an institutional login, [_1]create an account[_2].',
1.6       bisitz   15053: 
                   15054:    'Otherwise, you will use an e-mail address to [_1]create an account[_2].'
1.93      raeburn  15055: => 'Otherwise, you will use an e-mail address to [_1]create an account[_2].',
1.6       bisitz   15056: 
                   15057:    "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account."
1.93      raeburn  15058: => "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account.",
1.6       bisitz   15059: 
                   15060:    'You will be able to self enroll in this course once the account has been created.'
1.93      raeburn  15061: => 'You will be able to self enroll in this course once the account has been created.',
1.6       bisitz   15062: 
                   15063:    'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.'
1.93      raeburn  15064: => 'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.',
1.6       bisitz   15065: 
                   15066:    '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  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.6       bisitz   15068: 
                   15069:    'You already have an active student role (section: "[_1]") in this course.'
1.93      raeburn  15070: => 'You already have an active student role (section: "[_1]") in this course.',
1.6       bisitz   15071: 
                   15072:    'You have a student role (section: "[_1]") in this course which will become active [_2].'
1.93      raeburn  15073: => 'You have a student role (section: "[_1]") in this course which will become active [_2].',
1.6       bisitz   15074: 
                   15075:    'Self-enrollment is restricted to officially registered students.'
1.93      raeburn  15076: => 'Self-enrollment is restricted to officially registered students.',
1.6       bisitz   15077: 
                   15078:    'As you are not currently registered for this course, self-enrollment is unavailable.'
1.93      raeburn  15079: => 'As you are not currently registered for this course, self-enrollment is unavailable.',
1.6       bisitz   15080: 
                   15081:    'The end date for access to this course for users who self-enroll has passed.'
1.93      raeburn  15082: => 'The end date for access to this course for users who self-enroll has passed.',
1.6       bisitz   15083: 
                   15084:    '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  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.6       bisitz   15086: 
                   15087:    'Self-enrollment in this course was successful.'
1.93      raeburn  15088: => 'Self-enrollment in this course was successful.',
1.6       bisitz   15089: 
                   15090:    'The start date for access to this course for users who self-enroll has yet to be reached.'
1.93      raeburn  15091: => 'The start date for access to this course for users who self-enroll has yet to be reached.',
1.6       bisitz   15092: 
                   15093:    '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  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.6       bisitz   15095: 
                   15096:    'Your new role is available immediately, and will provide access to the course until [_1].'
1.93      raeburn  15097: => 'Your new role is available immediately, and will provide access to the course until [_1].',
1.6       bisitz   15098: 
                   15099:    'Enrollment process complete'
1.93      raeburn  15100: => 'Enrollment process complete',
1.6       bisitz   15101: 
                   15102:    'Enrollment incomplete'
1.93      raeburn  15103: => 'Enrollment incomplete',
1.6       bisitz   15104: 
                   15105:    'Self-enrollment in this course failed.'
1.93      raeburn  15106: => 'Self-enrollment in this course failed.',
1.6       bisitz   15107: 
                   15108:    'You are not permitted to enroll yourself in this course.'
1.93      raeburn  15109: => 'You are not permitted to enroll yourself in this course.',
1.6       bisitz   15110: 
                   15111:    'Enter course now'
1.93      raeburn  15112: => 'Enter course now',
1.6       bisitz   15113: 
                   15114:    'other'
1.93      raeburn  15115: => 'other',
1.6       bisitz   15116: 
                   15117:    'Self-enrollment in this course is available to any user affiliated with [_1].'
1.93      raeburn  15118: => 'Self-enrollment in this course is available to any user affiliated with [_1].',
1.6       bisitz   15119: 
                   15120:    'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".'
1.93      raeburn  15121: => 'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".',
1.6       bisitz   15122: 
                   15123:    'Self-enrollment is not currently available for this course for users affiliated with [_1].'
1.93      raeburn  15124: => 'Self-enrollment is not currently available for this course for users affiliated with [_1].',
1.6       bisitz   15125: 
                   15126:    'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:'
1.93      raeburn  15127: => 'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:',
1.6       bisitz   15128: 
                   15129:    'Your registration status could not be verified.'
1.93      raeburn  15130: => 'Your registration status could not be verified.',
1.6       bisitz   15131: 
                   15132:    'Your registration status could not determined, because a problem occurred retrieving data.'
1.93      raeburn  15133: => 'Your registration status could not determined, because a problem occurred retrieving data.',
1.6       bisitz   15134: 
                   15135:    'As no institutional course sections are currently associated with this course, your registration status is undetermined.'
1.93      raeburn  15136: => 'As no institutional course sections are currently associated with this course, your registration status is undetermined.',
1.6       bisitz   15137: 
                   15138:    '[_1]Ad hoc[_2] roles in domain [_3] --'
1.98      bisitz   15139: => '[_1]Ad hoc[_2] roles in domain [_3] --',
1.6       bisitz   15140: 
                   15141:    'Assemble resources'
                   15142: => '布置课程内容',
                   15143: 
                   15144:    'Create, edit, modify and publish resources'
1.93      raeburn  15145: => 'Create, edit, modify and publish resources',
1.6       bisitz   15146: 
                   15147:    'Create, modify and delete course groups'
1.93      raeburn  15148: => 'Create, modify and delete course groups',
1.6       bisitz   15149: 
                   15150:    'View course groups'
1.12      zhu      15151: => '查看课程组',
1.6       bisitz   15152: 
                   15153:    'View student activity'
1.93      raeburn  15154: => 'View student activity',
1.6       bisitz   15155: 
                   15156:    'Show full details for each course ([_1] only)'
1.93      raeburn  15157: => 'Show full details for each course ([_1] only)',
1.6       bisitz   15158: 
                   15159:    'Include courses set to be hidden from catalog ([_1] only)'
1.93      raeburn  15160: => 'Include courses set to be hidden from catalog ([_1] only)',
1.6       bisitz   15161: 
                   15162:    'Include subcategories within "[_1]"'
1.18      zhu      15163: => '包含子类 "[_1]"',
1.6       bisitz   15164: 
                   15165:    'Only show courses which allow self-enrollment'
1.18      zhu      15166: => '只显示允许自行登记的课程',
1.6       bisitz   15167: 
                   15168:    'include subdirectories'
1.18      zhu      15169: => '包括子目录',
1.6       bisitz   15170: 
                   15171:    'force republication of previously published files'
1.93      raeburn  15172: => 'force republication of previously published files',
1.6       bisitz   15173: 
                   15174:    'make file(s) obsolete'
1.93      raeburn  15175: => 'make file(s) obsolete',
1.6       bisitz   15176: 
                   15177:    'force directory level catalog information over existing'
1.93      raeburn  15178: => 'force directory level catalog information over existing',
1.6       bisitz   15179: 
                   15180:    'Session could not be opened.'
1.93      raeburn  15181: => 'Session could not be opened.',
1.6       bisitz   15182: 
                   15183:    'The domain you provided is not a valid LON-CAPA domain.'
1.93      raeburn  15184: => 'The domain you provided is not a valid LON-CAPA domain.',
1.6       bisitz   15185: 
                   15186:    'Student Settings'
1.93      raeburn  15187: => 'Student Settings',
1.6       bisitz   15188: 
                   15189:    'Coordinator Settings'
1.93      raeburn  15190: => 'Coordinator Settings',
1.6       bisitz   15191: 
                   15192:    'Author Settings'
1.93      raeburn  15193: => 'Author Settings',
1.6       bisitz   15194: 
                   15195:    'Administrator Settings'
1.93      raeburn  15196: => 'Administrator Settings',
1.6       bisitz   15197: 
                   15198:    'Item'
1.93      raeburn  15199: => 'Item',
1.6       bisitz   15200: 
                   15201:    'Found [_1] without responses. This resource cannot be published.'
1.93      raeburn  15202: => 'Found [_1] without responses. This resource cannot be published.',
1.6       bisitz   15203: 
                   15204:    'LON-CAPA helpdesk'
1.93      raeburn  15205: => 'LON-CAPA helpdesk',
1.6       bisitz   15206: 
                   15207:    'Create a user account in LON-CAPA'
1.93      raeburn  15208: => 'Create a user account in LON-CAPA',
1.6       bisitz   15209: 
                   15210:    'Account creation unavailable'
1.93      raeburn  15211: => 'Account creation unavailable',
1.6       bisitz   15212: 
                   15213:    'Error creating token.'
1.93      raeburn  15214: => 'Error creating token.',
1.6       bisitz   15215: 
                   15216:    'Account creation'
1.93      raeburn  15217: => 'Account creation',
1.6       bisitz   15218: 
                   15219:    '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  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.6       bisitz   15221: 
                   15222:    '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  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.6       bisitz   15224: 
                   15225:    "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  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.6       bisitz   15227: 
                   15228:    "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  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.6       bisitz   15230: 
                   15231:    "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution."
1.93      raeburn  15232: => "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution.",
1.6       bisitz   15233: 
                   15234:    "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  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.6       bisitz   15236: 
                   15237:    'A LON-CAPA account may not be created with the username you use.'
1.93      raeburn  15238: => 'A LON-CAPA account may not be created with the username you use.',
1.6       bisitz   15239: 
                   15240:    'User Information'
1.93      raeburn  15241: => 'User Information',
1.6       bisitz   15242: 
                   15243:    'User information'
1.93      raeburn  15244: => 'User information',
1.6       bisitz   15245: 
                   15246:    'Review user information'
1.93      raeburn  15247: => 'Review user information',
1.6       bisitz   15248: 
                   15249:    '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  15250: => '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   15251: 
                   15252:    '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  15253: => '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   15254: 
                   15255:    '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  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.6       bisitz   15257: 
                   15258:    'Confirmation'
1.93      raeburn  15259: => 'Confirmation',
1.6       bisitz   15260: 
                   15261:    'Confirm that you wish to create an account.'
1.93      raeburn  15262: => 'Confirm that you wish to create an account.',
1.6       bisitz   15263: 
                   15264:    'New username'
1.93      raeburn  15265: => 'New username',
1.6       bisitz   15266: 
                   15267:    'Create account'
1.93      raeburn  15268: => 'Create account',
1.6       bisitz   15269: 
                   15270:    'You must enter a password'
1.93      raeburn  15271: => 'You must enter a password',
1.6       bisitz   15272: 
                   15273:    'The passwords you entered did not match.'
1.93      raeburn  15274: => 'The passwords you entered did not match.',
1.6       bisitz   15275: 
                   15276:    'Create account with a username provided by this institution'
1.93      raeburn  15277: => 'Create account with a username provided by this institution',
1.6       bisitz   15278: 
                   15279:    '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  15280: => '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   15281: 
                   15282:    'Type in your log-in ID and password to find out.'
1.93      raeburn  15283: => 'Type in your log-in ID and password to find out.',
1.6       bisitz   15284: 
                   15285:    'Log-in ID'
1.93      raeburn  15286: => 'Log-in ID',
1.6       bisitz   15287: 
                   15288:    'Create account with an e-mail address as your username'
1.93      raeburn  15289: => 'Create account with an e-mail address as your username',
1.6       bisitz   15290: 
                   15291:    '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  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.6       bisitz   15293: 
                   15294:    'Request LON-CAPA account'
1.93      raeburn  15295: => 'Request LON-CAPA account',
1.6       bisitz   15296: 
                   15297:    'Validation'
1.93      raeburn  15298: => 'Validation',
1.6       bisitz   15299: 
                   15300:    'Thank you for your request to create a new LON-CAPA account.'
1.93      raeburn  15301: => 'Thank you for your request to create a new LON-CAPA account.',
1.6       bisitz   15302: 
                   15303:    'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].'
1.93      raeburn  15304: => 'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].',
1.6       bisitz   15305: 
                   15306:    'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]'
1.93      raeburn  15307: => 'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]',
1.6       bisitz   15308: 
                   15309:    'A message has been sent to the e-mail address you provided.'
1.93      raeburn  15310: => 'A message has been sent to the e-mail address you provided.',
1.6       bisitz   15311: 
                   15312:    'The message includes the web address for the link you will use to complete the account creation process.'
1.93      raeburn  15313: => 'The message includes the web address for the link you will use to complete the account creation process.',
1.6       bisitz   15314: 
                   15315:    'The link included in the message will be valid for the next [_1]two[_2] hours.'
1.93      raeburn  15316: => 'The link included in the message will be valid for the next [_1]two[_2] hours.',
1.6       bisitz   15317: 
                   15318:    'An error occurred when sending a message to the e-mail address you provided.'
1.93      raeburn  15319: => 'An error occurred when sending a message to the e-mail address you provided.',
1.6       bisitz   15320: 
                   15321:    'An error occurred creating a token required for the account creation process.'
1.93      raeburn  15322: => 'An error occurred creating a token required for the account creation process.',
1.6       bisitz   15323: 
                   15324:    'Please contact the [_1] ([_2]) for assistance.'
1.93      raeburn  15325: => 'Please contact the [_1] ([_2]) for assistance.',
1.6       bisitz   15326: 
                   15327:    '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  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.6       bisitz   15329: 
                   15330:    'Sorry, the token generated when you requested creation of an account has expired.'
1.93      raeburn  15331: => 'Sorry, the token generated when you requested creation of an account has expired.',
1.6       bisitz   15332: 
                   15333:    'Sorry, the URL generated when you requested creation of an account contained incomplete information.'
1.93      raeburn  15334: => 'Sorry, the URL generated when you requested creation of an account contained incomplete information.',
1.6       bisitz   15335: 
                   15336:    '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  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.6       bisitz   15338: 
1.89      bisitz   15339:    '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  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.6       bisitz   15341: 
                   15342:    'A LON-CAPA account already exists for username [_1] at this institution ([_2]).'
1.93      raeburn  15343: => 'A LON-CAPA account already exists for username [_1] at this institution ([_2]).',
1.6       bisitz   15344: 
                   15345:    'The password entered was also correct so you have been logged in.'
1.93      raeburn  15346: => 'The password entered was also correct so you have been logged in.',
1.6       bisitz   15347: 
                   15348:    'Authentication failed'
1.93      raeburn  15349: => 'Authentication failed',
1.6       bisitz   15350: 
                   15351:    'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].'
1.93      raeburn  15352: => 'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].',
1.6       bisitz   15353: 
                   15354:    'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.'
1.93      raeburn  15355: => 'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.',
1.6       bisitz   15356: 
                   15357:    'A problem occurred when attempting to create your new LON-CAPA account.'
1.93      raeburn  15358: => 'A problem occurred when attempting to create your new LON-CAPA account.',
1.6       bisitz   15359: 
                   15360:    'Please provide user information and a password for your new account.'
1.93      raeburn  15361: => 'Please provide user information and a password for your new account.',
1.6       bisitz   15362: 
                   15363:    'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.'
1.93      raeburn  15364: => 'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.',
1.6       bisitz   15365: 
                   15366:    'Create LON-CAPA account'
1.93      raeburn  15367: => 'Create LON-CAPA account',
1.6       bisitz   15368: 
                   15369:    'Could not load javascript file [_1]'
1.93      raeburn  15370: => 'Could not load javascript file [_1]',
1.6       bisitz   15371: 
                   15372:    'Invalid ID format'
1.93      raeburn  15373: => 'Invalid ID format',
1.6       bisitz   15374: 
                   15375:    'An error occurred when storing a token'
1.93      raeburn  15376: => 'An error occurred when storing a token',
1.6       bisitz   15377: 
                   15378:    'You will not be able to proceed to the next stage of account creation'
1.93      raeburn  15379: => 'You will not be able to proceed to the next stage of account creation',
1.6       bisitz   15380: 
                   15381:    'A LON-CAPA account has been created for username: [_1] in domain: [_2].'
1.93      raeburn  15382: => 'A LON-CAPA account has been created for username: [_1] in domain: [_2].',
1.6       bisitz   15383: 
                   15384:    'Account creation failed for username: [_1] in domain: [_2].'
1.93      raeburn  15385: => 'Account creation failed for username: [_1] in domain: [_2].',
1.6       bisitz   15386: 
                   15387:    'User account creation is not available for the current default authentication type.'
1.93      raeburn  15388: => 'User account creation is not available for the current default authentication type.',
1.6       bisitz   15389: 
                   15390:    'The e-mail address you provided is already in use as a username at this institution.'
1.93      raeburn  15391: => 'The e-mail address you provided is already in use as a username at this institution.',
1.6       bisitz   15392: 
                   15393:    'Username rules at this institution do not allow the e-mail address you provided to be used as a username.'
1.93      raeburn  15394: => 'Username rules at this institution do not allow the e-mail address you provided to be used as a username.',
1.6       bisitz   15395: 
                   15396:    'The e-mail address you provided may not be used as a username at this LON-CAPA institution.'
1.93      raeburn  15397: => 'The e-mail address you provided may not be used as a username at this LON-CAPA institution.',
1.6       bisitz   15398: 
1.95      raeburn  15399:    'Validation of the code you entered failed.'
                   15400: => 'Validation of the code you entered failed.',
1.6       bisitz   15401: 
                   15402:    'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.'
1.93      raeburn  15403: => 'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.',
1.6       bisitz   15404: 
                   15405:    'Type in the letters/numbers shown below'
1.93      raeburn  15406: => 'Type in the letters/numbers shown below',
1.6       bisitz   15407: 
                   15408:    'You may need to reload the previous page to obtain a new token.'
1.93      raeburn  15409: => 'You may need to reload the previous page to obtain a new token.',
1.6       bisitz   15410: 
                   15411:    'Unable to retrieve your log-in information - unexpected context'
1.93      raeburn  15412: => 'Unable to retrieve your log-in information - unexpected context',
1.6       bisitz   15413: 
                   15414:    "Your e-mail address uses the same internet domain as your institution's LON-CAPA service."
1.93      raeburn  15415: => "Your e-mail address uses the same internet domain as your institution's LON-CAPA service.",
1.6       bisitz   15416: 
                   15417:    'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.'
1.93      raeburn  15418: => 'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.',
1.6       bisitz   15419: 
                   15420:    'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.'
1.93      raeburn  15421: => 'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.',
1.6       bisitz   15422: 
                   15423:    'Changes/page:'
1.63      zhu      15424: => '每页显示列数:',
1.6       bisitz   15425: 
                   15426:    'Window during which changes occurred:'
1.63      zhu      15427: => '在这个时期发生的变化:',
1.6       bisitz   15428: 
                   15429:    'This page is either empty or it only contains resources that are currently hidden'
1.93      raeburn  15430: => 'This page is either empty or it only contains resources that are currently hidden',
1.6       bisitz   15431: 
                   15432:    'Please use the LON-CAPA navigation arrows to move to another item in the course'
1.93      raeburn  15433: => 'Please use the LON-CAPA navigation arrows to move to another item in the course',
1.6       bisitz   15434: 
                   15435:    'Unable to modify requested student ([_1])'
1.93      raeburn  15436: => 'Unable to modify requested student ([_1])',
1.6       bisitz   15437: 
                   15438:    'Unable to grade requested sequence ([_1]).'
1.93      raeburn  15439: => 'Unable to grade requested sequence ([_1]).',
1.6       bisitz   15440: 
                   15441:    'No score was changed or updated.'
1.93      raeburn  15442: => 'No score was changed or updated.',
1.6       bisitz   15443: 
                   15444:    'The scores were changed for [quant,_1,problem].'
1.93      raeburn  15445: => 'The scores were changed for [quant,_1,problem].',
1.6       bisitz   15446: 
1.81      bisitz   15447:    '[_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   15448: => '[_1]Visit the [_2]Course/Community Catalog[_3] to view all [_4] LON-CAPA courses and communities.',
1.6       bisitz   15449: 
1.83      bisitz   15450:    '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.'
                   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.', # '如果一个课程在下面列出您目前的课程中[_1]没有[_2]显示,你可以注册,如果自我注册是允许的。',
1.6       bisitz   15452: 
                   15453: #SD begin 2008-07-02
                   15454:    'When'
1.70      zhu      15455: => '什么时候',
1.6       bisitz   15456: 
                   15457:    'Who made the change'
1.70      zhu      15458: => '谁进行了修改',
1.6       bisitz   15459: 
                   15460:    'Changed User'
1.70      zhu      15461: => '改变用户',
1.6       bisitz   15462: 
                   15463:    'Context'
1.70      zhu      15464: => '概述',
1.6       bisitz   15465: 
                   15466:    'Context:'
1.70      zhu      15467: => '概述:',
1.6       bisitz   15468: 
                   15469:    'After:'
1.70      zhu      15470: => '之后:',
1.6       bisitz   15471: 
                   15472:    'Before:'
1.70      zhu      15473: => '之前:',
1.6       bisitz   15474: 
                   15475:    'User Changes'
1.70      zhu      15476: => '用户更改',
1.6       bisitz   15477: 
                   15478:    'For this user, the default quota would be [_1]'
1.70      zhu      15479: => '此使用者的默认的配额为[_1]',
1.6       bisitz   15480: 
                   15481:    'Search for a user and enroll as a student'
1.70      zhu      15482: => '搜索用户并注册为学生',
1.6       bisitz   15483: 
                   15484:    'username is known'
1.93      raeburn  15485: => 'username is known',
1.6       bisitz   15486: 
                   15487:    'Create a new user'
1.70      zhu      15488: => '创建一个新用户',
1.6       bisitz   15489: 
                   15490:    'Enroll'
1.70      zhu      15491: => '注册',
1.6       bisitz   15492: 
                   15493:    'User Search to enroll student'
1.93      raeburn  15494: => 'User Search to enroll student',
1.6       bisitz   15495: 
                   15496:    'Select a user to enroll as a student'
1.93      raeburn  15497: => 'Select a user to enroll as a student',
1.6       bisitz   15498: 
1.101     bisitz   15499:    'modify' #context? breadcrumb_text
1.93      raeburn  15500: => 'modify',
1.6       bisitz   15501: 
                   15502:    'as a student'
1.70      zhu      15503: => '作为一名学生',
1.6       bisitz   15504: 
                   15505:    'Set section/dates'
1.70      zhu      15506: => '设置章节/日期',
1.6       bisitz   15507: 
                   15508:    'Unknown'
1.93      raeburn  15509: => 'Unknown',
1.6       bisitz   15510: 
                   15511:    'You do not have privileges to assign co-author roles.'
1.93      raeburn  15512: => 'You do not have privileges to assign co-author roles.',
1.6       bisitz   15513: 
                   15514:    'This user has an unrecognized authentication scheme'
1.93      raeburn  15515: => 'This user has an unrecognized authentication scheme',
1.6       bisitz   15516: 
                   15517:    'Please alert a domain coordinator of this situation'
1.93      raeburn  15518: => 'Please alert a domain coordinator of this situation',
1.6       bisitz   15519: 
                   15520:    'Please specify login data below'
1.93      raeburn  15521: => 'Please specify login data below',
1.6       bisitz   15522: 
                   15523:    'No domain specified'
1.93      raeburn  15524: => 'No domain specified',
1.6       bisitz   15525: 
1.19      zhu      15526:    'Invalid domain name'
1.93      raeburn  15527: => 'Invalid domain name',
1.6       bisitz   15528: 
1.19      zhu      15529:    'Only letters, numbers, periods, dashes, and underscores are valid'
1.93      raeburn  15530: => 'Only letters, numbers, periods, dashes, and underscores are valid',
1.6       bisitz   15531: 
                   15532:    'You do not have the authority to modify this users authentification information'
1.93      raeburn  15533: => 'You do not have the authority to modify this users authentification information',
1.6       bisitz   15534: 
                   15535:    'New Student/Employee ID does not match existing ID for this user.'
1.93      raeburn  15536: => 'New Student/Employee ID does not match existing ID for this user.',
1.6       bisitz   15537: 
                   15538:    "Change is not permitted without checking the 'Force ID change' checkbox on the previous page."
1.93      raeburn  15539: => "Change is not permitted without checking the 'Force ID change' checkbox on the previous page.",
1.6       bisitz   15540: 
                   15541:    'Unable to successfully change environment for'
1.93      raeburn  15542: => 'Unable to successfully change environment for',
1.6       bisitz   15543: 
                   15544:    'No roles'
1.93      raeburn  15545: => 'No roles',
1.6       bisitz   15546: 
                   15547:    'The following fields were not updated: '
1.93      raeburn  15548: => 'The following fields were not updated: ',
1.6       bisitz   15549: 
                   15550:    "You do not have the authority to change this field given the user's current set of active/future [_1] roles:"
1.96      raeburn  15551: => "You do not have the authority to change this field given the user's current set of active/future [_1] roles:",
1.6       bisitz   15552: 
                   15553:    "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:"
1.96      raeburn  15554: => "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:",
1.6       bisitz   15555: 
1.49      bisitz   15556:    'Please contact your [_1]helpdesk[_2] for more information.'
1.93      raeburn  15557: => 'Please contact your [_1]helpdesk[_2] for more information.',
1.6       bisitz   15558: 
                   15559:    '<b>[_1]</b> enrolled'
1.70      zhu      15560: => '<b>[_1]</b> 注册的',
1.6       bisitz   15561: 
                   15562:    'in section [_1]'
1.93      raeburn  15563: => 'in section [_1]',
1.6       bisitz   15564: 
                   15565:    'Access starts immediately'
1.70      zhu      15566: => '访问立即开始',
1.6       bisitz   15567: 
                   15568:    'Access starts: '
1.70      zhu      15569: => '访问开始: ',
1.6       bisitz   15570: 
                   15571:    'ends: no ending date'
1.70      zhu      15572: => '结束:没有结束日期',
1.6       bisitz   15573: 
                   15574:    'ends: '
1.70      zhu      15575: => '结束: ',
1.6       bisitz   15576: 
                   15577:    '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  15578: => '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   15579: 
                   15580:    '(default)'
1.70      zhu      15581: => '(默认的)',
1.6       bisitz   15582: 
                   15583:    '(default for [_1])'
1.70      zhu      15584: => '(默认 [_1])',
1.6       bisitz   15585: 
                   15586:    'You are not authorized to make bulk changes to user roles'
1.93      raeburn  15587: => 'You are not authorized to make bulk changes to user roles',
1.6       bisitz   15588: 
                   15589:    'You do not have permission to modify dates or sections for users'
1.93      raeburn  15590: => 'You do not have permission to modify dates or sections for users',
1.6       bisitz   15591: 
                   15592:    'deleted'
1.93      raeburn  15593: => 'deleted',
1.6       bisitz   15594: 
                   15595:    'No start date'
1.10      zhu      15596: => '没有开始日期',
1.6       bisitz   15597: 
                   15598:    'Previous [_1] changes'
1.93      raeburn  15599: => 'Previous [_1] changes',
1.6       bisitz   15600: 
                   15601:    'Next [_1] changes'
1.93      raeburn  15602: => 'Next [_1] changes',
1.6       bisitz   15603: 
1.74      bisitz   15604:    'There are no records to display.'
                   15605: => '没有记录显示。',
                   15606: 
                   15607:    'There are no transactions to display.'
1.93      raeburn  15608: => 'There are no transactions to display.',
1.6       bisitz   15609: 
                   15610:    'Automated enrollment'
1.70      zhu      15611: => '自动注册',
1.6       bisitz   15612: 
                   15613:    'Roster Update'
1.70      zhu      15614: => '名册更新',
1.6       bisitz   15615: 
                   15616:    'Course Creation'
1.70      zhu      15617: => '创建课程',
1.6       bisitz   15618: 
                   15619:    'User Management in course'
1.70      zhu      15620: => '在课程中的用户管理',
1.6       bisitz   15621: 
                   15622:    'User Management in domain'
1.70      zhu      15623: => '在域中的用户管理',
1.6       bisitz   15624: 
                   15625:    'Self-enrolled'
1.70      zhu      15626: => '自助注册',
1.6       bisitz   15627: 
                   15628:    'Your search term must contain more than just spaces.'
1.93      raeburn  15629: => 'Your search term must contain more than just spaces.',
1.6       bisitz   15630: 
                   15631:    'this course'
1.70      zhu      15632: => '本课程',
1.6       bisitz   15633: 
                   15634:    'LON-CAPA domain: '
1.93      raeburn  15635: => 'LON-CAPA domain: ',
1.6       bisitz   15636: 
                   15637:    'the institutional directory for domain: '
1.93      raeburn  15638: => 'the institutional directory for domain: ',
1.6       bisitz   15639: 
1.49      bisitz   15640:    'Please contact the [_1]helpdesk[_2] if you need to create a new user.'
1.93      raeburn  15641: => 'Please contact the [_1]helpdesk[_2] if you need to create a new user.',
1.6       bisitz   15642: 
                   15643:    'Section for self-enrolled users unchanged as the proposed section is a group'
1.93      raeburn  15644: => 'Section for self-enrolled users unchanged as the proposed section is a group',
1.6       bisitz   15645: 
                   15646:    'Group names and section names must be distinct'
1.12      zhu      15647: => '组名称和章节的名称必须是不同的',
1.6       bisitz   15648: 
                   15649:    'Section for self-enrolled users unchanged, as "all" is a reserved section name.'
1.93      raeburn  15650: => 'Section for self-enrolled users unchanged, as "all" is a reserved section name.',
1.6       bisitz   15651: 
                   15652:    'An error occurred when saving changes to self-enrollment settings in this course.'
1.93      raeburn  15653: => 'An error occurred when saving changes to self-enrollment settings in this course.',
1.6       bisitz   15654: 
                   15655: #SD end 2008-07-02
                   15656: 
                   15657:    'Server Switch Required'
1.93      raeburn  15658: => 'Server Switch Required',
1.6       bisitz   15659: 
1.118   ! bisitz   15660:    'Authoring Space access is only available from the home server of the corresponding Author.'
        !          15661: => 'Authoring Space access is only available from the home server of the corresponding Author.',
1.6       bisitz   15662: 
                   15663:    "Click the 'Switch Server' link to go there."
1.93      raeburn  15664: => "Click the 'Switch Server' link to go there.",
1.6       bisitz   15665: 
                   15666:    'Default in use:'
1.70      zhu      15667: => '默认情况下使用:',
1.6       bisitz   15668: 
1.89      bisitz   15669:    'Self-creation of account by users with status: [_1]'
1.93      raeburn  15670: => 'Self-creation of account by users with status: [_1]',
1.6       bisitz   15671: 
                   15672:    'modifiable fields (if institutional data blank): '
1.98      bisitz   15673: => 'modifiable fields (if institutional data blank): ',
1.6       bisitz   15674: 
                   15675:    'Source Code'
1.93      raeburn  15676: => 'Source Code',
1.6       bisitz   15677: 
1.118   ! bisitz   15678:    'Copy Problem Source Code to Authoring Space'
        !          15679: => 'Copy Problem Source Code to Authoring Space',
1.6       bisitz   15680: 
                   15681:    'Please enter the directory that you would like the source code to go into.'
1.93      raeburn  15682: => 'Please enter the directory that you would like the source code to go into.',
1.6       bisitz   15683: 
1.118   ! bisitz   15684:    'Note: the path is in reference to the root of your Authoring Space, and new directories will be automatically created.'
        !          15685: => 'Note: the path is in reference to the root of your Authoring Space, and new directories will be automatically created.',
1.6       bisitz   15686: 
                   15687:    'shared_source'
1.93      raeburn  15688: => 'shared_source',
1.6       bisitz   15689: 
1.118   ! bisitz   15690:    'Copy to Authoring Space'
        !          15691: => 'Copy to Authoring Space',
1.6       bisitz   15692: 
1.99      raeburn  15693:    '[_1]W[_2]ARNING' 
                   15694: => '[_1]W[_2]ARNING',
1.6       bisitz   15695: 
                   15696:    'At end of file some tags were still left unclosed:'
1.93      raeburn  15697: => 'At end of file some tags were still left unclosed:',
1.6       bisitz   15698: 
                   15699:    'Unable to save file [_1]'
1.93      raeburn  15700: => 'Unable to save file [_1]',
1.6       bisitz   15701: 
                   15702:    'Warnings and Errors'
1.93      raeburn  15703: => 'Warnings and Errors',
1.6       bisitz   15704: 
                   15705:    'Edit Math'
1.93      raeburn  15706: => 'Edit Math',
1.6       bisitz   15707: 
                   15708:    'DragMath Latex Equation Editor'
1.113     bisitz   15709: => 'DragMath Latex Equation Editor',
1.6       bisitz   15710: 
                   15711:    '[_1]Return[_2] to editing resource.'
1.98      bisitz   15712: => '[_1]Return[_2] to editing resource.',
1.6       bisitz   15713: 
                   15714:    'Counting pages for student: [_1]'
1.93      raeburn  15715: => 'Counting pages for student: [_1]',
1.6       bisitz   15716: 
                   15717:    'LaTeX could not successfully parse your tex file.'
1.93      raeburn  15718: => 'LaTeX could not successfully parse your tex file.',
1.6       bisitz   15719: 
                   15720:    'It probably has errors in it.'
1.93      raeburn  15721: => 'It probably has errors in it.',
1.6       bisitz   15722: 
                   15723:    'Here are the error messages in the LaTeX log file:'
1.93      raeburn  15724: => 'Here are the error messages in the LaTeX log file:',
1.6       bisitz   15725: 
                   15726:    'There are errors in [_1].'
1.93      raeburn  15727: => 'There are errors in [_1].',
1.6       bisitz   15728: 
                   15729:    'There are errors.'
1.93      raeburn  15730: => 'There are errors.',
1.6       bisitz   15731: 
                   15732:    'These errors prevent this resource from printing correctly.'
1.93      raeburn  15733: => 'These errors prevent this resource from printing correctly.',
1.6       bisitz   15734: 
                   15735:    'A message has been sent to the instructor describing this failure.'
1.93      raeburn  15736: => 'A message has been sent to the instructor describing this failure.',
1.6       bisitz   15737: 
                   15738:    'You are running LaTeX in [_1]batch mode[_2].'
1.93      raeburn  15739: => 'You are running LaTeX in [_1]batch mode[_2].',
1.6       bisitz   15740: 
                   15741:    'It has found an error in [_1][_2]and corrected it.'
1.93      raeburn  15742: => 'It has found an error in [_1][_2]and corrected it.',
1.6       bisitz   15743: 
                   15744:    '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   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.6       bisitz   15746: 
                   15747:    'The link to [_1]Your log file[_2]'
1.93      raeburn  15748: => 'The link to [_1]Your log file[_2]',
1.6       bisitz   15749: 
                   15750:    'The link to [_1]Your original LaTeX file[_2]'
1.93      raeburn  15751: => 'The link to [_1]Your original LaTeX file[_2]',
1.6       bisitz   15752: 
                   15753:    'bomb'
1.93      raeburn  15754: => 'bomb',
1.6       bisitz   15755: 
                   15756:    'Output Tags'
1.93      raeburn  15757: => 'Output Tags',
1.6       bisitz   15758: 
                   15759:    'WARNING: Cannot connect to database!'
1.70      zhu      15760: => '警告:无法连接到数据库!',
1.6       bisitz   15761: 
                   15762:    'Error occurred saving new values in metadata table in LON-CAPA database!'
1.70      zhu      15763: => '保存新值数据表到LON-CAPA数据库中时发生错误!',
1.6       bisitz   15764: 
1.81      bisitz   15765:    'Your course/community currently appears in the Course/Community Catalog for this domain.'
1.93      raeburn  15766: => 'Your course/community currently appears in the Course/Community Catalog for this domain.',
1.6       bisitz   15767: 
                   15768:    '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   15769: => '课程可自我编目的基础的研究所代码(例如, inf_20112012_math1 )或可通过域的定义分配类别界定。',
1.6       bisitz   15770: 
1.81      bisitz   15771:    'Your course/community does not currently appear in the Course/Community Catalog for this domain.'
1.93      raeburn  15772: => 'Your course/community does not currently appear in the Course/Community Catalog for this domain.',
1.6       bisitz   15773: 
                   15774:    'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.'
1.93      raeburn  15775: => 'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.',
1.6       bisitz   15776: 
                   15777:    '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  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.6       bisitz   15779: 
                   15780:    'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:'
1.93      raeburn  15781: => 'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:',
1.6       bisitz   15782: 
                   15783:    'Take the following action to ensure the course appears in the Catalog:'
1.93      raeburn  15784: => 'Take the following action to ensure the course appears in the Catalog:',
1.6       bisitz   15785: 
                   15786:    'Ask a domain coordinator to change the "Exclude from course catalog" setting.'
1.93      raeburn  15787: => 'Ask a domain coordinator to change the "Exclude from course catalog" setting.',
1.6       bisitz   15788: 
                   15789:    'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".'
1.93      raeburn  15790: => 'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".',
1.6       bisitz   15791: 
                   15792:    'Ask a domain coordinator to assign an institutional code (if this is an official course).'
1.93      raeburn  15793: => 'Ask a domain coordinator to assign an institutional code (if this is an official course).',
1.6       bisitz   15794: 
                   15795:    'Ask a domain coordinator to enable or create at least one course category in the domain.'
1.93      raeburn  15796: => 'Ask a domain coordinator to enable or create at least one course category in the domain.',
1.6       bisitz   15797: 
                   15798:    'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.'
1.93      raeburn  15799: => 'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.',
1.6       bisitz   15800: 
                   15801:    '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  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.6       bisitz   15803: 
                   15804:    'Ask a domain coordinator to assign a category to the course.'
1.93      raeburn  15805: => 'Ask a domain coordinator to assign a category to the course.',
1.6       bisitz   15806: 
1.93      raeburn  15807:    'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.'
                   15808: => 'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.',
1.6       bisitz   15809: 
                   15810:    '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  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.6       bisitz   15812: 
                   15813:    'Use [_1]Set course environment[_2] to assign a category to the course.'
1.93      raeburn  15814: => 'Use [_1]Set course environment[_2] to assign a category to the course.',
1.6       bisitz   15815: 
                   15816:    'You are able to both assign a course category and choose to exclude this course from the catalog.'
1.93      raeburn  15817: => 'You are able to both assign a course category and choose to exclude this course from the catalog.',
1.6       bisitz   15818: 
                   15819:    '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  15820: => '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   15821: 
                   15822:    'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.'
1.93      raeburn  15823: => 'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.',
1.6       bisitz   15824: 
                   15825:    'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.'
1.93      raeburn  15826: => 'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.',
1.6       bisitz   15827: 
                   15828:    "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  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.6       bisitz   15830: 
                   15831:    'You can only use this screen to select courses in the current domain.'
1.93      raeburn  15832: => 'You can only use this screen to select courses in the current domain.',
1.6       bisitz   15833: 
1.41      bisitz   15834:    '[_1]Your Excel spreadsheet[_2] is ready for download.'
1.101     bisitz   15835: => '[_1]Your Excel spreadsheet[_2] is ready for download.',
1.6       bisitz   15836: 
1.41      bisitz   15837:    '[_1]Your CSV file[_2] is ready for download.'
1.101     bisitz   15838: => '[_1]Your CSV file[_2] is ready for download.',
1.6       bisitz   15839: 
                   15840:    'Name (username)'
1.93      raeburn  15841: => 'Name (username)',
1.6       bisitz   15842: 
                   15843:    'Grades Assigned'
1.93      raeburn  15844: => 'Grades Assigned',
1.6       bisitz   15845: 
                   15846:    'Comments'
1.18      zhu      15847: => '注释',
1.6       bisitz   15848: 
                   15849:    'No Course Data'
1.93      raeburn  15850: => 'No Course Data',
1.6       bisitz   15851: 
                   15852:    'Error getting student data ([_1])'
1.93      raeburn  15853: => 'Error getting student data ([_1])',
1.6       bisitz   15854: 
                   15855:    'Score'
1.93      raeburn  15856: => 'Score',
1.6       bisitz   15857: 
1.77      bisitz   15858:    'score'
1.93      raeburn  15859: => 'score',
1.77      bisitz   15860: 
1.6       bisitz   15861:    'Display Options'
1.36      zhu      15862: => '显示选项',
1.6       bisitz   15863: 
                   15864:    'This role has section(s) associated with it.'
1.93      raeburn  15865: => 'This role has section(s) associated with it.',
1.6       bisitz   15866: 
                   15867:    'Enter a specific section.'
1.93      raeburn  15868: => 'Enter a specific section.',
1.6       bisitz   15869: 
                   15870:    'Enter a specific section, or leave blank for no section.'
1.93      raeburn  15871: => 'Enter a specific section, or leave blank for no section.',
1.6       bisitz   15872: 
                   15873:    'Available sections are:'
1.93      raeburn  15874: => 'Available sections are:',
1.6       bisitz   15875: 
                   15876:    'You entered an invalid section choice:'
1.93      raeburn  15877: => 'You entered an invalid section choice:',
1.6       bisitz   15878: 
                   15879:    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3] domain.'
1.56      zhu      15880: => '您不妨联系[_2][_3]域的[_1] LON-CAPA 求助。',
1.6       bisitz   15881: 
                   15882:    '([_1] time zone)'
1.9       zhu      15883: => '(时区 [_1])',
1.6       bisitz   15884: 
                   15885:    'Selecting an Author'
1.93      raeburn  15886: => 'Selecting an Author',
1.6       bisitz   15887: 
                   15888:    'Invalid domain'
1.26      zhu      15889: => '无效域',
1.6       bisitz   15890: 
1.118   ! bisitz   15891:    'There are no library servers containing Authoring Spaces currently in domain: [_1], so you can not assume a co-author role.'
        !          15892: => 'There are no library servers containing Authoring Spaces currently in domain: [_1], so you can not assume a co-author role.',
1.6       bisitz   15893: 
1.118   ! bisitz   15894:    'You do not have a domain coordinator role in domain: [_1], so you cannot choose an Authoring Space for which you can assume a co-author role.'
        !          15895: => 'You do not have a domain coordinator role in domain: [_1], so you cannot choose an Authoring Space for which you can assume a co-author role.',
1.6       bisitz   15896: 
1.118   ! bisitz   15897:    'You do not have a domain coordinator role, so you cannot choose an Authoring Space for which you can assume a co-author role.'
        !          15898: => 'You do not have a domain coordinator role, so you cannot choose an Authoring Space for which you can assume a co-author role.',
1.6       bisitz   15899: 
1.118   ! bisitz   15900:    'There are no author roles currently in domain: [_1], so there are no Authoring Spaces for which you can assume a co-author role.'
        !          15901: => 'There are no author roles currently in domain: [_1], so there are no Authoring Spaces for which you can assume a co-author role.',
1.6       bisitz   15902: 
1.83      bisitz   15903:    'As your session file for the course or community has expired, you will need to re-select it.'
1.93      raeburn  15904: => 'As your session file for the course or community has expired, you will need to re-select it.', # '当>您的课程已过期,您将需要重新选择课程。',
1.6       bisitz   15905: 
                   15906:    '[quant,_1,yr]'
1.99      raeburn  15907: => '[quant,_1,yr]',
1.6       bisitz   15908: 
                   15909:    '[quant,_1,mth]'
1.99      raeburn  15910: => '[quant,_1,mth]',
1.6       bisitz   15911: 
                   15912:    '[quant,_1,hr]'
1.99      raeburn  15913: => '[quant,_1,hr]',
1.6       bisitz   15914: 
                   15915:    '[quant,_1,min]'
1.99      raeburn  15916: => '[quant,_1,min]',
1.6       bisitz   15917: 
                   15918:    '[quant,_1,sec]'
1.99      raeburn  15919: => '[quant,_1,sec]',
1.6       bisitz   15920: 
                   15921:    'Loading student data...'
1.18      zhu      15922: => '检索学生数据...',
1.6       bisitz   15923: 
                   15924:    'Options'
1.18      zhu      15925: => '选项',
1.6       bisitz   15926: 
                   15927:    'Time Period'
1.18      zhu      15928: => '周期',
1.6       bisitz   15929: 
1.111     bisitz   15930:    'Resource is undefined.'
                   15931: => 'Resource is undefined.',
1.6       bisitz   15932: 
                   15933:    'Plot Graph'
1.93      raeburn  15934: => 'Plot Graph',
1.6       bisitz   15935: 
                   15936:    'Download'
1.18      zhu      15937: => '下载',
1.6       bisitz   15938: 
                   15939:    'PDF File'
1.18      zhu      15940: => 'PDF 文档',
1.6       bisitz   15941: 
                   15942:    'Zip File'
1.18      zhu      15943: => 'ZIP 文档',
1.6       bisitz   15944: 
                   15945:    'File Size (Bytes)'
1.18      zhu      15946: => '文件大小 (Bytes)',
1.6       bisitz   15947: 
                   15948:    'Contents'
1.18      zhu      15949: => '内容',
1.6       bisitz   15950: 
                   15951:    'Problem Type'
1.12      zhu      15952: => '问题类型',
1.6       bisitz   15953: 
                   15954:    'not in this course'
1.93      raeburn  15955: => 'not in this course',
1.6       bisitz   15956: #Start: redesigned menus
                   15957: #lonparmset.pm
1.18      zhu      15958: 
1.6       bisitz   15959:    'Edit environment settings for this course.'
1.93      raeburn  15960: => 'Edit environment settings for this course.',
1.6       bisitz   15961: 
                   15962:    'Portfolio Metadata'
1.27      zhu      15963: => '元数据-组合',
1.6       bisitz   15964: 
                   15965:    'Settings for this Course'
1.27      zhu      15966: => '设置这门课程',
1.6       bisitz   15967: 
                   15968:    'New and Existing Parameter Settings for Resources'
1.27      zhu      15969: => '新的和现有资源的参数设置',
1.6       bisitz   15970: 
                   15971:    'Edit Resource Parameters - Helper Mode'
1.27      zhu      15972: => '编辑源参数 - 辅助模式',
1.6       bisitz   15973: 
                   15974:    'Edit Resource Parameters - Overview Mode'
1.27      zhu      15975: => '编辑资源参数 - 概况模式',
1.6       bisitz   15976: 
                   15977:    'Edit Resource Parameters - Table Mode'
1.27      zhu      15978: => '编辑资源参数 - 表模式',
1.6       bisitz   15979: 
                   15980:    'Existing Parameter Settings for Resources'
1.27      zhu      15981: => '现有资源的参数设置',
1.6       bisitz   15982: 
                   15983:    'Change Log'
1.27      zhu      15984: => '变更记录',
1.6       bisitz   15985: 
                   15986:    'Restrict metadata for this course.'
1.93      raeburn  15987: => 'Restrict metadata for this course.',
1.6       bisitz   15988: 
                   15989:    'Manage slots for this course.'
1.93      raeburn  15990: => 'Manage slots for this course.',
1.6       bisitz   15991: 
                   15992:    'Reset access times for folders/maps, resources or the course.'
1.93      raeburn  15993: => 'Reset access times for folders/maps, resources or the course.',
1.6       bisitz   15994: 
                   15995:    'Set default actions for parameters.'
1.93      raeburn  15996: => 'Set default actions for parameters.',
1.6       bisitz   15997: 
                   15998:    'Set/Modify resource parameters in helper mode.'
1.93      raeburn  15999: => 'Set/Modify resource parameters in helper mode.',
1.6       bisitz   16000: 
                   16001:    'Set/Modify resource parameters in table mode.'
1.93      raeburn  16002: => 'Set/Modify resource parameters in table mode.',
1.6       bisitz   16003: 
                   16004:    'Set/Modify resource parameters in overview mode.'
1.93      raeburn  16005: => 'Set/Modify resource parameters in overview mode.',
1.6       bisitz   16006: 
                   16007:    'Set/Modify existing resource parameters in overview mode.'
1.93      raeburn  16008: => 'Set/Modify existing resource parameters in overview mode.',
1.6       bisitz   16009: 
                   16010:    'View parameter and course blog posting/user notification change log.'
1.93      raeburn  16011: => 'View parameter and course blog posting/user notification change log.',
1.6       bisitz   16012: #lonpreferences.pm
                   16013: 
                   16014:    'Screen Name'
                   16015: => '昵称',
                   16016: 
1.63      zhu      16017:    'Screenname'
                   16018: => '昵称',
                   16019: 
                   16020:    'Nickname'
                   16021: => '昵称',
                   16022: 
1.55      zhu      16023:    'Messages &amp; Notifications'
1.22      zhu      16024: => '邮件&公告',
1.6       bisitz   16025: 
                   16026:    'Discussion Display'
1.9       zhu      16027: => '讨论显示',
1.6       bisitz   16028: 
                   16029:    'Page Display Settings'
                   16030: => '页面显示设置',
                   16031: 
                   16032:    'Color Scheme'
                   16033: => '颜色方案',
                   16034: 
                   16035:    'Menu Display'
                   16036: => '菜单显示',
                   16037: 
                   16038:    'Content Display Settings'
1.9       zhu      16039: => '内容显示设置',
1.6       bisitz   16040: 
                   16041:    'WYSIWYG Editor'
                   16042: => 'WYSIWYG-编辑器',
                   16043: 
                   16044:    'Roles Page'
1.9       zhu      16045: => '角色页面',
1.6       bisitz   16046: 
                   16047:    'Display of Scientific Equations'
1.55      zhu      16048: => '显示科学公式',
1.6       bisitz   16049: 
                   16050:    'Edit information about yourself that should be displayed on your public profile.'
1.93      raeburn  16051: => 'Edit information about yourself that should be displayed on your public profile.',
1.6       bisitz   16052: 
                   16053:    'Change the name that is displayed in your posts.'
1.18      zhu      16054: => '变更在您的讨论中的名称。',
1.6       bisitz   16055: 
                   16056:    'Change LON-CAPA default colors.'
1.93      raeburn  16057: => 'Change LON-CAPA default colors.',
1.6       bisitz   16058: 
                   16059:    'Change messageforwarding or notifications settings.'
1.93      raeburn  16060: => 'Change messageforwarding or notifications settings.',
1.6       bisitz   16061: 
                   16062:    'Choose the default language for this user.'
1.98      bisitz   16063: => 'Choose the default language for this user.',
1.6       bisitz   16064: 
                   16065:    'Enable or disable the WYSIWYG-Editor.'
1.93      raeburn  16066: => 'Enable or disable the WYSIWYG-Editor.',
1.6       bisitz   16067: 
                   16068:    'Configure the roles hotlist.'
1.93      raeburn  16069: => 'Configure the roles hotlist.',
1.6       bisitz   16070: 
                   16071:    'Change how Scientific Equations are displayed.'
1.9       zhu      16072: => '改变如何显示科学方程。',
1.6       bisitz   16073: 
                   16074:    'Register your clicker.'
1.9       zhu      16075: => '登记您的应答设备 (遥控).',
1.6       bisitz   16076: 
                   16077:    'Change your password.'
1.9       zhu      16078: => '更改您的密码。',
1.6       bisitz   16079: 
                   16080:    'Launch the remote control for LON-CAPA.'
1.93      raeburn  16081: => 'Launch the remote control for LON-CAPA.',
1.6       bisitz   16082: 
                   16083:    'Collapse the remote control for LON-CAPA.'
1.93      raeburn  16084: => 'Collapse the remote control for LON-CAPA.',
1.6       bisitz   16085: 
                   16086:    'Restrict domain coordinator access.'
1.93      raeburn  16087: => 'Restrict domain coordinator access.',
1.6       bisitz   16088: 
                   16089:    'Set the default page to be displayed when you select a course role.'
1.98      bisitz   16090: => 'Set the default page to be displayed when you select a course role.',
1.6       bisitz   16091: 
                   16092:    'Toggle Debug Messages.'
1.93      raeburn  16093: => 'Toggle Debug Messages.',
1.6       bisitz   16094: 
                   16095:    'Change whether the menus are displayed with buttons, icons or icons and text.'
1.93      raeburn  16096: => 'Change whether the menus are displayed with buttons, icons or icons and text.',
1.6       bisitz   16097:    'Course Initialization'
1.36      zhu      16098: => '课程初始化',
1.6       bisitz   16099: #loncreateuser.pm
1.69      droeschl 16100:    'Single Users'
1.70      zhu      16101: => '单用户',
1.6       bisitz   16102: 
                   16103:    'Upload a CSV or a text file containing users.'
1.70      zhu      16104: => '课程参加者上传CSV或文本文件。',
1.6       bisitz   16105: 
                   16106:    'Add a user with a certain role to this course.'
1.70      zhu      16107: => '添加一个具有特定的角色的用户到这门课程中。',
1.6       bisitz   16108: 
1.69      droeschl 16109:    'Add/Modify a Student'
1.79      bisitz   16110: => '添加/修改学生',
1.6       bisitz   16111: 
                   16112:    'Add a user with the role student to this course.'
1.70      zhu      16113: => '添加一个用户到课程中,作为学生角色。',
1.6       bisitz   16114: 
                   16115:    'Configuration'
1.28      zhu      16116: => '设置',
1.6       bisitz   16117: 
                   16118:    'Automated enrollment manager.'
1.70      zhu      16119: => '管理自助注册',
1.6       bisitz   16120: 
1.83      bisitz   16121:    'Self-Enrollment'
1.93      raeburn  16122: => 'Self-Enrollment',
1.83      bisitz   16123: 
1.6       bisitz   16124:    'User Self-Enrollment'
1.70      zhu      16125: => '用户自助注册',
1.6       bisitz   16126: 
1.83      bisitz   16127:    'Configure user self-enrollment.'
1.70      zhu      16128: => '配置用户自助注册。',
1.6       bisitz   16129: 
                   16130:    'Manage course groups.'
1.12      zhu      16131: => '管理课程组。',
1.6       bisitz   16132: 
                   16133:    'Change Logs'
1.28      zhu      16134: => '更改记录',
1.6       bisitz   16135: 
                   16136:    'View change log.'
1.28      zhu      16137: => '显示更改记录。',
1.6       bisitz   16138: 
                   16139:    'Administration'
1.28      zhu      16140: => '管理',
1.6       bisitz   16141: 
1.69      droeschl 16142:    'Manage Course Users'
1.70      zhu      16143: => '用户课程管理',
1.6       bisitz   16144: 
                   16145:    'Show and manage users of this course.'
1.70      zhu      16146: => '查看和管理这门课程的用户。',
1.6       bisitz   16147: 
                   16148:    'Remove a student from this course.'
1.70      zhu      16149: => '从这门课程中移除一名学生。',
1.6       bisitz   16150: 
                   16151:    'Custom Roles'
1.28      zhu      16152: => '自定义角色',
1.6       bisitz   16153: 
                   16154:    'Configure a custom role.'
1.70      zhu      16155: => '配置自定义角色。',
                   16156: 
                   16157:    'Multiple Users'
                   16158: => '多用户',
                   16159: 
1.6       bisitz   16160: #lonstatistics.pm
                   16161:    'Statistics and Analyses'
1.70      zhu      16162: => '统计与分析',
1.6       bisitz   16163: 
                   16164:    'Plots'
1.70      zhu      16165: => '图表',
1.6       bisitz   16166: 
                   16167:    'Reports'
1.28      zhu      16168: => '报告',
1.6       bisitz   16169: 
1.18      zhu      16170:    'Personal Homepage'
                   16171: => '个人主页',
                   16172: 
1.56      zhu      16173:    'Link Name:'
                   16174: => '连接的名字:',
                   16175: 
                   16176:    'Address:'
                   16177: => '地址:',
                   16178: 
1.18      zhu      16179:    'Link Name'
1.56      zhu      16180: => '连接的名字',
1.18      zhu      16181: 
                   16182:    'Address'
1.56      zhu      16183: => '地址',
1.18      zhu      16184: 
                   16185:    'Broadcast to Active Members'
1.27      zhu      16186: => '通知活跃的会员',
1.18      zhu      16187: 
1.19      zhu      16188:    'Thank you for your input!'
                   16189: => '非常感谢您的评估!',
                   16190: 
                   16191:    'Saving feedback: [_1]'
                   16192: => '保存到信息反馈: [_1]',
                   16193: 
                   16194:    'Logging first evaluation'
                   16195: => '登录到首次评估',
                   16196: 
                   16197:    '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.'
                   16198: => 'WYSIWYG 编辑器仅支持简单的 HTML,并且在许多情况下不适合复杂的创作。在一些情况下,它可能破坏复杂的创作及 LaTeX 和脚本函数的调用。',
                   16199: 
                   16200:    'Special Admin Options'
                   16201: => '特别管理选项',
                   16202: 
                   16203:    'Discussion postings'
                   16204: => '讨论帖子',
                   16205: 
1.22      zhu      16206:    'Currently using [_1] of the [_2] available.'
                   16207: => '目前使用 [_1] ,在 [_2] 可用中。',
                   16208: 
                   16209:    'Registering clickers: [_1]'
                   16210: => '注册的“遥控”号码为: [_1]',
                   16211: 
                   16212:    'New Broadcast Message'
                   16213: => '新的广播信息',
1.41      bisitz   16214: 
1.22      zhu      16215:    'Send a broadcast message to members of this Course and/or other users.'
                   16216: => '发送广播信息给这门课程的成员和/或其他用户。',
1.41      bisitz   16217: 
1.22      zhu      16218:    'New Messages from File'
                   16219: => '从文件生成新邮件',
                   16220: 
                   16221:    'Send copy to permanent e-mail address (if known)'
1.41      bisitz   16222: => '发送一份副本给外部电子邮件(如果有的话)',
1.19      zhu      16223: 
1.22      zhu      16224:    'Require return receipt?'
                   16225: => '回执确认?',
1.18      zhu      16226: 
1.26      zhu      16227:    'Message Administration'
                   16228: => '邮件管理',
                   16229: 
                   16230:    'Message Log for Selected Users'
                   16231: => '选定用户的邮件日志',
                   16232: 
1.28      zhu      16233:    'New Document'
                   16234: => '新文档',
                   16235: 
                   16236:   'Bcc: course members with current access'
                   16237: => '密送:当前访问的课程参加者',
                   16238: 
1.55      zhu      16239:    'Tools:'
                   16240: => '工具:',
                   16241: 
                   16242:    'Upload PDF Form'
                   16243: => '上传PDF格式文档',
                   16244: 
                   16245:    'Upload a PDF Form with filled Form Fields'
                   16246: => '上传带有填写表格字段的PDF格式文档',
                   16247: 
                   16248:    'Please choose a PDF-File.'
                   16249: => '请选择一个PDF文件。',
                   16250: 
                   16251:    "Can't find any valid PDF formfields."
                   16252: => '找不到任何有效的PDF格式文档 。',
                   16253: 
                   16254:    'Results of PDF Form problems'
                   16255: => 'PDF格式习题答案',
                   16256: 
1.56      zhu      16257:    'Published Documents'
                   16258: => '公开文件',
                   16259: 
1.6       bisitz   16260: #SYNCMARKER
                   16261: );
                   16262: 
                   16263: 1;
                   16264: 

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