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

1.6       bisitz      1: # The LearningOnline Network with CAPA
                      2: # Chinese Simplified Localization Lexicon
                      3: #
1.115   ! bisitz      4: # $Id: zh.pm,v 1.114 2013/12/04 15:57:19 bisitz Exp $
1.6       bisitz      5: #
                      6: # Copyright Michigan State University Board of Trustees
                      7: #
                      8: # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                      9: #
                     10: # LON-CAPA is free software; you can redistribute it and/or modify
                     11: # it under the terms of the GNU General Public License as published by
                     12: # the Free Software Foundation; either version 2 of the License, or
                     13: # (at your option) any later version.
                     14: #
                     15: # LON-CAPA is distributed in the hope that it will be useful,
                     16: # but WITHOUT ANY WARRANTY; without even the implied warranty of
                     17: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     18: # GNU General Public License for more details.
                     19: #
                     20: # You should have received a copy of the GNU General Public License
                     21: # along with LON-CAPA; if not, write to the Free Software
                     22: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     23: #
                     24: # /home/httpd/html/adm/gpl.txt
                     25: #
                     26: # http://www.lon-capa.org/
                     27: #
                     28: ######################################################################
                     29: ######################################################################
                     30: 
                     31: 
                     32: package Apache::localize::zh;
                     33: use base qw(Apache::localize);
                     34: 
                     35: %Lexicon=('_AUTO' => 1,
                     36: 'char_encoding'=> 'UTF-8',
                     37: 'language_code'=> 'zh',
                     38: 'lang_locale' => 'zh-cn.utf8',
1.79      bisitz     39: 'date_locale'  =>
1.9       zhu        40:       '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds',
1.6       bisitz     41: 'date_months'  => '一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十一月,十二月',
                     42: 'date_days'    => '星期日,星期一,星期二,星期三,星期四,星期五,星期六',
                     43: 'date_am' => '上午',
                     44: 'date_pm' => '下午',
                     45: 'htmlarea_lang' => 'zh-cn',
                     46: 
                     47:    'Domain'
                     48: => '领域',
                     49: 
                     50:    'Domain:'
                     51: => '领域:',
                     52: 
                     53:    'Server'
1.7       zhu        54: => '服务器',
1.6       bisitz     55: 
                     56:    'Server Load'
1.7       zhu        57: => '服务器负载',
1.6       bisitz     58: 
                     59:    'User Load'
1.7       zhu        60: => '用户负载',
1.6       bisitz     61: 
                     62:    'Help'
                     63: => '帮助',
                     64: 
                     65:    'Log in'
                     66: => '登录',
                     67: 
                     68:    'Log-in to LON-CAPA'
                     69: => '登录 LON-CAPA',
                     70: 
                     71:    'Username'
                     72: => '用户名',
                     73: 
                     74:    'Password'
                     75: => '密码',
                     76: 
                     77:    'choose'
1.10      zhu        78: => '选择',
1.6       bisitz     79: 
                     80:    'enter'
1.12      zhu        81: => '进入',
1.6       bisitz     82: 
                     83:    'view'
1.93      raeburn    84: => 'view',
1.6       bisitz     85: 
                     86:    'calendar'
1.10      zhu        87: => '日历',
1.6       bisitz     88: 
                     89:    'prefer-'
1.93      raeburn    90: => 'prefer-',
1.6       bisitz     91: 
                     92:    'ences'
1.93      raeburn    93: => 'ences',
1.6       bisitz     94: 
                     95:    'role'
1.10      zhu        96: => '角色',
1.6       bisitz     97: 
                     98:    'course'
1.10      zhu        99: => '课程',
1.6       bisitz    100: 
                    101:    'Course'
1.10      zhu       102: => '课程',
1.6       bisitz    103: 
                    104:    'Section/Group'
1.10      zhu       105: => '科/组',
1.6       bisitz    106: 
                    107:    'today'
1.10      zhu       108: => '今日',
1.6       bisitz    109: 
                    110:    'last week'
1.10      zhu       111: => '上周',
1.6       bisitz    112: 
                    113:    'last month'
1.10      zhu       114: => '上个月',
1.6       bisitz    115: 
                    116:    'last three months'
1.10      zhu       117: => '过去3个月',
1.6       bisitz    118: 
                    119:    'last six months'
1.10      zhu       120: => '过去6个月',
1.6       bisitz    121: 
                    122:    'last year'
1.10      zhu       123: => '去年',
1.6       bisitz    124: 
                    125:    'Submit'
1.10      zhu       126: => '提交',
1.6       bisitz    127: 
                    128:    'Rename'
                    129: => '重命名',
                    130: 
                    131:    'Save'
                    132: => '保存',
                    133: 
                    134:    'Save All'
1.9       zhu       135: => '全部保存',
1.6       bisitz    136: 
                    137:    'Done'
1.10      zhu       138: => '完成',
1.6       bisitz    139: 
                    140:    'Select User'
                    141: => '选择用户',
                    142: 
                    143:    'Select Course'
                    144: => '选择课程',
                    145: 
                    146:    'Changes will become active for your current session after'
1.93      raeburn   147: => 'Changes will become active for your current session after',
1.6       bisitz    148: 
                    149:    're-initializing course'
1.10      zhu       150: => '课程重新初始化',
1.6       bisitz    151: 
                    152:    ', or the next time you log in.'
1.12      zhu       153: => ',或在您下次登录。',
1.6       bisitz    154: 
                    155:    'Uploaded Document'
1.10      zhu       156: => '上传文件',
1.6       bisitz    157: 
                    158:    'No content modifications yet.'
1.12      zhu       159: => '还没有修改任何内容。',
1.6       bisitz    160: 
                    161:    'Part is not open to be viewed. It'
1.93      raeburn   162: => 'Part is not open to be viewed. It',
1.6       bisitz    163: 
                    164:    'Unable to determine if this resource is open due to network problems. Please try again later.'
1.93      raeburn   165: => 'Unable to determine if this resource is open due to network problems. Please try again later.',
1.6       bisitz    166: 
                    167:    'Note: it can take up to 10 minutes for changes to take effect for all users.'
1.10      zhu       168: => '注意:所有用户更改生效可能需要10分钟。',
1.6       bisitz    169: 
                    170:    'Language'
                    171: => '语言',
                    172: 
                    173:    'Notes'
1.10      zhu       174: => '注释',
1.6       bisitz    175: 
                    176:    'Abstract'
1.10      zhu       177: => '摘要',
1.41      bisitz    178: 
1.6       bisitz    179:    'Create a user or modify the roles and privileges of a user'
1.10      zhu       180: => '创建或修改用户的角色和权限',
1.6       bisitz    181: 
                    182:    'View course assessment statistics'
1.26      zhu       183: => '查看课程评估统计',
1.6       bisitz    184: 
                    185:    'Set deadlines and other assessment parameters, as well as modify course environment'
1.10      zhu       186: => '设置最后期限和其他评估参数,以及修改课程环境',
1.6       bisitz    187: 
                    188:    'New Folder'
                    189: => '新建文件夹',
                    190: 
                    191:    'Simple Page'
                    192: => '简单的页面',
                    193: 
                    194:    'Simple Problem'
                    195: => '简单的问题',
                    196: 
                    197:    'Upload Document'
                    198: => '上传文件',
                    199: 
                    200:    'Search'
                    201: => '搜索',
                    202: 
                    203:    'Import'
                    204: => '导入',
                    205: 
                    206:    'Main Course Documents'
                    207: => '主要课程文件',
                    208: 
                    209:    'Supplemental Course Documents'
                    210: => '附加的课程文件',
                    211: 
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: 
                    773:    'Construction Space Directory'
1.10      zhu       774: => '建设目录',
1.6       bisitz    775: 
                    776:    'Contact [_1] for access.'
1.10      zhu       777: => '获取 [_1] 联系。',
1.6       bisitz    778: 
                    779:    'Please log into [_1] to edit.'
1.10      zhu       780: => '请登入 [_1] 进行修改。',
1.6       bisitz    781: 
                    782:    'Save uploaded file as [_1]'
1.10      zhu       783: => '保存上传的文件为 [_1]',
1.6       bisitz    784: 
                    785:    'Searching'
1.10      zhu       786: => '搜索',
1.6       bisitz    787: 
                    788:    'Searching ...'
1.10      zhu       789: => '搜索...',
1.6       bisitz    790: 
                    791:    'Owner:Domain'
1.10      zhu       792: => '所有者:域',
1.6       bisitz    793: 
                    794:    'Owner/Co-owner(s)'
1.10      zhu       795: => '所有者/合伙人',
1.6       bisitz    796: 
                    797:    'Select the Construction Space'
1.10      zhu       798: => '选择建设领域',
1.6       bisitz    799: 
                    800:    'It is recommended that you use an up-to-date virus scanner before handling this file.'
1.93      raeburn   801: => 'It is recommended that you use an up-to-date virus scanner before handling this file.',
1.6       bisitz    802: 
                    803:    'not displayed'
1.10      zhu       804: => '不显示',
1.6       bisitz    805: 
                    806:    "Open, no due date"
1.10      zhu       807: => "开放的,没有截止日期",
1.6       bisitz    808: 
                    809:    "Uncompleted Homework"
1.10      zhu       810: => "未完成家庭作业",
1.6       bisitz    811: 
                    812:    "Show Only Uncompleted Homework"
1.10      zhu       813: => "只显示未完成家庭作业",
1.6       bisitz    814: 
                    815:    "All homework is currently completed."
1.10      zhu       816: => "目前所有完成的功课。",
1.6       bisitz    817: 
                    818:    'This course is empty.'
1.10      zhu       819: => '这课程是空的。',
1.6       bisitz    820: 
                    821:    'Coursemap undefined.'
1.10      zhu       822: => '课程内容没有定义。',
1.6       bisitz    823: 
                    824:    "Was due"
1.10      zhu       825: => "截止于",
1.6       bisitz    826: 
                    827:    "Answer available"
1.10      zhu       828: => "答案可用",
1.6       bisitz    829: 
                    830:    "Excused by instructor"
1.10      zhu       831: => "由讲师通过",
1.6       bisitz    832: 
                    833:    "Answer submitted, not yet graded"
1.10      zhu       834: => "提交答案,尚未评分",
1.6       bisitz    835: 
                    836:    "No due date"
1.10      zhu       837: => "没有截止日期",
1.6       bisitz    838: 
                    839:    'never'
1.10      zhu       840: => '从来不',
1.6       bisitz    841: 
                    842:    'Answer submitted'
1.10      zhu       843: => '提交答案',
1.6       bisitz    844: 
                    845:    '[_1] of [_2] tries used'
1.10      zhu       846: => '[_1] 的 [_2] 尝试使用',
1.6       bisitz    847: 
                    848:    'Processing'
1.18      zhu       849: => '数据处理',
1.6       bisitz    850: 
                    851:    'Access and Usage Statistics'
1.18      zhu       852: => '访问和使用统计',
1.6       bisitz    853: 
                    854:    'Evaluation Comments'
1.18      zhu       855: => '评价评论',
1.6       bisitz    856: 
                    857:    'Evaluation Data'
1.18      zhu       858: => '评价数据',
1.6       bisitz    859: 
                    860:    'Server Administration'
1.18      zhu       861: => '服务器管理',
1.6       bisitz    862: 
                    863:    'System Administration'
1.18      zhu       864: => '系统管理',
1.6       bisitz    865: 
                    866:    'Users with Roles Assigned by'
1.93      raeburn   867: => 'Users with Roles Assigned by',
1.6       bisitz    868: 
                    869:    'Name starting with'
1.70      zhu       870: => '从开头',
1.6       bisitz    871: 
                    872:    'This resource has been marked obsolete by the author(s)'
1.93      raeburn   873: => 'This resource has been marked obsolete by the author(s)',
1.6       bisitz    874: 
1.19      zhu       875:    'Upload'
                    876: => '上传',
                    877: 
1.6       bisitz    878:    'Uploaded'
1.19      zhu       879: => '已上传',
1.6       bisitz    880: 
                    881:    'Dynamic Metadata'
1.19      zhu       882: => '动态数据',
1.6       bisitz    883: 
                    884:    'View file'
1.10      zhu       885: => '查看文件',
1.6       bisitz    886: 
                    887:    'Illegal filename.'
1.10      zhu       888: => '无效的文件名。',
1.6       bisitz    889: 
                    890:    'Rule'
1.10      zhu       891: => '规则',
1.6       bisitz    892: 
                    893:    'Back to Source Directory'
1.10      zhu       894: => '回到源目录',
1.6       bisitz    895: 
                    896:    'Back to Source'
1.10      zhu       897: => '回到源文件',
1.6       bisitz    898: 
1.75      bisitz    899:    'Back to Resource'
1.93      raeburn   900: => 'Back to Resource', # '回到资源',
1.75      bisitz    901: 
1.6       bisitz    902:    'File copied.'
1.10      zhu       903: => '档案复制。',
1.6       bisitz    904: 
                    905:    'FAIL'
1.10      zhu       906: => '中断',
1.6       bisitz    907: 
                    908:    'Back to [_1]'
1.10      zhu       909: => '回到 [_1]',
1.6       bisitz    910: 
                    911:    'untitled'
1.10      zhu       912: => '无标题',
1.6       bisitz    913: 
                    914:    'The extension on this file, [_1], is reserved internally by LON-CAPA.'
1.93      raeburn   915: => 'The extension on this file, [_1], is reserved internally by LON-CAPA.',
1.6       bisitz    916: 
                    917:    'The extension on this file is reserved internally by LON-CAPA.'
1.96      raeburn   918: => 'The extension on this file is reserved internally by LON-CAPA.',
1.6       bisitz    919: 
                    920:    'The extension on this file, [_1], is not recognized by LON-CAPA.'
1.99      raeburn   921: => 'The extension on this file, [_1], is not recognized by LON-CAPA.',
1.6       bisitz    922: 
                    923:    'The extension on this file is not recognized by LON-CAPA.'
1.93      raeburn   924: => 'The extension on this file is not recognized by LON-CAPA.',
1.6       bisitz    925: 
                    926:    'Please change the extension.'
1.93      raeburn   927: => 'Please change the extension.',
1.6       bisitz    928: 
                    929:    'Became this version on ...'
1.93      raeburn   930: => 'Became this version on ...',
1.6       bisitz    931: 
                    932:    'Browse published resources'
                    933: => '发布资源',
                    934: 
                    935:    'Choose the course to work on'
1.9       zhu       936: => '选择您想要选的课程',
1.6       bisitz    937: 
                    938:    'Create a new course'
                    939: => '创建课程',
                    940: 
1.79      bisitz    941:    'Customized right of use ...'
1.93      raeburn   942: => 'Customized right of use ...',
1.6       bisitz    943: 
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: 
                    956:    'Enter my construction space'
                    957: # => 'Konstruktionsbereich aufrufen',
1.93      raeburn   958: => 'Enter my construction space',
1.6       bisitz    959: 
                    960:    'Failed to copy source'
1.93      raeburn   961: => 'Failed to copy source',
1.6       bisitz    962: 
                    963:    'Failed to write metadata copy'
1.93      raeburn   964: => 'Failed to write metadata copy',
1.6       bisitz    965: 
                    966:    'Finalize Publication'
1.93      raeburn   967: => 'Finalize Publication',
1.6       bisitz    968: 
                    969:    'Grant/revoke role of Co-Author'
1.93      raeburn   970: => 'Grant/revoke role of Co-Author',
1.6       bisitz    971: 
                    972:    'Grant/revoke role of Domain Coordinator'
1.93      raeburn   973: => 'Grant/revoke role of Domain Coordinator',
1.6       bisitz    974: 
                    975:    'Grant/revoke role of Exam Proctor'
1.93      raeburn   976: => 'Grant/revoke role of Exam Proctor',
1.6       bisitz    977: 
                    978:    'Grant/revoke role of Instructor'
1.93      raeburn   979: => 'Grant/revoke role of Instructor',
1.6       bisitz    980: 
                    981:    'Grant/revoke role of Student'
1.93      raeburn   982: => 'Grant/revoke role of Student',
1.6       bisitz    983: 
                    984:    'Grant/revoke role of Superuser'
1.93      raeburn   985: => 'Grant/revoke role of Superuser',
1.6       bisitz    986: 
                    987:    'No previous versions published.'
1.93      raeburn   988: => 'No previous versions published.',
1.6       bisitz    989: 
                    990:    'No write permission to'
1.93      raeburn   991: => 'No write permission to',
1.6       bisitz    992: 
                    993:    'Please pick a version to retrieve:'
1.93      raeburn   994: => 'Please pick a version to retrieve:',
1.6       bisitz    995: 
                    996:    'Private - visible to author only for testing purposes'
1.93      raeburn   997: => 'Private - visible to author only for testing purposes',
1.6       bisitz    998: 
                    999: #   'Private Publication - did not synchronize database'
1.98      bisitz   1000: #=> 'Private Publication - did not synchronize database',
1.6       bisitz   1001: 
                   1002:    'Public - no authentication or authorization required for use'
1.93      raeburn  1003: => 'Public - no authentication or authorization required for use',
1.6       bisitz   1004: 
                   1005:    'Retrieval of an old version will overwrite the file currently in construction space.'
1.93      raeburn  1006: => 'Retrieval of an old version will overwrite the file currently in construction space.',
1.6       bisitz   1007: 
1.75      bisitz   1008:    'Retrieve selected Version'
1.93      raeburn  1009: => 'Retrieve selected Version',
1.75      bisitz   1010: 
                   1011:    'Retrieve previous version'
1.93      raeburn  1012: => 'Retrieve previous version',
1.75      bisitz   1013: 
1.6       bisitz   1014:    'Retrieve previous versions of [_1]'
1.93      raeburn  1015: => 'Retrieve previous versions of [_1]',
1.6       bisitz   1016: 
                   1017:    'Search the contents of this course'
1.18      zhu      1018: => '课程内容搜索',
1.6       bisitz   1019: 
                   1020:    'Search the database of published resources and accessible portfolio files'
                   1021: => '搜索数据库资源和文件夹',
                   1022: 
                   1023:    'Send broadcast and receipt-required email'
1.93      raeburn  1024: => 'Send broadcast and receipt-required email',
1.6       bisitz   1025: 
                   1026:    'Show Problem Completeness'
1.93      raeburn  1027: => 'Show Problem Completeness',
1.6       bisitz   1028: 
                   1029:    'Switch to another course'
1.93      raeburn  1030: => 'Switch to another course',
1.6       bisitz   1031: 
                   1032:    'System wide - can be used for any courses system wide'
1.18      zhu      1033: => '全系统-可用于全系统任何课程',
1.6       bisitz   1034: 
                   1035:    'The extension on this file'
1.93      raeburn  1036: => 'The extension on this file',
1.6       bisitz   1037: 
                   1038:    'Unsupported character combination [_1] in filename, FAIL.'
1.96      raeburn  1039: => 'Unsupported character combination [_1] in filename, FAIL.',
1.6       bisitz   1040: 
                   1041:    'No valid extension found in filename, FAIL'
1.99      raeburn  1042: => 'No valid extension found in filename, FAIL',
1.6       bisitz   1043: 
1.32      bisitz   1044:    'Filename of resource contains internal version number. Cannot publish such resources, FAIL'
1.93      raeburn  1045: => 'Filename of resource contains internal version number. Cannot publish such resources, FAIL',
1.6       bisitz   1046: 
                   1047:    'No valid custom distribution rights file specified, FAIL'
1.93      raeburn  1048: => 'No valid custom distribution rights file specified, FAIL',
1.6       bisitz   1049: 
                   1050:    'Could not write metadata, FAIL'
1.93      raeburn  1051: => 'Could not write metadata, FAIL',
1.6       bisitz   1052: 
                   1053:    'View documents included in this course'
                   1054: => '附加的课程文件',
                   1055: 
                   1056:    'Additional Keywords'
1.18      zhu      1057: => '其他关键字',
1.6       bisitz   1058: 
                   1059:    'Additional Metadata (non-standard, parameters, exports)'
1.18      zhu      1060: => '其他元数据 (没有标准化,参数,导出)',
1.6       bisitz   1061: 
                   1062:    'Author and Co-Author roles may not be available on servers other than your home server.'
1.18      zhu      1063: => '作者和共同作者的角色可能无法使用服务器上以外的其他家庭服务器。',
1.6       bisitz   1064: 
                   1065:    'Author(s)'
1.13      zhu      1066: => '作者',
1.6       bisitz   1067: 
                   1068:    'Average number of tries till solved'
1.18      zhu      1069: => '平均人数,尝试成功解答的',
1.6       bisitz   1070: 
                   1071:    'Browse Resources'
1.18      zhu      1072: => '浏览资源',
1.6       bisitz   1073: 
                   1074:    'Catalog Information'
1.18      zhu      1075: => '目录信息',
1.6       bisitz   1076: 
                   1077:    'Collapse Remote Control'
1.18      zhu      1078: => '禁用远程控制',
1.6       bisitz   1079: 
                   1080:    'Construction Space'
1.93      raeburn  1081: => 'Construction Space',
1.6       bisitz   1082: 
                   1083:    'Copied metadata'
1.18      zhu      1084: => '复制元数据',
1.6       bisitz   1085: 
                   1086:    'Copied source file'
1.18      zhu      1087: => '复制源文件',
1.6       bisitz   1088: 
                   1089:    'Copyright/Distribution'
1.18      zhu      1090: => '版权/权限',
1.6       bisitz   1091: 
                   1092:    'Copyright/Distribution:'
1.18      zhu      1093: => '版权/权限:',
1.6       bisitz   1094: 
                   1095:    'Course Documents'
                   1096: => '课程文件',
                   1097: 
                   1098:    'Creation Date'
1.18      zhu      1099: => '创建日期',
1.6       bisitz   1100: 
                   1101:    'Custom Distribution File'
1.18      zhu      1102: => '自定义文件访问权限',
1.6       bisitz   1103: 
                   1104:    'Degree of difficulty'
1.18      zhu      1105: => '难度',
1.6       bisitz   1106: 
                   1107:    'Dump Course DOCS to Construction Space'
1.93      raeburn  1108: => 'Dump Course DOCS to Construction Space',
1.6       bisitz   1109: 
                   1110:    'Dump Course DOCS to Construction Space: available on other servers'
1.93      raeburn  1111: => 'Dump Course DOCS to Construction Space: available on other servers',
1.6       bisitz   1112: 
                   1113:    'Entering course ...'
1.9       zhu      1114: => '进入课程...',
1.6       bisitz   1115: 
                   1116:    'Exam Information'
1.12      zhu      1117: => '考试信息',
1.6       bisitz   1118: 
                   1119:    'External Resource'
                   1120: => '外部资源',
                   1121: 
                   1122:    'Generate new role ...'
1.12      zhu      1123: => '创建新的角色...',
1.6       bisitz   1124: 
                   1125:    'Go to the next resource in the course sequence'
1.26      zhu      1126: => '前进',
1.6       bisitz   1127: 
                   1128:    'Go to the previous resource in the course sequence'
1.26      zhu      1129: => '后退',
1.6       bisitz   1130: 
                   1131:    'Import a published document'
1.12      zhu      1132: => '导入出版文件',
1.6       bisitz   1133: 
                   1134:    'Keyword(s)'
1.12      zhu      1135: => '密码',
1.6       bisitz   1136: 
                   1137:    'Logged Out'
1.9       zhu      1138: => '登出',
1.6       bisitz   1139: 
                   1140:    'MIME Type'
1.12      zhu      1141: => 'MIME类型',
1.6       bisitz   1142: 
                   1143:    'Make notes and annotations about this resource'
1.26      zhu      1144: => '备忘录',
1.6       bisitz   1145: 
                   1146:    'The material is covered with sufficient depth'
1.18      zhu      1147: => '这些主题包含有足够的难度',
1.6       bisitz   1148: 
                   1149:    'Metadata Information'
1.12      zhu      1150: => '元数据信息',
1.6       bisitz   1151: 
                   1152:    'My Personal Info'
                   1153: => '我的个人网页',
                   1154: 
                   1155:    'Network-wide number of accesses (hits)'
1.18      zhu      1156: => '网络的访问数量(“点击”)',
1.6       bisitz   1157: 
                   1158:    'Network-wide number of courses using resource'
1.18      zhu      1159: => '使用该课程资源的访问数量',
1.6       bisitz   1160: 
                   1161:    'Number of resources that follow this resource in maps'
1.18      zhu      1162: => '该资源目录汇编之后的访问数量',
1.6       bisitz   1163: 
                   1164:    'Number of resources that lead up to this resource in maps'
1.18      zhu      1165: => '该资源目录汇编之前的访问数量',
1.6       bisitz   1166: 
                   1167:    'Number of resources using or importing resource'
1.18      zhu      1168: => '资源数量的使用或导入',
1.6       bisitz   1169: 
                   1170:    'Obsolete'
1.18      zhu      1171: => '过时的',
1.6       bisitz   1172: 
                   1173:    'Parent Directory'
1.18      zhu      1174: => '父目录',
1.6       bisitz   1175: 
                   1176:    'Project Information'
1.18      zhu      1177: => '项目信息',
1.6       bisitz   1178: 
                   1179:    'Publisher/Owner'
1.13      zhu      1180: => '出版社/所有人',
1.6       bisitz   1181: 
                   1182:    'Publishing'
1.13      zhu      1183: => '出版物:',
1.6       bisitz   1184: 
                   1185:    'Publishing [_1]'
1.13      zhu      1186: => '出版物: [_1]',
1.6       bisitz   1187: 
                   1188:    'Resource Details'
1.93      raeburn  1189: => 'Resource Details',
1.6       bisitz   1190: 
                   1191:    'Link to Resource'
1.93      raeburn  1192: => 'Link to Resource',
1.6       bisitz   1193: 
                   1194:    'Searching for your resource will be based on the following metadata. Please provide as much data as possible.'
1.93      raeburn  1195: => 'Searching for your resource will be based on the following metadata. Please provide as much data as possible.',
1.6       bisitz   1196: 
                   1197:    'Resource Publication'
1.93      raeburn  1198: => 'Resource Publication',
1.6       bisitz   1199: 
                   1200:    'Resource is technically correct'
1.93      raeburn  1201: => 'Resource is technically correct',
1.6       bisitz   1202: 
                   1203:    'Score Upload Form'
                   1204: => '分数上传表单',
                   1205: 
                   1206:    'Select Map'
                   1207: => '选择内容列表',
                   1208: 
                   1209:    'Load Map'
1.26      zhu      1210: => '上传',
1.6       bisitz   1211: 
                   1212:    'Set a bookmark for this resource'
1.26      zhu      1213: => '设定书签',
1.6       bisitz   1214: 
                   1215:    'Show all roles'
                   1216: => '显示所有角色',
                   1217: 
                   1218:    'Subject'
1.10      zhu      1219: => '主题',
1.6       bisitz   1220: 
                   1221:    'Successful Login'
1.9       zhu      1222: => '登录成功',
1.6       bisitz   1223: 
                   1224:    'Suggested Replacement for Obsolete File'
1.18      zhu      1225: => '建议更换过时文件',
1.6       bisitz   1226: 
                   1227:    'Switching Role'
                   1228: => '更换角色',
                   1229: 
                   1230:    'Target'
1.18      zhu      1231: => '目标',
1.6       bisitz   1232: 
1.37      bisitz   1233:    'This syllabus can be publicly viewed at [_1]'
1.63      zhu      1234: => '此课程可公开浏览: [_1]',
1.37      bisitz   1235: 
                   1236:    'Instead of using this template you can specify an external URL as Syllabus in the [_1]Course Parameters[_2].'
1.63      zhu      1237: => '如果不使用此模板,您可以在[_1]课程参数[_2]指定外部网址作为课程摘要。',
1.6       bisitz   1238: 
                   1239:    'Total number of students who have worked on this problem'
1.63      zhu      1240: => '回答该问题的学生总数',
1.6       bisitz   1241: 
                   1242:    'URLs To Include in Syllabus'
1.63      zhu      1243: => '网址,包括教学大纲',
1.6       bisitz   1244: 
                   1245:    'Upload a new main course document'
                   1246: => '外部文件',
                   1247: 
                   1248:    'Upload a new supplemental course document'
                   1249: => '附加的课程文件',
                   1250: 
                   1251:    'User'
                   1252: => '用户',
                   1253: 
                   1254:    'Wrote Metadata'
1.93      raeburn  1255: => 'Wrote Metadata',
1.6       bisitz   1256: 
                   1257:    'Your home server is '
1.93      raeburn  1258: => 'Your home server is ',
1.6       bisitz   1259: 
                   1260:    'anno-'
1.93      raeburn  1261: => 'anno-',
1.6       bisitz   1262: 
                   1263:    'announce'
1.93      raeburn  1264: => 'announce',
1.6       bisitz   1265: 
                   1266:    'bookmark'
1.93      raeburn  1267: => 'bookmark',
1.6       bisitz   1268: 
                   1269:    'chart'
1.93      raeburn  1270: => 'chart',
1.6       bisitz   1271: 
                   1272:    'chat'
1.12      zhu      1273: => '聊天室',
1.6       bisitz   1274: 
                   1275:    'close this window'
1.93      raeburn  1276: => 'close this window',
1.6       bisitz   1277: 
                   1278:    'con-'
                   1279: => 'con-',
                   1280: 
                   1281:    'docs'
1.93      raeburn  1282: => 'docs',
1.6       bisitz   1283: 
                   1284:    'exit'
                   1285: => '退出',
                   1286: 
                   1287:    'fas'
                   1288: => 'fas',
                   1289: 
                   1290:    'library'
1.93      raeburn  1291: => 'library',
1.6       bisitz   1292: 
                   1293:    'log in again'
1.93      raeburn  1294: => 'log in again',
1.6       bisitz   1295: 
                   1296:    'my'
1.93      raeburn  1297: => 'my',
1.6       bisitz   1298: 
                   1299:    'or'
1.93      raeburn  1300: => 'or',
1.6       bisitz   1301: 
                   1302:    'Or'
1.93      raeburn  1303: => 'Or',
1.6       bisitz   1304: 
                   1305:    'prepare'
1.93      raeburn  1306: => 'prepare',
1.6       bisitz   1307: 
                   1308:    'printout'
1.93      raeburn  1309: => 'printout',
1.6       bisitz   1310: 
                   1311:    'resource'
1.93      raeburn  1312: => 'resource',
1.6       bisitz   1313: 
                   1314:    'roles'
                   1315: => '角色',
                   1316: 
                   1317:    'search'
                   1318: => '查找',
                   1319: 
                   1320:    'set'
1.93      raeburn  1321: => 'set',
1.6       bisitz   1322: 
                   1323:    'space'
1.10      zhu      1324: => '领域',
1.6       bisitz   1325: 
                   1326:    'stats'
1.93      raeburn  1327: => 'stats',
1.6       bisitz   1328: 
                   1329:    'struct'
1.93      raeburn  1330: => 'struct',
1.6       bisitz   1331: 
                   1332:    'switch'
1.93      raeburn  1333: => 'switch',
1.6       bisitz   1334: 
                   1335:    'tations'
1.93      raeburn  1336: => 'tations',
1.6       bisitz   1337: 
                   1338:    'updated periodically'
1.12      zhu      1339: => '定期更新',
1.6       bisitz   1340: 
                   1341:    'user'
1.12      zhu      1342: => '用户',
1.6       bisitz   1343: 
                   1344:    'visible to author and co-authors only'
1.12      zhu      1345: => '只有作者和共同作者可见',
1.6       bisitz   1346: 
                   1347:    'All versions'
1.12      zhu      1348: => '所有版本',
1.6       bisitz   1349: 
                   1350:    'Default Metadata for Directory [_1]'
1.12      zhu      1351: => '默认元数据目录 [_1]',
1.6       bisitz   1352: 
                   1353:    'Error Messages'
1.12      zhu      1354: => '错误信息',
1.6       bisitz   1355: 
                   1356:    'Save Catalog Information'
1.12      zhu      1357: => '保存目录信息',
1.6       bisitz   1358: 
                   1359:    'Update Display'
1.12      zhu      1360: => '更新显示',
1.6       bisitz   1361: 
                   1362:    'Content changed'
1.12      zhu      1363: => '内容变化',
1.6       bisitz   1364: 
                   1365:    'Differences'
1.12      zhu      1366: => '差异',
1.6       bisitz   1367: 
                   1368:    'Last Week'
1.12      zhu      1369: => '上周',
1.6       bisitz   1370: 
                   1371:    'Modification Date'
1.12      zhu      1372: => '修改日期',
1.6       bisitz   1373: 
                   1374:    'Since Start of Course'
1.12      zhu      1375: => '从启动课程起',
1.6       bisitz   1376: 
                   1377:    'Since Yesterday'
1.12      zhu      1378: => '从昨天起',
1.6       bisitz   1379: 
                   1380:    'Verify Course Documents'
1.12      zhu      1381: => '验证课程文件',
1.6       bisitz   1382: 
                   1383:    'Version'
1.12      zhu      1384: => '版本',
1.6       bisitz   1385: 
                   1386:    'access denied'
1.12      zhu      1387: => '拒绝访问',
1.6       bisitz   1388: 
                   1389:    'connection down'
1.93      raeburn  1390: => 'connection down',
1.6       bisitz   1391: 
                   1392:    'during the last'
1.93      raeburn  1393: => 'during the last',
1.6       bisitz   1394: 
                   1395:    'not found'
1.93      raeburn  1396: => 'not found',
1.6       bisitz   1397: 
                   1398:    'warning(s)'
1.93      raeburn  1399: => 'warning(s)',
1.6       bisitz   1400: 
                   1401:    '[quant,_1,warning]'
1.93      raeburn  1402: => '[quant,_1,warning]',
1.6       bisitz   1403: 
                   1404:    'Advanced Catalog Search'
1.93      raeburn  1405: => 'Advanced Catalog Search',
1.6       bisitz   1406: 
                   1407:    'Advanced Search'
1.13      zhu      1408: => '高级搜索',
1.6       bisitz   1409: 
                   1410:    'Any Language'
1.13      zhu      1411: => '任何语言',
1.6       bisitz   1412: 
                   1413:    'Any category'
1.13      zhu      1414: => '任何类别',
1.6       bisitz   1415: 
                   1416:    'Any copyright/distribution'
1.13      zhu      1417: => '任何版权/访问权限',
1.6       bisitz   1418: 
                   1419:    'Broadcast Message to Course'
1.93      raeburn  1420: => '发送广播消息',
1.6       bisitz   1421: 
                   1422:    "Click to download or use your browser's Save Link function"
1.93      raeburn  1423: => "Click to download or use your browser's Save Link function",
1.6       bisitz   1424: 
                   1425:    'Close'
1.13      zhu      1426: => '关闭',
1.6       bisitz   1427: 
                   1428:    'Compact View'
1.13      zhu      1429: => '简洁视图',
1.6       bisitz   1430: 
                   1431:    'Detailed Citation View'
1.13      zhu      1432: => '查看详细引文',
1.6       bisitz   1433: 
                   1434:    'Distribute Messages from Uploaded File to Course'
1.93      raeburn  1435: => 'Distribute Messages from Uploaded File to Course',
1.6       bisitz   1436: 
                   1437:    'Edit Catalog Information'
1.18      zhu      1438: => '编辑目录信息',
1.6       bisitz   1439: 
                   1440:    'Edit Content of a Map'
1.93      raeburn  1441: => 'Edit Content of a Map',
1.6       bisitz   1442: 
                   1443:    'Edit Directory Catalog Information'
1.18      zhu      1444: => '编辑目录信息分类',
1.6       bisitz   1445: 
                   1446:    'Evaluate Resource'
1.18      zhu      1447: => '评估此资源',
1.6       bisitz   1448: 
                   1449:    'Failed Access to Construction Space'
1.93      raeburn  1450: => 'Failed Access to Construction Space',
1.6       bisitz   1451: 
                   1452:    'Fielded Format'
1.18      zhu      1453: => '字段格式',
1.6       bisitz   1454: 
                   1455:    'File Category'
1.13      zhu      1456: => '文件分类',
1.6       bisitz   1457: 
                   1458:    'Force publication of unmodified files'
1.93      raeburn  1459: => 'Force publication of unmodified files',
1.6       bisitz   1460: 
                   1461:    'Keywords'
1.18      zhu      1462: => '关键词',
1.6       bisitz   1463: 
                   1464:    'Last access'
1.18      zhu      1465: => '上次访问',
1.6       bisitz   1466: 
                   1467:    'Last modified'
1.18      zhu      1468: => '最后修改',
1.6       bisitz   1469: 
                   1470:    'Limit by copyright/distribution'
1.18      zhu      1471: => '受版权/访问权限限制',
1.6       bisitz   1472: 
                   1473:    'Limit by language'
1.18      zhu      1474: => '受语言限制',
1.6       bisitz   1475: 
                   1476:    'Open'
1.27      zhu      1477: => '打开',
1.6       bisitz   1478: 
                   1479:    'Per Page'
1.18      zhu      1480: => '每页',
1.6       bisitz   1481: 
                   1482:    'Printing Helper'
1.18      zhu      1483: => '打印助手',
1.6       bisitz   1484: 
                   1485:    'Provide feedback messages or contribute to the course discussion about this resource'
1.93      raeburn  1486: => '反馈意见或讨论',
1.6       bisitz   1487: 
                   1488:    'Provide my evaluation of this resource'
1.93      raeburn  1489: => '对此资源给出我的评价',
1.6       bisitz   1490: 
                   1491:    'Publish'
1.10      zhu      1492: => '发布',
1.6       bisitz   1493: 
                   1494:    'Publish Directory'
1.10      zhu      1495: => '发布目录',
1.6       bisitz   1496: 
                   1497:    'Publish Directory and Sub Directories'
1.18      zhu      1498: => '发布目录和子目录',
1.6       bisitz   1499: 
                   1500:    'Related'
1.18      zhu      1501: => '相关的',
1.6       bisitz   1502: 
                   1503:    'Resource Feedback and Discussion'
1.18      zhu      1504: => '资源的反馈和讨论',
1.6       bisitz   1505: 
                   1506:    'Search Complete'
1.18      zhu      1507: => '搜索完成',
1.6       bisitz   1508: 
                   1509:    'Send Message to User(s)'
1.93      raeburn  1510: => '发送讯息到用户',
1.6       bisitz   1511: 
                   1512:    'Show catalog information'
1.93      raeburn  1513: => '查看目录信息',
1.6       bisitz   1514: 
1.56      zhu      1515:    'Show Metadata'
1.93      raeburn  1516: => '查看元数据',
1.56      zhu      1517: 
1.6       bisitz   1518:    'Show resource'
1.22      zhu      1519: => '查看资源',
1.6       bisitz   1520: 
                   1521:    'Statistics'
1.18      zhu      1522: => '统计',
1.6       bisitz   1523: 
                   1524:    'Summary View'
1.13      zhu      1525: => '概要',
1.6       bisitz   1526: 
1.72      bisitz   1527:    'There are currently no results.'
                   1528: => '目前没有任何结果。',
1.6       bisitz   1529: 
                   1530:    'Search: '
1.18      zhu      1531: => '搜索: ',
1.6       bisitz   1532: 
                   1533:    'URL'
                   1534: => 'URL',
                   1535: 
                   1536:    'Unpublished'
1.18      zhu      1537: => '未发行的',
1.6       bisitz   1538: 
                   1539:    'Up'
1.93      raeburn  1540: => 'Up',
1.6       bisitz   1541: 
                   1542:    'View'
1.27      zhu      1543: => '查看',
1.6       bisitz   1544: 
                   1545:    'View Critical Messages'
1.22      zhu      1546: => '浏览重要讯息',
1.6       bisitz   1547: 
                   1548:    'Words'
1.22      zhu      1549: => '词',
1.6       bisitz   1550: 
                   1551:    'XML/SGML'
                   1552: => 'XML/SGML',
                   1553: 
                   1554:    'abstract'
1.93      raeburn  1555: => 'abstract',
1.6       bisitz   1556: 
                   1557:    'audio'
1.22      zhu      1558: => '音频',
1.6       bisitz   1559: 
                   1560:    'author'
1.13      zhu      1561: => '作者',
1.6       bisitz   1562: 
                   1563:    'catalog'
1.18      zhu      1564: => '目录',
1.6       bisitz   1565: 
                   1566:    'copyright'
1.18      zhu      1567: => '版权',
1.6       bisitz   1568: 
                   1569:    'directory'
1.10      zhu      1570: => '文件夹',
1.6       bisitz   1571: 
                   1572:    'discuss'
1.93      raeburn  1573: => 'discuss',
1.6       bisitz   1574: 
                   1575:    'evaluate'
1.10      zhu      1576: => '评价',
1.6       bisitz   1577: 
                   1578:    'feedback'
1.10      zhu      1579: => '反馈',
1.6       bisitz   1580: 
                   1581:    'keywords'
1.10      zhu      1582: => '关键词',
1.6       bisitz   1583: 
                   1584:    'language'
1.10      zhu      1585: => '语言',
1.6       bisitz   1586: 
                   1587:    'movies'
1.10      zhu      1588: => '电影',
1.6       bisitz   1589: 
                   1590:    'notes'
1.10      zhu      1591: => '注释',
1.6       bisitz   1592: 
                   1593:    'obsolete'
1.10      zhu      1594: => '过时的',
1.6       bisitz   1595: 
                   1596:    'pages'
1.10      zhu      1597: => '页',
1.6       bisitz   1598: 
                   1599:    'pictures'
1.10      zhu      1600: => '图片',
1.6       bisitz   1601: 
                   1602:    'problem'
1.10      zhu      1603: => '任务',
1.6       bisitz   1604: 
                   1605:    'resources'
1.10      zhu      1606: => '资源',
1.6       bisitz   1607: 
                   1608:    'sequence'
1.10      zhu      1609: => '顺序',
1.6       bisitz   1610: 
1.19      zhu      1611:    'subject: '
1.10      zhu      1612: => '主题',
1.6       bisitz   1613: 
                   1614:    'this'
1.10      zhu      1615: => '这个',
1.6       bisitz   1616: 
                   1617:    'title'
1.10      zhu      1618: => '标题',
1.6       bisitz   1619: 
                   1620:    'About Me'
                   1621: => '关于我',
                   1622: 
1.112     bisitz   1623:    'Discussion Board/Discussion'
                   1624: => 'Discussion Board/Discussion',
1.6       bisitz   1625: 
                   1626:    'Clear All'
1.10      zhu      1627: => '全部清除',
1.6       bisitz   1628: 
                   1629:    'Close All Folders'
1.10      zhu      1630: => '关闭所有文件夹',
1.6       bisitz   1631: 
                   1632:    'Construction Space File Operation'
1.93      raeburn  1633: => 'Construction Space File Operation',
1.6       bisitz   1634: 
                   1635:    'Contact Information'
                   1636: => '联系信息',
                   1637: 
                   1638:    'Contact'
                   1639: => '联系我',
                   1640: 
                   1641:    'Copied old metadata'
1.10      zhu      1642: => '复制旧数据',
1.6       bisitz   1643: 
                   1644:    'Failed to write old metadata copy'
1.93      raeburn  1645: => 'Failed to write old metadata copy',
1.6       bisitz   1646: 
                   1647:    'Copied old target file'
1.10      zhu      1648: => '复制旧的目标文件',
1.6       bisitz   1649: 
                   1650:    'Failed to copy old target'
1.93      raeburn  1651: => 'Failed to copy old target',
1.6       bisitz   1652: 
1.39      bisitz   1653:    'Created directory [_1]'
1.93      raeburn  1654: => 'Created directory [_1]',
1.6       bisitz   1655: 
                   1656:    'Copyright'
                   1657: => '版权',
                   1658: 
                   1659:    'Could Not Process Request'
1.10      zhu      1660: => '命令无法执行',
1.6       bisitz   1661: 
                   1662:    'Default'
1.9       zhu      1663: => '默认设置',
1.6       bisitz   1664: 
                   1665:    'Discard Selected'
1.93      raeburn  1666: => 'Discard Selected',
1.6       bisitz   1667: 
                   1668:    'EMail and Messages'
1.10      zhu      1669: => '电子邮件和信息',
1.6       bisitz   1670: 
                   1671:    'Edit this resource'
1.93      raeburn  1672: => '编辑此资源',
1.6       bisitz   1673: 
                   1674:    'Enter construction space as co-author'
1.93      raeburn  1675: => 'Enter construction space as co-author',
1.6       bisitz   1676: 
                   1677:    'Enter construction space as a co-author'
1.93      raeburn  1678: => 'Enter construction space as a co-author',
1.6       bisitz   1679: 
                   1680:    'Enter construction space as assistant co-author'
1.93      raeburn  1681: => 'Enter construction space as assistant co-author',
1.6       bisitz   1682: 
                   1683:    'Host'
1.10      zhu      1684: => '计算',
1.6       bisitz   1685: 
                   1686:    'Last updated'
                   1687: => '最后更新',
                   1688: 
                   1689:    'Mime type'
1.10      zhu      1690: => 'MIME 类型',
1.6       bisitz   1691: 
                   1692:    'Modified'
1.10      zhu      1693: => '修改过的',
1.6       bisitz   1694: 
                   1695:    'Modify deadlines, etc, for this assessment resource'
1.27      zhu      1696: => '为这项评估资源修改期限等',
1.6       bisitz   1697: 
                   1698:    'Modify user grades for this assessment resource'
1.93      raeburn  1699: => '手动评估',
1.6       bisitz   1700: 
                   1701:    'View user submissions for this assessment resource'
1.93      raeburn  1702: => 'View user submissions for this assessment resource',
1.6       bisitz   1703: 
                   1704:    'Move Down'
1.27      zhu      1705: => '下移',
1.6       bisitz   1706: 
                   1707:    'Move Up'
1.27      zhu      1708: => '上移',
1.6       bisitz   1709: 
                   1710:    'New Title'
1.22      zhu      1711: => '新标题',
1.6       bisitz   1712: 
                   1713:    'Open All Folders'
1.27      zhu      1714: => '打开所有文件夹',
1.6       bisitz   1715: 
                   1716:    'Owner/Publisher'
1.27      zhu      1717: => '所有者/出版社',
1.6       bisitz   1718: 
1.22      zhu      1719:    'Personal Information Page'
                   1720: => '个人资料页面',
                   1721: 
1.6       bisitz   1722:    'Personal Information'
                   1723: => '个人信息',
                   1724: 
1.30      bisitz   1725:    'Privacy Note:'
                   1726: => '注意隐私:',
1.6       bisitz   1727: 
                   1728:    'Published'
1.27      zhu      1729: => '出版的',
1.6       bisitz   1730: 
                   1731:    'Reading results from'
1.93      raeburn  1732: => 'Reading results from',
1.6       bisitz   1733: 
                   1734:    'Retrieve'
1.57      zhu      1735: => '恢复',
1.6       bisitz   1736: 
                   1737:    'Revert to Last Saved'
1.93      raeburn  1738: => 'Revert to Last Saved',
1.6       bisitz   1739: 
                   1740:    'Revision Date'
1.93      raeburn  1741: => 'Revision Date',
1.6       bisitz   1742: 
                   1743:    'Shared by course faculty and staff'
                   1744: => '共同管理人员和工作人员',
                   1745: 
                   1746:    'Synchronized SQL metadata database'
1.93      raeburn  1747: => 'Synchronized SQL metadata database',
1.6       bisitz   1748: 
                   1749:    'Task'
1.93      raeburn  1750: => 'Task',
1.6       bisitz   1751: 
                   1752:    'Temporary Assembly Workspace'
1.93      raeburn  1753: => 'Temporary Assembly Workspace',
1.6       bisitz   1754: 
                   1755:    'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.'
                   1756: => '任何登录LON-CAPA的人都能看到您提供的数据,如果不想公开就不要上传任何数据。',
                   1757: 
                   1758:    'Topic'
1.12      zhu      1759: => '主题',
1.6       bisitz   1760: 
                   1761:    'Upload a Photo'
                   1762: => '上传相片',
                   1763: 
                   1764:    'Add Records'
                   1765: => '添加记录',
                   1766: 
                   1767:    'User Notes, Face-to-Face, Critical Messages, Broadcast Messages, Archived Messages'
1.10      zhu      1768: => '用户注释, 个人讨论, 重要信息, 小区广播,存档信息',
1.6       bisitz   1769: 
                   1770:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
1.10      zhu      1771: => '用户注释,记录用户的讨论和重要信息',
1.6       bisitz   1772: 
                   1773:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
1.9       zhu      1774: => '用户注释,记录面对面的讨论,课程重要讯息',
1.6       bisitz   1775: 
                   1776:    'User Notes, Records of Face-To-Face Discussions, Critical Messages, Broadcast Messages and Archived Messages in Course'
1.9       zhu      1777: => '用户注释,记录面对面讨论,重要的信息,广播信息,课程存档',
1.6       bisitz   1778: 
                   1779:    'No notes, face-to-face discussion records, critical messages, or broadcast messages in this [_1].'
1.10      zhu      1780: => '对于 [_1] 没有用户注释, 记录用户的讨论, 重要信息, 或者广播信息。',
1.6       bisitz   1781: 
                   1782:    'Version Number'
1.10      zhu      1783: => '版本号',
1.6       bisitz   1784: 
                   1785:    'View Published Version'
1.10      zhu      1786: => '查看发布的版本',
1.6       bisitz   1787: 
                   1788:    'Web References'
                   1789: => 'Web 引用',
                   1790: 
                   1791:    'co con-'
1.93      raeburn  1792: => 'co con-',
1.6       bisitz   1793: 
                   1794:    'co res'
1.93      raeburn  1795: => 'co res',
1.6       bisitz   1796: 
                   1797:    'contacting'
1.10      zhu      1798: => '建立联系',
1.6       bisitz   1799: 
                   1800:    'edit'
1.9       zhu      1801: => '编辑',
1.6       bisitz   1802: 
                   1803:    'interface available'
1.93      raeburn  1804: => 'interface available',
1.6       bisitz   1805: 
                   1806:    'missions'
1.9       zhu      1807: => '任务',
1.6       bisitz   1808: 
                   1809:    'view sub-'
1.93      raeburn  1810: => 'view sub-',
1.6       bisitz   1811: 
                   1812:    'waiting on'
1.93      raeburn  1813: => 'waiting on',
1.6       bisitz   1814: 
                   1815:    '#Stdnts'
1.93      raeburn  1816: => '#Stdnts',
1.6       bisitz   1817: 
                   1818:    '#YES'
1.93      raeburn  1819: => '#YES',
1.6       bisitz   1820: 
                   1821:    '%Wrng'
                   1822: => '%Wrng',
                   1823: 
                   1824:    'Brief view of each students performance in course.'
1.93      raeburn  1825: => 'Brief view of each students performance in course.',
1.6       bisitz   1826: 
                   1827:    'Clear Caches'
1.9       zhu      1828: => '清除缓存',
1.6       bisitz   1829: 
1.89      bisitz   1830:    'Course Statistics and Charts cannot be retrieved until the database is restarted. Your data is intact but cannot be displayed at this time.'
1.93      raeburn  1831: => 'Course Statistics and Charts cannot be retrieved until the database is restarted. Your data is intact but cannot be displayed at this time.',
1.6       bisitz   1832: 
                   1833:    'Detailed statistics and graphs of student performance on problems.'
1.93      raeburn  1834: => 'Detailed statistics and graphs of student performance on problems.',
1.6       bisitz   1835: 
                   1836:    'DoDiff'
1.93      raeburn  1837: => 'DoDiff',
1.6       bisitz   1838: 
                   1839:    'Enrollment Status'
1.93      raeburn  1840: => 'Enrollment Status',
1.6       bisitz   1841: 
                   1842:    'Generate Statistics'
1.12      zhu      1843: => '建立统计资料',
1.6       bisitz   1844: 
                   1845:    'Max Tries'
1.93      raeburn  1846: => 'Max Tries',
1.6       bisitz   1847: 
                   1848:    'Mean Tries'
1.93      raeburn  1849: => 'Mean Tries',
1.6       bisitz   1850: 
                   1851:    'Output'
1.93      raeburn  1852: => 'Output',
1.6       bisitz   1853: 
                   1854:    'Overall Problem Statistics'
1.93      raeburn  1855: => 'Overall Problem Statistics',
1.6       bisitz   1856: 
                   1857:    'Please notify the server administrator [_1]'
1.93      raeburn  1858: => 'Please notify the server administrator [_1]',
1.6       bisitz   1859: 
                   1860:    'Preparing Excel Spreadsheet'
1.93      raeburn  1861: => 'Preparing Excel Spreadsheet',
1.6       bisitz   1862: 
                   1863:    'Problem Status Chart'
1.93      raeburn  1864: => 'Problem Status Chart',
1.6       bisitz   1865: 
                   1866:    'S.D. tries'
1.93      raeburn  1867: => 'S.D. tries',
1.6       bisitz   1868: 
                   1869:    'Sections'
1.93      raeburn  1870: => 'Sections',
1.6       bisitz   1871: 
                   1872:    'Sequence or Folder'
1.93      raeburn  1873: => 'Sequence or Folder',
1.6       bisitz   1874: 
                   1875:    'Sequences and Folders'
1.93      raeburn  1876: => 'Sequences and Folders',
1.6       bisitz   1877: 
                   1878:    'Skew Tries'
1.93      raeburn  1879: => 'Skew Tries',
1.6       bisitz   1880: 
                   1881:    'Statistics and Problem Analysis'
1.93      raeburn  1882: => 'Statistics and Problem Analysis',
1.6       bisitz   1883: 
                   1884:    'Student performance statistics on all problems.'
1.93      raeburn  1885: => 'Student performance statistics on all problems.',
1.6       bisitz   1886: 
                   1887:    'Unable to connect to database!'
1.93      raeburn  1888: => 'Unable to connect to database!',
1.6       bisitz   1889: 
                   1890:    'Your Excel Spreadsheet'
1.93      raeburn  1891: => 'Your Excel Spreadsheet',
1.6       bisitz   1892: 
                   1893:    'Your Excel spreadsheet.'
1.93      raeburn  1894: => 'Your Excel spreadsheet.',
1.6       bisitz   1895: 
                   1896:    'Your Excel spreadsheet'
1.93      raeburn  1897: => 'Your Excel spreadsheet',
1.6       bisitz   1898: 
                   1899:    'Your CSV file.'
1.93      raeburn  1900: => 'Your CSV file.',
1.6       bisitz   1901: 
                   1902:    'Your CSV file'
1.93      raeburn  1903: => 'Your CSV file',
1.6       bisitz   1904: 
                   1905:    'part'
1.27      zhu      1906: => '部分',
1.6       bisitz   1907: 
                   1908:    'part - '
1.70      zhu      1909: => '部分 ',
1.6       bisitz   1910: 
                   1911:    'problem statistics grouped by sequence'
1.93      raeburn  1912: => 'problem statistics grouped by sequence',
1.6       bisitz   1913: 
                   1914:    'problem statistics ungrouped'
1.93      raeburn  1915: => 'problem statistics ungrouped',
1.6       bisitz   1916: 
                   1917:    'problem statistics, Excel'
1.93      raeburn  1918: => 'problem statistics, Excel',
1.6       bisitz   1919: 
                   1920:    'Significant figures are incorrect, submission was not graded.'
1.93      raeburn  1921: => 'Significant figures are incorrect, submission was not graded.',
1.6       bisitz   1922: 
                   1923:    '. . . for a particular section'
1.98      bisitz   1924: => '. . . for a particular section',
1.6       bisitz   1925: 
                   1926:    '. . . for all students in the course'
1.98      bisitz   1927: => '. . . for all students in the course',
1.6       bisitz   1928: 
                   1929:    '. . . for an individual student'
1.98      bisitz   1930: => '. . . for an individual student',
1.6       bisitz   1931: 
1.90      bisitz   1932:    '12 am' # midnight
1.93      raeburn  1933: => '12 am',
1.90      bisitz   1934: 
                   1935:    'midnight'
                   1936: => '午夜',
                   1937: 
1.6       bisitz   1938:    '1 am'
1.93      raeburn  1939: => '1 am',
1.6       bisitz   1940: 
1.90      bisitz   1941:    '2 am'
1.93      raeburn  1942: => '2 am',
1.90      bisitz   1943: 
                   1944:    '3 am'
1.93      raeburn  1945: => '3 am',
1.90      bisitz   1946: 
                   1947:    '4 am'
1.93      raeburn  1948: => '4 am',
1.90      bisitz   1949: 
                   1950:    '5 am'
1.93      raeburn  1951: => '5 am',
1.90      bisitz   1952: 
                   1953:    '6 am'
1.93      raeburn  1954: => '6 am',
1.90      bisitz   1955: 
                   1956:    '7 am'
1.93      raeburn  1957: => '7 am',
1.90      bisitz   1958: 
                   1959:    '8 am'
1.93      raeburn  1960: => '8 am',
1.90      bisitz   1961: 
                   1962:    '9 am'
1.93      raeburn  1963: => '9 am',
1.6       bisitz   1964: 
                   1965:    '10 am'
1.93      raeburn  1966: => '10 am',
1.6       bisitz   1967: 
                   1968:    '11 am'
1.93      raeburn  1969: => '11 am',
1.6       bisitz   1970: 
                   1971:    '12 noon'
1.93      raeburn  1972: => '12 noon',
1.6       bisitz   1973: 
1.90      bisitz   1974:    'noon'
                   1975: => '中午',
                   1976: 
                   1977:    '1 pm'
1.93      raeburn  1978: => '1 pm',
1.6       bisitz   1979: 
                   1980:    '2 pm'
1.93      raeburn  1981: => '2 pm',
1.6       bisitz   1982: 
                   1983:    '3 pm'
1.93      raeburn  1984: => '3 pm',
1.6       bisitz   1985: 
                   1986:    '4 pm'
1.93      raeburn  1987: => '4 pm',
1.6       bisitz   1988: 
                   1989:    '5 pm'
1.93      raeburn  1990: => '5 pm',
1.6       bisitz   1991: 
                   1992:    '6 pm'
1.93      raeburn  1993: => '6 pm',
1.6       bisitz   1994: 
                   1995:    '7 pm'
1.93      raeburn  1996: => '7 pm',
1.6       bisitz   1997: 
                   1998:    '8 pm'
1.93      raeburn  1999: => '8 pm',
1.6       bisitz   2000: 
                   2001:    '9 pm'
1.93      raeburn  2002: => '9 pm',
1.6       bisitz   2003: 
1.90      bisitz   2004:    '10 pm'
1.93      raeburn  2005: => '10 pm',
1.90      bisitz   2006: 
                   2007:    '11 pm'
1.93      raeburn  2008: => '11 pm',
1.90      bisitz   2009: 
1.6       bisitz   2010:    '<- Previous'
1.98      bisitz   2011: => '<- Previous',
1.6       bisitz   2012: 
                   2013:    'ALL'
1.93      raeburn  2014: => 'ALL',
1.6       bisitz   2015: 
                   2016:    'All Maps or Folders'
1.93      raeburn  2017: => 'All Maps or Folders',
1.6       bisitz   2018: 
                   2019:    'Any User'
1.18      zhu      2020: => '任何用户',
1.6       bisitz   2021: 
                   2022:    'Assessment URL and Title'
1.18      zhu      2023: => '评估网址和标题',
1.6       bisitz   2024: 
                   2025:    'Assigned User Roles'
1.18      zhu      2026: => '用户角色分配',
1.6       bisitz   2027: 
                   2028:    'Browse resources'
1.18      zhu      2029: => '搜索资源',
1.6       bisitz   2030: 
                   2031:    'Changes can take up to 10 minutes before being active for all students.'
1.93      raeburn  2032: => 'Changes can take up to 10 minutes before being active for all students.',
1.6       bisitz   2033: 
                   2034:    'Course Assessment Parameter - Helper Mode'
1.18      zhu      2035: => '课程评估参数 - 助手模式',
1.6       bisitz   2036: 
                   2037:    'Course Assessment Parameters - Overview Mode'
1.18      zhu      2038: => '课程评估参数 - 摘要模式',
1.6       bisitz   2039: 
                   2040:    'Course Assessments Parameters - Table Mode'
1.18      zhu      2041: => '课程评估参数 - 表模式',
1.6       bisitz   2042: 
                   2043:    'Course Environment Parameters'
1.18      zhu      2044: => '课程环境参数',
1.6       bisitz   2045: 
                   2046:    'Course Parameter Helper'
1.18      zhu      2047: => '课程参数实用工具',
1.6       bisitz   2048: 
                   2049:    'Create New Environment Variable'
1.18      zhu      2050: => '创造新的环境变量',
1.6       bisitz   2051: 
                   2052:    'Current Session Value'
1.63      zhu      2053: => '当前会话的值',
1.6       bisitz   2054: 
                   2055:    'Default Value'
1.18      zhu      2056: => '缺省值',
1.6       bisitz   2057: 
                   2058:    'Delete a role'
1.18      zhu      2059: => '删除角色',
1.6       bisitz   2060: 
                   2061:    'Disable all communication among students'
1.93      raeburn  2062: => 'Disable all communication among students',
1.6       bisitz   2063: 
                   2064:    'Enclosing Map or Folder'
1.27      zhu      2065: => '附有目录或文件夹',
1.6       bisitz   2066: 
                   2067:    'Every problem in a particular folder'
1.27      zhu      2068: => '每一个问题在一个特定的文件夹',
1.6       bisitz   2069: 
                   2070:    'Every problem in the course'
1.27      zhu      2071: => '课程的中每一个问题',
1.6       bisitz   2072: 
                   2073:    'Folder'
1.10      zhu      2074: => '文件夹',
1.6       bisitz   2075: 
                   2076:    'Grant/revoke Course Custom Role'
1.93      raeburn  2077: => 'Grant/revoke Course Custom Role',
1.6       bisitz   2078: 
                   2079:    'Grant/revoke role of Administrator'
1.93      raeburn  2080: => 'Grant/revoke role of Administrator',
1.6       bisitz   2081: 
                   2082:    'Grant/revoke role of Author'
1.93      raeburn  2083: => 'Grant/revoke role of Author',
1.6       bisitz   2084: 
                   2085:    'Grant/revoke role of Course Coordinator'
1.93      raeburn  2086: => 'Grant/revoke role of Course Coordinator',
1.6       bisitz   2087: 
                   2088:    'Grant/revoke role of Domain Guest'
1.93      raeburn  2089: => 'Grant/revoke role of Domain Guest',
1.6       bisitz   2090: 
                   2091:    'Grant/revoke role of Librarian'
1.93      raeburn  2092: => 'Grant/revoke role of Librarian',
1.6       bisitz   2093: 
                   2094:    'Grant/revoke role of Teaching Assistant'
1.93      raeburn  2095: => 'Grant/revoke role of Teaching Assistant',
1.6       bisitz   2096: 
                   2097:    'Internally authenticated'
1.93      raeburn  2098: => 'Internally authenticated',
1.6       bisitz   2099: 
                   2100:    'Kerberos authenticated'
1.93      raeburn  2101: => 'Kerberos authenticated',
1.6       bisitz   2102: 
                   2103:    'LON-CAPA Helper:'
1.93      raeburn  2104: => 'LON-CAPA Helper:',
1.6       bisitz   2105: 
                   2106:    'Lock and unlock assessments'
1.93      raeburn  2107: => 'Lock and unlock assessments',
1.6       bisitz   2108: 
                   2109:    'Manage Access Keys'
1.93      raeburn  2110: => 'Manage Access Keys',
1.6       bisitz   2111: 
                   2112:    'Manage access keys'
1.93      raeburn  2113: => 'Manage access keys',
1.6       bisitz   2114: 
                   2115:    'Max Possible To Date'
1.10      zhu      2116: => '到现在为止,最高可达到',
1.6       bisitz   2117: 
                   2118:    'Modify Course Assessment Parameters'
1.93      raeburn  2119: => 'Modify Course Assessment Parameters',
1.6       bisitz   2120: 
                   2121:    'Modify authentication mechanism and data for a user'
1.93      raeburn  2122: => 'Modify authentication mechanism and data for a user',
1.6       bisitz   2123: 
                   2124:    'Modify grades'
1.93      raeburn  2125: => 'Modify grades',
1.6       bisitz   2126: 
                   2127:    'Next ->'
1.12      zhu      2128: => '下一步 ->',
1.6       bisitz   2129: 
                   2130:    'One particular problem'
1.93      raeburn  2131: => 'One particular problem',
1.6       bisitz   2132: 
                   2133:    'Parameter Name'
1.18      zhu      2134: => '参数名',
1.6       bisitz   2135: 
                   2136:    'Parameter Type'
1.18      zhu      2137: => '参数类型',
1.6       bisitz   2138: 
                   2139:    'Parameter in Effect'
1.18      zhu      2140: => '有效参数',
1.6       bisitz   2141: 
                   2142:    'Please select a problem to analyze'
1.18      zhu      2143: => '请选择问题进行分析',
1.6       bisitz   2144: 
                   2145:    'Post anonymously'
1.18      zhu      2146: => '匿名发送',
1.6       bisitz   2147: 
                   2148:    'Post discussion on course resources'
1.18      zhu      2149: => '发送该课程资源的讨论',
1.6       bisitz   2150: 
                   2151:    'Post system frontpage announcements'
1.18      zhu      2152: => '给系统主页发送通知',
1.6       bisitz   2153: 
                   2154:    'Post to live chatrooms'
1.18      zhu      2155: => '发送到在线聊天室',
                   2156: 
                   2157:    'Post to chatrooms'
                   2158: => '发送到聊天室',
1.6       bisitz   2159: 
                   2160:    'Problems Not Contained In A Folder'
1.18      zhu      2161: => '问题不包含在一个文件夹中',
1.6       bisitz   2162: 
                   2163:    'Section'
1.12      zhu      2164: => '章节',
1.6       bisitz   2165: 
                   2166:    'Section:'
1.12      zhu      2167: => '章节:',
1.6       bisitz   2168: 
                   2169:    'Select Date'
1.12      zhu      2170: => '请选择日期',
1.6       bisitz   2171: 
                   2172:    'Select Enclosing Map or Folder'
1.93      raeburn  2173: => 'Select Enclosing Map or Folder',
1.6       bisitz   2174: 
                   2175:    'Select Parameter Level'
1.93      raeburn  2176: => 'Select Parameter Level',
1.6       bisitz   2177: 
                   2178:    'Send internal email'
1.12      zhu      2179: => '发送内部电子邮件',
1.6       bisitz   2180: 
                   2181:    'Set Course Environment Parameters'
1.93      raeburn  2182: => 'Set Course Environment Parameters',
1.6       bisitz   2183: 
                   2184:    'Set Date'
1.12      zhu      2185: => '设定日期',
1.6       bisitz   2186: 
1.31      bisitz   2187:    'Set Defaults for All Resources in [_1]Specifically for [_2][_3]'
1.93      raeburn  2188: => 'Set Defaults for All Resources in [_1]Specifically for [_2][_3]',
1.6       bisitz   2189: 
                   2190:    'Set a due date'
1.9       zhu      2191: => '设定一个截止日期',
1.6       bisitz   2192: 
                   2193:    'Set an answer open date'
1.93      raeburn  2194: => 'Set an answer open date',
1.6       bisitz   2195: 
                   2196:    'Set an open date'
1.93      raeburn  2197: => 'Set an open date',
1.6       bisitz   2198: 
                   2199:    'Set opening datefor all problems in the course for. . .'
1.93      raeburn  2200: => 'Set opening datefor all problems in the course for. . .',
1.6       bisitz   2201: 
                   2202:    'Set the number of tries'
1.27      zhu      2203: => '设置尝试次数',
1.6       bisitz   2204: 
                   2205:    'Set the problem weight'
1.27      zhu      2206: => '设置问题难度',
1.6       bisitz   2207: 
                   2208:    'Set/Modify Course Assessment Parameter'
1.27      zhu      2209: => '设置/修改课程评估参数',
1.6       bisitz   2210: 
                   2211:    'Set/Modify Course Assessment Parameters'
1.27      zhu      2212: => '设置/修改课程评估参数',
1.6       bisitz   2213: 
                   2214:    'Set/Modify Course Parameters'
1.27      zhu      2215: => '设置/修改课程参数',
1.6       bisitz   2216: 
                   2217:    'Show More Options'
1.27      zhu      2218: => '显示更多选项',
1.6       bisitz   2219: 
                   2220:    'Students Affected'
1.27      zhu      2221: => '受影响的学生',
1.6       bisitz   2222: 
                   2223:    'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.'
1.93      raeburn  2224: => 'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.',
1.6       bisitz   2225: 
                   2226:    'Total'
1.10      zhu      2227: => '总共',
1.6       bisitz   2228: 
                   2229:    'Total Parts In Course'
1.93      raeburn  2230: => 'Total Parts In Course',
1.6       bisitz   2231: 
                   2232:    'Type'
1.10      zhu      2233: => '型号',
1.6       bisitz   2234: 
                   2235:    'UNIX authenticated'
1.18      zhu      2236: => 'UNIX 认证',
1.6       bisitz   2237: 
                   2238:    'USERS'
1.10      zhu      2239: => '用户',
1.6       bisitz   2240: 
                   2241:    'Unknown ID'
1.10      zhu      2242: => '未知 ID',
1.6       bisitz   2243: 
                   2244:    'Unknown user'
1.10      zhu      2245: => '未知用户',
1.6       bisitz   2246: 
                   2247:    'Update Course Assessment Parameter Display'
1.93      raeburn  2248: => 'Update Course Assessment Parameter Display',
1.6       bisitz   2249: 
                   2250:    'Update Section or Specific User'
1.93      raeburn  2251: => 'Update Section or Specific User',
1.6       bisitz   2252: 
                   2253:    'Verify Selection'
1.10      zhu      2254: => '确认选择',
1.6       bisitz   2255: 
                   2256:    'Welcome to the Assignment Parameter Helper'
1.93      raeburn  2257: => 'Welcome to the Assignment Parameter Helper',
1.6       bisitz   2258: 
                   2259:    'What parameter do you want to set for all problems in the course?'
1.93      raeburn  2260: => 'What parameter do you want to set for all problems in the course?',
1.6       bisitz   2261: 
                   2262:    'What should the opening date be set to?'
1.93      raeburn  2263: => 'What should the opening date be set to?',
1.6       bisitz   2264: 
                   2265:    'Which Problem or Problems?'
1.93      raeburn  2266: => 'Which Problem or Problems?',
1.6       bisitz   2267: 
                   2268:    'Which problems do you wish to set a parameter for?'
1.93      raeburn  2269: => 'Which problems do you wish to set a parameter for?',
1.6       bisitz   2270: 
1.83      bisitz   2271:    'You need to choose another user role or enter a specific course or community for this function.'
                   2272: => 'You need to choose another user role or enter a specific course or community for this function.', # '对于此功能您需要选择另一个用户角色,或者输入特定的课程。',
1.6       bisitz   2273: 
                   2274:    'a.m.'
1.10      zhu      2275: => '上午',
1.6       bisitz   2276: 
                   2277:    'acc keys'
1.93      raeburn  2278: => 'acc keys',
1.6       bisitz   2279: 
                   2280:    'according to course preferences'
1.18      zhu      2281: => '根据课程设置',
1.6       bisitz   2282: 
                   2283:    'according to resource settings'
1.18      zhu      2284: => '根据资源设置',
1.6       bisitz   2285: 
                   2286:    'according to user session state'
1.18      zhu      2287: => '根据用户会话状态',
1.6       bisitz   2288: 
                   2289:    'all'
1.18      zhu      2290: => '所有的',
1.6       bisitz   2291: 
                   2292:    'at'
1.18      zhu      2293: => '在',
1.6       bisitz   2294: 
                   2295:    'at Domain'
1.18      zhu      2296: => '在域',
1.6       bisitz   2297: 
                   2298:    'at domain'
1.18      zhu      2299: => '在域',
1.6       bisitz   2300: 
                   2301:    'default'
1.18      zhu      2302: => '默认',
1.6       bisitz   2303: 
                   2304:    'for Enclosing Map or Folder'
1.27      zhu      2305: => '对于附有目录或文件夹', #??? [SB 18.10.2006]
1.6       bisitz   2306: 
                   2307:    'for Resource'
1.27      zhu      2308: => '资源',
1.6       bisitz   2309: 
                   2310:    'from Enclosing Map or Folder'
1.27      zhu      2311: => '从附有目录或文件夹', #??? [SB 18.10.2006]
1.6       bisitz   2312: 
                   2313:    'general'
1.27      zhu      2314: => '一般的',
1.6       bisitz   2315: 
                   2316:    'in Course'
1.18      zhu      2317: => '在课程',
1.6       bisitz   2318: 
                   2319:    'in Section/Group'
1.18      zhu      2320: => '在科/组',
1.6       bisitz   2321: 
                   2322:    'manage'
1.12      zhu      2323: => '管理',
1.6       bisitz   2324: 
                   2325:    'of'
1.93      raeburn  2326: => 'of',
1.6       bisitz   2327: 
                   2328:    'or ID'
1.12      zhu      2329: => '或者 ID',
1.6       bisitz   2330: 
                   2331:    'p.m.'
1.10      zhu      2332: => '下午',
1.6       bisitz   2333: 
                   2334:    'percent'
1.7       zhu      2335: => '百分比',
1.6       bisitz   2336: 
                   2337:    'unless locked'
1.10      zhu      2338: => '除非锁定',
1.6       bisitz   2339: 
                   2340:    'users in'
1.93      raeburn  2341: => 'users in',
1.6       bisitz   2342: 
                   2343:    'Access Key Management'
1.93      raeburn  2344: => 'Access Key Management',
1.6       bisitz   2345: 
                   2346:    'Assessment'
1.10      zhu      2347: => '评价',
1.6       bisitz   2348: 
                   2349:    'Calculations'
1.93      raeburn  2350: => 'Calculations',
1.6       bisitz   2351: 
                   2352:    'Comma Separated Values'
1.93      raeburn  2353: => 'Comma Separated Values',
1.6       bisitz   2354: 
                   2355:    'Course ID'
1.10      zhu      2356: => '课程 ID',
1.6       bisitz   2357: 
1.41      bisitz   2358:    'Course level sheet'
1.93      raeburn  2359: => 'Course level sheet', # ??? [SB 2007-07-02]
1.6       bisitz   2360: 
                   2361:    'Detailed Problem Analysis'
1.93      raeburn  2362: => 'Detailed Problem Analysis',
1.6       bisitz   2363: 
                   2364:    'End Helper'
1.93      raeburn  2365: => 'End Helper',
1.6       bisitz   2366: 
                   2367:    'Excel'
                   2368: => 'Excel',
                   2369: 
                   2370:    'Text (essays only)'
1.93      raeburn  2371: => 'Text (essays only)',
1.6       bisitz   2372: 
                   2373:    'Finish Course Initialization'
1.93      raeburn  2374: => 'Finish Course Initialization',
1.6       bisitz   2375: 
                   2376:    'Generate Spreadsheet'
1.12      zhu      2377: => '生成报告表',
1.6       bisitz   2378: 
1.103     bisitz   2379:    'Grant/revoke role of Bubblesheet Operator'
                   2380: => 'Grant/revoke role of Bubblesheet Operator',
1.6       bisitz   2381: 
                   2382:    'HTML'
                   2383: => 'HTML',
                   2384: 
                   2385:    'Invalid date entry'
1.93      raeburn  2386: => 'Invalid date entry',
1.6       bisitz   2387: 
                   2388:    'Load:'
1.10      zhu      2389: => '加载:',
1.6       bisitz   2390: 
                   2391:    'No changes were made to the current settings.'
1.93      raeburn  2392: => 'No changes were made to the current settings.',
1.6       bisitz   2393: 
                   2394:    'Output Format'
1.10      zhu      2395: => '输出格式',
1.6       bisitz   2396: 
                   2397:    'Processing course structure'
1.93      raeburn  2398: => 'Processing course structure',
1.6       bisitz   2399: 
                   2400:    'Processing first student'
1.93      raeburn  2401: => 'Processing first student',
1.6       bisitz   2402: 
                   2403:    'Row'
1.10      zhu      2404: => '排列',
1.6       bisitz   2405: 
                   2406:    'Save as'
1.10      zhu      2407: => '另存为',
1.6       bisitz   2408: 
1.66      bisitz   2409:    'Save as &amp; Make This Sheet the Default'
1.10      zhu      2410: => '另存为 & 使此工作表作为一个默认使用',
1.6       bisitz   2411: 
1.103     bisitz   2412:    'Bubblesheet Operator'
                   2413: => 'Bubblesheet Operator',
1.6       bisitz   2414: 
                   2415:    'Select All'
1.10      zhu      2416: => '全选',
1.6       bisitz   2417: 
                   2418:    'Select All Students'
1.10      zhu      2419: => '选择所有学生',
1.6       bisitz   2420: 
                   2421:    'Select Spreadsheet File'
1.10      zhu      2422: => '选择电子表格文件',
1.6       bisitz   2423: 
1.103     bisitz   2424:    'Send bubblesheet data to a course'
                   2425: => 'Send bubblesheet data to a course',
1.6       bisitz   2426: 
                   2427:    'Spreadsheet Computation'
1.93      raeburn  2428: => 'Spreadsheet Computation',
1.6       bisitz   2429: 
                   2430:    'Spreadsheet Computation Status'
1.93      raeburn  2431: => 'Spreadsheet Computation Status',
1.6       bisitz   2432: 
                   2433:    'Student level sheet'
1.93      raeburn  2434: => 'Student level sheet',
1.6       bisitz   2435: 
                   2436:    'Summary'
1.93      raeburn  2437: => 'Summary',
1.6       bisitz   2438: 
                   2439:    'Template'
1.93      raeburn  2440: => 'Template',
1.6       bisitz   2441: 
                   2442:    'Unselect All'
1.93      raeburn  2443: => 'Unselect All',
1.6       bisitz   2444: 
                   2445:    'Unselect All Students'
1.93      raeburn  2446: => 'Unselect All Students',
1.6       bisitz   2447: 
1.103     bisitz   2448:    'Upload bubblesheet data'
                   2449: => 'Upload bubblesheet data',
1.6       bisitz   2450: 
                   2451:    'You must choose at least one student to continue.'
1.93      raeburn  2452: => 'You must choose at least one student to continue.',
1.6       bisitz   2453: 
                   2454:    'You must choose one or more choices to continue.'
1.93      raeburn  2455: => 'You must choose one or more choices to continue.',
1.6       bisitz   2456: 
                   2457:    'may be open from a different computer.'
1.93      raeburn  2458: => 'may be open from a different computer.',
1.6       bisitz   2459: 
                   2460:    'minutes'
1.93      raeburn  2461: => 'minutes',
1.6       bisitz   2462: 
                   2463:    'remaining'
1.98      bisitz   2464: => 'remaining',
1.6       bisitz   2465: 
                   2466:    'second'
1.93      raeburn  2467: => 'second',
1.6       bisitz   2468: 
                   2469:    'seconds'
1.93      raeburn  2470: => 'seconds',
1.6       bisitz   2471: 
                   2472:    'Additional Recipients'
1.12      zhu      2473: => '其他收件人',
1.6       bisitz   2474: 
1.31      bisitz   2475:    'Analyze Over [_1] [_2]'
1.93      raeburn  2476: => 'Analyze Over [_1] [_2]',
1.6       bisitz   2477: 
                   2478:    'Analyze Problem'
1.93      raeburn  2479: => 'Analyze Problem',
1.6       bisitz   2480: 
                   2481:    'Analyze Problem Again'
1.93      raeburn  2482: => 'Analyze Problem Again',
1.6       bisitz   2483: 
                   2484:    'Analyze as '
1.93      raeburn  2485: => 'Analyze as ',
1.6       bisitz   2486: 
                   2487:    'Browsing resource, all submissions are temporary.'
1.93      raeburn  2488: => 'Browsing resource, all submissions are temporary.',
1.6       bisitz   2489: 
                   2490:    'By'
1.93      raeburn  2491: => 'By',
1.6       bisitz   2492: 
                   2493:    'Check All'
1.12      zhu      2494: => '全选',
1.6       bisitz   2495: 
                   2496:    'Check for All'
1.12      zhu      2497: => '检查所有',
1.6       bisitz   2498: 
                   2499:    'Check for None'
1.70      zhu      2500: => '检查无',
1.6       bisitz   2501: 
                   2502:    'Check for Section/Group'
1.12      zhu      2503: => '检查科/组',
1.6       bisitz   2504: 
                   2505:    'Choose a different resource'
1.12      zhu      2506: => '选择不同的资源',
1.6       bisitz   2507: 
                   2508:    'Concepts'
1.12      zhu      2509: => '草稿',
1.6       bisitz   2510: 
                   2511:    'Critical Messages'
1.12      zhu      2512: => '重要讯息',
1.6       bisitz   2513: 
                   2514:    'Delete'
1.12      zhu      2515: => '删除',
1.6       bisitz   2516: 
                   2517:    'Delete Checked'
1.12      zhu      2518: => '删除选中',
1.6       bisitz   2519: 
                   2520:    'Display All Messages'
1.12      zhu      2521: => '显示所有邮件',
1.6       bisitz   2522: 
                   2523:    'Display all Messages'
1.12      zhu      2524: => '显示所有邮件',
1.6       bisitz   2525: 
                   2526:    'Foils'
1.12      zhu      2527: => '选择',
1.6       bisitz   2528: 
                   2529:    'Forward'
1.12      zhu      2530: => '转发',
1.6       bisitz   2531: 
                   2532:    'Forwarded message from'
1.12      zhu      2533: => '转发邮件从',
1.6       bisitz   2534: 
                   2535:    'Forwarding'
1.12      zhu      2536: => '转发',
1.6       bisitz   2537: 
                   2538:    'From'
1.12      zhu      2539: => '从',
1.6       bisitz   2540: 
                   2541:    'Functions'
1.22      zhu      2542: => '功能',
1.6       bisitz   2543: 
                   2544:    'Mail'
1.12      zhu      2545: => '邮件',
1.6       bisitz   2546: 
                   2547:    'Mark Unread'
1.12      zhu      2548: => '标记为未读',
1.6       bisitz   2549: 
                   2550:    'New Problem Variation'
1.93      raeburn  2551: => 'New Problem Variation',
1.6       bisitz   2552: 
                   2553:    'New Randomization'
1.12      zhu      2554: => '新的变化',
1.6       bisitz   2555: 
                   2556:    'Next'
1.12      zhu      2557: => '下一步',
1.6       bisitz   2558: 
1.31      bisitz   2559:    'Number of Plots [_1]'
1.93      raeburn  2560: => 'Number of Plots [_1]',
1.6       bisitz   2561: 
                   2562:    'Option Response Problem Analysis'
1.93      raeburn  2563: => 'Option Response Problem Analysis',
1.6       bisitz   2564: 
                   2565:    'Previous'
1.12      zhu      2566: => '以前的',
1.6       bisitz   2567: 
                   2568:    'Re'
1.12      zhu      2569: => '回复',
1.6       bisitz   2570: 
                   2571:    'Record'
1.12      zhu      2572: => '记录',
1.6       bisitz   2573: 
                   2574:    'Reply'
1.10      zhu      2575: => '回复',
1.6       bisitz   2576: 
                   2577:    'Reset Submissions'
1.93      raeburn  2578: => 'Reset Submissions',
1.6       bisitz   2579: 
                   2580:    'Select a course'
1.12      zhu      2581: => '选择课程',
1.6       bisitz   2582: 
                   2583:    'Selecting a User'
1.12      zhu      2584: => '选择用户',
1.6       bisitz   2585: 
                   2586:    'Send New'
1.93      raeburn  2587: => 'Send New',
1.6       bisitz   2588: 
                   2589:    'Send Reply'
1.12      zhu      2590: => '发送回复',
1.6       bisitz   2591: 
                   2592:    'Send as critical message'
1.10      zhu      2593: => '发出一个重要信息',
1.6       bisitz   2594: 
                   2595:    'Simple Problem Editor'
1.18      zhu      2596: => '简单的问题编辑器',
1.6       bisitz   2597: 
                   2598:    'Starting'
1.18      zhu      2599: => '开始',
1.6       bisitz   2600: 
                   2601:    'Student Data Compilation Progress'
1.18      zhu      2602: => '学生资料汇编进展',
1.6       bisitz   2603: 
                   2604:    'Student Data Compilation Status'
1.18      zhu      2605: => '学生资料汇编状态',
1.6       bisitz   2606: 
                   2607:    'There is no student data for this problem.'
1.18      zhu      2608: => '对于这个问题,没有任何学生的数据。',
1.6       bisitz   2609: 
                   2610:    'Time'
1.10      zhu      2611: => '时间',
1.6       bisitz   2612: 
1.18      zhu      2613:    'To:'
                   2614: => '收件人:',
1.6       bisitz   2615: 
                   2616:    'Uncheck All'
1.10      zhu      2617: => '全部取消',
1.6       bisitz   2618: 
                   2619:    'Unsuccessful Login'
1.9       zhu      2620: => '登录失败',
1.6       bisitz   2621: 
                   2622:    'Update Student Data'
1.10      zhu      2623: => '更新学生资料',
1.6       bisitz   2624: 
                   2625:    'You have no critical messages.'
1.10      zhu      2626: => '您没有任何重要讯息。',
1.6       bisitz   2627: 
                   2628:    'and return receipt'
1.93      raeburn  2629: => 'and return receipt',
1.6       bisitz   2630: 
                   2631:    'can not be accessed from your location.'
1.93      raeburn  2632: => 'can not be accessed from your location.',
1.6       bisitz   2633: 
1.115   ! bisitz   2634:    'Unacceptable username [_1] for user [_2] [_3] [_4] [_5]'
        !          2635: => 'Unacceptable username [_1] for user [_2] [_3] [_4] [_5]',
        !          2636: 
        !          2637:    'Unacceptable domain [_1] for user [_2] [_3] [_4] [_5]'
        !          2638: => 'Unacceptable domain [_1] for user [_2] [_3] [_4] [_5]',
1.6       bisitz   2639: 
                   2640:    'All Documents in Course'
1.93      raeburn  2641: => 'All Documents in Course',
1.6       bisitz   2642: 
                   2643:    'All Resources (possibly large output)'
1.93      raeburn  2644: => 'All Resources (possibly large output)',
1.6       bisitz   2645: 
                   2646:    'Anonymous'
1.18      zhu      2647: => '匿名',
1.6       bisitz   2648: 
                   2649:    'Anonymous contribution to course discussion of resource'
1.18      zhu      2650: => '匿名参加这个资源的讨论',
1.6       bisitz   2651: 
                   2652:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
1.93      raeburn  2653: => 'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).',
1.6       bisitz   2654: 
                   2655:    'Associate columns with student attributes.'
1.93      raeburn  2656: => 'Associate columns with student attributes.',
1.6       bisitz   2657: 
                   2658:    'Attribute'
1.93      raeburn  2659: => 'Attribute',
1.6       bisitz   2660: 
                   2661:    'CSV (comma separated values, spreadsheet)'
1.27      zhu      2662: => 'CSV (逗号分隔值, 表格)',
1.6       bisitz   2663: 
                   2664:    'Check Course Document Versions'
1.98      bisitz   2665: => 'Check Course Document Versions',
1.6       bisitz   2666: 
                   2667:    'Check/Set Resource Versions'
1.22      zhu      2668: => '检查/设置源版本',
1.6       bisitz   2669: 
                   2670:    'Chronological View'
1.22      zhu      2671: => '顺序查看',
1.6       bisitz   2672: 
                   2673:    'Column'
1.93      raeburn  2674: => 'Column',
1.6       bisitz   2675: 
                   2676:    'Column [_1]'
1.93      raeburn  2677: => 'Column [_1]',
1.6       bisitz   2678: 
                   2679:    'Continue enrollment?'
1.93      raeburn  2680: => 'Continue enrollment?',
1.6       bisitz   2681: 
                   2682:    'Contribution to course discussion of resource'
1.18      zhu      2683: => '正常参加这个资源的讨论',
1.6       bisitz   2684: 
                   2685:    'Diffs'
1.56      zhu      2686: => '区别',
1.6       bisitz   2687: 
                   2688: #   'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
1.98      bisitz   2689: #=> 'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)',
1.6       bisitz   2690: 
                   2691: 
                   2692:    'Disable Student/Employee ID Safeguard and force change of conflicting IDs'
1.70      zhu      2693: => '禁用学生/员工编号,维护和强制改变不一致的IDs',
1.6       bisitz   2694: 
                   2695:    '(only do if you know what you are doing.)'
1.70      zhu      2696: => '(只有这样做,如果你知道自己在做什么。)',
1.6       bisitz   2697: 
                   2698:    'Discussion Contributions'
1.18      zhu      2699: => '参加讨论',
1.6       bisitz   2700: 
                   2701:    'Drop Students'
1.28      zhu      2702: => '从该课程删除学生',
1.6       bisitz   2703: 
                   2704:    'Dropped [_1]'
                   2705: => '[_1] ausgeschlossen',
                   2706: 
                   2707:    'Dropped [_1] student(s).'
                   2708: => '[_1] Student(en) ausgeschlossen.',
                   2709: 
                   2710:    'Dropping Students'
1.93      raeburn  2711: => 'Dropping Students',
1.6       bisitz   2712: 
1.88      bisitz   2713:    'Dump Course Documents'
1.93      raeburn  2714: => 'Dump Course Documents',
1.6       bisitz   2715: 
                   2716:    'EMail Address'
1.93      raeburn  2717: => 'EMail Address',
1.6       bisitz   2718: 
                   2719:    'Enroll a single student'
1.70      zhu      2720: => '注册一个学生',
1.6       bisitz   2721: 
                   2722:    'Enrolling Students'
1.70      zhu      2723: => '注册学生',
1.6       bisitz   2724: 
                   2725:    'Error'
1.93      raeburn  2726: => 'Error',
1.6       bisitz   2727: 
                   2728:    'Error: '
1.93      raeburn  2729: => 'Error: ',
1.6       bisitz   2730: 
                   2731:    'Error: [_1]'
1.93      raeburn  2732: => 'Error: [_1]',
1.6       bisitz   2733: 
                   2734:    'Field'
1.93      raeburn  2735: => 'Field',
1.6       bisitz   2736: 
                   2737:    'Filenames in Construction Space'
1.93      raeburn  2738: => 'Filenames in Construction Space',
1.6       bisitz   2739: 
                   2740:    'First Name'
1.56      zhu      2741: => '名',
1.6       bisitz   2742: 
                   2743:    'Folder in Construction Space'
1.93      raeburn  2744: => 'Folder in Construction Space',
1.6       bisitz   2745: 
                   2746:    'Full Update'
1.56      zhu      2747: => '全面更新',
1.6       bisitz   2748: 
                   2749:    'Full update (also print list of users not enrolled anymore)'
1.101     bisitz   2750: => '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   2751: 
                   2752:    'Generation'
1.70      zhu      2753: => '生成',
1.6       bisitz   2754: 
                   2755:    'Group/Section'
1.12      zhu      2756: => '组/科',
1.6       bisitz   2757: 
                   2758:    'HTML/XML'
                   2759: => 'HTML/XML',
                   2760: 
                   2761:    'Hide'
1.56      zhu      2762: => '隐藏',
1.6       bisitz   2763: 
                   2764:    'Student/Employee ID'
1.56      zhu      2765: => '学生/员工 ID',
1.6       bisitz   2766: 
                   2767:    'Identify fields'
1.93      raeburn  2768: => 'Identify fields',
1.6       bisitz   2769: 
                   2770:    'If active, the new role will be available when the students next log in to LON-CAPA.'
1.93      raeburn  2771: => 'If active, the new role will be available when the students next log in to LON-CAPA.',
1.6       bisitz   2772: 
                   2773:    'Ignore First Line'
1.27      zhu      2774: => '忽略第一行',
1.6       bisitz   2775: 
                   2776:    'Initial Password'
1.27      zhu      2777: => '初始密码',
1.6       bisitz   2778: 
                   2779:    'Internal Filename'
1.27      zhu      2780: => '内部文件名',
1.6       bisitz   2781: 
                   2782:    'Invalid home server specified'
1.93      raeburn  2783: => 'Invalid home server specified',
1.6       bisitz   2784: 
                   2785:    'Keep all Resources up-to-date with most recent Versions (default)'
1.93      raeburn  2786: => 'Keep all Resources up-to-date with most recent Versions (default)',
1.6       bisitz   2787: 
                   2788:    'LON-CAPA Domain for Students'
1.93      raeburn  2789: => 'LON-CAPA Domain for Students',
1.6       bisitz   2790: 
                   2791:    'LON-CAPA Enrollment Manager'
1.93      raeburn  2792: => 'LON-CAPA Enrollment Manager',
1.6       bisitz   2793: 
                   2794:    'LON-CAPA domain: [_1]'
1.26      zhu      2795: => 'LON-CAPA 域: [_1]',
1.6       bisitz   2796: 
                   2797:    'Last Name'
1.56      zhu      2798: => '姓',
1.6       bisitz   2799: 
                   2800:    'Last Name, First Names'
1.26      zhu      2801: => '姓,名',
1.6       bisitz   2802: 
                   2803:    'Login Type'
1.26      zhu      2804: => '登录类型',
1.6       bisitz   2805: 
                   2806:    'Middle Names/Initials'
1.26      zhu      2807: => '中名/缩写',
1.6       bisitz   2808: 
                   2809:    'Modify Parameters'
1.26      zhu      2810: => '修改参数',
1.6       bisitz   2811: 
                   2812:    'Modify student data'
1.26      zhu      2813: => '修改学生资料',
1.6       bisitz   2814: 
                   2815:    'Most recently published Version'
1.26      zhu      2816: => '最近发布的版本',
1.6       bisitz   2817: 
                   2818:    'No Kerberos domain was specified.'
1.93      raeburn  2819: => 'No Kerberos domain was specified.',
1.6       bisitz   2820: 
                   2821:    'None Found'
1.26      zhu      2822: => '没有找到',
1.6       bisitz   2823: 
                   2824:    'Note: For large courses, this operation may be time consuming.'
1.93      raeburn  2825: => 'Note: For large courses, this operation may be time consuming.',
1.6       bisitz   2826: 
1.73      bisitz   2827:    'This will not take effect if the user already exists.'
1.93      raeburn  2828: => 'This will not take effect if the user already exists.',
1.6       bisitz   2829: 
                   2830:    'Processed [_1] student(s).'
                   2831: => '[_1] Studierende bearbeitet.',
                   2832: 
                   2833:    'Re-enrollment will re-activate data.'
1.93      raeburn  2834: => 'Re-enrollment will re-activate data.',
1.6       bisitz   2835: 
                   2836:    'Registering'
1.93      raeburn  2837: => 'Registering',
1.6       bisitz   2838: 
                   2839:    'Samples'
1.56      zhu      2840: => '例如',
1.6       bisitz   2841: 
                   2842:    'Save as ...'
1.18      zhu      2843: => '另存为...',
1.6       bisitz   2844: 
                   2845:    'Set Version to be used in Course'
1.93      raeburn  2846: => 'Set Version to be used in Course',
1.6       bisitz   2847: 
                   2848:    'Set Versions to be used in Course according to Selections below'
1.93      raeburn  2849: => 'Set Versions to be used in Course according to Selections below',
1.6       bisitz   2850: 
                   2851:    'Set all Resource Versions to current Version (Fix Versions)'
1.93      raeburn  2852: => 'Set all Resource Versions to current Version (Fix Versions)',
1.6       bisitz   2853: 
                   2854:    'Show Preview'
1.93      raeburn  2855: => 'Show Preview',
1.6       bisitz   2856: 
                   2857:    'Space separated'
1.27      zhu      2858: => '以空格分隔',
1.6       bisitz   2859: 
                   2860:    'Starting and Ending Dates'
1.27      zhu      2861: => '起始和结束日期',
1.6       bisitz   2862: 
                   2863:    'Student Number'
1.27      zhu      2864: => '学生证号码',
1.6       bisitz   2865: 
                   2866:    'Tabulator separated'
1.27      zhu      2867: => '以制表符分隔',
1.6       bisitz   2868: 
                   2869:    'The optional email address field was not specified.'
1.93      raeburn  2870: => 'The optional email address field was not specified.',
1.6       bisitz   2871: 
                   2872:    'The optional name field was not specified.'
1.93      raeburn  2873: => 'The optional name field was not specified.',
1.6       bisitz   2874: 
                   2875:    'The optional ID number field was not specified.'
1.93      raeburn  2876: => 'The optional ID number field was not specified.',
1.6       bisitz   2877: 
                   2878:    'The optional section or group field was not specified.'
1.93      raeburn  2879: => 'The optional section or group field was not specified.',
1.6       bisitz   2880: 
                   2881:    'The optional student number field was not specified.'
1.93      raeburn  2882: => 'The optional student number field was not specified.',
1.6       bisitz   2883: 
                   2884:    'The optional section field was not specified.'
1.93      raeburn  2885: => 'The optional section field was not specified.',
1.6       bisitz   2886: 
                   2887:    'The optional role field was not specified.'
1.93      raeburn  2888: => 'The optional role field was not specified.',
1.6       bisitz   2889: 
                   2890:    'The optional domain field was not specified.'
1.93      raeburn  2891: => 'The optional domain field was not specified.',
1.6       bisitz   2892: 
                   2893:    'There are no students currently enrolled.'
1.93      raeburn  2894: => 'There are no students currently enrolled.',
1.6       bisitz   2895: 
                   2896:    'Continue adding users?'
1.93      raeburn  2897: => 'Continue adding users?',
1.6       bisitz   2898: 
                   2899:    'Threaded View'
1.22      zhu      2900: => '线程查看',
1.6       bisitz   2901: 
                   2902:    'Total number of records found in file: [_1]'
1.93      raeburn  2903: => 'Total number of records found in file: [_1]',
1.6       bisitz   2904: 
                   2905:    'Unable to enroll students'
1.93      raeburn  2906: => 'Unable to enroll students',
1.6       bisitz   2907: 
                   2908:    'Updating discussion time'
1.93      raeburn  2909: => 'Updating discussion time',
1.6       bisitz   2910: 
                   2911:    'Uploading Class List'
1.93      raeburn  2912: => 'Uploading Class List',
1.6       bisitz   2913: 
                   2914:    'Verify Content'
                   2915: => '检查内容',
                   2916: 
                   2917:    'Version used in Course'
1.93      raeburn  2918: => 'Version used in Course',
1.6       bisitz   2919: 
                   2920:    'View Class List'
1.93      raeburn  2921: => 'View Class List',
1.6       bisitz   2922: 
                   2923:    'View Class list'
1.93      raeburn  2924: => 'View Class list',
1.6       bisitz   2925: 
                   2926:    'Welcome'
1.22      zhu      2927: => '欢迎',
1.6       bisitz   2928: 
1.102     raeburn  2929:    'Welcome to the Learning[_1]Online[_2] Network with CAPA. Please wait while your session is being set up.'
1.12      zhu      2930: => '欢迎您到在线网络 LON-CAPA 学习。请稍候,您的会话正在建立。',
1.6       bisitz   2931: 
                   2932:    'You must choose an authentication type.'
1.22      zhu      2933: => '你必须选择一个身份验证类型。',
1.6       bisitz   2934: 
                   2935:    'You need to specify the Kerberos domain.'
1.93      raeburn  2936: => 'You need to specify the Kerberos domain.',
1.6       bisitz   2937: 
                   2938:    'You need to specify the initial password.'
1.93      raeburn  2939: => 'You need to specify the initial password.',
1.6       bisitz   2940: 
                   2941:    'You need to specify the username field.'
1.93      raeburn  2942: => 'You need to specify the username field.',
1.6       bisitz   2943: 
                   2944:    'Your Version Settings have been Saved'
1.93      raeburn  2945: => 'Your Version Settings have been Saved',
1.6       bisitz   2946: 
                   2947:    '[_1] Do not change login data'
1.12      zhu      2948: => '[_1] 不要更改登录数据',
1.6       bisitz   2949: 
                   2950:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5 [_5]'
1.70      zhu      2951: => '[_1] Kerberos身份验证域 [_2] [_3] 版本 4 [_4] 版本 5 [_5]',
1.6       bisitz   2952: 
                   2953:    'Currently Kerberos authenticated with domain [_1] Version [_2].'
1.70      zhu      2954: => '目前的Kerberos身份验证域 [_1] 版本 [_2]。',
1.6       bisitz   2955: 
                   2956:    'Currently Kerberos authenticated, Version [_1].'
1.70      zhu      2957: => '目前Kerberos身份验证,版本 [_1]。',
1.6       bisitz   2958: 
                   2959:    'most recent'
1.12      zhu      2960: => '最新的',
1.6       bisitz   2961: 
                   2962:    'name only visible to course faculty'
1.18      zhu      2963: => '只有课程管理者能看见',
1.6       bisitz   2964: 
                   2965:    'Calculate answers'
1.70      zhu      2966: => '计算的答案',
1.6       bisitz   2967: 
1.65      zhu      2968:   'Show All Foils'
                   2969: => '显示全部选项',
                   2970: 
                   2971:    'Show All Instances'
                   2972: => '显示全部选项',
1.6       bisitz   2973: 
                   2974:    '1 out of N multiple choice (radio button)'
1.18      zhu      2975: => '单选',
1.6       bisitz   2976: 
                   2977:    'Add new option'
1.10      zhu      2978: => '添加新的选择',
1.6       bisitz   2979: 
                   2980:    'Administrator'
1.10      zhu      2981: => '管理员',
1.6       bisitz   2982: 
                   2983:    'Answer:'
1.10      zhu      2984: => '回复:',
1.6       bisitz   2985: 
                   2986:    'Attachment'
1.10      zhu      2987: => '附件',
1.6       bisitz   2988: 
                   2989:    '(128 KB max size)'
1.10      zhu      2990: => '(最大 128 KB)',
1.6       bisitz   2991: 
                   2992:    'Change'
1.10      zhu      2993: => '改变',
1.6       bisitz   2994: 
                   2995:    'Change Random Seed To:'
1.70      zhu      2996: => '随机数的基础上:',
1.6       bisitz   2997: 
                   2998:    'Change Your Language Preferences'
1.70      zhu      2999: => '变更您的语言偏好',
1.6       bisitz   3000: 
                   3001:    'Concept:'
1.70      zhu      3002: => '概念:',
1.6       bisitz   3003: 
                   3004:    'Correct Option:'
1.18      zhu      3005: => '正确的选择:',
1.6       bisitz   3006: 
                   3007:    'Create a New Course'
1.12      zhu      3008: => '创建一个新的课程',
1.6       bisitz   3009: 
                   3010:    'Create a New Course or Group Space'
1.12      zhu      3011: => '创建一个新的课程或组空间',
1.6       bisitz   3012: 
                   3013:    'Current'
1.12      zhu      3014: => '现在的',
1.6       bisitz   3015: 
                   3016:    'Delete an option'
1.12      zhu      3017: => '删除一个选项',
1.6       bisitz   3018: 
                   3019:    'Delete:'
1.12      zhu      3020: => '删除:',
1.6       bisitz   3021: 
                   3022:    'Diffs with Current Version'
1.56      zhu      3023: => '与当前版本的区别',
1.6       bisitz   3024: 
                   3025:    'Diffs with Version'
1.56      zhu      3026: => '不同版本之间的区别',
1.6       bisitz   3027: 
                   3028:    'Diffs with current Version'
1.56      zhu      3029: => '与当前版本的区别',
1.6       bisitz   3030: 
                   3031:    'Display and analysis of submission times on assessments.'
1.93      raeburn  3032: => 'Display and analysis of submission times on assessments.',
1.6       bisitz   3033: 
                   3034:    'Display foils in order given'
1.56      zhu      3035: => '在给定的分类里显示选项',
1.6       bisitz   3036: 
                   3037:    'Display foils in random order'
1.56      zhu      3038: => '在一个随机序列里显示选项',
1.6       bisitz   3039: 
                   3040:    'Domain Guest'
1.12      zhu      3041: => '网上邻居',
1.6       bisitz   3042: 
                   3043:    'Essay, open end'
1.18      zhu      3044: => '尝试,没有时间限制',
1.6       bisitz   3045: 
                   3046:    'False'
1.18      zhu      3047: => '错误的',
1.6       bisitz   3048: 
                   3049:    'Foil'
1.18      zhu      3050: => '选项',
1.6       bisitz   3051: 
                   3052:    'Format:'
1.12      zhu      3053: => '格式:',
1.6       bisitz   3054: 
                   3055:    'Height(pixel):'
1.12      zhu      3056: => '高 (Pixel):',
1.6       bisitz   3057: 
                   3058:    'Hint Text'
1.12      zhu      3059: => '提示文字',
1.6       bisitz   3060: 
                   3061:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
1.93      raeburn  3062: => 'If this resource is in active use, student performance data from the previous version may become inaccessible.',
1.6       bisitz   3063: 
                   3064:    'Image:'
1.12      zhu      3065: => '图片:',
1.6       bisitz   3066: 
                   3067:    'Incorrect Answers:'
1.12      zhu      3068: => '错误的答案:',
1.6       bisitz   3069: 
                   3070:    'Last accessed'
1.12      zhu      3071: => '上次访问',
1.6       bisitz   3072: 
                   3073:    'Librarian'
1.93      raeburn  3074: => 'Librarian',
1.6       bisitz   3075: 
                   3076:    'Making Backup to [_1]'
1.93      raeburn  3077: => 'Making Backup to [_1]',
1.6       bisitz   3078: 
                   3079:    'Max Number Of Shown Foils:'
1.56      zhu      3080: => '显示选项的最大数量:',
1.6       bisitz   3081: 
                   3082:    'Max number of foils displayed'
1.56      zhu      3083: => '显示选项的最大数量',
1.6       bisitz   3084: 
                   3085:    'Metadata'
1.12      zhu      3086: => '元数据',
1.6       bisitz   3087: 
                   3088:    'metadata'
1.12      zhu      3089: => '元数据',
1.6       bisitz   3090: 
                   3091:    'Metadata Version'
1.12      zhu      3092: => '元数据版本',
1.6       bisitz   3093: 
                   3094:    'Metadata current version'
1.12      zhu      3095: => '元数据的最新版本',
1.6       bisitz   3096: 
                   3097:    'Save Metadata'
1.12      zhu      3098: => '保存元数据',
1.6       bisitz   3099: 
                   3100:    'Name:'
1.12      zhu      3101: => '姓氏:',
1.6       bisitz   3102: 
                   3103:    'New parameters or saved values'
1.18      zhu      3104: => '新的参数或保存价值',
1.6       bisitz   3105: 
                   3106:    'No language preference'
1.56      zhu      3107: => '没有语言偏好',
1.6       bisitz   3108: 
                   3109:    'Not shown, not used'
1.18      zhu      3110: => '没有显示,没有使用',
1.6       bisitz   3111: 
                   3112:    'Obsolete parameters or saved values'
1.18      zhu      3113: => '过时的参数或保存价值',
1.6       bisitz   3114: 
                   3115:    'Option response'
1.12      zhu      3116: => '答案选项',
1.6       bisitz   3117: 
                   3118:    'Please do not reply to this address.'
1.93      raeburn  3119: => 'Please do not reply to this address.',
1.6       bisitz   3120: 
                   3121:    'Position'
                   3122: => 'Position',
                   3123: 
                   3124:    'Preferred language'
1.18      zhu      3125: => '首选语言',
1.6       bisitz   3126: 
                   3127:    'Problems'
1.93      raeburn  3128: => 'Problems',
1.6       bisitz   3129: 
                   3130:    'Produce Excel Output'
1.93      raeburn  3131: => 'Produce Excel Output',
1.6       bisitz   3132: 
                   3133:    'Question Text'
1.18      zhu      3134: => '文字问题',
1.6       bisitz   3135: 
                   3136:    'Random position'
1.18      zhu      3137: => '随机位置',
1.6       bisitz   3138: 
                   3139:    'Retrieve Published Resources'
1.18      zhu      3140: => '恢复发布的资源',
1.6       bisitz   3141: 
                   3142:    'Short string response'
1.18      zhu      3143: => '简短的文字回答',
1.6       bisitz   3144: 
                   3145:    'Show always at bottom position'
1.18      zhu      3146: => '总是在最后显示',
1.6       bisitz   3147: 
                   3148:    'Show always at top position'
1.18      zhu      3149: => '总是在最开始显示',
1.6       bisitz   3150: 
                   3151:    'Size:'
1.18      zhu      3152: => '大小:',
1.6       bisitz   3153: 
                   3154:    'Save Changes'
1.18      zhu      3155: => '保存更改',
1.6       bisitz   3156: 
                   3157:    'Submission Time Analysis'
1.18      zhu      3158: => '提交时间分析',
1.6       bisitz   3159: 
                   3160:    'Submit Changes and Edit'
1.18      zhu      3161: => '保存并继续编辑',
1.6       bisitz   3162: 
                   3163:    'TeXWidth(mm):'
1.18      zhu      3164: => 'TeX-宽 (mm):',
1.6       bisitz   3165: 
                   3166:    'Text'
1.18      zhu      3167: => '文本',
1.6       bisitz   3168: 
                   3169:    'Text Block'
1.18      zhu      3170: => '文本块',
1.6       bisitz   3171: 
                   3172:    'This is an automatic message generated by the LON-CAPA system.'
1.93      raeburn  3173: => 'This is an automatic message generated by the LON-CAPA system.',
1.6       bisitz   3174: 
                   3175:    'True'
1.18      zhu      3176: => '正确的',
1.6       bisitz   3177: 
                   3178:    'unused'
1.18      zhu      3179: => '未用过的',
1.6       bisitz   3180: 
                   3181:    'Type-in value'
1.93      raeburn  3182: => 'Type-in value',
1.6       bisitz   3183: 
                   3184:    'Unit:'
1.18      zhu      3185: => '单位:',
1.6       bisitz   3186: 
                   3187:    'Value'
1.18      zhu      3188: => '值',
1.6       bisitz   3189: 
                   3190:    'Warning!'
1.18      zhu      3191: => '警告!',
1.6       bisitz   3192: 
                   3193:    'Width(pixel):'
1.18      zhu      3194: => '宽 (Pixel):',
1.6       bisitz   3195: 
                   3196:    'anonymous'
1.18      zhu      3197: => '匿名',
1.6       bisitz   3198: 
                   3199:    'bytes'
1.93      raeburn  3200: => 'bytes',
1.6       bisitz   3201: 
                   3202:    'loginproblems.html'
                   3203: => 'loginproblems.html',
                   3204: 
                   3205:    'versions of this problem'
1.18      zhu      3206: => '这个问题的版本',
1.6       bisitz   3207: 
                   3208: 
1.45      bisitz   3209: #=====================
1.6       bisitz   3210: # Begin remote control (mydesk.tab)
                   3211: # 2x8 chars, only lower case
                   3212: # Same order as in mydesk.tab!
                   3213:    'choose[_1]'
1.44      bisitz   3214: => '选择',
1.6       bisitz   3215:    'course[_1]'
1.44      bisitz   3216: => '课程',
1.6       bisitz   3217: 
                   3218:    'switch[_1]'
1.44      bisitz   3219: => '转换',
1.6       bisitz   3220:    'course[_2]'
1.44      bisitz   3221: => '课程',
1.6       bisitz   3222: 
                   3223:    'switch[_2]'
1.44      bisitz   3224: => '转换',
1.6       bisitz   3225:    'role[_1]'
1.44      bisitz   3226: => '角色',
1.6       bisitz   3227: 
                   3228:    'choose[_2]'
1.44      bisitz   3229: => '选择',
1.6       bisitz   3230:    'role[_2]'
1.44      bisitz   3231: => '角色',
1.6       bisitz   3232: 
                   3233:    'course[_3]'
1.44      bisitz   3234: => '课程',
1.6       bisitz   3235:    'docs[_1]'
1.44      bisitz   3236: => '内容',
1.6       bisitz   3237: 
1.84      bisitz   3238:    'course[_7]'
1.44      bisitz   3239: => '编辑',
1.84      bisitz   3240:    'editor[_1]'
1.44      bisitz   3241: => '课程文档',
1.6       bisitz   3242: 
                   3243:    'navigate[_1]'
1.63      zhu      3244: => '课程',
1.6       bisitz   3245:    'contents[_1]'
1.63      zhu      3246: => '目录',
1.6       bisitz   3247: 
1.45      bisitz   3248:    'request-[_1]'
1.93      raeburn  3249: => 'request-[_1]',
1.45      bisitz   3250:    'course[_16]'
1.93      raeburn  3251: => 'course[_16]',
1.45      bisitz   3252: 
1.6       bisitz   3253:    'my[_1]'
1.63      zhu      3254: => '我的',
1.6       bisitz   3255:    'grades[_1]'
1.63      zhu      3256: => '得分',
1.6       bisitz   3257: 
                   3258:    'course[_4]'
1.63      zhu      3259: => '课程',
1.6       bisitz   3260:    'grades[_2]'
1.63      zhu      3261: => '等级',
1.6       bisitz   3262: 
                   3263:    'course[_5]'
1.93      raeburn  3264: => 'course[_5]',
1.6       bisitz   3265:    'chart[_1]'
1.93      raeburn  3266: => 'chart[_1]',
1.6       bisitz   3267: 
                   3268:    'course[_6]'
1.63      zhu      3269: => '课程',
1.6       bisitz   3270:    'stats[_1]'
1.63      zhu      3271: => '统计',
1.6       bisitz   3272: 
                   3273:    'manage[_1]'
1.93      raeburn  3274: => 'manage[_1]',
1.6       bisitz   3275:    'acc keys[_1]'
1.93      raeburn  3276: => 'acc keys[_1]',
1.6       bisitz   3277: 
                   3278:    'course[_12]'
1.63      zhu      3279: => '课程参加者',
1.6       bisitz   3280:    'roster[_1]'
1.63      zhu      3281: => '名单',
1.6       bisitz   3282: 
                   3283:    'user[_1]'
1.63      zhu      3284: => '用户',
                   3285:    'roles[_1]'
                   3286: => '角色',
1.6       bisitz   3287: 
                   3288:    'create[_1]'
1.63      zhu      3289: => '创建',
1.6       bisitz   3290:    'course[_8]'
1.63      zhu      3291: => '课程',
1.6       bisitz   3292: 
                   3293:    'course[_9]'
1.63      zhu      3294: => '课程',
1.6       bisitz   3295:    'parms[_1]'
1.63      zhu      3296: => '参数',
1.6       bisitz   3297: 
                   3298:    'con-[_1]'
1.93      raeburn  3299: => 'con-[_1]',
1.6       bisitz   3300:    'struct[_1]'
1.93      raeburn  3301: => 'struct[_1]',
1.6       bisitz   3302: 
1.45      bisitz   3303:    'co con-[_1]'
1.93      raeburn  3304: => 'co con-[_1]',
1.45      bisitz   3305:    'struct[_2]'
1.93      raeburn  3306: => 'struct[_2]',
1.45      bisitz   3307: 
1.6       bisitz   3308:    'domain[_1]'
1.63      zhu      3309: => '域',
1.6       bisitz   3310:    'config[_1]'
1.63      zhu      3311: => '配置',
1.6       bisitz   3312: 
                   3313:    'resource[_1]'
1.63      zhu      3314: => '发布', # '资源',
1.6       bisitz   3315:    'space[_1]'
1.63      zhu      3316: => '资源',
1.6       bisitz   3317: 
                   3318:    'co res[_1]'
1.93      raeburn  3319: => 'co res[_1]',
1.6       bisitz   3320:    'space[_2]'
1.93      raeburn  3321: => 'space[_2]',
1.6       bisitz   3322: 
                   3323:    'what is[_1]'
1.63      zhu      3324: => '有什么',
1.6       bisitz   3325:    'new[_1]'
1.63      zhu      3326: => '新内容',
1.6       bisitz   3327: 
                   3328:    'enter[_1]'
1.93      raeburn  3329: => 'enter[_1]',
1.6       bisitz   3330:    'grades[_3]'
1.93      raeburn  3331: => 'grades[_3]',
1.6       bisitz   3332: 
                   3333:    'send[_1]'
1.44      bisitz   3334: => '发送',
1.6       bisitz   3335:    'scantron[_1]'
1.93      raeburn  3336: => 'scantron[_1]',
1.6       bisitz   3337: 
                   3338:    'course[_13]'
1.44      bisitz   3339: => '课程',
1.6       bisitz   3340:    'catalog[_1]'
1.44      bisitz   3341: => '目录',
1.6       bisitz   3342: 
                   3343:    'view[_1]'
1.44      bisitz   3344: => '查看',
1.6       bisitz   3345:    'bookmark[_1]'
1.44      bisitz   3346: => '书签',
1.6       bisitz   3347: 
                   3348:    'calendar[_1]'
1.44      bisitz   3349: => '日历',
1.6       bisitz   3350:    'announce[_1]'
1.44      bisitz   3351: => '通告',
1.6       bisitz   3352: 
                   3353:    'commu-[_1]'
1.63      zhu      3354: => '发送和接收',
1.6       bisitz   3355:    'nication[_1]'
1.63      zhu      3356: => '邮件',
1.6       bisitz   3357: 
                   3358:    'course[_10]'
1.44      bisitz   3359: => '课程-',
1.45      bisitz   3360:    'chatroom[_1]'
1.44      bisitz   3361: => '聊天室',
1.6       bisitz   3362: 
                   3363:    'course[_14]'
1.44      bisitz   3364: => '课程-',
1.6       bisitz   3365:    'groups[_1]'
1.44      bisitz   3366: => '组',
1.6       bisitz   3367: 
                   3368:    'port-[_1]'
1.63      zhu      3369: => '文件夹',
1.6       bisitz   3370:    'folio[_1]'
1.63      zhu      3371: => '空间',
1.6       bisitz   3372: 
                   3373:    'edit[_1]'
1.44      bisitz   3374: => '编辑',
1.6       bisitz   3375:    'blogs[_1]'
1.44      bisitz   3376: => '博客',
1.6       bisitz   3377: 
                   3378:    'search[_3]'
1.93      raeburn  3379: => 'search[_3]',
1.6       bisitz   3380:    'prtfolio[_1]'
1.93      raeburn  3381: => 'prtfolio[_1]',
1.6       bisitz   3382: 
                   3383:    'search[_1]'
1.63      zhu      3384: => '在课程中',
1.6       bisitz   3385:    'course[_11]'
1.63      zhu      3386: => '搜索',
1.6       bisitz   3387: 
                   3388:    'search[_2]'
1.63      zhu      3389: => '搜索',
1.6       bisitz   3390:    'library[_1]'
1.63      zhu      3391: => '资源',
1.6       bisitz   3392: 
                   3393:    'prefer-[_1]'
1.63      zhu      3394: => '用户',
1.6       bisitz   3395:    'ences[_1]'
1.63      zhu      3396: => '设置',
1.6       bisitz   3397: 
                   3398:    'exit[_1]'
1.63      zhu      3399: => '注销',
1.6       bisitz   3400:    ' [_1]'
1.44      bisitz   3401: => ' ',
1.6       bisitz   3402: 
                   3403: #=====================
1.45      bisitz   3404: # Remote control entries which occur only in lonmenu.pm
1.6       bisitz   3405: 
1.45      bisitz   3406:    'problem[_1]'
1.93      raeburn  3407: => 'problem[_1]', # '问题',
1.45      bisitz   3408:    'grades[_4]'
1.93      raeburn  3409: => 'grades[_4]',
1.45      bisitz   3410: 
                   3411:    'sub-[_1]'
1.93      raeburn  3412: => 'sub-[_1]',
1.45      bisitz   3413:    'missions[_1]'
1.93      raeburn  3414: => 'missions[_1]',
1.6       bisitz   3415: 
1.45      bisitz   3416:    'problem[_2]'
1.93      raeburn  3417: => 'problem[_2]', # '问题',
1.45      bisitz   3418:    'parms[_2]'
1.93      raeburn  3419: => 'parms[_2]',
1.45      bisitz   3420: 
1.88      bisitz   3421:    'dir[_1]'
1.93      raeburn  3422: => 'dir[_1]',
1.88      bisitz   3423:    'list[_1]'
1.93      raeburn  3424: => 'list[_1]',
1.88      bisitz   3425: 
1.45      bisitz   3426:    'retrieve[_1]'
1.93      raeburn  3427: => 'retrieve[_1]',
1.45      bisitz   3428:    'version[_1]'
1.93      raeburn  3429: => 'version[_1]',
1.6       bisitz   3430: 
1.45      bisitz   3431:    'publish[_1]'
1.93      raeburn  3432: => 'publish[_1]',
1.45      bisitz   3433:    'resource[_3]'
1.93      raeburn  3434: => 'resource[_3]',
1.6       bisitz   3435: 
1.45      bisitz   3436:    'delete[_1]'
1.93      raeburn  3437: => 'delete[_1]',
1.45      bisitz   3438:    'resource[_2]'
1.93      raeburn  3439: => 'resource[_2]',
1.6       bisitz   3440: 
1.45      bisitz   3441:    'prepare[_1]'
1.93      raeburn  3442: => 'prepare[_1]',
1.45      bisitz   3443:    'printout[_1]'
                   3444: => '', # !
1.6       bisitz   3445: 
                   3446:    'backward[_1]'
1.93      raeburn  3447: => 'backward[_1]',
1.6       bisitz   3448: 
1.45      bisitz   3449:    'forward[_1]'
1.93      raeburn  3450: => 'forward[_1]',
1.45      bisitz   3451: 
                   3452:    'set[_1]'
1.93      raeburn  3453: => 'set[_1]',
1.6       bisitz   3454:    'bookmark[_2]'
1.93      raeburn  3455: => 'bookmark[_2]',
1.45      bisitz   3456: 
                   3457:    'anno-[_1]'
1.93      raeburn  3458: => 'anno-[_1]',
1.45      bisitz   3459:    'tations[_1]'
1.93      raeburn  3460: => 'tations[_1]',
1.45      bisitz   3461: 
                   3462:    'catalog[_2]'
1.93      raeburn  3463: => 'catalog[_2]',
1.45      bisitz   3464:    'info[_1]'
1.93      raeburn  3465: => 'info[_1]', # '信息',
1.6       bisitz   3466: 
                   3467:    'evaluate[_1]'
1.93      raeburn  3468: => 'evaluate[_1]',
1.45      bisitz   3469:    'this[_1]'
1.93      raeburn  3470: => 'this[_1]',
1.6       bisitz   3471: 
                   3472:    'feedback[_1]'
1.93      raeburn  3473: => 'feedback[_1]',
1.6       bisitz   3474:    'discuss[_1]'
1.93      raeburn  3475: => 'discuss[_1]',
1.6       bisitz   3476: 
                   3477: # End remote control
1.45      bisitz   3478: #=====================
1.6       bisitz   3479: 
                   3480:    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
1.26      zhu      3481: => '(输入最大[_1]同事的用户名或用户名@域名,例如:smithje or smithje@[_2]。)',
1.6       bisitz   3482: 
                   3483:    '(Hand in a file you have prepared on your computer)'
1.100     raeburn  3484: => '(Hand in a file you have prepared on your computer)',
1.6       bisitz   3485: 
                   3486:    ', select a template from the pull-down menu below.'
1.98      bisitz   3487: => ', select a template from the pull-down menu below.',
1.6       bisitz   3488: 
                   3489:    '<*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   3490: => '<*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   3491: 
                   3492:    'ABSTRACT'
1.70      zhu      3493: => '摘要',
1.6       bisitz   3494: 
                   3495:    'Access Control'
1.70      zhu      3496: => '访问控制',
1.6       bisitz   3497: 
                   3498:    'Activate'
1.70      zhu      3499: => '激活',
1.6       bisitz   3500: 
                   3501:    'Add Roles'
1.70      zhu      3502: => '添加角色',
1.6       bisitz   3503: 
                   3504:    "Add one empty page/column after each student's assignment"
1.93      raeburn  3505: => "Add one empty page/column after each student's assignment",
1.6       bisitz   3506: 
                   3507:    "Add three empty pages/column after each student's assignment"
1.93      raeburn  3508: => "Add three empty pages/column after each student's assignment",
1.6       bisitz   3509: 
                   3510:    "Add two empty pages/column after each student's assignment"
1.93      raeburn  3511: => "Add two empty pages/column after each student's assignment",
1.6       bisitz   3512: 
                   3513:    'Date Shift'
1.93      raeburn  3514: => 'Date Shift',
1.6       bisitz   3515: 
                   3516:    'Do not clone date parameters'
1.93      raeburn  3517: => 'Do not clone date parameters',
1.6       bisitz   3518: 
                   3519:    'Clone date parameters as-is'
1.93      raeburn  3520: => 'Clone date parameters as-is',
1.6       bisitz   3521: 
                   3522:    'Shift date parameters by number of days'
1.93      raeburn  3523: => 'Shift date parameters by number of days',
1.6       bisitz   3524: 
                   3525:    'Additional settings, if specified below, will override cloned settings'
1.93      raeburn  3526: => 'Additional settings, if specified below, will override cloned settings',
1.6       bisitz   3527: 
                   3528:    'Advanced Edit'
1.93      raeburn  3529: => 'Advanced Edit',
1.6       bisitz   3530: 
                   3531:    'All Resources'
1.93      raeburn  3532: => 'All Resources',
1.6       bisitz   3533: 
                   3534:    'All Students'
1.26      zhu      3535: => '所有学生',
1.6       bisitz   3536: 
                   3537:    'Allowed filetypes: [_1]'
1.93      raeburn  3538: => 'Allowed filetypes: [_1]',
1.6       bisitz   3539: 
                   3540:    'An error occurred during the attempt to change the section for this student.'
1.93      raeburn  3541: => 'An error occurred during the attempt to change the section for this student.',
1.6       bisitz   3542: 
                   3543:    'An error occurred during the attempt to change the role information for this student.'
1.93      raeburn  3544: => 'An error occurred during the attempt to change the role information for this student.',
1.6       bisitz   3545: 
                   3546:    'Analyzing Results'
1.93      raeburn  3547: => 'Analyzing Results',
1.6       bisitz   3548: 
                   3549:    'Answerable'
1.93      raeburn  3550: => 'Answerable',
1.6       bisitz   3551: 
                   3552:    'Assessment Parameters'
1.93      raeburn  3553: => 'Assessment Parameters',
1.6       bisitz   3554: 
                   3555:    'Automated Enrollment Manager'
1.93      raeburn  3556: => 'Automated Enrollment Manager',
1.6       bisitz   3557: 
                   3558:    'Automated adds'
1.93      raeburn  3559: => 'Automated adds',
1.6       bisitz   3560: 
                   3561:    'Automated drops'
1.93      raeburn  3562: => 'Automated drops',
1.6       bisitz   3563: 
                   3564:    'Automated enrollment settings'
1.93      raeburn  3565: => 'Automated enrollment settings',
1.6       bisitz   3566: 
                   3567:    'Bad Filename'
1.93      raeburn  3568: => 'Bad Filename',
1.6       bisitz   3569: 
                   3570:    'Begin Enrollment'
1.93      raeburn  3571: => 'Begin Enrollment',
1.6       bisitz   3572: 
                   3573:    'Binary File'
1.93      raeburn  3574: => 'Binary File',
1.6       bisitz   3575: 
                   3576:    'Blank'
1.93      raeburn  3577: => 'Blank',
1.6       bisitz   3578: 
                   3579:    'Browse'
1.93      raeburn  3580: => 'Browse',
1.6       bisitz   3581: 
                   3582:    'CSV format'
1.93      raeburn  3583: => 'CSV format',
1.6       bisitz   3584: 
                   3585:    'Cannot publish directory'
1.93      raeburn  3586: => 'Cannot publish directory',
1.6       bisitz   3587: 
                   3588:    'Cannot retrieve directory'
1.93      raeburn  3589: => 'Cannot retrieve directory',
1.6       bisitz   3590: 
                   3591:    'Catalog Search'
1.93      raeburn  3592: => 'Catalog Search',
1.6       bisitz   3593: 
                   3594:    'Change User Privileges'
1.93      raeburn  3595: => 'Change User Privileges',
1.6       bisitz   3596: 
                   3597:    'Changed discussion view mode'
1.43      bisitz   3598: => '改变讨论视图模式',
1.6       bisitz   3599: 
                   3600:    'Click here for FAQ'
1.93      raeburn  3601: => 'Click here for FAQ',
1.6       bisitz   3602: 
                   3603:    'Click here for help'
1.93      raeburn  3604: => 'Click here for help',
1.6       bisitz   3605: 
                   3606:    'Click here to report bugs'
1.93      raeburn  3607: => 'Click here to report bugs',
1.6       bisitz   3608: 
                   3609:    'Click-On Texts (comma sep):'
1.93      raeburn  3610: => 'Click-On Texts (comma sep):',
1.6       bisitz   3611: 
                   3612:    'Clone an existing course'
1.93      raeburn  3613: => 'Clone an existing course',
1.6       bisitz   3614: 
                   3615:    'Close This Window'
1.93      raeburn  3616: => 'Close This Window',
1.6       bisitz   3617: 
                   3618:    'Closed'
1.93      raeburn  3619: => 'Closed',
1.6       bisitz   3620: 
                   3621:    'Communication'
                   3622: => '通讯',
                   3623: 
                   3624:    'Compare versions of'
1.93      raeburn  3625: => 'Compare versions of',
1.6       bisitz   3626: 
1.51      bisitz   3627:    'No differences found'
1.93      raeburn  3628: => 'No differences found',
1.51      bisitz   3629: 
1.6       bisitz   3630:    'Completely new course'
1.93      raeburn  3631: => 'Completely new course',
1.6       bisitz   3632: 
                   3633:    'Construction Space Version'
1.93      raeburn  3634: => 'Construction Space Version',
1.6       bisitz   3635: 
                   3636:    'Continue'
1.18      zhu      3637: => '下一步',
1.6       bisitz   3638: 
                   3639:    'Copy current file to'
1.93      raeburn  3640: => 'Copy current file to',
1.6       bisitz   3641: 
                   3642:    'Copy selected'
1.93      raeburn  3643: => 'Copy selected',
1.6       bisitz   3644: 
                   3645:    'Course Code'
1.93      raeburn  3646: => 'Course Code',
1.6       bisitz   3647: 
                   3648:    'Course Content'
                   3649: => '课程内容',
                   3650: 
                   3651:    'Course Data'
1.18      zhu      3652: => '课程数据',
1.6       bisitz   3653: 
                   3654:    'Course Home Server'
1.93      raeburn  3655: => 'Course Home Server',
1.6       bisitz   3656: 
                   3657:    'Course ID/Number'
1.18      zhu      3658: => '课程-ID/编号',
1.6       bisitz   3659: 
                   3660:    'Course Information'
1.18      zhu      3661: => '课程资料',
1.6       bisitz   3662: 
                   3663:    'Resource Level'
1.73      bisitz   3664: => '资源等级',
1.6       bisitz   3665: 
                   3666:    'Map/Folder Level'
1.93      raeburn  3667: => 'Map/Folder Level',
1.6       bisitz   3668: 
                   3669:    'Course Level'
1.73      bisitz   3670: => '课程等级',
1.6       bisitz   3671: 
                   3672:    'Course Search'
1.18      zhu      3673: => '课程搜寻',
1.6       bisitz   3674: 
                   3675:    'Course Title'
1.18      zhu      3676: => '课程名称',
1.6       bisitz   3677: 
                   3678:    'Create New User'
1.18      zhu      3679: => '创建新用户',
1.6       bisitz   3680: 
                   3681:    'Create User'
1.18      zhu      3682: => '创建用户',
1.6       bisitz   3683: 
                   3684:    'Crosslisted courses'
1.93      raeburn  3685: => 'Crosslisted courses',
1.6       bisitz   3686: 
                   3687:    'Current Class List'
1.22      zhu      3688: => '目前的学生名单',
1.6       bisitz   3689: 
                   3690:    'Current Ending Date: [_1]'
1.22      zhu      3691: => '目前结束日期: [_1]',
1.6       bisitz   3692: 
                   3693:    'Current Ending Date: not set'
1.22      zhu      3694: => '目前结束日期: 未设置',
1.6       bisitz   3695: 
                   3696:    'Current Resource'
1.22      zhu      3697: => '现有资源',
1.6       bisitz   3698: 
                   3699:    'Current Starting Date: [_1]'
1.22      zhu      3700: => '目前开始日期: [_1]',
1.6       bisitz   3701: 
                   3702:    'Current Starting Date: not set'
1.22      zhu      3703: => '目前开始日期: 未设置',
1.6       bisitz   3704: 
                   3705:    'Current Version'
1.22      zhu      3706: => '当前版本',
1.6       bisitz   3707: 
1.83      bisitz   3708:    'Currently no active roles, courses or communities'
                   3709: => 'Currently no active roles, courses or communities', # '目前没有任何活动的角色或课程',
1.6       bisitz   3710: 
1.83      bisitz   3711:    'Currently no additional roles, courses or communities'
                   3712: => 'Currently no additional roles, courses or communities', # '目前还没有更多的角色或课程',
1.6       bisitz   3713: 
                   3714:    'The following [quant,_1,role,roles] will become active in the future:'
1.93      raeburn  3715: => 'The following [quant,_1,role,roles] will become active in the future:',
1.6       bisitz   3716: 
                   3717:    'Currently submitted: [_1]'
1.22      zhu      3718: => '目前提交:[_1]',
1.6       bisitz   3719: 
                   3720:    'Custom Role Editor'
1.22      zhu      3721: => '自订角色编辑器',
1.6       bisitz   3722: 
                   3723:    'Cut selected'
1.93      raeburn  3724: => 'Cut selected',
1.6       bisitz   3725: 
                   3726:    'Decompress'
1.22      zhu      3727: => '解压缩',
1.6       bisitz   3728: 
                   3729:    'Default Assessment Spreadsheet'
1.93      raeburn  3730: => 'Default Assessment Spreadsheet',
1.6       bisitz   3731: 
                   3732:    'Default Course Spreadsheet'
1.93      raeburn  3733: => 'Default Course Spreadsheet',
1.6       bisitz   3734: 
                   3735:    'Default Student Spreadsheet'
1.93      raeburn  3736: => 'Default Student Spreadsheet',
1.6       bisitz   3737: 
                   3738:    'Default XML Style File'
1.93      raeburn  3739: => 'Default XML Style File',
1.6       bisitz   3740: 
                   3741:    'Default for new courses is'
1.93      raeburn  3742: => 'Default for new courses is',
1.6       bisitz   3743: 
                   3744:    'Default:'
1.93      raeburn  3745: => 'Default:',
1.6       bisitz   3746: 
                   3747:    'Define Role'
1.93      raeburn  3748: => 'Define Role',
1.6       bisitz   3749: 
                   3750:    'Dependencies'
1.93      raeburn  3751: => 'Dependencies',
1.6       bisitz   3752: 
                   3753:    'Description:'
1.13      zhu      3754: => '描述:',
1.6       bisitz   3755: 
                   3756:    'Disable student resource discussion'
1.93      raeburn  3757: => 'Disable student resource discussion',
1.6       bisitz   3758: 
                   3759:    'Disable student use of chatrooms'
1.93      raeburn  3760: => 'Disable student use of chatrooms',
1.6       bisitz   3761: 
                   3762:    'Display file attributes'
1.93      raeburn  3763: => 'Display file attributes',
1.6       bisitz   3764: 
                   3765:    'Do NOT generate as standard course'
1.93      raeburn  3766: => 'Do NOT generate as standard course',
1.6       bisitz   3767: 
                   3768:    'Domain Level'
1.93      raeburn  3769: => 'Domain Level',
1.6       bisitz   3770: 
                   3771:    "Don't Show Feedback"
1.93      raeburn  3772: => "Don't Show Feedback",
1.6       bisitz   3773: 
                   3774:    'Duration of automated classlist updates'
1.93      raeburn  3775: => 'Duration of automated classlist updates',
1.6       bisitz   3776: 
                   3777:    'Dynamic Metadata (updated periodically)'
1.18      zhu      3778: => '动态数据 (定期更新)',
1.6       bisitz   3779: 
                   3780:    'ERROR'
1.18      zhu      3781: => '错误',
1.6       bisitz   3782: 
                   3783:    'Edit Custom Role Privileges'
1.70      zhu      3784: => '编辑自定义角色权限',
1.6       bisitz   3785: 
                   3786:    '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      3787: => '编辑错误-这些错误可能不会影响正在运行的问题,但他们很可能会导致问题进一步使用编辑模式。请使用XML模式来解决这些错误。',
1.6       bisitz   3788: 
                   3789:    'End Time'
1.22      zhu      3790: => '结束时间',
1.6       bisitz   3791: 
                   3792:    'Ending Date'
1.22      zhu      3793: => '结束日期',
1.6       bisitz   3794: 
                   3795:    'Ending date'
1.22      zhu      3796: => '结束日期',
1.6       bisitz   3797: 
                   3798:    'Enroll One Student'
1.22      zhu      3799: => '登记一名学生',
1.6       bisitz   3800: 
                   3801:    'Enroll as student'
1.22      zhu      3802: => '登记学生',
1.6       bisitz   3803: 
                   3804:    'Enrolling'
1.22      zhu      3805: => '登记',
1.6       bisitz   3806: 
                   3807:    'Enrolling Student'
1.22      zhu      3808: => '登记学生',
1.6       bisitz   3809: 
                   3810:    '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  3811: => '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   3812: 
                   3813:    '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  3814: => '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   3815: 
                   3816:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
1.18      zhu      3817: => '在搜索栏里输入关键字或词组用  AND, OR, 或 NOT 间隔,然后点击下面的 搜索 ',
1.6       bisitz   3818: 
                   3819:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
1.18      zhu      3820: => '在搜索栏里输入关键字或词组,如 AND,OR,或 NOT 间隔。',
1.6       bisitz   3821: 
                   3822:    'Entering Construction Space'
1.93      raeburn  3823: => 'Entering Construction Space',
1.6       bisitz   3824: 
                   3825:    'Error: Directory Non Empty'
1.93      raeburn  3826: => 'Error: Directory Non Empty',
1.6       bisitz   3827: 
                   3828:    'Error: destination for operation is an existing directory.'
1.93      raeburn  3829: => 'Error: destination for operation is an existing directory.',
1.6       bisitz   3830: 
                   3831:    'Evaluation Error '
1.93      raeburn  3832: => 'Evaluation Error ',
1.6       bisitz   3833: 
                   3834:    'Homework Problem'
1.98      bisitz   3835: => 'Homework Problem',
1.6       bisitz   3836: 
                   3837:    'Exam Problem'
1.93      raeburn  3838: => 'Exam Problem',
1.6       bisitz   3839: 
                   3840:    'Excel format'
1.93      raeburn  3841: => 'Excel format',
1.6       bisitz   3842: 
                   3843:    'Feedback Addresses for Course Content Comments'
1.93      raeburn  3844: => 'Feedback Addresses for Course Content Comments',
1.6       bisitz   3845: 
                   3846:    'Feedback Addresses for Course Policy'
1.93      raeburn  3847: => 'Feedback Addresses for Course Policy',
1.6       bisitz   3848: 
                   3849:    'Feedback Addresses for Resource Content Question'
1.93      raeburn  3850: => 'Feedback Addresses for Resource Content Question',
1.6       bisitz   3851: 
                   3852:    'First'
1.93      raeburn  3853: => 'First',
1.6       bisitz   3854: 
                   3855:    'First Resource'
1.93      raeburn  3856: => 'First Resource',
1.6       bisitz   3857: 
                   3858:    'Foil name [_1] appears more than once. Foil names need to be unique.'
1.93      raeburn  3859: => 'Foil name [_1] appears more than once. Foil names need to be unique.',
1.6       bisitz   3860: 
                   3861:    'Folder/Map'
1.10      zhu      3862: => '文件夹/课程内容',
1.6       bisitz   3863: 
                   3864:    'For one or more students'
1.93      raeburn  3865: => 'For one or more students',
1.6       bisitz   3866: 
                   3867:    'Found a <*response> outside of a <part> in a <part>ed problem'
1.93      raeburn  3868: => 'Found a <*response> outside of a <part> in a <part>ed problem',
1.6       bisitz   3869: 
                   3870:    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn  3871: => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz   3872: 
                   3873:    'Generate messages from a file'
1.22      zhu      3874: => '从一个文件生成邮件',
1.6       bisitz   3875: 
                   3876:    'Go'
                   3877: => 'Go',
                   3878: 
                   3879:    'go'
1.93      raeburn  3880: => 'go',
1.6       bisitz   3881: 
                   3882:    'Go to ...'
1.12      zhu      3883: => '转到...',
1.6       bisitz   3884: 
                   3885:    'Help on Creating Courses'
1.93      raeburn  3886: => 'Help on Creating Courses',
1.6       bisitz   3887: 
                   3888:    'Home Server'
1.93      raeburn  3889: => 'Home Server',
1.6       bisitz   3890: 
                   3891:    'Homework problem'
1.98      bisitz   3892: => 'Homework problem',
1.6       bisitz   3893: 
                   3894:    'How do I create a CSV file from a spreadsheet'
1.27      zhu      3895: => '我如何从Excel表创建一个CSV文件',
1.6       bisitz   3896: 
                   3897:    'How do I create a class list from a spreadsheet'
1.93      raeburn  3898: => 'How do I create a class list from a spreadsheet',
1.6       bisitz   3899: 
                   3900:    'How should the results be printed?'
1.93      raeburn  3901: => 'How should the results be printed?',
1.6       bisitz   3902: 
                   3903:    'Immediately expire own role as Course Coordinator'
1.93      raeburn  3904: => 'Immediately expire own role as Course Coordinator',
1.6       bisitz   3905: 
                   3906:    'Import and Paste Area'
1.93      raeburn  3907: => 'Import and Paste Area',
1.6       bisitz   3908: 
                   3909:    'Include retrieval of student photographs?'
1.93      raeburn  3910: => 'Include retrieval of student photographs?',
1.6       bisitz   3911: 
                   3912:    'Institutional Information'
1.93      raeburn  3913: => 'Institutional Information',
1.6       bisitz   3914: 
                   3915:    'Invalid Significant figures detected'
1.93      raeburn  3916: => 'Invalid Significant figures detected',
1.6       bisitz   3917: 
                   3918:    'Invalid characters in requested name have been removed.'
1.93      raeburn  3919: => 'Invalid characters in requested name have been removed.',
1.6       bisitz   3920: 
                   3921:    'Invalid login mode or password.'
1.93      raeburn  3922: => 'Invalid login mode or password.',
1.6       bisitz   3923: 
                   3924:    'Invalid username or domain'
1.26      zhu      3925: => '无效的用户名或域',
1.6       bisitz   3926: 
                   3927:    'KEYWORDS'
1.93      raeburn  3928: => 'KEYWORDS',
1.6       bisitz   3929: 
                   3930:    'LaTeX batchmode'
1.93      raeburn  3931: => 'LaTeX batchmode',
1.6       bisitz   3932: 
                   3933:    'LaTeX mode'
1.93      raeburn  3934: => 'LaTeX mode',
1.6       bisitz   3935: 
                   3936:    'Languages used'
1.26      zhu      3937: => '所用语言',
1.6       bisitz   3938: 
                   3939:    'Last'
1.93      raeburn  3940: => 'Last',
1.6       bisitz   3941: 
                   3942:    'Leave blank on scoring form'
1.93      raeburn  3943: => 'Leave blank on scoring form',
1.6       bisitz   3944: 
                   3945:    'List Directory'
1.10      zhu      3946: => '目录列表',
1.6       bisitz   3947: 
                   3948:    'Location'
1.10      zhu      3949: => '地点',
1.6       bisitz   3950: 
                   3951:    'Login Data'
1.10      zhu      3952: => '登录数据',
1.6       bisitz   3953: 
                   3954:    'Logout'
                   3955: => '退出',
                   3956: 
                   3957:    'Make new directory'
1.10      zhu      3958: => '创建新目录',
1.6       bisitz   3959: 
                   3960:    'Make new file'
1.10      zhu      3961: => '创建新文件',
1.6       bisitz   3962: 
                   3963:    'Manual Grading'
1.10      zhu      3964: => '手动评分',
1.6       bisitz   3965: 
                   3966:    'Map has branchings. Use advanced editor.'
1.93      raeburn  3967: => 'Map has branchings. Use advanced editor.',
1.6       bisitz   3968: 
                   3969:    'Map has conditions. Use advanced editor.'
1.93      raeburn  3970: => 'Map has conditions. Use advanced editor.',
1.6       bisitz   3971: 
                   3972:    'Map has resource parameters. Use advanced editor.'
1.93      raeburn  3973: => 'Map has resource parameters. Use advanced editor.',
1.6       bisitz   3974: 
                   3975:    'Map has unconnected resources. Use advanced editor.'
1.93      raeburn  3976: => 'Map has unconnected resources. Use advanced editor.',
1.6       bisitz   3977: 
                   3978:    'Messaging'
1.26      zhu      3979: => '发送邮件',
1.6       bisitz   3980: 
                   3981:    'first'
1.26      zhu      3982: => '名', # !
1.6       bisitz   3983: 
                   3984:    'last'
1.26      zhu      3985: => '姓', # !
1.6       bisitz   3986: 
                   3987:    'middle'
1.26      zhu      3988: => '中名', # !
1.6       bisitz   3989: 
                   3990:    'Middle Name'
1.26      zhu      3991: => '中名',
1.6       bisitz   3992: 
                   3993:    'Missing Kerberos domain information.'
1.70      zhu      3994: => '丢失的Kerberos域信息。',
1.6       bisitz   3995: 
                   3996:    'Modification may make assessment data inaccessible!'
1.70      zhu      3997: => '修改可能使评估数据无法访问!',
1.6       bisitz   3998: 
                   3999:    'Modify Enrollment for'
1.70      zhu      4000: => '修改注册为',
1.6       bisitz   4001: 
                   4002:    'Modify User'
1.70      zhu      4003: => '修改用户',
1.6       bisitz   4004: 
                   4005:    'Modify another students data'
1.70      zhu      4006: => '修改另一个学生的数据',
1.6       bisitz   4007: 
                   4008:    'Modify deadlines, etc, for this resource'
1.70      zhu      4009: => '修改此资源的截止日期等',
1.6       bisitz   4010: 
                   4011:    'Modifying data for user'
1.70      zhu      4012: => '修改用户的数据',
1.6       bisitz   4013: 
                   4014:    'Modifying this will make problems have different numbers and answers!'
1.70      zhu      4015: => '修改这将使问题有不同的号码和答案!',
1.6       bisitz   4016: 
                   4017:    'Move current file to'
1.70      zhu      4018: => '目前文件移动到',
1.6       bisitz   4019: 
                   4020:    'Must create new subdirectory inside a directory'
1.70      zhu      4021: => '必须在目录里面创造新的子目录',
1.6       bisitz   4022: 
                   4023:    'Name of Role'
1.70      zhu      4024: => '角色名字',
1.6       bisitz   4025: 
                   4026:    'New Directory'
1.70      zhu      4027: => '新目录',
1.6       bisitz   4028: 
                   4029:    'New HTML file'
1.70      zhu      4030: => '新的HTML文件',
1.6       bisitz   4031: 
                   4032:    'New Resource'
1.70      zhu      4033: => '新资源',
1.6       bisitz   4034: 
                   4035:    'New Role'
1.70      zhu      4036: => '新角色',
1.6       bisitz   4037: 
                   4038:    'New User'
1.70      zhu      4039: => '新用户',
1.6       bisitz   4040: 
                   4041:    'New Value'
1.70      zhu      4042: => '新的价值',
1.6       bisitz   4043: 
                   4044:    'New assembled page'
                   4045: => '新组合页面',
                   4046: 
                   4047:    'New assembled sequence'
1.70      zhu      4048: => '新的组合序列',
1.6       bisitz   4049: 
                   4050:    'New custom rights file'
1.70      zhu      4051: => '新文件的访问控制',
1.6       bisitz   4052: 
                   4053:    'New file'
1.70      zhu      4054: => '新文件',
1.6       bisitz   4055: 
                   4056:    'New problem'
1.70      zhu      4057: => '新问题',
1.6       bisitz   4058: 
                   4059:    'New style file'
1.70      zhu      4060: => '新的风格文件',
1.6       bisitz   4061: 
                   4062:    'New subdirectory'
1.12      zhu      4063: => '新的子目录',
1.6       bisitz   4064: 
                   4065:    'Next    '
1.18      zhu      4066: => '下一步    ',
1.6       bisitz   4067: 
                   4068:    'No'
1.10      zhu      4069: => '否',
1.6       bisitz   4070: 
                   4071:    'No Access or Usages Statistics are available for this resource.'
1.18      zhu      4072: => '没有访问或使用的统计数据可用于该资源。',
1.6       bisitz   4073: 
                   4074:    'No Assessment Statistical Data is available for this resource'
1.18      zhu      4075: => '没有任何评估统计数据可用于该资源。',
1.6       bisitz   4076: 
                   4077:    'No Evaluation Data is available for this resource.'
1.18      zhu      4078: => '没有任何评价数据可用于该资源。',
1.6       bisitz   4079: 
                   4080:    'No new filename specified.'
1.18      zhu      4081: => '没有指定新的文件名。',
1.6       bisitz   4082: 
                   4083:    'No such file'
1.18      zhu      4084: => '文件未找到',
1.6       bisitz   4085: 
                   4086:    'Not Allowed'
1.18      zhu      4087: => '不允许',
1.6       bisitz   4088: 
                   4089:    'Not applicable -'
1.93      raeburn  4090: => 'Not applicable -',
1.6       bisitz   4091: 
                   4092:    'Not open to be viewed'
1.93      raeburn  4093: => 'Not open to be viewed',
1.6       bisitz   4094: 
                   4095:    'Not set -'
1.93      raeburn  4096: => 'Not set -',
1.6       bisitz   4097: 
                   4098:    'Notification of enrollment changes'
1.93      raeburn  4099: => 'Notification of enrollment changes',
1.6       bisitz   4100: 
                   4101:    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
1.93      raeburn  4102: => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.6       bisitz   4103: 
                   4104:    'Number of columns'
1.93      raeburn  4105: => 'Number of columns',
1.6       bisitz   4106: 
                   4107:    'Old Value'
1.93      raeburn  4108: => 'Old Value',
1.6       bisitz   4109: 
                   4110:    'One particular problem (overrides folder and course defaults)'
1.93      raeburn  4111: => 'One particular problem (overrides folder and course defaults)',
1.6       bisitz   4112: 
                   4113:    'Online Help'
1.70      zhu      4114: => '联机帮助',
1.6       bisitz   4115: 
1.23      bisitz   4116:    'Help: [_1]'
1.70      zhu      4117: => '帮助: [_1]',
1.23      bisitz   4118: 
1.6       bisitz   4119:    'Only domain coordinators can change a users password.'
1.70      zhu      4120: => '只有域协调员可以更改用户的密码。',
1.6       bisitz   4121: 
                   4122:    'Open Course'
1.70      zhu      4123: => '创建课程',
1.6       bisitz   4124: 
                   4125:    'Open all assessments'
1.70      zhu      4126: => '所有评估访问',
1.6       bisitz   4127: 
                   4128:    'Open and correct'
1.70      zhu      4129: => '公开和正确',
1.6       bisitz   4130: 
                   4131:    'Open with full tries'
1.70      zhu      4132: => '向所有人开放的尝试',
1.6       bisitz   4133: 
                   4134:    'Output Format: [_1]'
1.70      zhu      4135: => '输出格式: [_1]',
1.6       bisitz   4136: 
                   4137:    'Layout Options'
1.70      zhu      4138: => '布局选项',
1.6       bisitz   4139: 
                   4140:    'Page layout'
1.70      zhu      4141: => '页面布局',
1.6       bisitz   4142: 
                   4143:    'Paper type'
1.70      zhu      4144: => '纸张类型',
1.6       bisitz   4145: 
                   4146:    'PDF-Formfields'
1.70      zhu      4147: => 'PDF格式字段',
1.6       bisitz   4148: 
                   4149:    'with Formfields'
1.70      zhu      4150: => '带有格式字段',
1.6       bisitz   4151: 
                   4152:    'without Formfields'
1.70      zhu      4153: => '不带有格式字段',
1.6       bisitz   4154: 
1.77      bisitz   4155:    'Problems from the Whole Course'
1.93      raeburn  4156: => 'Problems from the Whole Course',
1.77      bisitz   4157: 
                   4158:    'Resources from the Whole Course'
1.93      raeburn  4159: => 'Resources from the Whole Course',
1.77      bisitz   4160: 
1.6       bisitz   4161:    'Parameter'
1.70      zhu      4162: => '参数',
1.6       bisitz   4163: 
                   4164:    'Paste after selected'
1.93      raeburn  4165: => 'Paste after selected',
1.6       bisitz   4166: 
                   4167:    'Personal Data'
                   4168: => '个人资料',
                   4169: 
                   4170:    '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  4171: => '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   4172: 
                   4173:    'No such user [_1] at domain [_2].' # 1: user, 2: domain
1.93      raeburn  4174: => 'No such user [_1] at domain [_2].',
1.6       bisitz   4175: 
                   4176:    'Please click Back on your browser and select another user, or [_1]Create User[_2]'
1.93      raeburn  4177: => 'Please click Back on your browser and select another user, or [_1]Create User[_2]',
1.6       bisitz   4178: 
                   4179:    'Invalid home server for course: [_1]'
1.93      raeburn  4180: => 'Invalid home server for course: [_1]',
1.6       bisitz   4181: 
                   4182:    'Please contact your LON-CAPA administrator regarding this situation.'
1.93      raeburn  4183: => 'Please contact your LON-CAPA administrator regarding this situation.',
1.6       bisitz   4184: 
                   4185:    'Please select an authentication mechanism'
1.93      raeburn  4186: => 'Please select an authentication mechanism',
1.6       bisitz   4187: 
                   4188:    'Please select the Authentication mechanism'
1.93      raeburn  4189: => 'Please select the Authentication mechanism',
1.6       bisitz   4190: 
                   4191:    'Please stand by.'
1.93      raeburn  4192: => 'Please stand by.',
1.6       bisitz   4193: 
                   4194:    "Please use browser 'Back' button and pick a filename"
1.93      raeburn  4195: => "Please use browser 'Back' button and pick a filename",
1.6       bisitz   4196: 
                   4197:    'Preparing Printout'
1.93      raeburn  4198: => 'Preparing Printout',
1.6       bisitz   4199: 
                   4200:    'Print'
1.93      raeburn  4201: => 'Print',
1.6       bisitz   4202: 
                   4203:    'Print Index'
1.93      raeburn  4204: => 'Print Index',
1.6       bisitz   4205: 
                   4206:    'Print Discussions'
1.93      raeburn  4207: => 'Print Discussions',
1.6       bisitz   4208: 
                   4209:    'Print Annotations'
1.93      raeburn  4210: => 'Print Annotations',
1.6       bisitz   4211: 
                   4212:    'Print Table of Contents'
1.93      raeburn  4213: => 'Print Table of Contents',
1.6       bisitz   4214: 
                   4215:    'Print:'
1.93      raeburn  4216: => 'Print:',
1.6       bisitz   4217: 
                   4218:    'Problems from entire course'
1.93      raeburn  4219: => 'Problems from entire course',
1.6       bisitz   4220: 
                   4221:    'Processed file: [_1]'
1.93      raeburn  4222: => 'Processed file: [_1]',
1.6       bisitz   4223: 
                   4224:    'Publish this Resource'
1.93      raeburn  4225: => 'Publish this Resource',
1.6       bisitz   4226: 
                   4227:    'Randomization algorithm used'
1.93      raeburn  4228: => 'Randomization algorithm used',
1.6       bisitz   4229: 
                   4230:    'Recent'
1.12      zhu      4231: => '最新的',
1.6       bisitz   4232: 
                   4233:    'Rename current file to'
1.12      zhu      4234: => '当前文件重命名为',
1.6       bisitz   4235: 
                   4236:    'Report a Bug'
1.12      zhu      4237: => '报告错误',
1.6       bisitz   4238: 
                   4239:    'Resource'
1.12      zhu      4240: => '资源',
1.6       bisitz   4241: 
                   4242:    'Resource Differences'
1.12      zhu      4243: => '资源的差异',
1.6       bisitz   4244: 
                   4245:    'Resources from selected sequence in course'
1.93      raeburn  4246: => 'Resources from selected sequence in course',
1.6       bisitz   4247: 
                   4248:    'Response'
1.12      zhu      4249: => '回答',
1.6       bisitz   4250: 
                   4251:    'Retrieve Old Version'
1.93      raeburn  4252: => 'Retrieve Old Version',
1.6       bisitz   4253: 
                   4254:    'Retrieving current (most recent) version'
1.93      raeburn  4255: => 'Retrieving current (most recent) version',
1.6       bisitz   4256: 
                   4257:    'Retrieving old version'
1.93      raeburn  4258: => 'Retrieving old version',
1.6       bisitz   4259: 
                   4260:    'Return to DOCS'
1.18      zhu      4261: => '回到课程内容',
1.6       bisitz   4262: 
                   4263:    'Reverse Association'
1.93      raeburn  4264: => 'Reverse Association',
1.6       bisitz   4265: 
                   4266:    'Revoke'
1.70      zhu      4267: => '撤销',
1.6       bisitz   4268: 
                   4269:    'Revoke Existing Roles'
1.70      zhu      4270: => '撤销现有的角色',
1.6       bisitz   4271: 
                   4272:    'Role'
1.18      zhu      4273: => '角色',
1.6       bisitz   4274: 
                   4275:    'Role:'
1.18      zhu      4276: => '角色:',
1.6       bisitz   4277: 
                   4278:    'Role Information'
1.70      zhu      4279: => '角色信息',
1.6       bisitz   4280: 
                   4281:    'Sample Points:'
1.93      raeburn  4282: => 'Sample Points:',
1.6       bisitz   4283: 
                   4284:    'Save entries below as a draft answer (not submitting them for credit yet)'
1.93      raeburn  4285: => 'Save entries below as a draft answer (not submitting them for credit yet)',
1.6       bisitz   4286: 
                   4287:    'Select Action'
1.9       zhu      4288: => '选择行动',
1.6       bisitz   4289: 
                   4290:    'Select All Resources'
1.63      zhu      4291: => '选择所有资源',
1.6       bisitz   4292: 
                   4293:    'Select Printing Options:'
1.63      zhu      4294: => '选择打印选项:',
1.6       bisitz   4295: 
                   4296:    'Select Problem(s) to print'
1.63      zhu      4297: => '选择要打印任务',
1.6       bisitz   4298: 
                   4299:    'Select Resource(s) to print'
1.63      zhu      4300: => '选择要打印的资源',
1.6       bisitz   4301: 
                   4302:    'Select Resources To Print'
1.63      zhu      4303: => '选择要打印的资源',
1.6       bisitz   4304: 
                   4305:    'Select Section'
1.70      zhu      4306: => '选择章节',
1.6       bisitz   4307: 
                   4308:    'Select Sequence To Print From'
1.63      zhu      4309: => '选择打印顺序',
1.6       bisitz   4310: 
                   4311:    'Select Students and Resources'
1.63      zhu      4312: => '选择学生和资源',
1.6       bisitz   4313: 
                   4314:    'Select Style File'
1.63      zhu      4315: => '选择文件风格',
1.6       bisitz   4316: 
                   4317:    "Select a user name to modify the student's information"
1.63      zhu      4318: => "选择一个用户名来修改学生的信息",
1.6       bisitz   4319: 
                   4320:    'Select a user name to view the users personal page.'
1.63      zhu      4321: => '选择一个用户名,以查看用户的个人页面。',
1.6       bisitz   4322: 
                   4323:    'Select resources for the assignment'
1.93      raeburn  4324: => 'Select resources for the assignment',
1.6       bisitz   4325: 
                   4326:    'Set'
1.22      zhu      4327: => '设置',
1.6       bisitz   4328: 
                   4329:    'Set?'
1.22      zhu      4330: => '设置?',
1.6       bisitz   4331: 
                   4332:    'Set Course Environment'
1.22      zhu      4333: => '设置课程环境',
1.6       bisitz   4334: 
                   4335:    'Set End Date'
1.22      zhu      4336: => '设置结束日期',
1.6       bisitz   4337: 
                   4338:    'Set Individual User Roles'
1.22      zhu      4339: => '设定用户角色和权限',
1.6       bisitz   4340: 
                   4341:    'Set Start Date'
1.22      zhu      4342: => '设置开始日期',
1.6       bisitz   4343: 
                   4344:    'Set content feedback to Course Coordinator'
1.93      raeburn  4345: => 'Set content feedback to Course Coordinator',
1.6       bisitz   4346: 
                   4347:    'Set course policy feedback to Course Coordinator'
1.93      raeburn  4348: => 'Set course policy feedback to Course Coordinator',
1.6       bisitz   4349: 
                   4350:    'Set opening date for all problems in the course for. . .'
1.93      raeburn  4351: => 'Set opening date for all problems in the course for. . .',
1.6       bisitz   4352: 
                   4353:    'Set to ...'
1.93      raeburn  4354: => 'Set to ...',
1.6       bisitz   4355: 
                   4356:    'Show Answer'
1.93      raeburn  4357: => 'Show Answer',
1.6       bisitz   4358: 
                   4359:    'Show Feedback'
1.93      raeburn  4360: => 'Show Feedback',
1.6       bisitz   4361: 
                   4362:    'Simple Edit'
1.93      raeburn  4363: => 'Simple Edit',
1.6       bisitz   4364: 
                   4365:    'Start Time'
1.93      raeburn  4366: => 'Start Time',
1.6       bisitz   4367: 
                   4368:    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
1.93      raeburn  4369: => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
1.6       bisitz   4370: 
                   4371:    'Starting Date'
1.22      zhu      4372: => '开始日期',
1.6       bisitz   4373: 
                   4374:    'Starting date'
1.22      zhu      4375: => '开始日期',
1.6       bisitz   4376: 
                   4377:    'Student ID'
1.22      zhu      4378: => '学生证',
1.6       bisitz   4379: 
                   4380:    'Student Information'
1.22      zhu      4381: => '学生信息',
1.6       bisitz   4382: 
                   4383:    'Student Sheet Links'
1.22      zhu      4384: => '学生表链接',
1.6       bisitz   4385: 
                   4386:    'Student Status'
1.22      zhu      4387: => '学生状态',
1.6       bisitz   4388: 
                   4389:    'Student Status: [_1]'
1.22      zhu      4390: => '学生状态: [_1]',
1.6       bisitz   4391: 
                   4392:    'Student information updated successfully.'
1.22      zhu      4393: => '学生信息已成功更新。',
1.6       bisitz   4394: 
                   4395:    'Students need access key to enter course'
1.93      raeburn  4396: => 'Students need access key to enter course',
1.6       bisitz   4397: 
                   4398:    'Students with expired roles'
1.93      raeburn  4399: => 'Students with expired roles',
1.6       bisitz   4400: 
                   4401:    'Subject:'
1.22      zhu      4402: => '标题:',
1.6       bisitz   4403: 
                   4404:    'Submissions'
1.93      raeburn  4405: => 'Submissions',
1.6       bisitz   4406: 
                   4407:    'Submit Modifications'
1.63      zhu      4408: => '提交更改',
1.6       bisitz   4409: 
                   4410:    'Submit entries below as answer to receive credit'
1.93      raeburn  4411: => 'Submit entries below as answer to receive credit',
1.6       bisitz   4412: 
                   4413:    'Survey Question'
1.93      raeburn  4414: => 'Survey Question',
1.6       bisitz   4415: 
                   4416:    'Survey question'
1.93      raeburn  4417: => 'Survey question',
1.6       bisitz   4418: 
                   4419:    'System Level'
1.93      raeburn  4420: => 'System Level',
1.6       bisitz   4421: 
                   4422:    'Target Edit Map'
1.93      raeburn  4423: => 'Target Edit Map', #??? [SB 18.10.2006]
1.6       bisitz   4424: 
                   4425:    'TeX unconverted due to errors'
1.93      raeburn  4426: => 'TeX unconverted due to errors',
1.6       bisitz   4427: 
                   4428:    'TeX unconverted due to previous errors'
1.93      raeburn  4429: => 'TeX unconverted due to previous errors',
1.6       bisitz   4430: 
                   4431:    'The error reported was'
1.93      raeburn  4432: => 'The error reported was',
1.6       bisitz   4433: 
                   4434:    '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  4435: => '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   4436: 
                   4437:    "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  4438: => "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   4439: 
                   4440:    'The requested file'
1.93      raeburn  4441: => 'The requested file',
1.6       bisitz   4442: 
                   4443:    'The student must log out and log in again to see these changes.'
1.93      raeburn  4444: => 'The student must log out and log in again to see these changes.',
1.6       bisitz   4445: 
                   4446:    'There are currently no Error Messages for this resource.'
1.93      raeburn  4447: => 'There are currently no Error Messages for this resource.',
1.6       bisitz   4448: 
                   4449:    'There are no Evaluation Comments on this resource.'
1.93      raeburn  4450: => 'There are no Evaluation Comments on this resource.',
1.6       bisitz   4451: 
                   4452:    'There was an error determining the environment values for'
1.93      raeburn  4453: => 'There was an error determining the environment values for',
1.6       bisitz   4454: 
                   4455:    'Top Level Map'
1.93      raeburn  4456: => 'Top Level Map',
1.6       bisitz   4457: 
                   4458:    'Type Name Here'
1.93      raeburn  4459: => 'Type Name Here',
1.6       bisitz   4460: 
                   4461:    'Type in value'
1.93      raeburn  4462: => 'Type in value',
1.6       bisitz   4463: 
                   4464:    'Type:'
1.93      raeburn  4465: => 'Type:',
1.6       bisitz   4466: 
                   4467:    'UNDISPLAYABLE'
1.93      raeburn  4468: => 'UNDISPLAYABLE',
1.6       bisitz   4469: 
                   4470:    'Unable to enroll'
1.93      raeburn  4471: => 'Unable to enroll',
1.6       bisitz   4472: 
                   4473:    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
1.93      raeburn  4474: => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
1.6       bisitz   4475: 
                   4476:    'Unable to retrieve environment data for'
1.93      raeburn  4477: => 'Unable to retrieve environment data for',
1.6       bisitz   4478: 
                   4479:    'Unable to set default dates for course'
1.93      raeburn  4480: => 'Unable to set default dates for course',
1.6       bisitz   4481: 
                   4482:    'Unavailable course'
1.93      raeburn  4483: => 'Unavailable course',
1.6       bisitz   4484: 
                   4485:    'Unknown Action'
1.93      raeburn  4486: => 'Unknown Action',
1.6       bisitz   4487: 
                   4488:    'Upload file'
1.93      raeburn  4489: => 'Upload file',
1.6       bisitz   4490: 
                   4491:    'Upload file to Construction Space'
1.93      raeburn  4492: => 'Upload file to Construction Space',
1.6       bisitz   4493: 
                   4494:    'VIEW'
1.93      raeburn  4495: => 'VIEW',
1.6       bisitz   4496: 
                   4497:    'View the FAQ'
1.93      raeburn  4498: => 'View the FAQ',
1.6       bisitz   4499: 
                   4500:    'Visibly Separate Items on Pages'
1.93      raeburn  4501: => 'Visibly Separate Items on Pages',
1.6       bisitz   4502: 
                   4503:    'WARNING: The metadata table does not exist in the LON-CAPA database.'
1.93      raeburn  4504: => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
1.6       bisitz   4505: 
                   4506:    'Warning: change of MIME type!'
1.93      raeburn  4507: => 'Warning: change of MIME type!',
1.6       bisitz   4508: 
                   4509:    'Warning: target file exists!'
1.93      raeburn  4510: => 'Warning: target file exists!',
1.6       bisitz   4511: 
                   4512:    'Warning: target file exists, and has been published!'
1.93      raeburn  4513: => 'Warning: target file exists, and has been published!',
1.6       bisitz   4514: 
                   4515:    'Width'
1.93      raeburn  4516: => 'Width',
1.6       bisitz   4517: 
                   4518:    'Print Options'
1.63      zhu      4519: => '打印选项',
1.6       bisitz   4520: 
                   4521:    'Print Answers'
1.63      zhu      4522: => '打印回答',
1.6       bisitz   4523: 
                   4524:    'Only Answers'
1.63      zhu      4525: => '只有回答',
1.6       bisitz   4526: 
                   4527:    'With Answers'
1.63      zhu      4528: => '带答案',
1.6       bisitz   4529: 
                   4530:    'Without Answers'
1.63      zhu      4531: => '没有答案',
1.6       bisitz   4532: 
                   4533:    'You are working with an unsaved version of your map.'
1.93      raeburn  4534: => 'You are working with an unsaved version of your map.',
1.6       bisitz   4535: 
                   4536:    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
1.93      raeburn  4537: => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
1.6       bisitz   4538: 
                   4539:    '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  4540: => '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   4541: 
                   4542:    '[_1] (what you just saw on the screen)'
1.63      zhu      4543: => '[_1] (what you just saw on the screen)',
1.6       bisitz   4544: 
                   4545:    '[_1] Local Authentication with argument [_2]'
1.70      zhu      4546: => '[_1] 局部认证带 [_2]',
1.6       bisitz   4547: 
                   4548:    'Currently using local (institutional) authentication.'
1.101     bisitz   4549: => 'Currently using local (institutional) authentication.', # => '目前使用的地方(机构)的认证。Derzeit lokal (institutionell) authentifiziert.',
1.6       bisitz   4550: 
                   4551:    '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  4552: => '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   4553: 
                   4554:    '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  4555: => '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   4556: 
                   4557:    'after selected'
1.70      zhu      4558: => '选定后',
1.6       bisitz   4559: 
                   4560:    'and'
1.93      raeburn  4561: => 'and',
1.6       bisitz   4562: 
                   4563:    'between'
1.93      raeburn  4564: => 'between',
1.6       bisitz   4565: 
                   4566:    'button'
1.93      raeburn  4567: => 'button',
1.6       bisitz   4568: 
                   4569:    'by'
1.93      raeburn  4570: => 'by',
1.6       bisitz   4571: 
                   4572:    'check all'
1.27      zhu      4573: => '全选',
1.6       bisitz   4574: 
                   4575:    'chmod error'
1.27      zhu      4576: => '属性错误',
1.6       bisitz   4577: 
                   4578:    'click on the'
1.93      raeburn  4579: => 'click on the',
1.6       bisitz   4580: 
                   4581:    'copy Error'
1.27      zhu      4582: => '复制错误',
1.6       bisitz   4583: 
                   4584:    'currently does not exist'
1.93      raeburn  4585: => 'currently does not exist',
1.6       bisitz   4586: 
                   4587:    'custom'
1.101     bisitz   4588: => "自定义",
1.6       bisitz   4589: 
                   4590:    'custom distribution file'
1.27      zhu      4591: => '自定义文件', # ???
1.6       bisitz   4592: 
                   4593:    'domain'
1.26      zhu      4594: => '域',
1.6       bisitz   4595: 
                   4596:    'expired or revoked'
1.93      raeburn  4597: => 'expired or revoked',
1.6       bisitz   4598: 
                   4599:    'extension'
1.93      raeburn  4600: => 'extension',
1.6       bisitz   4601: 
                   4602:    'external'
1.93      raeburn  4603: => 'external',
1.6       bisitz   4604: 
                   4605:    'file<br />extension'
1.93      raeburn  4606: => 'file<br />extension',
1.6       bisitz   4607: 
                   4608:    'first name'
1.70      zhu      4609: => '名',
1.6       bisitz   4610: 
                   4611:    'generation'
1.70      zhu      4612: => '生成',
1.6       bisitz   4613: 
                   4614:    'in domain'
1.70      zhu      4615: => '在域',
1.6       bisitz   4616: 
                   4617:    'internal'
1.18      zhu      4618: => '内部的',
1.6       bisitz   4619: 
                   4620:    'is in this state by royal decree.'
1.93      raeburn  4621: => 'is in this state by royal decree.',
1.6       bisitz   4622: 
                   4623:    'last name'
1.70      zhu      4624: => '姓',
1.6       bisitz   4625: 
                   4626:    'make these dates the default for future enrollment'
1.93      raeburn  4627: => 'make these dates the default for future enrollment',
1.6       bisitz   4628: 
                   4629:    'middle name'
1.27      zhu      4630: => '中名',
1.6       bisitz   4631: 
                   4632:    'name'
1.27      zhu      4633: => '姓',
1.6       bisitz   4634: 
                   4635:    'no ending date'
1.22      zhu      4636: => '无结束日期',
1.6       bisitz   4637: 
                   4638:    'number'
1.93      raeburn  4639: => 'number',
1.6       bisitz   4640: 
                   4641:    'obsolete replacement'
1.93      raeburn  4642: => 'obsolete replacement',
1.6       bisitz   4643: 
                   4644:    'only check if you know what you are doing'
1.93      raeburn  4645: => 'only check if you know what you are doing',
1.6       bisitz   4646: 
1.82      bisitz   4647:    'only search domain [_1]'
                   4648: => '只在该域 [_1] 搜索',
1.6       bisitz   4649: 
                   4650:    'optional'
1.18      zhu      4651: => '可选的',
1.6       bisitz   4652: 
                   4653:    'or any other value'
1.18      zhu      4654: => '或任何其他的值',
1.6       bisitz   4655: 
                   4656:    'private'
1.13      zhu      4657: => '私人的',
1.6       bisitz   4658: 
                   4659:    'public'
1.13      zhu      4660: => '公开的',
1.6       bisitz   4661: 
                   4662:    'publisher<br />owner'
1.93      raeburn  4663: => 'publisher<br />owner',
1.6       bisitz   4664: 
                   4665:    'section'
1.93      raeburn  4666: => 'section',
1.6       bisitz   4667: 
                   4668:    'standard'
1.27      zhu      4669: => '标准的',
1.6       bisitz   4670: 
                   4671:    'standard LaTeX mode'
1.27      zhu      4672: => '标准的 LaTeX 模式',
1.6       bisitz   4673: 
                   4674:    'standard courses only'
1.27      zhu      4675: => '只标准课程',
1.6       bisitz   4676: 
                   4677:    'student name'
1.26      zhu      4678: => '学生姓名',
1.6       bisitz   4679: 
                   4680:    'template'
1.26      zhu      4681: => '模板',
1.6       bisitz   4682: 
                   4683:    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
1.93      raeburn  4684: => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
1.6       bisitz   4685: 
                   4686:    'unable to enroll'
1.27      zhu      4687: => '无法注册',
1.6       bisitz   4688: 
                   4689:    'uncheck all'
1.27      zhu      4690: => '全部取消',
1.6       bisitz   4691: 
                   4692:    'use related words'
1.18      zhu      4693: => '使用相关的关键词',
1.6       bisitz   4694: 
                   4695:    'username'
1.18      zhu      4696: => '用户名',
1.6       bisitz   4697: 
                   4698:    'versus'
1.93      raeburn  4699: => 'versus',
1.6       bisitz   4700: 
                   4701:    'with server'
1.93      raeburn  4702: => 'with server',
1.6       bisitz   4703: 
                   4704:    'yes'
1.18      zhu      4705: => '是',
1.6       bisitz   4706: 
                   4707:    'Swedish Chef'
1.93      raeburn  4708: => 'Swedish Chef',
1.6       bisitz   4709: 
                   4710:    '[_1] for default hiding'
1.98      bisitz   4711: => '[_1] for default hiding',
1.6       bisitz   4712: 
                   4713:    '[_1] for visible separation.'
1.98      bisitz   4714: => '[_1] for visible separation.',
1.6       bisitz   4715: 
                   4716:    'Changes will not show until next login.'
1.98      bisitz   4717: => 'Changes will not show until next login.',
1.6       bisitz   4718: 
                   4719:    '[_1] if allowed, anything else if not'
1.101     bisitz   4720: => '[_1] if allowed, anything else if not',
1.6       bisitz   4721: 
                   4722:    '"[_1]" to disable, anything else if not'
1.101     bisitz   4723: => '"[_1]" to disable, anything else if not',
1.6       bisitz   4724: 
                   4725:    '[_1] to suppress, anything else to not suppress'
1.98      bisitz   4726: => '[_1] to suppress, anything else to not suppress',
1.6       bisitz   4727: 
                   4728:    'Set value to [_1] to allow all roles.'
1.98      bisitz   4729: => 'Set value to [_1] to allow all roles.',
1.6       bisitz   4730: 
1.66      bisitz   4731:    '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
1.98      bisitz   4732: => '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
1.6       bisitz   4733: 
1.66      bisitz   4734:    '[_1] is not an acceptable weight. Weight must be a positive number.'
1.98      bisitz   4735: => '[_1] is not an acceptable weight. Weight must be a positive number.',
1.6       bisitz   4736: 
                   4737:    '1 minute'
1.93      raeburn  4738: => '1 minute',
1.6       bisitz   4739: 
                   4740:    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
1.98      bisitz   4741: => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',
1.6       bisitz   4742: 
                   4743:    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
1.101     bisitz   4744: => '<b>HTML banned</b>: HTML will not be allowed in discussion postings.',
1.6       bisitz   4745: 
                   4746:    '<b>Instructor</b> - instructors will not be able to participate in discussions'
1.98      bisitz   4747: => '<b>Instructor</b> - instructors will not be able to participate in discussions',
1.6       bisitz   4748: 
                   4749:    '<b>Instructor</b> - instructors will not be able to use or view the chat room'
1.98      bisitz   4750: => '<b>Instructor</b> - instructors will not be able to use or view the chat room',
1.6       bisitz   4751: 
                   4752:    '<b>Students</b> - students will not be able to participate in discussions'
1.98      bisitz   4753: => '<b>Students</b> - students will not be able to participate in discussions',
1.6       bisitz   4754: 
                   4755:    '<b>Students</b> - students will not be able to use or view the chat room.'
1.98      bisitz   4756: => '<b>Students</b> - students will not be able to use or view the chat room.',
1.6       bisitz   4757: 
                   4758:    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
1.98      bisitz   4759: => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',
1.6       bisitz   4760: 
                   4761:    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
1.98      bisitz   4762: => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',
1.6       bisitz   4763: 
1.66      bisitz   4764:    'Your current LON-CAPA domain is [_1].'
1.93      raeburn  4765: => 'Your current LON-CAPA domain is [_1].',
1.6       bisitz   4766: 
                   4767:    '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  4768: => '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   4769: 
1.66      bisitz   4770:    'Granting permission to clone course'
1.93      raeburn  4771: => 'Granting permission to clone course',
1.66      bisitz   4772: 
                   4773:    '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  4774: => '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   4775: 
                   4776:    '(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   4777: => '(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   4778: 
                   4779:    '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  4780: => '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   4781: 
                   4782:    'Allow limited HTML in discussion posts'
1.93      raeburn  4783: => 'Allow limited HTML in discussion posts',
1.6       bisitz   4784: 
                   4785:    'Allow problems to be split over pages'
1.93      raeburn  4786: => 'Allow problems to be split over pages',
1.6       bisitz   4787: 
                   4788:    'Answer Date (answerdate)'
1.93      raeburn  4789: => 'Answer Date (answerdate)',
1.6       bisitz   4790: 
1.66      bisitz   4791:    'Chat Room Participation'
1.93      raeburn  4792: => 'Chat Room Participation',
1.66      bisitz   4793: 
1.6       bisitz   4794:    'Chat Participation'
1.93      raeburn  4795: => 'Chat Participation',
1.6       bisitz   4796: 
                   4797:    'Click here to return to the chart.'
1.93      raeburn  4798: => 'Click here to return to the chart.',
1.6       bisitz   4799: 
                   4800:    'Completed'
1.93      raeburn  4801: => 'Completed',
1.6       bisitz   4802: 
1.65      zhu      4803:    'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.'
1.93      raeburn  4804: => 'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.',
1.6       bisitz   4805: 
                   4806:    'Course ID or number'
1.93      raeburn  4807: => 'Course ID or number',
1.6       bisitz   4808: 
                   4809:    'Course Initialization Helper'
1.93      raeburn  4810: => 'Course Initialization Helper',
1.6       bisitz   4811: 
                   4812:    'Course default for all problems'
1.93      raeburn  4813: => 'Course default for all problems',
1.6       bisitz   4814: 
1.66      bisitz   4815:    '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  4816: => '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   4817: 
                   4818:    'Courses'
                   4819: => '课程',
                   4820: 
                   4821:    'Default beginning date when enrolling students'
1.93      raeburn  4822: => 'Default beginning date when enrolling students',
1.6       bisitz   4823: 
                   4824:    'Default ending date when enrolling students'
1.93      raeburn  4825: => 'Default ending date when enrolling students',
1.6       bisitz   4826: 
                   4827: 
                   4828:    'Default set of options to pass to tth/m when converting tex'
1.93      raeburn  4829: => 'Default set of options to pass to tth/m when converting tex',
1.6       bisitz   4830: 
                   4831:    'Disable display of problem receipts'
1.93      raeburn  4832: => 'Disable display of problem receipts',
1.6       bisitz   4833: 
                   4834:    'Disallow Resource Discussion for Roles'
1.93      raeburn  4835: => 'Disallow Resource Discussion for Roles',
1.6       bisitz   4836: 
                   4837:    'Disallow Resource Discussion for Users'
1.93      raeburn  4838: => 'Disallow Resource Discussion for Users',
1.6       bisitz   4839: 
                   4840:    'Disallow live chatroom use for Roles'
1.93      raeburn  4841: => 'Disallow live chatroom use for Roles',
1.6       bisitz   4842: 
                   4843:    'Disallow live chatroom use for Users'
1.93      raeburn  4844: => 'Disallow live chatroom use for Users',
1.6       bisitz   4845: 
                   4846:    'Discussion Participation'
1.93      raeburn  4847: => 'Discussion Participation',
1.6       bisitz   4848: 
                   4849:    'Due Date (contentclose)'
1.93      raeburn  4850: => 'Due Date (contentclose)',
1.6       bisitz   4851: 
                   4852:    'Due Date (duedate)'
1.93      raeburn  4853: => 'Due Date (duedate)',
1.6       bisitz   4854: 
                   4855:    'Every problem in a particular folder (overrides course default)'
1.93      raeburn  4856: => 'Every problem in a particular folder (overrides course default)',
1.6       bisitz   4857: 
                   4858:    'Exit'
                   4859: => '退出',
                   4860: 
                   4861:    'Feedback Addresses for Course Content'
1.18      zhu      4862: => '课程内容的信息反馈地址',
1.6       bisitz   4863: 
1.63      zhu      4864:    'Finish Helper'
                   4865: => '结束帮助程序',
                   4866: 
1.6       bisitz   4867:    'HTML can be allowed or banned inside of course discussion.'
1.93      raeburn  4868: => 'HTML can be allowed or banned inside of course discussion.',
1.6       bisitz   4869: 
                   4870:    'HTML in Discussions'
1.93      raeburn  4871: => 'HTML in Discussions',
1.6       bisitz   4872: 
                   4873:    'Hide Empty Rows in Spreadsheets'
1.93      raeburn  4874: => 'Hide Empty Rows in Spreadsheets',
1.6       bisitz   4875: 
                   4876:    'How many tries should be set for all problems in the course?'
1.93      raeburn  4877: => 'How many tries should be set for all problems in the course?',
1.6       bisitz   4878: 
                   4879:    'How many tries should be set for the selected folder?'
1.93      raeburn  4880: => 'How many tries should be set for the selected folder?',
1.6       bisitz   4881: 
                   4882:    'How many tries should be set for the selected problem?'
1.93      raeburn  4883: => 'How many tries should be set for the selected problem?',
1.6       bisitz   4884: 
1.66      bisitz   4885:    '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  4886: => '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   4887: 
                   4888:    '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  4889: => '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   4890: 
                   4891:    'No section assigned'
1.93      raeburn  4892: => 'No section assigned',
1.6       bisitz   4893: 
                   4894:    'Number of assignments printed at the same time:'
1.93      raeburn  4895: => 'Number of assignments printed at the same time:',
1.6       bisitz   4896: 
                   4897:    'Opening Date (contentopen)'
1.93      raeburn  4898: => 'Opening Date (contentopen)',
1.6       bisitz   4899: 
                   4900:    'Opening Date (opendate)'
1.93      raeburn  4901: => 'Opening Date (opendate)',
1.6       bisitz   4902: 
                   4903:    'Please adjust significant figures.'
1.93      raeburn  4904: => 'Please adjust significant figures.',
1.41      bisitz   4905: 
1.6       bisitz   4906:    'Please select the section you wish to set the answer open date for:'
1.93      raeburn  4907: => 'Please select the section you wish to set the answer open date for:',
1.6       bisitz   4908: 
                   4909:    'Please select the section you wish to set the due date for:'
1.93      raeburn  4910: => 'Please select the section you wish to set the due date for:',
1.6       bisitz   4911: 
                   4912:    'Please select the section you wish to set the number of tries for:'
1.93      raeburn  4913: => 'Please select the section you wish to set the number of tries for:',
1.6       bisitz   4914: 
                   4915:    'Please select the section you wish to set the opening date for:'
1.93      raeburn  4916: => 'Please select the section you wish to set the opening date for:',
1.6       bisitz   4917: 
                   4918:    'Please select the section you wish to set the problem weight for:'
1.93      raeburn  4919: => 'Please select the section you wish to set the problem weight for:',
1.6       bisitz   4920: 
                   4921:    'Please select the student you wish to set the answer open date for:'
1.93      raeburn  4922: => 'Please select the student you wish to set the answer open date for:',
1.6       bisitz   4923: 
                   4924:    'Please select the student you wish to set the due date for:'
1.93      raeburn  4925: => 'Please select the student you wish to set the due date for:',
1.6       bisitz   4926: 
                   4927:    'Please select the student you wish to set the number of tries for:'
1.93      raeburn  4928: => 'Please select the student you wish to set the number of tries for:',
1.6       bisitz   4929: 
                   4930:    'Please select the student you wish to set the opening date for:'
1.93      raeburn  4931: => 'Please select the student you wish to set the opening date for:',
1.6       bisitz   4932: 
                   4933:    'Please select the student you wish to set the problem weight for:'
1.93      raeburn  4934: => 'Please select the student you wish to set the problem weight for:',
1.6       bisitz   4935: 
                   4936:    'Privileged users that should not be hidden on staff listings'
1.93      raeburn  4937: => 'Privileged users that should not be hidden on staff listings',
1.6       bisitz   4938: 
                   4939:    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
1.93      raeburn  4940: => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
1.6       bisitz   4941: 
                   4942:    'Reading results from [_1]'
1.93      raeburn  4943: => 'Reading results from [_1]',
1.6       bisitz   4944: 
                   4945:    'Receipt algorithm used'
1.93      raeburn  4946: => 'Receipt algorithm used',
1.6       bisitz   4947: 
                   4948:    'Receiving results from [_1]'
1.93      raeburn  4949: => 'Receiving results from [_1]',
1.6       bisitz   4950: 
                   4951:    'Resources'
1.10      zhu      4952: => '资源',
1.6       bisitz   4953: 
1.72      bisitz   4954:    'Search Complete on Server [_1]'
1.93      raeburn  4955: => 'Search Complete on Server [_1]', # '搜索完成 [_1]',
1.6       bisitz   4956: 
                   4957:    'Search: [_1]'
1.10      zhu      4958: => '搜索: [_1]',
1.6       bisitz   4959: 
                   4960:    'Select All Files'
1.10      zhu      4961: => '选择所有文件',
1.6       bisitz   4962: 
                   4963:    'Select All Published'
1.10      zhu      4964: => '选择所有发布的',
1.6       bisitz   4965: 
                   4966:    'Select Folder'
1.10      zhu      4967: => '选择文件夹',
1.6       bisitz   4968: 
                   4969:    'Select Only Current Students'
1.10      zhu      4970: => '只选择目前的学生',
1.6       bisitz   4971: 
                   4972:    'Select Problem'
1.10      zhu      4973: => '选择任务',
1.6       bisitz   4974: 
                   4975:    'Select Student'
1.10      zhu      4976: => '选择学生',
1.6       bisitz   4977: 
                   4978:    'Select for Section/Group'
1.12      zhu      4979: => '选择科/组',
1.6       bisitz   4980: 
                   4981:    'Select the folder you wish to set the parameter for:'
1.93      raeburn  4982: => 'Select the folder you wish to set the parameter for:',
1.6       bisitz   4983: 
                   4984:    'Select the problem you wish to set the parameter for:'
1.93      raeburn  4985: => 'Select the problem you wish to set the parameter for:',
1.6       bisitz   4986: 
                   4987:    'Set Problem Tries'
1.93      raeburn  4988: => 'Set Problem Tries',
1.6       bisitz   4989: 
                   4990:    'Set Problem Weight'
1.93      raeburn  4991: => 'Set Problem Weight',
1.6       bisitz   4992: 
                   4993:    'Set answer open date for all problems in the course for ...'
1.93      raeburn  4994: => 'Set answer open date for all problems in the course for ...',
1.6       bisitz   4995: 
                   4996:    'Set answer open date for the selected folder for ...'
1.93      raeburn  4997: => 'Set answer open date for the selected folder for ...',
1.6       bisitz   4998: 
                   4999:    'Set answer open date for the selected problem for...'
1.93      raeburn  5000: => 'Set answer open date for the selected problem for...',
1.6       bisitz   5001: 
                   5002:    'Set due date for all problems in the course for ...'
1.93      raeburn  5003: => 'Set due date for all problems in the course for ...',
1.6       bisitz   5004: 
                   5005:    'Set due date for the selected folder for ...'
1.93      raeburn  5006: => 'Set due date for the selected folder for ...',
1.6       bisitz   5007: 
                   5008:    'Set due date for the selected problem for ...'
1.93      raeburn  5009: => 'Set due date for the selected problem for ...',
1.6       bisitz   5010: 
                   5011:    'Set number of tries for all problems in the course for ...'
1.93      raeburn  5012: => 'Set number of tries for all problems in the course for ...',
1.6       bisitz   5013: 
                   5014:    'Set number of tries for the selected folder for ...'
1.93      raeburn  5015: => 'Set number of tries for the selected folder for ...',
1.6       bisitz   5016: 
                   5017:    'Set number of tries for the selected problem for ...'
1.93      raeburn  5018: => 'Set number of tries for the selected problem for ...',
1.6       bisitz   5019: 
                   5020:    'Set opening date for all problems in the course for ...'
1.93      raeburn  5021: => 'Set opening date for all problems in the course for ...',
1.6       bisitz   5022: 
                   5023:    'Set opening date for the selected folder for ...'
1.93      raeburn  5024: => 'Set opening date for the selected folder for ...',
1.6       bisitz   5025: 
                   5026:    'Set opening date for the selected problem for ...'
1.93      raeburn  5027: => 'Set opening date for the selected problem for ...',
1.6       bisitz   5028: 
                   5029:    'Set problem weight for all problems in the course for ...'
1.93      raeburn  5030: => 'Set problem weight for all problems in the course for ...',
1.6       bisitz   5031: 
                   5032:    'Set problem weight for the selected folder for ...'
1.93      raeburn  5033: => 'Set problem weight for the selected folder for ...',
1.6       bisitz   5034: 
                   5035:    'Set problem weight for the selected problem for ...'
1.93      raeburn  5036: => 'Set problem weight for the selected problem for ...',
1.6       bisitz   5037: 
                   5038:    'Set value to [_1] to allow.'
1.101     bisitz   5039: => 'Set value to [_1] to allow.',
1.6       bisitz   5040: 
                   5041:    'Setting the [_1]'
1.93      raeburn  5042: => 'Setting the [_1]',
1.6       bisitz   5043: 
                   5044:    'Setting the [_1] to [_2]'
1.93      raeburn  5045: => 'Setting the [_1] to [_2]',
1.6       bisitz   5046: 
                   5047:    'Student Name'
1.26      zhu      5048: => '学生姓名',
1.6       bisitz   5049: 
1.66      bisitz   5050:    '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  5051: => '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   5052: 
                   5053:    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
1.93      raeburn  5054: => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
1.6       bisitz   5055: 
                   5056:    'There are no currently enrolled students in the course.'
1.93      raeburn  5057: => 'There are no currently enrolled students in the course.',
1.6       bisitz   5058: 
                   5059:    'There are no currently enrolled students in the selected sections.'
1.93      raeburn  5060: => 'There are no currently enrolled students in the selected sections.',
1.6       bisitz   5061: 
                   5062:    'There are no previously enrolled students in the course.'
1.93      raeburn  5063: => 'There are no previously enrolled students in the course.',
1.6       bisitz   5064: 
                   5065:    'There are no previously enrolled students in the selected sections.'
1.93      raeburn  5066: => 'There are no previously enrolled students in the selected sections.',
1.6       bisitz   5067: 
                   5068:    'There are no students with future access in the course.'
1.93      raeburn  5069: => 'There are no students with future access in the course.',
1.6       bisitz   5070: 
                   5071:    'There are no students with future access in the selected sections.'
1.93      raeburn  5072: => 'There are no students with future access in the selected sections.',
1.6       bisitz   5073: 
                   5074:    'There are no students in the course.'
1.93      raeburn  5075: => 'There are no students in the course.',
1.6       bisitz   5076: 
                   5077:    'There are no students in the selected sections.'
1.93      raeburn  5078: => 'There are no students in the selected sections.',
1.6       bisitz   5079: 
                   5080:    'This controls how receipt numbers are generated.'
1.93      raeburn  5081: => 'This controls how receipt numbers are generated.',
1.6       bisitz   5082: 
                   5083:    'This helper will set up your LON-CAPA course and choose which features will be active.'
1.93      raeburn  5084: => 'This helper will set up your LON-CAPA course and choose which features will be active.',
1.6       bisitz   5085: 
                   5086:    'Unselect All Files'
1.93      raeburn  5087: => 'Unselect All Files',
1.6       bisitz   5088: 
                   5089:    'Unselect All Published'
1.93      raeburn  5090: => 'Unselect All Published',
1.6       bisitz   5091: 
                   5092:    'Unselect All Resources'
1.93      raeburn  5093: => 'Unselect All Resources',
1.6       bisitz   5094: 
                   5095:    'Unselect for Section/Group'
1.12      zhu      5096: => '取消选择科/组',
1.6       bisitz   5097: 
                   5098:    'Welcome to Your New LON-CAPA Course'
1.12      zhu      5099: => '欢迎使用您的新 LON-CAPA 课程',
1.6       bisitz   5100: 
                   5101:    'What parameter do you want to set for the selected folder?'
1.93      raeburn  5102: => 'What parameter do you want to set for the selected folder?',
1.6       bisitz   5103: 
                   5104:    'What parameter do you want to set for the selected problem?'
1.93      raeburn  5105: => 'What parameter do you want to set for the selected problem?',
1.6       bisitz   5106: 
                   5107:    'What should the answer open date be set to?'
1.93      raeburn  5108: => 'What should the answer open date be set to?',
1.6       bisitz   5109: 
                   5110:    'What should the due date be set to?'
1.93      raeburn  5111: => 'What should the due date be set to?',
1.6       bisitz   5112: 
                   5113:    'What weight should be set for all problems in the course?'
1.93      raeburn  5114: => 'What weight should be set for all problems in the course?',
1.6       bisitz   5115: 
                   5116:    'What weight should be set for the selected folder?'
1.93      raeburn  5117: => 'What weight should be set for the selected folder?',
1.6       bisitz   5118: 
                   5119:    'What weight should be set for the selected problem?'
1.93      raeburn  5120: => 'What weight should be set for the selected problem?',
1.6       bisitz   5121: 
1.65      zhu      5122:    '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  5123: => '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   5124: 
                   5125:    '[_1] Filesystem Authenticated (with initial password [_2])'
1.98      bisitz   5126: => '[_1] Filesystem Authenticated (with initial password [_2])',
1.6       bisitz   5127: 
                   5128:    'Currently Filesystem Authenticated.'
1.93      raeburn  5129: => 'Currently Filesystem Authenticated.',
1.6       bisitz   5130: 
                   5131:    '[_1] Internally authenticated (with initial password [_2])'
1.70      zhu      5132: => '[_1] LON-CAPA 内部认证 (初始密码 [_2])',
1.6       bisitz   5133: 
                   5134:    'Currently internally authenticated.'
1.70      zhu      5135: => '目前 LON-CAPA 内部认证。',
1.6       bisitz   5136: 
1.72      bisitz   5137:    'Records per Page:'
                   5138: => '每页显示结果:',
1.6       bisitz   5139: 
                   5140:    '[_1] with value [_2]'
1.70      zhu      5141: => '[_1] 与价值 [_2]',
1.6       bisitz   5142: 
                   5143:    'all resources in the course'
1.70      zhu      5144: => '课程中的所有资源',
1.6       bisitz   5145: 
                   5146:    'all students in course'
1.70      zhu      5147: => '在课程中的所有学生',
1.6       bisitz   5148: 
                   5149:    'anonymous students'
1.70      zhu      5150: => '匿名学生',
1.6       bisitz   5151: 
                   5152:    'answer date'
1.26      zhu      5153: => '回答日期',
1.6       bisitz   5154: 
                   5155:    'contacting [_1]'
1.26      zhu      5156: => '联系 [_1]',
1.6       bisitz   5157: 
                   5158:    'due date'
1.9       zhu      5159: => '截止日期',
1.6       bisitz   5160: 
                   5161:    'for'
1.93      raeburn  5162: => 'for',
1.6       bisitz   5163: 
                   5164:    'for [_1]all resources in the course[_2]'
1.70      zhu      5165: => '为 [_1]课程中的所有资源 [_2]',
1.6       bisitz   5166: 
                   5167:    'for [_1]all students in course[_2]'
1.70      zhu      5168: => '为 [_1]在课程中的所有学生 [_2]',
1.6       bisitz   5169: 
                   5170:    'for [_1]'
1.70      zhu      5171: => '为 [_1]',
1.6       bisitz   5172: 
                   5173:    'for section [_1]'
1.93      raeburn  5174: => 'for section [_1]',
1.6       bisitz   5175: 
                   5176:    'for the map named [_1]'
1.93      raeburn  5177: => 'for the map named [_1]',
1.6       bisitz   5178: 
1.65      zhu      5179:    'for the resource named [_1], part [_2]'
1.93      raeburn  5180: => 'for the resource named [_1], part [_2]',
1.65      zhu      5181: 
                   5182:    'for the resource ID [_1] (name unavailable), part [_2]'
1.93      raeburn  5183: => 'for the resource ID [_1] (name unavailable), part [_2]',
1.6       bisitz   5184: 
                   5185:    'from'
1.93      raeburn  5186: => 'from',
1.6       bisitz   5187: 
                   5188:    'from current subdirectory'
1.93      raeburn  5189: => 'from current subdirectory',
1.6       bisitz   5190: 
                   5191:    'helper'
1.70      zhu      5192: => '辅助程序',
1.6       bisitz   5193: 
                   5194:    'in'
1.93      raeburn  5195: => 'in',
1.6       bisitz   5196: 
                   5197:    'instructor'
1.27      zhu      5198: => '讲师',
1.6       bisitz   5199: 
                   5200:    'number of tries'
1.27      zhu      5201: => '尝试次数',
1.6       bisitz   5202: 
                   5203:    'opening date'
1.27      zhu      5204: => '开始日期',
1.6       bisitz   5205: 
                   5206:    'problem weight'
1.27      zhu      5207: => '问题难度',
1.6       bisitz   5208: 
                   5209:    'role,role,...'
                   5210: => '角色,角色,...',
                   5211: 
                   5212:    'selected students'
                   5213: => '选定的学生',
                   5214: 
                   5215:    'student'
                   5216: => '学生',
                   5217: 
                   5218:    'to'
1.93      raeburn  5219: => 'to',
1.6       bisitz   5220: 
                   5221:    'to [_1] ([_2])'
1.93      raeburn  5222: => 'to [_1] ([_2])',
1.6       bisitz   5223: 
                   5224:    'waiting on [_1]'
                   5225: => '等待 [_1]',
                   5226: 
                   5227:    'what you just saw on the screen'
1.93      raeburn  5228: => 'what you just saw on the screen',
1.6       bisitz   5229: 
                   5230:    'Enter my portfolio space'
                   5231: => '文件夹空间',
                   5232: 
                   5233:    'No syllabus information provided.'
1.93      raeburn  5234: => 'No syllabus information provided.',
1.6       bisitz   5235: 
                   5236:    'Sorry ...'
                   5237: => '对不起...',
                   5238: 
                   5239:    'This resource might be part of another course.'
1.93      raeburn  5240: => 'This resource might be part of another course.',
1.6       bisitz   5241: 
                   5242:    'Agree'
1.93      raeburn  5243: => 'Agree',
1.6       bisitz   5244: 
                   5245:    'Any comments?'
1.18      zhu      5246: => '评论:',
1.6       bisitz   5247: 
                   5248:    'Copy this column'
1.93      raeburn  5249: => 'Copy this column',
1.6       bisitz   5250: 
                   5251:    'Disagree'
1.93      raeburn  5252: => 'Disagree',
1.6       bisitz   5253: 
                   5254:    'General Intro'
1.93      raeburn  5255: => 'General Intro',
1.6       bisitz   5256: 
                   5257:    'Greek Symbols'
1.10      zhu      5258: => '希腊字母',
1.6       bisitz   5259: 
                   5260:    'HTML character entities'
1.93      raeburn  5261: => 'HTML character entities',
1.6       bisitz   5262: 
                   5263:    '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  5264: => '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   5265: 
                   5266:    'LON-CAPA Help'
1.93      raeburn  5267: => 'LON-CAPA Help',
1.6       bisitz   5268: 
                   5269:    'Landscape'
1.93      raeburn  5270: => 'Landscape',
1.6       bisitz   5271: 
                   5272:    'Launch navigation window'
1.9       zhu      5273: => '启动导航窗口',
1.6       bisitz   5274: 
                   5275:    'Grade Levels'
1.13      zhu      5276: => '级别',
1.6       bisitz   5277: 
1.36      zhu      5278:    'Grade Level'
                   5279: => '级别',
                   5280: 
1.6       bisitz   5281:    'Lowest Grade Level'
1.13      zhu      5282: => '最低级别',
1.6       bisitz   5283: 
                   5284:    'Lowest Grade Level:'
1.13      zhu      5285: => '最低级别:',
1.6       bisitz   5286: 
                   5287:    'Highest Grade Level'
1.13      zhu      5288: => '最高级别',
1.6       bisitz   5289: 
                   5290:    'Highest Grade Level:'
1.13      zhu      5291: => '最高级别:',
1.6       bisitz   5292: 
                   5293:    'Mark all posts read'
1.9       zhu      5294: => '将所有帖子标记为已阅读',
1.6       bisitz   5295: 
                   5296:    'My question/comment/feedback:'
1.18      zhu      5297: => '我的问题/评论/反馈:',
1.6       bisitz   5298: 
                   5299:    'Other Symbols'
1.10      zhu      5300: => '其他符号',
1.6       bisitz   5301: 
                   5302:    'Please check at least one of the following feedback types:'
1.18      zhu      5303: => '请从以下选项:',
1.6       bisitz   5304: 
                   5305:    'Please rank the following criteria:'
1.18      zhu      5306: => '请以以下标准评价:',
1.6       bisitz   5307: 
                   5308:    'Portrait'
1.22      zhu      5309: => '竖排格式',
1.6       bisitz   5310: 
                   5311:    'Question about resource content'
1.18      zhu      5312: => '关于此资源内容的问题',
1.6       bisitz   5313: 
                   5314:    'Question/Comment/Feedback about course policy'
1.18      zhu      5315: => '关于课程规则的问题/评论/反馈',
1.6       bisitz   5316: 
                   5317:    'Select a Course to Enter'
                   5318: => '选择一个课程',
                   5319: 
                   5320:    'Sending Messages'
1.10      zhu      5321: => '发送邮件',
1.6       bisitz   5322: 
                   5323:    'Show Me My First Homework Problem'
1.93      raeburn  5324: => 'Show Me My First Homework Problem',
1.6       bisitz   5325: 
                   5326:    'Standards'
1.10      zhu      5327: => '标准',
1.6       bisitz   5328: 
                   5329:    'Strongly Agree'
1.93      raeburn  5330: => 'Strongly Agree',
1.6       bisitz   5331: 
                   5332:    'Strongly Disagree'
1.93      raeburn  5333: => 'Strongly Disagree',
1.6       bisitz   5334: 
                   5335:    'Symbol'
1.10      zhu      5336: => '符号',
1.6       bisitz   5337: 
                   5338:    'The material appears to be correct'
1.18      zhu      5339: => '这些材料似乎是正确的',
1.6       bisitz   5340: 
                   5341:    'The material is helpful'
1.18      zhu      5342: => '这些材料是有用的',
1.6       bisitz   5343: 
                   5344:    'The material is presented in a clear way'
1.18      zhu      5345: => '这些材料中提出一个明确的方式',
1.6       bisitz   5346: 
                   5347:    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc)'
1.18      zhu      5348: => '资源在技术上是正确的(加载速度足够快, 不会产生错误, 链接页面可以访问, 等等)',
1.6       bisitz   5349: 
                   5350:    'HTML character enties'
1.10      zhu      5351: => 'HTML 字符实体',
1.6       bisitz   5352: 
                   5353:    '"Waiting for Remote Control window to load: "+[_1]'
1.22      zhu      5354: => '"等待加载远程控制窗口: "+[_1]',
1.6       bisitz   5355: 
1.49      bisitz   5356:    '[_1]Continue[_2] on in Inline Menu mode'
                   5357: => '[_1]继续[_2] 在内置菜单模式下',
1.6       bisitz   5358: 
                   5359:    'All posts'
1.9       zhu      5360: => '所有的讨论',
1.6       bisitz   5361: 
                   5362:    'Change Color Scheme'
1.9       zhu      5363: => '更改颜色方案',
1.6       bisitz   5364: 
                   5365:    'Change Colors'
1.9       zhu      5366: => '改变颜色',
1.6       bisitz   5367: 
                   5368:    'Change Discussion Display Preferences'
1.9       zhu      5369: => '改变讨论显示偏好',
1.6       bisitz   5370: 
                   5371:    'Change How Math Equations Are Displayed'
1.9       zhu      5372: => '改变显示科学计算公式',
1.6       bisitz   5373: 
                   5374:    'Change Language'
                   5375: => '语言',
                   5376: 
                   5377:    'Change Language Preferences'
1.10      zhu      5378: => '更改语言首选项',
1.6       bisitz   5379: 
                   5380:    'Change Message Forwarding and Notification Email Addresses'
1.10      zhu      5381: => '更改邮件转发和通知的电子邮件地址',
1.6       bisitz   5382: 
                   5383:    'Change Password'
1.10      zhu      5384: => '更改密码',
1.6       bisitz   5385: 
                   5386:    'Change Preferences'
1.9       zhu      5387: => '改变参数',
1.6       bisitz   5388: 
                   5389:    'Change Roles Page Preferences'
1.10      zhu      5390: => '改变角色页参数',
1.6       bisitz   5391: 
                   5392:    'Change Screen Name'
1.10      zhu      5393: => '改变昵称',
1.6       bisitz   5394: 
                   5395:    'Change Screenname'
1.10      zhu      5396: => '改变昵称',
1.6       bisitz   5397: 
                   5398:    'Change WYSIWYG Editor Preferences'
1.10      zhu      5399: => 'WYSIWYG-编辑器',
1.6       bisitz   5400: 
                   5401:    'Contact Helpdesk'
1.7       zhu      5402: => '联系求助',
1.6       bisitz   5403: 
                   5404:    'Current discussion settings'
1.10      zhu      5405: => '目前讨论的设置',
1.6       bisitz   5406: 
1.79      bisitz   5407:    'Duedate'
1.9       zhu      5408: => '截止日期',
1.6       bisitz   5409: 
                   5410:    'Each post can be toggled read/unread'
1.93      raeburn  5411: => 'Each post can be toggled read/unread',
1.6       bisitz   5412: 
                   5413:    "Edit the 'About Me' Personal Information Screen"
1.41      bisitz   5414: => "个人网页",
1.6       bisitz   5415: 
                   5416:    'Enable WYSIWYG Editor'
1.9       zhu      5417: => '应用 WYSIWYG-编辑器',
1.6       bisitz   5418: 
                   5419:    'End of Sequence'
1.9       zhu      5420: => '结束序列',
1.6       bisitz   5421: 
                   5422:    'Entering Course'
1.9       zhu      5423: => '进入课程',
1.6       bisitz   5424: 
                   5425:    'Get help'
1.9       zhu      5426: => '获得帮助',
1.6       bisitz   5427: 
                   5428:    'Go to main menu'
1.9       zhu      5429: => '进入主菜单',
1.6       bisitz   5430: 
                   5431:    'Has New Discussion'
1.9       zhu      5432: => '有新讨论',
1.6       bisitz   5433: 
                   5434:    '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      5435: => '当弹出式窗口过滤器被激活,远程控制启动将会失败。 为了使用远程控制,在此网站请禁用这些过滤器。',
1.6       bisitz   5436: 
                   5437:    'Navigate Course Content'
                   5438: => '浏览目录',
                   5439: 
                   5440:    'New posts only'
1.10      zhu      5441: => '只有新的讨论',
1.6       bisitz   5442: 
                   5443:    'No Resource'
1.10      zhu      5444: => '没有资源',
1.6       bisitz   5445: 
                   5446:    'No syllabus available'
1.10      zhu      5447: => '没有提供教学大纲',
1.6       bisitz   5448: 
                   5449:    'Not currently assigned.'
1.10      zhu      5450: => '目前没有任务发布。',
1.6       bisitz   5451: 
                   5452:    'Not new'
1.9       zhu      5453: => '不是新的',
1.6       bisitz   5454: 
                   5455:    'Off'
1.10      zhu      5456: => '关',
1.6       bisitz   5457: 
                   5458:    'On'
1.10      zhu      5459: => '开',
1.6       bisitz   5460: 
                   5461:    'Once displayed'
1.18      zhu      5462: => '显示一次',
1.6       bisitz   5463: 
                   5464:    'Once marked not NEW'
1.18      zhu      5465: => '一次后标记不是新的',
1.6       bisitz   5466: 
                   5467:    'Please click on the the resource you intend to access'
1.93      raeburn  5468: => 'Please click on the the resource you intend to access',
1.6       bisitz   5469: 
                   5470:    'Posts cease to be marked "NEW"'
1.93      raeburn  5471: => 'Posts cease to be marked "NEW"',
1.6       bisitz   5472: 
                   5473:    'Posts to be displayed'
1.93      raeburn  5474: => 'Posts to be displayed',
1.6       bisitz   5475: 
                   5476:    'Role selected. Please stand by.'
1.10      zhu      5477: => '角色选定。请稍候。',
1.6       bisitz   5478: 
                   5479:    'Send'
1.10      zhu      5480: => '发送',
1.6       bisitz   5481: 
                   5482:    'Set User Preferences'
                   5483: => '设置用户参数',
                   5484: 
                   5485:    'Show Preview and Check Spelling'
1.10      zhu      5486: => '查看预览和拼写检查',
1.6       bisitz   5487: 
                   5488:    'Sort by:'
1.9       zhu      5489: => '排序方式:',
1.6       bisitz   5490: 
                   5491:    '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   5492: => '外部菜单(远程控制)已被禁用,继续在内置菜单模式下工作。您可能已经关闭了远程控制的窗口,或被您的浏览器的弹出窗口过滤器阻止了。为了使用远程控制,在此网站禁用该过滤器,并在内置菜单重新启动远程控制。',
1.6       bisitz   5493: 
                   5494:    'There are several possibilities of where to go next'
1.93      raeburn  5495: => 'There are several possibilities of where to go next',
1.6       bisitz   5496: 
                   5497:    'To use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.'
1.22      zhu      5498: => '为了使用远程控制,在此网站禁用弹出窗口过滤器,并在内置菜单重新启动远程控制。',
1.6       bisitz   5499: 
                   5500:    'Toggle read/unread'
1.10      zhu      5501: => '切换已读/未读',
1.6       bisitz   5502: 
                   5503:    'Unread only'
1.10      zhu      5504: => '只有未读',
1.6       bisitz   5505: 
                   5506:    "View this user's personal page"
                   5507: => "显示这个用户的个人网页",
                   5508: 
                   5509:    'You have reached the end of the sequence of materials.'
1.10      zhu      5510: => '您已达到教材序列的最后。',
1.6       bisitz   5511: 
                   5512:    '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      5513: => '您可能已经关闭了远程控制的窗口,或者被您的浏览器的弹出窗口过滤器拦截了。',
1.6       bisitz   5514: 
                   5515:    'attachments'
1.12      zhu      5516: => '附件',
1.6       bisitz   5517: 
                   5518:    'About User'
                   5519: => '个人网页',
                   5520: 
                   5521: 
                   5522:    'All documents out of a published map into this folder'
                   5523: => '在这个目录里面发布的所有文件的内容列表',
                   5524: 
                   5525:    'Change Math Pref'
1.93      raeburn  5526: => 'Change Math Pref',
1.6       bisitz   5527: 
                   5528:    'Change Math Preferences'
1.9       zhu      5529: => '改变显示科学方程式偏好',
1.6       bisitz   5530: 
                   5531:    'Comment'
                   5532: => '注解',
                   5533: 
                   5534:    'Communication/Messages'
1.55      zhu      5535: => '通信/邮件',
1.6       bisitz   5536: 
                   5537:    'Configure blocking of student communication during exams'
1.93      raeburn  5538: => 'Configure blocking of student communication during exams',
1.6       bisitz   5539: 
                   5540:    'Convert to Images'
1.12      zhu      5541: => '转换为图像',
1.6       bisitz   5542: 
                   5543:    'Course and Catalog Search'
1.12      zhu      5544: => '课程和目录搜索',
1.6       bisitz   5545: 
                   5546:    'Create Subdirectory'
1.12      zhu      5547: => '创建子目录',
1.6       bisitz   5548: 
                   5549:    'Upload file to current directory'
1.12      zhu      5550: => '上传文件到当前目录',
1.6       bisitz   5551: 
                   5552:    'Create subdirectory in current directory'
1.12      zhu      5553: => '在当前目录下,创建一个新的子目录',
1.6       bisitz   5554: 
1.80      bisitz   5555:    'Upload embedded images/multimedia/css/linked files if HTML file'
                   5556: => '对于HTML文件: 上传嵌入式图像/多媒体文件/CSS/链接文件',
1.6       bisitz   5557: 
                   5558:    'Delete Selected'
                   5559: => '删除所选',
                   5560: 
                   5561:    'Critical'
1.9       zhu      5562: => '重要的',
1.6       bisitz   5563: 
                   5564:    'Currently no documents.'
1.9       zhu      5565: => '目前没有任何文件。',
1.6       bisitz   5566: 
                   5567:    'Enter terms or phrases, then press "Search" below'
1.18      zhu      5568: => '在搜索栏里输入关键字或词组,然后点击下面的“搜索”。',
1.6       bisitz   5569: 
                   5570:    'INBOX'
                   5571: => '收件箱',
                   5572: 
1.80      bisitz   5573:    'Upload embedded images/multimedia files if HTML file'
                   5574: => '对于HTML文件: 上传嵌入式图像/多媒体文件',
1.6       bisitz   5575: 
1.67      bisitz   5576:    'IMS Import'
1.93      raeburn  5577: => 'IMS Import',
1.67      bisitz   5578: 
1.6       bisitz   5579:    'Import IMS package'
                   5580: => '导入 IMS-包',
                   5581: 
1.67      bisitz   5582:    'IMS Export'
1.93      raeburn  5583: => 'IMS Export',
1.67      bisitz   5584: 
                   5585:    'Export Course to IMS Package'
                   5586: => '导出-IMS-包',
                   5587: 
                   5588:    'Export content item?'
1.93      raeburn  5589: => 'Export content item?',
1.67      bisitz   5590: 
                   5591:    'Export discussion posts?'
1.93      raeburn  5592: => 'Export discussion posts?',
1.67      bisitz   5593: 
                   5594:    'As you did not select any content items or discussions for export, an IMS package has not been created.'
1.93      raeburn  5595: => 'As you did not select any content items or discussions for export, an IMS package has not been created.',
1.67      bisitz   5596: 
                   5597:    'Please [_1]go back[_2] to select either content items or discussions for export.'
1.93      raeburn  5598: => 'Please [_1]go back[_2] to select either content items or discussions for export.',
1.67      bisitz   5599: 
                   5600:    '[_1]Your IMS package[_2] is ready for download.'
1.101     bisitz   5601: => '[_1]Your IMS package[_2] is ready for download.',
1.67      bisitz   5602: 
1.6       bisitz   5603:    'Import a document'
                   5604: => 'LON-CAPA-内部文件',
                   5605: 
                   5606:    'Make New Folder'
                   5607: => '新建文件夹',
                   5608: 
                   5609:    'New Composite Page'
                   5610: => '新组合页面',
                   5611: 
                   5612:    'New Messages Only'
1.9       zhu      5613: => '只有新邮件',
1.6       bisitz   5614: 
                   5615:    'Portfolio Manager'
1.9       zhu      5616: => '组合管理',
1.6       bisitz   5617: 
                   5618:    'Preferred method to display Math'
1.9       zhu      5619: => '首选的方法来显示科学方程式',
1.6       bisitz   5620: 
                   5621:    'Published documents'
                   5622: => '发布文件',
                   5623: 
1.88      bisitz   5624:    'Recover Deleted Documents'
1.6       bisitz   5625: => '恢复已删除的资源',
                   5626: 
                   5627:    'Send a Message'
1.55      zhu      5628: => '发送邮件',
1.6       bisitz   5629: 
                   5630:    'Sent Messages'
1.55      zhu      5631: => '已发送邮件',
1.6       bisitz   5632: 
                   5633:    'Show'
                   5634: => '显示',
                   5635: 
                   5636:    'TRASH'
1.9       zhu      5637: => '已删除邮件',
1.6       bisitz   5638: 
                   5639:    'TeX to HTML'
1.9       zhu      5640: => 'TeX to HTML',
1.6       bisitz   5641: 
                   5642:    'View Folder'
1.9       zhu      5643: => '查看文件夹',
1.6       bisitz   5644: 
                   5645:    'fulltext search (time consuming)'
1.18      zhu      5646: => '全文检索 (费时的)',
1.6       bisitz   5647: 
1.18      zhu      5648:    'search discussion postings (resources and discussion boards)'
                   5649: => '搜索讨论帖子 (资源和布告栏)',
1.6       bisitz   5650: 
                   5651:    'Roles'
                   5652: => '角色',
                   5653: 
                   5654:    'Select style file'
1.18      zhu      5655: => '选择档案风格',
1.6       bisitz   5656: 
                   5657:    '(mark them then click "next" button)'
1.18      zhu      5658: => '(标记,然后点击“下一步”按钮)',
1.6       bisitz   5659: 
                   5660:    '100 Level'
1.18      zhu      5661: => '1. 学年',
1.6       bisitz   5662: 
                   5663:    '200 Level'
1.18      zhu      5664: => '2. 学年',
1.6       bisitz   5665: 
                   5666:    '300 Level'
1.18      zhu      5667: => '3. 学年',
1.6       bisitz   5668: 
                   5669:    '400 Level'
1.18      zhu      5670: => '4. 学年',
1.6       bisitz   5671: 
                   5672:    'Action'
1.10      zhu      5673: => '动作',
1.6       bisitz   5674: 
                   5675:    'Actions for current directory'
1.10      zhu      5676: => '此目录的行动',
1.6       bisitz   5677: 
                   5678:    'Change Discussion Preferences'
1.18      zhu      5679: => '改变讨论偏好',
1.6       bisitz   5680: 
                   5681:    'Change Message Forwarding/Notification'
1.10      zhu      5682: => '邮件转发和通知',
1.6       bisitz   5683: 
                   5684:    'Change WYSIWYG Preferences'
1.10      zhu      5685: => 'WYSIWYG-编辑器',
1.6       bisitz   5686: 
                   5687:    'Change to '
1.10      zhu      5688: => '变化为 ',
1.6       bisitz   5689: 
                   5690:    'Clean Up'
1.10      zhu      5691: => '清理',
1.6       bisitz   5692: 
                   5693:    'Closed - XML source is closed to everyone'
1.10      zhu      5694: => '锁定 - XML的源代码对手有人锁定',
1.6       bisitz   5695: 
                   5696:    'Copy'
                   5697: => '复制',
                   5698: 
                   5699:    'Create a new directory or LON-CAPA document'
1.10      zhu      5700: => '创建一个新的目录或 LON-CAPA 文件',
1.6       bisitz   5701: 
                   5702:    'Current setting '
1.10      zhu      5703: => '当前设置 ',
1.6       bisitz   5704: 
                   5705:    'Delete Directory'
1.10      zhu      5706: => '删除文件夹',
1.6       bisitz   5707: 
                   5708:    'Delete directory'
1.10      zhu      5709: => '删除文件夹',
1.6       bisitz   5710: 
                   5711:    'Delete this resource'
1.98      bisitz   5712: => '删除此资源',
1.6       bisitz   5713: 
                   5714:    'Disable WYSIWYG editor'
1.10      zhu      5715: => '不使用 WYSIWYG-编辑器',
1.6       bisitz   5716: 
                   5717:    'Display Preference'
1.10      zhu      5718: => '显示偏好',
1.6       bisitz   5719: 
                   5720:    'Edit catalog information'
1.18      zhu      5721: => '编辑目录信息',
1.6       bisitz   5722: 
                   5723:    'Enable WYSIWYG editor'
1.10      zhu      5724: => '使用 WYSIWYG-编辑器',
1.6       bisitz   5725: 
                   5726:    'Grade 1'
1.36      zhu      5727: => '1 级',
1.6       bisitz   5728: 
                   5729:    'Grade 10'
1.36      zhu      5730: => '10 级',
1.6       bisitz   5731: 
                   5732:    'Grade 11'
1.36      zhu      5733: => '11 级',
1.6       bisitz   5734: 
                   5735:    'Grade 12'
1.36      zhu      5736: => '12 级',
1.6       bisitz   5737: 
                   5738:    'Grade 13'
1.36      zhu      5739: => '13 级',
1.6       bisitz   5740: 
                   5741:    'Grade 2'
1.36      zhu      5742: => '2 级',
1.6       bisitz   5743: 
                   5744:    'Grade 3'
1.36      zhu      5745: => '3 级',
1.6       bisitz   5746: 
                   5747:    'Grade 4'
1.36      zhu      5748: => '4 级',
1.6       bisitz   5749: 
                   5750:    'Grade 5'
1.36      zhu      5751: => '5 级',
1.6       bisitz   5752: 
                   5753:    'Grade 6'
1.36      zhu      5754: => '6 级',
1.6       bisitz   5755: 
                   5756:    'Grade 7'
1.36      zhu      5757: => '7 级',
1.6       bisitz   5758: 
                   5759:    'Grade 8'
1.36      zhu      5760: => '8 级',
1.6       bisitz   5761: 
                   5762:    'Grade 9'
1.36      zhu      5763: => '9 级',
1.6       bisitz   5764: 
                   5765:    'Graduate Level'
1.36      zhu      5766: => '研究生层次',
1.6       bisitz   5767: 
                   5768:    'List current directory'
1.99      raeburn  5769: => '文件夹',
1.6       bisitz   5770: 
                   5771:    'Mark obsolete'
1.36      zhu      5772: => '标记为过时的',
1.6       bisitz   5773: 
                   5774:    'Move'
1.10      zhu      5775: => '移动',
1.6       bisitz   5776: 
                   5777:    'New library file'
1.36      zhu      5778: => '新的库文件',
1.6       bisitz   5779: 
                   5780:    'No file: [_1]'
1.36      zhu      5781: => '没有任何文件: [_1]',
1.6       bisitz   5782: 
                   5783:    'No personal information provided'
1.36      zhu      5784: => '没有提供的个人资料',
1.6       bisitz   5785: 
                   5786:    'Not specified'
1.36      zhu      5787: => '未指定',
1.6       bisitz   5788: 
                   5789:    'Open - XML source is open to people who want to use it'
1.36      zhu      5790: => '开放 - XML的源代码开放给想要使用它的人',
1.6       bisitz   5791: 
                   5792:    'Points Display'
1.10      zhu      5793: => '分数显示',
1.6       bisitz   5794: 
                   5795:    'Completed Problems Display'
1.10      zhu      5796: => '显示完成作业',
1.6       bisitz   5797: 
                   5798:    'Points Scored'
1.10      zhu      5799: => '得分',
1.6       bisitz   5800: 
                   5801:    'Attempted'
1.10      zhu      5802: => '尝试',
1.6       bisitz   5803: 
                   5804:    'Posts displayed?'
1.10      zhu      5805: => '帖子显示?',
1.6       bisitz   5806: 
                   5807:    'Preferences can be set that determine'
1.18      zhu      5808: => '预置可设置确定',
1.6       bisitz   5809: 
                   5810:    'Print contents of directory'
1.10      zhu      5811: => '打印目录',
1.6       bisitz   5812: 
                   5813:    'Print directory'
1.10      zhu      5814: => '打印目录',
1.6       bisitz   5815: 
                   5816:    'Problem Document'
1.43      bisitz   5817: => '任务文件', # '问题',
1.6       bisitz   5818: 
                   5819:    'Publish this Directory'
1.10      zhu      5820: => '发布此目录',
1.6       bisitz   5821: 
                   5822:    'Publish this resource'
1.98      bisitz   5823: => '发布此资源',
1.6       bisitz   5824: 
                   5825:    'Re-publish'
1.10      zhu      5826: => '重新发布',
1.6       bisitz   5827: 
                   5828:    'Retrieve old version'
1.10      zhu      5829: => '恢复旧版本',
1.6       bisitz   5830: 
                   5831:    'Select action'
1.10      zhu      5832: => '选择行动',
1.6       bisitz   5833: 
                   5834:    'Send message'
1.10      zhu      5835: => '发送消息',
1.6       bisitz   5836: 
1.65      zhu      5837:     'Set display preferences for discussion posts for both discussion boards and individual resources in all your courses.'
                   5838: => '在这里,您可以设置您的讨论是否显示在所有的课程的布告栏和个人资源里。',
1.63      zhu      5839: 
1.6       bisitz   5840:    'Source Distribution'
1.10      zhu      5841: => '源代码的访问权限',
1.6       bisitz   5842: 
                   5843:    'The preferences you set here can be overridden within each individual discussion.'
1.43      bisitz   5844: => '您的喜好设定这里可以适用在每个讨论。', # '您的喜好设定可以被每个讨论更改。',
1.6       bisitz   5845: 
1.104     raeburn  5846:    'Under what circumstances posts are identified as "NEW"'
1.18      zhu      5847: => '在什么情况下讨论被设定为“新”',
1.6       bisitz   5848: 
                   5849:    'Upload a new document'
1.18      zhu      5850: => '上传新文件',
1.6       bisitz   5851: 
                   5852:    'Use random seed'
1.36      zhu      5853: => '使用随机种子',
1.6       bisitz   5854: 
                   5855:    'Use style file'
1.36      zhu      5856: => '使用样式文件',
1.6       bisitz   5857: 
1.19      zhu      5858:    'Which posts are displayed when you display a discussion board or resource, and'
1.18      zhu      5859: => '哪些讨论将将被显示,如果你有一个布告栏或资源,',
1.6       bisitz   5860: 
                   5861:    'closed'
1.36      zhu      5862: => '锁定源代码', # !
1.6       bisitz   5863: 
                   5864:    'open'
1.36      zhu      5865: => '公开源代码', # !
1.6       bisitz   5866: 
                   5867:    '(mark desired resources then click "next" button)'
1.36      zhu      5868: => '(标记所需资源然后单击“下一步”按钮)',
1.6       bisitz   5869: 
                   5870:    '[_1]Change[_2] for just [_3]this course[_4] or for all [_5]your courses[_6].'
1.36      zhu      5871: => '[_1]改变[_2] 只为 [_3]该课程[_4] 或者为所有 [_5]您的课程[_6].',
1.6       bisitz   5872: 
                   5873:    "Page displayed after role selection in course now set by [_1]user's global preferences[_2]."
1.93      raeburn  5874: => "Page displayed after role selection in course now set by [_1]user's global preferences[_2].",
1.6       bisitz   5875: 
                   5876:    'Page displayed after role selection in this course set to [_1].'
1.93      raeburn  5877: => 'Page displayed after role selection in this course set to [_1].',
1.6       bisitz   5878: 
                   5879:    'Unable to set control of page display to [_1] due to [_2].'
1.93      raeburn  5880: => 'Unable to set control of page display to [_1] due to [_2].',
1.6       bisitz   5881: 
                   5882:    'Unable to set page display, after role selection, for this course to [_1] due to [_2].'
1.93      raeburn  5883: => 'Unable to set page display, after role selection, for this course to [_1] due to [_2].',
1.6       bisitz   5884: 
                   5885:    'Add or Edit Blog Entries'
1.12      zhu      5886: => '添加或修改博客条目',
1.6       bisitz   5887: 
                   5888:    'Add to my public course blog'
1.12      zhu      5889: => '添加到我的公共课程博客',
1.6       bisitz   5890: 
                   5891:    'Annotator'
1.12      zhu      5892: => '注释者',
1.6       bisitz   5893: 
                   5894:    'Av. Attempts'
1.93      raeburn  5895: => 'Av. Attempts',
1.6       bisitz   5896: 
                   5897:    'Available RSS Feeds and Blogs'
1.22      zhu      5898: => '可用的 RSS订阅和博客',
1.6       bisitz   5899: 
                   5900:    'Average number of attempts'
1.93      raeburn  5901: => 'Average number of attempts',
1.6       bisitz   5902: 
                   5903:    'Bookmarks'
1.12      zhu      5904: => '书签',
1.6       bisitz   5905: 
                   5906:    'Change interval?'
1.12      zhu      5907: => '更改间隔?',
1.6       bisitz   5908: 
                   5909:    'Change options?'
1.12      zhu      5910: => '更改选项?',
1.6       bisitz   5911: 
                   5912:    'Change thresholds?'
1.12      zhu      5913: => '更改阈值?',
1.6       bisitz   5914: 
                   5915:    'Clean up'
1.63      zhu      5916: => '清理',
1.6       bisitz   5917: 
                   5918:    'Close Folder'
1.12      zhu      5919: => '关闭文件夹',
1.6       bisitz   5920: 
                   5921:    'Configure Blocking of Student Communication during Exams'
1.93      raeburn  5922: => 'Configure Blocking of Student Communication during Exams',
1.6       bisitz   5923: 
                   5924:    'Course Action Items'
1.93      raeburn  5925: => 'Course Action Items',
1.6       bisitz   5926: 
                   5927:    'Creating PDF'
1.36      zhu      5928: => '创建PDF文件',
1.6       bisitz   5929: 
                   5930:    'Currently: [_1].'
1.36      zhu      5931: => '现在: [_1].',
1.6       bisitz   5932: 
                   5933:    'Deg. Diff'
1.36      zhu      5934: => '难度',
1.6       bisitz   5935: 
                   5936:    'Description'
1.13      zhu      5937: => '描述',
1.6       bisitz   5938: 
                   5939:    'Display Action Items'
1.93      raeburn  5940: => 'Display Action Items',
1.6       bisitz   5941: 
                   5942:    'Enter my groups in the course'
1.9       zhu      5943: => '我的课程组',
1.6       bisitz   5944: 
                   5945:    'Entering [_1]'
1.9       zhu      5946: => '进入 [_1]',
1.6       bisitz   5947: 
                   5948:    'Entering [_1] ...'
1.10      zhu      5949: => '进入 [_1]...',
1.6       bisitz   5950: 
                   5951:    'First resource'
1.36      zhu      5952: => '第一资源',
1.6       bisitz   5953: 
                   5954:    'Generated [_1] ([_2] bytes)'
1.36      zhu      5955: => '生成于 [_1] ([_2] bytes)',
1.6       bisitz   5956: 
                   5957:    'Go to first resource'
1.36      zhu      5958: => '转到第一资源',
1.6       bisitz   5959: 
                   5960:    'Group Documents'
1.10      zhu      5961: => '组文件',
1.6       bisitz   5962: 
                   5963:    'Groups'
1.9       zhu      5964: => '组',
1.6       bisitz   5965: 
                   5966:    'Help Menu'
1.9       zhu      5967: => '求助菜单',
1.6       bisitz   5968: 
                   5969:    'Hide all'
1.9       zhu      5970: => '全部隐藏',
1.6       bisitz   5971: 
                   5972:    'Hide this Feed'
1.10      zhu      5973: => '隐藏这个Feed',
1.6       bisitz   5974: 
                   5975:    'LON-CAPA Feed "[_1]" for [_2]'
1.13      zhu      5976: => 'LON-CAPA-Feed "[_1]" 对于 [_2]',
1.6       bisitz   5977: 
                   5978:    'Last Reset'
1.36      zhu      5979: => '最后重启',
1.6       bisitz   5980: 
                   5981:    'Last revised'
1.36      zhu      5982: => '最近更改',
1.6       bisitz   5983: 
                   5984:    'Link'
1.13      zhu      5985: => '连接',
1.6       bisitz   5986: 
                   5987:    'Log In'
1.13      zhu      5988: => '登录',
1.6       bisitz   5989: 
                   5990:    'Move Checked to Folder'
1.93      raeburn  5991: => 'Move Checked to Folder',
1.6       bisitz   5992: 
                   5993:    'Name for New Feed'
1.13      zhu      5994: => '新Feed的名字',
1.6       bisitz   5995: 
                   5996:    'Name of this Feed'
1.13      zhu      5997: => '这个Feed的名字',
1.6       bisitz   5998: 
                   5999:    'New course messages'
1.13      zhu      6000: => '新的课程信息',
1.6       bisitz   6001: 
                   6002:    'New critical messages in course'
1.36      zhu      6003: => '新的课程重要信息',
1.6       bisitz   6004: 
                   6005:    'New in course'
1.36      zhu      6006: => '新课程',
1.6       bisitz   6007: 
                   6008:    'New version'
1.13      zhu      6009: => '新版本',
1.6       bisitz   6010: 
                   6011:    'No messages sent.'
1.36      zhu      6012: => '没有寄出的邮件。',
1.6       bisitz   6013: 
                   6014:    'No new course messages'
1.36      zhu      6015: => '没有新的课程信息',
1.6       bisitz   6016: 
                   6017:    'No problems require handgrading'
1.63      zhu      6018: => '没有习题需要手动评分',
1.6       bisitz   6019: 
                   6020:    'No problems satisfy threshold criteria'
1.63      zhu      6021: => '没有问题达到要求标准',
1.6       bisitz   6022: 
                   6023:    'No problems with errors'
1.63      zhu      6024: => '没有错误的问题',
1.6       bisitz   6025: 
                   6026:    'No unread critical messages in course'
1.63      zhu      6027: => '没有未读的重要邮件',
1.6       bisitz   6028: 
                   6029:    'No unread posts in course discussions'
1.63      zhu      6030: => '没有未读的帖子在课程论坛里面',
1.6       bisitz   6031: 
                   6032:    'No updated versions'
1.63      zhu      6033: => '没有更新版本',
1.6       bisitz   6034: 
                   6035:    'Num. students'
1.63      zhu      6036: => '学生的数量',
1.6       bisitz   6037: 
                   6038:    'Number of errors'
1.63      zhu      6039: => '错误的数量',
1.6       bisitz   6040: 
                   6041:    'Number of new posts'
1.63      zhu      6042: => '新帖子的数量',
1.6       bisitz   6043: 
                   6044:    'Number ungraded'
1.63      zhu      6045: => '未评分的数量',
1.6       bisitz   6046: 
                   6047:    'Open Folder'
1.9       zhu      6048: => '打开文件夹',
1.6       bisitz   6049: 
1.9       zhu      6050: #   'Open all folders'
                   6051: #=> '打开所有文件夹',
1.6       bisitz   6052: 
                   6053:    'Page set to be displayed after you have selected a role in this course'
1.63      zhu      6054: => '页面显示设置,在您选择了该课程中的角色后',
1.6       bisitz   6055: 
                   6056:    'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role'
1.93      raeburn  6057: => 'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role',
1.6       bisitz   6058: 
                   6059:    'Please stand by while processing your print request, this may take some time ...'
1.93      raeburn  6060: => 'Please stand by while processing your print request, this may take some time ...',
1.6       bisitz   6061: 
                   6062:    'Problem'
1.12      zhu      6063: => '问题',
1.6       bisitz   6064: 
                   6065:    'Problem Name'
1.12      zhu      6066: => '问题描述',
1.6       bisitz   6067: 
                   6068:    'Problem is not open to be viewed. It'
1.93      raeburn  6069: => 'Problem is not open to be viewed. It',
1.6       bisitz   6070: 
                   6071:    'Problems requiring handgrading'
1.63      zhu      6072: => '必须手动评分的问题',
1.6       bisitz   6073: 
                   6074:    '(Problems with av. attempts &ge; [_1] or deg. difficulty &ge; [_2]) [_3] and total number of students with submissions &ge; [_4]'
1.63      zhu      6075: => '(问题尝试的平均数目 &ge; [_1] 或者难度 &ge; [_2]) [_3] 和回答问题的学生总数 &ge; [_4]',
1.6       bisitz   6076: 
                   6077:    'Problems with errors'
1.63      zhu      6078: => '错误的问题',
1.6       bisitz   6079: 
                   6080:    'Recently generated printouts'
1.93      raeburn  6081: => 'Recently generated printouts',
1.6       bisitz   6082: 
                   6083:    'Recently generated printout zip files'
1.93      raeburn  6084: => 'Recently generated printout zip files',
1.6       bisitz   6085: 
                   6086:    'Reset Count?'
1.63      zhu      6087: => '计数器复位?',
1.6       bisitz   6088: 
                   6089:    'Reset counters to 0'
1.63      zhu      6090: => '重置计数器为0',
1.6       bisitz   6091: 
                   6092:    'Select [_1]'
1.63      zhu      6093: => '选择 [_1]',
1.6       bisitz   6094: 
                   6095:    'Select the sequence to print resources from:'
1.63      zhu      6096: => '选择该资源的打印顺序:',
1.6       bisitz   6097: 
                   6098:    'Selected [_1]Problems[_2] from folder [_3]'
1.63      zhu      6099: => '选定[_1]问题[_2]从文件夹[_3]',
1.6       bisitz   6100: 
                   6101:    'Selected [_1]Resources[_2] from folder [_3]'
1.63      zhu      6102: => '选定[_1]资源[_2]从文件夹[_3]',
1.6       bisitz   6103: 
                   6104:    'Selected <b>Problems</b> from <b>entire course</b>'
1.63      zhu      6105: => '选定<b>问题</b>从<b>整个课程</b>',
1.6       bisitz   6106: 
                   6107:    'Selected <b>Resources</b> from <b>entire course</b>'
1.63      zhu      6108: => '选定<b>资源</b>从<b>整个课程</b>',
1.6       bisitz   6109: 
                   6110:    'Selected <b>Problems</b> from <b>entire course</b> for <b>selected people</b>'
1.63      zhu      6111: => '选定<b>资源</b>从<b>整个课程</b>给<b>选定的人</b>',
1.6       bisitz   6112: 
                   6113:    'Selected [_1]Problems[_2] from folder [_3] for [_4]selected people[_5]'
1.63      zhu      6114: => '选定[_1]问题[_2]从文件夹[_3]给[_4]选定的人[_5]',
1.6       bisitz   6115: 
                   6116:    'Selected [_1]Problems[_2] from folder [_3] for [_4]CODEd assignments[_5]'
1.63      zhu      6117: => '选定[_1]问题[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
1.6       bisitz   6118: 
                   6119:    'Selected [_1]Resources[_2] from folder [_3] for [_4]selected people[_5]'
1.63      zhu      6120: => '选定[_1]资源[_2]从文件夹[_3]给[_4]选定的人[_5]',
1.6       bisitz   6121: 
                   6122:    'Selected [_1]Resources[_2] from folder [_3] for [_4]CODEd assignments[_5]'
1.63      zhu      6123: => '选定[_1]资源[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
1.6       bisitz   6124: 
                   6125:    'Selected [_1]Problems[_2] from current subdirectory [_3]'
1.63      zhu      6126: => '选定[_1]问题[_2]从当前的子文件夹[_3]',
1.6       bisitz   6127: 
                   6128:    'Selected <b>Resources</b> from <b>selected folder</b> in course'
1.63      zhu      6129: => '选定<b>资源</b>从课程里的<b>选定的文件夹</b>',
1.6       bisitz   6130: 
                   6131:    'Show all'
1.9       zhu      6132: => '全部显示',
1.6       bisitz   6133: 
                   6134:    'Show my first due problem'
1.9       zhu      6135: => '查看我的首要问题来处理',
1.6       bisitz   6136: 
                   6137:    'Show only uncompleted problems'
1.9       zhu      6138: => '只显示未完成的问题',
1.6       bisitz   6139: 
                   6140:    'Show everything'
1.9       zhu      6141: => '查看所有',
1.6       bisitz   6142: 
                   6143:    'Uncompleted Problems'
1.9       zhu      6144: => '没有完成问题',
1.6       bisitz   6145: 
                   6146:    'All homework assignments have been completed.'
1.22      zhu      6147: => '所有的问题都已经完成。',
1.6       bisitz   6148: 
                   6149:    'Speller Suggestions'
                   6150: => 'Speller Suggestions',
                   6151: 
                   6152:    'Start a New Feed'
1.9       zhu      6153: => '开始一个新的Feed',
1.6       bisitz   6154: 
                   6155:    'Save Marked Changes'
1.9       zhu      6156: => '保存标记的更改',
1.6       bisitz   6157: 
                   6158:    'Save changes'
1.9       zhu      6159: => '保存更改',
1.6       bisitz   6160: 
                   6161:    'This action is currently not authorized.'
1.18      zhu      6162: => '这一行动目前是不被允许的。',
1.6       bisitz   6163: 
                   6164:    'Time of last post'
1.101     bisitz   6165: => '最后发表的帖子的时间',
1.6       bisitz   6166: 
                   6167:    'Title of document goes here'
1.93      raeburn  6168: => 'Title of document goes here',
1.6       bisitz   6169: 
                   6170:    'Body of document goes here'
1.93      raeburn  6171: => 'Body of document goes here',
1.6       bisitz   6172: 
                   6173:    'Total number of students with submissions'
1.93      raeburn  6174: => 'Total number of students with submissions',
1.6       bisitz   6175: 
                   6176:    'Unread course discussion posts'
1.63      zhu      6177: => '未读的课程讨论帖子',
1.6       bisitz   6178: 
                   6179:    'Version used'
1.12      zhu      6180: => '使用版本',
1.6       bisitz   6181: 
                   6182:    'View current problem status and grading information'
1.9       zhu      6183: => '查看当前的问题的状态和等级评定信息',
1.6       bisitz   6184: 
                   6185:    "What's New?"
1.9       zhu      6186: => "有什么新内容?",
1.6       bisitz   6187: 
                   6188:    "What's New? page"
1.9       zhu      6189: => "有什么新页面",
1.6       bisitz   6190: 
                   6191:    "What's New page"
1.9       zhu      6192: => "有什么新页面",
1.6       bisitz   6193: 
                   6194:    'You are accessing an invalid course'
1.63      zhu      6195: => '您在试图访问无效的课程。',
1.6       bisitz   6196: 
                   6197:    'course only'
1.93      raeburn  6198: => 'course only',
1.6       bisitz   6199: 
                   6200:    'delete'
1.9       zhu      6201: => '删除',
1.6       bisitz   6202: 
                   6203:    'first resource in the course'
1.63      zhu      6204: => '第一期课程资源',
1.6       bisitz   6205: 
                   6206:    'hidden'
1.9       zhu      6207: => '隐藏的',
1.6       bisitz   6208: 
                   6209:    'since last month'
1.63      zhu      6210: => '自上个月以来',
1.6       bisitz   6211: 
                   6212:    'since last week'
1.63      zhu      6213: => '自上周以来',
1.6       bisitz   6214: 
                   6215:    'since start of course'
1.63      zhu      6216: => '从课程开始起',
1.6       bisitz   6217: 
                   6218:    'since yesterday'
1.63      zhu      6219: => '从昨天起',
1.6       bisitz   6220: 
                   6221:    'specific setting for this course'
1.63      zhu      6222: => '这门课程的具体设置',
1.6       bisitz   6223: 
                   6224:    'user preference'
1.65      zhu      6225: => '用户偏好',
1.6       bisitz   6226: 
                   6227:    "what's new? page"
1.9       zhu      6228: => "有什么新页面",
1.6       bisitz   6229: 
                   6230:    'your general user preferences'
1.63      zhu      6231: => '您的一般使用者偏好',
1.6       bisitz   6232: 
                   6233:    'Submitting as Comment'
1.63      zhu      6234: => '提交评论',
1.6       bisitz   6235: 
                   6236:    'Submitting as Policy Feedback'
1.63      zhu      6237: => '提交课程指导方针反馈',
1.6       bisitz   6238: 
                   6239:    'Submitting as Question'
1.63      zhu      6240: => '提交的问题',
1.6       bisitz   6241: 
                   6242:    'Total Points In Course'
1.10      zhu      6243: => '课程总分',
1.6       bisitz   6244: 
                   6245:    'the resource you just saw on the screen'
1.63      zhu      6246: => 'the resource you just saw on the screen',
1.6       bisitz   6247: 
                   6248:    'Annotations'
1.9       zhu      6249: => '注释',
1.6       bisitz   6250: 
                   6251:    'Close (no save)'
1.9       zhu      6252: => '关闭 (不保存)',
1.6       bisitz   6253: 
                   6254:    'Save and Update'
1.9       zhu      6255: => '保存和更新',
1.6       bisitz   6256: 
                   6257:    'Bookmark Tree Viewer/Editor'
1.63      zhu      6258: => '书签树浏览器/编辑器',
1.6       bisitz   6259: 
                   6260:    'Chat'
1.9       zhu      6261: => '聊天',
1.6       bisitz   6262: 
1.26      zhu      6263:    'Chat Room'
1.9       zhu      6264: => '聊天室',
1.6       bisitz   6265: 
                   6266:    'Drop Box'
1.26      zhu      6267: => '收件箱',
1.6       bisitz   6268: 
                   6269:    'Import Bookmarks'
                   6270: => '导入书签',
                   6271: 
                   6272:    'The LearningOnline Network with CAPA'
                   6273: => 'The LearningOnline Network with CAPA',
                   6274: 
                   6275:    'This LON-CAPA server is temporarily not available for login.'
1.63      zhu      6276: => '该 LON-CAPA 服务器目前无法登录。',
1.6       bisitz   6277: 
                   6278:    'Please attempt to login to one of the following servers:'
1.63      zhu      6279: => '请尝试登录到下列其中一个服务器:',
1.6       bisitz   6280: 
                   6281:    '(preferred)'
1.26      zhu      6282: => '(首选的)',
1.6       bisitz   6283: 
                   6284:    '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  6285: => '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   6286: 
                   6287:    'Collaborative Tools'
1.27      zhu      6288: => '协作工具',
1.6       bisitz   6289: 
                   6290:    'Course content'
1.18      zhu      6291: => '课程内容',
1.6       bisitz   6292: 
                   6293:    'Create a new group'
1.12      zhu      6294: => '创建新组',
1.6       bisitz   6295: 
                   6296:    'Created'
1.27      zhu      6297: => '生成',
1.6       bisitz   6298: 
                   6299:    'Creator'
1.27      zhu      6300: => '创设者',
1.6       bisitz   6301: 
                   6302:    'Discussion Boards'
1.9       zhu      6303: => '讨论板',
1.6       bisitz   6304: 
                   6305:    'Disk Use (%)'
1.27      zhu      6306: => '使用的存贮空间 (%)',
1.6       bisitz   6307: 
                   6308:    'Enable Recent Roles Hotlist:'
1.22      zhu      6309: => '启用最近的角色活动表:',
1.6       bisitz   6310: 
                   6311:    'Files'
1.12      zhu      6312: => '文件',
1.6       bisitz   6313: 
                   6314:    'Group Name'
1.12      zhu      6315: => '组名',
1.6       bisitz   6316: 
                   6317:    'Group Title'
1.12      zhu      6318: => '组标题',
1.6       bisitz   6319: 
                   6320:    'Members'
1.12      zhu      6321: => '成员',
1.6       bisitz   6322: 
                   6323:    'Modify'
1.12      zhu      6324: => '修改',
1.6       bisitz   6325: 
                   6326:    'Re-enable'
1.12      zhu      6327: => '修复',
1.6       bisitz   6328: 
                   6329:    'Expire'
1.12      zhu      6330: => '失效',
1.6       bisitz   6331: 
                   6332:    'Group settings'
1.12      zhu      6333: => '组设置',
1.6       bisitz   6334: 
                   6335:    'Modify group membership'
1.12      zhu      6336: => '修改组成员',
1.6       bisitz   6337: 
                   6338:    'No groups exist.'
1.12      zhu      6339: => '没有组存在。',
1.6       bisitz   6340: 
                   6341:    'Number of roles in Hotlist:'
1.12      zhu      6342: => '角色的快速访问列表:',
1.6       bisitz   6343: 
                   6344:    'Quota (Mb)'
1.12      zhu      6345: => '容量 (MB)',
1.6       bisitz   6346: 
                   6347:    'Remote Control'
1.12      zhu      6348: => '遥控器',
1.6       bisitz   6349: 
                   6350:    '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      6351: => '一些 LON-CAPA 用户有很多角色。在快速访问列表里面将显示最近使用过的角色的最后N角色访问过的地方,这些角色将显示在角色选择页面的上方。 用户如果只有很少的角色,应该禁用快速访问列表。',
1.6       bisitz   6352: 
                   6353:    '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      6354: => '一些 LON-CAPA 用户有很多课程。在快速访问列表里面将显示最近使用过的课程的最后N课程访问过的地方,这些课程将显示在课程选择页面的上方。用户如果只有很少的角色,应该禁用快速访问列表。',
1.6       bisitz   6355: 
                   6356:    'Switch to Inline Menu Mode'
1.18      zhu      6357: => '切换到内置菜单模式',
1.6       bisitz   6358: 
                   6359:    '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      6360: => '这下面的列表可以用来<q>冻结</q>屏幕上的角色。这些标记为冻结的将不会从名单中删除,即便最近没有被使用过时。',
1.6       bisitz   6361: 
                   6362:    'View Status'
1.12      zhu      6363: => '查看状态',
1.6       bisitz   6364: 
                   6365:    'View/Change Status'
1.22      zhu      6366: => '查看/修改状态',
1.6       bisitz   6367: 
                   6368:    'You are not currently a member of any active groups in this course.'
1.93      raeburn  6369: => 'You are not currently a member of any active groups in this course.',
1.6       bisitz   6370: 
                   6371:    'Group [_1] was updated.'
1.12      zhu      6372: => '组 [_1] 已更新。',
1.6       bisitz   6373: 
                   6374:    'An error occurred while setting parameters for Discussion Boards folder: [_1]'
1.93      raeburn  6375: => 'An error occurred while setting parameters for Discussion Boards folder: [_1]',
1.6       bisitz   6376: 
                   6377:    'Discussion Boards Folder created.'
1.9       zhu      6378: => '创建讨论板夹。',
1.6       bisitz   6379: 
                   6380:    'You do not have group administration privileges in this course.'
1.93      raeburn  6381: => 'You do not have group administration privileges in this course.',
1.6       bisitz   6382: 
                   6383:    'An error occurred when [_1] the group. Please try again.'
1.93      raeburn  6384: => 'An error occurred when [_1] the group. Please try again.',
1.6       bisitz   6385: 
                   6386:    'You have requested deletion of the group [_1].'
1.93      raeburn  6387: => 'You have requested deletion of the group [_1].',
1.6       bisitz   6388: 
                   6389:    'The following users could not be activated, because an error occurred:'
1.93      raeburn  6390: => 'The following users could not be activated, because an error occurred:',
1.6       bisitz   6391: 
                   6392:    'The following users could not be reenabled, because an error occurred:'
1.93      raeburn  6393: => 'The following users could not be reenabled, because an error occurred:',
1.6       bisitz   6394: 
                   6395:    'The following users could not be modified, because an error occurred:'
1.93      raeburn  6396: => 'The following users could not be modified, because an error occurred:',
1.6       bisitz   6397: 
                   6398:    'The following users could not be added, because an error occurred:'
1.93      raeburn  6399: => 'The following users could not be added, because an error occurred:',
1.6       bisitz   6400: 
                   6401:    'The following users could not be deleted, because an error occurred:'
1.93      raeburn  6402: => 'The following users could not be deleted, because an error occurred:',
1.6       bisitz   6403: 
                   6404:    'The following users could not be expired, because an error occurred:'
1.93      raeburn  6405: => 'The following users could not be expired, because an error occurred:',
1.6       bisitz   6406: 
                   6407:    'No change occurred for the following users:'
1.93      raeburn  6408: => 'No change occurred for the following users:',
1.6       bisitz   6409: 
                   6410:    'When a group is deleted the following occurs:'
1.93      raeburn  6411: => 'When a group is deleted the following occurs:',
1.6       bisitz   6412: 
                   6413:    'All group membership is terminated.'
1.93      raeburn  6414: => 'All group membership is terminated.',
1.6       bisitz   6415: 
                   6416:    'The group ceases to be available either for viewing or for modification of group settings and membership.'
1.93      raeburn  6417: => 'The group ceases to be available either for viewing or for modification of group settings and membership.',
1.6       bisitz   6418: 
                   6419:    '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  6420: => '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   6421: 
                   6422:    '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  6423: => '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   6424: 
                   6425:    'Delete group'
1.12      zhu      6426: => '删除组',
1.6       bisitz   6427: 
                   6428:    'Group deletion failed because deletion of [_1] out of [_2] members failed.'
1.42      bisitz   6429: => '删除组失败,因为[_1]的[_2]成员不能被删除。',
1.6       bisitz   6430: 
                   6431:    'Group successfully deleted.'
1.12      zhu      6432: => '该组已成功删除。',
1.6       bisitz   6433: 
                   6434:    "Although the group was deleted, an error occurred when removing the group's folder from the 'Course Groups' folder: [_1]"
1.12      zhu      6435: => "该组已被删除,从课程组的文件夹删除组文件夹时发生错误:[_1]",
1.6       bisitz   6436: 
                   6437:    'Group deletion failed.'
1.12      zhu      6438: => '组删除失败。',
1.6       bisitz   6439: 
                   6440:    'Course Folder -[_1]'
1.12      zhu      6441: => '课程文件夹 [_1]',
1.6       bisitz   6442: 
                   6443:    'An error occurred when reading contents of parent folder to group:'
1.93      raeburn  6444: => 'An error occurred when reading contents of parent folder to group:',
1.6       bisitz   6445: 
                   6446:    'An error occurred when saving updated parent folder to group:'
1.93      raeburn  6447: => 'An error occurred when saving updated parent folder to group:',
1.6       bisitz   6448: 
                   6449:    'You have requested enabling the previously deleted group [_1].'
1.93      raeburn  6450: => 'You have requested enabling the previously deleted group [_1].',
1.6       bisitz   6451: 
                   6452:    'When a deleted group is re-enabled the following occurs:'
1.93      raeburn  6453: => 'When a deleted group is re-enabled the following occurs:',
1.6       bisitz   6454: 
                   6455:    'Group settings and membership at the time the group was deleted are reinstated.'
1.93      raeburn  6456: => 'Group settings and membership at the time the group was deleted are reinstated.',
1.6       bisitz   6457: 
                   6458:    'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.'
1.93      raeburn  6459: => 'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.',
1.6       bisitz   6460: 
                   6461:    'Reenable group'
1.12      zhu      6462: => '组恢复',
1.6       bisitz   6463: 
                   6464:    '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  6465: => '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   6466: 
                   6467:    'No end date set'
1.12      zhu      6468: => '没有设定结束日期',
1.6       bisitz   6469: 
                   6470:    'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]'
1.93      raeburn  6471: => 'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]',
1.6       bisitz   6472: 
                   6473:    "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]"
1.93      raeburn  6474: => "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]",
1.6       bisitz   6475: 
                   6476:    'Re-enabling group failed.'
1.18      zhu      6477: => '重新启用组失败。',
1.6       bisitz   6478: 
                   6479:    'with related words'
1.18      zhu      6480: => '相关的关键词',
1.6       bisitz   6481: 
                   6482:    'with no related words'
1.18      zhu      6483: => '没有相关的关键词',
1.6       bisitz   6484: 
                   6485:    'Change Roles Preferences'
1.18      zhu      6486: => '改变角色偏好',
1.6       bisitz   6487: 
                   6488:    'Display [_1] Most Recent Roles'
1.22      zhu      6489: => '显示 [_1] 个最近角色',
1.6       bisitz   6490: 
                   6491:    'Freeze Role'
1.18      zhu      6492: => '冻结角色',
1.6       bisitz   6493: 
                   6494:    'Recent Roles Hotlist is Disabled'
1.22      zhu      6495: => '禁用最近使用角色的快速访问列表',
1.6       bisitz   6496: 
                   6497:    'Recent Roles Hotlist is Enabled'
1.22      zhu      6498: => '启用最近使用角色的快速访问列表',
1.6       bisitz   6499: 
                   6500:    'Author Space'
1.13      zhu      6501: => '作者空间',
1.6       bisitz   6502: 
                   6503:    'Degree of discrimination'
1.18      zhu      6504: => '分化程度',
1.6       bisitz   6505: 
                   6506:    'Disable WYSIWYG Editor'
1.13      zhu      6507: => '禁用WYSIWYG编辑器',
1.6       bisitz   6508: 
                   6509:    'Hypertext Document'
1.13      zhu      6510: => 'HTML 文件',
1.6       bisitz   6511: 
                   6512:    'Last Modifying User'
1.13      zhu      6513: => '上次修改用户',
1.6       bisitz   6514: 
                   6515:    'Last Revision Date'
1.18      zhu      6516: => '最近修订日期',
1.6       bisitz   6517: 
                   6518:    'Linked/Related Resources'
1.18      zhu      6519: => '联系/相关资源',
1.6       bisitz   6520: 
                   6521:    'Network-wide courses using resource'
1.18      zhu      6522: => '网络上使用该课程资源',
1.6       bisitz   6523: 
                   6524:    'Never'
1.18      zhu      6525: => '从不',
1.6       bisitz   6526: 
                   6527:    'Preview'
1.18      zhu      6528: => '预览',
1.6       bisitz   6529: 
                   6530:    'Resources that follow this resource in maps'
1.93      raeburn  6531: => 'Resources that follow this resource in maps',
1.6       bisitz   6532: 
                   6533:    'Resources that lead up to this resource in maps'
1.93      raeburn  6534: => 'Resources that lead up to this resource in maps',
1.6       bisitz   6535: 
                   6536:    'Resources used by this resource'
1.93      raeburn  6537: => 'Resources used by this resource',
1.6       bisitz   6538: 
                   6539:    'Resources using or importing resource'
1.101     bisitz   6540: => '资源使用或导入',
1.6       bisitz   6541: 
                   6542:    'Return'
                   6543: => '后退',
                   6544: 
                   6545:    'Setting WYSIWYG editor to:'
1.57      zhu      6546: => 'WYSIWYG-编辑器设置为:',
1.6       bisitz   6547: 
                   6548:    'Source Available'
1.18      zhu      6549: => '源代码可用',
1.6       bisitz   6550: 
                   6551:    'Source Custom Distribution File'
1.18      zhu      6552: => '源代码的访问权限',
1.6       bisitz   6553: 
1.110     bisitz   6554:    'Start new page[_1]before selected'
                   6555: => 'Start new page[_1]before selected',
1.6       bisitz   6556: 
                   6557:    'on'
1.57      zhu      6558: => '开',
1.6       bisitz   6559: 
                   6560:    '(on)'
1.63      zhu      6561: => '(on)',
1.6       bisitz   6562: 
                   6563:    'off'
1.57      zhu      6564: => '关',
1.6       bisitz   6565: 
                   6566:    '(off)'
1.63      zhu      6567: => '(off)',
1.6       bisitz   6568: 
                   6569:    '(re-initialize course to access)'
1.63      zhu      6570: => '(re-initialize course to access)',
1.6       bisitz   6571: 
                   6572:    'All Parts'
1.93      raeburn  6573: => 'All Parts',
1.6       bisitz   6574: 
                   6575:    'Changes will become active for your current session after [_1], or the next time you log in.'
                   6576: => '点击 [_1] 按钮来保存最后的更改。',
                   6577: 
                   6578:    'Cut'
                   6579: => '剪切',
                   6580: 
                   6581:    'Random Order'
                   6582: => '任意顺序',
                   6583: 
                   6584:    'Due and Answer Available'
1.93      raeburn  6585: => 'Due and Answer Available',
1.6       bisitz   6586: 
                   6587:    'Edit any group in the course'
                   6588: => '课程分组管理',
                   6589: 
                   6590:    'Editing the Table of Contents for your Course'
                   6591: => '如何修改课程内容',
                   6592: 
                   6593:    'Enter any group in the course'
1.93      raeburn  6594: => 'Enter any group in the course',
1.6       bisitz   6595: 
                   6596:    'Existing Parameter Settings for Your Resources'
1.93      raeburn  6597: => 'Existing Parameter Settings for Your Resources',
1.6       bisitz   6598: 
                   6599:    'Group'
1.12      zhu      6600: => '组',
1.6       bisitz   6601: 
                   6602:    'Group:'
1.18      zhu      6603: => '组:',
1.6       bisitz   6604: 
                   6605:    'Hidden'
                   6606: => '隐藏',
                   6607: 
                   6608:    'List Symbs'
                   6609: => '内部标识',
                   6610: 
                   6611:    'Symb List'
1.12      zhu      6612: => '内部标识名单',
1.6       bisitz   6613: 
1.55      zhu      6614: #   'Manage Course Slots'
                   6615: #=> '管理课程插槽',
                   6616: 
                   6617:    'Manage Slots'
                   6618: => 'Manage Slots',
1.6       bisitz   6619: 
                   6620:    'Manage student enrollment '
1.27      zhu      6621: => '招生管理 ',
1.6       bisitz   6622: 
                   6623:    'Modify Resource Parameters - Overview Mode'
1.27      zhu      6624: => '修改资源参数 - 概况模式',
1.6       bisitz   6625: 
                   6626:    'Modify parameter settings (due dates, etc) for resources and the course'
                   6627: => '修改课程和资源参数',
                   6628: 
                   6629:    'Modify parameter settings for this resource'
1.98      bisitz   6630: => '参数设置',
1.6       bisitz   6631: 
                   6632:    'New and Existing Parameter Settings for Your Resources'
1.27      zhu      6633: => '为您的资源设置新的和现有的参数',
1.6       bisitz   6634: 
                   6635:    'Parameter Change Log and Course Blog Posting/User Notification'
1.27      zhu      6636: => '参数变更记录和课程博客/用户通知',
1.6       bisitz   6637: 
                   6638:    'Parameter Manager'
                   6639: => '参数管理',
                   6640: 
                   6641:    'Randomly Pick: '
                   6642: => '随机挑选: ',
                   6643: 
                   6644:    'Remove'
                   6645: => '删除',
                   6646: 
                   6647:    'Rendering:'
1.12      zhu      6648: => '检查:',
1.6       bisitz   6649: 
                   6650:    'Select Parameters to View'
1.27      zhu      6651: => '选择想要查看的参数',
1.6       bisitz   6652: 
                   6653:    'Select Parts to View'
1.27      zhu      6654: => '选择想要查看的部分',
1.6       bisitz   6655: 
                   6656:    'Set Parameter Setting Default Actions'
1.70      zhu      6657: => '设置默认操作的参数',
1.6       bisitz   6658: 
                   6659:    'Set Portfolio Metadata'
1.27      zhu      6660: => '设置元数据-组合',
1.6       bisitz   6661: 
                   6662:    'Set/Modify Resource Parameters - Helper Mode'
1.27      zhu      6663: => '设置/修改资源参数 - 辅助模式',
1.6       bisitz   6664: 
                   6665:    'Set/Modify Resource Parameters - Overview Mode'
1.27      zhu      6666: => '设置/修改资源参数 - 概况模式',
1.6       bisitz   6667: 
                   6668:    'Set/Modify Resource Parameters - Table Mode'
1.27      zhu      6669: => '设置/修改资源参数 - 表模式',
1.6       bisitz   6670: 
                   6671:    'Settings for Your Course'
1.27      zhu      6672: => '课程设置',
1.6       bisitz   6673: 
                   6674:    'Table Mode'
1.27      zhu      6675: => '表模式',
1.6       bisitz   6676: 
                   6677:    'Table Mode Parameter Setting'
1.27      zhu      6678: => '表模式参数设定',
1.6       bisitz   6679: 
                   6680:    '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  6681: => '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   6682: 
                   6683:    'URL hidden'
                   6684: => '隐藏 URL',
                   6685: 
                   6686:    'Update Parameter Display'
1.27      zhu      6687: => '更新参数',
1.6       bisitz   6688: 
                   6689:    'View calculated grades (Spreadsheet)'
1.63      zhu      6690: => '计算评分(Spreadsheet)',
1.6       bisitz   6691: 
                   6692:    "What's new?"
                   6693: => "有什么新的?",
                   6694: 
                   6695:    're-initializing Course'
                   6696: => '重新初始化课程',
                   6697: 
                   6698:    'Show Resource'
1.18      zhu      6699: => '查看资源',
1.6       bisitz   6700: 
                   6701:    'Feedback to resource author'
1.18      zhu      6702: => '反馈给此资源的作者',
1.6       bisitz   6703: 
1.20      bisitz   6704:    'Click to add/remove attachments'
1.12      zhu      6705: => '单击添加/删除附件',
1.6       bisitz   6706: 
                   6707:    'New attachments'
1.12      zhu      6708: => '新附件',
1.6       bisitz   6709: 
                   6710:    'Retained attachments'
1.12      zhu      6711: => '保留附件',
1.6       bisitz   6712: 
                   6713:    'Add a new attachment to this post.'
1.19      zhu      6714: => '给这个信息添加新的附件:',
1.6       bisitz   6715: 
                   6716:    'Discussion Post Attachments'
1.12      zhu      6717: => '讨论张贴附件',
1.6       bisitz   6718: 
                   6719:    'Modify course settings'
1.93      raeburn  6720: => 'Modify course settings',
1.6       bisitz   6721: 
                   6722:    'Send and display broadcast e-mail'
1.93      raeburn  6723: => 'Send and display broadcast e-mail',
1.6       bisitz   6724: 
                   6725:    'Awarded Total Points'
1.10      zhu      6726: => '达到总分',
1.6       bisitz   6727: 
                   6728:    'Total Parts Done'
1.93      raeburn  6729: => 'Total Parts Done',
1.6       bisitz   6730: 
                   6731:    'Create a single course'
1.93      raeburn  6732: => 'Create a single course',
1.6       bisitz   6733: 
                   6734:    'Create a new course by completing an online form.'
1.93      raeburn  6735: => 'Create a new course by completing an online form.',
1.6       bisitz   6736: 
                   6737:    'Create a single collaborative group space'
1.93      raeburn  6738: => 'Create a single collaborative group space',
1.6       bisitz   6739: 
                   6740:    'Create a new group space for non-course use by completing an online form.'
1.93      raeburn  6741: => 'Create a new group space for non-course use by completing an online form.',
1.6       bisitz   6742: 
                   6743:    'Create courses/groups by uploading an attributes file'
1.93      raeburn  6744: => 'Create courses/groups by uploading an attributes file',
1.6       bisitz   6745: 
                   6746:    'Upload an attributes file containing specifications for one or more courses or groups in XML format.'
1.93      raeburn  6747: => 'Upload an attributes file containing specifications for one or more courses or groups in XML format.',
1.6       bisitz   6748: 
                   6749:    'current'
1.12      zhu      6750: => '当前的',
1.6       bisitz   6751: 
                   6752:    'Version changes'
1.93      raeburn  6753: => 'Version changes',
1.6       bisitz   6754: 
                   6755:    'Change interval'
1.93      raeburn  6756: => 'Change interval',
1.6       bisitz   6757: 
                   6758:    'Student Submission Reports'
1.93      raeburn  6759: => 'Student Submission Reports',
1.6       bisitz   6760: 
                   6761:    'Prepare reports of student submissions.'
1.93      raeburn  6762: => 'Prepare reports of student submissions.',
1.6       bisitz   6763: 
                   6764:    'Survey Reports'
1.93      raeburn  6765: => 'Survey Reports',
1.6       bisitz   6766: 
                   6767:    'Prepare reports on survey results.'
1.93      raeburn  6768: => 'Prepare reports on survey results.',
1.6       bisitz   6769: 
                   6770:    'View survey'
1.93      raeburn  6771: => 'View survey',
1.6       bisitz   6772: 
                   6773:    'Previous Survey'
1.93      raeburn  6774: => 'Previous Survey',
1.6       bisitz   6775: 
                   6776:    'Next Survey'
1.93      raeburn  6777: => 'Next Survey',
1.6       bisitz   6778: 
                   6779:    'Choose a different Survey'
1.93      raeburn  6780: => 'Choose a different Survey',
1.6       bisitz   6781: 
                   6782:    'Generate Report'
1.93      raeburn  6783: => 'Generate Report',
1.6       bisitz   6784: 
                   6785:    'Part [_1], Response [_2]'
1.27      zhu      6786: => '部份 [_1], 答案 [_2]',
1.6       bisitz   6787: 
                   6788:    'Foil Name'
1.93      raeburn  6789: => 'Foil Name',
1.6       bisitz   6790: 
                   6791:    'Foil Text'
1.93      raeburn  6792: => 'Foil Text',
1.6       bisitz   6793: 
                   6794:    'Percent'
1.27      zhu      6795: => '百分比',
1.6       bisitz   6796: 
                   6797:    'Correct Problems Plot'
1.93      raeburn  6798: => 'Correct Problems Plot',
1.6       bisitz   6799: 
                   6800:    'Display a histogram of student performance in the course.'
1.93      raeburn  6801: => 'Display a histogram of student performance in the course.',
1.6       bisitz   6802: 
                   6803:    'Access Status'
1.27      zhu      6804: => '访问状态',
1.6       bisitz   6805: 
1.31      bisitz   6806:    '[_1] Limit by time'
                   6807: => '[_1] 限制时间',
1.6       bisitz   6808: 
                   6809:    'Submission Time Plots'
1.93      raeburn  6810: => 'Submission Time Plots',
1.6       bisitz   6811: 
                   6812:    'Currently Has Access'
1.27      zhu      6813: => '目前访问',
1.6       bisitz   6814: 
                   6815:    'Will Have Future Access'
1.27      zhu      6816: => '将来的访问',
1.6       bisitz   6817: 
                   6818:    'Previously Had Access'
1.27      zhu      6819: => '此前的访问',
1.6       bisitz   6820: 
                   6821:    'Any Access Status'
1.27      zhu      6822: => '任易的访问状态',
1.6       bisitz   6823: 
                   6824:    'Previous Problem'
1.12      zhu      6825: => '前面的问题',
1.6       bisitz   6826: 
                   6827:    'Next Problem'
1.12      zhu      6828: => '下一个问题',
1.6       bisitz   6829: 
                   6830:    'Choose a different Problem'
1.93      raeburn  6831: => 'Choose a different Problem',
1.6       bisitz   6832: 
                   6833:    'Update Caches'
1.93      raeburn  6834: => 'Update Caches',
1.6       bisitz   6835: 
                   6836:    'Begin'
1.93      raeburn  6837: => 'Begin',
1.6       bisitz   6838: 
                   6839:    'There are no students in the sections selected.'
1.93      raeburn  6840: => 'There are no students in the sections selected.',
1.6       bisitz   6841: 
                   6842:    'There are no students in the sections/groups selected.'
1.93      raeburn  6843: => 'There are no students in the sections/groups selected.',
1.6       bisitz   6844: 
                   6845:    'There is no submission data for this problem at all.'
1.93      raeburn  6846: => 'There is no submission data for this problem at all.',
1.6       bisitz   6847: 
                   6848:    'There is no submission data for this problem.'
1.93      raeburn  6849: => 'There is no submission data for this problem.',
1.6       bisitz   6850: 
                   6851:    'There is no submission data for this resource.'
1.93      raeburn  6852: => 'There is no submission data for this resource.',
1.6       bisitz   6853: 
                   6854:    'There is no data to plot.'
1.93      raeburn  6855: => 'There is no data to plot.',
1.6       bisitz   6856: 
                   6857:    'Analysis of [_1] is not supported.'
1.93      raeburn  6858: => 'Analysis of [_1] is not supported.',
1.6       bisitz   6859: 
                   6860:    'None of the selected students attempted the problem more than [_1] times.'
1.93      raeburn  6861: => 'None of the selected students attempted the problem more than [_1] times.',
1.6       bisitz   6862: 
                   6863:    'None of the selected students attempted the problem.'
1.93      raeburn  6864: => 'None of the selected students attempted the problem.',
1.6       bisitz   6865: 
                   6866:    'The analysis you have selected is not supported at this time.'
1.93      raeburn  6867: => 'The analysis you have selected is not supported at this time.',
1.6       bisitz   6868: 
                   6869:    'Graph Problem Submission Times'
1.93      raeburn  6870: => 'Graph Problem Submission Times',
1.6       bisitz   6871: 
                   6872:    'Return to Directory'
1.10      zhu      6873: => '返回目录',
1.6       bisitz   6874: 
                   6875:    'Return to directory'
1.10      zhu      6876: => '返回目录',
1.6       bisitz   6877: 
                   6878:    'My Roles'
                   6879: => '我的角色',
                   6880: 
                   6881:    'My Space'
                   6882: => '我的空间',
                   6883: 
                   6884:    'Edit blogs, RSS feeds, and podcasts'
1.18      zhu      6885: => '博客, RSS-反馈 和 播客',
1.6       bisitz   6886: 
                   6887:    'Content Library'
                   6888: => '内容',
                   6889: 
                   6890:    'Search the contents of this course or accessible portfolio files'
1.9       zhu      6891: => '搜索这门课程的内容,或可组合文件',
1.6       bisitz   6892: 
                   6893:    'Grading and Statistics'
                   6894: => '审查和统计',
                   6895: 
                   6896:    'Other'
                   6897: => '其他',
                   6898: 
                   6899:    'group'
1.12      zhu      6900: => '组',
1.6       bisitz   6901: 
                   6902:    'Size'
1.12      zhu      6903: => '大小',
1.6       bisitz   6904: 
                   6905:    'Current Access Status'
1.9       zhu      6906: => '目前获得状态',
1.6       bisitz   6907: 
                   6908:    'Delete Checked Files'
1.22      zhu      6909: => '删除选中的文件',
1.6       bisitz   6910: 
                   6911:    'Using the portfolio file list'
1.12      zhu      6912: => '使用组合的文件列表',
1.6       bisitz   6913: 
                   6914:    'Help on the portfolio'
1.31      bisitz   6915: => '组帮助',
1.6       bisitz   6916: 
                   6917:    'Private'
1.9       zhu      6918: => '私人的',
1.6       bisitz   6919: 
                   6920:    'Change How Menus are Displayed'
1.22      zhu      6921: => '改变菜单显示',
1.6       bisitz   6922: 
                   6923:    'Use icons and text'
1.22      zhu      6924: => '使用图标和文本',
1.6       bisitz   6925: 
                   6926:    'Use buttons and text'
1.22      zhu      6927: => '使用按钮和文本',
1.6       bisitz   6928: 
                   6929:    'Use icons only'
1.22      zhu      6930: => '只有图标',
1.6       bisitz   6931: 
                   6932:    'Previous Tries'
1.18      zhu      6933: => '以前的尝试',
1.6       bisitz   6934: 
                   6935:    'Change Main Menu'
1.18      zhu      6936: => '改变主菜单',
1.6       bisitz   6937: 
1.18      zhu      6938:    'New screenname (shown if you post anonymously)'
                   6939: => '新昵称(显示在匿名讨论中)',
1.6       bisitz   6940: 
1.18      zhu      6941:    'New nickname (shown if you post non-anonymously)'
                   6942: => '新昵称(显示在正常讨论中)',
1.6       bisitz   6943: 
                   6944:    'Choose the time window to use to display roles for which access to the course expired.'
1.93      raeburn  6945: => 'Choose the time window to use to display roles for which access to the course expired.',
1.6       bisitz   6946: 
                   6947:    'Choose the time window to use to display roles for which access to the course became available.'
1.93      raeburn  6948: => 'Choose the time window to use to display roles for which access to the course became available.',
1.6       bisitz   6949: 
                   6950:    'Choose the time window to use to display resources in the course with version changes.'
1.63      zhu      6951: => '选择的时间窗口,显示课程资源与版本变化。',
1.6       bisitz   6952: 
                   6953:    'User Management'
                   6954: => '用户管理',
                   6955: 
                   6956:    'Manage student enrollment'
1.63      zhu      6957: => '招生管理',
1.6       bisitz   6958: 
                   6959:    'Modify an existing group'
1.10      zhu      6960: => '修改现有的组',
1.6       bisitz   6961: 
                   6962:    'Delete an existing group'
1.10      zhu      6963: => '删除现有的组',
1.6       bisitz   6964: 
                   6965:    'Re-enable a deleted group'
1.10      zhu      6966: => '还原已删除的组',
1.6       bisitz   6967: 
                   6968:    'Enter an existing group'
1.10      zhu      6969: => '加入现有的组',
1.6       bisitz   6970: 
                   6971:    'Course Management'
                   6972: => '课程管理',
                   6973: 
                   6974:    'Reset Student Access Times'
1.10      zhu      6975: => '重置学生的访问时间',
1.6       bisitz   6976: 
                   6977:    'Submission #'
1.18      zhu      6978: => '回答次数',
1.6       bisitz   6979: 
                   6980:    'Try'
1.10      zhu      6981: => '尝试',
1.6       bisitz   6982: 
                   6983:    'Try [_1]'
1.10      zhu      6984: => '尝试 [_1]。',
1.6       bisitz   6985: 
                   6986:    'Submitted Answer'
1.10      zhu      6987: => '提交答案',
1.6       bisitz   6988: 
                   6989:    'Close Window'
1.10      zhu      6990: => '关闭窗口',
1.6       bisitz   6991: 
                   6992:    'Close window'
1.10      zhu      6993: => '关闭窗口',
1.6       bisitz   6994: 
                   6995:    'Portfolio Search'
1.10      zhu      6996: => '组合搜索',
1.6       bisitz   6997: 
                   6998:    'Enter words and quoted phrases'
1.10      zhu      6999: => '输入字词和引用短语',
1.6       bisitz   7000: 
                   7001:    'Portfolio and Course Search'
1.9       zhu      7002: => '组合及课程搜寻',
1.6       bisitz   7003: 
                   7004:    'Message Status'
1.55      zhu      7005: => '邮件状态',
1.6       bisitz   7006: 
                   7007:    'Any'
1.10      zhu      7008: => '任意的',
1.6       bisitz   7009: 
                   7010:    'Unread'
1.10      zhu      7011: => '未阅读',
1.6       bisitz   7012: 
                   7013:    'Read'
1.10      zhu      7014: => '已阅读',
1.6       bisitz   7015: 
                   7016:    'Replied to'
1.10      zhu      7017: => '回复',
1.6       bisitz   7018: 
                   7019:    'Forwarded'
1.10      zhu      7020: => '转发',
1.6       bisitz   7021: 
                   7022:    'Rename Folder'
1.10      zhu      7023: => '重命名文件夹',
1.6       bisitz   7024: 
                   7025:    'Delete Folder'
1.10      zhu      7026: => '删除文件夹',
1.6       bisitz   7027: 
                   7028:    'Recent Roles'
1.10      zhu      7029: => '最近的角色',
1.6       bisitz   7030: 
                   7031:    'Close navigation window'
1.9       zhu      7032: => '关闭导航窗口',
1.6       bisitz   7033: 
                   7034:    'Post Anonymous'
1.10      zhu      7035: => '匿名发送',
1.6       bisitz   7036: 
                   7037:    'Post'
1.10      zhu      7038: => '发送',
1.6       bisitz   7039: 
                   7040:    'Back to preferences menu'
1.10      zhu      7041: => '后退',
1.6       bisitz   7042: 
1.80      bisitz   7043:    'Forward messages to other account(s) in LON-CAPA'
1.93      raeburn  7044: => 'Forward messages to other account(s) in LON-CAPA',
1.80      bisitz   7045: 
                   7046:    'Forward to account(s)'
1.93      raeburn  7047: => 'Forward to account(s)', # '转发地址',
1.6       bisitz   7048: 
                   7049:    'e.g. <tt>userA:domain1,userB:domain2,...</tt>'
1.10      zhu      7050: => '例如 <tt>用户A:领域1,用户B:领域2,...</tt>',
1.6       bisitz   7051: 
                   7052:    'Notification E-mail Address(es)'
1.93      raeburn  7053: => 'Notification E-mail Address(es)',
1.6       bisitz   7054: 
1.80      bisitz   7055:    'E-mail address(es) which should be notified about new LON-CAPA messages'
1.10      zhu      7056: => '关于 LON-CAPA 新消息被通知的 E-Mail 地址',
1.6       bisitz   7057: 
                   7058:    'e.g. <tt>joe@doe.com</tt>'
1.10      zhu      7059: => '例如 <tt>xiaoming@sohu.com</tt>',
1.6       bisitz   7060: 
                   7061:    'Notification address'
1.10      zhu      7062: => '通知地址',
1.6       bisitz   7063: 
                   7064:    'Types of message for which notification is sent'
1.10      zhu      7065: => '发出应该被通知的信息',
1.6       bisitz   7066: 
                   7067:    'Excerpt retains HTML tags in message'
1.10      zhu      7068: => '在邮件中保持 HTML',
1.6       bisitz   7069: 
                   7070:    'All'
1.10      zhu      7071: => '所有的',
1.6       bisitz   7072: 
                   7073:    'Critical only'
1.10      zhu      7074: => '只重要的',
1.6       bisitz   7075: 
                   7076:    'Non-critical only'
1.10      zhu      7077: => '非重要的',
1.6       bisitz   7078: 
                   7079:    'Add new address'
1.10      zhu      7080: => '添加新的地址',
1.6       bisitz   7081: 
                   7082:    'What are forwarding and notification addresses?'
1.10      zhu      7083: => '什么是转发和通知地址?',
1.6       bisitz   7084: 
                   7085:    'What are critical messages?'
1.10      zhu      7086: => '什么是重要的信息?',
1.6       bisitz   7087: 
                   7088:    'Change Roles Page Pref'
1.10      zhu      7089: => '用户角色快速访问列表',
1.6       bisitz   7090: 
                   7091:    'Number of Roles in Hotlist:'
1.10      zhu      7092: => '一些角色的快速访问列表:',
1.6       bisitz   7093: 
                   7094:    'Current Password'
1.10      zhu      7095: => '当前密码',
1.6       bisitz   7096: 
                   7097:    'New Password'
1.10      zhu      7098: => '新密码',
1.6       bisitz   7099: 
                   7100:    'Confirm Password'
1.10      zhu      7101: => '新密码确认',
1.6       bisitz   7102: 
                   7103:    'Passwords must be a minimum of 7 characters long. Please try again.'
1.10      zhu      7104: => '密码必须至少有7个字符长。请再试一次。',
1.6       bisitz   7105: 
                   7106:    'The new passwords you entered do not match. Please try again.'
1.10      zhu      7107: => '新的密码输入不匹配。请再试一次。',
1.6       bisitz   7108: 
                   7109:    'Please make sure your old password was entered correctly.'
1.10      zhu      7110: => '请确认您的旧密码输入正确。',
1.6       bisitz   7111: 
                   7112:    'Send me a message'
                   7113: => '请给我发送邮件',
                   7114: 
                   7115:    'Show Public View'
                   7116: => '查看公众视野',
                   7117: 
                   7118:    'Delete Photo'
                   7119: => '删除照片',
                   7120: 
                   7121:    'Help with filling in text boxes'
                   7122: => '文本框输入帮助',
                   7123: 
                   7124:    'Examples'
1.10      zhu      7125: => '例子',
1.6       bisitz   7126: 
                   7127:    'Summary Preview'
1.10      zhu      7128: => '摘要预览',
1.6       bisitz   7129: 
                   7130:    'Send copy to permanent email address (if known)'
1.10      zhu      7131: => '发送副本到其它的电子邮件地址 (如果已知)',
1.6       bisitz   7132: 
                   7133:    'Include in course RSS newsfeed'
1.10      zhu      7134: => '包括课程的 RSS-Feeds',
1.6       bisitz   7135: 
                   7136:    'Allow replies:'
1.10      zhu      7137: => '允许答复:',
1.6       bisitz   7138: 
                   7139:    'Reply to:'
1.10      zhu      7140: => '回复:',
1.6       bisitz   7141: 
                   7142:    'Domain Management'
1.10      zhu      7143: => '域管理',
1.6       bisitz   7144: 
                   7145:    'Course ID of Key Authority:'
1.93      raeburn  7146: => 'Course ID of Key Authority:',
1.6       bisitz   7147: 
                   7148:    'Set domain configuration'
1.10      zhu      7149: => '域配置',
1.6       bisitz   7150: 
                   7151:    'Domain Configuration'
1.10      zhu      7152: => '域配置',
1.6       bisitz   7153: 
                   7154:    'View/Modify Domain Settings'
1.10      zhu      7155: => '查看/修改域配置',
1.6       bisitz   7156: 
                   7157:    'Menu'
                   7158: => '菜单',
                   7159: 
                   7160:    'Domain Settings'
1.10      zhu      7161: => '域配置',
1.6       bisitz   7162: 
                   7163:    'Course Environment'
1.10      zhu      7164: => '课程环境',
1.6       bisitz   7165: 
                   7166:    'Edit Course Environment'
1.10      zhu      7167: => '编辑课程环境',
1.6       bisitz   7168: 
                   7169:    'Users allowed to clone course'
1.93      raeburn  7170: => 'Users allowed to clone course',
1.6       bisitz   7171: 
                   7172:    'Users with active Course Coordinator role in this course are permitted to clone and need not be included.'
1.93      raeburn  7173: => 'Users with active Course Coordinator role in this course are permitted to clone and need not be included.',
1.6       bisitz   7174: 
                   7175:    'Use [_1] to allow course to be cloned by anyone in the specified domain.'
1.98      bisitz   7176: => 'Use [_1] to allow course to be cloned by anyone in the specified domain.',
1.6       bisitz   7177: 
                   7178:    'Use [_1] to allow unrestricted cloning in all domains.'
1.98      bisitz   7179: => 'Use [_1] to allow unrestricted cloning in all domains.',
1.6       bisitz   7180: 
                   7181:    'URL of Syllabus (not using internal handler)'
1.18      zhu      7182: => '教学大纲的网址 (URL)',
1.6       bisitz   7183: 
                   7184:    'Custom Text for Resource Content Question Option in Feedback'
1.93      raeburn  7185: => 'Custom Text for Resource Content Question Option in Feedback',
1.6       bisitz   7186: 
                   7187:    'Custom Text for Course Content Option in Feedback'
1.93      raeburn  7188: => 'Custom Text for Course Content Option in Feedback',
1.6       bisitz   7189: 
                   7190:    'Custom Text for Course Policy Option in Feedback'
1.93      raeburn  7191: => 'Custom Text for Course Policy Option in Feedback',
1.6       bisitz   7192: 
                   7193:    'Allow students to view classlist.'
1.93      raeburn  7194: => 'Allow students to view classlist.',
1.6       bisitz   7195: 
                   7196:    'Allow users with specified roles to edit/delete their own discussion posts'
1.93      raeburn  7197: => 'Allow users with specified roles to edit/delete their own discussion posts',
1.6       bisitz   7198: 
                   7199:    'Suppress number of tries in printing'
1.93      raeburn  7200: => 'Suppress number of tries in printing',
1.6       bisitz   7201: 
                   7202:    'Default paper type'
1.93      raeburn  7203: => 'Default paper type',
1.6       bisitz   7204: 
                   7205:    'Default beginning date for student access.'
1.22      zhu      7206: => '学生访问的默认开始日期',
1.6       bisitz   7207: 
                   7208:    'Default ending date for student access.'
1.22      zhu      7209: => '学生访问的默认结束日期',
1.6       bisitz   7210: 
                   7211:    'Disable checking of Significant Figures'
1.98      bisitz   7212: => 'Disable checking of Significant Figures',
1.6       bisitz   7213: 
                   7214:    'Disable automatically printing point values onto exams.'
1.93      raeburn  7215: => 'Disable automatically printing point values onto exams.',
1.6       bisitz   7216: 
                   7217:    'Send message to student when clicking Done on Tasks'
1.93      raeburn  7218: => 'Send message to student when clicking Done on Tasks', # ???
1.6       bisitz   7219: 
                   7220:    'Restrict Metadata'
1.27      zhu      7221: => '限制数据',
1.6       bisitz   7222: 
                   7223:    'Show to student'
1.93      raeburn  7224: => 'Show to student',
1.6       bisitz   7225: 
                   7226:    'Provide text area for students to type metadata'
1.93      raeburn  7227: => 'Provide text area for students to type metadata',
1.6       bisitz   7228: 
                   7229:    'Provide choices for students to select from'
1.93      raeburn  7230: => 'Provide choices for students to select from',
1.6       bisitz   7231: 
                   7232:    'Student may select multiple choices from list'
1.93      raeburn  7233: => 'Student may select multiple choices from list',
1.6       bisitz   7234: 
                   7235:    'Student may select only one choice from list'
1.93      raeburn  7236: => 'Student may select only one choice from list',
1.6       bisitz   7237: 
                   7238:    'Add a Metadata Field'
1.93      raeburn  7239: => 'Add a Metadata Field',
1.6       bisitz   7240: 
                   7241:    'Order Metadata Fields'
                   7242: => 'Order Metadata Fields',
                   7243: 
                   7244:    'Continue Import'
1.93      raeburn  7245: => 'Continue Import',
1.6       bisitz   7246: 
                   7247:    'Continue Search'
1.93      raeburn  7248: => 'Continue Search',
1.6       bisitz   7249: 
                   7250:    'Finish Import'
1.93      raeburn  7251: => 'Finish Import',
1.6       bisitz   7252: 
                   7253:    'Include'
1.93      raeburn  7254: => 'Include',
1.6       bisitz   7255: 
                   7256:    'LON-CAPA Catalog Search'
1.36      zhu      7257: => 'LON-CAPA 目录搜索',
1.6       bisitz   7258: 
                   7259:    '[_1] include external resources'
1.101     bisitz   7260: => '[_1] include external resources',
1.6       bisitz   7261: 
                   7262:    'Change Course Initialization Preference'
1.36      zhu      7263: => '课程初始化设置',
1.6       bisitz   7264: 
                   7265:    'Change Course Init. Pref.'
1.36      zhu      7266: => '课程初始化设置',
1.6       bisitz   7267: 
                   7268:    'Reset Access Times'
1.93      raeburn  7269: => 'Reset Access Times',
1.6       bisitz   7270: 
                   7271:    'Select Scope'
1.93      raeburn  7272: => 'Select Scope',
1.6       bisitz   7273: 
                   7274:    'Reset times on one or more folders/maps for a single student.'
1.93      raeburn  7275: => 'Reset times on one or more folders/maps for a single student.',
1.6       bisitz   7276: 
                   7277:    'Reset times on a single folder/map for a section or whole clase.'
1.93      raeburn  7278: => 'Reset times on a single folder/map for a section or whole clase.',
1.6       bisitz   7279: 
                   7280:    'Choose a student:'
1.22      zhu      7281: => '选择一个学生:',
1.6       bisitz   7282: 
                   7283:    'Select Currently Enrolled Students and Active Course Personnel'
1.93      raeburn  7284: => 'Select Currently Enrolled Students and Active Course Personnel',
1.6       bisitz   7285: 
1.15      bisitz   7286:    'This is a list of first access times and what was accessed, please select those you want deleted.'
1.93      raeburn  7287: => 'This is a list of first access times and what was accessed, please select those you want deleted.',
1.6       bisitz   7288: 
                   7289:    'Select:'
1.10      zhu      7290: => '选择:',
1.6       bisitz   7291: 
                   7292:    'All Course Personnel'
1.22      zhu      7293: => '所有课程人员',
1.6       bisitz   7294: 
                   7295:    'No Section'
1.22      zhu      7296: => 'No Section',
1.6       bisitz   7297: 
                   7298:    'Unselect'
1.10      zhu      7299: => '取消',
1.6       bisitz   7300: 
                   7301:    'Select a folder/map'
                   7302: => '选择目录/内容列表',
                   7303: 
                   7304:    'Will remove access times for'
1.93      raeburn  7305: => 'Will remove access times for',
1.6       bisitz   7306: 
                   7307:    'from users'
1.93      raeburn  7308: => 'from users',
1.6       bisitz   7309: 
                   7310:    'No Access times found for student'
1.93      raeburn  7311: => 'No Access times found for student',
1.6       bisitz   7312: 
                   7313:    'Finish'
1.93      raeburn  7314: => 'Finish',
1.6       bisitz   7315: 
                   7316:    'Name of New Folder'
1.56      zhu      7317: => '新建文件夹的名称',
1.6       bisitz   7318: 
                   7319:    'Name of New Page'
1.56      zhu      7320: => '新组合页面的名称',
1.6       bisitz   7321: 
                   7322:    'New Page'
                   7323: => '新组合页面',
                   7324: 
                   7325:    'WARNING: Removing a resource makes associated grades and scores inaccessible!'
1.93      raeburn  7326: => 'WARNING: Removing a resource makes associated grades and scores inaccessible!',
1.6       bisitz   7327: 
1.68      bisitz   7328:    'Clipboard'
1.93      raeburn  7329: => 'Clipboard',
1.68      bisitz   7330: 
1.6       bisitz   7331:    'Remove[_99]'
1.93      raeburn  7332: => 'Remove[_99]',
1.6       bisitz   7333: 
                   7334:    '?[_99]'
1.93      raeburn  7335: => '?[_99]',
1.6       bisitz   7336: 
                   7337:    'WARNING: Cutting a resource makes associated grades and scores inaccessible!'
1.93      raeburn  7338: => 'WARNING: Cutting a resource makes associated grades and scores inaccessible!',
1.6       bisitz   7339: 
                   7340:    'Grades remain inaccessible if resource is pasted into another folder.'
1.93      raeburn  7341: => 'Grades remain inaccessible if resource is pasted into another folder.',
1.6       bisitz   7342: 
                   7343:    'Cut[_98]'
1.93      raeburn  7344: => 'Cut[_98]',
1.6       bisitz   7345: 
                   7346:    '?[_98]'
1.93      raeburn  7347: => '?[_98]',
1.6       bisitz   7348: 
                   7349:    'Paste'
1.93      raeburn  7350: => 'Paste',
1.6       bisitz   7351: 
                   7352:    '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  7353: => '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   7354: 
                   7355:    'This may take a few moments to display.'
1.10      zhu      7356: => '计算需要几分钟的时间。',
1.6       bisitz   7357: 
                   7358:    'Detailed Citation Preview'
1.10      zhu      7359: => '详细引文预览',
1.6       bisitz   7360: 
                   7361:    'related words'
1.10      zhu      7362: => '相关词',
1.6       bisitz   7363: 
                   7364:    'Any domain'
1.10      zhu      7365: => '任何域',
1.6       bisitz   7366: 
                   7367:    'Reset'
1.10      zhu      7368: => '重置',
1.6       bisitz   7369: 
                   7370:    'MIME Type Category'
1.10      zhu      7371: => 'MIME 类型分类',
1.6       bisitz   7372: 
                   7373:    'Domains'
1.10      zhu      7374: => '域',
1.6       bisitz   7375: 
                   7376:    'Custom Metadata fields'
1.13      zhu      7377: => '自定义元数据字段',
1.6       bisitz   7378: 
                   7379:    'Field Name'
1.10      zhu      7380: => '域名',
1.6       bisitz   7381: 
                   7382:    'Field Value(s)'
1.10      zhu      7383: => '域值',
1.6       bisitz   7384: 
                   7385:    'Another custom field/value pair?'
1.13      zhu      7386: => '其他自定义字段/值配对?',
1.6       bisitz   7387: 
                   7388:    'Creation and Modification dates'
1.13      zhu      7389: => '建立与修改日期',
1.6       bisitz   7390: 
                   7391:    'Created between'
1.13      zhu      7392: => '创建时间',
1.6       bisitz   7393: 
                   7394:    'Last modified between'
1.13      zhu      7395: => '上次修改时间',
1.6       bisitz   7396: 
                   7397:    'Standard Portfolio Metadata'
1.27      zhu      7398: => '标准的元数据组合',
1.6       bisitz   7399: 
                   7400:    'Advanced Portfolio Search'
1.13      zhu      7401: => '高级组合搜索',
1.6       bisitz   7402: 
                   7403:    'Standard Catalog Metadata'
1.27      zhu      7404: => '标准目录元数据',
1.6       bisitz   7405: 
                   7406:    'Problem Statistics'
1.12      zhu      7407: => '问题统计',
1.6       bisitz   7408: 
                   7409:    'Statistics calculated for number of students'
1.18      zhu      7410: => '统计计算出以下的学生人数',
1.6       bisitz   7411: 
                   7412:    'Portfolio and Catalog Search'
                   7413: => '搜索文件夹和目录',
                   7414: 
                   7415:    'Search the database of accessible portfolio files'
1.93      raeburn  7416: => 'Search the database of accessible portfolio files',
1.6       bisitz   7417: 
                   7418:    'Construction Space:'
1.93      raeburn  7419: => 'Construction Space:',
1.6       bisitz   7420: 
                   7421:    'Problem Status:'
1.12      zhu      7422: => '问题状态:',
1.6       bisitz   7423: 
                   7424:    'Problem Type:'
1.12      zhu      7425: => '问题类型:',
1.6       bisitz   7426: 
                   7427:    'Feedback Mode:'
1.12      zhu      7428: => '反馈模式:',
1.6       bisitz   7429: 
                   7430:    'Answer for Part: [_1]'
1.93      raeburn  7431: => 'Answer for Part: [_1]',
1.6       bisitz   7432: 
                   7433:    'Script Vars'
1.93      raeburn  7434: => 'Script Vars',
1.6       bisitz   7435: 
                   7436:    'Regular file'
1.93      raeburn  7437: => 'Regular file',
1.6       bisitz   7438: 
                   7439:    'Testbank file'
1.93      raeburn  7440: => 'Testbank file',
1.6       bisitz   7441: 
                   7442:    'IMS package'
1.12      zhu      7443: => 'IMS-软件包',
1.6       bisitz   7444: 
                   7445:    'There are unsaved changes'
1.93      raeburn  7446: => 'There are unsaved changes',
1.6       bisitz   7447: 
1.32      bisitz   7448:    'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn  7449: => 'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz   7450: 
                   7451:    'Active Link'
1.18      zhu      7452: => '活动链接',
1.6       bisitz   7453: 
                   7454:    'Font'
1.18      zhu      7455: => '字体',
1.6       bisitz   7456: 
                   7457:    'Un-Visited Link'
1.18      zhu      7458: => '未访问过的链接',
1.6       bisitz   7459: 
                   7460:    'Page Background'
1.18      zhu      7461: => '网页背景',
1.6       bisitz   7462: 
                   7463:    'Header Border'
1.18      zhu      7464: => '标题边框',
1.6       bisitz   7465: 
                   7466:    'Header Background'
1.18      zhu      7467: => '标题背景',
1.6       bisitz   7468: 
                   7469:    'Visited Link'
1.18      zhu      7470: => '访问过的链接',
1.6       bisitz   7471: 
                   7472:    'Change Custom Colors'
1.18      zhu      7473: => '更改自定义颜色',
1.6       bisitz   7474: 
1.19      zhu      7475:    'Reset All'
1.18      zhu      7476: => '所有颜色重置为默认颜色',
1.6       bisitz   7477: 
                   7478:    'Save and Edit'
1.18      zhu      7479: => '保存并继续编辑',
1.6       bisitz   7480: 
                   7481:    'Save and View'
1.18      zhu      7482: => '保存和查看',
1.6       bisitz   7483: 
                   7484:    'Check Spelling'
1.18      zhu      7485: => '拼写检查',
1.6       bisitz   7486: 
                   7487:    'Selecting a Course'
1.12      zhu      7488: => '选择课程',
1.6       bisitz   7489: 
                   7490:    'Course Activity:'
1.93      raeburn  7491: => 'Course Activity:',
1.6       bisitz   7492: 
                   7493:    'Course Domain:'
1.93      raeburn  7494: => 'Course Domain:',
1.6       bisitz   7495: 
                   7496:    'Course Institutional Code:'
1.93      raeburn  7497: => 'Course Institutional Code:',
1.6       bisitz   7498: 
                   7499:    "Course Owner's Username:"
1.96      raeburn  7500: => "Course Owner's Username:",
1.6       bisitz   7501: 
                   7502:    "Course Owner's Domain:"
1.96      raeburn  7503: => "Course Owner's Domain:",
1.6       bisitz   7504: 
                   7505:    'LON-CAPA course ID:'
1.63      zhu      7506: => 'LON-CAPA 课程 ID:',
1.6       bisitz   7507: 
1.38      bisitz   7508:    'Course Description'
1.63      zhu      7509: => '课程简介',
1.6       bisitz   7510: 
                   7511:    'Resource Space Home'
1.63      zhu      7512: => '资源空间主页',
1.6       bisitz   7513: 
                   7514:    'Default start and end dates for student access'
1.93      raeburn  7515: => 'Default start and end dates for student access',
1.6       bisitz   7516: 
                   7517:    'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
1.93      raeburn  7518: => 'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.6       bisitz   7519: 
                   7520:    'Course Group Settings'
1.12      zhu      7521: => '课程组设置',
1.6       bisitz   7522: 
1.98      bisitz   7523:    'Set a quota for the total disk space available for storage of course group portfolio files.'
                   7524: => 'Set a quota for the total disk space available for storage of course group portfolio files.',
1.6       bisitz   7525: 
                   7526:    'Creation Options'
1.63      zhu      7527: => '创建选项',
1.6       bisitz   7528: 
                   7529:    ' Creation Settings'
1.63      zhu      7530: => ' 创建设置',
1.6       bisitz   7531: 
                   7532:    'Creation Outcome'
1.63      zhu      7533: => '创作成果',
1.6       bisitz   7534: 
                   7535:    'New LON-CAPA course ID:'
1.63      zhu      7536: => '新的 LON-CAPA 课程 ID:',
1.6       bisitz   7537: 
                   7538:    'Created on'
1.63      zhu      7539: => '创建于',
1.6       bisitz   7540: 
                   7541:    'Cloning course from'
1.93      raeburn  7542: => 'Cloning course from',
1.6       bisitz   7543: 
                   7544:    'Setting environment'
1.93      raeburn  7545: => 'Setting environment',
1.6       bisitz   7546: 
                   7547:    'Opening all assignments'
1.93      raeburn  7548: => 'Opening all assignments',
1.6       bisitz   7549: 
                   7550:    'Setting first resource'
1.93      raeburn  7551: => 'Setting first resource',
1.6       bisitz   7552: 
                   7553:    'Assigning role of [_1] Coordinator to [_2] at [_3]: '
1.93      raeburn  7554: => 'Assigning role of [_1] Coordinator to [_2] at [_3]: ',
1.6       bisitz   7555: 
                   7556:    'Roles will be active at next login'
1.93      raeburn  7557: => 'Roles will be active at next login',
1.6       bisitz   7558: 
                   7559:    'Active at next login.'
1.93      raeburn  7560: => 'Active at next login.',
1.6       bisitz   7561: 
                   7562:    'Expired after logout.'
1.93      raeburn  7563: => 'Expired after logout.',
1.6       bisitz   7564: 
                   7565:    'No new course created.'
1.93      raeburn  7566: => 'No new course created.',
1.6       bisitz   7567: 
                   7568:    'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.'
1.93      raeburn  7569: => 'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.',
1.6       bisitz   7570: 
                   7571:    '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  7572: => '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   7573: 
                   7574:    'Create Another [_1]'
1.93      raeburn  7575: => 'Create Another [_1]',
1.6       bisitz   7576: 
                   7577:    'from domain'
1.93      raeburn  7578: => 'from domain',
1.6       bisitz   7579: 
                   7580:    'Submit Evaluation'
1.18      zhu      7581: => '提交评价',
1.6       bisitz   7582: 
                   7583:    'Standard Problem'
1.12      zhu      7584: => '标准问题',
1.6       bisitz   7585: 
                   7586:    'Practice'
1.98      bisitz   7587: => 'Practice',
1.6       bisitz   7588: 
                   7589:    'Exam'
1.93      raeburn  7590: => 'Exam',
1.6       bisitz   7591: 
                   7592:    'Survey'
1.63      zhu      7593: => '调查',
1.6       bisitz   7594: 
                   7595:    'Library'
1.63      zhu      7596: => '图书馆',
1.6       bisitz   7597: 
                   7598:    'Value:'
1.93      raeburn  7599: => 'Value:',
1.6       bisitz   7600: 
                   7601:    'String Value'
1.93      raeburn  7602: => 'String Value',
1.6       bisitz   7603: 
                   7604:    'practice'
1.98      bisitz   7605: => 'practice',
1.6       bisitz   7606: 
                   7607:    'Loading Domain Coordinator Menu'
1.93      raeburn  7608: => 'Loading Domain Coordinator Menu',
1.6       bisitz   7609: 
                   7610:    "Disk space allocated to user's portfolio files"
1.93      raeburn  7611: => "Disk space allocated to user's portfolio files",
1.6       bisitz   7612: 
                   7613:    'Current quota'
1.63      zhu      7614: => '目前的配额',
1.6       bisitz   7615: 
                   7616:    'For this user, the default quota is [_1] Mb.'
1.63      zhu      7617: => '此用户的默认配额是 [_1] MB。',
1.6       bisitz   7618: 
                   7619:    'Change quota'
1.63      zhu      7620: => '更改配额',
1.6       bisitz   7621: 
                   7622:    'Custom quota'
1.70      zhu      7623: => '自定义配额',
1.6       bisitz   7624: 
                   7625:    'Existing sections'
1.70      zhu      7626: => '现有的章节',
1.6       bisitz   7627: 
                   7628:    'Define new section'
1.70      zhu      7629: => '创建新的章节',
1.6       bisitz   7630: 
                   7631:    'Create/Modify Another User'
1.70      zhu      7632: => '创建/修改另一个用户',
1.6       bisitz   7633: 
                   7634:    'Set Privileges for New User'
1.70      zhu      7635: => '设置新用户的权限',
1.6       bisitz   7636: 
                   7637:    'Generating user'
1.70      zhu      7638: => '生成用户',
1.6       bisitz   7639: 
                   7640:    'Generating user: [_1]'
1.70      zhu      7641: => '生成用户: [_1]',
1.6       bisitz   7642: 
                   7643:    'Home server'
1.93      raeburn  7644: => 'Home server',
1.6       bisitz   7645: 
                   7646:    'Home server: [_1]'
1.93      raeburn  7647: => 'Home server: [_1]',
1.6       bisitz   7648: 
                   7649:    'Modifying Roles'
1.70      zhu      7650: => '修改角色',
1.6       bisitz   7651: 
                   7652:    'No roles to modify'
1.70      zhu      7653: => '没有角色修改',
1.6       bisitz   7654: 
                   7655:    'starting'
1.70      zhu      7656: => '开始',
1.6       bisitz   7657: 
                   7658:    'Add to classlist:'
1.70      zhu      7659: => '添加到学生名册:',
1.6       bisitz   7660: 
                   7661:    'Change Current Login Data'
1.93      raeburn  7662: => 'Change Current Login Data',
1.6       bisitz   7663: 
                   7664:    'Enter New Login Data'
1.93      raeburn  7665: => 'Enter New Login Data',
1.6       bisitz   7666: 
                   7667:    'will override current values'
1.98      bisitz   7668: => 'will override current values',
1.6       bisitz   7669: 
                   7670:    'Section Numbers and corresponding LON-CAPA section IDs'
1.93      raeburn  7671: => 'Section Numbers and corresponding LON-CAPA section IDs',
1.6       bisitz   7672: 
                   7673:    'Overall Assessment Statistical Data'
1.18      zhu      7674: => '总体评价统计数据',
1.6       bisitz   7675: 
                   7676:    'No new dynamic data found.'
1.18      zhu      7677: => '没有发现新的动态数据。',
1.6       bisitz   7678: 
                   7679:    'Current value is'
1.93      raeburn  7680: => 'Current value is',
1.6       bisitz   7681: 
                   7682:    'Interval set to version changes [_1]'
1.93      raeburn  7683: => 'Interval set to version changes [_1]',
1.6       bisitz   7684: 
                   7685:    'Creating a new problem resource.'
1.93      raeburn  7686: => 'Creating a new problem resource.',
1.6       bisitz   7687: 
                   7688:    'Creating a new library resource.'
1.93      raeburn  7689: => 'Creating a new library resource.',
1.6       bisitz   7690: 
                   7691:    'Creating a new survey resource.'
1.93      raeburn  7692: => 'Creating a new survey resource.',
1.6       bisitz   7693: 
                   7694:    'Creating a new task resource.'
1.93      raeburn  7695: => 'Creating a new task resource.',
1.6       bisitz   7696: 
                   7697:    'The requested file [_1] currently does not exist.'
1.93      raeburn  7698: => 'The requested file [_1] currently does not exist.',
1.6       bisitz   7699: 
                   7700:    'To create a new problem, select a template from the list below. Then click on the "Create problem" button.'
1.93      raeburn  7701: => 'To create a new problem, select a template from the list below. Then click on the "Create problem" button.',
1.6       bisitz   7702: 
                   7703:    'To create a new library, select a template from the list below. Then click on the "Create library" button.'
1.93      raeburn  7704: => 'To create a new library, select a template from the list below. Then click on the "Create library" button.',
1.6       bisitz   7705: 
                   7706:    'To create a new survey, select a template from the list below. Then click on the "Create survey" button.'
1.93      raeburn  7707: => 'To create a new survey, select a template from the list below. Then click on the "Create survey" button.',
1.6       bisitz   7708: 
                   7709:    'To create a new task, select a template from the list below. Then click on the "Create task" button.'
1.93      raeburn  7710: => 'To create a new task, select a template from the list below. Then click on the "Create task" button.',
1.6       bisitz   7711: 
                   7712:    'Accessibility Options'
1.93      raeburn  7713: => 'Accessibility Options',
1.6       bisitz   7714: 
                   7715:    'About LON-CAPA'
                   7716: => '关于 LON-CAPA',
                   7717: 
1.81      bisitz   7718:    'Course/Community Catalog'
1.93      raeburn  7719: => '课程目录',
1.6       bisitz   7720: 
                   7721:    '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  7722: => '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   7723: 
                   7724:    'The course has yet to be created.'
1.93      raeburn  7725: => 'The course has yet to be created.',
1.6       bisitz   7726: 
                   7727:    'Automatic enrollment of registered students has not been enabled for the course.'
1.93      raeburn  7728: => 'Automatic enrollment of registered students has not been enabled for the course.',
1.6       bisitz   7729: 
                   7730:    'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.'
1.93      raeburn  7731: => 'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.',
1.6       bisitz   7732: 
                   7733:    '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  7734: => '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   7735: 
                   7736:    '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  7737: => '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   7738: 
1.83      bisitz   7739:    '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  7740: => '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   7741: 
1.83      bisitz   7742:    '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  7743: => '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   7744: 
                   7745:    'User Authentication'
1.93      raeburn  7746: => 'User Authentication',
1.6       bisitz   7747: 
                   7748:    'Log-in Help'
                   7749: => '登录帮助',
                   7750: 
                   7751:    'Forgot password?'
                   7752: => '忘记密码?',
                   7753: 
                   7754:    'New User?'
                   7755: => '新用户?',
                   7756: 
                   7757:    'Crosslisted'
1.93      raeburn  7758: => 'Crosslisted',
1.6       bisitz   7759: 
                   7760:    'Owner'
1.93      raeburn  7761: => 'Owner',
1.6       bisitz   7762: 
                   7763:    'Code'
1.93      raeburn  7764: => 'Code',
1.6       bisitz   7765: 
                   7766:    'Course listing'
                   7767: => '课程目录',
                   7768: 
                   7769:    'Display information about official [_1] classes for which LON-CAPA courses have been created:'
1.93      raeburn  7770: => 'Display information about official [_1] classes for which LON-CAPA courses have been created:',
1.6       bisitz   7771: 
                   7772:    'help/support'
1.93      raeburn  7773: => 'help/support',
1.6       bisitz   7774: 
                   7775:    'Ask helpdesk'
1.93      raeburn  7776: => 'Ask helpdesk',
1.6       bisitz   7777: 
                   7778:    'Back to last location'
1.93      raeburn  7779: => 'Back to last location',
1.6       bisitz   7780: 
                   7781:    'Note'
1.18      zhu      7782: => '注意',
                   7783: 
                   7784:    'Note:'
                   7785: => '注意:',
1.6       bisitz   7786: 
                   7787:    'Student questions about course content should be directed to the course instructor'
1.93      raeburn  7788: => 'Student questions about course content should be directed to the course instructor',
1.6       bisitz   7789: 
                   7790:    'Submit Request'
1.93      raeburn  7791: => 'Submit Request',
1.6       bisitz   7792: 
                   7793:    'E-mail address'
                   7794: => 'E-Mail 地址',
                   7795: 
                   7796:    'Enter the username you use to log-in to LON-CAPA, and your domain.'
1.93      raeburn  7797: => 'Enter the username you use to log-in to LON-CAPA, and your domain.',
1.6       bisitz   7798: 
                   7799:    'URL of page'
1.18      zhu      7800: => '该页的网址',
1.6       bisitz   7801: 
                   7802:    'Phone'
                   7803: => '电话',
                   7804: 
                   7805:    'Course Details'
1.93      raeburn  7806: => 'Course Details',
1.6       bisitz   7807: 
                   7808:    'Enter institutional course code'
1.93      raeburn  7809: => 'Enter institutional course code',
1.6       bisitz   7810: 
                   7811:    'Enter course title'
1.93      raeburn  7812: => 'Enter course title',
1.6       bisitz   7813: 
                   7814:    'Section Number'
1.93      raeburn  7815: => 'Section Number',
1.6       bisitz   7816: 
                   7817:    'Detailed Description'
1.13      zhu      7818: => '详细说明',
1.6       bisitz   7819: 
                   7820:    'Clear Form'
1.18      zhu      7821: => '重置表',
1.6       bisitz   7822: 
                   7823:    'Material presented in clear way'
1.18      zhu      7824: => '这些材料中提出一个明确的方式',
1.6       bisitz   7825: 
                   7826:    'Material covered with sufficient depth'
1.18      zhu      7827: => '这些材料包括有足够的深度',
1.6       bisitz   7828: 
                   7829:    'Material is helpful'
1.18      zhu      7830: => '这些材料是有用的',
1.6       bisitz   7831: 
                   7832:    'Material appears to be correct'
1.18      zhu      7833: => '这些材料似乎是正确的',
1.6       bisitz   7834: 
                   7835:    'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.'
1.93      raeburn  7836: => 'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.',
1.6       bisitz   7837: 
                   7838:    'is in this state due to author settings.'
1.93      raeburn  7839: => 'is in this state due to author settings.',
1.6       bisitz   7840: 
                   7841:    'User Data for'
1.93      raeburn  7842: => 'User Data for',
1.6       bisitz   7843: 
                   7844:    'Email Address'
1.12      zhu      7845: => 'E-Mail地址',
1.6       bisitz   7846: 
                   7847:    'Enroll Student'
1.70      zhu      7848: => '注册学生',
1.6       bisitz   7849: 
                   7850:    'If active, the new role will be available when the student next logs in to LON-CAPA.'
1.93      raeburn  7851: => 'If active, the new role will be available when the student next logs in to LON-CAPA.',
1.6       bisitz   7852: 
                   7853:    'Enroll another student'
1.70      zhu      7854: => '注册另一名学生',
1.6       bisitz   7855: 
                   7856:    'Enroll Another Student'
1.70      zhu      7857: => '注册另一名学生',
1.6       bisitz   7858: 
                   7859:    'start date'
1.10      zhu      7860: => '开始日期',
1.6       bisitz   7861: 
                   7862:    'end date'
1.10      zhu      7863: => '结束日期',
1.6       bisitz   7864: 
                   7865:    'active groups'
1.12      zhu      7866: => '活跃的组',
1.6       bisitz   7867: 
                   7868:    'active group(s)'
1.12      zhu      7869: => '活跃的组',
1.6       bisitz   7870: 
                   7871:    "Select a user name to view the user's personal page."
                   7872: => "选择一个用户名,以查看此用户的个人网页。",
                   7873: 
1.33      bisitz   7874:    'View recent activity by this student'
1.31      bisitz   7875: => '最后处于活动状态的人',
                   7876: 
                   7877:    'View recent activity'
                   7878: => '查看最近活动',
1.6       bisitz   7879: 
1.52      bisitz   7880:    'Recent activity of [_1]'
                   7881: => '最后处于活动状态的 [_1]',
1.6       bisitz   7882: 
                   7883: 
1.33      bisitz   7884:    'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.'
1.93      raeburn  7885: => 'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.',
1.6       bisitz   7886: 
                   7887:    'Composing Query'
1.93      raeburn  7888: => 'Composing Query',
1.6       bisitz   7889: 
                   7890:    'Student Activity'
1.93      raeburn  7891: => 'Student Activity',
1.6       bisitz   7892: 
                   7893:    'Waiting up to [_1] seconds for results'
1.93      raeburn  7894: => 'Waiting up to [_1] seconds for results',
1.6       bisitz   7895: 
                   7896:    'Activity data compiled up to [_1]'
1.93      raeburn  7897: => 'Activity data compiled up to [_1]',
1.6       bisitz   7898: 
                   7899:    'While data is processed, periodically reload this page for more recent activity'
1.93      raeburn  7900: => 'While data is processed, periodically reload this page for more recent activity',
1.6       bisitz   7901: 
                   7902:    'Data'
1.93      raeburn  7903: => 'Data',
1.6       bisitz   7904: 
                   7905:    'Resubmit last request to check for newer data'
1.93      raeburn  7906: => 'Resubmit last request to check for newer data',
1.6       bisitz   7907: 
                   7908:    'View Classlist'
1.93      raeburn  7909: => 'View Classlist',
1.6       bisitz   7910: 
                   7911:    'Count'
1.93      raeburn  7912: => 'Count',
1.6       bisitz   7913: 
                   7914:    'Modifying authentication:'
1.98      bisitz   7915: => 'Modifying authentication:',
1.6       bisitz   7916: 
                   7917:    'Modify User Privileges'
1.93      raeburn  7918: => 'Modify User Privileges',
1.6       bisitz   7919: 
                   7920:    'Insert:'
1.93      raeburn  7921: => 'Insert:',
1.6       bisitz   7922: 
                   7923:    'Delete?'
1.93      raeburn  7924: => 'Delete?',
1.6       bisitz   7925: 
                   7926:    'Randomize Foil Order:'
1.93      raeburn  7927: => 'Randomize Foil Order:',
1.6       bisitz   7928: 
                   7929:    'Use template:'
1.93      raeburn  7930: => 'Use template:',
1.6       bisitz   7931: 
                   7932:    'Display Direction'
1.93      raeburn  7933: => 'Display Direction',
1.6       bisitz   7934: 
                   7935:    'vertical'
1.93      raeburn  7936: => 'vertical',
1.6       bisitz   7937: 
                   7938:    'horizontal'
                   7939: => 'horizontal',
                   7940: 
                   7941:    'Script'
1.113     bisitz   7942: => 'Script',
1.6       bisitz   7943: 
                   7944:    'Problem Editing'
1.12      zhu      7945: => '问题编辑',
1.6       bisitz   7946: 
                   7947:    'Hint'
1.113     bisitz   7948: => '提示',
1.6       bisitz   7949: 
                   7950:    'Show hint even if problem Correct:'
1.93      raeburn  7951: => 'Show hint even if problem Correct:',
1.6       bisitz   7952: 
                   7953:    'Single Line Text Entry Area'
1.113     bisitz   7954: => 'Single Line Text Entry Area',
1.6       bisitz   7955: 
                   7956:    'Parameters for a response'
1.113     bisitz   7957: => 'Parameters for a response',
1.6       bisitz   7958: 
                   7959:    'Problem Part'
1.113     bisitz   7960: => '问题部分',
1.6       bisitz   7961: 
                   7962:    'Part ID:'
1.27      zhu      7963: => '问题部分编号:',
1.6       bisitz   7964: 
                   7965:    'Displayed Part Description:'
1.93      raeburn  7966: => 'Displayed Part Description:',
1.6       bisitz   7967: 
                   7968:    'Readonly:'
1.113     bisitz   7969: => 'Readonly:',
1.6       bisitz   7970: 
                   7971:    'Response: Numerical'
1.113     bisitz   7972: => 'Response: Numerical',
1.6       bisitz   7973: 
                   7974:    'random'
1.93      raeburn  7975: => 'random',
1.6       bisitz   7976: 
                   7977:    'top'
1.93      raeburn  7978: => 'top',
1.6       bisitz   7979: 
                   7980:    'bottom'
1.93      raeburn  7981: => 'bottom',
1.6       bisitz   7982: 
                   7983:    'Add new Option:'
1.93      raeburn  7984: => 'Add new Option:',
1.6       bisitz   7985: 
                   7986:    'Delete an Option:'
1.113     bisitz   7987: => 'Delete an Option:',
1.6       bisitz   7988: 
                   7989:    'Print options:'
1.93      raeburn  7990: => 'Print options:',
1.6       bisitz   7991: 
                   7992:    "Don't show option list"
1.113     bisitz   7993: => "Don't show option list",
1.6       bisitz   7994: 
                   7995:    'Display of options when printed'
1.93      raeburn  7996: => 'Display of options when printed',
1.6       bisitz   7997: 
                   7998:    'Normal list'
1.93      raeburn  7999: => 'Normal list',
1.6       bisitz   8000: 
                   8001:    'Listed in vertical column'
1.93      raeburn  8002: => 'Listed in vertical column',
1.6       bisitz   8003: 
                   8004:    'Multiple Option Response Question'
1.93      raeburn  8005: => 'Multiple Option Response Question',
1.6       bisitz   8006: 
                   8007:    'Select Options'
1.113     bisitz   8008: => 'Select Options',
1.6       bisitz   8009: 
                   8010:    'Image'
1.113     bisitz   8011: => 'Image',
1.6       bisitz   8012: 
                   8013:    'Image Url:'
1.93      raeburn  8014: => 'Image Url:',
1.6       bisitz   8015: 
                   8016:    'width (pixel):'
1.93      raeburn  8017: => 'width (pixel):',
1.6       bisitz   8018: 
                   8019:    'height (pixel):'
1.93      raeburn  8020: => 'height (pixel):',
1.6       bisitz   8021: 
                   8022:    'Alignment:'
1.113     bisitz   8023: => 'Alignment:',
1.6       bisitz   8024: 
                   8025:    'Encrypt URL:'
1.113     bisitz   8026: => 'Encrypt URL:',
1.6       bisitz   8027: 
                   8028:    'no'
1.93      raeburn  8029: => 'no',
1.6       bisitz   8030: 
                   8031:    'Location:'
1.113     bisitz   8032: => 'Location:',
1.6       bisitz   8033: 
                   8034:    'Randomly labeled image'
1.113     bisitz   8035: => 'Randomly labeled image',
1.6       bisitz   8036: 
                   8037:    'Response: Click on Image'
1.113     bisitz   8038: => 'Response: Click on Image',
1.6       bisitz   8039: 
                   8040:    'Collection of Imageresponse foils'
1.113     bisitz   8041: => 'Collection of Imageresponse foils',
1.6       bisitz   8042: 
                   8043:    'Image response foil'
1.113     bisitz   8044: => 'Image response foil',
1.6       bisitz   8045: 
1.113     bisitz   8046:    'Enter Coordinates'
1.93      raeburn  8047: => 'Enter Coordinates',
1.6       bisitz   8048: 
                   8049:    'Rectangle'
1.113     bisitz   8050: => 'Rectangle',
1.6       bisitz   8051: 
                   8052:    'Coordinate Pairs'
1.93      raeburn  8053: => 'Coordinate Pairs',
1.6       bisitz   8054: 
                   8055:    'Polygon'
                   8056: => 'Polygon',
                   8057: 
                   8058:    'Coordinate list'
1.113     bisitz   8059: => 'Coordinate list',
1.6       bisitz   8060: 
                   8061:    'Create Polygon Data'
1.113     bisitz   8062: => 'Create Polygon Data',
1.6       bisitz   8063: 
                   8064:    'Task Description'
1.113     bisitz   8065: => '问题描述',
1.6       bisitz   8066: 
                   8067:    'Clickable Image'
1.113     bisitz   8068: => 'Clickable Image',
1.6       bisitz   8069: 
                   8070:    'Image Source File'
1.113     bisitz   8071: => 'Image Source File',
1.6       bisitz   8072: 
                   8073:    'Select Position on Image'
1.93      raeburn  8074: => 'Select Position on Image',
1.6       bisitz   8075: 
                   8076:    'Select First Coordinate on Image'
1.93      raeburn  8077: => 'Select First Coordinate on Image',
1.6       bisitz   8078: 
                   8079:    'Select Second Coordinate on Image'
1.93      raeburn  8080: => 'Select Second Coordinate on Image',
1.6       bisitz   8081: 
                   8082:    'Select Finish to save selection'
1.93      raeburn  8083: => 'Select Finish to save selection',
1.6       bisitz   8084: 
                   8085:    'Enter Coordinate or click finish to close Polygon'
1.93      raeburn  8086: => 'Enter Coordinate or click finish to close Polygon',
1.6       bisitz   8087: 
                   8088:    'Click to select a Coordinate or click Finish to save current selection'
1.93      raeburn  8089: => 'Click to select a Coordinate or click Finish to save current selection',
1.6       bisitz   8090: 
                   8091:    'New Name'
1.93      raeburn  8092: => 'New Name',
1.6       bisitz   8093: 
                   8094:    'Make Obsolete'
1.93      raeburn  8095: => 'Make Obsolete',
1.6       bisitz   8096: 
                   8097:    'Set Margins'
1.93      raeburn  8098: => 'Set Margins',
1.6       bisitz   8099: 
                   8100:    'How should each column be formatted?'
1.113     bisitz   8101: => 'How should each column be formatted?',
1.6       bisitz   8102: 
                   8103:    'Width:'
1.113     bisitz   8104: => '宽:',
1.6       bisitz   8105: 
                   8106:    'Height:'
1.113     bisitz   8107: => '高:',
1.6       bisitz   8108: 
                   8109:    'Left Margin:'
1.113     bisitz   8110: => 'Left Margin:',
1.6       bisitz   8111: 
                   8112:    'Username and/or password could not be authenticated.'
1.9       zhu      8113: => '用户名和(或)密码无法验证。',
1.6       bisitz   8114: 
                   8115:    'Please check the username and password.'
1.9       zhu      8116: => '请检查您的用户名和密码。',
1.6       bisitz   8117: 
                   8118:    'Try again'
1.9       zhu      8119: => '再试一次',
1.6       bisitz   8120: 
                   8121:    'Information needed to verify your login information is missing, inaccessible or expired.'
1.9       zhu      8122: => '验证您的登录的信息丢失,无法进入或已经过期。',
1.6       bisitz   8123: 
                   8124:    'Sending'
1.56      zhu      8125: => '发送中',
1.6       bisitz   8126: 
                   8127:    'Completed.'
1.56      zhu      8128: => '邮件已发送。',
1.6       bisitz   8129: 
                   8130:    'Messages being sent.'
1.55      zhu      8131: => '邮件被发送。',
1.6       bisitz   8132: 
                   8133:    'Assigning'
1.93      raeburn  8134: => 'Assigning',
1.6       bisitz   8135: 
                   8136:    'ending'
1.93      raeburn  8137: => 'ending',
1.6       bisitz   8138: 
                   8139:    'Assistant Co-Author'
1.93      raeburn  8140: => 'Assistant Co-Author',
1.6       bisitz   8141: 
                   8142:    'Metadata for [_1]'
1.93      raeburn  8143: => 'Metadata for [_1]',
1.6       bisitz   8144: 
                   8145:    'There are [_1] matches to your query.'
1.18      zhu      8146: => '有 [_1] 匹配您的查询。',
1.6       bisitz   8147: 
1.71      bisitz   8148:    'There were no results matching your query.'
1.93      raeburn  8149: => 'There were no results matching your query.',
1.71      bisitz   8150: 
1.6       bisitz   8151:    'Revise search'
1.18      zhu      8152: => '修改搜寻',
1.6       bisitz   8153: 
1.71      bisitz   8154:    'Internal Error - Bad view selected.'
1.93      raeburn  8155: => 'Internal Error - Bad view selected.',
1.71      bisitz   8156: 
                   8157:    'Unable to save import results.'
1.93      raeburn  8158: => 'Unable to save import results.',
1.71      bisitz   8159: 
                   8160:    'A MySQL error has occurred.'
1.93      raeburn  8161: => 'A MySQL error has occurred.',
1.71      bisitz   8162: 
1.6       bisitz   8163:    'Number of accesses'
1.93      raeburn  8164: => 'Number of accesses',
1.6       bisitz   8165: 
                   8166:    'Ascending'
1.18      zhu      8167: => '上升的',
1.6       bisitz   8168: 
                   8169:    'Descending'
1.18      zhu      8170: => '下降的',
1.6       bisitz   8171: 
                   8172:    'Students Attempting'
1.93      raeburn  8173: => 'Students Attempting', # ??? [SB 2007-07-03]
1.6       bisitz   8174: 
                   8175:    'Average Number of Tries'
1.93      raeburn  8176: => 'Average Number of Tries',
1.6       bisitz   8177: 
                   8178:    'Mean Degree of Difficulty'
1.93      raeburn  8179: => 'Mean Degree of Difficulty',
1.6       bisitz   8180: 
                   8181:    'Mean Degree of Discrimination'
1.93      raeburn  8182: => 'Mean Degree of Discrimination',
1.6       bisitz   8183: 
                   8184:    'Evaluation: Clear'
1.93      raeburn  8185: => 'Evaluation: Clear',
1.6       bisitz   8186: 
                   8187:    'Evaluation: Technically Correct'
1.93      raeburn  8188: => 'Evaluation: Technically Correct',
1.6       bisitz   8189: 
                   8190:    'Evaluation: Material is Correct'
1.93      raeburn  8191: => 'Evaluation: Material is Correct',
1.6       bisitz   8192: 
                   8193:    'Evaluation: Material is Helpful'
1.93      raeburn  8194: => 'Evaluation: Material is Helpful',
1.6       bisitz   8195: 
                   8196:    'Evaluation: Material has Depth'
1.93      raeburn  8197: => 'Evaluation: Material has Depth',
1.6       bisitz   8198: 
                   8199:    'Prev'
1.18      zhu      8200: => '上一个',
1.6       bisitz   8201: 
                   8202:    'Reload'
1.18      zhu      8203: => '重新加载',
1.6       bisitz   8204: 
                   8205:    'Results [_1] to [_2] out of [_3]'
1.18      zhu      8206: => '结果 [_1] 至 [_2] 的 [_3]',
1.6       bisitz   8207: 
1.80      bisitz   8208:    'Unactionable Search Query'
1.18      zhu      8209: => '查询被否决',
1.6       bisitz   8210: 
                   8211:    'Revise Search Request'
1.18      zhu      8212: => '修改搜索请求',
1.6       bisitz   8213: 
                   8214:    'LON-CAPA Access Control'
1.18      zhu      8215: => 'LON-CAPA 访问控制',
1.6       bisitz   8216: 
                   8217:    'Access  : '
1.18      zhu      8218: => '访问  : ',
1.6       bisitz   8219: 
                   8220:    'Resource: '
1.18      zhu      8221: => '资源: ',
1.6       bisitz   8222: 
                   8223:    'Action  : '
1.93      raeburn  8224: => 'Action  : ',
1.6       bisitz   8225: 
                   8226:    'You have modified your course recently, [_1] may fix this access problem.'
1.93      raeburn  8227: => 'You have modified your course recently, [_1] may fix this access problem.',
1.6       bisitz   8228: 
                   8229:    'Published on ...'
1.93      raeburn  8230: => 'Published on ...',
1.6       bisitz   8231: 
                   8232:    'Currently published version'
1.93      raeburn  8233: => 'Currently published version',
1.6       bisitz   8234: 
                   8235:    'Edit Metadata'
1.93      raeburn  8236: => 'Edit Metadata',
1.6       bisitz   8237: 
                   8238:    'Cleanup XML Document'
1.93      raeburn  8239: => 'Cleanup XML Document',
1.6       bisitz   8240: 
                   8241:    'Select actions to attempt:'
1.12      zhu      8242: => '选择所需的行动:',
1.6       bisitz   8243: 
                   8244:    'Linefeeds, formfeeds, and carriage returns'
1.93      raeburn  8245: => 'Linefeeds, formfeeds, and carriage returns',
1.6       bisitz   8246: 
                   8247:    'Empty tags'
1.93      raeburn  8248: => 'Empty tags',
1.6       bisitz   8249: 
                   8250:    'Lower casing'
1.93      raeburn  8251: => 'Lower casing',
1.6       bisitz   8252: 
                   8253:    'Symbol font'
1.93      raeburn  8254: => 'Symbol font', # ??? [SB 2007-07-03]
1.6       bisitz   8255: 
                   8256:    'Cleanup'
1.93      raeburn  8257: => 'Cleanup',
1.6       bisitz   8258: 
                   8259:    'Back to Source File'
1.93      raeburn  8260: => 'Back to Source File',
1.6       bisitz   8261: 
                   8262:    'Hypertext Cascading Style Sheet'
1.93      raeburn  8263: => 'Hypertext Cascading Style Sheet',
1.6       bisitz   8264: 
                   8265:    'Online Survey'
1.93      raeburn  8266: => 'Online Survey',
1.6       bisitz   8267: 
                   8268:    'Unable to find [_1]'
1.93      raeburn  8269: => 'Unable to find [_1]',
1.6       bisitz   8270: 
                   8271:    'Post Server Announcements'
1.93      raeburn  8272: => 'Post Server Announcements',
1.6       bisitz   8273: 
                   8274:    'Post announcements to the system login and roles screen'
1.93      raeburn  8275: => 'Post announcements to the system login and roles screen',
1.6       bisitz   8276: 
                   8277:    '(leave blank to delete announcement)'
1.100     raeburn  8278: => '(leave blank to delete announcement)',
1.6       bisitz   8279: 
                   8280:    'Check machines:'
1.93      raeburn  8281: => 'Check machines:',
1.6       bisitz   8282: 
                   8283:    'Current Announcement'
1.93      raeburn  8284: => 'Current Announcement',
1.6       bisitz   8285: 
                   8286:    'Calendar'
                   8287: => '日历',
                   8288: 
                   8289:    'Download your Calendar as iCalendar File'
1.9       zhu      8290: => '下载您的日历',
1.6       bisitz   8291: 
                   8292:    'No calendar available for this date.'
1.9       zhu      8293: => '没有日历用于此日期。',
1.6       bisitz   8294: 
                   8295:    'Posting [_1]'
1.93      raeburn  8296: => 'Posting [_1]',
1.6       bisitz   8297: 
1.74      bisitz   8298:    'This LON-CAPA server is version [_1]'
1.10      zhu      8299: => '这里是 LON-CAPA [_1]',
1.6       bisitz   8300: 
1.74      bisitz   8301:    'Only changes made from servers running LON-CAPA [_1] or later are displayed.'
1.93      raeburn  8302: => 'Only changes made from servers running LON-CAPA [_1] or later are displayed.',
1.74      bisitz   8303: 
1.6       bisitz   8304:    'Edit Answer'
1.93      raeburn  8305: => 'Edit Answer',
1.6       bisitz   8306: 
                   8307:    'Date/Time'
1.9       zhu      8308: => '日期/时间',
1.6       bisitz   8309: 
                   8310:    'Threshold Name'
1.93      raeburn  8311: => 'Threshold Name',
1.6       bisitz   8312: 
                   8313:    'Current value'
1.93      raeburn  8314: => 'Current value',
1.6       bisitz   8315: 
                   8316:    'Change?'
1.9       zhu      8317: => '改变?',
1.6       bisitz   8318: 
                   8319:    'Make changes'
1.9       zhu      8320: => '保存',
1.6       bisitz   8321: 
                   8322:    'Change thresholds'
1.93      raeburn  8323: => 'Change thresholds',
1.6       bisitz   8324: 
                   8325:    'Picture Conversion Status'
1.93      raeburn  8326: => 'Picture Conversion Status',
1.6       bisitz   8327: 
                   8328:    'Class Print Status'
1.93      raeburn  8329: => 'Class Print Status',
1.6       bisitz   8330: 
                   8331:    'Removing error messages:'
1.93      raeburn  8332: => 'Removing error messages:',
1.6       bisitz   8333: 
1.32      bisitz   8334:    'Invalid target directory, FAIL'
1.93      raeburn  8335: => 'Invalid target directory, FAIL',
1.32      bisitz   8336: 
1.6       bisitz   8337:    'Creating old version [_1]'
1.93      raeburn  8338: => 'Creating old version [_1]',
1.6       bisitz   8339: 
                   8340:    'Initial version'
1.93      raeburn  8341: => 'Initial version',
1.6       bisitz   8342: 
                   8343:    'Press "Generate Statistics" when you are ready.'
1.93      raeburn  8344: => 'Press "Generate Statistics" when you are ready.',
1.6       bisitz   8345: 
                   8346:    '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  8347: => '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   8348: 
                   8349:    'A course-wide error occurred.'
1.93      raeburn  8350: => 'A course-wide error occurred.',
1.6       bisitz   8351: 
                   8352:    'none'
1.70      zhu      8353: => '没有',
1.6       bisitz   8354: 
                   8355:    'Prepare Report'
1.70      zhu      8356: => '编写报告',
1.6       bisitz   8357: 
1.48      bisitz   8358:    'Show problem'
                   8359: => '提示显示',
1.6       bisitz   8360: 
1.48      bisitz   8361:    'Show correct answers'
1.93      raeburn  8362: => 'Show correct answers',
1.6       bisitz   8363: 
1.48      bisitz   8364:    'Show all submissions'
1.93      raeburn  8365: => 'Show all submissions',
1.6       bisitz   8366: 
1.48      bisitz   8367:    'Show problem grading'
1.93      raeburn  8368: => 'Show problem grading',
1.6       bisitz   8369: 
1.92      raeburn  8370:    'Computing correct answers greatly increases the amount of time required to prepare a report.'
1.93      raeburn  8371: => 'Computing correct answers greatly increases the amount of time required to prepare a report.',
1.6       bisitz   8372: 
                   8373:    'Please select problems and use the [_1]Prepare Report[_2] button to continue.'
1.93      raeburn  8374: => 'Please select problems and use the [_1]Prepare Report[_2] button to continue.',
1.6       bisitz   8375: 
                   8376:    'Please select a Survey to analyze'
1.93      raeburn  8377: => 'Please select a Survey to analyze',
1.6       bisitz   8378: 
                   8379:    'There are no survey problems in this course.'
1.93      raeburn  8380: => 'There are no survey problems in this course.',
1.6       bisitz   8381: 
                   8382:    'Generate Survey Report'
1.93      raeburn  8383: => 'Generate Survey Report',
1.6       bisitz   8384: 
                   8385:    'Building text document.'
1.93      raeburn  8386: => 'Building text document.',
1.6       bisitz   8387: 
                   8388:    'Generated on [_1]'
1.93      raeburn  8389: => 'Generated on [_1]',
1.6       bisitz   8390: 
                   8391:    'Your text file'
1.93      raeburn  8392: => 'Your text file',
1.6       bisitz   8393: 
                   8394:    'Done compiling text file. See link below to download.'
1.93      raeburn  8395: => 'Done compiling text file. See link below to download.',
1.6       bisitz   8396: 
                   8397:    'There is no essay or string response data to output for this survey.'
1.93      raeburn  8398: => 'There is no essay or string response data to output for this survey.',
1.6       bisitz   8399: 
                   8400:    'Building spreadsheet.'
1.18      zhu      8401: => '生成电子表格。',
1.6       bisitz   8402: 
                   8403:    '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.'
1.98      bisitz   8404: => '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.',
1.6       bisitz   8405: 
                   8406:    'Done compiling spreadsheet. See link below to download.'
1.93      raeburn  8407: => 'Done compiling spreadsheet. See link below to download.',
1.6       bisitz   8408: 
                   8409:    'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin'
1.93      raeburn  8410: => 'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin',
1.6       bisitz   8411: 
                   8412:    'Create Plot'
1.93      raeburn  8413: => 'Create Plot',
1.6       bisitz   8414: 
                   8415:    'Start Time:'
1.93      raeburn  8416: => 'Start Time:',
1.6       bisitz   8417: 
                   8418:    'End Time:'
1.93      raeburn  8419: => 'End Time:',
1.6       bisitz   8420: 
                   8421:    'Sender'
1.27      zhu      8422: => '寄件人',
1.6       bisitz   8423: 
                   8424:    'Number'
1.93      raeburn  8425: => 'Number',
1.6       bisitz   8426: 
                   8427:    'Upload Classlist'
1.93      raeburn  8428: => 'Upload Classlist',
1.6       bisitz   8429: 
                   8430:    'Semicolon separated values'
1.27      zhu      8431: => '以分号分隔',
1.6       bisitz   8432: 
                   8433:    'Show Log'
                   8434: => '查看日志',
                   8435: 
                   8436:    'Course Document Change Log'
1.93      raeburn  8437: => 'Course Document Change Log',
1.6       bisitz   8438: 
                   8439:    'Records'
1.93      raeburn  8440: => 'Records',
1.6       bisitz   8441: 
                   8442:    'Before'
                   8443: => '以前',
                   8444: 
                   8445:    'After'
                   8446: => '以后',
                   8447: 
                   8448:    'Current folder/page'
1.10      zhu      8449: => '当前文件夹/页',
1.6       bisitz   8450: 
                   8451:    'Containing phrase'
1.10      zhu      8452: => '含有短语',
1.6       bisitz   8453: 
                   8454:    'None'
1.10      zhu      8455: => '没有',
1.6       bisitz   8456: 
                   8457:    'Users'
                   8458: => '用户',
                   8459: 
                   8460:    'Include parameter types'
1.93      raeburn  8461: => 'Include parameter types',
1.6       bisitz   8462: 
                   8463:    'Parameter Change Log'
1.93      raeburn  8464: => 'Parameter Change Log',
1.6       bisitz   8465: 
                   8466:    'Announce'
1.93      raeburn  8467: => 'Announce',
1.6       bisitz   8468: 
                   8469:    'Not active anymore'
1.93      raeburn  8470: => 'Not active anymore',
1.6       bisitz   8471: 
                   8472:    'Add to Course Announcements'
1.93      raeburn  8473: => 'Add to Course Announcements',
1.6       bisitz   8474: 
                   8475:    'Username : Domain'
1.26      zhu      8476: => '用户名:域',
1.6       bisitz   8477: 
                   8478:    'Active'
1.26      zhu      8479: => '活跃的',
1.6       bisitz   8480: 
                   8481:    'Expired'
1.93      raeburn  8482: => 'Expired',
1.6       bisitz   8483: 
                   8484:    'Future'
1.93      raeburn  8485: => 'Future',
1.6       bisitz   8486: 
                   8487:    'Sort by realm first, then student (group/section)'
1.93      raeburn  8488: => 'Sort by realm first, then student (group/section)',
1.6       bisitz   8489: 
                   8490:    'Sort by student (group/section) first, then realm'
1.93      raeburn  8491: => 'Sort by student (group/section) first, then realm',
1.6       bisitz   8492: 
                   8493:    'Shift all dates based on this date'
1.93      raeburn  8494: => 'Shift all dates based on this date',
1.6       bisitz   8495: 
                   8496:    'Overview Mode'
1.27      zhu      8497: => '概况模式',
1.6       bisitz   8498: 
                   8499:    'Overview'
1.27      zhu      8500: => '概况',
1.6       bisitz   8501: 
                   8502:    'Set Parameters'
1.27      zhu      8503: => '参数设置',
1.6       bisitz   8504: 
                   8505:    'Parts'
1.27      zhu      8506: => '部分',
1.6       bisitz   8507: 
                   8508:    'Section(s)'
1.70      zhu      8509: => '章节(en)',
1.6       bisitz   8510: 
                   8511:    'Group(s)'
1.12      zhu      8512: => '组',
1.6       bisitz   8513: 
                   8514:    'Parameter Selection'
1.70      zhu      8515: => '参数选择',
1.6       bisitz   8516: 
                   8517:    'Add Selection for...'
1.93      raeburn  8518: => 'Add Selection for...',
1.6       bisitz   8519: 
                   8520:    'Select Common Only'
1.98      bisitz   8521: => 'Select Common Only',
1.6       bisitz   8522: 
                   8523:    'Problem Dates'
1.93      raeburn  8524: => 'Problem Dates',
1.6       bisitz   8525: 
                   8526:    'Content Dates'
1.93      raeburn  8527: => 'Content Dates',
1.6       bisitz   8528: 
                   8529:    'Discussion Settings'
1.93      raeburn  8530: => 'Discussion Settings',
1.6       bisitz   8531: 
                   8532:    'Visibilities'
1.70      zhu      8533: => '可见的',
1.6       bisitz   8534: 
                   8535:    'Part Parameters'
1.27      zhu      8536: => '部分参数',
1.6       bisitz   8537: 
                   8538:    'For User [_1] or Student/Employee ID [_2] at Domain [_3]'
1.27      zhu      8539: => '对于用户 [_1] 或学生/员工编号 [_2] 在域 [_3]',
1.6       bisitz   8540: 
                   8541:    'Group Files'
                   8542: => '编组文件',
                   8543: 
                   8544:    "Enter user:domain for User's 'About Me' Page"
1.93      raeburn  8545: => "Enter user:domain for User's 'About Me' Page",
1.6       bisitz   8546: 
                   8547:    'No map selected.'
1.93      raeburn  8548: => 'No map selected.',
1.6       bisitz   8549: 
                   8550:    'Most Recent:'
1.113     bisitz   8551: => '最新:',
1.6       bisitz   8552: 
                   8553:    'In Course:'
1.113     bisitz   8554: => '课程:',
1.6       bisitz   8555: 
                   8556:    'Use:'
1.113     bisitz   8557: => '使用:',
1.6       bisitz   8558: 
                   8559:    'Search LON-CAPA help'
1.70      zhu      8560: => '搜索 LON-CAPA 帮助',
1.6       bisitz   8561: 
                   8562:    'Before course enrollment start!'
1.93      raeburn  8563: => 'Before course enrollment start!',
1.6       bisitz   8564: 
                   8565:    'After course enrollment end!'
1.93      raeburn  8566: => 'After course enrollment end!',
1.6       bisitz   8567: 
                   8568:    'in the past'
1.27      zhu      8569: => '在过去',
1.6       bisitz   8570: 
                   8571:    'in the future'
1.27      zhu      8572: => '在将来',
1.6       bisitz   8573: 
                   8574:    'Choose'
1.98      bisitz   8575: => 'Choose',
1.6       bisitz   8576: 
                   8577:    'Title:'
1.27      zhu      8578: => '标题:',
1.6       bisitz   8579: 
                   8580:    'URL:'
                   8581: => 'URL:',
                   8582: 
                   8583:    'Course, Portfolio and Catalog Search'
1.36      zhu      8584: => '目录搜索,组合搜索和课程搜索',
1.6       bisitz   8585: 
                   8586:    'ERROR:'
1.36      zhu      8587: => '错误:',
1.6       bisitz   8588: 
                   8589:    '(click for example)'
1.98      bisitz   8590: => '(click for example)',
1.6       bisitz   8591: 
                   8592:    'click for example'
1.93      raeburn  8593: => 'click for example',
1.6       bisitz   8594: 
                   8595:    'Re-Enable'
1.70      zhu      8596: => '重新启用',
1.6       bisitz   8597: 
                   8598:    'Script Functions'
1.93      raeburn  8599: => 'Script Functions',
1.6       bisitz   8600: 
                   8601:    'Image Options'
1.113     bisitz   8602: => '图像选项',
1.6       bisitz   8603: 
                   8604:    'left'
1.27      zhu      8605: => '左边',
1.6       bisitz   8606: 
                   8607:    'right'
1.27      zhu      8608: => '右边',
1.6       bisitz   8609: 
                   8610:    'TeXwidth (mm):'
1.26      zhu      8611: => 'TeX-宽 (mm):',
1.6       bisitz   8612: 
                   8613:    'TeXheight (mm):'
1.26      zhu      8614: => 'TeX-高 (mm):',
1.6       bisitz   8615: 
                   8616:    'TeXwrap:'
1.113     bisitz   8617: => 'TeXwrap:',
1.6       bisitz   8618: 
                   8619:    'Sorry!'
1.12      zhu      8620: => '对不起...',
1.6       bisitz   8621: 
                   8622:    'Resource not available.'
1.113     bisitz   8623: => 'Resource not available.',
1.6       bisitz   8624: 
1.88      bisitz   8625:    'File Type'
1.93      raeburn  8626: => 'File Type',
1.6       bisitz   8627: 
                   8628:    'Output of decompress:'
1.93      raeburn  8629: => 'Output of decompress:',
1.6       bisitz   8630: 
                   8631:    'Decompress complete.'
1.93      raeburn  8632: => 'Decompress complete.',
1.6       bisitz   8633: 
                   8634:    'Archive:'
1.70      zhu      8635: => '存档:',
1.6       bisitz   8636: 
                   8637:    'inflating:'
1.93      raeburn  8638: => 'inflating:',
1.6       bisitz   8639: 
                   8640:    'Incorrect:'
1.18      zhu      8641: => '错误:',
1.6       bisitz   8642: 
                   8643:    'Correct:'
1.18      zhu      8644: => '正确:',
1.6       bisitz   8645: 
                   8646:    'Correct'
1.18      zhu      8647: => '正确',
1.6       bisitz   8648: 
                   8649:    'Pick course first'
1.12      zhu      8650: => '只能选择课程',
1.6       bisitz   8651: 
                   8652:    'User Information Changed'
1.12      zhu      8653: => '用户信息变更',
1.6       bisitz   8654: 
                   8655:    'Changed To'
1.70      zhu      8656: => '改为',
1.6       bisitz   8657: 
                   8658:    'disk space allocated to portfolio files'
1.93      raeburn  8659: => 'disk space allocated to portfolio files',
1.6       bisitz   8660: 
                   8661:    'You have new messages'
1.93      raeburn  8662: => 'You have new messages',
1.6       bisitz   8663: 
                   8664:    'Destination folder'
1.55      zhu      8665: => '目的文件夹',
1.6       bisitz   8666: 
                   8667:    'Mark Read'
1.12      zhu      8668: => '标记为已读',
1.6       bisitz   8669: 
                   8670:    'Move to Folder ->'
1.12      zhu      8671: => '移至文件夹 ->',
1.6       bisitz   8672: 
1.55      zhu      8673:    'Register Response Devices (&quot;Clickers&quot;)'
1.64      zhu      8674: => '注册应答设备 (&quot;Clickers&quot;)',
1.6       bisitz   8675: 
                   8676:    'Enter response device ("clicker") numbers'
1.64      zhu      8677: => '输入应答设备(&quot;Clickers&quot;)的号码',
1.6       bisitz   8678: 
                   8679:    'Locating your clicker ID'
1.18      zhu      8680: => '定位您的应答设备编号',
1.6       bisitz   8681: 
                   8682:    'Register Clicker'
1.18      zhu      8683: => '注册应答设备',
1.6       bisitz   8684: 
                   8685:    'Register'
1.18      zhu      8686: => '注册',
1.6       bisitz   8687: 
                   8688:    'New Link'
1.113     bisitz   8689: => '新的书签',
1.6       bisitz   8690: 
                   8691:    'Refresh'
1.113     bisitz   8692: => '更新',
1.6       bisitz   8693: 
1.73      bisitz   8694:    'Custom metadata [_1]'
                   8695: => '自定义元数据 [_1]',
1.6       bisitz   8696: 
                   8697:    'Question/Comment/Feedback about course content'
1.18      zhu      8698: => '课程内容的问题/评论/反馈',
1.6       bisitz   8699: 
                   8700:    'User modify/custom role edit'
1.70      zhu      8701: => '用户帐户和权限管理',
1.6       bisitz   8702: 
                   8703:    'User Search'
1.70      zhu      8704: => '用户搜索',
1.6       bisitz   8705: 
                   8706:    'to add/modify roles'
1.70      zhu      8707: => ', 添加/修改角色',
1.6       bisitz   8708: 
                   8709:    'is'
1.70      zhu      8710: => '是',
1.6       bisitz   8711: 
                   8712:    'contains'
1.70      zhu      8713: => '包括',
1.6       bisitz   8714: 
                   8715:    'in this domain'
1.70      zhu      8716: => '在该域',
1.6       bisitz   8717: 
                   8718:    'in institutional directory'
1.70      zhu      8719: => '在研究所目录',
1.6       bisitz   8720: 
                   8721:    'Domain/institution to search'
1.93      raeburn  8722: => 'Domain/institution to search',
1.6       bisitz   8723: 
                   8724:    'Directory search has not been configured for domain: [_1]'
1.70      zhu      8725: => '目录搜索,在还没有被配置的域:[_1]',
1.6       bisitz   8726: 
                   8727:    'permanent e-mail'
1.70      zhu      8728: => '永久电子邮件',
1.6       bisitz   8729: 
                   8730:    'Set user role'
1.70      zhu      8731: => '设置用户角色',
1.6       bisitz   8732: 
                   8733:    'No exact match found for this username ([_1]) in this domain.'
1.70      zhu      8734: => '对该用户名([_1])在这个领域中没有找到完全匹配的。',
1.6       bisitz   8735: 
                   8736:    'No match found for this username ([_1]) in this domain.'
1.70      zhu      8737: => '对该用户名([_1])在这个领域中没有找到相应的。',
1.6       bisitz   8738: 
                   8739:    'Make new user "[_1]"'
1.70      zhu      8740: => '新用户 "[_1]"',
1.6       bisitz   8741: 
1.84      bisitz   8742:    'Course Editor'
1.6       bisitz   8743: => '编辑课程',
                   8744: 
1.84      bisitz   8745:    'Community Editor'
1.93      raeburn  8746: => 'Community Editor',
1.84      bisitz   8747: 
1.6       bisitz   8748:    'Choose which items you wish to export from your Course.'
1.70      zhu      8749: => '选择您要从课程中导出的项目。',
1.6       bisitz   8750: 
                   8751:    'Content items'
1.70      zhu      8752: => '内容项目',
1.6       bisitz   8753: 
                   8754:    'Discussion posts'
1.70      zhu      8755: => '讨论文章',
1.6       bisitz   8756: 
                   8757:    'Download the zip file from'
1.70      zhu      8758: => '下载zip档案从:',
1.6       bisitz   8759: 
                   8760:    'IMS course archive'
1.70      zhu      8761: => 'IMS课程存档',
1.6       bisitz   8762: 
                   8763:    'last name, first name'
1.70      zhu      8764: => '姓氏,名字',
1.6       bisitz   8765: 
                   8766:    'Select a Template'
1.93      raeburn  8767: => 'Select a Template',
1.6       bisitz   8768: 
                   8769:    'Edit custom role'
1.93      raeburn  8770: => 'Edit custom role',
1.6       bisitz   8771: 
                   8772:    'Privilege'
1.93      raeburn  8773: => 'Privilege',
1.6       bisitz   8774: 
                   8775:    'Showing users with a name starting with [_1]'
1.26      zhu      8776: => '显示用户,起始是 [_1]',
1.6       bisitz   8777: 
                   8778:    'Permanent e-mail address'
1.26      zhu      8779: => '永久的 E-Mail 地址',
1.6       bisitz   8780: 
                   8781:    'Permanent e-mail'
1.26      zhu      8782: => '永久的 E-Mail 地址',
1.6       bisitz   8783: 
                   8784:    'User [_1] in domain [_2]'
1.26      zhu      8785: => '用户 [_1] 在域 [_2]',
1.6       bisitz   8786: 
                   8787:    'Result'
1.93      raeburn  8788: => 'Result',
1.6       bisitz   8789: 
                   8790:    'Directory search in domain [_1] is not available for the requested search type: "[_2]"'
1.93      raeburn  8791: => 'Directory search in domain [_1] is not available for the requested search type: "[_2]"',
1.6       bisitz   8792: 
                   8793:    "No match found for this username ([_1]) in your institution's directory."
1.93      raeburn  8794: => "No match found for this username ([_1]) in your institution's directory.",
1.6       bisitz   8795: 
                   8796:    'Setting'
1.93      raeburn  8797: => 'Setting',
1.6       bisitz   8798: 
                   8799:    'Directory search available?'
1.93      raeburn  8800: => 'Directory search available?',
1.6       bisitz   8801: 
                   8802:    'Back to actions menu'
1.113     bisitz   8803: => 'Back to actions menu',
1.6       bisitz   8804: 
                   8805:    'Edit action'
1.93      raeburn  8806: => 'Edit action',
1.6       bisitz   8807: 
                   8808:    'Effect'
1.93      raeburn  8809: => 'Effect',
1.6       bisitz   8810: 
                   8811:    'Course / User'
1.93      raeburn  8812: => 'Course / User',
1.6       bisitz   8813: 
                   8814:    'deny'
1.93      raeburn  8815: => 'deny',
1.6       bisitz   8816: 
                   8817:    'allow'
1.93      raeburn  8818: => 'allow',
1.6       bisitz   8819: 
                   8820:    'Delete this rule'
1.93      raeburn  8821: => 'Delete this rule',
1.6       bisitz   8822: 
                   8823:    'Insert rule above'
1.93      raeburn  8824: => 'Insert rule above',
1.6       bisitz   8825: 
                   8826:    'Insert rule below'
1.93      raeburn  8827: => 'Insert rule below',
1.6       bisitz   8828: 
                   8829:    'Move rule down'
1.93      raeburn  8830: => 'Move rule down',
1.6       bisitz   8831: 
                   8832:    'Move rule up'
1.93      raeburn  8833: => 'Move rule up',
1.6       bisitz   8834: 
                   8835:    'Warning: It can take up to 1 hour for rights changes to fully propagate.'
1.93      raeburn  8836: => 'Warning: It can take up to 1 hour for rights changes to fully propagate.',
1.6       bisitz   8837: 
                   8838:    'email address'
1.93      raeburn  8839: => 'email address',
1.6       bisitz   8840: 
                   8841:    'Updated'
1.12      zhu      8842: => '已更新',
1.6       bisitz   8843: 
1.89      bisitz   8844:    'The error occurred on host [_1]'
1.93      raeburn  8845: => 'The error occurred on host [_1]',
1.6       bisitz   8846: 
                   8847:    'This error occurred on machine [_1]'
1.113     bisitz   8848: => 'This error occurred on machine [_1]',
1.6       bisitz   8849: 
                   8850:    'Clear all Messages in Subdirectory'
1.93      raeburn  8851: => 'Clear all Messages in Subdirectory',
1.6       bisitz   8852: 
                   8853:    'Task information'
1.93      raeburn  8854: => 'Task information',
1.6       bisitz   8855: 
                   8856:    'Automated adds/drops'
1.93      raeburn  8857: => 'Automated adds/drops',
1.6       bisitz   8858: 
                   8859:    'Change enrollment dates'
1.93      raeburn  8860: => 'Change enrollment dates',
1.6       bisitz   8861: 
                   8862:    'Change access dates'
1.93      raeburn  8863: => 'Change access dates',
1.6       bisitz   8864: 
                   8865:    'Notification of changes'
1.93      raeburn  8866: => 'Notification of changes',
1.6       bisitz   8867: 
                   8868:    'Change crosslistings'
1.93      raeburn  8869: => 'Change crosslistings',
1.6       bisitz   8870: 
                   8871:    'Section settings'
1.93      raeburn  8872: => 'Section settings',
1.6       bisitz   8873: 
                   8874:    'Student photo settings'
1.93      raeburn  8875: => 'Student photo settings',
1.6       bisitz   8876: 
                   8877:    'Update roster now'
1.93      raeburn  8878: => 'Update roster now',
1.6       bisitz   8879: 
                   8880:    'Update student photos'
1.93      raeburn  8881: => 'Update student photos',
1.6       bisitz   8882: 
                   8883:    'View students and change type'
1.93      raeburn  8884: => 'View students and change type',
1.6       bisitz   8885: 
                   8886:    'Changes to nightly automated enrollments'
1.93      raeburn  8887: => 'Changes to nightly automated enrollments',
1.6       bisitz   8888: 
                   8889:    'Currently: Nightly adds: [_1], Nightly drops: [_2]'
1.93      raeburn  8890: => 'Currently: Nightly adds: [_1], Nightly drops: [_2]',
1.6       bisitz   8891: 
                   8892:    'OFF'
1.93      raeburn  8893: => 'OFF',
1.6       bisitz   8894: 
                   8895:    'ON'
1.93      raeburn  8896: => 'ON',
1.6       bisitz   8897: 
                   8898:    'Additions based on classlist changes:'
1.93      raeburn  8899: => 'Additions based on classlist changes:',
1.6       bisitz   8900: 
                   8901:    'Removals based on classlist changes:'
1.93      raeburn  8902: => 'Removals based on classlist changes:',
1.6       bisitz   8903: 
                   8904:    'Enable'
1.93      raeburn  8905: => 'Enable',
1.6       bisitz   8906: 
                   8907:    'Disable'
1.93      raeburn  8908: => 'Disable',
1.6       bisitz   8909: 
                   8910:    'Note: Any students added manually by course coordinators using the Enrollment Manager will be unaffected by the nightly removal process if you choose to enable it.'
1.93      raeburn  8911: => 'Note: Any students added manually by course coordinators using the Enrollment Manager will be unaffected by the nightly removal process if you choose to enable it.',
1.6       bisitz   8912: 
                   8913:    'Changes to first and/or last automated enrollment dates'
1.98      bisitz   8914: => 'Changes to first and/or last automated enrollment dates',
1.6       bisitz   8915: 
                   8916:    'Currently: First enrollment: [_1], Last enrollment: [_2]'
1.93      raeburn  8917: => 'Currently: First enrollment: [_1], Last enrollment: [_2]',
1.6       bisitz   8918: 
                   8919:    'Set date of first automated enrollment for registered students'
1.93      raeburn  8920: => 'Set date of first automated enrollment for registered students',
1.6       bisitz   8921: 
                   8922:    'If automated adds and/or drops are enabled, then your class roster will be automatically updated nightly, once the first enrollment date has been reached. Prior to this date, the class roster will only contain students you have added directly using the standard LON-CAPA enrollment tools'
1.93      raeburn  8923: => 'If automated adds and/or drops are enabled, then your class roster will be automatically updated nightly, once the first enrollment date has been reached. Prior to this date, the class roster will only contain students you have added directly using the standard LON-CAPA enrollment tools',
1.6       bisitz   8924: 
                   8925:    'Set date of last automated enrollment for registered students'
1.93      raeburn  8926: => 'Set date of last automated enrollment for registered students',
1.6       bisitz   8927: 
                   8928:    'If automated adds and/or drops are enabled, then your class roster will be automatically updated nightly, until the last enrollment date has been reached.'
1.93      raeburn  8929: => 'If automated adds and/or drops are enabled, then your class roster will be automatically updated nightly, until the last enrollment date has been reached.',
1.6       bisitz   8930: 
                   8931:    'Changes to default start and/or end dates for student access'
1.98      bisitz   8932: => 'Changes to default start and/or end dates for student access',
1.6       bisitz   8933: 
                   8934:    'Currently: default first access:'
1.93      raeburn  8935: => 'Currently: default first access:',
1.6       bisitz   8936: 
                   8937:    ', default last access:'
1.99      raeburn  8938: => ', default last access:',
1.6       bisitz   8939: 
                   8940:    'Set date of first access for registered students added via automated enrollment'
1.93      raeburn  8941: => 'Set date of first access for registered students added via automated enrollment',
1.6       bisitz   8942: 
                   8943:    'Set date of last access for registered students added via automated enrollment'
1.93      raeburn  8944: => 'Set date of last access for registered students added via automated enrollment',
1.6       bisitz   8945: 
                   8946:    'Changes to section settings'
1.93      raeburn  8947: => 'Changes to section settings',
1.6       bisitz   8948: 
                   8949:    'Currently no sections of'
1.93      raeburn  8950: => 'Currently no sections of',
1.6       bisitz   8951: 
                   8952:    'are contributing enrollment to the LON-CAPA class roster.'
1.93      raeburn  8953: => 'are contributing enrollment to the LON-CAPA class roster.',
1.6       bisitz   8954: 
                   8955:    'Add enrollment from additional sections.'
1.93      raeburn  8956: => 'Add enrollment from additional sections.',
1.6       bisitz   8957: 
                   8958:    'Number of new sections to add:'
1.93      raeburn  8959: => 'Number of new sections to add:',
1.6       bisitz   8960: 
                   8961:    'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course'
1.93      raeburn  8962: => 'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course',
1.6       bisitz   8963: 
                   8964:    'if you have chosen to enable a nightly automated enrollment update.'
1.93      raeburn  8965: => 'if you have chosen to enable a nightly automated enrollment update.',
1.6       bisitz   8966: 
                   8967:    'Nightly additions based on classlist changes now'
1.93      raeburn  8968: => 'Nightly additions based on classlist changes now',
1.6       bisitz   8969: 
                   8970:    'Nightly additions based on classlist changes still'
1.93      raeburn  8971: => 'Nightly additions based on classlist changes still',
1.6       bisitz   8972: 
                   8973:    'Nightly removals based on classlist changes now'
1.93      raeburn  8974: => 'Nightly removals based on classlist changes now',
1.6       bisitz   8975: 
                   8976:    'Nightly removals based on classlist changes still'
1.93      raeburn  8977: => 'Nightly removals based on classlist changes still',
1.6       bisitz   8978: 
                   8979:    'enabled'
1.93      raeburn  8980: => 'enabled',
1.6       bisitz   8981: 
                   8982:    'disabled'
1.93      raeburn  8983: => 'disabled',
1.6       bisitz   8984: 
                   8985:    'The first date for automated enrollment has been changed'
1.93      raeburn  8986: => 'The first date for automated enrollment has been changed',
1.6       bisitz   8987: 
                   8988:    'The last date for automated enrollment has been changed'
1.93      raeburn  8989: => 'The last date for automated enrollment has been changed',
1.6       bisitz   8990: 
                   8991:    'The first date for automated enrollment has been left unchanged as'
1.93      raeburn  8992: => 'The first date for automated enrollment has been left unchanged as',
1.6       bisitz   8993: 
                   8994:    'The last date for automated enrollment has been left unchanged as'
1.93      raeburn  8995: => 'The last date for automated enrollment has been left unchanged as',
1.6       bisitz   8996: 
                   8997:    'Currently: Notification:'
1.93      raeburn  8998: => 'Currently: Notification:',
1.6       bisitz   8999: 
                   9000:    'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?'
1.93      raeburn  9001: => 'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?',
1.6       bisitz   9002: 
                   9003:    'The table below contains a list of Kurs-Koordinators in this course.'
1.93      raeburn  9004: => 'The table below contains a list of Kurs-Koordinators in this course.',
1.6       bisitz   9005: 
                   9006:    'username:domain'
1.26      zhu      9007: => '用户名:域',
1.6       bisitz   9008: 
                   9009:    'Course Access'
1.93      raeburn  9010: => 'Course Access',
1.6       bisitz   9011: 
                   9012:    'Current notification status'
1.93      raeburn  9013: => 'Current notification status',
1.6       bisitz   9014: 
                   9015:    'Notification active'
1.93      raeburn  9016: => 'Notification active',
1.6       bisitz   9017: 
                   9018:    'Notification inactive'
1.93      raeburn  9019: => 'Notification inactive',
1.6       bisitz   9020: 
                   9021:    'Notification?'
1.93      raeburn  9022: => 'Notification?',
1.6       bisitz   9023: 
                   9024:    'Notification of enrollment changes now'
1.93      raeburn  9025: => 'Notification of enrollment changes now',
1.6       bisitz   9026: 
                   9027:    'Notification of enrollment changes still'
1.93      raeburn  9028: => 'Notification of enrollment changes still',
1.6       bisitz   9029: 
                   9030:    'The following will receive notification if there are any changes in enrollment in LON-CAPA course:'
1.93      raeburn  9031: => 'The following will receive notification if there are any changes in enrollment in LON-CAPA course:',
1.6       bisitz   9032: 
                   9033:    'as a result of the nightly enrollment check:'
1.93      raeburn  9034: => 'as a result of the nightly enrollment check:',
1.6       bisitz   9035: 
                   9036:    'View/Modify Course Settings'
1.93      raeburn  9037: => 'View/Modify Course Settings',
1.6       bisitz   9038: 
                   9039:    'Course search'
1.93      raeburn  9040: => 'Course search',
1.6       bisitz   9041: 
                   9042:    'View/Modify Courses'
1.93      raeburn  9043: => 'View/Modify Courses',
1.6       bisitz   9044: 
                   9045:    'Course details'
1.93      raeburn  9046: => 'Course details',
1.6       bisitz   9047: 
                   9048:    'Detailed course information:'
1.93      raeburn  9049: => 'Detailed course information:',
1.6       bisitz   9050: 
                   9051:    'Default Access Dates for Students'
1.93      raeburn  9052: => 'Default Access Dates for Students',
1.6       bisitz   9053: 
                   9054:    'Student Counts'
1.93      raeburn  9055: => 'Student Counts',
1.6       bisitz   9056: 
                   9057:    'Auto-enrollment of[_1]registered students'
1.93      raeburn  9058: => 'Auto-enrollment of[_1]registered students',
1.6       bisitz   9059: 
                   9060:    'Details'
                   9061: => 'Details',
                   9062: 
                   9063:    'Not enabled'
1.93      raeburn  9064: => 'Not enabled',
1.6       bisitz   9065: 
                   9066:    'section:'
1.113     bisitz   9067: => 'section:',
1.6       bisitz   9068: 
                   9069:    'Previous access'
1.93      raeburn  9070: => 'Previous access',
1.6       bisitz   9071: 
                   9072:    'Current access'
1.93      raeburn  9073: => 'Current access',
1.6       bisitz   9074: 
                   9075:    'Future access'
1.93      raeburn  9076: => 'Future access',
1.6       bisitz   9077: 
                   9078:    'Back to course listing'
                   9079: => '返回课程目录',
                   9080: 
                   9081:    'Immediate course roster update'
1.93      raeburn  9082: => 'Immediate course roster update',
1.6       bisitz   9083: 
                   9084:    'There were no new students to add to the course.'
1.93      raeburn  9085: => 'There were no new students to add to the course.',
1.6       bisitz   9086: 
                   9087:    'Back to options page'
1.93      raeburn  9088: => 'Back to options page',
1.6       bisitz   9089: 
                   9090:    'View/Modify settings for: '
1.93      raeburn  9091: => 'View/Modify settings for: ',
1.6       bisitz   9092: 
                   9093:    'Modify quota for group portfolio files'
1.98      bisitz   9094: => 'Modify quota for group portfolio files',
1.6       bisitz   9095: 
                   9096:    'Display current settings for automated enrollment'
1.93      raeburn  9097: => 'Display current settings for automated enrollment',
1.6       bisitz   9098: 
                   9099:    'Modify institutional code, course owner and/or default authentication'
1.98      bisitz   9100: => 'Modify institutional code, course owner and/or default authentication',
1.6       bisitz   9101: 
                   9102:    'Modify course catalog settings for course'
1.98      bisitz   9103: => 'Modify course catalog settings for course',
1.6       bisitz   9104: 
                   9105:    'Catalog settings'
1.93      raeburn  9106: => 'Catalog settings',
1.6       bisitz   9107: 
                   9108:    'Catalog Settings for Course'
1.93      raeburn  9109: => 'Catalog Settings for Course',
1.6       bisitz   9110: 
1.81      bisitz   9111:    'Visibility in Course/Community Catalog'
1.93      raeburn  9112: => 'Visibility in Course/Community Catalog',
1.6       bisitz   9113: 
1.81      bisitz   9114:    "Unless excluded, a course/community is listed in this domain's publicly accessible Course/Community Catalog, if at least one of the following applies:"
1.97      raeburn  9115: => "Unless excluded, a course/community is listed in this domain's publicly accessible Course/Community Catalog, if at least one of the following applies:",
1.6       bisitz   9116: 
                   9117:    'Auto-cataloging is enabled and the course is assigned an institutional code'
1.93      raeburn  9118: => 'Auto-cataloging is enabled and the course is assigned an institutional code',
1.6       bisitz   9119: 
                   9120:    'The course has been categorized into at least one of the course categories defined for the domain.'
1.93      raeburn  9121: => 'The course has been categorized into at least one of the course categories defined for the domain.',
1.6       bisitz   9122: 
                   9123:    'Exclude from course catalog'
1.93      raeburn  9124: => 'Exclude from course catalog',
1.6       bisitz   9125: 
                   9126:    'Categorize Course'
1.93      raeburn  9127: => 'Categorize Course',
1.6       bisitz   9128: 
                   9129:    'No categories defined for this domain'
1.93      raeburn  9130: => 'No categories defined for this domain',
1.6       bisitz   9131: 
                   9132:    'Assign one or more categories to this course.'
1.93      raeburn  9133: => 'Assign one or more categories to this course.',
1.6       bisitz   9134: 
                   9135:    'If auto-cataloging based on institutional code is enabled in the domain, a course will continue to be listed in the catalog of official courses, in addition to receiving a listing under any manually assigned categor(ies).'
1.93      raeburn  9136: => 'If auto-cataloging based on institutional code is enabled in the domain, a course will continue to be listed in the catalog of official courses, in addition to receiving a listing under any manually assigned categor(ies).',
1.6       bisitz   9137: 
                   9138:    'Category settings'
1.93      raeburn  9139: => 'Category settings',
1.6       bisitz   9140: 
                   9141:    'Show/Hide a course in the catalog'
1.93      raeburn  9142: => 'Show/Hide a course in the catalog',
1.6       bisitz   9143: 
                   9144:    'Assign a category to a course'
1.93      raeburn  9145: => 'Assign a category to a course',
1.6       bisitz   9146: 
                   9147:    'Set in "Modify Course" (Domain)'
1.93      raeburn  9148: => 'Set in "Modify Course" (Domain)',
1.6       bisitz   9149: 
                   9150:    'Set in "Modify Parameters" (Course)'
1.93      raeburn  9151: => 'Set in "Modify Parameters" (Course)',
1.6       bisitz   9152: 
                   9153:    'Categories'
1.93      raeburn  9154: => 'Categories',
1.6       bisitz   9155: 
                   9156:    'Add category'
1.93      raeburn  9157: => 'Add category',
1.6       bisitz   9158: 
                   9159:    'Add category:'
1.93      raeburn  9160: => 'Add category:',
1.6       bisitz   9161: 
                   9162:    'Add subcategory:'
1.93      raeburn  9163: => 'Add subcategory:',
1.6       bisitz   9164: 
                   9165:    'New:'
1.93      raeburn  9166: => 'New:',
1.6       bisitz   9167: 
                   9168:    'Choose a course'
1.93      raeburn  9169: => 'Choose a course',
1.6       bisitz   9170: 
                   9171:    'Pick action'
1.93      raeburn  9172: => 'Pick action',
1.6       bisitz   9173: 
                   9174:    'Display settings'
1.93      raeburn  9175: => 'Display settings',
1.6       bisitz   9176: 
                   9177:    'Course settings that control automated enrollment in this LON-CAPA course are currently:'
1.93      raeburn  9178: => 'Course settings that control automated enrollment in this LON-CAPA course are currently:',
1.6       bisitz   9179: 
                   9180:    'Course setting'
1.93      raeburn  9181: => 'Course setting',
1.6       bisitz   9182: 
                   9183:    'Modifiable by DC only'
1.93      raeburn  9184: => 'Modifiable by DC only',
1.6       bisitz   9185: 
                   9186:    'Default authentication parameter'
1.93      raeburn  9187: => 'Default authentication parameter',
1.6       bisitz   9188: 
                   9189:    'Default authentication method'
1.93      raeburn  9190: => 'Default authentication method',
1.6       bisitz   9191: 
                   9192:    'Date of last automated enrollment'
1.93      raeburn  9193: => 'Date of last automated enrollment',
1.6       bisitz   9194: 
                   9195:    'Date of first automated enrollment'
1.93      raeburn  9196: => 'Date of first automated enrollment',
1.6       bisitz   9197: 
                   9198:    'Official course code'
1.93      raeburn  9199: => 'Official course code',
1.6       bisitz   9200: 
                   9201:    'Username:domain of course owner'
1.93      raeburn  9202: => 'Username:domain of course owner',
1.6       bisitz   9203: 
                   9204:    'Date of last student access'
1.22      zhu      9205: => '学生访问的结束日期',
1.6       bisitz   9206: 
                   9207:    'Date of first student access'
1.22      zhu      9208: => '学生访问的开始日期',
1.6       bisitz   9209: 
                   9210:    'Course section number(:LON-CAPA section)'
1.93      raeburn  9211: => 'Course section number(:LON-CAPA section)',
1.6       bisitz   9212: 
                   9213:    'Show more details'
1.22      zhu      9214: => '查看更多详情',
1.6       bisitz   9215: 
1.18      zhu      9216:    'Public RSS/podcast (subscribe to)'
                   9217: => '公共RSS /播客(订阅)',
1.6       bisitz   9218: 
                   9219:    'Course Owner:'
1.13      zhu      9220: => '课程所有者:',
1.6       bisitz   9221: 
                   9222:    'Default Authentication method'
1.93      raeburn  9223: => 'Default Authentication method',
1.6       bisitz   9224: 
                   9225:    'Modify settings'
1.93      raeburn  9226: => 'Modify settings',
1.6       bisitz   9227: 
                   9228:    'Automated Enrollment'
1.93      raeburn  9229: => 'Automated Enrollment',
1.6       bisitz   9230: 
                   9231:    'Use the menu on the left to choose an enrollment management task.'
1.93      raeburn  9232: => 'Use the menu on the left to choose an enrollment management task.',
1.6       bisitz   9233: 
                   9234:    'Result of Changes to Automated Enrollment Settings.'
1.93      raeburn  9235: => 'Result of Changes to Automated Enrollment Settings.',
1.6       bisitz   9236: 
                   9237:    'The following automated enrollment parameters have been changed:'
1.113     bisitz   9238: => 'The following automated enrollment parameters have been changed:',
1.6       bisitz   9239: 
                   9240:    'now set to'
1.113     bisitz   9241: => 'now set to',
1.6       bisitz   9242: 
                   9243:    'still set to'
1.113     bisitz   9244: => 'still set to',
1.6       bisitz   9245: 
                   9246:    'The following automated enrollment parameters remain unchanged:'
1.113     bisitz   9247: => 'The following automated enrollment parameters remain unchanged:',
1.6       bisitz   9248: 
                   9249:    'Change settings'
1.93      raeburn  9250: => 'Change settings',
1.6       bisitz   9251: 
                   9252:    "Student's agreement needed for listing in student-viewable roster"
1.93      raeburn  9253: => "Student's agreement needed for listing in student-viewable roster",
1.6       bisitz   9254: 
                   9255:    'Include link to accessible portfolio files'
1.93      raeburn  9256: => 'Include link to accessible portfolio files',
1.6       bisitz   9257: 
                   9258:    'Print header format'
1.93      raeburn  9259: => 'Print header format',
1.6       bisitz   9260: 
                   9261:    'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.'
1.93      raeburn  9262: => 'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.',
1.6       bisitz   9263: 
                   9264:    'Force all students in the course to use a specific math rendering engine.'
1.93      raeburn  9265: => 'Force all students in the course to use a specific math rendering engine.',
1.6       bisitz   9266: 
                   9267:    "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference"
1.98      bisitz   9268: => "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference",
1.6       bisitz   9269: 
                   9270:    'Bridge Task Grading'
1.93      raeburn  9271: => 'Bridge Task Grading',
1.6       bisitz   9272: 
                   9273:    'Classlist Manager'
1.93      raeburn  9274: => 'Classlist Manager', # !?!
1.6       bisitz   9275: 
                   9276:    'Note for students:'
1.70      zhu      9277: => '注意事项:',
1.6       bisitz   9278: 
                   9279:    'If you are officially enrolled in a course but the course is not listed in your LON-CAPA courses, click the "Show more details" link for the specific course and check the default access dates and/or automated enrollment settings.'
1.93      raeburn  9280: => 'If you are officially enrolled in a course but the course is not listed in your LON-CAPA courses, click the "Show more details" link for the specific course and check the default access dates and/or automated enrollment settings.',
1.6       bisitz   9281: 
                   9282:    'Please [_1]log in again[_2].'
1.26      zhu      9283: => '请[_1]重新登录[_2].',
1.6       bisitz   9284: 
                   9285:    'Switching Server ...'
1.70      zhu      9286: => '更换服务器 ...',
1.6       bisitz   9287: 
                   9288:    'Already logged in'
1.70      zhu      9289: => '已经登录',
1.6       bisitz   9290: 
                   9291:    'Apply style file: '
1.93      raeburn  9292: => 'Apply style file: ',
1.6       bisitz   9293: 
                   9294:    'The problem '
1.70      zhu      9295: => '问题 ',
1.6       bisitz   9296: 
                   9297:    'Search criteria'
1.70      zhu      9298: => '搜索条件',
1.6       bisitz   9299: 
                   9300:    'begins with'
1.70      zhu      9301: => '始于',
1.6       bisitz   9302: 
                   9303:    'in selected LON-CAPA domain'
1.70      zhu      9304: => '在选定的 LON-CAPA-域 ',
1.6       bisitz   9305: 
                   9306:    'in institutional directory for selected domain'
1.70      zhu      9307: => '在选定的域中的研究所列表',
1.6       bisitz   9308: 
                   9309:    'No exact match found for the username ([_1]) in LON-CAPA domain: [_2]'
1.113     bisitz   9310: => '没有找到完全匹配的用户名([_1] )在LON-CAPA-域:',
1.6       bisitz   9311: 
                   9312:    'Creating new account.'
1.70      zhu      9313: => '创建新帐户。',
1.6       bisitz   9314: 
                   9315:    'Report a documentation bug'
1.70      zhu      9316: => '报告文件错误 (Englisch)',
1.6       bisitz   9317: 
                   9318:    'You must specify a valid username. Only the following are allowed: letters numbers - . @'
1.70      zhu      9319: => '您必须指定一个有效的用户名。只允许以下字符:字母,数字, "-", "." 和 "@"',
1.6       bisitz   9320: 
                   9321:    'The following need to be corrected before the search can be run:'
1.70      zhu      9322: => '在搜索可以开始之前,下面必须予以纠正:',
1.6       bisitz   9323: 
                   9324:    'You must include some text to search for.'
1.70      zhu      9325: => '您必须包括一些要搜寻的文字。',
1.6       bisitz   9326: 
                   9327:    "The text you are searching for must contain at least two characters when using a 'begins' type search."
1.70      zhu      9328: => "文本搜索必须包含至少有两个字符,当使用的是'开始'类型的搜索。",
1.6       bisitz   9329: 
                   9330:    "The text you are searching for must contain at least three characters when using a 'contains' type search."
1.70      zhu      9331: => "文字要搜索必须包含至少3个字符时,当使用的是'包含'式的搜索。",
1.6       bisitz   9332: 
                   9333:    'You must choose a domain when using an institutional directory search.'
1.70      zhu      9334: => '您必须选择一个域,当使用的是研究所目录搜索。',
1.6       bisitz   9335: 
                   9336:    'You must choose a domain when using a domain search.'
1.70      zhu      9337: => '您必须选择一个域,当使用域搜索。',
1.6       bisitz   9338: 
                   9339:    "When using searching by last,first you must include a comma as separator between last name and first name."
1.93      raeburn  9340: => "When using searching by last,first you must include a comma as separator between last name and first name.",
1.6       bisitz   9341: 
                   9342:    "When searching by last,first you must include at least one character in the first name."
1.93      raeburn  9343: => "When searching by last,first you must include at least one character in the first name.",
1.6       bisitz   9344: 
                   9345:    'Revoking [_1] in [_2]: [_3]'
1.93      raeburn  9346: => 'Revoking [_1] in [_2]: [_3]',
1.6       bisitz   9347: 
                   9348:    'Revoking custom role:'
1.93      raeburn  9349: => 'Revoking custom role:',
1.6       bisitz   9350: 
                   9351:    'Deleting [_1] in [_2]: [_3]'
1.93      raeburn  9352: => 'Deleting [_1] in [_2]: [_3]',
1.6       bisitz   9353: 
1.52      bisitz   9354:    'Deleting custom role [_1] by [_2] in [_3]'
1.93      raeburn  9355: => 'Deleting custom role [_1] by [_2] in [_3]',
1.6       bisitz   9356: 
                   9357:    'Add to classlist'
1.93      raeburn  9358: => 'Add to classlist',
1.6       bisitz   9359: 
                   9360:    'Re-enabling [_1] in [_2]: [_3]'
1.93      raeburn  9361: => 'Re-enabling [_1] in [_2]: [_3]',
1.6       bisitz   9362: 
1.52      bisitz   9363:    'Re-enabling custom role [_1] by [_2] in [_3]: [_4]'
1.93      raeburn  9364: => 'Re-enabling custom role [_1] by [_2] in [_3]: [_4]',
1.6       bisitz   9365: 
                   9366:    'Unknown command'
1.93      raeburn  9367: => 'Unknown command',
1.6       bisitz   9368: 
                   9369:    '[_1] may not be used as the name for a section, as it is a reserved word.'
1.98      bisitz   9370: => '[_1] may not be used as the name for a section, as it is a reserved word.',
1.6       bisitz   9371: 
                   9372:    '[_1] may not be used as the name for a section, as it is the name of a course group.'
1.98      bisitz   9373: => '[_1] may not be used as the name for a section, as it is the name of a course group.',
1.6       bisitz   9374: 
                   9375:    'Please [_1]go back[_2] and choose a different section name.'
1.93      raeburn  9376: => 'Please [_1]go back[_2] and choose a different section name.',
1.6       bisitz   9377: 
                   9378:    'Drop from classlist: [_1]'
1.93      raeburn  9379: => 'Drop from classlist: [_1]',
1.6       bisitz   9380: 
                   9381:    'Existing Role'
1.93      raeburn  9382: => 'Existing Role',
1.6       bisitz   9383: 
                   9384:    'Assigning Role to Self'
                   9385: => 'Assigning Role to Self', # ???
                   9386: 
                   9387:    'Invalid search.'
1.93      raeburn  9388: => 'Invalid search.',
1.6       bisitz   9389: 
                   9390:    'You must enter a search term.'
1.93      raeburn  9391: => 'You must enter a search term.',
1.6       bisitz   9392: 
                   9393:    'You must specify a valid domain when searching in a domain or institutional directory.'
1.93      raeburn  9394: => 'You must specify a valid domain when searching in a domain or institutional directory.',
1.6       bisitz   9395: 
                   9396:    'You may want to search in the LON-CAPA domain instead of the institutional directory.'
1.93      raeburn  9397: => 'You may want to search in the LON-CAPA domain instead of the institutional directory.',
1.6       bisitz   9398: 
                   9399:    'New users can only be created in the domain to which your current role belongs - [_1].'
1.93      raeburn  9400: => 'New users can only be created in the domain to which your current role belongs - [_1].',
1.6       bisitz   9401: 
                   9402:    'Institutional directory search is not available in domain: [_1]'
1.93      raeburn  9403: => 'Institutional directory search is not available in domain: [_1]',
1.6       bisitz   9404: 
                   9405:    'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.'
1.93      raeburn  9406: => 'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.',
1.6       bisitz   9407: 
                   9408:    'Institutional directory search in domain: [_1] is not available to your user type: '
1.93      raeburn  9409: => 'Institutional directory search in domain: [_1] is not available to your user type: ',
1.6       bisitz   9410: 
                   9411:    'Institutional directory search has not been configured for domain: [_1]'
1.93      raeburn  9412: => 'Institutional directory search has not been configured for domain: [_1]',
1.6       bisitz   9413: 
                   9414:    'Institutional directory search in domain: [_1] is not available for searching by "[_2]"'
1.93      raeburn  9415: => 'Institutional directory search in domain: [_1] is not available for searching by "[_2]"',
1.6       bisitz   9416: 
                   9417:    'Institutional directory search in domain: [_1] is not available.'
1.93      raeburn  9418: => 'Institutional directory search in domain: [_1] is not available.',
1.6       bisitz   9419: 
                   9420:    'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"'
1.93      raeburn  9421: => 'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"',
1.6       bisitz   9422: 
                   9423:    'You may want to broaden your search to a search of the institutional directory for the domain.'
1.93      raeburn  9424: => 'You may want to broaden your search to a search of the institutional directory for the domain.',
1.6       bisitz   9425: 
                   9426:    'You may want to broaden your search to the selected LON-CAPA domain.'
1.93      raeburn  9427: => 'You may want to broaden your search to the selected LON-CAPA domain.',
1.6       bisitz   9428: 
                   9429:    'Pick group first'
1.93      raeburn  9430: => 'Pick group first',
1.6       bisitz   9431: 
                   9432:    'No login name specified'
1.93      raeburn  9433: => 'No login name specified',
1.6       bisitz   9434: 
1.19      zhu      9435:    'Invalid login name'
1.93      raeburn  9436: => 'Invalid login name',
1.6       bisitz   9437: 
1.19      zhu      9438:    'Only letters, numbers, periods, dashes, @, and underscores are valid'
1.93      raeburn  9439: => 'Only letters, numbers, periods, dashes, @, and underscores are valid',
1.6       bisitz   9440: 
                   9441:    'For this user, the default quota would be [_1] Mb.'
1.93      raeburn  9442: => 'For this user, the default quota would be [_1] Mb.',
1.6       bisitz   9443: 
                   9444:    "For this user, the default quota would be [_1] Mb, as determined by the user's institutional affiliation ([_2])."
1.93      raeburn  9445: => "For this user, the default quota would be [_1] Mb, as determined by the user's institutional affiliation ([_2]).",
1.6       bisitz   9446: 
                   9447:    "For this user, the default quota of [_1] Mb, is determined by the user's institutional affiliation ([_2])."
1.93      raeburn  9448: => "For this user, the default quota of [_1] Mb, is determined by the user's institutional affiliation ([_2]).",
1.6       bisitz   9449: 
                   9450:    'in all LON-CAPA domains.'
1.93      raeburn  9451: => 'in all LON-CAPA domains.',
1.6       bisitz   9452: 
                   9453:    'in LON-CAPA domains:'
1.93      raeburn  9454: => 'in LON-CAPA domains:',
1.6       bisitz   9455: 
                   9456:    'in LON-CAPA domain '
1.31      bisitz   9457: => '在LON-CAPA域 ',
1.6       bisitz   9458: 
                   9459:    'Course settings modifiable by [_1] only.'
1.93      raeburn  9460: => 'Course settings modifiable by [_1] only.',
1.6       bisitz   9461: 
                   9462:    'Course Owner'
1.93      raeburn  9463: => 'Course Owner',
1.6       bisitz   9464: 
                   9465:    'Username:Domain'
1.26      zhu      9466: => '用户名:域',
1.6       bisitz   9467: 
                   9468:    'Course Activity'
1.93      raeburn  9469: => 'Course Activity',
1.6       bisitz   9470: 
                   9471:    'Course Domain'
1.93      raeburn  9472: => 'Course Domain',
1.6       bisitz   9473: 
                   9474:    'Course Institutional Code'
1.93      raeburn  9475: => 'Course Institutional Code',
1.6       bisitz   9476: 
                   9477:    "Course Owner's Username"
1.93      raeburn  9478: => "Course Owner's Username",
1.6       bisitz   9479: 
                   9480:    "Course Owner's Domain"
1.93      raeburn  9481: => "Course Owner's Domain",
1.6       bisitz   9482: 
                   9483:    'Course Type'
1.93      raeburn  9484: => 'Course Type',
1.6       bisitz   9485: 
                   9486:    'LON-CAPA course ID'
1.93      raeburn  9487: => 'LON-CAPA course ID',
1.6       bisitz   9488: 
                   9489:    'None found'
1.93      raeburn  9490: => 'None found',
1.6       bisitz   9491: 
                   9492:    'Course settings which only a [_1] may modify.'
1.93      raeburn  9493: => 'Course settings which only a [_1] may modify.',
1.6       bisitz   9494: 
                   9495:    "Click a 'Select' button to view or modify settings for a [_1] which may only be modified by a [_2] in this domain."
1.93      raeburn  9496: => "Click a 'Select' button to view or modify settings for a [_1] which may only be modified by a [_2] in this domain.",
1.6       bisitz   9497: 
                   9498:    'Single user search'
1.93      raeburn  9499: => 'Single user search',
1.6       bisitz   9500: 
                   9501:    'Set enrollment'
1.93      raeburn  9502: => 'Set enrollment',
1.6       bisitz   9503: 
                   9504:    'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.'
1.93      raeburn  9505: => 'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.',
1.6       bisitz   9506: 
                   9507:    'Please review the information in "Log-in help" if you are unable to log-in.'
1.93      raeburn  9508: => 'Please review the information in "Log-in help" if you are unable to log-in.',
1.6       bisitz   9509: 
                   9510:    'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.'
1.93      raeburn  9511: => 'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.',
1.6       bisitz   9512: 
                   9513:    'Getting started guide'
1.93      raeburn  9514: => 'Getting started guide',
1.6       bisitz   9515: 
                   9516:    '[_1] [_2] [_3] [_4] [_5]m [_6]s ' # "mm dd yyyy hh mi ss" (1:month, 2:day, 3:year, 4:hour, 5:minute, 6:second)
1.101     bisitz   9517: => '[_1] [_2] [_3] [_4] [_5]m [_6]s ', # => '[_2]. [_1] [_3], [_4]:[_5]:[_6] ', # "dd. mm yyyy, hh:mi:ss" (German date format)
1.6       bisitz   9518: 
                   9519:    '[_1]Select Date[_2]'
1.13      zhu      9520: => '[_1]请选择日期[_2]',
1.6       bisitz   9521: 
                   9522:    '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.'
1.98      bisitz   9523: => '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.',
1.6       bisitz   9524: 
                   9525:    '[_1] to require students to opt-in to listing in the roster (on the roster page).'
1.98      bisitz   9526: => '[_1] to require students to opt-in to listing in the roster (on the roster page).',
1.6       bisitz   9527: 
                   9528:    "[_1] for link to each a listing of each student's files."
1.99      raeburn  9529: => "[_1] for link to each a listing of each student's files.",
1.6       bisitz   9530: 
                   9531:    '[_1]: student, [_2]: TA, [_3]: instructor'
1.26      zhu      9532: => '[_1]: 学生, [_2]: 导师, [_3]: 讲师',
1.6       bisitz   9533: 
                   9534:    'role:section,role:section,...'
1.93      raeburn  9535: => 'role:section,role:section,...',
1.6       bisitz   9536: 
                   9537:    'Example: "<tt>st:001,st:002,in,cc</tt>" would permit students in sections 001 and 002 and instructors in any section, and course coordinators to edit their own posts.'
1.93      raeburn  9538: => 'Example: "<tt>st:001,st:002,in,cc</tt>" would permit students in sections 001 and 002 and instructors in any section, and course coordinators to edit their own posts.',
1.6       bisitz   9539: 
                   9540:    'supported types'
1.93      raeburn  9541: => 'supported types',
1.6       bisitz   9542: 
                   9543:    '[_1] to send a message only to student, [_2] to send message to student and add record to user information page for instructors. Leave blank to disable.'
1.98      bisitz   9544: => '[_1] to send a message only to student, [_2] to send message to student and add record to user information page for instructors. Leave blank to disable.',
1.6       bisitz   9545: 
                   9546:    'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.'
1.93      raeburn  9547: => 'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.',
1.6       bisitz   9548: 
                   9549:    '[_1]: they are allowed (this is the default). [_2]: no, they can only grade their own section.'
1.101     bisitz   9550: => '[_1]: they are allowed (this is the default). [_2]: no, they can only grade their own section.',
1.6       bisitz   9551: 
                   9552:    'Calendar Announcement for '
1.93      raeburn  9553: => 'Calendar Announcement for ',
1.6       bisitz   9554: 
                   9555:    'Opening'
1.93      raeburn  9556: => 'Opening',
1.6       bisitz   9557: 
                   9558:    'Closing'
1.93      raeburn  9559: => 'Closing',
1.6       bisitz   9560: 
                   9561:    'To add a new user:'
1.93      raeburn  9562: => 'To add a new user:',
1.6       bisitz   9563: 
                   9564:    "(You can only create new users in your current role's domain - [_1])"
1.98      bisitz   9565: => "(You can only create new users in your current role's domain - [_1])",
1.6       bisitz   9566: 
                   9567:    "You are not authorized to create new users in your current role's domain - [_1]."
1.93      raeburn  9568: => "You are not authorized to create new users in your current role's domain - [_1].",
1.6       bisitz   9569: 
                   9570:    "Set 'Domain/institution to search' to: [_1]"
1.93      raeburn  9571: => "Set 'Domain/institution to search' to: [_1]",
1.6       bisitz   9572: 
                   9573:    "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]"
1.93      raeburn  9574: => "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]",
1.6       bisitz   9575: 
                   9576:    'Provide the proposed username'
1.93      raeburn  9577: => 'Provide the proposed username',
1.6       bisitz   9578: 
                   9579:    'Select a user to add/modify roles'
1.93      raeburn  9580: => 'Select a user to add/modify roles',
1.6       bisitz   9581: 
                   9582:    "Click 'Search'"
1.93      raeburn  9583: => "Click 'Search'",
1.6       bisitz   9584: 
                   9585:    'User Search to add/modify roles'
1.93      raeburn  9586: => 'User Search to add/modify roles',
1.6       bisitz   9587: 
                   9588: 
                   9589: # Feedback messages:
                   9590: 
                   9591:    'You have entered that answer before'
1.18      zhu      9592: => '您已经输入了答案',
1.6       bisitz   9593: 
                   9594:    "Computer's answer now shown above."
1.18      zhu      9595: => "上面显示的是正确答案。",
1.6       bisitz   9596: 
                   9597:    'You are correct.'
1.18      zhu      9598: => '正确答案!',
1.6       bisitz   9599: 
                   9600:    'You are partially correct.'
1.18      zhu      9601: => '部分正确。',
1.6       bisitz   9602: 
                   9603:    'Incorrect'
1.18      zhu      9604: => '错误',
1.6       bisitz   9605: 
1.22      zhu      9606:    'Your receipt no. is [_1]'
                   9607: => '您的证明编号是 [_1]',
1.6       bisitz   9608: 
                   9609:    'You are excused from the problem.'
1.18      zhu      9610: => '你的作业已通过。',
1.6       bisitz   9611: 
                   9612:    'Some extra items were submitted.'
1.93      raeburn  9613: => 'Some extra items were submitted.',
1.6       bisitz   9614: 
                   9615:    'Some items were not submitted.'
1.93      raeburn  9616: => 'Some items were not submitted.',
1.6       bisitz   9617: 
                   9618:    'An error occurred while grading your answer.'
1.93      raeburn  9619: => 'An error occurred while grading your answer.',
1.6       bisitz   9620: 
                   9621:    'The submitted answer was too long.'
1.93      raeburn  9622: => 'The submitted answer was too long.',
1.6       bisitz   9623: 
                   9624:    'This question expects a numeric answer.'
1.93      raeburn  9625: => 'This question expects a numeric answer.',
1.6       bisitz   9626: 
                   9627:    'You have provided an invalid ranking.'
1.93      raeburn  9628: => 'You have provided an invalid ranking.',
1.6       bisitz   9629: 
                   9630:    'Please refer to [_1]'
1.93      raeburn  9631: => 'Please refer to [_1]',
1.6       bisitz   9632: 
                   9633:    'help on ranking problems'
1.93      raeburn  9634: => 'help on ranking problems',
1.6       bisitz   9635: 
                   9636:    "Submission won't be graded. The type of file submitted is not allowed."
1.93      raeburn  9637: => "Submission won't be graded. The type of file submitted is not allowed.",
1.6       bisitz   9638: 
                   9639:    'Submission not graded. Use fewer digits.'
1.93      raeburn  9640: => 'Submission not graded. Use fewer digits.',
1.6       bisitz   9641: 
                   9642:    'Submission not graded. Use more digits.'
1.93      raeburn  9643: => 'Submission not graded. Use more digits.',
1.6       bisitz   9644: 
                   9645:    'Error in instructor specifed unit. This error has been reported to the instructor.'
1.93      raeburn  9646: => 'Error in instructor specifed unit. This error has been reported to the instructor.',
1.6       bisitz   9647: 
                   9648:    'Unable to interpret units. Computer reads units as "[_1]".'
1.93      raeburn  9649: => 'Unable to interpret units. Computer reads units as "[_1]".',
1.6       bisitz   9650: 
                   9651:    'Incompatible units. No conversion found between "[_1]" and the required units.'
1.93      raeburn  9652: => 'Incompatible units. No conversion found between "[_1]" and the required units.',
1.6       bisitz   9653: 
                   9654:    'Only a number required. Computer reads units of "[_1]".'
1.93      raeburn  9655: => 'Only a number required. Computer reads units of "[_1]".',
1.6       bisitz   9656: 
                   9657:    'Proper comma separation is required'
1.93      raeburn  9658: => 'Proper comma separation is required',
1.6       bisitz   9659: 
                   9660:    'Unable to understand formula'
1.93      raeburn  9661: => 'Unable to understand formula',
1.6       bisitz   9662: 
                   9663:    'Your submission has been recorded.'
1.93      raeburn  9664: => 'Your submission has been recorded.',
1.6       bisitz   9665: 
                   9666:    'A draft copy has been saved.'
1.93      raeburn  9667: => 'A draft copy has been saved.',
1.6       bisitz   9668: 
                   9669:    'Nothing submitted.'
1.93      raeburn  9670: => 'Nothing submitted.',
1.6       bisitz   9671: 
                   9672:    'Unknown message'
1.93      raeburn  9673: => 'Unknown message',
1.6       bisitz   9674: 
                   9675:    'Returned file(s): [_1]'
1.93      raeburn  9676: => 'Returned file(s): [_1]',
1.6       bisitz   9677: 
                   9678:    'Answer Submitted: Your final submission will be graded after the due date.'
1.93      raeburn  9679: => 'Answer Submitted: Your final submission will be graded after the due date.',
1.6       bisitz   9680: 
                   9681: # --/
                   9682: 
                   9683: 
                   9684:    ' The last submission was after the Due Date '
1.98      bisitz   9685: => ' The last submission was after the Due Date ',
1.6       bisitz   9686: 
                   9687:    'Submit a file: (only one file can be uploaded)'
1.13      zhu      9688: => '提交档案: (只允许上传一个文件)',
1.6       bisitz   9689: 
                   9690:    'OR:'
1.13      zhu      9691: => '或者:',
1.6       bisitz   9692: 
                   9693:    'Select Portfolio Files'
1.13      zhu      9694: => '选择组合文件',
1.6       bisitz   9695: 
                   9696:    'Portfolio files previously selected: [_1]'
1.93      raeburn  9697: => 'Portfolio files previously selected: [_1]',
1.6       bisitz   9698: 
                   9699:    "These file(s) don't exist: [_1]"
1.93      raeburn  9700: => "These file(s) don't exist: [_1]",
1.6       bisitz   9701: 
                   9702:    'Previously published version'
1.93      raeburn  9703: => 'Previously published version',
1.6       bisitz   9704: 
                   9705:    'You do not have privileges to modify the authentication configuration for this user.'
1.93      raeburn  9706: => 'You do not have privileges to modify the authentication configuration for this user.',
1.6       bisitz   9707: 
                   9708:    'You do not have privileges to modify the portfolio quota for this user.'
1.93      raeburn  9709: => 'You do not have privileges to modify the portfolio quota for this user.',
1.6       bisitz   9710: 
                   9711:    'If a change is required, contact a domain coordinator for the domain'
1.93      raeburn  9712: => 'If a change is required, contact a domain coordinator for the domain',
1.6       bisitz   9713: 
                   9714:    'with submissions'
1.27      zhu      9715: => '带答案',
1.6       bisitz   9716: 
                   9717:    'in grading queue'
1.27      zhu      9718: => '在评估队列中',
1.6       bisitz   9719: 
                   9720:    'with ungraded submissions'
1.27      zhu      9721: => '未评估的答案',
1.6       bisitz   9722: 
                   9723:    'with incorrect submissions'
1.27      zhu      9724: => '错误的答案',
1.6       bisitz   9725: 
                   9726:    'with any status'
1.27      zhu      9727: => '任何状态',
1.6       bisitz   9728: 
                   9729:    'Default value or none'
1.27      zhu      9730: => '默认值或无',
1.6       bisitz   9731: 
                   9732:    'Floating Point between 1 and 0'
1.27      zhu      9733: => '浮点运算的1和0',
1.6       bisitz   9734: 
                   9735:    'Floating point number between zero and one'
1.93      raeburn  9736: => 'Floating point number between zero and one',
1.6       bisitz   9737: 
                   9738:    'Positive Floating Point'
1.93      raeburn  9739: => 'Positive Floating Point',
1.6       bisitz   9740: 
                   9741:    'Positive floating point number or zero'
1.93      raeburn  9742: => 'Positive floating point number or zero',
1.6       bisitz   9743: 
                   9744:    'Floating Point'
1.93      raeburn  9745: => 'Floating Point',
1.6       bisitz   9746: 
                   9747:    'Floating point number'
1.93      raeburn  9748: => 'Floating point number',
1.6       bisitz   9749: 
                   9750:    'Auto-enrollment settings'
1.93      raeburn  9751: => 'Auto-enrollment settings',
1.6       bisitz   9752: 
                   9753:    'Configuration setting'
1.113     bisitz   9754: => '配置设置',
1.6       bisitz   9755: 
                   9756:    'Value(s)'
1.113     bisitz   9757: => 'Value(s)',
1.6       bisitz   9758: 
                   9759:    'Auto-enrollment active?'
1.93      raeburn  9760: => 'Auto-enrollment active?',
1.6       bisitz   9761: 
                   9762:    'Access to other pages will be prevented until you have moved the message to your inbox.'
1.63      zhu      9763: => '只有把该邮件移至收件箱才可以访问其他网页。',
1.6       bisitz   9764: 
                   9765:    'Access to other pages will be prevented until you have moved all critical messages to your inbox.'
1.63      zhu      9766: => '只有把所有的重要邮件移至收件箱才可以访问其他网页。',
1.6       bisitz   9767: 
                   9768:    'Move to Inbox'
1.63      zhu      9769: => '移至收件箱',
1.6       bisitz   9770: 
                   9771:    'Move to Inbox/Compose reply'
1.63      zhu      9772: => '移至收件箱并回复',
1.6       bisitz   9773: 
                   9774:    'Confirm Receipt'
1.63      zhu      9775: => '确认已收到',
1.6       bisitz   9776: 
                   9777:    'Confirm Receipt and Reply'
1.63      zhu      9778: => '确认已收到并回复',
1.6       bisitz   9779: 
                   9780:    'Displaying Critical Messages'
1.63      zhu      9781: => '显示重要邮件',
1.6       bisitz   9782: 
                   9783:    'Confirming Receipt'
1.63      zhu      9784: => '确认已收到',
1.6       bisitz   9785: 
                   9786:    'Confirmed Receipt'
1.63      zhu      9787: => '确认已收到',
1.6       bisitz   9788: 
                   9789:    'Communicate'
                   9790: => '通讯',
                   9791: 
                   9792:    'Replying to a Critical Message'
1.63      zhu      9793: => '针对重要邮件',
1.6       bisitz   9794: 
                   9795:    'Answer Available'
1.70      zhu      9796: => '答复可用',
1.6       bisitz   9797: 
                   9798:    ' to '
1.70      zhu      9799: => ' 到 ', # ???
1.6       bisitz   9800: 
                   9801:    'Event from [_1] to [_2]'
1.63      zhu      9802: => '活动由 [_1] 至 [_2]',
1.6       bisitz   9803: 
                   9804:    '[_1]: [_2] from domain [_3]'
1.70      zhu      9805: => '[_1]: [_2] 从域 [_3]',
1.6       bisitz   9806: 
                   9807:    'The following problems occurred:'
1.70      zhu      9808: => '发生下列问题:',
1.6       bisitz   9809: 
                   9810:    'Could not initialize [_1] at this time.'
1.70      zhu      9811: => '目前无法初始化[_1]。',
1.6       bisitz   9812: 
                   9813:    'Please try again.'
1.63      zhu      9814: => '请再试一次。',
1.6       bisitz   9815: 
                   9816:    'in this course'
1.70      zhu      9817: => '在该课程中',
1.6       bisitz   9818: 
                   9819:    'Remove Checked Entries'
1.22      zhu      9820: => '删除选中的条目',
1.6       bisitz   9821: 
                   9822:    'Modify Student Data'
1.22      zhu      9823: => '修改学生资料',
1.6       bisitz   9824: 
                   9825:    'First name'
1.70      zhu      9826: => '名字',
1.6       bisitz   9827: 
                   9828:    'Middle name'
1.22      zhu      9829: => '第二个名字',
1.6       bisitz   9830: 
                   9831:    'Last name'
1.70      zhu      9832: => '姓氏',
1.6       bisitz   9833: 
                   9834:    'ID'
1.93      raeburn  9835: => 'ID/学号',,
1.6       bisitz   9836: 
                   9837:    'Sending critical message'
1.22      zhu      9838: => '发送重要消息',
1.6       bisitz   9839: 
                   9840:    'Replying to'
1.10      zhu      9841: => '回复',
1.6       bisitz   9842: 
1.86      bisitz   9843:    'All messages:'
1.93      raeburn  9844: => 'All messages:',
1.86      bisitz   9845: 
                   9846:    'Unread messages:'
1.93      raeburn  9847: => 'Unread messages:',
1.86      bisitz   9848: 
                   9849:    'Read messages:'
1.93      raeburn  9850: => 'Read messages:',
1.86      bisitz   9851: 
                   9852:    'Replied to messages:'
1.93      raeburn  9853: => 'Replied to messages:',
1.86      bisitz   9854: 
                   9855:    'Forwarded messages:'
1.93      raeburn  9856: => 'Forwarded messages:',
1.86      bisitz   9857: 
                   9858:    'showing messages [_1] through [_2] of [_3].'
                   9859: => '显示消息[_1]通过[_2]的[_3] 。',
1.6       bisitz   9860: 
                   9861:    'Broadcast Message'
1.22      zhu      9862: => '广播消息',
1.6       bisitz   9863: 
1.68      bisitz   9864:    'randomly pick [quant,_1,resource]'
1.101     bisitz   9865: => 'randomly pick [quant,_1,resource]', # => '随机挑选 [quant,_1,resource,resource]',
1.68      bisitz   9866: 
1.6       bisitz   9867:    'contents hidden'
1.22      zhu      9868: => '隐藏的内容',
1.6       bisitz   9869: 
1.68      bisitz   9870:    'URLs hidden'
1.70      zhu      9871: => '隐藏 URLs',
1.68      bisitz   9872: 
                   9873:    'random order'
1.70      zhu      9874: => '随机顺序',
1.68      bisitz   9875: 
1.6       bisitz   9876:    'Resources in course with version changes since yesterday'
1.63      zhu      9877: => '课程中的资源,从昨天起版本的变化',
1.6       bisitz   9878: 
                   9879:    'Version changes since Yesterday'
1.63      zhu      9880: => '从昨天起版本的变化',
1.6       bisitz   9881: 
                   9882:    'Resources in course with version changes since last week'
1.63      zhu      9883: => '课程中的资源,从上周起版本的变化',
1.6       bisitz   9884: 
                   9885:    'Version changes since last Week'
1.63      zhu      9886: => '从上周起版本的变化',
1.6       bisitz   9887: 
                   9888:    'Resources in course with version changes since last month'
1.63      zhu      9889: => '课程中的资源,从上个月起版本的变化',
1.6       bisitz   9890: 
                   9891:    'Version changes since last Month'
1.63      zhu      9892: => '从上个月起版本的变化',
1.6       bisitz   9893: 
                   9894:    'Resources in course with version changes seit start of course'
1.63      zhu      9895: => '课程中的资源,从课程开始起版本的变化',
1.6       bisitz   9896: 
                   9897:    'Version changes since start of Course'
1.63      zhu      9898: => '从课程开始起版本的变化',
1.6       bisitz   9899: 
                   9900:    'No version changes since yesterday'
1.63      zhu      9901: => '从昨天起版本没有变化',
1.6       bisitz   9902: 
                   9903:    'No version changes since last week'
1.63      zhu      9904: => '从上周起版本没有变化',
1.6       bisitz   9905: 
                   9906:    'No version changes since last month'
1.63      zhu      9907: => '从上个月起版本没有变化',
1.6       bisitz   9908: 
                   9909:    'No version changes since start of course'
1.63      zhu      9910: => '从课程开始起版本没有变化',
1.6       bisitz   9911: 
                   9912:    'version changes since yesterday'
1.63      zhu      9913: => '从昨天起版本的变化',
1.6       bisitz   9914: 
                   9915:    'version changes since last week'
1.63      zhu      9916: => '从上周起版本的变化',
1.6       bisitz   9917: 
                   9918:    'version changes since last month'
1.63      zhu      9919: => '从上个月起版本的变化',
1.6       bisitz   9920: 
                   9921:    'version changes since start of course'
1.63      zhu      9922: => '从课程开始起版本的变化',
1.6       bisitz   9923: 
                   9924:    'Roles for which access to course has expired since yesterday'
1.63      zhu      9925: => '从昨天起该课程过期的角色',
1.6       bisitz   9926: 
                   9927:    'Roles for which access to course has expired since last week'
1.63      zhu      9928: => '从上周起该课程过期的角色',
1.6       bisitz   9929: 
                   9930:    'Roles for which access to course has expired since last month'
1.63      zhu      9931: => '从上个月起该课程过期的角色',
1.6       bisitz   9932: 
                   9933:    'Roles for which access to course has expired since start of course'
1.63      zhu      9934: => '从课程开始起过期的角色',
1.6       bisitz   9935: 
                   9936:    'There are no roles which expired since yesterday'
1.63      zhu      9937: => '没有角色从昨天起过期了',
1.6       bisitz   9938: 
                   9939:    'There are no roles which expired since last week'
1.63      zhu      9940: => '没有角色从上周起过期了',
1.6       bisitz   9941: 
                   9942:    'There are no roles which expired since last month'
1.63      zhu      9943: => '没有角色从上个月起过期了',
1.6       bisitz   9944: 
                   9945:    'There are no roles which expired since start of course'
1.63      zhu      9946: => '没有角色从课程开始起过期了',
1.6       bisitz   9947: 
                   9948:    'roles which expired since yesterday'
1.63      zhu      9949: => '从昨天起该课程过期的角色',
1.6       bisitz   9950: 
                   9951:    'roles which expired since last week'
1.63      zhu      9952: => '从上周起该课程过期的角色',
1.6       bisitz   9953: 
                   9954:    'roles which expired since last month'
1.63      zhu      9955: => '从上个月起该课程过期的角色',
1.6       bisitz   9956: 
                   9957:    'roles which expired since start of course'
1.63      zhu      9958: => '从课程开始起过期的角色',
1.6       bisitz   9959: 
                   9960:    'Roles for which access to course has become available since yesterday'
1.63      zhu      9961: => '从昨天起分配给该课程的角色',
1.6       bisitz   9962: 
                   9963:    'Roles for which access to course has become available since last week'
1.63      zhu      9964: => '从上周起分配给该课程的角色',
1.6       bisitz   9965: 
                   9966:    'Roles for which access to course has become available since last month'
1.63      zhu      9967: => '从上个月起分配给该课程的角色',
1.6       bisitz   9968: 
                   9969:    'Roles for which access to course has become available since start of course'
1.63      zhu      9970: => '从课程开始起分配给该课程的角色',
1.6       bisitz   9971: 
                   9972:    'There are no roles which have become active since yesterday'
1.63      zhu      9973: => '从昨天起没有角色分配给该课程',
1.6       bisitz   9974: 
                   9975:    'There are no roles which have become active since last week'
1.63      zhu      9976: => '从上周起没有角色分配给该课程',
1.6       bisitz   9977: 
                   9978:    'There are no roles which have become active since last month'
1.63      zhu      9979: => '从上个月起没有角色分配给该课程',
1.6       bisitz   9980: 
                   9981:    'There are no roles which have become active since start of course'
1.63      zhu      9982: => '从课程开始起没有角色分配给该课程',
1.6       bisitz   9983: 
                   9984:    'roles which have become active since yesterday'
1.63      zhu      9985: => '从昨天起分配给该课程的角色',
1.6       bisitz   9986: 
                   9987:    'roles which have become active since last week'
1.63      zhu      9988: => '从上周起分配给该课程的角色',
1.6       bisitz   9989: 
                   9990:    'roles which have become active since last month'
1.63      zhu      9991: => '从上个月起分配给该课程的角色',
1.6       bisitz   9992: 
                   9993:    'roles which have become active since start of course'
1.63      zhu      9994: => '从课程开始起分配给该课程的角色',
1.6       bisitz   9995: 
                   9996:    'Show all posts'
1.27      zhu      9997: => '查看所有帖子',
1.6       bisitz   9998: 
                   9999:    'to display'
1.27      zhu      10000: => '显示', # ???
1.6       bisitz   10001: 
                   10002:    'posts previously marked read'
1.27      zhu      10003: => '帖子先前标记为已读',
1.6       bisitz   10004: 
                   10005:    'previously viewed posts'
1.27      zhu      10006: => '先前浏览的帖子',
1.6       bisitz   10007: 
                   10008:    'NEW'
1.18      zhu      10009: => '新的',
1.6       bisitz   10010: 
                   10011:    'Preferences on what is marked as NEW'
1.22      zhu      10012: => '偏好,什么将被标记为新',
1.6       bisitz   10013: 
                   10014:    'Mark NEW posts no longer new'
1.22      zhu      10015: => '随着新的帖子将不再标记为新',
1.6       bisitz   10016: 
                   10017:    'Sorting/Filtering options'
1.12      zhu      10018: => '排序/过滤选项',
1.6       bisitz   10019: 
                   10020:    'Export'
1.12      zhu      10021: => '导出',
1.6       bisitz   10022: 
                   10023:    'Attachments'
1.12      zhu      10024: => '附件',
1.6       bisitz   10025: 
                   10026:    'Download the zip file from [_1]Discussion Posting Archive'
1.12      zhu      10027: => '下载zip档案由[_1]讨论发布档案',
1.6       bisitz   10028: 
                   10029:    'The following errors occurred during export - [_1]'
1.93      raeburn  10030: => 'The following errors occurred during export - [_1]',
1.6       bisitz   10031: 
                   10032:    'Unfortunately you will not be able to retrieve an archive of the discussion posts at this time, because there was a problem creating a manifest file.'
1.93      raeburn  10033: => 'Unfortunately you will not be able to retrieve an archive of the discussion posts at this time, because there was a problem creating a manifest file.',
1.6       bisitz   10034: 
                   10035:    'Unfortunately you will not be able to retrieve an IMS archive of this posts at this time, because there was a problem creating a manifest file.'
1.93      raeburn  10036: => 'Unfortunately you will not be able to retrieve an IMS archive of this posts at this time, because there was a problem creating a manifest file.',
1.6       bisitz   10037: 
                   10038:    'Make Visible'
                   10039: => '显示',
                   10040: 
                   10041:    'Mark unread'
1.93      raeburn  10042: => 'Mark unread',
1.6       bisitz   10043: 
                   10044:    'Mark read'
1.93      raeburn  10045: => 'Mark read',
1.6       bisitz   10046: 
                   10047:    'This post has been edited by the author.'
1.93      raeburn  10048: => 'This post has been edited by the author.',
1.6       bisitz   10049: 
                   10050:    'Display all versions'
1.93      raeburn  10051: => 'Display all versions',
1.6       bisitz   10052: 
                   10053:    'Earlier version(s) were posted on: '
1.93      raeburn  10054: => 'Earlier version(s) were posted on: ',
1.6       bisitz   10055: 
                   10056:    'You do not have privileges to view all versions of posts.'
1.93      raeburn  10057: => 'You do not have privileges to view all versions of posts.',
1.6       bisitz   10058: 
                   10059:    'Please select a different role.'
1.93      raeburn  10060: => 'Please select a different role.',
1.6       bisitz   10061: 
                   10062:    'Error copying file attachment - [_1] to IMS package'
1.93      raeburn  10063: => 'Error copying file attachment - [_1] to IMS package',
1.6       bisitz   10064: 
                   10065:    'Error copying file attachment - [_1] to IMS package: '
1.93      raeburn  10066: => 'Error copying file attachment - [_1] to IMS package: ',
1.6       bisitz   10067: 
                   10068:    'Re: '
                   10069: => 'Re: ',
                   10070: 
                   10071:    'Please select a feedback type.'
1.93      raeburn  10072: => 'Please select a feedback type.',
1.6       bisitz   10073: 
1.89      bisitz   10074:    'Sorry, no feedback possible on this resource ...'
1.93      raeburn  10075: => 'Sorry, no feedback possible on this resource ...',
1.6       bisitz   10076: 
                   10077:    'Error sending message to [_1], no user specified.'
1.93      raeburn  10078: => 'Error sending message to [_1], no user specified.',
1.6       bisitz   10079: 
                   10080:    'Error sending message to [_1], no domain specified.'
1.93      raeburn  10081: => 'Error sending message to [_1], no domain specified.',
1.6       bisitz   10082: 
                   10083:    'Error sending message to'
1.93      raeburn  10084: => 'Error sending message to',
1.6       bisitz   10085: 
                   10086:    'Not registered'
1.22      zhu      10087: => '未注册', # ???
1.6       bisitz   10088: 
                   10089:    'Editing not permitted'
1.22      zhu      10090: => '不允许编辑',
1.6       bisitz   10091: 
                   10092:    'Marked postings read/unread'
1.22      zhu      10093: => '标记贴子为已读/未读',
1.6       bisitz   10094: 
                   10095:    'Changed sort/filter'
1.22      zhu      10096: => '改变排序/过滤器',
1.6       bisitz   10097: 
                   10098:    'Changed display status'
1.22      zhu      10099: => '改变显示状态',
1.6       bisitz   10100: 
                   10101:    'Deletion not permitted'
1.22      zhu      10102: => '不允许删除',
1.6       bisitz   10103: 
                   10104:    'Changed discussion status'
1.22      zhu      10105: => '讨论的状态已更改',
1.6       bisitz   10106: 
                   10107:    'Added to my course blog'
1.22      zhu      10108: => '添加到我的课程博客',
1.6       bisitz   10109: 
                   10110:    'Back to previous page'
1.18      zhu      10111: => '返回前一页',
1.6       bisitz   10112: 
                   10113:    'Go to previous page'
1.18      zhu      10114: => '返回前一页',
1.6       bisitz   10115: 
                   10116:    'Return to previous page'
1.18      zhu      10117: => '返回前一页',
1.6       bisitz   10118: 
                   10119:    'Untitled resource'
1.18      zhu      10120: => '资源没有标题',
1.6       bisitz   10121: 
                   10122:    'Discussion display options'
1.18      zhu      10123: => '讨论显示选项',
1.6       bisitz   10124: 
                   10125:    'Preferences can be set for this discussion that determine ....'
1.18      zhu      10126: => '这个讨论可以设置使用偏好',
1.6       bisitz   10127: 
1.112     bisitz   10128:    'Which posts are displayed when you display this discussion board or resource, and'
1.18      zhu      10129: => '哪些讨论将被显示在您的公告栏或资源里',
1.6       bisitz   10130: 
                   10131:    'Under what circumstances posts are identified as "NEW", and'
1.18      zhu      10132: => '在什么情况下讨论被确定为“新”',
1.6       bisitz   10133: 
                   10134:    'Whether individual posts can be marked as read/unread'
1.18      zhu      10135: => '个别帖子是否可以被标记为已读/未读',
1.6       bisitz   10136: 
                   10137:    'Posts not marked read'
1.18      zhu      10138: => '讨论没有标记为已读',
1.6       bisitz   10139: 
                   10140:    'New posts cease to be identified as "NEW"?'
1.18      zhu      10141: => '新的讨论不再被标识为“新”?',
1.6       bisitz   10142: 
                   10143:    'Option to mark each post as read/unread?'
1.18      zhu      10144: => '选择帖子标记为已读/未读?',
1.6       bisitz   10145: 
                   10146:    'Shown'
1.10      zhu      10147: => '显示',
1.6       bisitz   10148: 
                   10149:    'Not shown'
1.10      zhu      10150: => '不显示',
1.6       bisitz   10151: 
                   10152:    'Discussion options'
1.10      zhu      10153: => '论坛选项',
1.6       bisitz   10154: 
                   10155:    'Set options that control the sort order of posts, and/or which posts are displayed.'
1.93      raeburn  10156: => 'Set options that control the sort order of posts, and/or which posts are displayed.',
1.6       bisitz   10157: 
                   10158:    'Sort order'
1.10      zhu      10159: => '排序顺序',
1.6       bisitz   10160: 
                   10161:    'Date order - oldest first'
1.10      zhu      10162: => '按日期顺序 - 最老的优先',
1.6       bisitz   10163: 
                   10164:    'Date order - newest first'
1.10      zhu      10165: => '按日期顺序 - 最新的优先',
1.6       bisitz   10166: 
                   10167:    'Threaded'
1.26      zhu      10168: => '按帖子', # ???
1.6       bisitz   10169: 
                   10170:    'By subject'
1.10      zhu      10171: => '按主题',
1.6       bisitz   10172: 
                   10173:    'By domain and username'
1.10      zhu      10174: => '按域名和用户名',
1.6       bisitz   10175: 
                   10176:    'By last name, first name'
1.10      zhu      10177: => '按姓氏,名字',
1.6       bisitz   10178: 
                   10179:    'Specific role status'
1.10      zhu      10180: => '具体角色的状态',
1.6       bisitz   10181: 
                   10182:    'Roles of any status'
1.10      zhu      10183: => '任意的角色',
1.6       bisitz   10184: 
                   10185:    'Only active roles'
1.10      zhu      10186: => '只有现在的角色',
1.6       bisitz   10187: 
                   10188:    'Only past roles'
1.10      zhu      10189: => '只有过去的角色',
1.6       bisitz   10190: 
                   10191:    'Only future roles'
1.10      zhu      10192: => '只有未来的角色',
1.6       bisitz   10193: 
                   10194:    'Specific user roles'
1.10      zhu      10195: => '特定的用户角色',
1.6       bisitz   10196: 
                   10197:    'All roles'
1.10      zhu      10198: => '所有角色',
1.6       bisitz   10199: 
                   10200:    'Students'
                   10201: => '学生',
                   10202: 
                   10203:    'Course Coordinators'
1.10      zhu      10204: => '课程协调员',
1.6       bisitz   10205: 
                   10206:    'Instructors'
                   10207: => '讲师',
                   10208: 
                   10209:    'TAs'
1.10      zhu      10210: => '辅导员',
1.6       bisitz   10211: 
                   10212:    'Exam proctors'
1.10      zhu      10213: => '监考老师',
1.6       bisitz   10214: 
                   10215:    'Custom role'
1.10      zhu      10216: => '自定义角色',
1.6       bisitz   10217: 
                   10218:    'Custom roles'
1.10      zhu      10219: => '自定义角色',
1.6       bisitz   10220: 
                   10221:    'Specific sections'
1.10      zhu      10222: => '具体章节',
1.6       bisitz   10223: 
                   10224:    'Specific groups'
1.10      zhu      10225: => '特定组',
1.6       bisitz   10226: 
                   10227:    'Pick specific users (by name)'
1.10      zhu      10228: => '选择特定的用户 (姓)',
1.6       bisitz   10229: 
                   10230:    'Show a list of current posters'
1.93      raeburn  10231: => 'Show a list of current posters',
1.6       bisitz   10232: 
                   10233:    'So far, no data has been returned for your request'
1.10      zhu      10234: => '到现在为止,您的查询没有返回任何数据。',
1.6       bisitz   10235: 
                   10236:    'Select a user'
1.10      zhu      10237: => '选择一个用户',
1.6       bisitz   10238: 
                   10239:    'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.'
1.93      raeburn  10240: => 'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.',
1.6       bisitz   10241: 
                   10242:    'photo'
1.10      zhu      10243: => '图片',
1.6       bisitz   10244: 
                   10245:    'Critical Message'
1.55      zhu      10246: => '重要邮件',
1.6       bisitz   10247: 
                   10248:    'Display a Message'
1.55      zhu      10249: => '显示邮件',
1.6       bisitz   10250: 
                   10251:    'Back to Folder Display'
1.10      zhu      10252: => '返回文件夹列表',
1.6       bisitz   10253: 
1.63      zhu      10254:    'Currently available actions (will open extra window):'
                   10255: => '目前可采取的行动 (在新窗口中打开):',
1.6       bisitz   10256: 
1.86      bisitz   10257:    'There are no unread messages in this folder.'
1.10      zhu      10258: => '在此文件夹中没有未阅读邮件。',
1.6       bisitz   10259: 
1.86      bisitz   10260:    'There are no read messages in this folder'
1.10      zhu      10261: => '在此文件夹中没有已阅读邮件。',
1.6       bisitz   10262: 
1.86      bisitz   10263:    'There are no forwarded messages in this folder.'
1.10      zhu      10264: => '在此文件夹中没有转发的邮件。',
1.6       bisitz   10265: 
                   10266:    'You have not replied to any messages in this folder.'
1.10      zhu      10267: => '在此文件夹中您没有需要回答的邮件。',
1.6       bisitz   10268: 
1.86      bisitz   10269:    'There are no messages in this folder.'
                   10270: => '空文件夹', # Empty Folder
1.6       bisitz   10271: 
                   10272:    'Cc:'
1.18      zhu      10273: => '抄送:',
1.6       bisitz   10274: 
                   10275:    'Bcc:'
1.18      zhu      10276: => '密送:',
1.6       bisitz   10277: 
1.12      zhu      10278:    'Bcc'
                   10279: => '密送',
                   10280: 
1.6       bisitz   10281:    'Retrieve discussion and message records'
1.26      zhu      10282: => '检索讨论和信息记录',
1.6       bisitz   10283: 
                   10284:    'New Record (record is visible to course faculty and staff)'
1.26      zhu      10285: => '新记录 (只有课程管理者和工作人员可见):',
1.6       bisitz   10286: 
                   10287:    'Post this Record'
1.12      zhu      10288: => '保存',
1.6       bisitz   10289: 
                   10290:    'Revise your search criteria for this domain'
1.93      raeburn  10291: => 'Revise your search criteria for this domain',
1.6       bisitz   10292: 
                   10293:    'Metadata Modified'
1.93      raeburn  10294: => 'Metadata Modified',
1.6       bisitz   10295: 
                   10296:    'Use of LON-CAPA requires Javascript to be enabled in your web browser.'
1.93      raeburn  10297: => 'Use of LON-CAPA requires Javascript to be enabled in your web browser.',
1.6       bisitz   10298: 
                   10299:    'As this is not the case, most functionality in the system will be unavailable.'
1.93      raeburn  10300: => 'As this is not the case, most functionality in the system will be unavailable.',
1.6       bisitz   10301: 
1.109     bisitz   10302:    "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested filename."
                   10303: => "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested filename.",
1.6       bisitz   10304: 
                   10305:    'Directory'
1.10      zhu      10306: => '目录',
1.6       bisitz   10307: 
                   10308:    'Only empty directories may be deleted.'
1.22      zhu      10309: => '只有空的目录可以被删除。',
1.6       bisitz   10310: 
                   10311:    'You must delete the contents of the directory first.'
1.22      zhu      10312: => '您必须首先删除目录中的内容。',
1.6       bisitz   10313: 
                   10314:    'Cannot delete non-obsolete published file'
1.93      raeburn  10315: => 'Cannot delete non-obsolete published file',
1.6       bisitz   10316: 
                   10317:    'Must not include'
1.93      raeburn  10318: => 'Must not include',
1.6       bisitz   10319: 
                   10320:    'Name of new file is the same as name of old file'
1.93      raeburn  10321: => 'Name of new file is the same as name of old file',
1.6       bisitz   10322: 
                   10323:    'no action taken'
1.93      raeburn  10324: => 'no action taken',
1.6       bisitz   10325: 
                   10326:    'copy metadata error'
1.93      raeburn  10327: => 'copy metadata error',
1.6       bisitz   10328: 
                   10329:    'No New filename specified'
1.93      raeburn  10330: => 'No New filename specified',
1.6       bisitz   10331: 
                   10332:    'Warning: a published problem of this name exists.'
1.93      raeburn  10333: => 'Warning: a published problem of this name exists.',
1.6       bisitz   10334: 
                   10335:    'Warning: a published library of this name exists.'
1.93      raeburn  10336: => 'Warning: a published library of this name exists.',
1.6       bisitz   10337: 
                   10338:    'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.'
1.93      raeburn  10339: => 'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.',
1.6       bisitz   10340: 
                   10341:    'Cannot change MIME type of a directory'
1.93      raeburn  10342: => 'Cannot change MIME type of a directory',
1.6       bisitz   10343: 
                   10344:    'Cannot rename or move non-obsolete published file'
1.93      raeburn  10345: => 'Cannot rename or move non-obsolete published file',
1.6       bisitz   10346: 
                   10347:    'Change discussion display'
1.93      raeburn  10348: => 'Change discussion display',
1.6       bisitz   10349: 
1.112     bisitz   10350:    'Choose whether or not to display a count of the number of new posts for each resource or discussion board which has unread posts.'
                   10351: => '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   10352: 
                   10353:    "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds."
1.93      raeburn  10354: => "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds.",
1.6       bisitz   10355: 
                   10356:    'Currently set to [_1].'
1.57      zhu      10357: => '当前设置为 [_1].',
1.6       bisitz   10358: 
                   10359:    'Change to [_1]'
1.57      zhu      10360: => '改变为 [_1]',
1.6       bisitz   10361: 
                   10362:    'No change'
1.12      zhu      10363: => '无变化',
1.6       bisitz   10364: 
                   10365:    'Count unread posts in discussions display set to [_1]'
1.57      zhu      10366: => '未读讨论计数显示设置为 [_1]',
1.6       bisitz   10367: 
                   10368:    'Groups Manager'
1.12      zhu      10369: => '组管理',
1.6       bisitz   10370: 
                   10371:    'Group access start and end dates'
1.12      zhu      10372: => '组访问开始和结束日期',
1.6       bisitz   10373: 
                   10374:    'None available'
1.12      zhu      10375: => '无可用',
1.6       bisitz   10376: 
                   10377:    'There are no active, future or previous group members to modify.'
1.93      raeburn  10378: => 'There are no active, future or previous group members to modify.',
1.6       bisitz   10379: 
                   10380:    'Members to delete or expire'
1.57      zhu      10381: => '成员身份到期或将被删除',
1.6       bisitz   10382: 
                   10383:    'To be deleted'
1.12      zhu      10384: => '将删除的',
1.6       bisitz   10385: 
                   10386:    'To be expired'
1.12      zhu      10387: => '期满',
1.6       bisitz   10388: 
                   10389:    'No members to be deleted or expired from the group.'
1.93      raeburn  10390: => 'No members to be deleted or expired from the group.',
1.6       bisitz   10391: 
                   10392:    'Files: [_1]'
1.18      zhu      10393: => '文件: [_1]',
1.6       bisitz   10394: 
                   10395:    'Folders: [_1]'
1.18      zhu      10396: => '文件夹: [_1]',
1.6       bisitz   10397: 
                   10398:    'Choose Task'
1.12      zhu      10399: => '选择行动',
1.6       bisitz   10400: 
                   10401:    'Modify default group settings'
1.12      zhu      10402: => '修改默认组设置',
1.6       bisitz   10403: 
                   10404:    'Modify access, tools and/or privileges for previous, future, or current members'
1.12      zhu      10405: => '修改组成员访问,工具和权限',
1.6       bisitz   10406: 
                   10407:    'Add member(s) to the group'
1.12      zhu      10408: => '添加组成员',
1.6       bisitz   10409: 
                   10410:    'Group Settings'
1.12      zhu      10411: => '组设定',
1.6       bisitz   10412: 
                   10413:    'Modify/Delete Members'
1.12      zhu      10414: => '修改/删除会员',
1.6       bisitz   10415: 
                   10416:    'Current Tool Set'
1.12      zhu      10417: => '目前的工具集',
1.6       bisitz   10418: 
                   10419:    'Change Privileges'
1.12      zhu      10420: => '更改权限',
1.6       bisitz   10421: 
                   10422:    'Membership Mapping'
1.12      zhu      10423: => '会员推荐',
1.6       bisitz   10424: 
                   10425:    'Group name, title and available collaborative tools'
1.12      zhu      10426: => '组名称,所有权和使用协作工具',
1.6       bisitz   10427: 
                   10428:    'Letters, numbers and underscore only'
1.12      zhu      10429: => '只有字母,数字和下划线',
1.6       bisitz   10430: 
                   10431:    'Discussion boards'
1.12      zhu      10432: => '论坛',
1.6       bisitz   10433: 
                   10434:    'E-mail'
1.93      raeburn  10435: => 'E-mail',
1.6       bisitz   10436: 
                   10437:    'File Repository'
1.12      zhu      10438: => '档案库',
1.6       bisitz   10439: 
                   10440:    'Group home page'
1.12      zhu      10441: => '组首页',
1.6       bisitz   10442: 
                   10443:    'Membership Roster'
1.12      zhu      10444: => '会员名册',
1.6       bisitz   10445: 
                   10446:    'Granularity:'
1.27      zhu      10447: => '細微性:',
1.6       bisitz   10448: 
                   10449:    'Different subsets of the chosen collaborative tools for different group members?'
1.27      zhu      10450: => '不同的组成员选择不同的协作工具?',
1.6       bisitz   10451: 
1.57      zhu      10452: #   'Disk quota: '
                   10453: #=> '磁盘配额: ',
                   10454: 
                   10455:    'Disk quota'
                   10456: => '磁盘配额',
1.6       bisitz   10457: 
                   10458:    'If you enable the file repository for the group, allocate a disk quota.'
1.27      zhu      10459: => '如果您对组启用了文件存放,请分配磁盘配额:',
1.6       bisitz   10460: 
                   10461:    '[_1] Mb'
                   10462: => '[_1] MB',
                   10463: 
                   10464:    'A total of [_1] Mb can be divided amongst all groups in the course, and [_2] Mb are currently unallocated.'
1.27      zhu      10465: => '该课的所有组共有 [_1] Mb 可分,[_2] MB 目前未被分配。',
1.6       bisitz   10466: 
                   10467:    'Default start and end dates for group access'
1.22      zhu      10468: => '默认情况下组访问的开始和结束日期',
1.6       bisitz   10469: 
                   10470:    'Start:'
1.18      zhu      10471: => '开始:',
1.6       bisitz   10472: 
                   10473:    'End:'
1.18      zhu      10474: => '结束:',
1.6       bisitz   10475: 
                   10476:    'Error: invalid course domain or number - group folder creation failed.'
1.12      zhu      10477: => '错误:无效的课程或域号码。建立了组列表失败。',
1.6       bisitz   10478: 
                   10479:    'Course Groups'
1.9       zhu      10480: => '课程组',
1.6       bisitz   10481: 
                   10482:    'Non-standard course - folder for all groups not added.'
1.27      zhu      10483: => '非标准课程 - 所有组的文件夹不会增加。',
1.6       bisitz   10484: 
                   10485:    'Build a list of users for selection of group members'
1.27      zhu      10486: => '从组成员里选择来建立一个用户列表',
1.6       bisitz   10487: 
                   10488:    'Group membership selection list criteria:'
1.12      zhu      10489: => '组成员名单选择标准:',
1.6       bisitz   10490: 
                   10491:    'Pick the criteria to use to build a list of course users from which you will select '
1.27      zhu      10492: => '选择的标准的使用来建立一个名单,您将选择',
1.6       bisitz   10493: 
                   10494:    'members of the new group.'
1.27      zhu      10495: => '新的组成员。',
1.6       bisitz   10496: 
                   10497:    'If you do not wish to add members when you first create the group, there is no need to pick any criteria.'
1.27      zhu      10498: => '如果您创建的组不想立即要添加成员,就没有必要选择任何标准。',
1.6       bisitz   10499: 
                   10500:    'A subsequent step will also allow you to specify automatic adding/dropping of group members triggered by specified user role and section <i>changes</i> in the course.'
1.27      zhu      10501: => '随后的步骤将自动添加/删除组成员,也可以让您指定所引发指定用户角色和第的过程中。这是通过指定的用户角色和在课程中章节<i>变化</i>被触发的。',
1.6       bisitz   10502: 
                   10503:    'Access types'
1.12      zhu      10504: => '访问类型',
1.6       bisitz   10505: 
                   10506:    'Currently has access'
1.12      zhu      10507: => '目前已获得',
1.6       bisitz   10508: 
                   10509:    'Will have future access'
1.12      zhu      10510: => '今后将有机会',
1.6       bisitz   10511: 
                   10512:    'Previously had access'
1.12      zhu      10513: => '曾获得',
1.6       bisitz   10514: 
                   10515:    'Course roles'
1.101     bisitz   10516: => '课程角色',
1.6       bisitz   10517: 
                   10518:    'Course sections'
1.101     bisitz   10519: => '课程章节',
1.6       bisitz   10520: 
                   10521:    'all sections'
1.12      zhu      10522: => '所有章节',
1.6       bisitz   10523: 
                   10524:    'no section'
1.12      zhu      10525: => '无章节',
1.6       bisitz   10526: 
                   10527:    'Go to next step'
1.12      zhu      10528: => '下一步',
1.6       bisitz   10529: 
                   10530:    'Invalid group name'
1.12      zhu      10531: => '无效的组名称',
1.6       bisitz   10532: 
                   10533:    'The group name entered '
1.12      zhu      10534: => '输入的组名称 ',
1.6       bisitz   10535: 
                   10536:    'is not a valid name.'
1.12      zhu      10537: => '不是一个有效的名称。',
1.6       bisitz   10538: 
                   10539:    'can not be used as it is the name of '
1.12      zhu      10540: => '不能使用,因为它的名字是 ',
1.6       bisitz   10541: 
1.20      bisitz   10542:    'an existing [_1]'
1.12      zhu      10543: => '现有的 [_1]',
1.6       bisitz   10544: 
                   10545:    ' in this Course'
1.12      zhu      10546: => ' 在该课程里',
1.6       bisitz   10547: 
                   10548:    'Group names and section names used in a Course must be unique.'
1.12      zhu      10549: => '组名称和章节名称在课程中必须是独一无二的。',
1.6       bisitz   10550: 
                   10551:    'Group names may only contain letters, numbers or underscores.'
1.12      zhu      10552: => '组名称只能包含字母,数字或下划线。',
1.6       bisitz   10553: 
                   10554:    'Go to previous step'
1.12      zhu      10555: => '返回',
1.6       bisitz   10556: 
                   10557:    'Select Members'
1.12      zhu      10558: => '选择成员',
1.6       bisitz   10559: 
                   10560:    'Your group selections - '
1.12      zhu      10561: => '您的组选择 - ',
1.6       bisitz   10562: 
                   10563:    'The following settings will apply to the group:'
1.12      zhu      10564: => '下面的设置将适用于本组:',
1.6       bisitz   10565: 
                   10566:    'Granularity'
1.57      zhu      10567: => '細微性',
1.6       bisitz   10568: 
                   10569:    'File quota'
1.12      zhu      10570: => '文件共享',
1.6       bisitz   10571: 
                   10572:    'Default access dates'
1.12      zhu      10573: => '默认访问日期',
1.6       bisitz   10574: 
1.110     bisitz   10575:    'Different collaborative tools[_1]for different members:'
                   10576: => '不同的协作工具[_1]对不同的成员组成:',
1.6       bisitz   10577: 
                   10578:    'Start date'
                   10579: => '开始日期',
                   10580: 
                   10581:    'Start date:'
                   10582: => '开始日期:',
                   10583: 
                   10584:    'End date'
                   10585: => '结束日期',
                   10586: 
                   10587:    'End date:'
                   10588: => '结束日期:',
                   10589: 
                   10590:    'Available for assignment to members:'
1.57      zhu      10591: => '可供成员访问:',
1.6       bisitz   10592: 
                   10593:    'Unavailable for assignment:'
1.57      zhu      10594: => '没有可能访问:',
1.6       bisitz   10595: 
                   10596:    'User privileges for collaborative tools'
1.57      zhu      10597: => '协作工具的用户权限',
1.6       bisitz   10598: 
                   10599:    'For each collaborative tool you have chosen to include, there is a set of core privileges which all group members assigned use of the tool will receive.'
1.93      raeburn  10600: => 'For each collaborative tool you have chosen to include, there is a set of core privileges which all group members assigned use of the tool will receive.',
1.6       bisitz   10601: 
                   10602:    'For some tools there are also additional optional privileges which can be set.'
1.93      raeburn  10603: => 'For some tools there are also additional optional privileges which can be set.',
1.6       bisitz   10604: 
                   10605:    'Choose one of the following:'
1.93      raeburn  10606: => 'Choose one of the following:',
1.6       bisitz   10607: 
                   10608:    'For the collaborative tools you have chosen to include only core privileges are available, so there are no optional privileges to assign.'
1.93      raeburn  10609: => 'For the collaborative tools you have chosen to include only core privileges are available, so there are no optional privileges to assign.',
1.6       bisitz   10610: 
                   10611:    'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.'
1.93      raeburn  10612: => 'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.',
1.6       bisitz   10613: 
                   10614:    'Group membership'
1.12      zhu      10615: => '组员',
1.6       bisitz   10616: 
                   10617:    'Add members'
1.12      zhu      10618: => '添加成员',
1.6       bisitz   10619: 
                   10620:    'Assign collaborative tools'
1.27      zhu      10621: => '转让协作工具',
1.6       bisitz   10622: 
                   10623:    'Tools'
1.12      zhu      10624: => '工具',
1.6       bisitz   10625: 
                   10626:    'Add Members'
1.12      zhu      10627: => '添加成员',
1.6       bisitz   10628: 
                   10629:    'Add?'
1.18      zhu      10630: => '添加?',
1.6       bisitz   10631: 
                   10632:    'All:'
1.18      zhu      10633: => '全部:',
1.6       bisitz   10634: 
                   10635:    'You have indicated that the file repository should be enabled, but you have set the respository quota to 0 Mb.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.'
1.93      raeburn  10636: => 'You have indicated that the file repository should be enabled, but you have set the respository quota to 0 Mb.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.',
1.6       bisitz   10637: 
                   10638:    '[_1] [_2] was created.<br />'
1.12      zhu      10639: => '[_1] [_2] 已创建。<br />',
1.6       bisitz   10640: 
                   10641:    'Group membership list updated.'
1.12      zhu      10642: => '该组成员名单已经更新。',
1.6       bisitz   10643: 
                   10644:    'Any currently logged in course users affected by the changes you made to group membership or privileges for the [_1] group will need to log out and log back in for their LON-CAPA sessions to reflect these changes.'
1.93      raeburn  10645: => 'Any currently logged in course users affected by the changes you made to group membership or privileges for the [_1] group will need to log out and log back in for their LON-CAPA sessions to reflect these changes.',
1.6       bisitz   10646: 
                   10647:    'An error occurred while updating the group membership list:'
1.93      raeburn  10648: => 'An error occurred while updating the group membership list:',
1.6       bisitz   10649: 
                   10650:    'Choose Privileges'
1.93      raeburn  10651: => 'Choose Privileges',
1.6       bisitz   10652: 
                   10653:    'Setting Changes Complete'
1.98      bisitz   10654: => 'Setting Changes Complete',
1.6       bisitz   10655: 
                   10656:    'Modifications Complete'
1.98      bisitz   10657: => 'Modifications Complete',
1.6       bisitz   10658: 
                   10659:    'Creation Complete'
1.93      raeburn  10660: => 'Creation Complete',
1.6       bisitz   10661: 
                   10662:    'Additions Complete'
1.93      raeburn  10663: => 'Additions Complete',
1.6       bisitz   10664: 
                   10665:    'Verify deletion'
1.93      raeburn  10666: => 'Verify deletion',
1.6       bisitz   10667: 
                   10668:    'Deletion Complete'
1.93      raeburn  10669: => 'Deletion Complete',
1.6       bisitz   10670: 
                   10671:    'Create Group'
1.12      zhu      10672: => '创建组',
1.6       bisitz   10673: 
                   10674:    'discussion'
1.12      zhu      10675: => '论坛',
1.6       bisitz   10676: 
                   10677:    'email files'
1.12      zhu      10678: => '电子邮件档案',
1.6       bisitz   10679: 
                   10680:    'homepage'
1.12      zhu      10681: => '主页',
1.6       bisitz   10682: 
                   10683:    'roster'
1.12      zhu      10684: => '花名册',
1.6       bisitz   10685: 
                   10686:    'Edit Group Homepage'
1.12      zhu      10687: => '编辑组首页',
1.6       bisitz   10688: 
                   10689:    'Edit Group Settings'
1.12      zhu      10690: => '编辑组设置',
1.6       bisitz   10691: 
                   10692:    'Available Group Tools'
1.12      zhu      10693: => '可用的工具组',
1.6       bisitz   10694: 
1.22      zhu      10695:    'Group Chat Room'
1.12      zhu      10696: => '组聊天室',
1.6       bisitz   10697: 
                   10698:    'Group e-mail'
1.12      zhu      10699: => '组电子邮箱',
1.6       bisitz   10700: 
                   10701:    'Group page - [_1]'
1.12      zhu      10702: => '组页 - [_1]',
1.6       bisitz   10703: 
                   10704:    '[_1] discussion boards - [_2]'
1.12      zhu      10705: => '[_1] 论坛 - [_2]',
1.6       bisitz   10706: 
                   10707:    'New Discussion Board'
1.12      zhu      10708: => '创建新论坛',
1.6       bisitz   10709: 
                   10710:    'There are currently no discussion boards in this [_1].'
1.12      zhu      10711: => '在这 [_1] 里目前还没有论坛。',
1.6       bisitz   10712: 
                   10713:    'Discussion Board Title'
1.12      zhu      10714: => '论坛讨论标题',
1.6       bisitz   10715: 
                   10716:    'The new discussion board was added successfully.<br />'
1.12      zhu      10717: => '新的讨论论坛已成功创建。<br />',
1.6       bisitz   10718: 
                   10719:    'Edit [_1] board'
1.12      zhu      10720: => '编辑 [_1] 论坛',
1.6       bisitz   10721: 
                   10722:    'View all group discussion boards'
1.12      zhu      10723: => '查看各组讨论论坛',
1.6       bisitz   10724: 
                   10725:    'Show Student View'
1.12      zhu      10726: => '以学生视角显示',
1.6       bisitz   10727: 
                   10728:    'Note: in anonymous discussion, your name is visible only to course faculty'
1.12      zhu      10729: => '注意:在匿名的讨论中,你的名字只有课程教师看的见。',
1.6       bisitz   10730: 
                   10731:    'Send a Message in a Group'
1.12      zhu      10732: => '组内发送邮件',
1.6       bisitz   10733: 
                   10734:    'As this group has no members, there are no recipients to select.'
1.12      zhu      10735: => '由于这组没有成员,您无法选择收件人。',
1.6       bisitz   10736: 
                   10737:    'Allow replies'
1.10      zhu      10738: => '允许回复',
1.6       bisitz   10739: 
                   10740:    'Reply to'
1.10      zhu      10741: => '回复',
1.6       bisitz   10742: 
                   10743:    'Group Portfolio'
1.12      zhu      10744: => '组档案',
1.6       bisitz   10745: 
                   10746:    '[_1] portfolio files - [_2]'
1.13      zhu      10747: => '[_1] 组合文件 - [_2]',
1.6       bisitz   10748: 
                   10749:    'There are no membership data to display for this [_1]'
1.93      raeburn  10750: => 'There are no membership data to display for this [_1]',
1.6       bisitz   10751: 
                   10752:    'Group Membership'
1.12      zhu      10753: => '组成员',
1.6       bisitz   10754: 
                   10755:    '[_1] membership status - [_2]'
1.12      zhu      10756: => '[_1] 成员状态 - [_2]',
1.6       bisitz   10757: 
                   10758:    'Group Message'
1.55      zhu      10759: => '组邮件',
1.6       bisitz   10760: 
                   10761:    'Compose Group Message'
1.55      zhu      10762: => '撰写组邮件',
1.6       bisitz   10763: 
                   10764:    'Course Discussion Boards'
1.9       zhu      10765: => '课程讨论区',
1.6       bisitz   10766: 
                   10767:    'Post Discussion'
1.12      zhu      10768: => '提交讨论文件',
1.6       bisitz   10769: 
                   10770:    'Post Anonymous Discussion'
1.12      zhu      10771: => '匿名提交讨论文件',
1.6       bisitz   10772: 
                   10773:    'Content'
1.12      zhu      10774: => '内容',
1.6       bisitz   10775: 
                   10776:    'You do not currently have rights to view this group.'
1.93      raeburn  10777: => 'You do not currently have rights to view this group.',
1.6       bisitz   10778: 
                   10779:    'No page information provided.'
1.93      raeburn  10780: => 'No page information provided.',
1.6       bisitz   10781: 
                   10782:    '<p>No page information provided.</p>'
1.99      raeburn  10783: => '<p>No page information provided.</p>',
1.6       bisitz   10784: 
                   10785:    'Available functions'
1.12      zhu      10786: => '可用的功能',
1.6       bisitz   10787: 
                   10788:    'No group functionality.'
1.93      raeburn  10789: => 'No group functionality.',
1.6       bisitz   10790: 
                   10791:    'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].'
1.93      raeburn  10792: => 'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].',
1.6       bisitz   10793: 
                   10794:    'Group Page'
1.12      zhu      10795: => '组页',
1.6       bisitz   10796: 
1.57      zhu      10797:    'Quota allocated to group portfolio:'
                   10798: => '配额分配给组文件夹',
                   10799: 
1.6       bisitz   10800: 
                   10801:    'The quota is currently [_1] Mb'
1.57      zhu      10802: => '目前的配额: [_1] MB',
1.6       bisitz   10803: 
                   10804:    'The quota can be increased to [_1] Mb, by adding all unallocated space for groups in the course.'
1.57      zhu      10805: => '配额可提高到 [_1] MB, 加上该课程的组中所有未分配的空间。',
1.6       bisitz   10806: 
                   10807:    'Each collaborative tool includes core privileges assigned to all members with access to the tool. Some tools may also feature additional privileges which can be set for specific members.'
1.57      zhu      10808: => '每个协作工具,包括核心权限,分配给所有成员基本权限。某些工具可能会还具有额外的权限,即可以设置特定的成员。',
1.6       bisitz   10809: 
                   10810:    'All group members will receive the same privileges for any tool assigned to them, including the default set of optional privileges.'
1.57      zhu      10811: => '所有组成员分配给他们的任何工具将得到相同的权限,包括默认设置可选特权。',
1.6       bisitz   10812: 
                   10813:    'Different group members may receive different privileges from others for the tools they have been assigned.'
1.93      raeburn  10814: => 'Different group members may receive different privileges from others for the tools they have been assigned.',
1.6       bisitz   10815: 
                   10816:    'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.'
1.93      raeburn  10817: => 'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.',
1.6       bisitz   10818: 
                   10819:    'These will be the privileges given to members assigned in the future via automatic group assignment for users who receive specific sections/roles in the course '
1.93      raeburn  10820: => 'These will be the privileges given to members assigned in the future via automatic group assignment for users who receive specific sections/roles in the course ',
1.6       bisitz   10821: 
                   10822:    'if enabled on the next page'
1.93      raeburn  10823: => 'if enabled on the next page',
1.6       bisitz   10824: 
                   10825:    'if enabled below'
1.93      raeburn  10826: => 'if enabled below',
1.6       bisitz   10827: 
                   10828:    'Additional privileges'
1.93      raeburn  10829: => 'Additional privileges',
1.6       bisitz   10830: 
                   10831:    'Fixed privileges'
1.57      zhu      10832: => '固定权限',
1.6       bisitz   10833: 
                   10834:    'Optional privileges'
1.57      zhu      10835: => '任择权限',
1.6       bisitz   10836: 
                   10837:    'Collaborative Tool'
1.57      zhu      10838: => '协作工具',
1.6       bisitz   10839: 
                   10840:    'Fixed'
1.57      zhu      10841: => '固定的',
1.6       bisitz   10842: 
                   10843:    'Optional'
1.57      zhu      10844: => '可选的',
1.6       bisitz   10845: 
                   10846:    'Additional Tools'
1.57      zhu      10847: => '其他工具',
1.6       bisitz   10848: 
                   10849:    'Core privileges'
1.57      zhu      10850: => '基本权限',
1.6       bisitz   10851: 
                   10852:    'For the collaborative tools included for group members being added or modified, there are no optional privileges to set for specific members.'
1.93      raeburn  10853: => 'For the collaborative tools included for group members being added or modified, there are no optional privileges to set for specific members.',
1.6       bisitz   10854: 
                   10855:    'All new group members will receive the same privileges.'
1.57      zhu      10856: => '所有新的小组成员将得到同样的权限。',
1.6       bisitz   10857: 
                   10858:    'If previously expired members are being re-enabled, or if access for future members is being activated now, previously set privileges will be preserved.'
1.57      zhu      10859: => '如果以前到期的成员正在重新启用,或者未来进入的成员现在正在激活,先前的权限将被保留。',
1.6       bisitz   10860: 
                   10861:    'As no group members are being added, there are no specific user privileges to set.'
1.57      zhu      10862: => '由于没有增加组成员,没有设置具体用户的权限。',
1.6       bisitz   10863: 
                   10864:    'No group member privileges to display or set, as you have not indicated that you will be activating, re-enabling, changing privileges, or adding/removing tools for any current members'
1.57      zhu      10865: => '目前还没有任何组织成员的权限以显示或设置,因为您还没有表示,你将被激活,重新启用,改变权限,或添加/删除任何现有成员的工具。',
1.6       bisitz   10866: 
                   10867:    'Currently the group is configured '
1.57      zhu      10868: => '目前该组的配置, ',
1.6       bisitz   10869: 
                   10870:    'so different members can receive different optional privileges for a particular tool.'
1.57      zhu      10871: => '不同成员为特定的工具可以得到不同的可选权限。',
1.6       bisitz   10872: 
                   10873:    'so all members will receive the same optional privileges for a particular tool.'
1.57      zhu      10874: => '所有成员为特定的工具可以得到相同的可选权限。',
1.6       bisitz   10875: 
                   10876:    'Settings for automatic group enrollment'
1.57      zhu      10877: => '设置自动分配组',
1.6       bisitz   10878: 
                   10879:    'Group membership mapping to specific sections/roles'
1.93      raeburn  10880: => 'Group membership mapping to specific sections/roles',
1.6       bisitz   10881: 
                   10882:    'Enable/disable automatic group enrollment for users in specified roles and sections'
1.93      raeburn  10883: => 'Enable/disable automatic group enrollment for users in specified roles and sections',
1.6       bisitz   10884: 
                   10885:    'If automatic group enrollment is enabled, when a user is newly assigned a course-wide or section-specific role, he/she will automatically be added as a member of the group, with start and end access dates defined by the default dates set for the group, unless he/she is already a group member, with access dates that permit either current or future group access.'
1.93      raeburn  10886: => 'If automatic group enrollment is enabled, when a user is newly assigned a course-wide or section-specific role, he/she will automatically be added as a member of the group, with start and end access dates defined by the default dates set for the group, unless he/she is already a group member, with access dates that permit either current or future group access.',
1.6       bisitz   10887: 
                   10888:    "If automatic group disenrollment is enabled, when a user's role is expired, access to the group will be terminated unless the user continues to have other course-wide or section-specific active or future roles which receive automatic membership in the group."
1.93      raeburn  10889: => "If automatic group disenrollment is enabled, when a user's role is expired, access to the group will be terminated unless the user continues to have other course-wide or section-specific active or future roles which receive automatic membership in the group.",
1.6       bisitz   10890: 
                   10891:    'Automatically enable group membership when roles are added?'
1.93      raeburn  10892: => 'Automatically enable group membership when roles are added?',
1.6       bisitz   10893: 
                   10894:    'Automatically expire group membership when roles are removed?'
1.93      raeburn  10895: => 'Automatically expire group membership when roles are removed?',
1.6       bisitz   10896: 
                   10897:    'Currently set to'
1.57      zhu      10898: => '当前设置为',
1.6       bisitz   10899: 
                   10900:    'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.'
1.93      raeburn  10901: => 'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.',
1.6       bisitz   10902: 
                   10903:    'Pick roles and sections for automatic group enrollment'
1.93      raeburn  10904: => 'Pick roles and sections for automatic group enrollment',
1.6       bisitz   10905: 
                   10906:    'Active?'
1.57      zhu      10907: => '激活?',
1.6       bisitz   10908: 
1.57      zhu      10909:    'Send group message'
1.113     bisitz   10910: => '发送组邮件',
1.6       bisitz   10911: 
                   10912:    'Create boards'
1.113     bisitz   10913: => '创建论坛',
1.6       bisitz   10914: 
                   10915:    'Edit own posts'
1.113     bisitz   10916: => '编辑自己的帖子',
1.6       bisitz   10917: 
                   10918:    'Hide/Delete any post'
1.57      zhu      10919: => '隐藏/删除 任意帖子',
1.6       bisitz   10920: 
                   10921:    'View boards'
1.113     bisitz   10922: => '查看论坛',
1.6       bisitz   10923: 
                   10924:    'Control Access'
1.113     bisitz   10925: => '访问控制',
1.6       bisitz   10926: 
                   10927:    'Basic Display'
1.113     bisitz   10928: => '基本显示',
1.6       bisitz   10929: 
                   10930:    'Detailed Display'
1.113     bisitz   10931: => '详细显示',
1.6       bisitz   10932: 
                   10933:    'View page'
1.113     bisitz   10934: => '查看网页',
1.6       bisitz   10935: 
                   10936:    'Modify page'
1.113     bisitz   10937: => '修改网页',
1.6       bisitz   10938: 
                   10939:    'email'
1.93      raeburn  10940: => 'email',
1.6       bisitz   10941: 
1.57      zhu      10942:    'Broadcast message'
                   10943: => '广播邮件',
1.6       bisitz   10944: 
                   10945:    'files'
1.12      zhu      10946: => '文件',
1.6       bisitz   10947: 
                   10948:    'Foils without names exist. This can cause problems to malfunction.'
1.93      raeburn  10949: => 'Foils without names exist. This can cause problems to malfunction.',
1.6       bisitz   10950: 
                   10951:    'Unknown area style [_1]'
1.93      raeburn  10952: => 'Unknown area style [_1]',
1.6       bisitz   10953: 
                   10954:    "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name."
1.93      raeburn  10955: => "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name.",
1.6       bisitz   10956: 
                   10957:    'Forwarded message from '
1.93      raeburn  10958: => 'Forwarded message from ',
1.6       bisitz   10959: 
                   10960:    'You received a critical message from [_1] in LON-CAPA.'
1.93      raeburn  10961: => 'You received a critical message from [_1] in LON-CAPA.',
1.6       bisitz   10962: 
                   10963:    'You received a message from [_1] in LON-CAPA.'
1.93      raeburn  10964: => 'You received a message from [_1] in LON-CAPA.',
1.6       bisitz   10965: 
1.111     bisitz   10966:    "'New' critical message from [_1]"
                   10967: => "'New' critical message from [_1]",
1.6       bisitz   10968: 
1.111     bisitz   10969:    "'New' message from [_1]"
                   10970: => "'New' message from [_1]",
1.6       bisitz   10971: 
                   10972:    'Refers to'
1.93      raeburn  10973: => 'Refers to',
1.6       bisitz   10974: 
                   10975:    'Previous attempts of student (if applicable)'
1.93      raeburn  10976: => 'Previous attempts of student (if applicable)',
1.6       bisitz   10977: 
                   10978:    'Original screen output (if applicable)'
1.93      raeburn  10979: => 'Original screen output (if applicable)',
1.6       bisitz   10980: 
                   10981:    'Correct Answer(s) (if applicable)'
1.93      raeburn  10982: => 'Correct Answer(s) (if applicable)',
1.6       bisitz   10983: 
                   10984:    'LON-CAPA messages sent to you between [_1] and [_2] will be inaccessible until the end of this time period, because you are a student in a course with an active communications block.'
1.93      raeburn  10985: => 'LON-CAPA messages sent to you between [_1] and [_2] will be inaccessible until the end of this time period, because you are a student in a course with an active communications block.',
1.6       bisitz   10986: 
                   10987:    'The subject is 
                   10988: 
                   10989:  [_1]
                   10990: 
                   10991: '
1.99      raeburn  10992: => 'The subject is 
1.6       bisitz   10993: 
                   10994:  [_1]
                   10995: 
                   10996: ',
                   10997: 
                   10998:    'Excerpt'
1.93      raeburn  10999: => 'Excerpt',
1.6       bisitz   11000: 
                   11001:    'Use 
                   11002: 
                   11003:  [_1]
                   11004: 
                   11005: to access the full message.'
1.99      raeburn  11006: => 'Use 
1.6       bisitz   11007: 
                   11008:  [_1]
                   11009: 
1.99      raeburn  11010: to access the full message.',
1.6       bisitz   11011: 
                   11012:    'You can reply to this message'
1.93      raeburn  11013: => 'You can reply to this message',
1.6       bisitz   11014: 
                   11015:    'A reply will not be received by the recipient!'
1.93      raeburn  11016: => 'A reply will not be received by the recipient!',
1.6       bisitz   11017: 
                   11018:    "Include in course's 'User records' for recipient(s)"
1.10      zhu      11019: => "包括课程中的'用户记录'给收信人",
1.6       bisitz   11020: 
                   11021:    'No replies to sender'
1.10      zhu      11022: => '没有答复发件人',
1.6       bisitz   11023: 
                   11024:    'Display Message'
1.10      zhu      11025: => '显示邮件',
1.6       bisitz   11026: 
                   11027:    'Replying to a Message'
1.10      zhu      11028: => '回复邮件',
1.6       bisitz   11029: 
                   11030:    'Forwarding a Message'
1.10      zhu      11031: => '转发邮件',
1.6       bisitz   11032: 
                   11033:    'Forwarding Multiple Messages'
1.10      zhu      11034: => '转发多封邮件',
1.6       bisitz   11035: 
                   11036:    'At end of file some tags were still left unclosed, '
1.93      raeburn  11037: => 'At end of file some tags were still left unclosed, ',
1.6       bisitz   11038: 
                   11039:    'Upload and Send'
1.10      zhu      11040: => '上传和发送',
1.6       bisitz   11041: 
                   11042:    'Choose which course(s) to list.'
1.93      raeburn  11043: => 'Choose which course(s) to list.',
1.6       bisitz   11044: 
                   11045:    'Display courses'
1.10      zhu      11046: => '显示课程',
1.6       bisitz   11047: 
                   11048:    'Public'
1.10      zhu      11049: => '公开的',
1.6       bisitz   11050: 
1.35      bisitz   11051:    'Answer [_1]'
                   11052: => '答复 [_1]',
1.6       bisitz   11053: 
                   11054:    'EditXML [_1]'
1.93      raeburn  11055: => 'EditXML [_1]',
1.6       bisitz   11056: 
                   11057:    'Not authorized'
1.10      zhu      11058: => '未授权',
1.6       bisitz   11059: 
                   11060:    'An error occurred while processing this resource. The author has been notified.'
1.93      raeburn  11061: => 'An error occurred while processing this resource. The author has been notified.',
1.6       bisitz   11062: 
1.114     bisitz   11063:    'Code ran too long. It ran for more than [_1] seconds.'
                   11064: => 'Code ran too long. It ran for more than [_1] seconds.',
                   11065: 
                   11066:    'This occurred while running &lt;while&gt; on line [_1].'
                   11067: => 'This occurred while running &lt;while&gt; on line [_1].',
                   11068: 
                   11069:    'This occurred while running: [_1]'
                   11070: => 'This occurred while running: [_1]',
1.6       bisitz   11071: 
1.114     bisitz   11072:    'Substitution on [_1] with [_2] caused:'
                   11073: => 'Substitution on [_1] with [_2] caused:',
1.6       bisitz   11074: 
                   11075:    'Student View'
1.18      zhu      11076: => '学生视野',
1.6       bisitz   11077: 
                   11078:    'Correct answer'
1.18      zhu      11079: => '正确答案',
1.6       bisitz   11080: 
                   11081:    'Could not identify problem.'
1.18      zhu      11082: => '无法确定的问题。', # ???
1.6       bisitz   11083: 
                   11084:    'Chart'
1.18      zhu      11085: => '图表',
1.6       bisitz   11086: 
1.77      bisitz   11087:    'Student Data'
                   11088: => '学生资料',
1.6       bisitz   11089: 
                   11090:    'HTML, with links'
1.18      zhu      11091: => 'HTML格式,链接',
1.6       bisitz   11092: 
                   11093:    'HTML, with all links'
1.18      zhu      11094: => 'HTML格式,与所有链接',
1.6       bisitz   11095: 
                   11096:    'HTML, without links'
1.18      zhu      11097: => 'HTML格式,没有链接',
1.6       bisitz   11098: 
                   11099:    'Output Data'
1.18      zhu      11100: => '输出数据',
1.6       bisitz   11101: 
                   11102:    'Scores Summary'
1.18      zhu      11103: => '总分',
1.6       bisitz   11104: 
                   11105:    'Scores Per Problem'
1.18      zhu      11106: => '每题分数',
1.6       bisitz   11107: 
                   11108:    'Parts Correct'
1.93      raeburn  11109: => 'Parts Correct',
1.6       bisitz   11110: 
                   11111:    'fullname'
1.18      zhu      11112: => '全名',
1.6       bisitz   11113: 
                   11114:    'id'
1.18      zhu      11115: => 'ID/学生证号',
1.6       bisitz   11116: 
                   11117:    'Generate Chart'
1.18      zhu      11118: => '生成图表',
1.6       bisitz   11119: 
                   11120:    'Generate Graph'
1.18      zhu      11121: => '生成图',
1.6       bisitz   11122: 
                   11123:    'Select One Student'
1.18      zhu      11124: => '选择一个学生',
1.6       bisitz   11125: 
                   11126:    'All sections.'
1.18      zhu      11127: => '所有科目。',
1.6       bisitz   11128: 
                   11129:    'Section [_1].'
1.18      zhu      11130: => '章节 [_1]。',
1.6       bisitz   11131: 
                   11132:    'Section [_1]'
1.18      zhu      11133: => '章节 [_1]',
1.6       bisitz   11134: 
                   11135:    'Sections [_1] and [_2].'
1.18      zhu      11136: => '章节 [_1] 和 [_2]。',
1.6       bisitz   11137: 
                   11138:    'All groups.'
1.12      zhu      11139: => '所有组。',
1.6       bisitz   11140: 
                   11141:    'Group [_1].'
1.12      zhu      11142: => '组 [_1].',
1.6       bisitz   11143: 
                   11144:    'Groups [_1] and [_2].'
1.12      zhu      11145: => '组 [_1] 和 [_2].',
1.6       bisitz   11146: 
                   11147:    'Active access status.'
1.93      raeburn  11148: => 'Active access status.',
1.6       bisitz   11149: 
                   11150:    'Future access status.'
1.93      raeburn  11151: => 'Future access status.',
1.6       bisitz   11152: 
                   11153:    'Expired access status.'
1.93      raeburn  11154: => 'Expired access status.',
1.6       bisitz   11155: 
                   11156:    'Any access status.'
1.93      raeburn  11157: => 'Any access status.',
1.6       bisitz   11158: 
                   11159:    'Show links in new window:'
1.93      raeburn  11160: => 'Show links in new window:',
1.6       bisitz   11161: 
1.77      bisitz   11162:    'Summary Table'
1.93      raeburn  11163: => 'Summary Table',
1.77      bisitz   11164: 
1.6       bisitz   11165:    'Summary Tables'
1.93      raeburn  11166: => 'Summary Tables',
1.6       bisitz   11167: 
1.77      bisitz   11168:    'Summary table for [_1] ([_2])'
1.93      raeburn  11169: => 'Summary table for [_1] ([_2])',
1.6       bisitz   11170: 
                   11171:    'Average'
1.93      raeburn  11172: => 'Average',
1.6       bisitz   11173: 
1.77      bisitz   11174:    'maximum'
1.93      raeburn  11175: => 'maximum',
1.77      bisitz   11176: 
1.6       bisitz   11177:    'Maximum'
                   11178: => 'Maximum',
                   11179: 
1.77      bisitz   11180:    'Max. Total'
1.93      raeburn  11181: => 'Max. Total',
1.77      bisitz   11182: 
                   11183:    'Median'
                   11184: => 'Median',
                   11185: 
                   11186:    'Std Dev'
1.93      raeburn  11187: => 'Std Dev',
1.77      bisitz   11188: 
                   11189:    'sum'
1.93      raeburn  11190: => 'sum',
1.77      bisitz   11191: 
                   11192:    'maximum possible'
1.93      raeburn  11193: => 'maximum possible',
1.77      bisitz   11194: 
                   11195:    'parts correct'
1.93      raeburn  11196: => 'parts correct',
1.77      bisitz   11197: 
1.6       bisitz   11198:    'Return to the chart'
1.93      raeburn  11199: => 'Return to the chart',
1.6       bisitz   11200: 
1.77      bisitz   11201:    'Compiled on [_1]'
1.93      raeburn  11202: => 'Compiled on [_1]',
1.77      bisitz   11203: 
1.6       bisitz   11204:    "Click on a student's name or username to view their chart"
1.93      raeburn  11205: => "Click on a student's name or username to view their chart",
1.6       bisitz   11206: 
                   11207:    'status'
1.57      zhu      11208: => '状态',
1.6       bisitz   11209: 
                   11210:    'groups'
1.12      zhu      11211: => '组',
1.6       bisitz   11212: 
                   11213:    'Click on a students name or username to view their chart'
1.93      raeburn  11214: => 'Click on a students name or username to view their chart',
1.6       bisitz   11215: 
                   11216:    'Essay will be hand graded.'
1.93      raeburn  11217: => 'Essay will be hand graded.',
1.6       bisitz   11218: 
                   11219:    'Text you want to appear by default:'
1.18      zhu      11220: => '文字在默认情况下显示:',
1.6       bisitz   11221: 
                   11222:    'Check as many files as you wish in response to the problem:'
1.13      zhu      11223: => '选择所有的文件对于您想答复的问题:',
1.6       bisitz   11224: 
                   11225:    'Select portfolio files'
1.13      zhu      11226: => '选择组合文件',
1.6       bisitz   11227: 
                   11228:    'Select checked files, and continue selecting'
1.13      zhu      11229: => '选择文件并继续选择',
1.6       bisitz   11230: 
                   11231:    'Select checked files, and close window'
1.13      zhu      11232: => '选择文件并关闭窗口',
1.6       bisitz   11233: 
                   11234:    'Copy of'
1.93      raeburn  11235: => 'Copy of',
1.6       bisitz   11236: 
                   11237:    '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  11238: => '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   11239: 
                   11240:    'Overall result: [_1]'
1.18      zhu      11241: => '总分: [_1]',
1.6       bisitz   11242: 
                   11243:    'Dimension: [_1], status [_2] '
1.93      raeburn  11244: => 'Dimension: [_1], status [_2] ',
1.6       bisitz   11245: 
                   11246:    'Queue Status'
1.10      zhu      11247: => '队列状态',
1.6       bisitz   11248: 
                   11249:    'Check Mark'
1.10      zhu      11250: => '核选标记',
1.6       bisitz   11251: 
                   11252:    'Return commented version of [_1] to student.'
1.93      raeburn  11253: => 'Return commented version of [_1] to student.',
1.6       bisitz   11254: 
                   11255:    'Download All Submitted Documents'
1.93      raeburn  11256: => 'Download All Submitted Documents',
1.6       bisitz   11257: 
1.52      bisitz   11258:    'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])'
1.93      raeburn  11259: => 'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])',
1.6       bisitz   11260: 
                   11261:    'Compose message to student'
1.93      raeburn  11262: => 'Compose message to student',
1.6       bisitz   11263: 
                   11264:    'incl. grades'
1.10      zhu      11265: => '包含评分',
1.6       bisitz   11266: 
1.66      bisitz   11267:    'Message will be sent when you click on Save &amp; Next below.'
1.93      raeburn  11268: => 'Message will be sent when you click on Save &amp; Next below.',
1.6       bisitz   11269: 
                   11270:    'Set/Change parameters'
1.93      raeburn  11271: => 'Set/Change parameters',
1.6       bisitz   11272: 
                   11273:    'Grading Feedback'
1.27      zhu      11274: => '评估反馈',
1.6       bisitz   11275: 
1.52      bisitz   11276:    'Sending message to [_1]'
                   11277: => '发送邮件至 [_1]',
1.6       bisitz   11278: 
                   11279:    'Not allowed to modify grades for [_1]'
1.93      raeburn  11280: => 'Not allowed to modify grades for [_1]',
1.6       bisitz   11281: 
                   11282:    'You need to specify the username or ID'
1.93      raeburn  11283: => 'You need to specify the username or ID',
1.6       bisitz   11284: 
                   11285:    'You need to specify at least one grading field'
1.93      raeburn  11286: => 'You need to specify at least one grading field',
1.6       bisitz   11287: 
                   11288:    'Specify a file containing the class scores for current resource'
1.93      raeburn  11289: => 'Specify a file containing the class scores for current resource',
1.6       bisitz   11290: 
                   11291:    'Upload Scores'
1.27      zhu      11292: => '上传分数',
1.6       bisitz   11293: 
                   11294:    'Some point values were assigned for problems with a weight of zero. These values were ignored.'
1.93      raeburn  11295: => 'Some point values were assigned for problems with a weight of zero. These values were ignored.',
1.6       bisitz   11296: 
                   11297:    'Use CODE:'
1.93      raeburn  11298: => 'Use CODE:',
1.6       bisitz   11299: 
                   11300:    'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.'
1.93      raeburn  11301: => 'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.',
1.6       bisitz   11302: 
                   11303:    'scores from file' # Upload scores from file
1.93      raeburn  11304: => 'scores from file',
1.6       bisitz   11305: 
                   11306:    'Process'
1.93      raeburn  11307: => 'Process',
1.6       bisitz   11308: 
                   11309:    'clicker file' # Process clicker file
1.93      raeburn  11310: => 'clicker file',
1.6       bisitz   11311: 
                   11312:    'Grade'
1.93      raeburn  11313: => 'Grade',
1.6       bisitz   11314: 
1.103     bisitz   11315:    'bubblesheet forms' # Grade scantron forms
                   11316: => 'bubblesheet forms',
1.6       bisitz   11317: 
                   11318:    'Verify'
1.98      bisitz   11319: => 'Verify',
1.6       bisitz   11320: 
                   11321:    'receipt'
1.93      raeburn  11322: => 'receipt',
1.6       bisitz   11323: 
                   11324:    'Manage'
1.93      raeburn  11325: => 'Manage',
1.6       bisitz   11326: 
                   11327:    'saved CODEs' # View saved CODEs
1.113     bisitz   11328: => 'saved CODEs',
1.6       bisitz   11329: 
                   11330:    'Specify a file containing the clicker information for this resource'
1.93      raeburn  11331: => 'Specify a file containing the clicker information for this resource',
1.6       bisitz   11332: 
                   11333:    'Upload File'
1.27      zhu      11334: => '上传文件',
1.6       bisitz   11335: 
                   11336:    'Award points just for participation'
1.93      raeburn  11337: => 'Award points just for participation',
1.6       bisitz   11338: 
                   11339:    'Correctness determined from response by course personnel'
1.93      raeburn  11340: => 'Correctness determined from response by course personnel',
1.6       bisitz   11341: 
                   11342:    'Correctness determined from response with clicker ID(s)'
1.93      raeburn  11343: => 'Correctness determined from response with clicker ID(s)',
1.6       bisitz   11344: 
                   11345:    'Percentage points for correct solution'
1.93      raeburn  11346: => 'Percentage points for correct solution',
1.6       bisitz   11347: 
                   11348:    'Percentage points for incorrect solution'
1.93      raeburn  11349: => 'Percentage points for incorrect solution',
1.6       bisitz   11350: 
                   11351:    'You need to specify a clicker ID for the correct answer'
1.93      raeburn  11352: => 'You need to specify a clicker ID for the correct answer',
1.6       bisitz   11353: 
                   11354:    'Score based on attendance only'
1.93      raeburn  11355: => 'Score based on attendance only',
1.6       bisitz   11356: 
                   11357:    'Correctness determined by the following IDs'
1.93      raeburn  11358: => 'Correctness determined by the following IDs',
1.6       bisitz   11359: 
                   11360:    'specified'
1.93      raeburn  11361: => 'specified',
1.6       bisitz   11362: 
                   11363:    'No IDs found to determine correct answer'
1.93      raeburn  11364: => 'No IDs found to determine correct answer',
1.6       bisitz   11365: 
                   11366:    '[_1] Error: [_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.'
1.98      bisitz   11367: => '[_1] Error: [_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.',
1.6       bisitz   11368: 
                   11369:    'Scanning clicker file'
1.93      raeburn  11370: => 'Scanning clicker file',
1.6       bisitz   11371: 
                   11372:    'Found [_1] question(s)'
                   11373: => '[_1] Frage(n) gefunden',
                   11374: 
                   11375:    'Awarding [_1] percent for correct and [_2] percent for incorrect responses'
1.98      bisitz   11376: => 'Awarding [_1] percent for correct and [_2] percent for incorrect responses',
1.6       bisitz   11377: 
                   11378:    'Clicker registered more than once'
1.93      raeburn  11379: => 'Clicker registered more than once',
1.6       bisitz   11380: 
                   11381:    'Unregistered Clicker'
1.93      raeburn  11382: => 'Unregistered Clicker',
1.6       bisitz   11383: 
                   11384:    'Found [_1] registered and [_2] unregistered clickers.'
1.99      raeburn  11385: => 'Found [_1] registered and [_2] unregistered clickers.',
1.6       bisitz   11386: 
1.111     bisitz   11387:    'Found no correct answers for grading!'
                   11388: => 'Found no correct answers for grading!',
1.6       bisitz   11389: 
                   11390:    'Found [_1] entries for grading!'
1.98      bisitz   11391: => 'Found [_1] entries for grading!',
1.6       bisitz   11392: 
                   11393:    'Found no questions.'
1.93      raeburn  11394: => 'Found no questions.',
1.6       bisitz   11395: 
                   11396:    'Finalize Grading'
1.93      raeburn  11397: => 'Finalize Grading',
1.6       bisitz   11398: 
                   11399:    'Question [_1]'
1.93      raeburn  11400: => 'Question [_1]',
1.6       bisitz   11401: 
                   11402:    'Assigning grades based on clicker file'
1.93      raeburn  11403: => 'Assigning grades based on clicker file',
1.6       bisitz   11404: 
                   11405:    'More than one correct result given for question "[_1]": [_2] versus [_3].'
1.93      raeburn  11406: => 'More than one correct result given for question "[_1]": [_2] versus [_3].',
1.6       bisitz   11407: 
                   11408:    'No correct result given for question "[_1]"!'
1.93      raeburn  11409: => 'No correct result given for question "[_1]"!',
1.6       bisitz   11410: 
                   11411:    'Correct answer: [_1]'
1.18      zhu      11412: => '正确答案: [_1]',
1.6       bisitz   11413: 
                   11414:    'Successfully stored grades for [_1] student(s).'
1.93      raeburn  11415: => 'Successfully stored grades for [_1] student(s).',
1.6       bisitz   11416: 
                   11417:    'Grading Menu'
1.27      zhu      11418: => '评估菜单',
1.6       bisitz   11419: 
                   11420:    'Missing tags, unable to properly run file.'
1.93      raeburn  11421: => 'Missing tags, unable to properly run file.',
1.6       bisitz   11422: 
                   11423:    'Using tag [_1] on line [_2] as end tag to [_3]'
                   11424: => 'Using tag [_1] on line [_2] as end tag to [_3]', # ??? lonxml.pm [SB 2008-08-07]
                   11425: 
                   11426:    'Found tag [_1] on line [_2] when looking for [_3] in file.'
1.93      raeburn  11427: => 'Found tag [_1] on line [_2] when looking for [_3] in file.',
1.6       bisitz   11428: 
1.66      bisitz   11429:    'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -'
1.93      raeburn  11430: => 'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -',
1.6       bisitz   11431: 
                   11432:    'File not found'
1.93      raeburn  11433: => 'File not found',
1.6       bisitz   11434: 
                   11435:    '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  11436: => '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   11437: 
                   11438:    'An error occurred while processing this resource. The instructor has been notified.'
1.93      raeburn  11439: => 'An error occurred while processing this resource. The instructor has been notified.',
1.6       bisitz   11440: 
                   11441:    'CourseID'
1.27      zhu      11442: => '课程编号',
1.6       bisitz   11443: 
                   11444:    'DocID'
1.27      zhu      11445: => '文件编号',
1.6       bisitz   11446: 
                   11447:    'Username, password and domain need to be specified.'
1.27      zhu      11448: => '用户名,密码和域必须指定!',
1.6       bisitz   11449: 
                   11450:    'Untitled Resource'
1.27      zhu      11451: => '无名资源',
1.6       bisitz   11452: 
                   11453:    'Not Available'
1.93      raeburn  11454: => 'Not Available',
1.6       bisitz   11455: 
                   11456:    'Clear'
1.93      raeburn  11457: => 'Clear',
1.6       bisitz   11458: 
                   11459:    'There are no parameters.'
1.93      raeburn  11460: => 'There are no parameters.',
1.6       bisitz   11461: 
                   11462:    'enroll type/action'
1.27      zhu      11463: => '注册类型/行动',
1.6       bisitz   11464: 
1.110     bisitz   11465:    'Map not loaded: The file [_1] does not exist.'
                   11466: => 'Map not loaded: The file [_1] does not exist.',
1.6       bisitz   11467: 
                   11468:    'Saved.'
1.18      zhu      11469: => '保存的。',
1.6       bisitz   11470: 
                   11471:    'An error occurred while saving.'
1.93      raeburn  11472: => 'An error occurred while saving.',
1.6       bisitz   11473: 
                   11474:    'Reverted.'
1.93      raeburn  11475: => 'Reverted.',
1.6       bisitz   11476: 
                   11477:    'Title in map'
1.93      raeburn  11478: => 'Title in map',
1.6       bisitz   11479: 
                   11480:    'Filename of resource'
1.93      raeburn  11481: => 'Filename of resource',
1.6       bisitz   11482: 
                   11483:    'Link to published resource'
1.93      raeburn  11484: => 'Link to published resource',
1.6       bisitz   11485: 
                   11486:    'Link to resource in Construction Space'
1.93      raeburn  11487: => 'Link to resource in Construction Space',
1.6       bisitz   11488: 
                   11489:    'Resource space'
1.93      raeburn  11490: => 'Resource space',
1.6       bisitz   11491: 
                   11492:    'Construction space'
1.93      raeburn  11493: => 'Construction space',
1.6       bisitz   11494: 
                   11495:    'discard'
1.93      raeburn  11496: => 'discard',
1.6       bisitz   11497: 
                   11498:    'Change Order'
1.93      raeburn  11499: => 'Change Order',
1.6       bisitz   11500: 
                   11501:    'Sort Imported Resources'
1.93      raeburn  11502: => 'Sort Imported Resources',
1.6       bisitz   11503: 
                   11504:    'Finalize order of resources'
1.93      raeburn  11505: => 'Finalize order of resources',
1.6       bisitz   11506: 
                   11507:    'Recover Deleted'
1.93      raeburn  11508: => 'Recover Deleted',
1.6       bisitz   11509: 
                   11510:    'Recover Removed Resources'
1.93      raeburn  11511: => 'Recover Removed Resources',
1.6       bisitz   11512: 
                   11513:    'Recover Checked'
1.93      raeburn  11514: => 'Recover Checked',
1.6       bisitz   11515: 
                   11516:    'Recent Detailed Assessment Statistical Data'
1.93      raeburn  11517: => 'Recent Detailed Assessment Statistical Data',
1.6       bisitz   11518: 
                   11519:    'No information available'
1.93      raeburn  11520: => 'No information available',
1.6       bisitz   11521: 
                   11522:    'Creating new file [_1]'
1.12      zhu      11523: => '创建新文件 [_1]',
1.6       bisitz   11524: 
                   11525:    '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  11526: => '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   11527: 
                   11528:     'Associate Resource With Selected Course'
1.93      raeburn  11529: => 'Associate Resource With Selected Course',
1.6       bisitz   11530: 
                   11531:    'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.'
1.93      raeburn  11532: => 'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.',
1.6       bisitz   11533: 
                   11534:    '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  11535: => '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   11536: 
                   11537:    'not available'
1.93      raeburn  11538: => 'not available',
1.6       bisitz   11539: 
                   11540:    'most recent version'
1.93      raeburn  11541: => 'most recent version',
1.6       bisitz   11542: 
                   11543:    'information not available'
1.93      raeburn  11544: => 'information not available',
1.6       bisitz   11545: 
                   11546:    'Num Student'
1.93      raeburn  11547: => 'Num Student',
1.6       bisitz   11548: 
                   11549:    'Degree of Difficulty'
1.93      raeburn  11550: => 'Degree of Difficulty',
1.6       bisitz   11551: 
                   11552:    'Degree of Discrimination'
1.93      raeburn  11553: => 'Degree of Discrimination',
1.6       bisitz   11554: 
                   11555:    'Time of computation'
1.93      raeburn  11556: => 'Time of computation',
1.6       bisitz   11557: 
                   11558:    'Messages deleted.'
1.22      zhu      11559: => '邮件已删除。',
1.6       bisitz   11560: 
                   11561:    'Error deleting messages'
1.93      raeburn  11562: => 'Error deleting messages',
1.6       bisitz   11563: 
                   11564:    'Messages cleared.'
1.22      zhu      11565: => '邮件已删除。',
1.6       bisitz   11566: 
                   11567:    'Error clearing messages'
1.22      zhu      11568: => '删除邮件时发生错误',
1.6       bisitz   11569: 
                   11570:    'Delete Messages for this Resource'
1.93      raeburn  11571: => 'Delete Messages for this Resource',
1.6       bisitz   11572: 
                   11573:    'Back To Directory'
1.10      zhu      11574: => '返回目录',
1.6       bisitz   11575: 
                   11576:    'Associated with course [_1]'
1.93      raeburn  11577: => 'Associated with course [_1]',
1.6       bisitz   11578: 
                   11579:    'This resource is not associated with a course.'
1.93      raeburn  11580: => 'This resource is not associated with a course.',
1.6       bisitz   11581: 
                   11582:    'Discard Edits and Return to Portfolio'
1.98      bisitz   11583: => 'Discard Edits and Return to Portfolio',
1.6       bisitz   11584: 
                   11585:    'Could not transfer data in added fields to notes'
1.93      raeburn  11586: => 'Could not transfer data in added fields to notes',
1.6       bisitz   11587: 
                   11588:    'Transferred data in added fields to notes'
1.93      raeburn  11589: => 'Transferred data in added fields to notes',
1.6       bisitz   11590: 
                   11591:    'Home'
1.36      zhu      11592: => '根目录',
1.6       bisitz   11593: 
                   11594:    'Usage Statistics'
1.36      zhu      11595: => '使用统计',
1.6       bisitz   11596: 
                   11597:    'Courses/Network Hits'
1.36      zhu      11598: => '课程/网络访问次数',
1.6       bisitz   11599: 
1.110     bisitz   11600:    'Already in this course:'
                   11601: => 'Already in this course:',
                   11602: 
                   11603:    '[_1] in folder/map [_2]'
                   11604: => '[_1] in folder/map [_2]',
1.6       bisitz   11605: 
                   11606:    'External Resource, preview not enabled'
1.93      raeburn  11607: => 'External Resource, preview not enabled',
1.6       bisitz   11608: 
                   11609:    'Somewhere something went wrong'
1.93      raeburn  11610: => 'Somewhere something went wrong',
1.6       bisitz   11611: 
                   11612:    'Please help us to find out what.'
1.93      raeburn  11613: => 'Please help us to find out what.',
1.6       bisitz   11614: 
                   11615:    'Please take a moment to fill out the form below.'
1.93      raeburn  11616: => 'Please take a moment to fill out the form below.',
1.6       bisitz   11617: 
                   11618:    'Your information, together with internal debugging information, will be emailed to the system and server administrators.'
1.93      raeburn  11619: => 'Your information, together with internal debugging information, will be emailed to the system and server administrators.',
1.6       bisitz   11620: 
                   11621:    'Send Information'
1.18      zhu      11622: => '发送错误报告',
1.6       bisitz   11623: 
                   11624:    'Please describe what you did just before this screen came up'
1.93      raeburn  11625: => 'Please describe what you did just before this screen came up',
1.6       bisitz   11626: 
                   11627:    'Is this problem reproducible?'
1.93      raeburn  11628: => 'Is this problem reproducible?',
1.6       bisitz   11629: 
                   11630:    'Yes!'
1.18      zhu      11631: => '是!',
1.6       bisitz   11632: 
                   11633:    'Do you have any guesses why this might have happened?'
1.18      zhu      11634: => '你有任何猜测,为什么会发生?',
1.6       bisitz   11635: 
                   11636:    'Thank you for your help!'
1.18      zhu      11637: => '谢谢您的支持!',
1.6       bisitz   11638: 
                   11639:    'Internal info:'
1.18      zhu      11640: => '内部信息:',
1.6       bisitz   11641: 
                   11642:    'Report submitted'
1.18      zhu      11643: => '提交的报告',
1.6       bisitz   11644: 
                   11645:    'Sending Error Report'
1.18      zhu      11646: => '发送错误报告',
1.6       bisitz   11647: 
                   11648:    'Thank you!'
1.18      zhu      11649: => '谢谢您!',
1.6       bisitz   11650: 
                   11651:    'Warning: Report not submitted'
1.18      zhu      11652: => '警告:报告未提交',
1.6       bisitz   11653: 
                   11654:    'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.'
1.93      raeburn  11655: => 'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.',
1.6       bisitz   11656: 
                   11657:    'The document contains errors and cannot be published.'
1.93      raeburn  11658: => 'The document contains errors and cannot be published.',
1.6       bisitz   11659: 
                   11660:    'error(s)'
1.93      raeburn  11661: => 'error(s)',
1.6       bisitz   11662: 
                   11663:    '[quant,_1,error]'
1.99      raeburn  11664: => '[quant,_1,error]',
1.6       bisitz   11665: 
                   11666:    'Please fill out all fields below.'
1.18      zhu      11667: => '请填写以下所有问题。',
1.6       bisitz   11668: 
                   11669:    '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  11670: => '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   11671: 
1.68      bisitz   11672:    '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  11673: => '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   11674: 
1.6       bisitz   11675:    'Parameters'
1.26      zhu      11676: => '参数',
1.6       bisitz   11677: 
1.68      bisitz   11678:    'Parameters:'
                   11679: => '参数:',
                   11680: 
1.6       bisitz   11681:    'Total Score and Maximum Possible for each Sequence or Folder'
1.93      raeburn  11682: => 'Total Score and Maximum Possible for each Sequence or Folder',
1.6       bisitz   11683: 
                   11684:    'Score on each Problem Part'
1.93      raeburn  11685: => 'Score on each Problem Part',
1.6       bisitz   11686: 
                   11687:    'Number of Tries before success on each Problem Part'
1.93      raeburn  11688: => 'Number of Tries before success on each Problem Part',
1.6       bisitz   11689: 
1.77      bisitz   11690:    'Number of Problem Parts completed successfully'
1.93      raeburn  11691: => 'Number of Problem Parts completed successfully',
1.6       bisitz   11692: 
                   11693:    'Unable to retrieve course information.'
1.93      raeburn  11694: => 'Unable to retrieve course information.',
1.6       bisitz   11695: 
                   11696:    'Please select an action to perform using the new filename'
1.93      raeburn  11697: => 'Please select an action to perform using the new filename',
1.6       bisitz   11698: 
                   11699:    'View or modify a course'
1.98      bisitz   11700: => '查看或修改课程',
1.6       bisitz   11701: 
                   11702:    'Enter the course with the role of [_1]'
1.93      raeburn  11703: => 'Enter the course with the role of [_1]',
1.6       bisitz   11704: 
                   11705:    'Enter the course with the role of [_1].'
1.93      raeburn  11706: => 'Enter the course with the role of [_1].',
1.6       bisitz   11707: 
                   11708:    'View or modify course settings which only a [_1] may modify.'
1.93      raeburn  11709: => 'View or modify course settings which only a [_1] may modify.',
1.6       bisitz   11710: 
                   11711:    'Manage course users'
                   11712: => '管理课程参加者',
                   11713: 
                   11714:    'Upload a File of Course Users'
1.70      zhu      11715: => '课程用户上传文件',
1.6       bisitz   11716: 
1.69      droeschl 11717:    'Add/Modify a Course User'
1.79      bisitz   11718: => '添加/修改课程用户',
1.6       bisitz   11719: 
                   11720:    'Edit Custom Roles'
1.70      zhu      11721: => '编辑自定义角色',
                   11722: 
                   11723:    'Custom Role'
                   11724: => '自定义角色',
1.6       bisitz   11725: 
                   11726:    'Enroll a Single Student'
1.70      zhu      11727: => '注册一名学生',
1.6       bisitz   11728: 
                   11729:    'Enroll a student'
1.70      zhu      11730: => '注册学生',
1.6       bisitz   11731: 
                   11732:    'Manage Course Groups'
1.12      zhu      11733: => '管理课程组',
1.6       bisitz   11734: 
                   11735:    'This error occurred while processing response [_1] in part [_2]'
1.93      raeburn  11736: => 'This error occurred while processing response [_1] in part [_2]',
1.6       bisitz   11737: 
                   11738:    'This error occurred while processing part [_1]'
1.93      raeburn  11739: => 'This error occurred while processing part [_1]',
1.6       bisitz   11740: 
                   11741:    'Unable to find section for this student'
1.93      raeburn  11742: => 'Unable to find section for this student',
1.6       bisitz   11743: 
                   11744:    'Classlist update for "[_1]" in "[_2]".'
1.93      raeburn  11745: => 'Classlist update for "[_1]" in "[_2]".',
1.6       bisitz   11746: 
                   11747:    'Error: "[_1]" during classlist update for "[_2]" in "[_3]".'
1.93      raeburn  11748: => 'Error: "[_1]" during classlist update for "[_2]" in "[_3]".',
1.6       bisitz   11749: 
                   11750:    'Role: '
1.18      zhu      11751: => '角色: ',
1.6       bisitz   11752: 
                   11753:    'Identify fields in uploaded list'
1.93      raeburn  11754: => 'Identify fields in uploaded list',
1.6       bisitz   11755: 
                   11756:    'Default domain'
1.18      zhu      11757: => '默认域',
1.6       bisitz   11758: 
                   11759:    'Change authentication for existing users in domain "[_1]" to these settings?'
1.93      raeburn  11760: => 'Change authentication for existing users in domain "[_1]" to these settings?',
1.6       bisitz   11761: 
                   11762:    'LON-CAPA Home Server for New Users'
1.18      zhu      11763: => 'LON-CAPA 家庭服务器的新用户',
1.6       bisitz   11764: 
1.73      bisitz   11765:    'LON-CAPA domain: [_1] with home server:'
                   11766: => 'LON-CAPA 域 [_1] 与家庭服务器:',
1.6       bisitz   11767: 
1.73      bisitz   11768:    'Settings for assigning roles'
1.93      raeburn  11769: => 'Settings for assigning roles',
1.6       bisitz   11770: 
                   11771:    'Pick the action to take on roles for these users:'
1.93      raeburn  11772: => 'Pick the action to take on roles for these users:',
1.6       bisitz   11773: 
                   11774:    'No role changes'
1.93      raeburn  11775: => 'No role changes',
1.6       bisitz   11776: 
                   11777:    'Add a domain role'
1.93      raeburn  11778: => 'Add a domain role',
1.6       bisitz   11779: 
                   11780:    'Add a course role'
1.93      raeburn  11781: => 'Add a course role',
1.6       bisitz   11782: 
                   11783:    'Default role'
1.93      raeburn  11784: => 'Default role',
1.6       bisitz   11785: 
1.73      bisitz   11786:    'Choose the role to assign to users without a value specified in the uploaded file.'
1.93      raeburn  11787: => 'Choose the role to assign to users without a value specified in the uploaded file.',
1.6       bisitz   11788: 
                   11789:    'Default role and section'
1.93      raeburn  11790: => 'Default role and section',
1.6       bisitz   11791: 
1.73      bisitz   11792:    'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.'
1.93      raeburn  11793: => 'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.',
1.6       bisitz   11794: 
                   11795:    'Default role and/or section(s)'
1.93      raeburn  11796: => 'Default role and/or section(s)',
1.6       bisitz   11797: 
                   11798:    'Role and/or section(s) for users without values specified in the uploaded file.'
1.93      raeburn  11799: => 'Role and/or section(s) for users without values specified in the uploaded file.',
1.6       bisitz   11800: 
                   11801:    'Display students with current/future access who are not in the uploaded file.'
1.93      raeburn  11802: => 'Display students with current/future access who are not in the uploaded file.',
1.6       bisitz   11803: 
                   11804:    'Students selected from this list can be dropped.'
1.93      raeburn  11805: => 'Students selected from this list can be dropped.',
1.6       bisitz   11806: 
                   11807:    'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).'
1.93      raeburn  11808: => 'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).',
1.6       bisitz   11809: 
                   11810:    'make these dates the default access dates for future student enrollment'
1.93      raeburn  11811: => 'make these dates the default access dates for future student enrollment',
1.6       bisitz   11812: 
                   11813:    'Set default start and end access dates for course.'
1.93      raeburn  11814: => 'Set default start and end access dates for course.',
1.6       bisitz   11815: 
                   11816:    'Unable to set default access dates for course.'
1.93      raeburn  11817: => 'Unable to set default access dates for course.',
1.6       bisitz   11818: 
                   11819:    'Please select'
1.93      raeburn  11820: => 'Please select',
1.6       bisitz   11821: 
                   11822:    'User Status: [_1]'
1.18      zhu      11823: => '用户状态: [_1]',
1.6       bisitz   11824: 
                   11825:    'Role Type: [_1]'
1.18      zhu      11826: => '角色类别: [_1]',
1.6       bisitz   11827: 
                   11828:    'Any role'
1.10      zhu      11829: => '任意角色',
1.6       bisitz   11830: 
                   11831:    'Role: [_1]'
1.18      zhu      11832: => '角色: [_1]',
1.6       bisitz   11833: 
                   11834:    'Select Course(s)'
1.10      zhu      11835: => '选择课程',
1.6       bisitz   11836: 
                   11837:    'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.'
1.93      raeburn  11838: => 'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.',
1.6       bisitz   11839: 
                   11840:    'There are no co-authors to display.'
1.93      raeburn  11841: => 'There are no co-authors to display.',
1.6       bisitz   11842: 
                   11843:    'There are no users with domain roles to display.'
1.93      raeburn  11844: => 'There are no users with domain roles to display.',
1.6       bisitz   11845: 
                   11846:    'There are no authors or co-authors to display.'
1.93      raeburn  11847: => 'There are no authors or co-authors to display.',
1.6       bisitz   11848: 
                   11849:    'There are no course users to display'
1.93      raeburn  11850: => 'There are no course users to display',
1.6       bisitz   11851: 
                   11852:    'There are no course users to display.'
1.93      raeburn  11853: => 'There are no course users to display.',
1.6       bisitz   11854: 
                   11855:    'There are no users matching the search criteria.'
1.93      raeburn  11856: => 'There are no users matching the search criteria.',
1.6       bisitz   11857: 
                   11858:    "You must select at least one user by checking a user's 'Select' checkbox"
1.93      raeburn  11859: => "You must select at least one user by checking a user's 'Select' checkbox",
1.6       bisitz   11860: 
                   11861:    'You need to select an action to take for the user(s) you have selected'
1.93      raeburn  11862: => 'You need to select an action to take for the user(s) you have selected',
1.6       bisitz   11863: 
                   11864:    ' for a single user?'
1.99      raeburn  11865: => ' for a single user?',
1.6       bisitz   11866: 
                   11867:    ' for multiple users?'
1.99      raeburn  11868: => ' for multiple users?',
1.6       bisitz   11869: 
                   11870:    'Proceed'
1.18      zhu      11871: => '下一步',
1.6       bisitz   11872: 
                   11873:    'Action to take for selected users'
1.93      raeburn  11874: => 'Action to take for selected users',
1.6       bisitz   11875: 
                   11876:    'Behavior of clickable username link for each user'
1.93      raeburn  11877: => 'Behavior of clickable username link for each user',
1.6       bisitz   11878: 
                   11879:    "Display a user's personal page"
                   11880: => "显示个人网页",
                   11881: 
                   11882:    "Modify a user's information"
1.93      raeburn  11883: => "Modify a user's information",
1.6       bisitz   11884: 
                   11885:    'Course(s): description, section(s), status'
1.93      raeburn  11886: => 'Course(s): description, section(s), status',
1.6       bisitz   11887: 
                   11888:    "Click on a username to view the user's personal page."
                   11889: => "点击用户名,以查看用户的个人网页。",
                   11890: 
                   11891:    'auto'
1.18      zhu      11892: => '自动',
1.6       bisitz   11893: 
                   11894:    'manual'
1.18      zhu      11895: => '手动',
1.6       bisitz   11896: 
                   11897:    'Unlock'
1.93      raeburn  11898: => 'Unlock',
1.6       bisitz   11899: 
                   11900:    'Lock'
1.93      raeburn  11901: => 'Lock',
1.6       bisitz   11902: 
                   11903:    'Domain Roles'
1.18      zhu      11904: => '域角色',
1.6       bisitz   11905: 
                   11906:    'Co-Author Roles'
1.18      zhu      11907: => '合著者角色',
1.6       bisitz   11908: 
                   11909:    'Course Roles'
1.18      zhu      11910: => '课程角色',
1.6       bisitz   11911: 
                   11912:    'Date and Section selector'
1.18      zhu      11913: => '日期和组选择',
1.6       bisitz   11914: 
                   11915:    'Date selector'
1.18      zhu      11916: => '日期选择器',
1.6       bisitz   11917: 
                   11918:    "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'"
1.93      raeburn  11919: => "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'",
1.6       bisitz   11920: 
                   11921:    "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'"
1.93      raeburn  11922: => "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'",
1.6       bisitz   11923: 
                   11924:    'Choose an action to take for selected users'
1.93      raeburn  11925: => 'Choose an action to take for selected users',
1.6       bisitz   11926: 
                   11927:    'New section to assign'
1.93      raeburn  11928: => 'New section to assign',
1.6       bisitz   11929: 
                   11930:    'Use "Save" to update the main window with your selections.'
1.97      raeburn  11931: => 'Use "Save" to update the main window with your selections.',
1.6       bisitz   11932: 
                   11933:    'New section'
1.70      zhu      11934: => '新的章节',
1.6       bisitz   11935: 
                   11936:    'Course - [_1]:'
1.18      zhu      11937: => '课程 - [_1]:',
1.6       bisitz   11938: 
                   11939:    'Domain - [_1]:'
1.18      zhu      11940: => '域 - [_1]:',
1.6       bisitz   11941: 
                   11942:    'Users in course with expired [_1] roles'
1.93      raeburn  11943: => 'Users in course with expired [_1] roles',
1.6       bisitz   11944: 
                   11945:    'Users in course with future [_1] roles'
1.93      raeburn  11946: => 'Users in course with future [_1] roles',
1.6       bisitz   11947: 
                   11948:    'Users in course with active [_1] roles'
1.93      raeburn  11949: => 'Users in course with active [_1] roles',
1.6       bisitz   11950: 
                   11951:    'All users in course'
1.93      raeburn  11952: => 'All users in course',
1.6       bisitz   11953: 
                   11954:    'All users in course with [_1] roles'
1.93      raeburn  11955: => 'All users in course with [_1] roles',
1.6       bisitz   11956: 
                   11957:    'only users in section "[_1]"'
1.93      raeburn  11958: => 'only users in section "[_1]"',
1.6       bisitz   11959: 
                   11960:    'only users affiliated with no section or section "[_1]"'
1.93      raeburn  11961: => 'only users affiliated with no section or section "[_1]"',
1.6       bisitz   11962: 
                   11963:    ' and not in any group'
1.99      raeburn  11964: => ' and not in any group',
1.6       bisitz   11965: 
                   11966:    ' and members of group: "[_1]"'
1.99      raeburn  11967: => ' and members of group: "[_1]"',
1.6       bisitz   11968: 
                   11969:    'only users affiliated with no section'
1.93      raeburn  11970: => 'only users affiliated with no section',
1.6       bisitz   11971: 
                   11972:    'only users affiliated with section "[_1]"'
1.93      raeburn  11973: => 'only users affiliated with section "[_1]"',
1.6       bisitz   11974: 
                   11975:    'only users not in any group'
1.93      raeburn  11976: => 'only users not in any group',
1.6       bisitz   11977: 
                   11978:    ' and also not in any group'
1.99      raeburn  11979: => ' and also not in any group',
1.6       bisitz   11980: 
                   11981:    'only members of group: "[_1]"'
1.18      zhu      11982: => '只有该组成员 "[_1]"',
1.6       bisitz   11983: 
                   11984:    ' and also members of group: "[_1]"'
1.99      raeburn  11985: => ' and also members of group: "[_1]"',
1.6       bisitz   11986: 
                   11987:    'Author space for [_1]'
1.93      raeburn  11988: => 'Author space for [_1]',
1.6       bisitz   11989: 
                   11990:    'Co-authors with expired [_1] roles'
1.93      raeburn  11991: => 'Co-authors with expired [_1] roles',
1.6       bisitz   11992: 
                   11993:    'Co-authors with future [_1] roles'
1.93      raeburn  11994: => 'Co-authors with future [_1] roles',
1.6       bisitz   11995: 
                   11996:    'Co-authors with active [_1] roles'
1.93      raeburn  11997: => 'Co-authors with active [_1] roles',
1.6       bisitz   11998: 
                   11999:    'All co-authors'
1.18      zhu      12000: => '所有合著者',
1.6       bisitz   12001: 
                   12002:    'All co-authors with [_1] roles'
1.93      raeburn  12003: => 'All co-authors with [_1] roles',
1.6       bisitz   12004: 
                   12005:    'Users in domain with expired [_1] roles'
1.93      raeburn  12006: => 'Users in domain with expired [_1] roles',
1.6       bisitz   12007: 
                   12008:    'Users in domain with future [_1] roles'
1.93      raeburn  12009: => 'Users in domain with future [_1] roles',
1.6       bisitz   12010: 
                   12011:    'Users in domain with active [_1] roles'
1.93      raeburn  12012: => 'Users in domain with active [_1] roles',
1.6       bisitz   12013: 
                   12014:    'All users in domain'
1.93      raeburn  12015: => 'All users in domain',
1.6       bisitz   12016: 
                   12017:    'All users in domain with [_1] roles'
1.93      raeburn  12018: => 'All users in domain with [_1] roles',
1.6       bisitz   12019: 
                   12020:    'Co-authors in domain with expired [_1] roles'
1.93      raeburn  12021: => 'Co-authors in domain with expired [_1] roles',
1.6       bisitz   12022: 
                   12023:    'Co-authors in domain with future [_1] roles'
1.93      raeburn  12024: => 'Co-authors in domain with future [_1] roles',
1.6       bisitz   12025: 
                   12026:    'Co-authors in domain with active [_1] roles'
1.93      raeburn  12027: => 'Co-authors in domain with active [_1] roles',
1.6       bisitz   12028: 
                   12029:    'All users with co-author roles in domain'
1.93      raeburn  12030: => 'All users with co-author roles in domain',
1.6       bisitz   12031: 
                   12032:    'All co-authors in domain  with [_1] roles'
1.93      raeburn  12033: => 'All co-authors in domain  with [_1] roles',
1.6       bisitz   12034: 
                   12035:    'All courses in domain'
1.93      raeburn  12036: => 'All courses in domain',
1.6       bisitz   12037: 
                   12038:    'Courses in domain with institutional code: [_1]'
1.93      raeburn  12039: => 'Courses in domain with institutional code: [_1]',
1.6       bisitz   12040: 
                   12041:    'Selected courses in domain'
1.93      raeburn  12042: => 'Selected courses in domain',
1.6       bisitz   12043: 
                   12044:    'users with expired [_1] roles'
1.93      raeburn  12045: => 'users with expired [_1] roles',
1.6       bisitz   12046: 
                   12047:    'users with future [_1] roles'
1.93      raeburn  12048: => 'users with future [_1] roles',
1.6       bisitz   12049: 
                   12050:    'users with active [_1] roles'
1.93      raeburn  12051: => 'users with active [_1] roles',
1.6       bisitz   12052: 
                   12053:    'all users'
1.70      zhu      12054: => '所有用户',
1.6       bisitz   12055: 
                   12056:    'users with [_1] roles'
1.70      zhu      12057: => '用户角色"[_1]"',
1.6       bisitz   12058: 
                   12059:    'There are no students to drop.'
1.93      raeburn  12060: => 'There are no students to drop.',
1.6       bisitz   12061: 
                   12062:    'Upload a file containing information about users'
1.70      zhu      12063: => '上传一个包含有用户信息的文件',
1.6       bisitz   12064: 
                   12065:    'Upload file of users'
1.70      zhu      12066: => '上传用户文件',
1.6       bisitz   12067: 
                   12068:    'How do I create a users list from a spreadsheet'
1.70      zhu      12069: => '如何从电子表格建立用户列表',
1.6       bisitz   12070: 
                   12071:    'Unable to enroll users'
1.70      zhu      12072: => '无法注册用户',
1.6       bisitz   12073: 
                   12074:    'Enrolling Users'
1.70      zhu      12075: => '注册用户',
1.6       bisitz   12076: 
                   12077:    'Updating Co-authors'
1.70      zhu      12078: => '更新共同作者',
1.6       bisitz   12079: 
                   12080:    'Adding/Modifying Users'
1.70      zhu      12081: => '添加/修改用户',
1.6       bisitz   12082: 
                   12083:    'Default section name [_1] could not be used as it is a reserved word.'
1.93      raeburn  12084: => 'Default section name [_1] could not be used as it is a reserved word.',
1.6       bisitz   12085: 
                   12086:    'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.'
1.93      raeburn  12087: => 'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.',
1.6       bisitz   12088: 
                   12089:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.'
1.98      bisitz   12090: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.',
1.6       bisitz   12091: 
                   12092:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.'
1.98      bisitz   12093: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.',
1.6       bisitz   12094: 
                   12095:    'Section names and group names must be distinct.'
1.93      raeburn  12096: => 'Section names and group names must be distinct.',
1.6       bisitz   12097: 
                   12098:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".'
1.98      bisitz   12099: => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".',
1.6       bisitz   12100: 
                   12101:    'This user already has an active/future student role in the course, unaffiliated to any section.'
1.93      raeburn  12102: => 'This user already has an active/future student role in the course, unaffiliated to any section.',
1.6       bisitz   12103: 
                   12104:    'This user already has an active/future role in section "[_1]" of the course.'
1.93      raeburn  12105: => 'This user already has an active/future role in section "[_1]" of the course.',
1.6       bisitz   12106: 
                   12107:    '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  12108: => '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   12109: 
                   12110:    '[_1]: You do not have permission to add the requested role [_2] for the user.'
1.98      bisitz   12111: => '[_1]: You do not have permission to add the requested role [_2] for the user.',
1.6       bisitz   12112: 
                   12113:    'Allowable role(s) is/are: [_1].'
1.93      raeburn  12114: => 'Allowable role(s) is/are: [_1].',
1.6       bisitz   12115: 
                   12116:    '[_1]: Unable to enroll. No password specified.'
1.98      bisitz   12117: => '[_1]: Unable to enroll. No password specified.',
1.6       bisitz   12118: 
                   12119:    '[_1]: Unable to add co-author. No password specified.'
1.98      bisitz   12120: => '[_1]: Unable to add co-author. No password specified.',
1.6       bisitz   12121: 
                   12122:    '[_1]: Unable to add user. No password specified.'
1.98      bisitz   12123: => '[_1]: Unable to add user. No password specified.',
1.6       bisitz   12124: 
                   12125:    'Processed [quant,_1,user].'
1.101     bisitz   12126: => 'Processed [quant,_1,user].',
1.6       bisitz   12127: 
                   12128:    'Roles added for [quant,_1,user].'
1.93      raeburn  12129: => 'Roles added for [quant,_1,user].',
1.6       bisitz   12130: 
                   12131:    '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  12132: => '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   12133: 
                   12134:    'No roles added'
1.93      raeburn  12135: => 'No roles added',
1.6       bisitz   12136: 
                   12137:    'Authentication changed for [_1] existing users.'
1.93      raeburn  12138: => 'Authentication changed for [_1] existing users.',
1.6       bisitz   12139: 
                   12140:    'Students to Drop'
1.93      raeburn  12141: => 'Students to Drop',
1.6       bisitz   12142: 
                   12143:    'There are no students with current/future access to the course.'
1.93      raeburn  12144: => 'There are no students with current/future access to the course.',
1.6       bisitz   12145: 
                   12146:    '[_1]: Unable to add/modify: [_2]'
1.98      bisitz   12147: => '[_1]: Unable to add/modify: [_2]',
1.6       bisitz   12148: 
                   12149:    '[_1]: Unable to modify authentication: [_2]'
1.98      bisitz   12150: => '[_1]: Unable to modify authentication: [_2]',
1.6       bisitz   12151: 
                   12152:    '[_1]: Unable to add role: [_2]'
1.98      bisitz   12153: => '[_1]: Unable to add role: [_2]',
1.6       bisitz   12154: 
                   12155:    'No change in section assignment (none)'
1.93      raeburn  12156: => 'No change in section assignment (none)',
1.6       bisitz   12157: 
                   12158:    "Revoked role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12159: => "Revoked role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12160: 
                   12161:    "Deleted role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12162: => "Deleted role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12163: 
                   12164:    "Re-enabled role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12165: => "Re-enabled role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12166: 
                   12167:    "Activated role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12168: => "Activated role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12169: 
                   12170:    "Changed Access Dates for role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12171: => "Changed Access Dates for role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12172: 
                   12173:    "Changed section for role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12174: => "Changed section for role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12175: 
                   12176:    "Dropped role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12177: => "Dropped role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12178: 
                   12179:    'Error revoking [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12180: => 'Error revoking [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12181: 
                   12182:    'Error deleting [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12183: => 'Error deleting [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12184: 
                   12185:    'Error re-enabling [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12186: => 'Error re-enabling [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12187: 
                   12188:    'Error activating [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12189: => 'Error activating [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12190: 
                   12191:    'Error changing access dates for [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12192: => 'Error changing access dates for [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12193: 
                   12194:    'Error changing section for [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12195: => 'Error changing section for [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12196: 
                   12197:    'Error dropping [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12198: => 'Error dropping [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12199: 
                   12200:    'Revoked role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12201: => 'Revoked role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12202: 
                   12203:    'Deleted role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12204: => 'Deleted role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12205: 
                   12206:    'Re-enabled role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12207: => 'Re-enabled role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12208: 
                   12209:    'Activated role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12210: => 'Activated role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12211: 
                   12212:    'Changed Access Dates for role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12213: => 'Changed Access Dates for role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12214: 
                   12215:    'Changed section for role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12216: => 'Changed section for role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12217: 
                   12218:    'Dropped role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12219: => 'Dropped role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12220: 
                   12221:    'Re-enabling will re-activate data for the role.'
1.93      raeburn  12222: => 'Re-enabling will re-activate data for the role.',
1.6       bisitz   12223: 
                   12224:    'Display User Lists'
1.93      raeburn  12225: => 'Display User Lists',
1.6       bisitz   12226: 
                   12227:    'Display current class roster'
1.93      raeburn  12228: => 'Display current class roster',
1.6       bisitz   12229: 
                   12230:    'No section'
1.93      raeburn  12231: => 'No section',
1.6       bisitz   12232: 
                   12233:    'List Users'
1.70      zhu      12234: => '用户列表',
1.6       bisitz   12235: 
                   12236:    'Pick custom role'
1.70      zhu      12237: => '选择自定义角色',
1.6       bisitz   12238: 
                   12239:    'Advanced Role'
1.70      zhu      12240: => '扩展的角色',
1.6       bisitz   12241: 
                   12242:    "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages"
1.93      raeburn  12243: => "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages",
1.6       bisitz   12244: 
                   12245:    'Evade communication blocking'
1.93      raeburn  12246: => 'Evade communication blocking',
1.6       bisitz   12247: 
                   12248:    'Generate anonymous statistics'
1.93      raeburn  12249: => 'Generate anonymous statistics',
1.6       bisitz   12250: 
                   12251:    'Modify grade queue'
1.98      bisitz   12252: => 'Modify grade queue',
1.6       bisitz   12253: 
                   12254:    'Grade items in grading queue'
1.93      raeburn  12255: => 'Grade items in grading queue',
1.6       bisitz   12256: 
                   12257:    'Set assessment parameters'
1.98      bisitz   12258: => 'Set assessment parameters',
1.6       bisitz   12259: 
                   12260:    'Advanced printing options (with answers, discussions, all foils, ...)'
1.93      raeburn  12261: => 'Advanced printing options (with answers, discussions, all foils, ...)',
1.6       bisitz   12262: 
                   12263:    'Print for other users and entire course'
1.93      raeburn  12264: => 'Print for other users and entire course',
1.6       bisitz   12265: 
                   12266:    'Get identity behind anonymous postings'
1.93      raeburn  12267: => 'Get identity behind anonymous postings',
1.6       bisitz   12268: 
                   12269:    'View grades'
1.93      raeburn  12270: => 'View grades',
1.6       bisitz   12271: 
                   12272:    "Access to What's New page"
1.70      zhu      12273: => "进入新页",
1.6       bisitz   12274: 
                   12275:    'Upload Users List'
1.70      zhu      12276: => '上传用户列表',
1.6       bisitz   12277: 
                   12278:    'Update Users'
1.70      zhu      12279: => '用户更新',
1.6       bisitz   12280: 
                   12281:    'Create/modify a user'
1.70      zhu      12282: => '创建/修改用户',
1.6       bisitz   12283: 
                   12284:    'Search for a user and modify/add user information or roles'
1.70      zhu      12285: => '搜索用户和修改/添加用户资料或角色',
1.6       bisitz   12286: 
                   12287:    'Add/modify a single user'
1.70      zhu      12288: => '添加/修改一个用户',
1.6       bisitz   12289: 
                   12290:    'Create users or modify the roles and privileges of users'
1.70      zhu      12291: => '创建或修改用户的角色和权限',
1.6       bisitz   12292: 
                   12293:    'Upload a File of Users'
1.70      zhu      12294: => '上传用户文件',
1.6       bisitz   12295: 
1.69      droeschl 12296:    'Add/Modify a User'
1.70      zhu      12297: => '添加/修改用户',
1.6       bisitz   12298: 
                   12299:    'create new user if required'
1.70      zhu      12300: => '如有必要,创建新用户',
1.6       bisitz   12301: 
1.69      droeschl 12302:    'Manage Users'
1.70      zhu      12303: => '管理用户',
1.6       bisitz   12304: 
                   12305:    'Create/Modify user'
1.70      zhu      12306: => '创建/修改用户',
1.6       bisitz   12307: 
                   12308:    'Visible input'
1.70      zhu      12309: => '可见输入',
1.6       bisitz   12310: 
                   12311:    'Currently in use'
1.70      zhu      12312: => '目前正在使用',
1.6       bisitz   12313: 
                   12314:    'Modify this user: [_1]'
1.70      zhu      12315: => '改此用户名: [_1]',
1.6       bisitz   12316: 
                   12317:    'Blank Problem'
1.12      zhu      12318: => '空白问题',
1.6       bisitz   12319: 
                   12320:    'Chemical Reaction Response'
1.70      zhu      12321: => '化学反应',
1.6       bisitz   12322: 
1.76      bisitz   12323:    'Chemical Reaction Response with Hints'
1.93      raeburn  12324: => 'Chemical Reaction Response with Hints', # '化学反应',
1.76      bisitz   12325: 
1.6       bisitz   12326:    'Click-On-Image Problem'
1.70      zhu      12327: => '点击图片',
1.6       bisitz   12328: 
                   12329:    'Curve Plot with Numerical Response'
1.93      raeburn  12330: => 'Curve Plot with Numerical Response',
1.6       bisitz   12331: 
                   12332:    'Custom Response'
1.93      raeburn  12333: => 'Custom Response',
1.76      bisitz   12334: 
                   12335:    'Custom Response with Partial Credit'
1.93      raeburn  12336: => 'Custom Response with Partial Credit',
1.6       bisitz   12337: 
                   12338:    'Data Plot with Numerical Response'
1.93      raeburn  12339: => 'Data Plot with Numerical Response',
1.6       bisitz   12340: 
                   12341:    'Essay Response'
1.18      zhu      12342: => '尝试回答',
1.6       bisitz   12343: 
                   12344:    'Exam Upload Resource'
1.93      raeburn  12345: => 'Exam Upload Resource',
1.6       bisitz   12346: 
                   12347:    'Formula Response using Computer Algebra System'
1.93      raeburn  12348: => 'Formula Response using Computer Algebra System',
1.6       bisitz   12349: 
                   12350:    'Formula Response using Computer Algebra System and Hints'
1.93      raeburn  12351: => 'Formula Response using Computer Algebra System and Hints',
1.6       bisitz   12352: 
1.76      bisitz   12353:    'Formula Response using Computer Algebra System R and Data Plot'
1.93      raeburn  12354: => 'Formula Response using Computer Algebra System R and Data Plot',
1.76      bisitz   12355: 
1.6       bisitz   12356:    'Formula Response with Samples'
1.93      raeburn  12357: => 'Formula Response with Samples',
1.6       bisitz   12358: 
                   12359:    'Unordered Multi-Answer Formula Response Problem'
1.93      raeburn  12360: => 'Unordered Multi-Answer Formula Response Problem',
1.6       bisitz   12361: 
1.76      bisitz   12362:    'Math Response using Computer Algebra System MAXIMA'
1.93      raeburn  12363: => 'Math Response using Computer Algebra System MAXIMA',
1.76      bisitz   12364: 
                   12365:    'Math Response using Computer Algebra System R'
1.93      raeburn  12366: => 'Math Response using Computer Algebra System R',
1.6       bisitz   12367: 
                   12368:    'Math Response using Computer Algebra System and Hints'
1.93      raeburn  12369: => 'Math Response using Computer Algebra System and Hints',
1.6       bisitz   12370: 
                   12371:    'Numerical Response'
1.93      raeburn  12372: => 'Numerical Response',
1.6       bisitz   12373: 
                   12374:    'One of Multiple Answers Numerical Problem'
1.93      raeburn  12375: => 'One of Multiple Answers Numerical Problem',
1.6       bisitz   12376: 
                   12377:    'Option Response - Matching'
1.93      raeburn  12378: => 'Option Response - Matching',
1.6       bisitz   12379: 
                   12380:    'Option Response - Concept Groups'
1.93      raeburn  12381: => 'Option Response - Concept Groups',
1.6       bisitz   12382: 
                   12383:    'Matching Response'
1.93      raeburn  12384: => 'Matching Response',
1.6       bisitz   12385: 
                   12386:    'Option Response - True/False'
1.93      raeburn  12387: => 'Option Response - True/False',
1.6       bisitz   12388: 
                   12389:    'Organic Material Response'
1.93      raeburn  12390: => 'Organic Material Response',
1.6       bisitz   12391: 
1.76      bisitz   12392:    'Organic Material Response with Hint'
1.93      raeburn  12393: => 'Organic Material Response with Hint',
1.76      bisitz   12394: 
1.6       bisitz   12395:    'Radio Button Response'
1.18      zhu      12396: => '单选',
1.6       bisitz   12397: 
                   12398:    'Randomly Labelled Image with Option Response'
1.93      raeburn  12399: => 'Randomly Labelled Image with Option Response',
1.6       bisitz   12400: 
                   12401:    'Rank Response'
1.70      zhu      12402: => '等级制度 (Rank Response)',
1.6       bisitz   12403: 
                   12404:    'String Response'
1.70      zhu      12405: => '文本输入 (String Response)',
1.6       bisitz   12406: 
1.81      bisitz   12407:    'Display catalog of courses and communities'
1.93      raeburn  12408: => '课程目录',
1.6       bisitz   12409: 
                   12410:    'Manage co-authors'
1.18      zhu      12411: => '管理共同作者',
1.6       bisitz   12412: 
                   12413:    'Upload a File of Co-authors'
1.18      zhu      12414: => '上传共同作者的文件',
1.6       bisitz   12415: 
1.69      droeschl 12416:    'Add/Modify a Co-author'
1.79      bisitz   12417: => '添加/修改一个共同的作者',
1.6       bisitz   12418: 
1.69      droeschl 12419:    'Manage Co-authors'
1.79      bisitz   12420: => '管理共同作者',
1.6       bisitz   12421: 
                   12422:    'No courses match the criteria you selected.'
1.18      zhu      12423: => '没有选择相对应的课程。',
1.6       bisitz   12424: 
                   12425:    'Key authority (<tt>id@domain</tt>) if other than course'
1.93      raeburn  12426: => 'Key authority (<tt>id@domain</tt>) if other than course',
1.6       bisitz   12427: 
                   12428:    'New bridgetask file'
1.93      raeburn  12429: => 'New bridgetask file',
1.6       bisitz   12430: 
                   12431:    'Create problem'
1.12      zhu      12432: => '创建问题',
1.6       bisitz   12433: 
                   12434:    'Create library'
1.12      zhu      12435: => '创建图书馆',
1.6       bisitz   12436: 
                   12437:    'Create survey'
1.12      zhu      12438: => '创建调查',
1.6       bisitz   12439: 
                   12440:    'Create task'
1.12      zhu      12441: => '创建任务',
1.6       bisitz   12442: 
                   12443:    'Problem Testing'
1.12      zhu      12444: => '问题测试',
1.6       bisitz   12445: 
                   12446:    "Don't Show Incorect/Correct Feedback"
1.12      zhu      12447: => "不显示不正确/正确的反馈",
1.6       bisitz   12448: 
                   12449:    "Don't Show Any Feedback"
1.12      zhu      12450: => "不显示任何反馈",
1.6       bisitz   12451: 
                   12452:    'Change View'
1.12      zhu      12453: => '更改视图',
1.6       bisitz   12454: 
                   12455:    'Show Default View'
1.12      zhu      12456: => '查看默认视图',
1.6       bisitz   12457: 
                   12458:    '[_1] for [_2] versions.'
1.70      zhu      12459: => '[_1] 的 [_2] 版本。',
1.6       bisitz   12460: 
                   12461:    'Set new preferred languages to '
1.9       zhu      12462: => '首选语言设置为 ',
1.6       bisitz   12463: 
                   12464:    'Reset preferred language.'
1.9       zhu      12465: => '重设的首选语言。',
1.6       bisitz   12466: 
                   12467:    'Set new preferred math display to '
1.93      raeburn  12468: => 'Set new preferred math display to ',
1.6       bisitz   12469: 
                   12470:    'Reset preferred math display.'
1.93      raeburn  12471: => 'Reset preferred math display.',
1.6       bisitz   12472: 
                   12473:    'Set new screenname to '
1.18      zhu      12474: => '在匿名讨论中新的昵称为 ',
1.6       bisitz   12475: 
                   12476:    'Reset screenname.'
1.9       zhu      12477: => '重置昵称。',
1.6       bisitz   12478: 
                   12479:    'Set new nickname to '
1.9       zhu      12480: => '设置新的昵称为 ',
1.6       bisitz   12481: 
                   12482:    'Reset nickname.'
1.9       zhu      12483: => '重设昵称。',
1.6       bisitz   12484: 
                   12485:    'Set menu mode to [_1].'
1.18      zhu      12486: => '设置菜单模式为 [_1]。',
1.6       bisitz   12487: 
                   12488:    'Reset '
1.9       zhu      12489: => '重置',
1.6       bisitz   12490: 
                   12491:    'Set message forwarding to '
1.22      zhu      12492: => '设置邮件转发到 ',
1.6       bisitz   12493: 
                   12494:    "Set message forwarding to 'off'."
1.22      zhu      12495: => "设置邮件转发为'关闭'。",
1.6       bisitz   12496: 
                   12497:    'Set non-critical message notification address(es) to '
1.22      zhu      12498: => '设置非重要的邮件通知地址为 ',
1.6       bisitz   12499: 
                   12500:    "Set non-critical message notification to 'off'."
1.22      zhu      12501: => "设置非重要的邮件通知为'关闭'。",
1.6       bisitz   12502: 
                   12503:    'Set critical message notification address(es) to '
1.22      zhu      12504: => '设置重要的邮件通知地址为 ',
1.6       bisitz   12505: 
                   12506:    "Set critical message notification to 'off'."
1.22      zhu      12507: => "设置重要的邮件通知为'关闭'。",
1.6       bisitz   12508: 
                   12509:    'Set address(es) to receive excerpts with html retained '
1.22      zhu      12510: => '设置保留HTML摘录的地址为 ',
1.6       bisitz   12511: 
                   12512:    'Set notification address to receive excerpts with html stripped.'
1.22      zhu      12513: => '设置接收邮件地址为不保留的HTML摘录。',
1.6       bisitz   12514: 
                   12515:    'Set all notification addresses to receive excerpts with html stripped.'
1.22      zhu      12516: => '设置所有的接收邮件地址为不保留的HTML摘录。',
1.6       bisitz   12517: 
                   12518:    'Set Page Background to '
1.22      zhu      12519: => '设置页面的背景为 ',
1.6       bisitz   12520: 
                   12521:    'Set Header Background to '
1.22      zhu      12522: => '设置页眉背景为 ',
1.6       bisitz   12523: 
                   12524:    'Set Header Border to '
1.22      zhu      12525: => '设置页眉边界为 ',
1.6       bisitz   12526: 
                   12527:    'Set Font to '
1.22      zhu      12528: => '设置字体为 ',
1.6       bisitz   12529: 
                   12530:    'Set Un-Visited Link to '
1.22      zhu      12531: => '设置未访问链接颜色为 ',
1.6       bisitz   12532: 
                   12533:    'Set Visited Link to '
1.22      zhu      12534: => '设置已访问链接颜色为 ',
1.6       bisitz   12535: 
                   12536:    'Set Active Link to '
1.22      zhu      12537: => '设置活动链接颜色为 ',
1.6       bisitz   12538: 
                   12539:    'Reset Page Background'
1.22      zhu      12540: => '重设网页背景',
1.6       bisitz   12541: 
                   12542:    'Reset Header Background'
1.22      zhu      12543: => '重置页眉背景',
1.6       bisitz   12544: 
                   12545:    'Reset Header Border'
1.22      zhu      12546: => '重置页眉边界',
1.6       bisitz   12547: 
                   12548:    'Reset Font.'
1.22      zhu      12549: => '重置字体颜色。',
1.6       bisitz   12550: 
                   12551:    'Reset Un-Visited Link.'
1.22      zhu      12552: => '重置未访问链接颜色。',
1.6       bisitz   12553: 
                   12554:    'Reset Visited Link.'
1.22      zhu      12555: => '重置已访问链接颜色。',
1.6       bisitz   12556: 
                   12557:    'Reset Active Link.'
1.22      zhu      12558: => '重置活动链接颜色。',
1.6       bisitz   12559: 
                   12560:    'Freezing Role: [_1]'
1.22      zhu      12561: => '冻结的角色: [_1]',
1.6       bisitz   12562: 
                   12563:    'Unfreezing Role: [_1]'
1.99      raeburn  12564: => '解冻的角色: [_1] reversed',
1.6       bisitz   12565: 
                   12566:    'No such user: '
1.22      zhu      12567: => '此用户不存在: ',
1.6       bisitz   12568: 
1.49      bisitz   12569:    '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  12570: => '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   12571: 
                   12572:    'Sorry, the token generated when you requested a password reset has expired.'
1.93      raeburn  12573: => 'Sorry, the token generated when you requested a password reset has expired.',
1.6       bisitz   12574: 
                   12575:    'Sorry, the URL generated when you requested reset of your password contained incomplete information.'
1.93      raeburn  12576: => 'Sorry, the URL generated when you requested reset of your password contained incomplete information.',
1.6       bisitz   12577: 
                   12578:    'Page requested in unexpected context'
1.93      raeburn  12579: => 'Page requested in unexpected context',
1.6       bisitz   12580: 
                   12581:    'Invalid username and/or domain'
1.93      raeburn  12582: => 'Invalid username and/or domain',
1.6       bisitz   12583: 
                   12584:    'Username and domain were blank'
1.93      raeburn  12585: => 'Username and domain were blank',
1.6       bisitz   12586: 
                   12587:    'Authentication type for this user can not be changed by this mechanism'
1.93      raeburn  12588: => 'Authentication type for this user can not be changed by this mechanism',
1.6       bisitz   12589: 
                   12590:    'One or more password fields were blank'
1.93      raeburn  12591: => 'One or more password fields were blank',
1.6       bisitz   12592: 
                   12593:    'Please log out and try again.'
1.93      raeburn  12594: => 'Please log out and try again.',
1.6       bisitz   12595: 
                   12596:    'Please try again later.'
1.93      raeburn  12597: => 'Please try again later.',
1.6       bisitz   12598: 
                   12599:    'Unable to retrieve saved token for password decryption'
1.93      raeburn  12600: => 'Unable to retrieve saved token for password decryption',
1.6       bisitz   12601: 
                   12602:    'Could not verify current authentication.'
1.93      raeburn  12603: => 'Could not verify current authentication.',
1.6       bisitz   12604: 
                   12605:    'The new passwords you entered do not match.'
1.93      raeburn  12606: => 'The new passwords you entered do not match.',
1.6       bisitz   12607: 
                   12608:    'Passwords must be a minimum of 7 characters long.'
1.93      raeburn  12609: => 'Passwords must be a minimum of 7 characters long.',
1.6       bisitz   12610: 
                   12611:    'The password you entered contained illegal characters.'
1.93      raeburn  12612: => 'The password you entered contained illegal characters.',
1.6       bisitz   12613: 
                   12614:    'Valid characters are'
1.93      raeburn  12615: => 'Valid characters are',
1.6       bisitz   12616: 
1.21      raeburn  12617:    'The password for [_1] was successfully changed.'
1.22      zhu      12618: => '[_1] 的密码已成功更改。',
1.6       bisitz   12619: 
1.21      raeburn  12620:    'The password for [_1] was not changed.'
1.93      raeburn  12621: => 'The password for [_1] was not changed.',
1.6       bisitz   12622: 
                   12623:    'In discussions: only new posts will be displayed.'
1.93      raeburn  12624: => 'In discussions: only new posts will be displayed.',
1.6       bisitz   12625: 
                   12626:    'In discussions: all posts will be displayed.'
1.93      raeburn  12627: => 'In discussions: all posts will be displayed.',
1.6       bisitz   12628: 
1.111     bisitz   12629:    'In discussions: new posts will cease to be identified as "NEW" after display.'
                   12630: => 'In discussions: new posts will cease to be identified as "NEW" after display.',
1.6       bisitz   12631: 
1.104     raeburn  12632:    'In discussions: posts will be identified as "NEW" until marked as not "NEW".'
                   12633: => 'In discussions: posts will be identified as "NEW" until marked as not "NEW".',
1.6       bisitz   12634: 
                   12635:    'The e-mail address entered in row '
1.22      zhu      12636: => '电子邮件地址输入行 ',
1.6       bisitz   12637: 
                   12638:    'The e-mail address you entered'
1.22      zhu      12639: => '您输入的电子邮件地址',
1.6       bisitz   12640: 
                   12641:    'is not a valid e-mail address'
1.22      zhu      12642: => '不是一个有效的电子邮件地址',
1.6       bisitz   12643: 
                   12644:    'Title for the Uploaded Score'
1.93      raeburn  12645: => 'Title for the Uploaded Score',
1.6       bisitz   12646: 
                   12647:    'Title for the Page'
1.56      zhu      12648: => '标题页',
1.6       bisitz   12649: 
                   12650:    'Title for the Problem'
1.56      zhu      12651: => '问题的标题',
1.6       bisitz   12652: 
                   12653:    'Title for the Drop Box'
1.93      raeburn  12654: => 'Title for the Drop Box',
1.6       bisitz   12655: 
1.112     bisitz   12656:    'Title for the Discussion Board'
1.56      zhu      12657: => '公告栏的标题',
1.6       bisitz   12658: 
                   12659:    'Not a valid user:domain'
1.56      zhu      12660: => '不是有效的用户:域',
1.6       bisitz   12661: 
                   12662:    'Please enter both user and domain in the format user:domain'
1.56      zhu      12663: => '请输入用户和域,格式为 用户:域',
1.6       bisitz   12664: 
1.25      bisitz   12665:    'Personal Information Page of '
1.93      raeburn  12666: => 'Personal Information Page of ',
1.6       bisitz   12667: 
                   12668:    'No info'
1.93      raeburn  12669: => 'No info',
1.6       bisitz   12670: 
                   12671:    'No user information available'
1.93      raeburn  12672: => 'No user information available',
1.6       bisitz   12673: 
                   12674:    'The new directory name was changed from [_1] to [_2].'
1.93      raeburn  12675: => 'The new directory name was changed from [_1] to [_2].',
1.6       bisitz   12676: 
                   12677:    'Unable to create a directory named'
1.93      raeburn  12678: => 'Unable to create a directory named',
1.6       bisitz   12679: 
                   12680:    'A file or directory by that name already exists.'
1.93      raeburn  12681: => 'A file or directory by that name already exists.',
1.6       bisitz   12682: 
                   12683:    'Allowing others to retrieve file: [_1]'
1.93      raeburn  12684: => 'Allowing others to retrieve file: [_1]',
1.6       bisitz   12685: 
                   12686:    '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  12687: => '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   12688: 
                   12689:    'Public files are available to anyone without the need for login.'
1.98      bisitz   12690: => 'Public files are available to anyone without the need for login.',
1.6       bisitz   12691: 
                   12692:    'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.'
1.93      raeburn  12693: => 'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.',
1.6       bisitz   12694: 
                   12695:    'A listing of files viewable without log-in is available at: '
1.93      raeburn  12696: => 'A listing of files viewable without log-in is available at: ',
1.6       bisitz   12697: 
                   12698:    "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  12699: => "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   12700: 
                   12701:    "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  12702: => "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   12703: 
                   12704:    'Conditional access controls for file: [_1]'
1.93      raeburn  12705: => 'Conditional access controls for file: [_1]',
1.6       bisitz   12706: 
                   12707:    'Help on setting up share access'
1.93      raeburn  12708: => 'Help on setting up share access',
1.6       bisitz   12709: 
                   12710:    'Help on changing settings'
1.93      raeburn  12711: => 'Help on changing settings',
1.6       bisitz   12712: 
                   12713:    'Help on removing share access'
1.93      raeburn  12714: => 'Help on removing share access',
1.6       bisitz   12715: 
                   12716:    'Public access: [_1]'
1.98      bisitz   12717: => 'Public access: [_1]',
1.6       bisitz   12718: 
                   12719:    'Dates available'
1.12      zhu      12720: => '能够使用的日期',
1.6       bisitz   12721: 
                   12722:    'Passphrase-protected access: [_1]'
1.93      raeburn  12723: => 'Passphrase-protected access: [_1]',
1.6       bisitz   12724: 
                   12725:    'Passphrase'
1.93      raeburn  12726: => 'Passphrase',
1.6       bisitz   12727: 
                   12728:    'Conditional access: [_1]'
1.93      raeburn  12729: => 'Conditional access: [_1]',
1.6       bisitz   12730: 
                   12731:    'You have previously set [_1] conditional access controls.'
1.93      raeburn  12732: => 'You have previously set [_1] conditional access controls.',
1.6       bisitz   12733: 
                   12734:    'Change Conditions'
1.93      raeburn  12735: => 'Change Conditions',
1.6       bisitz   12736: 
                   12737:    'Add conditional access'
1.93      raeburn  12738: => 'Add conditional access',
1.6       bisitz   12739: 
                   12740:    'based on domain, username, or course affiliation.'
1.93      raeburn  12741: => 'based on domain, username, or course affiliation.',
1.6       bisitz   12742: 
                   12743:    '[_1]-based conditional access: '
1.98      bisitz   12744: => '[_1]-based conditional access: ',
1.6       bisitz   12745: 
                   12746:    'conditions'
1.93      raeburn  12747: => 'conditions',
1.6       bisitz   12748: 
                   12749:    'condition'
1.93      raeburn  12750: => 'condition',
1.6       bisitz   12751: 
                   12752:    'Action?'
1.93      raeburn  12753: => 'Action?',
1.6       bisitz   12754: 
                   12755:    'Allowed [_1] member affiliations'
1.93      raeburn  12756: => 'Allowed [_1] member affiliations', # ???
1.6       bisitz   12757: 
                   12758:    'No [_1]-based conditions defined.'
1.93      raeburn  12759: => 'No [_1]-based conditions defined.',
1.6       bisitz   12760: 
                   12761:    'Type of change'
1.98      bisitz   12762: => 'Type of change',
1.6       bisitz   12763: 
                   12764:    'Access control'
1.93      raeburn  12765: => 'Access control',
1.6       bisitz   12766: 
                   12767:    'Additional information'
1.93      raeburn  12768: => 'Additional information',
1.6       bisitz   12769: 
                   12770:    'A problem occurred deleting access controls: [_1]'
1.93      raeburn  12771: => 'A problem occurred deleting access controls: [_1]',
1.6       bisitz   12772: 
                   12773:    'A problem occurred saving access control settings: [_1]'
1.93      raeburn  12774: => 'A problem occurred saving access control settings: [_1]',
1.6       bisitz   12775: 
                   12776:    'opened folder'
1.93      raeburn  12777: => 'opened folder',
1.6       bisitz   12778: 
                   12779:    'closed folder'
1.93      raeburn  12780: => 'closed folder',
1.6       bisitz   12781: 
                   12782:    'Passphrase-protected'
1.22      zhu      12783: => '密码保护',
1.6       bisitz   12784: 
                   12785:    'Conditional'
1.93      raeburn  12786: => 'Conditional',
1.6       bisitz   12787: 
                   12788:    'An error occurred ([_1]) while trying to delete [_2].'
1.93      raeburn  12789: => 'An error occurred ([_1]) while trying to delete [_2].',
1.6       bisitz   12790: 
                   12791:    'File: [_1] deleted.'
1.22      zhu      12792: => '文件 [_1] 已删除。',
1.6       bisitz   12793: 
                   12794:    'An error occurred ([_1]) while trying to delete access controls for the file.'
1.93      raeburn  12795: => 'An error occurred ([_1]) while trying to delete access controls for the file.',
1.6       bisitz   12796: 
                   12797:    'Access controls also deleted for the file.'
1.93      raeburn  12798: => 'Access controls also deleted for the file.',
1.6       bisitz   12799: 
                   12800:    'Error: no valid filename was provided to rename to.'
1.93      raeburn  12801: => 'Error: no valid filename was provided to rename to.',
1.6       bisitz   12802: 
                   12803:    'An error occurred ([_1]) while trying to rename [_2] to [_3]'
1.93      raeburn  12804: => 'An error occurred ([_1]) while trying to rename [_2] to [_3]',
1.6       bisitz   12805: 
1.109     bisitz   12806:    'The new filename was changed from:<br />[_1] to [_2]'
                   12807: => 'The new filename was changed from:<br />[_1] to [_2]',
1.6       bisitz   12808: 
                   12809:    'An error occurred ([_1]) while trying to delete access control records for the old name.'
1.93      raeburn  12810: => 'An error occurred ([_1]) while trying to delete access control records for the old name.',
1.6       bisitz   12811: 
                   12812:    'An error occurred ([_1]) while trying to upload [_2].'
1.93      raeburn  12813: => 'An error occurred ([_1]) while trying to upload [_2].',
1.6       bisitz   12814: 
                   12815:    'An error occurred (dir) ([_1]) while trying to delete [_2].'
1.93      raeburn  12816: => 'An error occurred (dir) ([_1]) while trying to delete [_2].',
1.6       bisitz   12817: 
                   12818:    'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].'
1.93      raeburn  12819: => 'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].',
1.6       bisitz   12820: 
                   12821:    'An error occurred ([_1]) while trying to create a new directory [_2].'
1.93      raeburn  12822: => 'An error occurred ([_1]) while trying to create a new directory [_2].',
1.6       bisitz   12823: 
                   12824:    'Access controls updated to reflect the name change.'
1.93      raeburn  12825: => 'Access controls updated to reflect the name change.',
1.6       bisitz   12826: 
                   12827:    'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.'
1.93      raeburn  12828: => 'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.',
1.6       bisitz   12829: 
                   12830:    'The conditions can include affiliation with a particular course, or a user account in a specific domain.'
1.93      raeburn  12831: => 'The conditions can include affiliation with a particular course, or a user account in a specific domain.',
1.6       bisitz   12832: 
                   12833:    'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.'
1.93      raeburn  12834: => 'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.',
1.6       bisitz   12835: 
                   12836:    'Current access controls defined for this file:'
1.93      raeburn  12837: => 'Current access controls defined for this file:',
1.6       bisitz   12838: 
                   12839:    'No access control settings currently exist for this file.'
1.93      raeburn  12840: => 'No access control settings currently exist for this file.',
1.6       bisitz   12841: 
                   12842:    'Deleted'
1.93      raeburn  12843: => 'Deleted',
1.6       bisitz   12844: 
                   12845:    'No end date'
1.22      zhu      12846: => '无结束日期',
1.6       bisitz   12847: 
                   12848:    'Start: '
1.22      zhu      12849: => '开始: ',
1.6       bisitz   12850: 
                   12851:    'End: '
1.22      zhu      12852: => '结束: ',
1.6       bisitz   12853: 
                   12854:    'Domains: '
1.22      zhu      12855: => '域: ',
1.6       bisitz   12856: 
                   12857:    'Users: '
1.22      zhu      12858: => '用户: ',
1.6       bisitz   12859: 
                   12860:    'New control(s) added'
1.93      raeburn  12861: => 'New control(s) added',
1.6       bisitz   12862: 
                   12863:    'Existing control(s) deleted'
1.93      raeburn  12864: => 'Existing control(s) deleted',
1.6       bisitz   12865: 
                   12866:    'Existing control(s) modified'
1.93      raeburn  12867: => 'Existing control(s) modified',
1.6       bisitz   12868: 
                   12869:    'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>'
1.93      raeburn  12870: => 'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>',
1.6       bisitz   12871: 
                   12872:    'Display all access settings for this file'
1.93      raeburn  12873: => 'Display all access settings for this file',
1.6       bisitz   12874: 
                   12875:    'Add a roles-based condition'
1.93      raeburn  12876: => 'Add a roles-based condition',
1.6       bisitz   12877: 
                   12878:    'New role-based condition'
1.93      raeburn  12879: => 'New role-based condition',
1.6       bisitz   12880: 
                   12881:    "Format for users' username:domain information:"
1.93      raeburn  12882: => "Format for users' username:domain information:", # ??? -> portfolio.pm
1.6       bisitz   12883: 
                   12884:    'Add new [_1] condition(s)?'
1.93      raeburn  12885: => 'Add new [_1] condition(s)?',
1.6       bisitz   12886: 
                   12887:    'Number to add: '
1.93      raeburn  12888: => 'Number to add: ',
1.6       bisitz   12889: 
                   12890:    'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.'
1.93      raeburn  12891: => 'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.',
1.6       bisitz   12892: 
1.88      bisitz   12893:    'Course status'
                   12894: => 'Course status', # '[_1] 状态',
1.6       bisitz   12895: 
                   12896:    'Files selected from other directories:'
1.93      raeburn  12897: => 'Files selected from other directories:',
1.6       bisitz   12898: 
                   12899:    'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.'
1.98      bisitz   12900: => 'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.',
1.6       bisitz   12901: 
                   12902:    'Unable to upload [_1]. A locked file by that name was found in [_2].'
1.99      raeburn  12903: => 'Unable to upload [_1]. A locked file by that name was found in [_2].',
1.6       bisitz   12904: 
                   12905:    'You will be able to rename or delete existing [_1] after a grade has been assigned.'
1.93      raeburn  12906: => 'You will be able to rename or delete existing [_1] after a grade has been assigned.',
1.6       bisitz   12907: 
                   12908:    'Unable to upload [_1]. A file by that name was found in [_2].'
1.99      raeburn  12909: => 'Unable to upload [_1]. A file by that name was found in [_2].',
1.6       bisitz   12910: 
                   12911:    'To upload, rename or delete existing [_1] in [_2].'
1.93      raeburn  12912: => 'To upload, rename or delete existing [_1] in [_2].', # ???
1.6       bisitz   12913: 
                   12914:    'Rename [_1] to [_2]?'
1.99      raeburn  12915: => 'Rename [_1] to [_2]?',
1.6       bisitz   12916: 
                   12917:    'Reference Warning'
1.93      raeburn  12918: => 'Reference Warning',
1.6       bisitz   12919: 
                   12920:    '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  12921: => '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   12922: 
                   12923:    'Please select the locations from which the referenced files are to be uploaded.'
1.93      raeburn  12924: => 'Please select the locations from which the referenced files are to be uploaded.',
1.6       bisitz   12925: 
                   12926:    'Delete [_1]?'
1.12      zhu      12927: => '删除 [_1]?',
1.6       bisitz   12928: 
                   12929:    'Edit Portfolio File Catalog Information'
1.12      zhu      12930: => '编辑组合文件的目录信息',
1.6       bisitz   12931: 
                   12932:    'Edit Group Portfolio File Catalog Information'
1.12      zhu      12933: => '编辑组组合文件的目录信息',
1.6       bisitz   12934: 
                   12935:    'Update'
1.12      zhu      12936: => '更新',
1.6       bisitz   12937: 
                   12938:    'domains'
1.12      zhu      12939: => '域',
1.6       bisitz   12940: 
                   12941:    'users'
1.12      zhu      12942: => '用户',
1.6       bisitz   12943: 
                   12944:    'Access'
1.93      raeburn  12945: => 'Access',
1.6       bisitz   12946: 
                   12947:    'Conditional: domain-based'
1.93      raeburn  12948: => 'Conditional: domain-based',
1.6       bisitz   12949: 
                   12950:    'Conditional: user-based'
1.93      raeburn  12951: => 'Conditional: user-based',
1.6       bisitz   12952: 
                   12953:    'Conditional: course-based'
1.93      raeburn  12954: => 'Conditional: course-based',
1.6       bisitz   12955: 
                   12956:    '[_1] was submitted in response to problem: [_2]'
1.99      raeburn  12957: => '[_1] was submitted in response to problem: [_2]',
1.6       bisitz   12958: 
                   12959:    '[_1] was handed back in response to problem: [_2]'
1.98      bisitz   12960: => '[_1] was handed back in response to problem: [_2]',
1.6       bisitz   12961: 
                   12962:    'In the course:'
1.93      raeburn  12963: => 'In the course:',
1.6       bisitz   12964: 
                   12965:    'Back'
1.12      zhu      12966: => '返回',
1.6       bisitz   12967: 
                   12968:    'Error: no directory name was provided.'
1.12      zhu      12969: => '错误:没有输入目录名称。',
1.6       bisitz   12970: 
                   12971:    'Unable to create a directory named [_1].'
1.12      zhu      12972: => '无法创建目录名 [_1]。',
1.6       bisitz   12973: 
                   12974:    'Action disallowed'
1.12      zhu      12975: => '不允许行动',
1.6       bisitz   12976: 
                   12977:    'You do not have sufficient privileges to [_1]'
1.12      zhu      12978: => '您没有足够权限 [_1]',
1.6       bisitz   12979: 
                   12980:    'upload files'
1.12      zhu      12981: => '上传文件',
1.6       bisitz   12982: 
                   12983:    'delete files'
1.12      zhu      12984: => '删除文件',
1.6       bisitz   12985: 
                   12986:    'rename files'
1.12      zhu      12987: => '重命名文件',
1.6       bisitz   12988: 
                   12989:    'set access controls for files'
1.12      zhu      12990: => '设置访问控制文件',
1.6       bisitz   12991: 
                   12992:    "in the group's file repository."
1.93      raeburn  12993: => "in the group's file repository.",
1.6       bisitz   12994: 
                   12995:    'in this portfolio.'
1.12      zhu      12996: => '在这个组区。',
1.6       bisitz   12997: 
                   12998:    'You do not have the privileges required to access the shared files space for this group.'
1.12      zhu      12999: => '您没有权限访问该组的共享文件。',
1.6       bisitz   13000: 
                   13001:    'Not a valid group for this course'
1.12      zhu      13002: => '本课程里不是一个有效的组',
1.6       bisitz   13003: 
                   13004:    'Group files for [_1]'
1.12      zhu      13005: => '[_1] 组的组文件 ',
1.6       bisitz   13006: 
                   13007:    'Invalid group'
1.12      zhu      13008: => '无效组',
1.6       bisitz   13009: 
                   13010:    'No file was selected to upload.'
1.12      zhu      13011: => '没有文件被选中上传。',
1.6       bisitz   13012: 
                   13013:    'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'
1.12      zhu      13014: => '要上传文件,请点击<strong>浏览... </strong>,并选择一个文件,然后点击<strong>上传</strong> 。',
1.6       bisitz   13015: 
                   13016:    'Edit the meta data'
1.12      zhu      13017: => '编辑元数据',
1.6       bisitz   13018: 
                   13019:    'Pick functionality'
1.12      zhu      13020: => '选择功能',
1.6       bisitz   13021: 
                   13022:    'Functionality to display/modify'
1.12      zhu      13023: => '功能显示/修改',
1.6       bisitz   13024: 
                   13025:    'You must select at least one functionality type to display.'
1.12      zhu      13026: => '您必须至少选择一个功能型。',
1.6       bisitz   13027: 
                   13028:    'Default color schemes'
1.12      zhu      13029: => '默认颜色方案',
1.6       bisitz   13030: 
                   13031:    'Log-in page options'
1.12      zhu      13032: => '登录页面选项',
1.6       bisitz   13033: 
                   13034:    'Default authentication/language/timezone'
1.12      zhu      13035: => '默认的身份验证/语言/时区',
1.6       bisitz   13036: 
                   13037:    'Default quotas for user portfolios'
1.93      raeburn  13038: => 'Default quotas for user portfolios',
1.6       bisitz   13039: 
                   13040:    'Auto-update settings'
1.12      zhu      13041: => '设置自动更新',
1.6       bisitz   13042: 
                   13043:    'Institutional directory searches'
1.93      raeburn  13044: => 'Institutional directory searches',
1.6       bisitz   13045: 
                   13046:    'User creation'
                   13047: => '创建用户',
                   13048: 
                   13049:    'User modification'
                   13050: => '用户设置',
                   13051: 
1.103     bisitz   13052:    'Bubblesheet format file'
                   13053: => 'Bubblesheet format file',
1.6       bisitz   13054: 
                   13055:    'Cataloging of courses'
1.12      zhu      13056: => '课程目录',
1.6       bisitz   13057: 
                   13058:    'Display options'
1.12      zhu      13059: => '显示选项',
1.6       bisitz   13060: 
                   13061:    'Display using: '
1.93      raeburn  13062: => 'Display using: ',
1.6       bisitz   13063: 
                   13064:    'one column'
1.12      zhu      13065: => '一列',
1.6       bisitz   13066: 
                   13067:    'two columns'
1.12      zhu      13068: => '两列',
1.6       bisitz   13069: 
                   13070:    'Changes made:'
1.93      raeburn  13071: => 'Changes made:',
1.6       bisitz   13072: 
                   13073:    'Back to configuration display'
1.93      raeburn  13074: => 'Back to configuration display',
1.6       bisitz   13075: 
                   13076:    'No changes made to log-in page settings'
1.93      raeburn  13077: => 'No changes made to log-in page settings',
1.6       bisitz   13078: 
                   13079:    'Support Request'
1.93      raeburn  13080: => 'Support Request',
1.6       bisitz   13081: 
                   13082:    'Do <b>not</b> use this form to ask questions about course content.'
1.93      raeburn  13083: => 'Do <b>not</b> use this form to ask questions about course content.',
1.6       bisitz   13084: 
                   13085:    'Contact your instructor instead.'
1.93      raeburn  13086: => 'Contact your instructor instead.',
1.6       bisitz   13087: 
                   13088:    'Cc'
1.12      zhu      13089: => '抄送',
1.6       bisitz   13090: 
                   13091:    'Your e-mail address'
1.27      zhu      13092: => '您的E-Mail地址',
1.6       bisitz   13093: 
                   13094:    'Search and Enroll'
1.27      zhu      13095: => '搜索和注册',
1.6       bisitz   13096: 
                   13097:    'Search or Add New User'
1.27      zhu      13098: => '搜索或添加新用户',
1.6       bisitz   13099: 
                   13100:    'No username and/or domain provided.'
1.93      raeburn  13101: => 'No username and/or domain provided.',
1.6       bisitz   13102: 
                   13103:    'No match was found for the username ([_1]) in LON-CAPA domain: [_2]'
1.93      raeburn  13104: => 'No match was found for the username ([_1]) in LON-CAPA domain: [_2]',
1.6       bisitz   13105: 
                   13106:    'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.'
1.93      raeburn  13107: => 'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.',
1.6       bisitz   13108: 
1.85      bisitz   13109:    'Problems occurred in creating the new Excel file.'
1.93      raeburn  13110: => 'Problems occurred in creating the new Excel file.',
1.85      bisitz   13111: 
                   13112:    'Problems occurred in creating the output file.'
1.93      raeburn  13113: => 'Problems occurred in creating the output file.',
1.85      bisitz   13114: 
                   13115:    'Problems occurred in writing the CSV file.'
1.93      raeburn  13116: => 'Problems occurred in writing the CSV file.',
1.6       bisitz   13117: 
1.85      bisitz   13118:    'This error has been logged.'
1.93      raeburn  13119: => 'This error has been logged.',
1.6       bisitz   13120: 
1.85      bisitz   13121:    'Please alert your LON-CAPA administrator.'
1.93      raeburn  13122: => 'Please alert your LON-CAPA administrator.',
1.6       bisitz   13123: 
                   13124:    'Records [_1]'
1.93      raeburn  13125: => 'Records [_1]', # ???
1.6       bisitz   13126: 
                   13127:    'Filter [_1]'
                   13128: => 'Filter [_1]',
                   13129: 
                   13130:    'Under you current role you are not permitted to change login settings for this user'
1.93      raeburn  13131: => 'Under you current role you are not permitted to change login settings for this user',
1.6       bisitz   13132: 
                   13133:    'History'
1.55      zhu      13134: => '历史',
1.6       bisitz   13135: 
                   13136:    'Part '
1.55      zhu      13137: => '部分 ',
1.6       bisitz   13138: 
                   13139:    'Transaction [_1]'
1.93      raeburn  13140: => 'Transaction [_1]', # ???
1.6       bisitz   13141: 
                   13142:    'Nothing submitted - no attempts.'
1.93      raeburn  13143: => 'Nothing submitted - no attempts.',
1.6       bisitz   13144: 
                   13145:    'No data.'
1.93      raeburn  13146: => 'No data.',
1.6       bisitz   13147: 
                   13148:    'Open in a new window'
1.93      raeburn  13149: => 'Open in a new window',
1.6       bisitz   13150: 
                   13151:    'Revoke user roles'
1.93      raeburn  13152: => 'Revoke user roles',
1.6       bisitz   13153: 
                   13154:    'Delete user roles'
1.93      raeburn  13155: => 'Delete user roles',
1.6       bisitz   13156: 
                   13157:    'Re-enable expired user roles'
1.93      raeburn  13158: => 'Re-enable expired user roles',
1.6       bisitz   13159: 
                   13160:    'Make future user roles active now'
1.93      raeburn  13161: => 'Make future user roles active now',
1.6       bisitz   13162: 
                   13163:    'Change starting/ending dates'
1.93      raeburn  13164: => 'Change starting/ending dates',
1.6       bisitz   13165: 
                   13166:    'Change section associated with user roles'
1.93      raeburn  13167: => 'Change section associated with user roles',
1.6       bisitz   13168: 
                   13169:    'Modify existing user: '
1.70      zhu      13170: => '修改现有的用户: ',
1.6       bisitz   13171: 
                   13172:    'Enroll one student'
1.70      zhu      13173: => '注册一名学生',
1.6       bisitz   13174: 
                   13175:    'Enroll one student: '
1.70      zhu      13176: => '注册一名学生: ',
1.6       bisitz   13177: 
                   13178:    'Existing Roles'
1.55      zhu      13179: => '现有的角色',
1.6       bisitz   13180: 
1.40      bisitz   13181:    'Existing Roles in this Course'
1.70      zhu      13182: => '课程中现有的角色',
1.40      bisitz   13183: 
                   13184:    'Existing Co-Author Roles in your Construction Space'
1.93      raeburn  13185: => 'Existing Co-Author Roles in your Construction Space',
1.40      bisitz   13186: 
                   13187:    'Existing Roles in this Domain'
1.70      zhu      13188: => '在该域中现有的角色',
1.40      bisitz   13189: 
1.6       bisitz   13190:    'Text-based Interface Login'
1.93      raeburn  13191: => 'Text-based Interface Login',
1.6       bisitz   13192: 
                   13193:    'Select Accessibility Options'
1.93      raeburn  13194: => 'Select Accessibility Options',
1.6       bisitz   13195: 
                   13196:    'Suppress rendering of images'
1.93      raeburn  13197: => 'Suppress rendering of images',
1.6       bisitz   13198: 
                   13199:    'Suppress Java applets'
1.55      zhu      13200: => '禁止Java小程序',
1.6       bisitz   13201: 
                   13202:    'Suppress rendering of embedded multimedia'
1.93      raeburn  13203: => 'Suppress rendering of embedded multimedia',
1.6       bisitz   13204: 
                   13205:    'Increase font size'
1.55      zhu      13206: => '放大字体',
1.6       bisitz   13207: 
                   13208:    'Switch to black and white mode'
1.55      zhu      13209: => '切换到黑白模式',
1.6       bisitz   13210: 
                   13211:    'Remember these settings for next login'
1.55      zhu      13212: => '下次登录时记住这些设置',
1.6       bisitz   13213: 
                   13214:    'You are already logged in!'
1.55      zhu      13215: => '您已经登录!',
1.6       bisitz   13216: 
                   13217:    'You are already logged in'
1.55      zhu      13218: => '您已经登录!',
1.6       bisitz   13219: 
                   13220:    'Please either [_1]continue the current session[_2] or [_3]logout[_4].'
1.55      zhu      13221: => '您的选择:[_1]继续当前的会话[_2]或者[_3]退出[_4]。',
1.6       bisitz   13222: 
                   13223:    'Login problems?'
1.9       zhu      13224: => '无法登录?',
1.6       bisitz   13225: 
                   13226:    'Reset password'
1.9       zhu      13227: => '重设密码',
1.6       bisitz   13228: 
                   13229:    'Reset forgotten LON-CAPA password'
1.55      zhu      13230: => '重置 LON-CAPA 密码',
1.6       bisitz   13231: 
1.89      bisitz   13232:    '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      13233: => '如果您使用相同的帐户的其他校园服务除了LON-CAPA, (例如,电子邮件,课程注册等) ,一个单独的中央管理机制可以重置密码。然而,如果您的帐户只是用于LON-CAPA访问,您可以从这个网页重置密码。',
1.6       bisitz   13234: 
                   13235:    'Three conditions must be met:'
1.55      zhu      13236: => '三个条件必须满足:',
1.6       bisitz   13237: 
                   13238:    'An e-mail address must have previously been associated with your LON-CAPA username.'
1.55      zhu      13239: => '必须有一个电子邮件地址与您的LON-CAPA用户联系在一起的。',
1.6       bisitz   13240: 
                   13241:    'You must be able to access e-mail sent to that address.'
1.55      zhu      13242: => '您必须能访问即将发送的电子邮件地址。',
1.6       bisitz   13243: 
                   13244:    'Your LON-CAPA account must be of a type for which LON-CAPA can reset a password.'
1.55      zhu      13245: => '您 LON-CAPA 帐户必须是一个类型为 LON-CAPA 可以重置密码。',
1.6       bisitz   13246: 
                   13247:    'Thank you for your request to reset the password for your LON-CAPA account.'
1.55      zhu      13248: => '感谢您要求重设 LON-CAPA 帐户的密码 。',
1.6       bisitz   13249: 
                   13250:    'Email address in LON-CAPA'
1.93      raeburn  13251: => 'Email address in LON-CAPA',
1.6       bisitz   13252: 
1.55      zhu      13253:    'E-mail address in LON-CAPA'
1.93      raeburn  13254: => 'E-mail address in LON-CAPA',
1.55      zhu      13255: 
1.6       bisitz   13256:    'The username you provided was not verified as a valid username in the LON-CAPA system for the [_1] domain.'
1.56      zhu      13257: => '您提供的用户名不是有效的用户名在 LON-CAPA 系统在该[_1]域。',
1.6       bisitz   13258: 
                   13259:    'Please [_1]go back[_2] and try again.'
1.55      zhu      13260: => '请[_1]返回[_2] ,然后再试一次。',
1.6       bisitz   13261: 
                   13262:    'The e-mail address you provided does not appear to be a valid address.'
1.56      zhu      13263: => '您提供的电子邮件地址不是一个有效的地址。',
1.6       bisitz   13264: 
                   13265:    'A valid e-mail address was not located in the LON-CAPA system for the username and domain you provided.'
1.56      zhu      13266: => '您提供的用户名和域在 LON-CAPA 系统中没有找到一个有效的电子邮件地址。',
1.6       bisitz   13267: 
                   13268:    'The username you provided uses an authentication type which can not be reset directly via LON-CAPA.'
1.56      zhu      13269: => '您提供的用户名使用的身份验证类型,不能直接通过 LON-CAPA 重置密码。',
1.6       bisitz   13270: 
1.41      bisitz   13271:    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3].'
1.56      zhu      13272: => '您不妨联系[_2]的[_3]的[_1] LON-CAPA 求助。',
1.6       bisitz   13273: 
                   13274:    'You may wish to send an e-mail to the server administrator: [_1] for [_2].' # 1: e-mail, 2: domain
1.98      bisitz   13275: => '您不妨给服务器管理员发送电子邮件: [_1]的[_2] 。',
1.6       bisitz   13276: 
                   13277:    'Assigning yourself a co-author or assistant co-author role in your own author area in Construction Space is not permitted'
1.93      raeburn  13278: => 'Assigning yourself a co-author or assistant co-author role in your own author area in Construction Space is not permitted',
1.6       bisitz   13279: 
                   13280:    'Owner(s)'
1.93      raeburn  13281: => 'Owner(s)',
1.6       bisitz   13282: 
                   13283:    'Practice Problem'
1.56      zhu      13284: => '练习题',
1.6       bisitz   13285: 
                   13286:    'Submissions are not permanently recorded'
1.93      raeburn  13287: => 'Submissions are not permanently recorded',
1.6       bisitz   13288: 
                   13289:    'Submissions to practice problems are not permanently recorded.'
1.93      raeburn  13290: => 'Submissions to practice problems are not permanently recorded.',
1.6       bisitz   13291: 
                   13292:    'not graded'
1.93      raeburn  13293: => 'not graded',
1.6       bisitz   13294: 
                   13295:    'Course initialization preference'
1.93      raeburn  13296: => 'Course initialization preference',
1.6       bisitz   13297: 
                   13298:    'Choose which page will be displayed when you enter this course after selecting a role.'
1.93      raeburn  13299: => 'Choose which page will be displayed when you enter this course after selecting a role.',
1.6       bisitz   13300: 
                   13301:    'Current value is determined by'
1.93      raeburn  13302: => 'Current value is determined by',
1.6       bisitz   13303: 
                   13304:    'and is set to display'
1.93      raeburn  13305: => 'and is set to display',
1.6       bisitz   13306: 
                   13307:    'Page display controlled by'
1.93      raeburn  13308: => 'Page display controlled by',
1.6       bisitz   13309: 
                   13310:    'If'
1.93      raeburn  13311: => 'If',
1.6       bisitz   13312: 
                   13313:    'Choose course entry'
1.93      raeburn  13314: => 'Choose course entry',
1.6       bisitz   13315: 
                   13316:    'Modify course entry'
1.93      raeburn  13317: => 'Modify course entry',
1.6       bisitz   13318: 
                   13319:    '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  13320: => '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   13321: 
                   13322:    '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  13323: => '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   13324: 
                   13325:    "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  13326: => "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   13327: 
                   13328:    'Setting optional privileges for specific group members'
1.57      zhu      13329: => '对具体组成员设置可选的权限',
1.6       bisitz   13330: 
                   13331:    'As no group tools will be made available to users, there are no specific user privileges to set.'
1.93      raeburn  13332: => 'As no group tools will be made available to users, there are no specific user privileges to set.',
1.6       bisitz   13333: 
                   13334:    'Create group'
1.12      zhu      13335: => '创建组',
1.6       bisitz   13336: 
                   13337:    'The value you entered for the quota for the file repository in this group contained invalid characters, so it has been set to 0 Mb. You can change this by modifying the group settings.'
1.93      raeburn  13338: => 'The value you entered for the quota for the file repository in this group contained invalid characters, so it has been set to 0 Mb. You can change this by modifying the group settings.',
1.6       bisitz   13339: 
                   13340:    'The value you entered for the quota for the file repository in this group exceeded the maximum possible value, so it has been set to [_1] Mb (the maximum possible value).'
1.93      raeburn  13341: => 'The value you entered for the quota for the file repository in this group exceeded the maximum possible value, so it has been set to [_1] Mb (the maximum possible value).',
1.6       bisitz   13342: 
                   13343:    'A problem occurred when creating folders for the new group [_1]:'
1.93      raeburn  13344: => 'A problem occurred when creating folders for the new group [_1]:',
1.6       bisitz   13345: 
                   13346:    'Group [_1] was created.'
1.12      zhu      13347: => '组 [_1] 已创建。',
1.6       bisitz   13348: 
                   13349:    'E-mail Address'
1.93      raeburn  13350: => 'E-mail Address',
1.6       bisitz   13351: 
                   13352:    'Closes '
1.93      raeburn  13353: => 'Closes ',
1.6       bisitz   13354: 
                   13355:    '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  13356: => '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   13357: 
                   13358:    '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  13359: => '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   13360: 
                   13361:    '[quant,_1,day]'
1.99      raeburn  13362: => '[quant,_1,day]',
1.6       bisitz   13363: 
                   13364:    '[quant,_1,hour]'
1.99      raeburn  13365: => '[quant,_1,hour]',
1.6       bisitz   13366: 
                   13367:    '[quant,_1,minute]'
1.99      raeburn  13368: => '[quant,_1,minute]',
1.6       bisitz   13369: 
                   13370:    '[quant,_1,second]'
1.99      raeburn  13371: => '[quant,_1,second]',
1.6       bisitz   13372: 
                   13373:    'Start Timer?'
1.93      raeburn  13374: => 'Start Timer?',
1.6       bisitz   13375: 
                   13376:    'Sign up for time to work.'
1.93      raeburn  13377: => 'Sign up for time to work.',
1.6       bisitz   13378: 
                   13379:    'Requesting Another Worktime'
1.93      raeburn  13380: => 'Requesting Another Worktime',
1.6       bisitz   13381: 
                   13382:    'No available times.'
1.93      raeburn  13383: => 'No available times.',
1.6       bisitz   13384: 
                   13385:    'Return to last resource'
1.93      raeburn  13386: => 'Return to last resource',
1.6       bisitz   13387: 
                   13388:    'My Courses'
1.9       zhu      13389: => '我的课程',
1.6       bisitz   13390: 
                   13391:    '[_1] parts'
1.99      raeburn  13392: => '[_1] parts',
1.6       bisitz   13393: 
                   13394:    'Part: [_1]'
1.27      zhu      13395: => '部分: [_1]',
1.6       bisitz   13396: 
                   13397:    'New Discussion'
1.12      zhu      13398: => '新的讨论',
1.6       bisitz   13399: 
                   13400:    'New Email'
1.12      zhu      13401: => '新的 E-Mail',
1.6       bisitz   13402: 
                   13403:    'New Error'
1.12      zhu      13404: => '新的错误',
1.6       bisitz   13405: 
                   13406:    '(randomly select [_1])'
1.98      bisitz   13407: => '(randomly select [_1])',
1.6       bisitz   13408: 
                   13409:    '(randomly ordered)'
1.98      bisitz   13410: => '(randomly ordered)',
1.6       bisitz   13411: 
                   13412:    'No course selected'
1.93      raeburn  13413: => 'No course selected',
1.6       bisitz   13414: 
                   13415:    'Open '
1.98      bisitz   13416: => 'Open ',
1.6       bisitz   13417: 
                   13418:    'Having technical difficulties; please check status later'
1.93      raeburn  13419: => 'Having technical difficulties; please check status later',
1.6       bisitz   13420: 
                   13421:    'Answer open'
1.93      raeburn  13422: => 'Answer open',
1.6       bisitz   13423: 
                   13424:    'Yes, and show correct answer if they exceed the maximum number of tries.'
1.93      raeburn  13425: => 'Yes, and show correct answer if they exceed the maximum number of tries.',
1.6       bisitz   13426: 
                   13427:    "No, don't show correct/incorrect feedback."
1.93      raeburn  13428: => "No, don't show correct/incorrect feedback.",
1.6       bisitz   13429: 
                   13430:    'No, show no feedback at all.'
1.93      raeburn  13431: => 'No, show no feedback at all.',
1.6       bisitz   13432: 
                   13433:    'single part'
1.93      raeburn  13434: => 'single part',
1.6       bisitz   13435: 
                   13436:    'Course Page'
1.36      zhu      13437: => '课程页面',
1.6       bisitz   13438: 
                   13439:    'Unable to set "number unread posts display" to [_1] due to [_2].'
1.98      bisitz   13440: => 'Unable to set "number unread posts display" to [_1] due to [_2].',
1.6       bisitz   13441: 
                   13442:    'Current value is [_1].'
1.36      zhu      13443: => '当前的值是 [_1].',
1.6       bisitz   13444: 
                   13445:    'Unable to set interval to [_1] due to [_2].'
1.93      raeburn  13446: => 'Unable to set interval to [_1] due to [_2].',
1.6       bisitz   13447: 
                   13448:    'Changes to threshold(s) for problem tracking:'
1.93      raeburn  13449: => 'Changes to threshold(s) for problem tracking:',
1.6       bisitz   13450: 
                   13451:    'Set threshold for [_1] to [_2]'
1.36      zhu      13452: => '对于 [_1] 到 [_2] 的临界值',
1.6       bisitz   13453: 
                   13454:    'Set the default page to be displayed when you select a course role'
1.36      zhu      13455: => '设置默认页, 显示您选择的课程的角色',
1.6       bisitz   13456: 
                   13457:    '(Currently: [_1])'
1.36      zhu      13458: => '(现在: [_1])',
1.6       bisitz   13459: 
                   13460:    "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   13461: => "在课程中为您的课程的全局的用户首选项设置可以覆盖个别的课程设置,通过特定的课程设置[_1]What's New page[_2]。",
1.6       bisitz   13462: 
                   13463:    'Display the [_1]first resource[_2] in the course.'
1.36      zhu      13464: => '显示课程中的[_1]第一资源[_2]。',
1.6       bisitz   13465: 
                   13466:    "Display the [_1]What's New page[_2] - a summary of items in the course which require attention."
1.36      zhu      13467: => "显示 [_1]What's New page[_2] - 课程中的内容概述需要被注意。",
1.6       bisitz   13468: 
                   13469:    'Default now set'
1.93      raeburn  13470: => 'Default now set',
1.6       bisitz   13471: 
                   13472:    'when you select a course role from the roles screen'
1.93      raeburn  13473: => 'when you select a course role from the roles screen',
1.6       bisitz   13474: 
                   13475:    'you will be taken to the start of the course.'
1.93      raeburn  13476: => 'you will be taken to the start of the course.',
1.6       bisitz   13477: 
                   13478:    'a page will be displayed that lists items in the course that may require action from you.'
1.93      raeburn  13479: => 'a page will be displayed that lists items in the course that may require action from you.',
1.6       bisitz   13480: 
                   13481:    "Display the What's New page listing course action items"
1.93      raeburn  13482: => "Display the What's New page listing course action items",
1.6       bisitz   13483: 
                   13484:    'Go to the start of the course'
1.93      raeburn  13485: => 'Go to the start of the course',
1.6       bisitz   13486: 
                   13487:    'now'
1.93      raeburn  13488: => 'now',
1.6       bisitz   13489: 
                   13490:    'No official courses to display for [_1].'
1.93      raeburn  13491: => 'No official courses to display for [_1].',
1.6       bisitz   13492: 
                   13493:    '(Month - Day - Year)'
1.13      zhu      13494: => '(月 - 日 - 年)',
1.6       bisitz   13495: 
                   13496:    'Month[_1]Day[_2]Year'
1.13      zhu      13497: => '月[_1]日[_2]年',
1.6       bisitz   13498: 
                   13499:    '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  13500: => '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   13501: 
                   13502:    'Skipping'
1.93      raeburn  13503: => 'Skipping',
1.6       bisitz   13504: 
                   13505:    'Notifying host'
1.93      raeburn  13506: => 'Notifying host', # ???
1.6       bisitz   13507: 
                   13508:    'Back to Catalog Information'
1.18      zhu      13509: => '返回到目录信息',
1.6       bisitz   13510: 
                   13511:    ' at '
1.101     bisitz   13512: => ' at ',
1.6       bisitz   13513: 
                   13514:    "Computer's answer is incorrect ([_1])."
1.93      raeburn  13515: => "Computer's answer is incorrect ([_1]).",
1.6       bisitz   13516: 
                   13517:    'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.'
1.93      raeburn  13518: => 'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.',
1.6       bisitz   13519: 
                   13520:    'It is likely that the tolerance range [_1] needs to be adjusted.'
1.93      raeburn  13521: => 'It is likely that the tolerance range [_1] needs to be adjusted.',
1.6       bisitz   13522: 
                   13523:    'Submission Record'
1.93      raeburn  13524: => 'Submission Record',
1.6       bisitz   13525: 
                   13526:    'Set/Change grades'
1.93      raeburn  13527: => 'Set/Change grades',
1.6       bisitz   13528: 
                   13529:    'View of the problem'
1.93      raeburn  13530: => 'View of the problem',
1.6       bisitz   13531: 
                   13532:    'Assign Grades'
1.93      raeburn  13533: => 'Assign Grades',
1.6       bisitz   13534: 
                   13535:    'Save &amp; Next'
1.18      zhu      13536: => '保存并继续',
1.6       bisitz   13537: 
                   13538:    '[_1]student(s)'
1.22      zhu      13539: => '[_1]学生',
1.6       bisitz   13540: 
                   13541:    '(Next and Previous (student) do not save the scores.)'
1.99      raeburn  13542: => '(Next and Previous (student) do not save the scores.)',
1.6       bisitz   13543: 
                   13544:    'LON-CAPA User Message'
1.22      zhu      13545: => 'LON-CAPA 用户邮件',
1.6       bisitz   13546: 
1.105     raeburn  13547:    '[_1]Message:[_2] No more students for this section or class.'
                   13548: => '[_1]Message:[_2] No more students for this section or class.',
1.6       bisitz   13549: 
                   13550:    'Click on the button below to return to the grading menu.'
1.93      raeburn  13551: => 'Click on the button below to return to the grading menu.',
1.6       bisitz   13552: 
                   13553:    'Group files'
1.12      zhu      13554: => '组文件',
1.6       bisitz   13555: 
                   13556:    'One group portfolio file is available.'
1.93      raeburn  13557: => 'One group portfolio file is available.',
1.6       bisitz   13558: 
                   13559:    'One portfolio file owned by [_1] is available.'
1.93      raeburn  13560: => 'One portfolio file owned by [_1] is available.',
1.6       bisitz   13561: 
                   13562:    'A total of [_1] group portfolio files are available.'
1.93      raeburn  13563: => 'A total of [_1] group portfolio files are available.',
1.6       bisitz   13564: 
                   13565:    'A total of [_1] portfolio files owned by [_2] are available'
1.93      raeburn  13566: => 'A total of [_1] portfolio files owned by [_2] are available',
1.6       bisitz   13567: 
                   13568:    '[quant,_1,file is,files are] publicly accessible.'
1.93      raeburn  13569: => '[quant,_1,file is,files are] publicly accessible.',
1.6       bisitz   13570: 
                   13571:    '[quant,_1,file requires,files require] a passphrase for access.'
1.98      bisitz   13572: => '[quant,_1,file requires,files require] a passphrase for access.',
1.6       bisitz   13573: 
                   13574:    'Group Portfolio files'
1.12      zhu      13575: => '组组合文件',
1.6       bisitz   13576: 
                   13577:    'Viewable portfolio files.'
1.12      zhu      13578: => '可见组合文件。',
1.6       bisitz   13579: 
                   13580:    'Viewable portfolio files'
1.12      zhu      13581: => '可见组合文件',
1.6       bisitz   13582: 
                   13583:    'Viewable group portfolio files'
1.12      zhu      13584: => '可见组组合文件',
1.6       bisitz   13585: 
                   13586:    'Display file listing'
1.36      zhu      13587: => '显示文件列表',
1.6       bisitz   13588: 
                   13589:    'Portfolio files for [_1]'
1.36      zhu      13590: => '[_1] 的组合文件',
1.6       bisitz   13591: 
                   13592:    'File access type: '
1.36      zhu      13593: => '文件访问类型: ',
1.6       bisitz   13594: 
                   13595:    'Update display'
1.36      zhu      13596: => '更新显示',
1.6       bisitz   13597: 
                   13598:    'Course Information page'
1.36      zhu      13599: => '课程资料页',
1.6       bisitz   13600: 
                   13601:    'Information about [_1]'
1.36      zhu      13602: => '关于 [_1] 的消息',
1.6       bisitz   13603: 
                   13604:    'There are no available files of the specified access type: [_1]'
1.36      zhu      13605: => '没有提供文件的指定访问类型: [_1]',
1.6       bisitz   13606: 
                   13607:    'File Type Displayed: [_1]'
1.36      zhu      13608: => '显示文件类型: [_1]',
1.6       bisitz   13609: 
                   13610:    'All file types'
1.36      zhu      13611: => '所有文件类型',
1.6       bisitz   13612: 
                   13613:    'The resource depends on another resource with variable filename, i.e., [_1].'
1.93      raeburn  13614: => 'The resource depends on another resource with variable filename, i.e., [_1].',
1.6       bisitz   13615: 
                   13616:    'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.'
1.93      raeburn  13617: => 'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.',
1.6       bisitz   13618: 
                   13619:    'Add Selection for:'
1.93      raeburn  13620: => 'Add Selection for:',
1.6       bisitz   13621: 
1.65      zhu      13622:    'Selected Parameters:'
1.93      raeburn  13623: => 'Selected Parameters:',
1.63      zhu      13624: 
1.65      zhu      13625:    'Show detailed Parameter Selection'
1.93      raeburn  13626: => 'Show detailed Parameter Selection',
1.63      zhu      13627: 
1.65      zhu      13628: # Resource Parameters - Start
1.63      zhu      13629: 
1.65      zhu      13630:    'Problem Opening Date (opendate)'
                   13631: => '问题开始日期 (opendate)',
1.6       bisitz   13632: 
                   13633:    'Problem Opening Date'
1.12      zhu      13634: => '问题开始日期',
1.6       bisitz   13635: 
1.65      zhu      13636:    'Problem Due Date (duedate)'
                   13637: => '问题截止日期 (duedate)',
                   13638: 
1.6       bisitz   13639:    'Problem Due Date'
1.12      zhu      13640: => '问题截止日期',
1.6       bisitz   13641: 
1.65      zhu      13642:    'Problem Answer Date (answerdate)'
                   13643: => '问题答案日期 (answerdate)',
                   13644: 
1.6       bisitz   13645:    'Problem Answer Date'
1.12      zhu      13646: => '问题答案日期',
1.6       bisitz   13647: 
1.65      zhu      13648:    'Time-Limit (interval)'
                   13649: => '期限 (interval)',
                   13650: 
1.6       bisitz   13651:    'Time-Limit'
1.12      zhu      13652: => '期限',
1.6       bisitz   13653: 
1.65      zhu      13654:    'Weight (weight)'
1.93      raeburn  13655: => 'Weight (weight)',
1.65      zhu      13656: 
1.6       bisitz   13657:    'Weight'
1.93      raeburn  13658: => 'Weight',
1.6       bisitz   13659: 
1.65      zhu      13660:    'Maximum Number of Tries (maxtries)'
1.93      raeburn  13661: => 'Maximum Number of Tries (maxtries)',
1.65      zhu      13662: 
1.6       bisitz   13663:    'Maximum Number of Tries'
1.93      raeburn  13664: => 'Maximum Number of Tries',
1.6       bisitz   13665: 
1.65      zhu      13666:    'Number of Tries before hints appear (hinttries)'
1.93      raeburn  13667: => 'Number of Tries before hints appear (hinttries)',
1.65      zhu      13668: 
1.6       bisitz   13669:    'Number of Tries before hints appear'
1.93      raeburn  13670: => 'Number of Tries before hints appear',
1.6       bisitz   13671: 
1.56      zhu      13672:    'Content Opening Date (contentopen)'
1.61      bisitz   13673: => '内容开放日期 (contentopen)',
                   13674: 
1.56      zhu      13675:    'Content Due Date (contentclose)'
1.61      bisitz   13676: => '内容关闭日期 (contentclose)',
1.56      zhu      13677: 
1.63      zhu      13678:    'Content Opening Date'
                   13679: => '内容开放日期',
1.6       bisitz   13680: 
                   13681:    'Content Close Date'
1.18      zhu      13682: => '内容关闭日期',
1.6       bisitz   13683: 
1.65      zhu      13684:    'Question Type (type)'
                   13685: => '问题类型 (type)',
                   13686: 
1.6       bisitz   13687:    'Question Type'
1.18      zhu      13688: => '问题类型',
1.6       bisitz   13689: 
1.65      zhu      13690:    'Show Problem Status (problemstatus)'
1.93      raeburn  13691: => 'Show Problem Status (problemstatus)',
1.65      zhu      13692: 
1.6       bisitz   13693:    'Show Problem Status'
1.18      zhu      13694: => '查看问题状态',
1.6       bisitz   13695: 
1.65      zhu      13696:    'Resource Hidden from Students (hiddenresource)'
1.93      raeburn  13697: => 'Resource Hidden from Students (hiddenresource)',
1.65      zhu      13698: 
1.6       bisitz   13699:    'Resource Hidden from Students'
1.93      raeburn  13700: => 'Resource Hidden from Students',
1.65      zhu      13701: 
                   13702:    'Resource hidden from students (hiddenresource)'
1.93      raeburn  13703: => 'Resource hidden from students (hiddenresource)',
1.65      zhu      13704: 
                   13705:    'Resource hidden from students'
1.93      raeburn  13706: => 'Resource hidden from students',
1.65      zhu      13707: 
                   13708:    'List of hidden parts (hiddenparts)'
1.93      raeburn  13709: => 'List of hidden parts (hiddenparts)',
1.6       bisitz   13710: 
                   13711:    'List of hidden parts'
1.93      raeburn  13712: => 'List of hidden parts', # ???
1.6       bisitz   13713: 
1.65      zhu      13714:    'Part Description (display)'
1.93      raeburn  13715: => 'Part Description (display)',
1.65      zhu      13716: 
1.6       bisitz   13717:    'Part Description'
1.93      raeburn  13718: => 'Part Description',
1.6       bisitz   13719: 
1.65      zhu      13720:    'Show Parts One-at-a-Time (ordered)'
1.93      raeburn  13721: => 'Show Parts One-at-a-Time (ordered)',
1.65      zhu      13722: 
1.6       bisitz   13723:    'Show Parts One-at-a-Time'
1.93      raeburn  13724: => 'Show Parts One-at-a-Time',
1.6       bisitz   13725: 
1.65      zhu      13726:    'Numerical Tolerance (tol)'
1.93      raeburn  13727: => 'Numerical Tolerance (tol)',
1.65      zhu      13728: 
1.6       bisitz   13729:    'Numerical Tolerance'
1.93      raeburn  13730: => 'Numerical Tolerance',
1.6       bisitz   13731: 
1.65      zhu      13732:    'Significant Digits (sig)'
1.93      raeburn  13733: => 'Significant Digits (sig)',
1.65      zhu      13734: 
1.6       bisitz   13735:    'Significant Digits'
1.93      raeburn  13736: => 'Significant Digits',
1.6       bisitz   13737: 
1.65      zhu      13738:    'Show Units - Disable Entry (turnoffunit)'
1.93      raeburn  13739: => 'Show Units - Disable Entry (turnoffunit)',
1.65      zhu      13740: 
1.6       bisitz   13741:    'Show Units - Disable Entry'
1.93      raeburn  13742: => 'Show Units - Disable Entry', # ???
1.6       bisitz   13743: 
1.65      zhu      13744:    'Discussion End Time (discussend)'
1.93      raeburn  13745: => 'Discussion End Time (discussend)',
1.65      zhu      13746: 
1.6       bisitz   13747:    'Discussion End Time'
1.93      raeburn  13748: => 'Discussion End Time',
1.6       bisitz   13749: 
1.65      zhu      13750:    'Hide Closed Discussion (discusshide)'
1.93      raeburn  13751: => 'Hide Closed Discussion (discusshide)',
1.65      zhu      13752: 
1.6       bisitz   13753:    'Hide Closed Discussion'
1.93      raeburn  13754: => 'Hide Closed Discussion',
1.6       bisitz   13755: 
1.65      zhu      13756:    'Randomly Order Resources (randomorder)'
1.93      raeburn  13757: => 'Randomly Order Resources (randomorder)',
1.65      zhu      13758: 
1.6       bisitz   13759:    'Randomly Order Resources'
1.93      raeburn  13760: => 'Randomly Order Resources',
1.6       bisitz   13761: 
1.65      zhu      13762:    'Randomly pick number of resources (randompick)'
1.93      raeburn  13763: => 'Randomly pick number of resources (randompick)',
1.65      zhu      13764: 
                   13765:    'Do not show plain URL (encrypturl)'
1.93      raeburn  13766: => 'Do not show plain URL (encrypturl)',
1.6       bisitz   13767: 
                   13768:    'Do not show plain URL'
1.93      raeburn  13769: => 'Do not show plain URL',
1.6       bisitz   13770: 
1.65      zhu      13771:    'Slots of availability (available)'
1.93      raeburn  13772: => 'Slots of availability (available)',
1.65      zhu      13773: 
1.6       bisitz   13774:    'Slots of availability'
1.93      raeburn  13775: => 'Slots of availability',
1.6       bisitz   13776: 
1.65      zhu      13777:    'CSS file to link (cssfile)'
1.93      raeburn  13778: => 'CSS file to link (cssfile)',
1.65      zhu      13779: 
1.6       bisitz   13780:    'CSS file to link'
1.93      raeburn  13781: => 'CSS file to link',
1.6       bisitz   13782: 
1.65      zhu      13783:    'Use slot based access controls (useslots)'
1.93      raeburn  13784: => 'Use slot based access controls (useslots)',
1.65      zhu      13785: 
1.6       bisitz   13786:    'Use slot based access controls'
1.93      raeburn  13787: => 'Use slot based access controls',
1.6       bisitz   13788: 
1.101     bisitz   13789:    'Client IP/Name Access Control (acc)'
1.93      raeburn  13790: => 'Client IP/Name Access Control (acc)',
1.65      zhu      13791: 
1.6       bisitz   13792:    'Client IP/Name Access Control'
1.93      raeburn  13793: => 'Client IP/Name Access Control',
1.6       bisitz   13794: 
1.65      zhu      13795:    'Resource alias name for conditions (mapalias)'
1.93      raeburn  13796: => 'Resource alias name for conditions (mapalias)',
1.65      zhu      13797: 
1.6       bisitz   13798:    'Resource alias name for conditions'
1.93      raeburn  13799: => 'Resource alias name for conditions',
1.6       bisitz   13800: 
1.65      zhu      13801:    'Slots of availability selected by student (availablestudent)'
1.93      raeburn  13802: => 'Slots of availability selected by student (availablestudent)',
1.65      zhu      13803: 
1.6       bisitz   13804:    'Slots of availability selected by student'
1.93      raeburn  13805: => 'Slots of availability selected by student',
1.65      zhu      13806: 
                   13807:    'Hide buttons from students (buttonshide)'
1.93      raeburn  13808: => 'Hide buttons from students (buttonshide)',
1.6       bisitz   13809: 
                   13810:    'Hide buttons from students'
1.93      raeburn  13811: => 'Hide buttons from students', # ???
1.65      zhu      13812: 
                   13813:    'Hide DragMath-Editor (turnoffeditor)'
1.93      raeburn  13814: => 'Hide DragMath-Editor (turnoffeditor)',
1.6       bisitz   13815: 
                   13816:    'Hide DragMath-Editor'
1.93      raeburn  13817: => 'Hide DragMath-Editor',
1.6       bisitz   13818: 
1.65      zhu      13819:    'Maximum Number of Collaborators (maxcollaborators)'
1.93      raeburn  13820: => 'Maximum Number of Collaborators (maxcollaborators)',
1.65      zhu      13821: 
1.6       bisitz   13822:    'Maximum Number of Collaborators'
1.93      raeburn  13823: => 'Maximum Number of Collaborators',
1.6       bisitz   13824: 
1.65      zhu      13825:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
1.93      raeburn  13826: => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
1.65      zhu      13827: 
1.6       bisitz   13828:    'Allowed File Extensions for Uploaded Files'
1.93      raeburn  13829: => 'Allowed File Extensions for Uploaded Files',
1.6       bisitz   13830: 
1.65      zhu      13831:    'Hand Graded (handgrade)'
1.93      raeburn  13832: => 'Hand Graded (handgrade)',
1.65      zhu      13833: 
1.6       bisitz   13834:    'Hand Graded'
1.93      raeburn  13835: => 'Hand Graded',
1.6       bisitz   13836: 
1.65      zhu      13837:    'Number of bubbles in exam mode (numbubbles)'
                   13838: => '考试模式中的一些复选框 (numbubbles)',
                   13839: 
1.6       bisitz   13840:    'Number of bubbles in exam mode'
1.12      zhu      13841: => '考试模式中的一些复选框',
1.6       bisitz   13842: 
1.65      zhu      13843:    'Format for display of score (scoreformat)'
                   13844: => '评分显示格式 (scoreformat)',
                   13845: 
1.6       bisitz   13846:    'Format for display of score'
1.12      zhu      13847: => '评分显示格式',
1.6       bisitz   13848: 
1.65      zhu      13849:    'Max. Cumulative Size (MB) for Submitted Files (maxfilesize)'
                   13850: => '最大(MB)累积提交文件 (maxfilesize)',
                   13851: 
                   13852:    'Max. Cumulative Size (MB) for Submitted Files'
                   13853: => '最大(MB)累积提交文件',
                   13854: 
                   13855:    'Max. cumulative size (MB) for submitted files (maxfilesize)'
                   13856: => '最大(MB)累积提交文件 (maxfilesize)',
1.61      bisitz   13857: 
1.65      zhu      13858:    'Max. cumulative size (MB) for submitted files'
                   13859: => '最大(MB)累积提交文件',
1.63      zhu      13860: # Resource Parameters - End
1.61      bisitz   13861: 
1.65      zhu      13862: # Resource Parameter Categories - Start
                   13863:    'Problem Appearance'
1.93      raeburn  13864: => 'Problem Appearance',
1.65      zhu      13865: 
                   13866:    'Time Settings'
1.93      raeburn  13867: => 'Time Settings',
1.65      zhu      13868: 
                   13869:    'High Level Randomization'
1.98      bisitz   13870: => 'High Level Randomization',
1.65      zhu      13871: 
                   13872:    'Hiding'
1.93      raeburn  13873: => 'Hiding',
1.65      zhu      13874: 
                   13875:    'Behaviour of Input Fields'
1.93      raeburn  13876: => 'Behaviour of Input Fields',
1.65      zhu      13877: 
                   13878:    'Slots'
                   13879: => 'Slots',
                   13880: 
                   13881:    'File Submission'
1.93      raeburn  13882: => 'File Submission',
1.65      zhu      13883: # Resource Parameters Categories - End
1.6       bisitz   13884: 
                   13885:    'New LON-CAPA [_1] ID: [_2]'
1.12      zhu      13886: => '新的 LON-CAPA-[_1]-ID: [_2]',
1.6       bisitz   13887: 
                   13888:    'Not available'
1.12      zhu      13889: => '不详',
1.6       bisitz   13890: 
                   13891:    'Post Announcement'
1.12      zhu      13892: => '提交通知',
1.6       bisitz   13893: 
                   13894:    'The folder name: "[_1]" is already in use for an existing folder.'
1.10      zhu      13895: => '文件夹名称: "[_1]" 已经在现有的文件夹中。',
1.6       bisitz   13896: 
                   13897:    'The folder name: "[_1]" is already used for one of the folders automatically generated by the system.'
1.10      zhu      13898: => '文件夹名称: "[_1]" 已经用于一个文件夹自动生成系统。',
1.6       bisitz   13899: 
                   13900:    'Error - could not obtain lock on email folders record.'
1.93      raeburn  13901: => 'Error - could not obtain lock on email folders record.',
1.6       bisitz   13902: 
                   13903:    'The folder "[_1]" may not be deleted'
1.93      raeburn  13904: => 'The folder "[_1]" may not be deleted',
1.6       bisitz   13905: 
                   13906:    'The folder "[_1]" does not exist so deletion is not required.'
1.93      raeburn  13907: => 'The folder "[_1]" does not exist so deletion is not required.',
1.6       bisitz   13908: 
                   13909:    'The folder "[_1]" contains messages so it may not be deleted.'
1.22      zhu      13910: => '该文件夹“[_1]”包含有信息,因此不能删除。',
1.6       bisitz   13911: 
                   13912:    'Delete or move the messages to a different folder first.'
1.93      raeburn  13913: => 'Delete or move the messages to a different folder first.',
1.6       bisitz   13914: 
                   13915:    'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.'
1.93      raeburn  13916: => 'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.',
1.6       bisitz   13917: 
                   13918:    '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  13919: => '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   13920: 
                   13921:    '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  13922: => '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   13923: 
                   13924:    'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.'
1.93      raeburn  13925: => 'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.',
1.6       bisitz   13926: 
                   13927:    'Warning: failed to release lock for counter'
1.93      raeburn  13928: => 'Warning: failed to release lock for counter',
1.6       bisitz   13929: 
                   13930:    'Warning: failed to release lock for folder: [_1].'
1.93      raeburn  13931: => 'Warning: failed to release lock for folder: [_1].',
1.6       bisitz   13932: 
                   13933:    'Error uploading new folder.'
1.93      raeburn  13934: => 'Error uploading new folder.',
1.6       bisitz   13935: 
                   13936:    'Error reading contents of parent folder.'
1.93      raeburn  13937: => 'Error reading contents of parent folder.',
1.6       bisitz   13938: 
                   13939:    'Error saving updated parent folder.'
1.93      raeburn  13940: => 'Error saving updated parent folder.',
1.6       bisitz   13941: 
                   13942:    'Parameters not set for [_1] because the resource was not recognized as part of the course.'
1.101     bisitz   13943: => 'Parameters not set for [_1] because the resource was not recognized as part of the course.',
1.6       bisitz   13944: 
                   13945:    'Message not moved, Attempted to move message to the same folder as it already is in.'
1.93      raeburn  13946: => 'Message not moved, Attempted to move message to the same folder as it already is in.',
1.6       bisitz   13947: 
                   13948:    'Message not moved, A network error occurred.'
1.93      raeburn  13949: => 'Message not moved, A network error occurred.',
1.6       bisitz   13950: 
                   13951:    'Message not moved as the message is no longer in the source folder.'
1.93      raeburn  13952: => 'Message not moved as the message is no longer in the source folder.',
1.6       bisitz   13953: 
                   13954:    'Message copied to new folder but status was not, A network error occurred.'
1.93      raeburn  13955: => 'Message copied to new folder but status was not, A network error occurred.',
1.6       bisitz   13956: 
                   13957:    'Message copied, but unable to delete the original from the source folder.'
1.93      raeburn  13958: => 'Message copied, but unable to delete the original from the source folder.',
1.6       bisitz   13959: 
                   13960:    'Message copied, but unable to delete the original status from the source folder.'
1.93      raeburn  13961: => 'Message copied, but unable to delete the original status from the source folder.',
1.6       bisitz   13962: 
                   13963:    '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  13964: => '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   13965: 
                   13966:    'Error: could not determine domain or number of course'
1.93      raeburn  13967: => 'Error: could not determine domain or number of course',
1.6       bisitz   13968: 
                   13969:    'Select message recipients from the group members listed below.'
1.93      raeburn  13970: => 'Select message recipients from the group members listed below.',
1.6       bisitz   13971: 
                   13972:    'Send another e-mail'
1.63      zhu      13973: => '发送另一个电子邮件',
1.6       bisitz   13974: 
                   13975:    'Send another group message'
1.12      zhu      13976: => '给其他组发送邮件',
1.6       bisitz   13977: 
                   13978:    'Return to group page'
1.12      zhu      13979: => '返回到组网页',
1.6       bisitz   13980: 
                   13981:    '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      13982: => '您必须确认您已经收到此邮件,然后才能访问其他页面。确认后,此邮件将移至您的收件箱。',
1.6       bisitz   13983: 
                   13984:    '[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   13985: => '[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   13986: 
1.87      raeburn  13987:    'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.'
                   13988: => 'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.',
1.6       bisitz   13989: 
                   13990:    'The message you checked will be forwarded to the recipient(s) you select below.'
1.93      raeburn  13991: => 'The message you checked will be forwarded to the recipient(s) you select below.',
1.6       bisitz   13992: 
                   13993:    'Send Messages'
1.10      zhu      13994: => '发送邮件',
1.6       bisitz   13995: 
                   13996:    'Send Message'
1.43      bisitz   13997: => '发送邮件', # '发送讯息',
1.6       bisitz   13998: 
                   13999:    'Send Reply to Messages'
1.10      zhu      14000: => '发送回复邮件',
1.6       bisitz   14001: 
                   14002:    'Send Reply to Message'
1.10      zhu      14003: => '发送回复邮件',
1.6       bisitz   14004: 
                   14005:    'Forward Messages'
1.10      zhu      14006: => '转发邮件',
1.6       bisitz   14007: 
                   14008:    'Forward Message'
1.10      zhu      14009: => '转发邮件',
1.6       bisitz   14010: 
                   14011:    'Save message for re-use'
1.10      zhu      14012: => '邮件重新保存',
1.6       bisitz   14013: 
                   14014:    'Show re-usable messages'
1.10      zhu      14015: => '显示保存的邮件',
1.6       bisitz   14016: 
                   14017:    'This message was designated by the sender not to allow replies.'
1.93      raeburn  14018: => 'This message was designated by the sender not to allow replies.',
1.6       bisitz   14019: 
                   14020:    'The sender did not designate a reply to address for this message.'
1.93      raeburn  14021: => 'The sender did not designate a reply to address for this message.',
1.6       bisitz   14022: 
                   14023:    'Reply to other recipients'
1.93      raeburn  14024: => 'Reply to other recipients',
1.6       bisitz   14025: 
                   14026:    'Unless you choose otherwise:'
1.93      raeburn  14027: => 'Unless you choose otherwise:',
1.6       bisitz   14028: 
                   14029:    "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject."
1.93      raeburn  14030: => "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject.",
1.6       bisitz   14031: 
                   14032:    'original subject'
1.93      raeburn  14033: => 'original subject',
1.6       bisitz   14034: 
                   14035:    "sender's name"
1.93      raeburn  14036: => "sender's name",
1.6       bisitz   14037: 
                   14038:    'Message begins with:'
1.93      raeburn  14039: => 'Message begins with:',
1.6       bisitz   14040: 
                   14041:    'Any new text to display before the text of the original messages:'
1.93      raeburn  14042: => 'Any new text to display before the text of the original messages:',
1.6       bisitz   14043: 
                   14044:    'username1:domain1: text'
1.22      zhu      14045: => '用户名1:域名1: 文本',
1.6       bisitz   14046: 
                   14047:    'username2:domain2: text'
1.22      zhu      14048: => '用户名2:域名2: 文本',
1.6       bisitz   14049: 
1.26      zhu      14050:    'username3:domain1: text'
1.22      zhu      14051: => '用户名3:域名3: 文本',
1.6       bisitz   14052: 
                   14053:    "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      14054: => "邮件从相应用户的所有行<tt>用户名:域</tt>收集并附加到一般消息文本。", # ???
1.6       bisitz   14055: 
                   14056:    'Not allowed'
1.22      zhu      14057: => '不允许',
1.6       bisitz   14058: 
                   14059:    'Archived Message'
1.22      zhu      14060: => '存档的邮件',
1.6       bisitz   14061: 
                   14062:    '[quant,_1,communication blocking period was,communication blocking periods were] removed.'
1.98      bisitz   14063: => '[quant,_1,communication blocking period was,communication blocking periods were] removed.',
1.6       bisitz   14064: 
                   14065:    '[quant,_1,communication blocking period was,communication blocking periods were] modified.'
1.98      bisitz   14066: => '[quant,_1,communication blocking period was,communication blocking periods were] modified.',
1.6       bisitz   14067: 
                   14068:    '[quant,_1,communication blocking period was,communication blocking periods were] added.'
1.98      bisitz   14069: => '[quant,_1,communication blocking period was,communication blocking periods were] added.',
1.6       bisitz   14070: 
                   14071:    '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  14072: => '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   14073: 
                   14074:    'Reply To'
1.93      raeburn  14075: => 'Reply To',
1.6       bisitz   14076: 
                   14077:    'Current attempts of student (if applicable)'
1.93      raeburn  14078: => 'Current attempts of student (if applicable)',
1.6       bisitz   14079: 
                   14080:    'Current screen output (if applicable)'
1.93      raeburn  14081: => 'Current screen output (if applicable)',
1.6       bisitz   14082: 
                   14083:    'No saved comments yet.'
1.93      raeburn  14084: => 'No saved comments yet.',
1.6       bisitz   14085: 
                   14086:    'No saved comments yet for this resource.'
1.93      raeburn  14087: => 'No saved comments yet for this resource.',
1.6       bisitz   14088: 
                   14089:    'Could not deliver message'
1.93      raeburn  14090: => 'Could not deliver message',
1.6       bisitz   14091: 
                   14092:    'Please use the browser "Back" button and correct the recipient addresses ([_1]).'
1.93      raeburn  14093: => 'Please use the browser "Back" button and correct the recipient addresses ([_1]).',
1.6       bisitz   14094: 
                   14095:    'Failed to delete the message.'
1.93      raeburn  14096: => 'Failed to delete the message.',
1.6       bisitz   14097: 
                   14098:    'Marked [_1] message(s) read'
1.99      raeburn  14099: => 'Marked [_1] message(s) read',
1.6       bisitz   14100: 
                   14101:    'Marked [_1] message(s) Unread'
1.99      raeburn  14102: => 'Marked [_1] message(s) Unread',
1.6       bisitz   14103: 
                   14104:    'Destination folder [_1] is not a valid folder'
1.93      raeburn  14105: => 'Destination folder [_1] is not a valid folder',
1.6       bisitz   14106: 
                   14107:    'Failed to move [_1] message(s)'
1.99      raeburn  14108: => 'Failed to move [_1] message(s)',
1.6       bisitz   14109: 
                   14110:    'Moved [_1] message(s)'
1.99      raeburn  14111: => 'Moved [_1] message(s)',
1.6       bisitz   14112: 
                   14113:    'Failed to delete [_1] message(s)'
1.98      bisitz   14114: => 'Failed to delete [_1] message(s)',
1.6       bisitz   14115: 
                   14116:    'Deleted [_1] message(s)'
1.98      bisitz   14117: => 'Deleted [_1] message(s)',
1.6       bisitz   14118: 
                   14119:    '[quant,_1,message] forwarded.'
1.99      raeburn  14120: => '[quant,_1,message] forwarded.',
1.6       bisitz   14121: 
                   14122:    'Could not forward [quant,_1,message].'
1.99      raeburn  14123: => 'Could not forward [quant,_1,message].',
1.6       bisitz   14124: 
                   14125:    'Could not deliver forwarded message.'
1.93      raeburn  14126: => 'Could not deliver forwarded message.',
1.6       bisitz   14127: 
                   14128:    'The recipient addresses may need to be corrected'
1.93      raeburn  14129: => 'The recipient addresses may need to be corrected',
1.6       bisitz   14130: 
                   14131:    'Mail folder "[_1]" created.'
1.10      zhu      14132: => '邮件文件夹 "[_1]" 已创建。',
1.6       bisitz   14133: 
                   14134:    'Creation failed.'
1.10      zhu      14135: => '创建失败。',
1.6       bisitz   14136: 
                   14137:    'Mail folder "[_1]" deleted.'
1.10      zhu      14138: => '邮件文件夹 "[_1]" 已删除。',
1.6       bisitz   14139: 
                   14140:    'Deletion failed.'
1.10      zhu      14141: => '删除失败。',
1.6       bisitz   14142: 
                   14143:    'Mail folder "[_1]" renamed "[_2]".'
1.10      zhu      14144: => '邮件文件夹 "[_1]" 更名为 "[_2]".',
1.6       bisitz   14145: 
                   14146:    'Renaming failed.'
1.10      zhu      14147: => '重命名失败。',
1.6       bisitz   14148: 
                   14149:    'Messages'
1.10      zhu      14150: => '邮件',
1.6       bisitz   14151: 
                   14152:    'Distribute from Uploaded File'
1.10      zhu      14153: => '从上传的文件分发', # ???
1.6       bisitz   14154: 
                   14155:    'Communication Blocking'
1.10      zhu      14156: => '通讯阻塞',
1.6       bisitz   14157: 
                   14158:    'Communication blocking during scheduled exams'
1.10      zhu      14159: => '有时限的通讯阻塞',
1.6       bisitz   14160: 
                   14161:    '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      14162: => '您可以在网上考试期间使用通信阻断,以防止该课程的学生接收其他学生的LON-CAPA信息。作为阻止的通信可能会中断参加了其他的LON-CAPA课程的学生之间的沟通,请您在在设置和更改安排考试时间时注意选择正确的开始和结束时间。',
1.6       bisitz   14163: 
                   14164:    'Modify existing communication blocking periods'
1.26      zhu      14165: => '修改现有的通信阻断时间',
1.6       bisitz   14166: 
                   14167:    'No communication blocks currently saved'
1.26      zhu      14168: => '目前任何通信被锁定。',
1.6       bisitz   14169: 
                   14170:    'Duration'
1.10      zhu      14171: => '持续',
1.6       bisitz   14172: 
                   14173:    'Event'
1.10      zhu      14174: => '事件',
1.6       bisitz   14175: 
                   14176:    'Blocked?'
1.26      zhu      14177: => '被锁定?',
1.6       bisitz   14178: 
                   14179:    'Add block'
1.26      zhu      14180: => '新增锁定',
1.6       bisitz   14181: 
                   14182:    'e.g., Exam 1'
1.26      zhu      14183: => '(例如:考试1)',
1.6       bisitz   14184: 
                   14185:    'Discussion'
1.10      zhu      14186: => '论坛',
1.6       bisitz   14187: 
                   14188:    'The following changes were made'
1.26      zhu      14189: => '进行了以下更改:',
1.6       bisitz   14190: 
                   14191:    'Add new communication blocking periods'
1.26      zhu      14192: => '添加新的的通信阻断时间',
1.6       bisitz   14193: 
                   14194:    'Set by'
1.93      raeburn  14195: => 'Set by',
1.6       bisitz   14196: 
                   14197:    'Deleted Message'
1.10      zhu      14198: => '删除的邮件',
1.6       bisitz   14199: 
                   14200:    'Marked Messages Read'
1.10      zhu      14201: => '邮件标记为已读',
1.6       bisitz   14202: 
                   14203:    'Marked Messages Unread'
1.10      zhu      14204: => '邮件标记为未读',
1.6       bisitz   14205: 
                   14206:    'Moved Messages'
1.10      zhu      14207: => '移动邮件',
1.6       bisitz   14208: 
                   14209:    'Deleted Messages'
1.10      zhu      14210: => '删除邮件',
1.6       bisitz   14211: 
                   14212:    'Marked Message as Unread'
1.10      zhu      14213: => '邮件标记为未读',
1.6       bisitz   14214: 
                   14215:    'Deleted Folder'
1.10      zhu      14216: => '删除文件夹',
1.6       bisitz   14217: 
                   14218:    'Renamed Folder'
1.10      zhu      14219: => '重命名文件夹',
1.6       bisitz   14220: 
                   14221:    'username:domain,username:domain,...'
1.10      zhu      14222: => '用户名:域,用户名:域...',
1.6       bisitz   14223: 
                   14224:    'All courses'
1.10      zhu      14225: => '所有课程',
1.6       bisitz   14226: 
                   14227:    'Pick specific course(s):'
1.93      raeburn  14228: => 'Pick specific course(s):',
1.6       bisitz   14229: 
                   14230:    'Search for a course in the [_1] domain'
1.93      raeburn  14231: => 'Search for a course in the [_1] domain',
1.6       bisitz   14232: 
                   14233:    'Actions available after searching for a course:'
1.93      raeburn  14234: => 'Actions available after searching for a course:',
1.6       bisitz   14235: 
                   14236:    '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  14237: => '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   14238: 
                   14239:    "Certain settings which control auto-enrollment of students from your institution's student information system."
1.93      raeburn  14240: => "Certain settings which control auto-enrollment of students from your institution's student information system.",
1.6       bisitz   14241: 
                   14242:    'The total disk space allocated for storage of portfolio files in all groups in a course.'
1.93      raeburn  14243: => 'The total disk space allocated for storage of portfolio files in all groups in a course.',
1.6       bisitz   14244: 
                   14245:    'No existing sections'
1.100     raeburn  14246: => 'No existing sections',
1.6       bisitz   14247: 
                   14248:    'Broadcast e-mail to users'
1.93      raeburn  14249: => 'Broadcast e-mail to users',
1.6       bisitz   14250: 
                   14251:    'Broadcast E-mail'
1.93      raeburn  14252: => 'Broadcast E-mail',
1.6       bisitz   14253: 
                   14254:    'Broadcast e-mail to Domain'
1.93      raeburn  14255: => 'Broadcast e-mail to Domain',
1.6       bisitz   14256: 
                   14257:    'Send a new e-mail message to selected users from this domain'
1.93      raeburn  14258: => 'Send a new e-mail message to selected users from this domain',
1.6       bisitz   14259: 
                   14260:    'Send a new e-mail to selected users from this domain'
1.93      raeburn  14261: => 'Send a new e-mail to selected users from this domain',
1.6       bisitz   14262: 
                   14263:    'Display e-mail sent by Domain Coordinators in this domain'
1.93      raeburn  14264: => 'Display e-mail sent by Domain Coordinators in this domain',
1.6       bisitz   14265: 
                   14266:    'Select Audience'
1.93      raeburn  14267: => 'Select Audience',
1.6       bisitz   14268: 
                   14269:    'Choose e-mail audience'
1.93      raeburn  14270: => 'Choose e-mail audience',
1.6       bisitz   14271: 
                   14272:    'Roles:'
                   14273: => '角色:',
                   14274: 
                   14275:    'Courses:'
                   14276: => '课程:',
                   14277: 
1.113     bisitz   14278:    '[_1] selected.'
1.12      zhu      14279: => '[_1] 选择的。',
1.6       bisitz   14280: 
                   14281:    'Access status:'
1.93      raeburn  14282: => 'Access status:',
1.6       bisitz   14283: 
                   14284:    'Username -> Email conversion:'
1.12      zhu      14285: => '用户名 -> E-Mail 转换:',
1.6       bisitz   14286: 
                   14287:    'Building valid e-mail address from username, if missing from preferences:'
1.93      raeburn  14288: => 'Building valid e-mail address from username, if missing from preferences:',
1.6       bisitz   14289: 
                   14290:    'Kerberos: enter default for each realm used in the domain, with comma separation of entries'
1.93      raeburn  14291: => 'Kerberos: enter default for each realm used in the domain, with comma separation of entries',
1.6       bisitz   14292: 
                   14293:    '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).'
1.99      raeburn  14294: => '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).',
1.6       bisitz   14295: 
                   14296:    'Internal, Filesystem and Local authentication: enter single default.'
1.93      raeburn  14297: => 'Internal, Filesystem and Local authentication: enter single default.',
1.6       bisitz   14298: 
                   14299:    'Authentication Method'
1.93      raeburn  14300: => 'Authentication Method',
1.6       bisitz   14301: 
                   14302:    'Username -> e-mail conversion'
1.93      raeburn  14303: => 'Username -> e-mail conversion',
1.6       bisitz   14304: 
                   14305:    'Internal (LON-CAPA)'
1.93      raeburn  14306: => 'Internal (LON-CAPA)',
1.6       bisitz   14307: 
                   14308:    'username@'
                   14309: => '用户名@',
                   14310: 
                   14311:    'Local/Customized'
1.93      raeburn  14312: => 'Local/Customized',
1.6       bisitz   14313: 
                   14314:    'Filesystem (UNIX)'
1.93      raeburn  14315: => 'Filesystem (UNIX)',
1.6       bisitz   14316: 
                   14317:    'Compose E-mail'
1.93      raeburn  14318: => 'Compose E-mail',
1.6       bisitz   14319: 
                   14320:    'No recipients identified'
1.93      raeburn  14321: => 'No recipients identified',
1.6       bisitz   14322: 
                   14323:    'Broadcast e-mail display options'
1.93      raeburn  14324: => 'Broadcast e-mail display options',
1.6       bisitz   14325: 
                   14326:    'Date range:'
1.93      raeburn  14327: => 'Date range:',
1.6       bisitz   14328: 
                   14329:    'Earliest to display:'
1.93      raeburn  14330: => 'Earliest to display:',
1.6       bisitz   14331: 
                   14332:    'Latest to display:'
1.93      raeburn  14333: => 'Latest to display:',
1.6       bisitz   14334: 
                   14335:    'Choose sender(s):'
1.93      raeburn  14336: => 'Choose sender(s):',
1.6       bisitz   14337: 
                   14338:    'Display e-mail'
1.10      zhu      14339: => '显示 E-Mail',
1.6       bisitz   14340: 
                   14341:    'E-mail display'
1.10      zhu      14342: => '显示 E-Mail',
1.6       bisitz   14343: 
                   14344:    'Display Broadcast e-mail'
1.10      zhu      14345: => '显示广播 E-Mail',
1.6       bisitz   14346: 
                   14347:    'No mail sent matching supplied criteria'
1.93      raeburn  14348: => 'No mail sent matching supplied criteria',
1.6       bisitz   14349: 
                   14350:    'Customrole'
1.93      raeburn  14351: => 'Customrole',
1.6       bisitz   14352: 
                   14353:    'Defined by [_1] at [_2].'
1.93      raeburn  14354: => 'Defined by [_1] at [_2].',
1.6       bisitz   14355: 
                   14356:    'No students found.'
1.93      raeburn  14357: => 'No students found.',
1.6       bisitz   14358: 
                   14359:    'Spreadsheet'
1.93      raeburn  14360: => 'Spreadsheet',
1.6       bisitz   14361: 
                   14362:    'Spreadsheet Help'
1.93      raeburn  14363: => 'Spreadsheet Help',
1.6       bisitz   14364: 
                   14365:    'Editing Help'
1.93      raeburn  14366: => 'Editing Help',
1.6       bisitz   14367: 
                   14368:    'Help on printing'
1.93      raeburn  14369: => 'Help on printing',
1.6       bisitz   14370: 
                   14371:    'Metadata Diffs'
1.93      raeburn  14372: => 'Metadata Diffs',
1.6       bisitz   14373: 
                   14374:    'Retrieve Metadata'
1.93      raeburn  14375: => 'Retrieve Metadata',
1.6       bisitz   14376: 
                   14377:    'Enter course'
1.93      raeburn  14378: => 'Enter course',
1.6       bisitz   14379: 
                   14380:    'Enter Course'
1.93      raeburn  14381: => 'Enter Course',
1.6       bisitz   14382: 
                   14383:    'Enter Access Key to Unlock this Course'
1.93      raeburn  14384: => 'Enter Access Key to Unlock this Course',
1.6       bisitz   14385: 
                   14386:    'Verifying Access Key to Unlock this Course'
1.98      bisitz   14387: => 'Verifying Access Key to Unlock this Course',
1.6       bisitz   14388: 
                   14389:    'Successfully registered key'
1.93      raeburn  14390: => 'Successfully registered key',
1.6       bisitz   14391: 
                   14392:    'Re-Enter Key'
1.93      raeburn  14393: => 'Re-Enter Key',
1.6       bisitz   14394: 
                   14395:    'Assigned from [_1] at [_2] for [_3]'
1.93      raeburn  14396: => 'Assigned from [_1] at [_2] for [_3]',
1.6       bisitz   14397: 
                   14398:    'Total Matches'
1.93      raeburn  14399: => 'Total Matches',
1.6       bisitz   14400: 
                   14401:    'Time Remaining'
1.93      raeburn  14402: => 'Time Remaining',
1.6       bisitz   14403: 
                   14404:    'IMPORT'
1.93      raeburn  14405: => 'IMPORT',
1.6       bisitz   14406: 
                   14407:    'Help on slots'
1.93      raeburn  14408: => 'Help on slots',
1.6       bisitz   14409: 
                   14410:    'New user accounts in [_1]'
1.93      raeburn  14411: => 'New user accounts in [_1]',
1.6       bisitz   14412: 
                   14413:    'Student enrollment changes in [_1]'
1.98      bisitz   14414: => 'Student enrollment changes in [_1]',
1.6       bisitz   14415: 
                   14416:    'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:'
1.93      raeburn  14417: => 'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:',
1.6       bisitz   14418: 
                   14419:    'No institutional classlist data could be retrieved for [_1]'
1.93      raeburn  14420: => 'No institutional classlist data could be retrieved for [_1]',
1.6       bisitz   14421: 
                   14422:    'Not within time window for auto-enrollment in [_1]'
1.99      raeburn  14423: => 'Not within time window for auto-enrollment in [_1]',
1.6       bisitz   14424: 
                   14425:    'Auto-enrollment not currently enabled for [_1]'
1.93      raeburn  14426: => 'Auto-enrollment not currently enabled for [_1]',
1.6       bisitz   14427: 
                   14428:    'The courseID provided does not match a course in this domain.'
1.93      raeburn  14429: => 'The courseID provided does not match a course in this domain.',
1.6       bisitz   14430: 
                   14431:    'Not Open'
1.93      raeburn  14432: => 'Not Open',
1.6       bisitz   14433: 
                   14434:    "This resource currently isn't open. It will be available at [_1]."
1.93      raeburn  14435: => "This resource currently isn't open. It will be available at [_1].",
1.6       bisitz   14436: 
                   14437:    'Could not handle ambiguous resource reference'
1.93      raeburn  14438: => 'Could not handle ambiguous resource reference',
1.6       bisitz   14439: 
                   14440:    'The nature of the problem is unclear'
1.93      raeburn  14441: => 'The nature of the problem is unclear',
1.6       bisitz   14442: 
                   14443:    'Course Roster'
                   14444: => '课程名册',
                   14445: 
                   14446:    'Classlist'
                   14447: => '班级名册',
                   14448: 
                   14449:    'Display of a student-viewable course roster is not currently enabled.'
1.93      raeburn  14450: => 'Display of a student-viewable course roster is not currently enabled.',
1.6       bisitz   14451: 
                   14452:    'Student-viewable course roster'
1.93      raeburn  14453: => 'Student-viewable course roster',
1.6       bisitz   14454: 
                   14455:    'Students with no section'
1.93      raeburn  14456: => 'Students with no section',
1.6       bisitz   14457: 
                   14458:    'Students in section "[_1]"'
1.93      raeburn  14459: => 'Students in section "[_1]"',
1.6       bisitz   14460: 
                   14461:    'Students in any section'
1.93      raeburn  14462: => 'Students in any section',
1.6       bisitz   14463: 
                   14464:    'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.'
1.93      raeburn  14465: => 'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.',
1.6       bisitz   14466: 
                   14467:    'The single student without a section[_1] has opted not to be listed in the roster.'
1.93      raeburn  14468: => 'The single student without a section[_1] has opted not to be listed in the roster.',
1.6       bisitz   14469: 
                   14470:    'The single student in the section[_1] has opted not to be listed in the roster.'
1.93      raeburn  14471: => 'The single student in the section[_1] has opted not to be listed in the roster.',
1.6       bisitz   14472: 
                   14473:    'The single student in the course[_1] has opted not to be listed in the roster.'
1.93      raeburn  14474: => 'The single student in the course[_1] has opted not to be listed in the roster.',
1.6       bisitz   14475: 
                   14476:    'None of the [_1] students without a section[_2] have opted to be listed in the roster.'
1.93      raeburn  14477: => 'None of the [_1] students without a section[_2] have opted to be listed in the roster.',
1.6       bisitz   14478: 
                   14479:    'None of the [_1] students in the section[_2] have opted to be listed in the roster.'
1.93      raeburn  14480: => 'None of the [_1] students in the section[_2] have opted to be listed in the roster.',
1.6       bisitz   14481: 
                   14482:    'None of the [_1] students in the course[_2] have opted to be listed in the roster.'
1.93      raeburn  14483: => 'None of the [_1] students in the course[_2] have opted to be listed in the roster.',
1.6       bisitz   14484: 
                   14485:    'All [_1] students without a section[_2] have opted to be listed in the roster.'
1.93      raeburn  14486: => 'All [_1] students without a section[_2] have opted to be listed in the roster.',
1.6       bisitz   14487: 
                   14488:    'All [_1] students in the section[_2] have opted to be listed in the roster.'
1.93      raeburn  14489: => 'All [_1] students in the section[_2] have opted to be listed in the roster.',
1.6       bisitz   14490: 
                   14491:    'All [_1] students in the course[_2] have opted to be listed in the roster.'
1.93      raeburn  14492: => 'All [_1] students in the course[_2] have opted to be listed in the roster.',
1.6       bisitz   14493: 
                   14494:    'The single student without a section[_1] has opted to be listed in the roster.'
1.93      raeburn  14495: => 'The single student without a section[_1] has opted to be listed in the roster.',
1.6       bisitz   14496: 
                   14497:    'The single student in the section[_1] has opted to be listed in the roster.'
1.93      raeburn  14498: => 'The single student in the section[_1] has opted to be listed in the roster.',
1.6       bisitz   14499: 
                   14500:    'The single student in the course[_1] has opted to be listed in the roster.'
1.93      raeburn  14501: => 'The single student in the course[_1] has opted to be listed in the roster.',
1.6       bisitz   14502: 
                   14503:    'All [_1] students without a section[_2] are listed in the roster.'
1.93      raeburn  14504: => 'All [_1] students without a section[_2] are listed in the roster.',
1.6       bisitz   14505: 
                   14506:    'All [_1] students in the section[_2] are listed in the roster.'
1.93      raeburn  14507: => 'All [_1] students in the section[_2] are listed in the roster.',
1.6       bisitz   14508: 
                   14509:    'All [_1] students in the course[_2] are listed in the roster.'
1.93      raeburn  14510: => 'All [_1] students in the course[_2] are listed in the roster.',
1.6       bisitz   14511: 
                   14512:    'There is only a single student without a section[_1]'
1.93      raeburn  14513: => 'There is only a single student without a section[_1]',
1.6       bisitz   14514: 
                   14515:    'There is only a single student in the section[_1]'
1.93      raeburn  14516: => 'There is only a single student in the section[_1]',
1.6       bisitz   14517: 
                   14518:    'There is only a single student in the course[_1]'
1.93      raeburn  14519: => 'There is only a single student in the course[_1]',
1.6       bisitz   14520: 
                   14521:    'There are currently no students to display.'
1.93      raeburn  14522: => 'There are currently no students to display.',
1.6       bisitz   14523: 
                   14524:    'Available Portfolio files'
1.93      raeburn  14525: => 'Available Portfolio files',
1.6       bisitz   14526: 
                   14527:    'Name not given'
1.12      zhu      14528: => '姓名不详',
1.6       bisitz   14529: 
                   14530:    '[quant,_1,file,files,No files]'
                   14531: => '[quant,_1,Datei,Dateien,Keine Dateien]',
                   14532: 
                   14533:    'Error retrieving file information.'
1.93      raeburn  14534: => 'Error retrieving file information.',
1.6       bisitz   14535: 
                   14536:    'Your roster setting'
1.93      raeburn  14537: => 'Your roster setting',
1.6       bisitz   14538: 
                   14539:    'You are currently listed in the student-viewable roster.'
1.93      raeburn  14540: => 'You are currently listed in the student-viewable roster.',
1.6       bisitz   14541: 
                   14542:    'You are currently <b>not</b> listed in the student-viewable roster.'
1.93      raeburn  14543: => 'You are currently <b>not</b> listed in the student-viewable roster.',
1.6       bisitz   14544: 
                   14545:    'Include yourself in the roster?'
1.93      raeburn  14546: => 'Include yourself in the roster?',
1.6       bisitz   14547: 
1.110     bisitz   14548:    'Display of your name in the student-viewable roster set to [_1].'
                   14549: => 'Display of your name in the student-viewable roster set to [_1].',
1.6       bisitz   14550: 
                   14551:    'Error occurred saving display setting.'
1.93      raeburn  14552: => 'Error occurred saving display setting.',
1.6       bisitz   14553: 
1.110     bisitz   14554:    'Display of your name in the student-viewable roster unchanged (set to [_1]).'
                   14555: => 'Display of your name in the student-viewable roster unchanged (set to [_1]).',
1.6       bisitz   14556: 
                   14557:    'View course roster'
1.93      raeburn  14558: => 'View course roster',
1.6       bisitz   14559: 
                   14560:    'Change Course Page Preferences'
1.93      raeburn  14561: => 'Change Course Page Preferences',
1.6       bisitz   14562: 
                   14563:    'Change Course Page Pref'
1.93      raeburn  14564: => 'Change Course Page Pref',
1.6       bisitz   14565: 
                   14566:    'No context.'
1.93      raeburn  14567: => 'No context.',
1.6       bisitz   14568: 
                   14569:    'unable to verify variable URL'
1.93      raeburn  14570: => 'unable to verify variable URL',
1.6       bisitz   14571: 
                   14572:    'Receipt'
1.93      raeburn  14573: => 'Receipt',
1.6       bisitz   14574: 
                   14575:    'Problems during Course Initialization'
1.93      raeburn  14576: => 'Problems during Course Initialization',
1.6       bisitz   14577: 
                   14578:    'Try Selecting Again'
1.93      raeburn  14579: => 'Try Selecting Again',
1.6       bisitz   14580: 
1.110     bisitz   14581:    'Invalid map: [_1]'
                   14582: => 'Invalid map: [_1]',
1.6       bisitz   14583: 
                   14584:    'Please either [_1]close this window[_2] or [_3]log in again[_4].'
1.93      raeburn  14585: => 'Please either [_1]close this window[_2] or [_3]log in again[_4].',
1.6       bisitz   14586: 
                   14587:    'Thank you for using LON-CAPA.'
1.9       zhu      14588: => '感谢您使用 LON-CAPA。',
1.6       bisitz   14589: 
                   14590:    'You have been successfully logged out.'
1.9       zhu      14591: => '您已成功退出。',
1.6       bisitz   14592: 
                   14593:    'You can [_1]close this window[_2] now.'
1.9       zhu      14594: => '您现在可以 [_1]关闭这个窗口[_2]。',
1.6       bisitz   14595: 
                   14596:    '[_1]Log in again[_2]'
1.9       zhu      14597: => '[_1]重新登录[_2]',
1.6       bisitz   14598: 
1.71      bisitz   14599:    'No matches found in resources.'
1.93      raeburn  14600: => 'No matches found in resources.',
1.71      bisitz   14601: 
                   14602:    'No matches found in postings.'
1.93      raeburn  14603: => 'No matches found in postings.',
1.71      bisitz   14604: 
                   14605:    'Unable to understand the search phrase [_1]. Please modify your search.'
1.93      raeburn  14606: => 'Unable to understand the search phrase [_1]. Please modify your search.',
1.71      bisitz   14607: 
                   14608:    'Unable to understand the search phrase [_1]: [_2]'
1.93      raeburn  14609: => 'Unable to understand the search phrase [_1]: [_2]',
1.71      bisitz   14610: 
                   14611:    '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   14612: => '搜寻无法完成,因为您没有足够的数据。您必须在搜索页面的搜索栏里填写关键词,从而使您的要求可以得到处理。', # '您没有填写足够的信息进行搜索的开始。您需要填写在有关领域在搜寻网页上,以便查询处理。'
1.6       bisitz   14613: 
                   14614:    'conditionally hidden'
1.18      zhu      14615: => '有条件的隐藏',
1.6       bisitz   14616: 
                   14617:    'Problem Parameters'
1.12      zhu      14618: => '问题参数',
1.6       bisitz   14619: 
                   14620:    'No group name provided.'
1.12      zhu      14621: => '没有组名称。',
1.6       bisitz   14622: 
                   14623:    'Invalid group name provided.'
1.12      zhu      14624: => '无效的组名称。',
1.6       bisitz   14625: 
                   14626:    'Invalid [_1]'
1.12      zhu      14627: => '无效的 [_1]', # ???
1.6       bisitz   14628: 
                   14629:    '"[_1]" is not the name of a valid group in this [_2].'
1.12      zhu      14630: => '"[_1]" 并非是一个有效的名称在本组 [_2].',
1.6       bisitz   14631: 
                   14632:    'You do not have privileges to view the membership roster in this group.'
1.12      zhu      14633: => '您没有权限以查看该组的会员名册。',
1.6       bisitz   14634: 
                   14635:    'Group membership status - [_1]'
1.12      zhu      14636: => '组会员状态: [_1]',
1.6       bisitz   14637: 
                   14638:    'group membership status - [_1]'
1.12      zhu      14639: => '组会员状态: [_1]',
1.6       bisitz   14640: 
                   14641:    'There are no membership data to display for this group.'
1.98      bisitz   14642: => '该组没有任何会员数据。',
1.6       bisitz   14643: 
                   14644:    'Membership status: '
1.12      zhu      14645: => '会员状态: ',
1.6       bisitz   14646: 
                   14647:    'There are no groups to display in this [_1].'
1.12      zhu      14648: => '没有任何组在此 [_1] 可以显示。', # ??? -> grouproster.pm
1.6       bisitz   14649: 
                   14650:    'Start Date'
1.10      zhu      14651: => '开始日期',
1.6       bisitz   14652: 
                   14653:    'End Date'
1.10      zhu      14654: => '结束日期',
1.6       bisitz   14655: 
                   14656:    'Functionality'
1.12      zhu      14657: => '功能',
1.6       bisitz   14658: 
                   14659:    'Privileges'
1.12      zhu      14660: => '权限',
1.6       bisitz   14661: 
                   14662:    'Any Membership status'
1.12      zhu      14663: => '任何会员状态',
1.6       bisitz   14664: 
                   14665:    'Active Member'
1.27      zhu      14666: => '活跃的会员',
1.6       bisitz   14667: 
                   14668:    'Former Member'
1.12      zhu      14669: => '以前的会员',
1.6       bisitz   14670: 
                   14671:    'Future Member'
1.12      zhu      14672: => '未来的会员',
1.6       bisitz   14673: 
                   14674:    'Group Folder - [_1]'
1.9       zhu      14675: => '组文件夹 - [_1]',
1.6       bisitz   14676: 
                   14677:    'Group homepage - [_1]'
1.9       zhu      14678: => '组网页 - [_1]',
1.6       bisitz   14679: 
                   14680:    'A support request has been sent to'
1.93      raeburn  14681: => 'A support request has been sent to',
1.6       bisitz   14682: 
                   14683:    'Your support request contained the following information'
1.93      raeburn  14684: => 'Your support request contained the following information',
1.6       bisitz   14685: 
                   14686:    'The following Cc e-mail address is invalid: '
1.93      raeburn  14687: => 'The following Cc e-mail address is invalid: ',
1.6       bisitz   14688: 
                   14689:    'The following Cc e-mail addresses are invalid: '
1.93      raeburn  14690: => 'The following Cc e-mail addresses are invalid: ',
1.6       bisitz   14691: 
                   14692:    '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  14693: => '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   14694: 
                   14695:    'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.'
1.93      raeburn  14696: => 'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.',
1.6       bisitz   14697: 
                   14698:    '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  14699: => '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   14700: 
                   14701:    'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].'
1.93      raeburn  14702: => 'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].',
1.6       bisitz   14703: 
                   14704:    'File does not have [_1] or [_2] starting tag'
1.93      raeburn  14705: => 'File does not have [_1] or [_2] starting tag',
1.6       bisitz   14706: 
                   14707:    'File does not have [_1] or [_2] ending tag'
1.93      raeburn  14708: => 'File does not have [_1] or [_2] ending tag',
1.6       bisitz   14709: 
1.94      raeburn  14710:    'File does not have [_1] ending tag'
                   14711: => 'File does not have [_1] ending tag',
                   14712: 
1.6       bisitz   14713:    'Example'
1.93      raeburn  14714: => 'Example',
1.6       bisitz   14715: 
                   14716:    'Algebraic Response Problems'
1.93      raeburn  14717: => 'Algebraic Response Problems',
1.6       bisitz   14718: 
                   14719:    'Chemistry Problems'
1.93      raeburn  14720: => 'Chemistry Problems',
1.6       bisitz   14721: 
                   14722:    'Free Form Problems'
1.93      raeburn  14723: => 'Free Form Problems',
1.6       bisitz   14724: 
                   14725:    'Handgraded Problems'
1.93      raeburn  14726: => 'Handgraded Problems',
1.6       bisitz   14727: 
                   14728:    'Miscellaneous'
1.93      raeburn  14729: => 'Miscellaneous',
1.6       bisitz   14730: 
                   14731:    'Multiple Choice Problems'
1.93      raeburn  14732: => 'Multiple Choice Problems',
1.6       bisitz   14733: 
                   14734:    'Numerical Problems'
1.93      raeburn  14735: => 'Numerical Problems',
1.6       bisitz   14736: 
                   14737:    'Language:'
                   14738: => '语言:',
                   14739: 
                   14740:    'Math Rendering:'
1.93      raeburn  14741: => 'Math Rendering:',
1.6       bisitz   14742: 
                   14743:    'Restrict Domain Coordinator Access'
1.93      raeburn  14744: => 'Restrict Domain Coordinator Access',
1.6       bisitz   14745: 
                   14746:    'By default, the Domain Coordinator can enter your construction space.'
1.93      raeburn  14747: => 'By default, the Domain Coordinator can enter your construction space.',
1.6       bisitz   14748: 
                   14749:    'Block access to construction space'
1.93      raeburn  14750: => 'Block access to construction space',
1.6       bisitz   14751: 
                   14752:    'jsMath'
                   14753: => 'jsMath',
                   14754: 
                   14755:    'tth (TeX to HTML)'
1.18      zhu      14756: => 'tth (TeX to HTML)',
1.6       bisitz   14757: 
                   14758:    'mimetex (Convert to Images)'
1.93      raeburn  14759: => 'mimetex (Convert to Images)',
1.6       bisitz   14760: 
                   14761:    'jsMath:'
                   14762: => 'jsMath:',
                   14763: 
                   14764:    'tth (TeX to HTML):'
1.18      zhu      14765: => 'tth (TeX to HTML):',
1.6       bisitz   14766: 
                   14767:    'mimetex (Convert to Images):'
1.93      raeburn  14768: => 'mimetex (Convert to Images):',
1.6       bisitz   14769: 
                   14770:    '[_1], [_2], or [_3]'
                   14771: => '[_1], [_2] 或者 [_3]',
                   14772: 
                   14773:    'internal, optional'
1.18      zhu      14774: => '内部的,可选的',
1.6       bisitz   14775: 
                   14776:    'user:domain,user:domain,...'
1.18      zhu      14777: => '用户名:域,用户名:域...',
1.6       bisitz   14778: 
                   14779:    'user:domain,user:domain(section;section;...;*;...),...'
1.70      zhu      14780: => '用户名:域,用户名:域(科,章节;...;*;...),...',
1.6       bisitz   14781: 
                   14782:    'user:domain,user:domain,*:domain'
1.18      zhu      14783: => '用户名:域,用户名:域,*:域',
1.6       bisitz   14784: 
                   14785:    'Course members with current access'
1.93      raeburn  14786: => 'Course members with current access',
1.6       bisitz   14787: 
                   14788:    'Course members with expired access'
1.93      raeburn  14789: => 'Course members with expired access',
1.6       bisitz   14790: 
                   14791:    'Course members with future access'
1.93      raeburn  14792: => 'Course members with future access',
1.6       bisitz   14793: 
                   14794:    'Other Roles'
                   14795: => '其他角色',
                   14796: 
                   14797:    'Select Author'
1.12      zhu      14798: => '选择作者',
1.6       bisitz   14799: 
                   14800:    'Non-standard Course'
1.12      zhu      14801: => '非标准课程',
1.6       bisitz   14802: 
                   14803:    'Switch course role to...'
                   14804: => '更改用户角色...',
                   14805: 
                   14806:    'Message'
1.22      zhu      14807: => '邮件',
1.6       bisitz   14808: 
                   14809:    'Time of change'
1.12      zhu      14810: => '更改时间',
1.6       bisitz   14811: 
                   14812:    'active'
1.27      zhu      14813: => '活跃的',
1.6       bisitz   14814: 
                   14815:    'previous'
1.27      zhu      14816: => '以前的',
1.6       bisitz   14817: 
                   14818:    'Access dates to apply for selected users'
1.93      raeburn  14819: => 'Access dates to apply for selected users',
1.6       bisitz   14820: 
                   14821:    'Changes in section affiliation to apply to selected users'
1.93      raeburn  14822: => 'Changes in section affiliation to apply to selected users',
1.6       bisitz   14823: 
                   14824:    '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  14825: => '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   14826: 
                   14827:    '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  14828: => '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   14829: 
                   14830:    "Retain each user's current section affiliations?"
1.93      raeburn  14831: => "Retain each user's current section affiliations?",
1.6       bisitz   14832: 
                   14833:    '(Does not apply to student roles).'
1.100     raeburn  14834: => '(Does not apply to student roles).',
1.6       bisitz   14835: 
                   14836:    '[_1]Show[_2] clicker id'
1.93      raeburn  14837: => '[_1]Show[_2] clicker id',
1.6       bisitz   14838: 
                   14839:    '[_1]Hide[_2] clicker id'
1.93      raeburn  14840: => '[_1]Hide[_2] clicker id',
1.6       bisitz   14841: 
                   14842:    'Catalog:'
                   14843: => '目录:',
                   14844: 
                   14845:    'Main Categories'
                   14846: => '主要类型',
                   14847: 
                   14848:    'Official courses (with institutional codes)'
                   14849: => '官方课程(带机构代码)',
                   14850: 
                   14851:    'Official courses'
                   14852: => '官方课程',
                   14853: 
                   14854:    'with institutional codes'
                   14855: => '带机构代码',
                   14856: 
                   14857:    'Self-enroll (if permitted)'
                   14858: => '自己报名(如果被允许)',
                   14859: 
                   14860:    'No ending date'
1.22      zhu      14861: => '无结束日期',
1.6       bisitz   14862: 
                   14863:    'From:[_1]'
1.93      raeburn  14864: => 'From:[_1]',
1.6       bisitz   14865: 
                   14866:    'To:[_1]'
1.93      raeburn  14867: => 'To:[_1]',
1.6       bisitz   14868: 
                   14869:    'Starts: [_1]'
1.22      zhu      14870: => '开始: [_1]',
1.6       bisitz   14871: 
                   14872:    'Ends: [_1]'
1.22      zhu      14873: => '结束: [_1]',
1.6       bisitz   14874: 
                   14875:    'Ended: [_1]'
1.93      raeburn  14876: => 'Ended: [_1]',
1.6       bisitz   14877: 
                   14878:    'Currently enabled'
1.93      raeburn  14879: => 'Currently enabled',
1.6       bisitz   14880: 
                   14881:    '[quant,_1,section:,sections:,No sections]'
1.99      raeburn  14882: => '[quant,_1,section:,sections:,No sections]',
1.6       bisitz   14883: 
                   14884:    'No information available for [_1].'
1.93      raeburn  14885: => 'No information available for [_1].',
1.6       bisitz   14886: 
                   14887:    'Self-enrollers:'
1.93      raeburn  14888: => 'Self-enrollers:',
1.6       bisitz   14889: 
                   14890:    'Choices:'
1.93      raeburn  14891: => 'Choices:',
1.6       bisitz   14892: 
                   14893:    'Configure User Self-enrollment'
1.70      zhu      14894: => '配置用户自助注册',
1.6       bisitz   14895: 
                   14896:    'View Change Logs'
1.98      bisitz   14897: => 'View Change Logs',
1.6       bisitz   14898: 
                   14899:    'View Log-in History'
1.98      bisitz   14900: => 'View Log-in History',
1.6       bisitz   14901: 
                   14902:    'Configure Self-enrollment'
1.70      zhu      14903: => '配置自助注册',
1.6       bisitz   14904: 
                   14905:    'Self-enrollment with a student role'
1.70      zhu      14906: => '自助注册一个学生角色',
1.6       bisitz   14907: 
                   14908:    'Users allowed to self-enroll in this course'
1.70      zhu      14909: => '用户可自行注册来参加此课程',
1.6       bisitz   14910: 
                   14911:    'Any user in any domain:'
1.70      zhu      14912: => '任何用户在任何域:',
1.6       bisitz   14913: 
                   14914:    'User types:'
1.70      zhu      14915: => '用户类型:',
1.6       bisitz   14916: 
                   14917:    'any'
1.10      zhu      14918: => '任意',
1.6       bisitz   14919: 
                   14920:    'Any Users'
1.10      zhu      14921: => '任何用户',
1.6       bisitz   14922: 
                   14923:    'Any users'
1.10      zhu      14924: => '任何用户',
1.6       bisitz   14925: 
                   14926:    'Others'
1.10      zhu      14927: => '其他',
1.6       bisitz   14928: 
                   14929:    'Additional domain:'
1.70      zhu      14930: => '其他域:',
1.6       bisitz   14931: 
                   14932:    'Users in additional domain:'
1.70      zhu      14933: => '用户在其他域:',
1.6       bisitz   14934: 
                   14935:    'Specific domain:'
1.70      zhu      14936: => '特定域:',
1.6       bisitz   14937: 
                   14938:    'Users in specific domain:'
1.70      zhu      14939: => '用户在其特定域:',
1.6       bisitz   14940: 
                   14941:    'Other domain:'
1.26      zhu      14942: => '其他域:',
1.6       bisitz   14943: 
                   14944:    'Users in other domain:'
1.70      zhu      14945: => '用户在其他域:',
1.6       bisitz   14946: 
                   14947:    'Restrict self-enrollment to students officially registered for the course'
1.70      zhu      14948: => '限制自助注册为正式注册的学生的课程',
1.6       bisitz   14949: 
                   14950:    'Dates self-enrollment available'
1.70      zhu      14951: => '自助注册期限',
1.6       bisitz   14952: 
                   14953:    'Starts'
1.70      zhu      14954: => '开始',
1.6       bisitz   14955: 
                   14956:    'Ends'
1.70      zhu      14957: => '结束',
1.6       bisitz   14958: 
                   14959:    'Course access dates assigned to self-enrolling users'
1.70      zhu      14960: => '课程访问日期分配给自助注册的用户',
1.6       bisitz   14961: 
                   14962:    'Section assigned to self-enrolling users'
1.70      zhu      14963: => '章节指派给自助注册用户',
1.6       bisitz   14964: 
                   14965:    'The following changes were made to self-enrollment settings:'
1.70      zhu      14966: => '进行了以下自助注册设置的更改:',
1.6       bisitz   14967: 
                   14968:    '[_1]: "[_2]" set to "[_3]".'
1.70      zhu      14969: => '[_1]: "[_2]" 设置为 "[_3]".',
1.6       bisitz   14970: 
                   14971:    '"[_1]" set to "[_2]".'
1.70      zhu      14972: => '"[_1]" 设置为 "[_2]".',
1.6       bisitz   14973: 
                   14974:    'No changes were made to the existing self-enrollment settings in this course.'
1.70      zhu      14975: => '现有的自助注册设置在该课程中未作任何修改。',
1.6       bisitz   14976: 
                   14977:    'Self-enrollment result'
1.70      zhu      14978: => '自助注册结果',
1.6       bisitz   14979: 
                   14980:    'Enroll in course'
1.70      zhu      14981: => '注册课程',
1.6       bisitz   14982: 
                   14983:    'Sections:'
1.70      zhu      14984: => '章节:',
1.6       bisitz   14985: 
                   14986:    'Self-enroll in course'
1.70      zhu      14987: => '自助注册参加课程',
1.6       bisitz   14988: 
                   14989:    'Self-enroll in a LON-CAPA course'
1.70      zhu      14990: => '自助注册参加LON-CAPA课程',
1.6       bisitz   14991: 
                   14992:    'Self-enroll'
1.70      zhu      14993: => '自助注册',
1.6       bisitz   14994: 
                   14995:    'Self-enroll in [_1]'
1.70      zhu      14996: => '自助注册到 [_1]',
1.6       bisitz   14997: 
                   14998:    'Self-enrollment error'
1.70      zhu      14999: => '自助注册错误',
1.6       bisitz   15000: 
                   15001:    'Invalid domain or course number'
1.26      zhu      15002: => '无效的域或课程数目',
1.6       bisitz   15003: 
                   15004:    'Self-enrollment unavailable'
1.70      zhu      15005: => '自助注册无法使用',
1.6       bisitz   15006: 
                   15007:    'Self-enrollment is restricted to students officially registered for this course.'
1.93      raeburn  15008: => 'Self-enrollment is restricted to students officially registered for this course.',
1.6       bisitz   15009: 
                   15010:    'Self-enrollment is not currently available for this course.'
1.93      raeburn  15011: => 'Self-enrollment is not currently available for this course.',
1.6       bisitz   15012: 
                   15013:    'Self-enrollment is not currently available in this course'
1.93      raeburn  15014: => 'Self-enrollment is not currently available in this course',
1.6       bisitz   15015: 
                   15016:    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.'
1.93      raeburn  15017: => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.',
1.6       bisitz   15018: 
                   15019:    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).'
1.93      raeburn  15020: => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).',
1.6       bisitz   15021: 
                   15022:    'Self-enrollment will become available starting [_1]; please enroll at that time.'
1.93      raeburn  15023: => 'Self-enrollment will become available starting [_1]; please enroll at that time.',
1.6       bisitz   15024: 
                   15025:    'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.'
1.93      raeburn  15026: => 'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.',
1.6       bisitz   15027: 
                   15028:    'Self-enrollment will become available starting [_1].'
1.93      raeburn  15029: => 'Self-enrollment will become available starting [_1].',
1.6       bisitz   15030: 
                   15031:    'The link to the requested page could not be followed.'
1.93      raeburn  15032: => 'The link to the requested page could not be followed.',
1.6       bisitz   15033: 
                   15034:    'The placeholder for the courseID is absent.'
1.93      raeburn  15035: => 'The placeholder for the courseID is absent.',
1.6       bisitz   15036: 
                   15037:    'LON-CAPA account required'
1.93      raeburn  15038: => 'LON-CAPA account required',
1.6       bisitz   15039: 
                   15040:    'You need to be logged into LON-CAPA to self-enroll in a course.'
1.93      raeburn  15041: => 'You need to be logged into LON-CAPA to self-enroll in a course.',
1.6       bisitz   15042: 
                   15043:    'If you have an account in LON-CAPA, [_1]log-in[_2].'
1.93      raeburn  15044: => 'If you have an account in LON-CAPA, [_1]log-in[_2].',
1.6       bisitz   15045: 
                   15046:    'Otherwise:'
1.93      raeburn  15047: => 'Otherwise:',
1.6       bisitz   15048: 
                   15049:    "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  15050: => "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   15051: 
                   15052:    'if you have an institutional login, [_1]create an account[_2]'
1.93      raeburn  15053: => 'if you have an institutional login, [_1]create an account[_2]',
1.6       bisitz   15054: 
                   15055:    'you can use an e-mail address to [_1]create an account[_2]'
1.93      raeburn  15056: => 'you can use an e-mail address to [_1]create an account[_2]',
1.6       bisitz   15057: 
                   15058:    'Otherwise, if you have an institutional login, [_1]create an account[_2].'
1.93      raeburn  15059: => 'Otherwise, if you have an institutional login, [_1]create an account[_2].',
1.6       bisitz   15060: 
                   15061:    'Otherwise, you will use an e-mail address to [_1]create an account[_2].'
1.93      raeburn  15062: => 'Otherwise, you will use an e-mail address to [_1]create an account[_2].',
1.6       bisitz   15063: 
                   15064:    "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account."
1.93      raeburn  15065: => "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account.",
1.6       bisitz   15066: 
                   15067:    'You will be able to self enroll in this course once the account has been created.'
1.93      raeburn  15068: => 'You will be able to self enroll in this course once the account has been created.',
1.6       bisitz   15069: 
                   15070:    'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.'
1.93      raeburn  15071: => 'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.',
1.6       bisitz   15072: 
                   15073:    '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  15074: => '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   15075: 
                   15076:    'You already have an active student role (section: "[_1]") in this course.'
1.93      raeburn  15077: => 'You already have an active student role (section: "[_1]") in this course.',
1.6       bisitz   15078: 
                   15079:    'You have a student role (section: "[_1]") in this course which will become active [_2].'
1.93      raeburn  15080: => 'You have a student role (section: "[_1]") in this course which will become active [_2].',
1.6       bisitz   15081: 
                   15082:    'Self-enrollment is restricted to officially registered students.'
1.93      raeburn  15083: => 'Self-enrollment is restricted to officially registered students.',
1.6       bisitz   15084: 
                   15085:    'As you are not currently registered for this course, self-enrollment is unavailable.'
1.93      raeburn  15086: => 'As you are not currently registered for this course, self-enrollment is unavailable.',
1.6       bisitz   15087: 
                   15088:    'The end date for access to this course for users who self-enroll has passed.'
1.93      raeburn  15089: => 'The end date for access to this course for users who self-enroll has passed.',
1.6       bisitz   15090: 
                   15091:    '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  15092: => '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   15093: 
                   15094:    'Self-enrollment in this course was successful.'
1.93      raeburn  15095: => 'Self-enrollment in this course was successful.',
1.6       bisitz   15096: 
                   15097:    'The start date for access to this course for users who self-enroll has yet to be reached.'
1.93      raeburn  15098: => 'The start date for access to this course for users who self-enroll has yet to be reached.',
1.6       bisitz   15099: 
                   15100:    '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  15101: => '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   15102: 
                   15103:    'Your new role is available immediately, and will provide access to the course until [_1].'
1.93      raeburn  15104: => 'Your new role is available immediately, and will provide access to the course until [_1].',
1.6       bisitz   15105: 
                   15106:    'Enrollment process complete'
1.93      raeburn  15107: => 'Enrollment process complete',
1.6       bisitz   15108: 
                   15109:    'Enrollment incomplete'
1.93      raeburn  15110: => 'Enrollment incomplete',
1.6       bisitz   15111: 
                   15112:    'Self-enrollment in this course failed.'
1.93      raeburn  15113: => 'Self-enrollment in this course failed.',
1.6       bisitz   15114: 
                   15115:    'You are not permitted to enroll yourself in this course.'
1.93      raeburn  15116: => 'You are not permitted to enroll yourself in this course.',
1.6       bisitz   15117: 
                   15118:    'Enter course now'
1.93      raeburn  15119: => 'Enter course now',
1.6       bisitz   15120: 
                   15121:    'other'
1.93      raeburn  15122: => 'other',
1.6       bisitz   15123: 
                   15124:    'Self-enrollment in this course is available to any user affiliated with [_1].'
1.93      raeburn  15125: => 'Self-enrollment in this course is available to any user affiliated with [_1].',
1.6       bisitz   15126: 
                   15127:    'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".'
1.93      raeburn  15128: => 'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".',
1.6       bisitz   15129: 
                   15130:    'Self-enrollment is not currently available for this course for users affiliated with [_1].'
1.93      raeburn  15131: => 'Self-enrollment is not currently available for this course for users affiliated with [_1].',
1.6       bisitz   15132: 
                   15133:    'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:'
1.93      raeburn  15134: => 'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:',
1.6       bisitz   15135: 
                   15136:    'Your registration status could not be verified.'
1.93      raeburn  15137: => 'Your registration status could not be verified.',
1.6       bisitz   15138: 
                   15139:    'Your registration status could not determined, because a problem occurred retrieving data.'
1.93      raeburn  15140: => 'Your registration status could not determined, because a problem occurred retrieving data.',
1.6       bisitz   15141: 
                   15142:    'As no institutional course sections are currently associated with this course, your registration status is undetermined.'
1.93      raeburn  15143: => 'As no institutional course sections are currently associated with this course, your registration status is undetermined.',
1.6       bisitz   15144: 
                   15145:    '[_1]Ad hoc[_2] roles in domain [_3] --'
1.98      bisitz   15146: => '[_1]Ad hoc[_2] roles in domain [_3] --',
1.6       bisitz   15147: 
                   15148:    'Assemble resources'
                   15149: => '布置课程内容',
                   15150: 
                   15151:    'Create, edit, modify and publish resources'
1.93      raeburn  15152: => 'Create, edit, modify and publish resources',
1.6       bisitz   15153: 
                   15154:    'Create, modify and delete course groups'
1.93      raeburn  15155: => 'Create, modify and delete course groups',
1.6       bisitz   15156: 
                   15157:    'View course groups'
1.12      zhu      15158: => '查看课程组',
1.6       bisitz   15159: 
                   15160:    'View student activity'
1.93      raeburn  15161: => 'View student activity',
1.6       bisitz   15162: 
                   15163:    'Show full details for each course ([_1] only)'
1.93      raeburn  15164: => 'Show full details for each course ([_1] only)',
1.6       bisitz   15165: 
                   15166:    'Include courses set to be hidden from catalog ([_1] only)'
1.93      raeburn  15167: => 'Include courses set to be hidden from catalog ([_1] only)',
1.6       bisitz   15168: 
                   15169:    'Include subcategories within "[_1]"'
1.18      zhu      15170: => '包含子类 "[_1]"',
1.6       bisitz   15171: 
                   15172:    'Only show courses which allow self-enrollment'
1.18      zhu      15173: => '只显示允许自行登记的课程',
1.6       bisitz   15174: 
                   15175:    'include subdirectories'
1.18      zhu      15176: => '包括子目录',
1.6       bisitz   15177: 
                   15178:    'force republication of previously published files'
1.93      raeburn  15179: => 'force republication of previously published files',
1.6       bisitz   15180: 
                   15181:    'make file(s) obsolete'
1.93      raeburn  15182: => 'make file(s) obsolete',
1.6       bisitz   15183: 
                   15184:    'force directory level catalog information over existing'
1.93      raeburn  15185: => 'force directory level catalog information over existing',
1.6       bisitz   15186: 
                   15187:    'Session could not be opened.'
1.93      raeburn  15188: => 'Session could not be opened.',
1.6       bisitz   15189: 
                   15190:    'The domain you provided is not a valid LON-CAPA domain.'
1.93      raeburn  15191: => 'The domain you provided is not a valid LON-CAPA domain.',
1.6       bisitz   15192: 
                   15193:    'Student Settings'
1.93      raeburn  15194: => 'Student Settings',
1.6       bisitz   15195: 
                   15196:    'Coordinator Settings'
1.93      raeburn  15197: => 'Coordinator Settings',
1.6       bisitz   15198: 
                   15199:    'Author Settings'
1.93      raeburn  15200: => 'Author Settings',
1.6       bisitz   15201: 
                   15202:    'Administrator Settings'
1.93      raeburn  15203: => 'Administrator Settings',
1.6       bisitz   15204: 
                   15205:    'Item'
1.93      raeburn  15206: => 'Item',
1.6       bisitz   15207: 
                   15208:    'Found [_1] without responses. This resource cannot be published.'
1.93      raeburn  15209: => 'Found [_1] without responses. This resource cannot be published.',
1.6       bisitz   15210: 
                   15211:    'LON-CAPA helpdesk'
1.93      raeburn  15212: => 'LON-CAPA helpdesk',
1.6       bisitz   15213: 
                   15214:    'Create a user account in LON-CAPA'
1.93      raeburn  15215: => 'Create a user account in LON-CAPA',
1.6       bisitz   15216: 
                   15217:    'Account creation unavailable'
1.93      raeburn  15218: => 'Account creation unavailable',
1.6       bisitz   15219: 
                   15220:    'Error creating token.'
1.93      raeburn  15221: => 'Error creating token.',
1.6       bisitz   15222: 
                   15223:    'Account creation'
1.93      raeburn  15224: => 'Account creation',
1.6       bisitz   15225: 
                   15226:    '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  15227: => '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   15228: 
                   15229:    '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  15230: => '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   15231: 
                   15232:    "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  15233: => "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   15234: 
                   15235:    "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  15236: => "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   15237: 
                   15238:    "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution."
1.93      raeburn  15239: => "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution.",
1.6       bisitz   15240: 
                   15241:    "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  15242: => "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   15243: 
                   15244:    'A LON-CAPA account may not be created with the username you use.'
1.93      raeburn  15245: => 'A LON-CAPA account may not be created with the username you use.',
1.6       bisitz   15246: 
                   15247:    'User Information'
1.93      raeburn  15248: => 'User Information',
1.6       bisitz   15249: 
                   15250:    'User information'
1.93      raeburn  15251: => 'User information',
1.6       bisitz   15252: 
                   15253:    'Review user information'
1.93      raeburn  15254: => 'Review user information',
1.6       bisitz   15255: 
                   15256:    '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  15257: => '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   15258: 
                   15259:    '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  15260: => '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   15261: 
                   15262:    '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  15263: => '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   15264: 
                   15265:    'Confirmation'
1.93      raeburn  15266: => 'Confirmation',
1.6       bisitz   15267: 
                   15268:    'Confirm that you wish to create an account.'
1.93      raeburn  15269: => 'Confirm that you wish to create an account.',
1.6       bisitz   15270: 
                   15271:    'New username'
1.93      raeburn  15272: => 'New username',
1.6       bisitz   15273: 
                   15274:    'Create account'
1.93      raeburn  15275: => 'Create account',
1.6       bisitz   15276: 
                   15277:    'You must enter a password'
1.93      raeburn  15278: => 'You must enter a password',
1.6       bisitz   15279: 
                   15280:    'The passwords you entered did not match.'
1.93      raeburn  15281: => 'The passwords you entered did not match.',
1.6       bisitz   15282: 
                   15283:    'Create account with a username provided by this institution'
1.93      raeburn  15284: => 'Create account with a username provided by this institution',
1.6       bisitz   15285: 
                   15286:    '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  15287: => '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   15288: 
                   15289:    'Type in your log-in ID and password to find out.'
1.93      raeburn  15290: => 'Type in your log-in ID and password to find out.',
1.6       bisitz   15291: 
                   15292:    'Log-in ID'
1.93      raeburn  15293: => 'Log-in ID',
1.6       bisitz   15294: 
                   15295:    'Create account with an e-mail address as your username'
1.93      raeburn  15296: => 'Create account with an e-mail address as your username',
1.6       bisitz   15297: 
                   15298:    '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  15299: => '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   15300: 
                   15301:    'Request LON-CAPA account'
1.93      raeburn  15302: => 'Request LON-CAPA account',
1.6       bisitz   15303: 
                   15304:    'Validation'
1.93      raeburn  15305: => 'Validation',
1.6       bisitz   15306: 
                   15307:    'Thank you for your request to create a new LON-CAPA account.'
1.93      raeburn  15308: => 'Thank you for your request to create a new LON-CAPA account.',
1.6       bisitz   15309: 
                   15310:    'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].'
1.93      raeburn  15311: => 'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].',
1.6       bisitz   15312: 
                   15313:    'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]'
1.93      raeburn  15314: => 'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]',
1.6       bisitz   15315: 
                   15316:    'A message has been sent to the e-mail address you provided.'
1.93      raeburn  15317: => 'A message has been sent to the e-mail address you provided.',
1.6       bisitz   15318: 
                   15319:    'The message includes the web address for the link you will use to complete the account creation process.'
1.93      raeburn  15320: => 'The message includes the web address for the link you will use to complete the account creation process.',
1.6       bisitz   15321: 
                   15322:    'The link included in the message will be valid for the next [_1]two[_2] hours.'
1.93      raeburn  15323: => 'The link included in the message will be valid for the next [_1]two[_2] hours.',
1.6       bisitz   15324: 
                   15325:    'An error occurred when sending a message to the e-mail address you provided.'
1.93      raeburn  15326: => 'An error occurred when sending a message to the e-mail address you provided.',
1.6       bisitz   15327: 
                   15328:    'An error occurred creating a token required for the account creation process.'
1.93      raeburn  15329: => 'An error occurred creating a token required for the account creation process.',
1.6       bisitz   15330: 
                   15331:    'Please contact the [_1] ([_2]) for assistance.'
1.93      raeburn  15332: => 'Please contact the [_1] ([_2]) for assistance.',
1.6       bisitz   15333: 
                   15334:    '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  15335: => '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   15336: 
                   15337:    'Sorry, the token generated when you requested creation of an account has expired.'
1.93      raeburn  15338: => 'Sorry, the token generated when you requested creation of an account has expired.',
1.6       bisitz   15339: 
                   15340:    'Sorry, the URL generated when you requested creation of an account contained incomplete information.'
1.93      raeburn  15341: => 'Sorry, the URL generated when you requested creation of an account contained incomplete information.',
1.6       bisitz   15342: 
                   15343:    '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  15344: => '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   15345: 
1.89      bisitz   15346:    '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  15347: => '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   15348: 
                   15349:    'A LON-CAPA account already exists for username [_1] at this institution ([_2]).'
1.93      raeburn  15350: => 'A LON-CAPA account already exists for username [_1] at this institution ([_2]).',
1.6       bisitz   15351: 
                   15352:    'The password entered was also correct so you have been logged in.'
1.93      raeburn  15353: => 'The password entered was also correct so you have been logged in.',
1.6       bisitz   15354: 
                   15355:    'Authentication failed'
1.93      raeburn  15356: => 'Authentication failed',
1.6       bisitz   15357: 
                   15358:    'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].'
1.93      raeburn  15359: => 'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].',
1.6       bisitz   15360: 
                   15361:    'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.'
1.93      raeburn  15362: => 'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.',
1.6       bisitz   15363: 
                   15364:    'A problem occurred when attempting to create your new LON-CAPA account.'
1.93      raeburn  15365: => 'A problem occurred when attempting to create your new LON-CAPA account.',
1.6       bisitz   15366: 
                   15367:    'Please provide user information and a password for your new account.'
1.93      raeburn  15368: => 'Please provide user information and a password for your new account.',
1.6       bisitz   15369: 
                   15370:    'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.'
1.93      raeburn  15371: => 'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.',
1.6       bisitz   15372: 
                   15373:    'Create LON-CAPA account'
1.93      raeburn  15374: => 'Create LON-CAPA account',
1.6       bisitz   15375: 
                   15376:    'Could not load javascript file [_1]'
1.93      raeburn  15377: => 'Could not load javascript file [_1]',
1.6       bisitz   15378: 
                   15379:    'Invalid ID format'
1.93      raeburn  15380: => 'Invalid ID format',
1.6       bisitz   15381: 
                   15382:    'An error occurred when storing a token'
1.93      raeburn  15383: => 'An error occurred when storing a token',
1.6       bisitz   15384: 
                   15385:    'You will not be able to proceed to the next stage of account creation'
1.93      raeburn  15386: => 'You will not be able to proceed to the next stage of account creation',
1.6       bisitz   15387: 
                   15388:    'A LON-CAPA account has been created for username: [_1] in domain: [_2].'
1.93      raeburn  15389: => 'A LON-CAPA account has been created for username: [_1] in domain: [_2].',
1.6       bisitz   15390: 
                   15391:    'Account creation failed for username: [_1] in domain: [_2].'
1.93      raeburn  15392: => 'Account creation failed for username: [_1] in domain: [_2].',
1.6       bisitz   15393: 
                   15394:    'User account creation is not available for the current default authentication type.'
1.93      raeburn  15395: => 'User account creation is not available for the current default authentication type.',
1.6       bisitz   15396: 
                   15397:    'The e-mail address you provided is already in use as a username at this institution.'
1.93      raeburn  15398: => 'The e-mail address you provided is already in use as a username at this institution.',
1.6       bisitz   15399: 
                   15400:    'Username rules at this institution do not allow the e-mail address you provided to be used as a username.'
1.93      raeburn  15401: => 'Username rules at this institution do not allow the e-mail address you provided to be used as a username.',
1.6       bisitz   15402: 
                   15403:    'The e-mail address you provided may not be used as a username at this LON-CAPA institution.'
1.93      raeburn  15404: => 'The e-mail address you provided may not be used as a username at this LON-CAPA institution.',
1.6       bisitz   15405: 
1.95      raeburn  15406:    'Validation of the code you entered failed.'
                   15407: => 'Validation of the code you entered failed.',
1.6       bisitz   15408: 
                   15409:    'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.'
1.93      raeburn  15410: => 'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.',
1.6       bisitz   15411: 
                   15412:    'Type in the letters/numbers shown below'
1.93      raeburn  15413: => 'Type in the letters/numbers shown below',
1.6       bisitz   15414: 
                   15415:    'You may need to reload the previous page to obtain a new token.'
1.93      raeburn  15416: => 'You may need to reload the previous page to obtain a new token.',
1.6       bisitz   15417: 
                   15418:    'Unable to retrieve your log-in information - unexpected context'
1.93      raeburn  15419: => 'Unable to retrieve your log-in information - unexpected context',
1.6       bisitz   15420: 
                   15421:    "Your e-mail address uses the same internet domain as your institution's LON-CAPA service."
1.93      raeburn  15422: => "Your e-mail address uses the same internet domain as your institution's LON-CAPA service.",
1.6       bisitz   15423: 
                   15424:    'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.'
1.93      raeburn  15425: => 'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.',
1.6       bisitz   15426: 
                   15427:    'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.'
1.93      raeburn  15428: => 'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.',
1.6       bisitz   15429: 
                   15430:    'Changes/page:'
1.63      zhu      15431: => '每页显示列数:',
1.6       bisitz   15432: 
                   15433:    'Window during which changes occurred:'
1.63      zhu      15434: => '在这个时期发生的变化:',
1.6       bisitz   15435: 
                   15436:    'This page is either empty or it only contains resources that are currently hidden'
1.93      raeburn  15437: => 'This page is either empty or it only contains resources that are currently hidden',
1.6       bisitz   15438: 
                   15439:    'Please use the LON-CAPA navigation arrows to move to another item in the course'
1.93      raeburn  15440: => 'Please use the LON-CAPA navigation arrows to move to another item in the course',
1.6       bisitz   15441: 
                   15442:    'Unable to modify requested student ([_1])'
1.93      raeburn  15443: => 'Unable to modify requested student ([_1])',
1.6       bisitz   15444: 
                   15445:    'Unable to grade requested sequence ([_1]).'
1.93      raeburn  15446: => 'Unable to grade requested sequence ([_1]).',
1.6       bisitz   15447: 
                   15448:    'No score was changed or updated.'
1.93      raeburn  15449: => 'No score was changed or updated.',
1.6       bisitz   15450: 
                   15451:    'The scores were changed for [quant,_1,problem].'
1.93      raeburn  15452: => 'The scores were changed for [quant,_1,problem].',
1.6       bisitz   15453: 
1.81      bisitz   15454:    '[_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   15455: => '[_1]Visit the [_2]Course/Community Catalog[_3] to view all [_4] LON-CAPA courses and communities.',
1.6       bisitz   15456: 
1.83      bisitz   15457:    '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.'
                   15458: => '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   15459: 
                   15460: #SD begin 2008-07-02
                   15461:    'When'
1.70      zhu      15462: => '什么时候',
1.6       bisitz   15463: 
                   15464:    'Who made the change'
1.70      zhu      15465: => '谁进行了修改',
1.6       bisitz   15466: 
                   15467:    'Changed User'
1.70      zhu      15468: => '改变用户',
1.6       bisitz   15469: 
                   15470:    'Context'
1.70      zhu      15471: => '概述',
1.6       bisitz   15472: 
                   15473:    'Context:'
1.70      zhu      15474: => '概述:',
1.6       bisitz   15475: 
                   15476:    'After:'
1.70      zhu      15477: => '之后:',
1.6       bisitz   15478: 
                   15479:    'Before:'
1.70      zhu      15480: => '之前:',
1.6       bisitz   15481: 
                   15482:    'User Changes'
1.70      zhu      15483: => '用户更改',
1.6       bisitz   15484: 
                   15485:    'For this user, the default quota would be [_1]'
1.70      zhu      15486: => '此使用者的默认的配额为[_1]',
1.6       bisitz   15487: 
                   15488:    'Search for a user and enroll as a student'
1.70      zhu      15489: => '搜索用户并注册为学生',
1.6       bisitz   15490: 
                   15491:    'username is known'
1.93      raeburn  15492: => 'username is known',
1.6       bisitz   15493: 
                   15494:    'Create a new user'
1.70      zhu      15495: => '创建一个新用户',
1.6       bisitz   15496: 
                   15497:    'Enroll'
1.70      zhu      15498: => '注册',
1.6       bisitz   15499: 
                   15500:    'User Search to enroll student'
1.93      raeburn  15501: => 'User Search to enroll student',
1.6       bisitz   15502: 
                   15503:    'Select a user to enroll as a student'
1.93      raeburn  15504: => 'Select a user to enroll as a student',
1.6       bisitz   15505: 
1.101     bisitz   15506:    'modify' #context? breadcrumb_text
1.93      raeburn  15507: => 'modify',
1.6       bisitz   15508: 
                   15509:    'as a student'
1.70      zhu      15510: => '作为一名学生',
1.6       bisitz   15511: 
                   15512:    'Set section/dates'
1.70      zhu      15513: => '设置章节/日期',
1.6       bisitz   15514: 
                   15515:    'Unknown'
1.93      raeburn  15516: => 'Unknown',
1.6       bisitz   15517: 
                   15518:    'You do not have privileges to assign co-author roles.'
1.93      raeburn  15519: => 'You do not have privileges to assign co-author roles.',
1.6       bisitz   15520: 
                   15521:    'This user has an unrecognized authentication scheme'
1.93      raeburn  15522: => 'This user has an unrecognized authentication scheme',
1.6       bisitz   15523: 
                   15524:    'Please alert a domain coordinator of this situation'
1.93      raeburn  15525: => 'Please alert a domain coordinator of this situation',
1.6       bisitz   15526: 
                   15527:    'Please specify login data below'
1.93      raeburn  15528: => 'Please specify login data below',
1.6       bisitz   15529: 
                   15530:    'No domain specified'
1.93      raeburn  15531: => 'No domain specified',
1.6       bisitz   15532: 
1.19      zhu      15533:    'Invalid domain name'
1.93      raeburn  15534: => 'Invalid domain name',
1.6       bisitz   15535: 
1.19      zhu      15536:    'Only letters, numbers, periods, dashes, and underscores are valid'
1.93      raeburn  15537: => 'Only letters, numbers, periods, dashes, and underscores are valid',
1.6       bisitz   15538: 
                   15539:    'You do not have the authority to modify this users authentification information'
1.93      raeburn  15540: => 'You do not have the authority to modify this users authentification information',
1.6       bisitz   15541: 
                   15542:    'New Student/Employee ID does not match existing ID for this user.'
1.93      raeburn  15543: => 'New Student/Employee ID does not match existing ID for this user.',
1.6       bisitz   15544: 
                   15545:    "Change is not permitted without checking the 'Force ID change' checkbox on the previous page."
1.93      raeburn  15546: => "Change is not permitted without checking the 'Force ID change' checkbox on the previous page.",
1.6       bisitz   15547: 
                   15548:    'Unable to successfully change environment for'
1.93      raeburn  15549: => 'Unable to successfully change environment for',
1.6       bisitz   15550: 
                   15551:    'No roles'
1.93      raeburn  15552: => 'No roles',
1.6       bisitz   15553: 
                   15554:    'The following fields were not updated: '
1.93      raeburn  15555: => 'The following fields were not updated: ',
1.6       bisitz   15556: 
                   15557:    "You do not have the authority to change this field given the user's current set of active/future [_1] roles:"
1.96      raeburn  15558: => "You do not have the authority to change this field given the user's current set of active/future [_1] roles:",
1.6       bisitz   15559: 
                   15560:    "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:"
1.96      raeburn  15561: => "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:",
1.6       bisitz   15562: 
1.49      bisitz   15563:    'Please contact your [_1]helpdesk[_2] for more information.'
1.93      raeburn  15564: => 'Please contact your [_1]helpdesk[_2] for more information.',
1.6       bisitz   15565: 
                   15566:    '<b>[_1]</b> enrolled'
1.70      zhu      15567: => '<b>[_1]</b> 注册的',
1.6       bisitz   15568: 
                   15569:    'in section [_1]'
1.93      raeburn  15570: => 'in section [_1]',
1.6       bisitz   15571: 
                   15572:    'Access starts immediately'
1.70      zhu      15573: => '访问立即开始',
1.6       bisitz   15574: 
                   15575:    'Access starts: '
1.70      zhu      15576: => '访问开始: ',
1.6       bisitz   15577: 
                   15578:    'ends: no ending date'
1.70      zhu      15579: => '结束:没有结束日期',
1.6       bisitz   15580: 
                   15581:    'ends: '
1.70      zhu      15582: => '结束: ',
1.6       bisitz   15583: 
                   15584:    '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  15585: => '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   15586: 
                   15587:    '(default)'
1.70      zhu      15588: => '(默认的)',
1.6       bisitz   15589: 
                   15590:    '(default for [_1])'
1.70      zhu      15591: => '(默认 [_1])',
1.6       bisitz   15592: 
                   15593:    'You are not authorized to make bulk changes to user roles'
1.93      raeburn  15594: => 'You are not authorized to make bulk changes to user roles',
1.6       bisitz   15595: 
                   15596:    'You do not have permission to modify dates or sections for users'
1.93      raeburn  15597: => 'You do not have permission to modify dates or sections for users',
1.6       bisitz   15598: 
                   15599:    'deleted'
1.93      raeburn  15600: => 'deleted',
1.6       bisitz   15601: 
                   15602:    'No start date'
1.10      zhu      15603: => '没有开始日期',
1.6       bisitz   15604: 
                   15605:    'Previous [_1] changes'
1.93      raeburn  15606: => 'Previous [_1] changes',
1.6       bisitz   15607: 
                   15608:    'Next [_1] changes'
1.93      raeburn  15609: => 'Next [_1] changes',
1.6       bisitz   15610: 
1.74      bisitz   15611:    'There are no records to display.'
                   15612: => '没有记录显示。',
                   15613: 
                   15614:    'There are no transactions to display.'
1.93      raeburn  15615: => 'There are no transactions to display.',
1.6       bisitz   15616: 
                   15617:    'Automated enrollment'
1.70      zhu      15618: => '自动注册',
1.6       bisitz   15619: 
                   15620:    'Roster Update'
1.70      zhu      15621: => '名册更新',
1.6       bisitz   15622: 
                   15623:    'Course Creation'
1.70      zhu      15624: => '创建课程',
1.6       bisitz   15625: 
                   15626:    'User Management in course'
1.70      zhu      15627: => '在课程中的用户管理',
1.6       bisitz   15628: 
                   15629:    'User Management in domain'
1.70      zhu      15630: => '在域中的用户管理',
1.6       bisitz   15631: 
                   15632:    'Self-enrolled'
1.70      zhu      15633: => '自助注册',
1.6       bisitz   15634: 
                   15635:    'Your search term must contain more than just spaces.'
1.93      raeburn  15636: => 'Your search term must contain more than just spaces.',
1.6       bisitz   15637: 
                   15638:    'this course'
1.70      zhu      15639: => '本课程',
1.6       bisitz   15640: 
                   15641:    'LON-CAPA domain: '
1.93      raeburn  15642: => 'LON-CAPA domain: ',
1.6       bisitz   15643: 
                   15644:    'the institutional directory for domain: '
1.93      raeburn  15645: => 'the institutional directory for domain: ',
1.6       bisitz   15646: 
1.49      bisitz   15647:    'Please contact the [_1]helpdesk[_2] if you need to create a new user.'
1.93      raeburn  15648: => 'Please contact the [_1]helpdesk[_2] if you need to create a new user.',
1.6       bisitz   15649: 
                   15650:    'Section for self-enrolled users unchanged as the proposed section is a group'
1.93      raeburn  15651: => 'Section for self-enrolled users unchanged as the proposed section is a group',
1.6       bisitz   15652: 
                   15653:    'Group names and section names must be distinct'
1.12      zhu      15654: => '组名称和章节的名称必须是不同的',
1.6       bisitz   15655: 
                   15656:    'Section for self-enrolled users unchanged, as "all" is a reserved section name.'
1.93      raeburn  15657: => 'Section for self-enrolled users unchanged, as "all" is a reserved section name.',
1.6       bisitz   15658: 
                   15659:    'An error occurred when saving changes to self-enrollment settings in this course.'
1.93      raeburn  15660: => 'An error occurred when saving changes to self-enrollment settings in this course.',
1.6       bisitz   15661: 
                   15662: #SD end 2008-07-02
                   15663: 
                   15664:    'Server Switch Required'
1.93      raeburn  15665: => 'Server Switch Required',
1.6       bisitz   15666: 
                   15667:    'Construction Space access is only available from the home server of the corresponding Author.'
1.93      raeburn  15668: => 'Construction Space access is only available from the home server of the corresponding Author.',
1.6       bisitz   15669: 
                   15670:    "Click the 'Switch Server' link to go there."
1.93      raeburn  15671: => "Click the 'Switch Server' link to go there.",
1.6       bisitz   15672: 
                   15673:    'Default in use:'
1.70      zhu      15674: => '默认情况下使用:',
1.6       bisitz   15675: 
1.89      bisitz   15676:    'Self-creation of account by users with status: [_1]'
1.93      raeburn  15677: => 'Self-creation of account by users with status: [_1]',
1.6       bisitz   15678: 
                   15679:    'modifiable fields (if institutional data blank): '
1.98      bisitz   15680: => 'modifiable fields (if institutional data blank): ',
1.6       bisitz   15681: 
                   15682:    'Source Code'
1.93      raeburn  15683: => 'Source Code',
1.6       bisitz   15684: 
                   15685:    'Copy Problem Source Code to Construction Space'
1.93      raeburn  15686: => 'Copy Problem Source Code to Construction Space',
1.6       bisitz   15687: 
                   15688:    'Please enter the directory that you would like the source code to go into.'
1.93      raeburn  15689: => 'Please enter the directory that you would like the source code to go into.',
1.6       bisitz   15690: 
                   15691:    'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.'
1.93      raeburn  15692: => 'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.',
1.6       bisitz   15693: 
                   15694:    'shared_source'
1.93      raeburn  15695: => 'shared_source',
1.6       bisitz   15696: 
                   15697:    'Copy to Construction Space'
1.93      raeburn  15698: => 'Copy to Construction Space',
1.6       bisitz   15699: 
1.99      raeburn  15700:    '[_1]W[_2]ARNING' 
                   15701: => '[_1]W[_2]ARNING',
1.6       bisitz   15702: 
                   15703:    'At end of file some tags were still left unclosed:'
1.93      raeburn  15704: => 'At end of file some tags were still left unclosed:',
1.6       bisitz   15705: 
                   15706:    'Unable to save file [_1]'
1.93      raeburn  15707: => 'Unable to save file [_1]',
1.6       bisitz   15708: 
                   15709:    'Warnings and Errors'
1.93      raeburn  15710: => 'Warnings and Errors',
1.6       bisitz   15711: 
                   15712:    'Edit Math'
1.93      raeburn  15713: => 'Edit Math',
1.6       bisitz   15714: 
                   15715:    'DragMath Latex Equation Editor'
1.113     bisitz   15716: => 'DragMath Latex Equation Editor',
1.6       bisitz   15717: 
                   15718:    '[_1]Return[_2] to editing resource.'
1.98      bisitz   15719: => '[_1]Return[_2] to editing resource.',
1.6       bisitz   15720: 
                   15721:    'Counting pages for student: [_1]'
1.93      raeburn  15722: => 'Counting pages for student: [_1]',
1.6       bisitz   15723: 
                   15724:    'LaTeX could not successfully parse your tex file.'
1.93      raeburn  15725: => 'LaTeX could not successfully parse your tex file.',
1.6       bisitz   15726: 
                   15727:    'It probably has errors in it.'
1.93      raeburn  15728: => 'It probably has errors in it.',
1.6       bisitz   15729: 
                   15730:    'Here are the error messages in the LaTeX log file:'
1.93      raeburn  15731: => 'Here are the error messages in the LaTeX log file:',
1.6       bisitz   15732: 
                   15733:    'There are errors in [_1].'
1.93      raeburn  15734: => 'There are errors in [_1].',
1.6       bisitz   15735: 
                   15736:    'There are errors.'
1.93      raeburn  15737: => 'There are errors.',
1.6       bisitz   15738: 
                   15739:    'These errors prevent this resource from printing correctly.'
1.93      raeburn  15740: => 'These errors prevent this resource from printing correctly.',
1.6       bisitz   15741: 
                   15742:    'A message has been sent to the instructor describing this failure.'
1.93      raeburn  15743: => 'A message has been sent to the instructor describing this failure.',
1.6       bisitz   15744: 
                   15745:    'You are running LaTeX in [_1]batch mode[_2].'
1.93      raeburn  15746: => 'You are running LaTeX in [_1]batch mode[_2].',
1.6       bisitz   15747: 
                   15748:    'It has found an error in [_1][_2]and corrected it.'
1.93      raeburn  15749: => 'It has found an error in [_1][_2]and corrected it.',
1.6       bisitz   15750: 
                   15751:    '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   15752: => '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   15753: 
                   15754:    'The link to [_1]Your log file[_2]'
1.93      raeburn  15755: => 'The link to [_1]Your log file[_2]',
1.6       bisitz   15756: 
                   15757:    'The link to [_1]Your original LaTeX file[_2]'
1.93      raeburn  15758: => 'The link to [_1]Your original LaTeX file[_2]',
1.6       bisitz   15759: 
                   15760:    'bomb'
1.93      raeburn  15761: => 'bomb',
1.6       bisitz   15762: 
                   15763:    'Output Tags'
1.93      raeburn  15764: => 'Output Tags',
1.6       bisitz   15765: 
                   15766:    'WARNING: Cannot connect to database!'
1.70      zhu      15767: => '警告:无法连接到数据库!',
1.6       bisitz   15768: 
                   15769:    'Error occurred saving new values in metadata table in LON-CAPA database!'
1.70      zhu      15770: => '保存新值数据表到LON-CAPA数据库中时发生错误!',
1.6       bisitz   15771: 
1.81      bisitz   15772:    'Your course/community currently appears in the Course/Community Catalog for this domain.'
1.93      raeburn  15773: => 'Your course/community currently appears in the Course/Community Catalog for this domain.',
1.6       bisitz   15774: 
                   15775:    '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   15776: => '课程可自我编目的基础的研究所代码(例如, inf_20112012_math1 )或可通过域的定义分配类别界定。',
1.6       bisitz   15777: 
1.81      bisitz   15778:    'Your course/community does not currently appear in the Course/Community Catalog for this domain.'
1.93      raeburn  15779: => 'Your course/community does not currently appear in the Course/Community Catalog for this domain.',
1.6       bisitz   15780: 
                   15781:    'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.'
1.93      raeburn  15782: => 'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.',
1.6       bisitz   15783: 
                   15784:    '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  15785: => '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   15786: 
                   15787:    'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:'
1.93      raeburn  15788: => 'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:',
1.6       bisitz   15789: 
                   15790:    'Take the following action to ensure the course appears in the Catalog:'
1.93      raeburn  15791: => 'Take the following action to ensure the course appears in the Catalog:',
1.6       bisitz   15792: 
                   15793:    'Ask a domain coordinator to change the "Exclude from course catalog" setting.'
1.93      raeburn  15794: => 'Ask a domain coordinator to change the "Exclude from course catalog" setting.',
1.6       bisitz   15795: 
                   15796:    'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".'
1.93      raeburn  15797: => 'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".',
1.6       bisitz   15798: 
                   15799:    'Ask a domain coordinator to assign an institutional code (if this is an official course).'
1.93      raeburn  15800: => 'Ask a domain coordinator to assign an institutional code (if this is an official course).',
1.6       bisitz   15801: 
                   15802:    'Ask a domain coordinator to enable or create at least one course category in the domain.'
1.93      raeburn  15803: => 'Ask a domain coordinator to enable or create at least one course category in the domain.',
1.6       bisitz   15804: 
                   15805:    'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.'
1.93      raeburn  15806: => 'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.',
1.6       bisitz   15807: 
                   15808:    '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  15809: => '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   15810: 
                   15811:    'Ask a domain coordinator to assign a category to the course.'
1.93      raeburn  15812: => 'Ask a domain coordinator to assign a category to the course.',
1.6       bisitz   15813: 
1.93      raeburn  15814:    'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.'
                   15815: => 'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.',
1.6       bisitz   15816: 
                   15817:    '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  15818: => '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   15819: 
                   15820:    'Use [_1]Set course environment[_2] to assign a category to the course.'
1.93      raeburn  15821: => 'Use [_1]Set course environment[_2] to assign a category to the course.',
1.6       bisitz   15822: 
                   15823:    'You are able to both assign a course category and choose to exclude this course from the catalog.'
1.93      raeburn  15824: => 'You are able to both assign a course category and choose to exclude this course from the catalog.',
1.6       bisitz   15825: 
                   15826:    '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  15827: => '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   15828: 
                   15829:    'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.'
1.93      raeburn  15830: => 'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.',
1.6       bisitz   15831: 
                   15832:    'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.'
1.93      raeburn  15833: => 'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.',
1.6       bisitz   15834: 
                   15835:    "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  15836: => "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   15837: 
                   15838:    'You can only use this screen to select courses in the current domain.'
1.93      raeburn  15839: => 'You can only use this screen to select courses in the current domain.',
1.6       bisitz   15840: 
1.41      bisitz   15841:    '[_1]Your Excel spreadsheet[_2] is ready for download.'
1.101     bisitz   15842: => '[_1]Your Excel spreadsheet[_2] is ready for download.',
1.6       bisitz   15843: 
1.41      bisitz   15844:    '[_1]Your CSV file[_2] is ready for download.'
1.101     bisitz   15845: => '[_1]Your CSV file[_2] is ready for download.',
1.6       bisitz   15846: 
                   15847:    'Name (username)'
1.93      raeburn  15848: => 'Name (username)',
1.6       bisitz   15849: 
                   15850:    'Grades Assigned'
1.93      raeburn  15851: => 'Grades Assigned',
1.6       bisitz   15852: 
                   15853:    'Comments'
1.18      zhu      15854: => '注释',
1.6       bisitz   15855: 
                   15856:    'No Course Data'
1.93      raeburn  15857: => 'No Course Data',
1.6       bisitz   15858: 
                   15859:    'Error getting student data ([_1])'
1.93      raeburn  15860: => 'Error getting student data ([_1])',
1.6       bisitz   15861: 
                   15862:    'Score'
1.93      raeburn  15863: => 'Score',
1.6       bisitz   15864: 
1.77      bisitz   15865:    'score'
1.93      raeburn  15866: => 'score',
1.77      bisitz   15867: 
1.6       bisitz   15868:    'Display Options'
1.36      zhu      15869: => '显示选项',
1.6       bisitz   15870: 
                   15871:    'This role has section(s) associated with it.'
1.93      raeburn  15872: => 'This role has section(s) associated with it.',
1.6       bisitz   15873: 
                   15874:    'Enter a specific section.'
1.93      raeburn  15875: => 'Enter a specific section.',
1.6       bisitz   15876: 
                   15877:    'Enter a specific section, or leave blank for no section.'
1.93      raeburn  15878: => 'Enter a specific section, or leave blank for no section.',
1.6       bisitz   15879: 
                   15880:    'Available sections are:'
1.93      raeburn  15881: => 'Available sections are:',
1.6       bisitz   15882: 
                   15883:    'You entered an invalid section choice:'
1.93      raeburn  15884: => 'You entered an invalid section choice:',
1.6       bisitz   15885: 
                   15886:    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3] domain.'
1.56      zhu      15887: => '您不妨联系[_2][_3]域的[_1] LON-CAPA 求助。',
1.6       bisitz   15888: 
                   15889:    '([_1] time zone)'
1.9       zhu      15890: => '(时区 [_1])',
1.6       bisitz   15891: 
                   15892:    'Selecting an Author'
1.93      raeburn  15893: => 'Selecting an Author',
1.6       bisitz   15894: 
                   15895:    'Invalid domain'
1.26      zhu      15896: => '无效域',
1.6       bisitz   15897: 
                   15898:    'There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.'
1.93      raeburn  15899: => 'There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.',
1.6       bisitz   15900: 
                   15901:    'You do not have a domain coordinator role in domain: [_1], so you cannot choose a Construction space for which you can assume a co-author role.'
1.93      raeburn  15902: => 'You do not have a domain coordinator role in domain: [_1], so you cannot choose a Construction space for which you can assume a co-author role.',
1.6       bisitz   15903: 
                   15904:    'You do not have a domain coordinator role, so you cannot choose a Construction space for which you can assume a co-author role.'
1.93      raeburn  15905: => 'You do not have a domain coordinator role, so you cannot choose a Construction space for which you can assume a co-author role.',
1.6       bisitz   15906: 
                   15907:    'There are no author roles currently in domain: [_1], so there are no Construction spaces for which you can assume a co-author role.'
1.93      raeburn  15908: => 'There are no author roles currently in domain: [_1], so there are no Construction spaces for which you can assume a co-author role.',
1.6       bisitz   15909: 
1.83      bisitz   15910:    'As your session file for the course or community has expired, you will need to re-select it.'
1.93      raeburn  15911: => 'As your session file for the course or community has expired, you will need to re-select it.', # '当>您的课程已过期,您将需要重新选择课程。',
1.6       bisitz   15912: 
                   15913:    '[quant,_1,yr]'
1.99      raeburn  15914: => '[quant,_1,yr]',
1.6       bisitz   15915: 
                   15916:    '[quant,_1,mth]'
1.99      raeburn  15917: => '[quant,_1,mth]',
1.6       bisitz   15918: 
                   15919:    '[quant,_1,hr]'
1.99      raeburn  15920: => '[quant,_1,hr]',
1.6       bisitz   15921: 
                   15922:    '[quant,_1,min]'
1.99      raeburn  15923: => '[quant,_1,min]',
1.6       bisitz   15924: 
                   15925:    '[quant,_1,sec]'
1.99      raeburn  15926: => '[quant,_1,sec]',
1.6       bisitz   15927: 
                   15928:    'Loading student data...'
1.18      zhu      15929: => '检索学生数据...',
1.6       bisitz   15930: 
                   15931:    'Options'
1.18      zhu      15932: => '选项',
1.6       bisitz   15933: 
                   15934:    'Time Period'
1.18      zhu      15935: => '周期',
1.6       bisitz   15936: 
1.111     bisitz   15937:    'Resource is undefined.'
                   15938: => 'Resource is undefined.',
1.6       bisitz   15939: 
                   15940:    'Plot Graph'
1.93      raeburn  15941: => 'Plot Graph',
1.6       bisitz   15942: 
                   15943:    'Download'
1.18      zhu      15944: => '下载',
1.6       bisitz   15945: 
                   15946:    'PDF File'
1.18      zhu      15947: => 'PDF 文档',
1.6       bisitz   15948: 
                   15949:    'Zip File'
1.18      zhu      15950: => 'ZIP 文档',
1.6       bisitz   15951: 
                   15952:    'File Size (Bytes)'
1.18      zhu      15953: => '文件大小 (Bytes)',
1.6       bisitz   15954: 
                   15955:    'Contents'
1.18      zhu      15956: => '内容',
1.6       bisitz   15957: 
                   15958:    'Problem Type'
1.12      zhu      15959: => '问题类型',
1.6       bisitz   15960: 
                   15961:    'not in this course'
1.93      raeburn  15962: => 'not in this course',
1.6       bisitz   15963: #Start: redesigned menus
                   15964: #lonparmset.pm
1.18      zhu      15965: 
1.6       bisitz   15966:    'Edit environment settings for this course.'
1.93      raeburn  15967: => 'Edit environment settings for this course.',
1.6       bisitz   15968: 
                   15969:    'Portfolio Metadata'
1.27      zhu      15970: => '元数据-组合',
1.6       bisitz   15971: 
                   15972:    'Settings for this Course'
1.27      zhu      15973: => '设置这门课程',
1.6       bisitz   15974: 
                   15975:    'New and Existing Parameter Settings for Resources'
1.27      zhu      15976: => '新的和现有资源的参数设置',
1.6       bisitz   15977: 
                   15978:    'Edit Resource Parameters - Helper Mode'
1.27      zhu      15979: => '编辑源参数 - 辅助模式',
1.6       bisitz   15980: 
                   15981:    'Edit Resource Parameters - Overview Mode'
1.27      zhu      15982: => '编辑资源参数 - 概况模式',
1.6       bisitz   15983: 
                   15984:    'Edit Resource Parameters - Table Mode'
1.27      zhu      15985: => '编辑资源参数 - 表模式',
1.6       bisitz   15986: 
                   15987:    'Existing Parameter Settings for Resources'
1.27      zhu      15988: => '现有资源的参数设置',
1.6       bisitz   15989: 
                   15990:    'Change Log'
1.27      zhu      15991: => '变更记录',
1.6       bisitz   15992: 
                   15993:    'Restrict metadata for this course.'
1.93      raeburn  15994: => 'Restrict metadata for this course.',
1.6       bisitz   15995: 
                   15996:    'Manage slots for this course.'
1.93      raeburn  15997: => 'Manage slots for this course.',
1.6       bisitz   15998: 
                   15999:    'Reset access times for folders/maps, resources or the course.'
1.93      raeburn  16000: => 'Reset access times for folders/maps, resources or the course.',
1.6       bisitz   16001: 
                   16002:    'Set default actions for parameters.'
1.93      raeburn  16003: => 'Set default actions for parameters.',
1.6       bisitz   16004: 
                   16005:    'Set/Modify resource parameters in helper mode.'
1.93      raeburn  16006: => 'Set/Modify resource parameters in helper mode.',
1.6       bisitz   16007: 
                   16008:    'Set/Modify resource parameters in table mode.'
1.93      raeburn  16009: => 'Set/Modify resource parameters in table mode.',
1.6       bisitz   16010: 
                   16011:    'Set/Modify resource parameters in overview mode.'
1.93      raeburn  16012: => 'Set/Modify resource parameters in overview mode.',
1.6       bisitz   16013: 
                   16014:    'Set/Modify existing resource parameters in overview mode.'
1.93      raeburn  16015: => 'Set/Modify existing resource parameters in overview mode.',
1.6       bisitz   16016: 
                   16017:    'View parameter and course blog posting/user notification change log.'
1.93      raeburn  16018: => 'View parameter and course blog posting/user notification change log.',
1.6       bisitz   16019: #lonpreferences.pm
                   16020: 
                   16021:    'Screen Name'
                   16022: => '昵称',
                   16023: 
1.63      zhu      16024:    'Screenname'
                   16025: => '昵称',
                   16026: 
                   16027:    'Nickname'
                   16028: => '昵称',
                   16029: 
1.55      zhu      16030:    'Messages &amp; Notifications'
1.22      zhu      16031: => '邮件&公告',
1.6       bisitz   16032: 
                   16033:    'Discussion Display'
1.9       zhu      16034: => '讨论显示',
1.6       bisitz   16035: 
                   16036:    'Page Display Settings'
                   16037: => '页面显示设置',
                   16038: 
                   16039:    'Color Scheme'
                   16040: => '颜色方案',
                   16041: 
                   16042:    'Menu Display'
                   16043: => '菜单显示',
                   16044: 
                   16045:    'Content Display Settings'
1.9       zhu      16046: => '内容显示设置',
1.6       bisitz   16047: 
                   16048:    'WYSIWYG Editor'
                   16049: => 'WYSIWYG-编辑器',
                   16050: 
                   16051:    'Roles Page'
1.9       zhu      16052: => '角色页面',
1.6       bisitz   16053: 
                   16054:    'Display of Scientific Equations'
1.55      zhu      16055: => '显示科学公式',
1.6       bisitz   16056: 
                   16057:    'Edit information about yourself that should be displayed on your public profile.'
1.93      raeburn  16058: => 'Edit information about yourself that should be displayed on your public profile.',
1.6       bisitz   16059: 
                   16060:    'Change the name that is displayed in your posts.'
1.18      zhu      16061: => '变更在您的讨论中的名称。',
1.6       bisitz   16062: 
                   16063:    'Change LON-CAPA default colors.'
1.93      raeburn  16064: => 'Change LON-CAPA default colors.',
1.6       bisitz   16065: 
                   16066:    'Change messageforwarding or notifications settings.'
1.93      raeburn  16067: => 'Change messageforwarding or notifications settings.',
1.6       bisitz   16068: 
                   16069:    'Choose the default language for this user.'
1.98      bisitz   16070: => 'Choose the default language for this user.',
1.6       bisitz   16071: 
                   16072:    'Enable or disable the WYSIWYG-Editor.'
1.93      raeburn  16073: => 'Enable or disable the WYSIWYG-Editor.',
1.6       bisitz   16074: 
                   16075:    'Configure the roles hotlist.'
1.93      raeburn  16076: => 'Configure the roles hotlist.',
1.6       bisitz   16077: 
                   16078:    'Change how Scientific Equations are displayed.'
1.9       zhu      16079: => '改变如何显示科学方程。',
1.6       bisitz   16080: 
                   16081:    'Register your clicker.'
1.9       zhu      16082: => '登记您的应答设备 (遥控).',
1.6       bisitz   16083: 
                   16084:    'Change your password.'
1.9       zhu      16085: => '更改您的密码。',
1.6       bisitz   16086: 
                   16087:    'Launch the remote control for LON-CAPA.'
1.93      raeburn  16088: => 'Launch the remote control for LON-CAPA.',
1.6       bisitz   16089: 
                   16090:    'Collapse the remote control for LON-CAPA.'
1.93      raeburn  16091: => 'Collapse the remote control for LON-CAPA.',
1.6       bisitz   16092: 
                   16093:    'Restrict domain coordinator access.'
1.93      raeburn  16094: => 'Restrict domain coordinator access.',
1.6       bisitz   16095: 
                   16096:    'Set the default page to be displayed when you select a course role.'
1.98      bisitz   16097: => 'Set the default page to be displayed when you select a course role.',
1.6       bisitz   16098: 
                   16099:    'Toggle Debug Messages.'
1.93      raeburn  16100: => 'Toggle Debug Messages.',
1.6       bisitz   16101: 
                   16102:    'Change whether the menus are displayed with buttons, icons or icons and text.'
1.93      raeburn  16103: => 'Change whether the menus are displayed with buttons, icons or icons and text.',
1.6       bisitz   16104:    'Course Initialization'
1.36      zhu      16105: => '课程初始化',
1.6       bisitz   16106: #loncreateuser.pm
1.69      droeschl 16107:    'Single Users'
1.70      zhu      16108: => '单用户',
1.6       bisitz   16109: 
                   16110:    'Upload a CSV or a text file containing users.'
1.70      zhu      16111: => '课程参加者上传CSV或文本文件。',
1.6       bisitz   16112: 
                   16113:    'Add a user with a certain role to this course.'
1.70      zhu      16114: => '添加一个具有特定的角色的用户到这门课程中。',
1.6       bisitz   16115: 
1.69      droeschl 16116:    'Add/Modify a Student'
1.79      bisitz   16117: => '添加/修改学生',
1.6       bisitz   16118: 
                   16119:    'Add a user with the role student to this course.'
1.70      zhu      16120: => '添加一个用户到课程中,作为学生角色。',
1.6       bisitz   16121: 
                   16122:    'Configuration'
1.28      zhu      16123: => '设置',
1.6       bisitz   16124: 
                   16125:    'Automated enrollment manager.'
1.70      zhu      16126: => '管理自助注册',
1.6       bisitz   16127: 
1.83      bisitz   16128:    'Self-Enrollment'
1.93      raeburn  16129: => 'Self-Enrollment',
1.83      bisitz   16130: 
1.6       bisitz   16131:    'User Self-Enrollment'
1.70      zhu      16132: => '用户自助注册',
1.6       bisitz   16133: 
1.83      bisitz   16134:    'Configure user self-enrollment.'
1.70      zhu      16135: => '配置用户自助注册。',
1.6       bisitz   16136: 
                   16137:    'Manage course groups.'
1.12      zhu      16138: => '管理课程组。',
1.6       bisitz   16139: 
                   16140:    'Change Logs'
1.28      zhu      16141: => '更改记录',
1.6       bisitz   16142: 
                   16143:    'View change log.'
1.28      zhu      16144: => '显示更改记录。',
1.6       bisitz   16145: 
                   16146:    'Administration'
1.28      zhu      16147: => '管理',
1.6       bisitz   16148: 
1.69      droeschl 16149:    'Manage Course Users'
1.70      zhu      16150: => '用户课程管理',
1.6       bisitz   16151: 
                   16152:    'Show and manage users of this course.'
1.70      zhu      16153: => '查看和管理这门课程的用户。',
1.6       bisitz   16154: 
                   16155:    'Remove a student from this course.'
1.70      zhu      16156: => '从这门课程中移除一名学生。',
1.6       bisitz   16157: 
                   16158:    'Custom Roles'
1.28      zhu      16159: => '自定义角色',
1.6       bisitz   16160: 
                   16161:    'Configure a custom role.'
1.70      zhu      16162: => '配置自定义角色。',
                   16163: 
                   16164:    'Multiple Users'
                   16165: => '多用户',
                   16166: 
1.6       bisitz   16167: #lonstatistics.pm
                   16168:    'Statistics and Analyses'
1.70      zhu      16169: => '统计与分析',
1.6       bisitz   16170: 
                   16171:    'Plots'
1.70      zhu      16172: => '图表',
1.6       bisitz   16173: 
                   16174:    'Reports'
1.28      zhu      16175: => '报告',
1.6       bisitz   16176: 
1.18      zhu      16177:    'Personal Homepage'
                   16178: => '个人主页',
                   16179: 
1.56      zhu      16180:    'Link Name:'
                   16181: => '连接的名字:',
                   16182: 
                   16183:    'Address:'
                   16184: => '地址:',
                   16185: 
1.18      zhu      16186:    'Link Name'
1.56      zhu      16187: => '连接的名字',
1.18      zhu      16188: 
                   16189:    'Address'
1.56      zhu      16190: => '地址',
1.18      zhu      16191: 
                   16192:    'Broadcast to Active Members'
1.27      zhu      16193: => '通知活跃的会员',
1.18      zhu      16194: 
1.19      zhu      16195:    'Thank you for your input!'
                   16196: => '非常感谢您的评估!',
                   16197: 
                   16198:    'Saving feedback: [_1]'
                   16199: => '保存到信息反馈: [_1]',
                   16200: 
                   16201:    'Logging first evaluation'
                   16202: => '登录到首次评估',
                   16203: 
                   16204:    '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.'
                   16205: => 'WYSIWYG 编辑器仅支持简单的 HTML,并且在许多情况下不适合复杂的创作。在一些情况下,它可能破坏复杂的创作及 LaTeX 和脚本函数的调用。',
                   16206: 
                   16207:    'Special Admin Options'
                   16208: => '特别管理选项',
                   16209: 
                   16210:    'Discussion postings'
                   16211: => '讨论帖子',
                   16212: 
1.22      zhu      16213:    'Currently using [_1] of the [_2] available.'
                   16214: => '目前使用 [_1] ,在 [_2] 可用中。',
                   16215: 
                   16216:    'Registering clickers: [_1]'
                   16217: => '注册的“遥控”号码为: [_1]',
                   16218: 
                   16219:    'New Broadcast Message'
                   16220: => '新的广播信息',
1.41      bisitz   16221: 
1.22      zhu      16222:    'Send a broadcast message to members of this Course and/or other users.'
                   16223: => '发送广播信息给这门课程的成员和/或其他用户。',
1.41      bisitz   16224: 
1.22      zhu      16225:    'New Messages from File'
                   16226: => '从文件生成新邮件',
                   16227: 
                   16228:    'Send copy to permanent e-mail address (if known)'
1.41      bisitz   16229: => '发送一份副本给外部电子邮件(如果有的话)',
1.19      zhu      16230: 
1.22      zhu      16231:    'Require return receipt?'
                   16232: => '回执确认?',
1.18      zhu      16233: 
1.26      zhu      16234:    'Message Administration'
                   16235: => '邮件管理',
                   16236: 
                   16237:    'Message Log for Selected Users'
                   16238: => '选定用户的邮件日志',
                   16239: 
1.28      zhu      16240:    'New Document'
                   16241: => '新文档',
                   16242: 
                   16243:   'Bcc: course members with current access'
                   16244: => '密送:当前访问的课程参加者',
                   16245: 
1.55      zhu      16246:    'Tools:'
                   16247: => '工具:',
                   16248: 
                   16249:    'Upload PDF Form'
                   16250: => '上传PDF格式文档',
                   16251: 
                   16252:    'Upload a PDF Form with filled Form Fields'
                   16253: => '上传带有填写表格字段的PDF格式文档',
                   16254: 
                   16255:    'Please choose a PDF-File.'
                   16256: => '请选择一个PDF文件。',
                   16257: 
                   16258:    "Can't find any valid PDF formfields."
                   16259: => '找不到任何有效的PDF格式文档 。',
                   16260: 
                   16261:    'Results of PDF Form problems'
                   16262: => 'PDF格式习题答案',
                   16263: 
1.56      zhu      16264:    'Published Documents'
                   16265: => '公开文件',
                   16266: 
1.63      zhu      16267: 
                   16268:    ''
                   16269: => '',
                   16270: 
                   16271: 
1.6       bisitz   16272: #SYNCMARKER
                   16273: );
                   16274: 
                   16275: 1;
                   16276: 

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