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

1.6       bisitz      1: # The LearningOnline Network with CAPA
                      2: # Chinese Simplified Localization Lexicon
                      3: #
1.94    ! raeburn     4: # $Id: zh.pm,v 1.93 2010/09/09 03:11:02 raeburn Exp $
1.6       bisitz      5: #
                      6: # Copyright Michigan State University Board of Trustees
                      7: #
                      8: # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                      9: #
                     10: # LON-CAPA is free software; you can redistribute it and/or modify
                     11: # it under the terms of the GNU General Public License as published by
                     12: # the Free Software Foundation; either version 2 of the License, or
                     13: # (at your option) any later version.
                     14: #
                     15: # LON-CAPA is distributed in the hope that it will be useful,
                     16: # but WITHOUT ANY WARRANTY; without even the implied warranty of
                     17: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     18: # GNU General Public License for more details.
                     19: #
                     20: # You should have received a copy of the GNU General Public License
                     21: # along with LON-CAPA; if not, write to the Free Software
                     22: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     23: #
                     24: # /home/httpd/html/adm/gpl.txt
                     25: #
                     26: # http://www.lon-capa.org/
                     27: #
                     28: ######################################################################
                     29: ######################################################################
                     30: 
                     31: 
                     32: package Apache::localize::zh;
                     33: use base qw(Apache::localize);
                     34: 
                     35: %Lexicon=('_AUTO' => 1,
                     36: 'char_encoding'=> 'UTF-8',
                     37: 'language_code'=> 'zh',
                     38: 'lang_locale' => 'zh-cn.utf8',
1.79      bisitz     39: 'date_locale'  =>
1.9       zhu        40:       '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds',
1.6       bisitz     41: 'date_months'  => '一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十一月,十二月',
                     42: 'date_days'    => '星期日,星期一,星期二,星期三,星期四,星期五,星期六',
                     43: 'date_am' => '上午',
                     44: 'date_pm' => '下午',
                     45: 'textual_remote_display' => 'on',
                     46: 'htmlarea_lang' => 'zh-cn',
                     47: 
                     48:    'Domain'
                     49: => '领域',
                     50: 
                     51:    'Domain:'
                     52: => '领域:',
                     53: 
                     54:    'Server'
1.7       zhu        55: => '服务器',
1.6       bisitz     56: 
                     57:    'Server Load'
1.7       zhu        58: => '服务器负载',
1.6       bisitz     59: 
                     60:    'User Load'
1.7       zhu        61: => '用户负载',
1.6       bisitz     62: 
                     63:    'Help'
                     64: => '帮助',
                     65: 
                     66:    'Log in'
                     67: => '登录',
                     68: 
                     69:    'Log-in to LON-CAPA'
                     70: => '登录 LON-CAPA',
                     71: 
                     72:    'Username'
                     73: => '用户名',
                     74: 
                     75:    'Password'
                     76: => '密码',
                     77: 
                     78:    'choose'
1.10      zhu        79: => '选择',
1.6       bisitz     80: 
                     81:    'enter'
1.12      zhu        82: => '进入',
1.6       bisitz     83: 
                     84:    'view'
1.93      raeburn    85: => 'view',
1.6       bisitz     86: 
                     87:    'calendar'
1.10      zhu        88: => '日历',
1.6       bisitz     89: 
                     90:    'prefer-'
1.93      raeburn    91: => 'prefer-',
1.6       bisitz     92: 
                     93:    'ences'
1.93      raeburn    94: => 'ences',
1.6       bisitz     95: 
                     96:    'role'
1.10      zhu        97: => '角色',
1.6       bisitz     98: 
                     99:    'course'
1.10      zhu       100: => '课程',
1.6       bisitz    101: 
                    102:    'Course'
1.10      zhu       103: => '课程',
1.6       bisitz    104: 
                    105:    'Section/Group'
1.10      zhu       106: => '科/组',
1.6       bisitz    107: 
                    108:    'today'
1.10      zhu       109: => '今日',
1.6       bisitz    110: 
                    111:    'last week'
1.10      zhu       112: => '上周',
1.6       bisitz    113: 
                    114:    'last month'
1.10      zhu       115: => '上个月',
1.6       bisitz    116: 
                    117:    'last three months'
1.10      zhu       118: => '过去3个月',
1.6       bisitz    119: 
                    120:    'last six months'
1.10      zhu       121: => '过去6个月',
1.6       bisitz    122: 
                    123:    'last year'
1.10      zhu       124: => '去年',
1.6       bisitz    125: 
                    126:    'Submit'
1.10      zhu       127: => '提交',
1.6       bisitz    128: 
                    129:    'Rename'
                    130: => '重命名',
                    131: 
                    132:    'Save'
                    133: => '保存',
                    134: 
                    135:    'Save All'
1.9       zhu       136: => '全部保存',
1.6       bisitz    137: 
                    138:    'Done'
1.10      zhu       139: => '完成',
1.6       bisitz    140: 
                    141:    'Select User'
                    142: => '选择用户',
                    143: 
                    144:    'Select Course'
                    145: => '选择课程',
                    146: 
                    147:    'Changes will become active for your current session after'
1.93      raeburn   148: => 'Changes will become active for your current session after',
1.6       bisitz    149: 
                    150:    're-initializing course'
1.10      zhu       151: => '课程重新初始化',
1.6       bisitz    152: 
                    153:    ', or the next time you log in.'
1.12      zhu       154: => ',或在您下次登录。',
1.6       bisitz    155: 
                    156:    'Uploaded Document'
1.10      zhu       157: => '上传文件',
1.6       bisitz    158: 
                    159:    'No content modifications yet.'
1.12      zhu       160: => '还没有修改任何内容。',
1.6       bisitz    161: 
                    162:    'Part is not open to be viewed. It'
1.93      raeburn   163: => 'Part is not open to be viewed. It',
1.6       bisitz    164: 
                    165:    'Unable to determine if this resource is open due to network problems. Please try again later.'
1.93      raeburn   166: => 'Unable to determine if this resource is open due to network problems. Please try again later.',
1.6       bisitz    167: 
                    168:    'Note: it can take up to 10 minutes for changes to take effect for all users.'
1.10      zhu       169: => '注意:所有用户更改生效可能需要10分钟。',
1.6       bisitz    170: 
                    171:    'Language'
                    172: => '语言',
                    173: 
                    174:    'Notes'
1.10      zhu       175: => '注释',
1.6       bisitz    176: 
                    177:    'Abstract'
1.10      zhu       178: => '摘要',
1.41      bisitz    179: 
1.6       bisitz    180:    'Create a user or modify the roles and privileges of a user'
1.10      zhu       181: => '创建或修改用户的角色和权限',
1.6       bisitz    182: 
                    183:    'View course assessment statistics'
1.26      zhu       184: => '查看课程评估统计',
1.6       bisitz    185: 
                    186:    'Set deadlines and other assessment parameters, as well as modify course environment'
1.10      zhu       187: => '设置最后期限和其他评估参数,以及修改课程环境',
1.6       bisitz    188: 
                    189:    'New Folder'
                    190: => '新建文件夹',
                    191: 
                    192:    'Simple Page'
                    193: => '简单的页面',
                    194: 
                    195:    'Simple Problem'
                    196: => '简单的问题',
                    197: 
                    198:    'Upload Document'
                    199: => '上传文件',
                    200: 
                    201:    'Search'
                    202: => '搜索',
                    203: 
                    204:    'Import'
                    205: => '导入',
                    206: 
                    207:    'Main Course Documents'
                    208: => '主要课程文件',
                    209: 
                    210:    'Supplemental Course Documents'
                    211: => '附加的课程文件',
                    212: 
                    213:    'Bulletin Board'
                    214: => '公告板',
                    215: 
1.67      bisitz    216:    'Published Resources'
1.70      zhu       217: => '发布的资源',
1.67      bisitz    218: 
1.6       bisitz    219:    'Special Documents'
                    220: => '特别文件',
                    221: 
                    222:    'Special documents'
                    223: => '特别文件',
                    224: 
1.68      bisitz    225:    'Document'
1.70      zhu       226: => '文件',
1.68      bisitz    227: 
                    228:    'Settings'
1.70      zhu       229: => '设置',
1.68      bisitz    230: 
1.6       bisitz    231:    'create'
1.10      zhu       232: => '创建',
1.6       bisitz    233: 
                    234:    'grades'
1.10      zhu       235: => '评估',
1.6       bisitz    236: 
                    237:    'commu-'
1.70      zhu       238: => 'commu-',
1.6       bisitz    239: 
                    240:    'nication'
1.70      zhu       241: => 'nication',
1.6       bisitz    242: 
                    243:    'enroll'
1.10      zhu       244: => '记录',
1.6       bisitz    245: 
                    246:    'navigate'
1.70      zhu       247: => '目录',
1.6       bisitz    248: 
                    249:    'contents'
1.70      zhu       250: => '导航',
1.6       bisitz    251: 
                    252:    'Navigate Contents'
                    253: => '浏览目录',
                    254: 
                    255:    'Announcements and Calendar'
                    256: => '注意事项和日历',
                    257: 
                    258:    'Author'
1.10      zhu       259: => '作者',
1.6       bisitz    260: 
                    261:    'Change Your Preferences'
1.10      zhu       262: => '更改用户首选项',
1.6       bisitz    263: 
                    264:    'Choose the user role'
                    265: => '更换用户角色',
                    266: 
                    267:    'Co-Author'
1.10      zhu       268: => '合著者',
1.6       bisitz    269: 
1.54      bisitz    270:    'Co-Author [_1]'
1.51      bisitz    271: => '合著者 [_1]',
1.34      bisitz    272: 
1.6       bisitz    273:    'Communication and Messages'
1.10      zhu       274: => '通信与信息',
1.6       bisitz    275: 
                    276:    'Course Coordinator'
                    277: => '课程组织者',
                    278: 
                    279:    'Course Statistics and Charts'
1.10      zhu       280: => '课程统计和图表',
1.6       bisitz    281: 
                    282:    'Course announcements and my calendar'
                    283: => '注意事项和日历',
                    284: 
                    285:    'Course Announcements'
1.10      zhu       286: => '课程公告',
1.6       bisitz    287: 
                    288:    'Create Users, Change User Privileges'
1.93      raeburn   289: => 'Create Users, Change User Privileges',
1.6       bisitz    290: 
                    291:    'Domain Coordinator'
1.93      raeburn   292: => 'Domain Coordinator',
1.6       bisitz    293: 
                    294:    'Enrollment Manager'
1.93      raeburn   295: => 'Enrollment Manager',
1.6       bisitz    296: 
                    297:    'Enter grades from check-out assessment resources'
1.93      raeburn   298: => 'Enter grades from check-out assessment resources',
1.6       bisitz    299: 
                    300:    'Exam Proctor'
1.27      zhu       301: => '监考人员',
1.6       bisitz    302: 
                    303:    'Exit LON-CAPA'
                    304: => '退出',
                    305: 
                    306:    'Grades Spreadsheet'
1.27      zhu       307: => '等级表',
1.6       bisitz    308: 
                    309:    'Grading'
1.27      zhu       310: => '评估',
1.6       bisitz    311: 
                    312:    'Instructor'
1.27      zhu       313: => '讲师',
1.6       bisitz    314: 
                    315:    'Launch Remote Control'
                    316: => '激活远程控制',
                    317: 
                    318:    'Main Menu'
                    319: => '主菜单',
                    320: 
                    321:    'Navigate Course Contents'
                    322: => '浏览目录',
                    323: 
                    324:    'No Role, Cumulative Privileges'
1.56      zhu       325: => '没有角色,增加特权',
1.6       bisitz    326: 
                    327:    'Return to Last Location'
                    328: => '回到最后的位置',
                    329: 
                    330:    'Send and receive messages'
                    331: =>'发送和接收邮件',
                    332: 
1.26      zhu       333:    'Send and Receive Messages'
                    334: =>'发送和接收邮件',
                    335: 
1.6       bisitz    336:    'Set my user preferences'
                    337: => '用户设置',
                    338: 
                    339:    'Student'
                    340: => '学生',
                    341: 
                    342:    'Student: '
                    343: => '学生:',
                    344: 
                    345:    'Switch to another user role'
                    346: => '更换用户角色',
                    347: 
                    348:    'Teaching Assistant'
1.9       zhu       349: => '教学助理',
1.6       bisitz    350: 
                    351:    'Use or edit my bookmark collection'
                    352: => '书签收藏',
                    353: 
                    354:    'User Roles'
                    355: => '用户角色',
                    356: 
                    357:    'Calculate course grades (Spreadsheet)'
1.93      raeburn   358: => 'Calculate course grades (Spreadsheet)',
1.6       bisitz    359: 
1.22      zhu       360:    'Enter the chat room for the course'
1.6       bisitz    361: => '课程聊天室',
                    362: 
                    363:    'Navigate the table of contents for this course'
                    364: => '课程目录',
                    365: 
                    366:    'Syllabus'
                    367: => '课程表',
                    368: 
                    369:    'Course syllabus'
                    370: => '课程教学大纲',
                    371: 
                    372:    'View the course assessment progress chart'
                    373: => '察看课程评估进展图表',
                    374: 
                    375:    'Class Hours'
1.63      zhu       376: => '课时',
1.6       bisitz    377: 
                    378:    'Coursepack'
1.63      zhu       379: => '课外书',
1.6       bisitz    380: 
                    381:    'Current Month'
                    382: => '这个月',
                    383: 
                    384:    'Deadlines'
1.63      zhu       385: => '截止日期',
1.6       bisitz    386: 
                    387:    'Grading Information'
1.63      zhu       388: => '评估信息',
1.6       bisitz    389: 
                    390:    'Helproom Hours'
                    391: => '帮助',
                    392: 
                    393:    'Instructor Information'
1.27      zhu       394: => '讲师信息',
1.6       bisitz    395: 
                    396:    'Next Month'
                    397: => '下个月',
                    398: 
                    399:    'Office Hours'
1.27      zhu       400: => '办公时间',
1.6       bisitz    401: 
                    402:    'Prerequisites'
1.27      zhu       403: => '必要条件',
1.6       bisitz    404: 
                    405:    'Previous Month'
                    406: => '上个月',
                    407: 
                    408:    'Readings'
1.27      zhu       409: => '材料',
1.6       bisitz    410: 
                    411:    'Mon'
                    412: => '星期一',
                    413: 
                    414:   'Tue'
                    415: => '星期二',
                    416: 
                    417:    'Wed'
                    418: => '星期三',
                    419: 
                    420:    'Thu'
                    421: => '星期四',
                    422: 
                    423:    'Fri'
                    424: => '星期五',
                    425: 
                    426:    'Sat'
                    427: => '星期六',
                    428: 
                    429:    'Sun'
                    430: => '星期日',
                    431: 
                    432:    'January'
                    433: => '一月',
                    434: 
                    435:    'February'
                    436: => '二月',
                    437: 
                    438:    'March'
                    439: => '三月',
                    440: 
                    441:    'April'
                    442: => '四月',
                    443: 
                    444:    'May'
                    445: => '五月',
                    446: 
                    447:    'June'
                    448: => '六月',
                    449: 
                    450:    'July'
                    451: => '七月',
                    452: 
                    453:    'August'
                    454: => '八月',
                    455: 
                    456:    'September'
                    457: => '九月',
                    458: 
                    459:    'October'
                    460: => '十月',
                    461: 
                    462:    'November'
                    463: => '十一月',
                    464: 
                    465:    'December'
                    466: => '十二月',
                    467: 
                    468:    'Textbook'
1.63      zhu       469: => '教材',
1.6       bisitz    470: 
                    471:     'Web Links'
1.63      zhu       472: => '网站链接',
1.6       bisitz    473: 
                    474:    'Drop/Add students in this course'
1.63      zhu       475: => '在该课程移除/添加学生',
1.6       bisitz    476: 
                    477:    'A score has been assigned.'
1.93      raeburn   478: => 'A score has been assigned.',
1.6       bisitz    479: 
                    480:    'Some parts were not submitted.'
1.93      raeburn   481: => 'Some parts were not submitted.',
1.6       bisitz    482: 
                    483:    'Due'
1.93      raeburn   484: => 'Due',
1.6       bisitz    485: 
                    486:    'The filetype extension of the file you uploaded is not allowed.'
1.93      raeburn   487: => 'The filetype extension of the file you uploaded is not allowed.',
1.6       bisitz    488: 
                    489:    'Units incorrect.'
1.18      zhu       490: => '单位不正确的。',
1.6       bisitz    491: 
                    492:    'Only a number required.'
1.93      raeburn   493: => '只允许一个数字。Only a number required.',
1.6       bisitz    494: 
                    495:    'Units required'
1.18      zhu       496: => '要求单位',
1.6       bisitz    497: 
                    498:    'Tries'
1.18      zhu       499: => '尝试',
1.6       bisitz    500: 
                    501:    'Submit Answer'
1.18      zhu       502: => '提交答案',
1.6       bisitz    503: 
                    504:    'Prepare a printable document'
1.26      zhu       505: => '打印',
1.6       bisitz    506: 
                    507:    'Go To My First Homework Problem'
1.18      zhu       508: => '转到我的第一次作业问题',
1.6       bisitz    509: 
                    510:    'Cancel'
1.9       zhu       511: => '取消',
1.6       bisitz    512: 
                    513:    'Discussions'
1.9       zhu       514: => '讨论',
1.6       bisitz    515: 
                    516:    'New discussion since'
1.93      raeburn   517: => 'New discussion since',
1.6       bisitz    518: 
                    519:    'New message (click to open)'
1.18      zhu       520: => '新邮件 (点击查看)',
1.6       bisitz    521: 
                    522:    'Close all folders'
1.9       zhu       523: => '关闭所有文件夹',
1.6       bisitz    524: 
                    525:    'Open all folders'
1.9       zhu       526: => '打开所有文件夹',
1.6       bisitz    527: 
                    528:    'Goodbye'
1.9       zhu       529: => '再见',
1.6       bisitz    530: 
                    531:    'Select'
                    532: => '选择',
                    533: 
                    534:    'Re-Initialize'
1.9       zhu       535: => '重新初始化',
1.6       bisitz    536: 
                    537:    'Currently selected.'
1.9       zhu       538: => '目前选定的。',
1.6       bisitz    539: 
                    540:    'Switch Server'
1.18      zhu       541: => '选择服务器',
1.6       bisitz    542: 
                    543:    'system wide'
1.93      raeburn   544: => '全系统的',
1.6       bisitz    545: 
                    546:    'Currently not available'
1.18      zhu       547: => '目前无法使用',
1.6       bisitz    548: 
                    549:    'No role specified'
1.9       zhu       550: => '没有具体的角色',
1.6       bisitz    551: 
                    552:    'Remark'
1.10      zhu       553: => '注释',
1.6       bisitz    554: 
                    555:    'Extent'
1.10      zhu       556: => '领域',
1.6       bisitz    557: 
                    558:    'Current Privileges'
1.10      zhu       559: => '当前权限',
1.6       bisitz    560: 
                    561:    'User Role'
                    562: => '用户角色',
                    563: 
                    564:    'Start'
1.10      zhu       565: => '开始',
1.6       bisitz    566: 
                    567:    'End'
1.10      zhu       568: => '结束',
1.6       bisitz    569: 
                    570:    'System'
1.10      zhu       571: => '系统',
1.6       bisitz    572: 
                    573:    'Display'
1.10      zhu       574: => '显示',
1.6       bisitz    575: 
                    576:    'Display:'
1.10      zhu       577: => '显示:',
1.6       bisitz    578: 
                    579:    'Do not display'
1.10      zhu       580: => '不显示',
1.6       bisitz    581: 
                    582:    "an unknown date"
1.18      zhu       583: => '日期不详', # !
1.6       bisitz    584: 
                    585:    "an indeterminate date"
1.18      zhu       586: => '无限期',
1.6       bisitz    587: 
                    588:    "will open on"
1.18      zhu       589: => "开放于",
1.6       bisitz    590: 
                    591:    "is due at"
1.93      raeburn   592: => "is due at",
1.6       bisitz    593: 
                    594:    "was due on"
1.93      raeburn   595: => "was due on",
1.6       bisitz    596: 
                    597:    'is closed but you are allowed to view it'
1.93      raeburn   598: => "is closed but you are allowed to view it",
1.6       bisitz    599: 
                    600:    "Undid changes, Switched [_1] and [_2]"
1.93      raeburn   601: => "Undid changes, Switched [_1] and [_2]",
1.6       bisitz    602: 
                    603:    "Unable to undo, unable to switch [_1] and [_2]"
1.93      raeburn   604: => "Unable to undo, unable to switch [_1] and [_2]",
1.6       bisitz    605: 
                    606:    "Unable to make backup [_1]"
1.93      raeburn   607: => "Unable to make backup [_1]",
1.6       bisitz    608: 
                    609:    "Saving Modifications to [_1]"
1.93      raeburn   610: => "Saving Modifications to [_1]",
1.6       bisitz    611: 
                    612:    "Unable to write to [_1]"
1.93      raeburn   613: => "Unable to write to [_1]",
1.6       bisitz    614: 
                    615:    "Analyzing a problem"
1.93      raeburn   616: => "Analyzing a problem",
1.6       bisitz    617: 
                    618:    "EditXML"
1.93      raeburn   619: => "EditXML",
1.6       bisitz    620: 
                    621:    'Discard Edits and View'
1.93      raeburn   622: => 'Discard Edits and View',
1.6       bisitz    623: 
                    624:    'Submit Changes'
1.93      raeburn   625: => 'Submit Changes',
1.6       bisitz    626: 
                    627:    'Submit Changes and View'
1.93      raeburn   628: => 'Submit Changes and View',
1.6       bisitz    629: 
                    630:    'Edit'
                    631: => '编辑',
                    632: 
                    633:    ', select a template from the pull-down menu below'
1.93      raeburn   634: => ', select a template from the pull-down menu below',
1.6       bisitz    635: 
                    636:    'undo'
1.93      raeburn   637: => 'undo',
1.6       bisitz    638: 
                    639:    'Answer'
1.93      raeburn   640: => 'Answer',
1.6       bisitz    641: 
                    642:    'Frequency'
1.93      raeburn   643: => 'Frequency',
1.6       bisitz    644: 
                    645:    'You did not select a template.'
1.93      raeburn   646: => 'You did not select a template.',
1.6       bisitz    647: 
                    648:    'Analyze Progress'
1.93      raeburn   649: => 'Analyze Progress',
1.6       bisitz    650: 
                    651:    'Getting Problem Variants'
1.93      raeburn   652: => 'Getting Problem Variants',
1.6       bisitz    653: 
                    654:    'last problem'
1.93      raeburn   655: => 'last problem',
1.6       bisitz    656: 
                    657:    "may open later."
1.93      raeburn   658: => 'may open later.',
1.6       bisitz    659: 
                    660:    ', and answers will be available on'
1.93      raeburn   661: => ', and answers will be available on',
1.6       bisitz    662: 
                    663:    "Select a"
1.93      raeburn   664: => "Select a",
1.6       bisitz    665: 
                    666:    'Part'
1.27      zhu       667: => '部分',
1.6       bisitz    668: 
                    669:    "Then"
1.93      raeburn   670: => 'Then',
1.6       bisitz    671: 
                    672:    'is in under construction'
1.93      raeburn   673: => 'is in under construction',
1.6       bisitz    674: 
                    675:    'List of possible answers'
1.93      raeburn   676: => 'List of possible answers',
1.6       bisitz    677: 
                    678:    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn   679: => 'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz    680: 
1.32      bisitz    681:    'Response [_1] is not analyzable at this time'  #    'is not analyzable at this time'
1.93      raeburn   682: => 'Response [_1] is not analyzable at this time'  #    '目前没有可分析性',
1.6       bisitz    683: 
                    684:    'Title'
                    685: => '标题',
1.10      zhu       686: 
1.6       bisitz    687:    'Path'
1.93      raeburn   688: => 'Path',
1.6       bisitz    689: 
                    690:    'New Search'
1.9       zhu       691: => '重新搜索',
1.6       bisitz    692: 
                    693:    'Go Back'
                    694: => '后退',
                    695: 
                    696:    'Go back'
                    697: => '后退',
                    698: 
                    699:    'File'
                    700: => '文件',
                    701: 
                    702:    'Date'
                    703: => '日期',
                    704: 
                    705:    'You have no unread messages'
1.10      zhu       706: => '您没有未读邮件',
1.41      bisitz    707: 
1.10      zhu       708:    'New Message'
                    709: => '新邮件',
1.6       bisitz    710: 
                    711:    'New Messages'
1.10      zhu       712: => '新邮件',
1.6       bisitz    713: 
                    714:    'View All Messages'
1.10      zhu       715: => '查看所有邮件',
1.6       bisitz    716: 
                    717:    'Map'
1.10      zhu       718: => '课程内容',
1.6       bisitz    719: 
                    720:    'Page'
1.10      zhu       721: => '页',
1.6       bisitz    722: 
1.86      bisitz    723:    'Page:'
                    724: => '页:',
                    725: 
1.6       bisitz    726:    'Sequence'
1.10      zhu       727: => '顺序',
1.6       bisitz    728: 
                    729:    'Map contents are not shown in order.'
1.10      zhu       730: => '课程内容不排序显示。',
1.6       bisitz    731: 
                    732:    'Empty'
1.10      zhu       733: => '空的',
1.6       bisitz    734: 
                    735:    'File [_1] could not be copied.'
1.10      zhu       736: => '文件 [_1] 无法复制。',
1.6       bisitz    737: 
                    738:    'Back to Directory'
1.10      zhu       739: => '返回文件夹',
1.6       bisitz    740: 
                    741:    'No upload file specified.'
1.10      zhu       742: => '没有上传指定的文件。',
1.6       bisitz    743: 
                    744:    'The target is an existing directory.'
1.10      zhu       745: => '目标在一个现有的目录中。',
1.6       bisitz    746: 
                    747:    'Please use browser "Back" button and pick a filename'
1.93      raeburn   748: => 'Please use browser "Back" button and pick a filename',
1.6       bisitz    749: 
                    750:    "You do not have authoring privileges for this resource"
1.93      raeburn   751: => "You do not have authoring privileges for this resource",
1.6       bisitz    752: 
                    753:    'Copying file'
1.10      zhu       754: => '复制文件',
1.6       bisitz    755: 
                    756:    'No write permission to user directory, FAIL'
1.10      zhu       757: => '没有权限写入这个目录。中断',
1.6       bisitz    758: 
                    759:    'Actions'
1.43      bisitz    760: => '动作', # '行动',
1.6       bisitz    761: 
                    762:    'Name'
1.10      zhu       763: => '名字',
1.6       bisitz    764: 
                    765:    'Status'
1.10      zhu       766: => '状态',
1.6       bisitz    767: 
                    768:    'Last Modified'
1.10      zhu       769: => '最后修改',
1.6       bisitz    770: 
                    771:    'Yes'
1.10      zhu       772: => '是',
1.6       bisitz    773: 
                    774:    'Construction Space Directory'
1.10      zhu       775: => '建设目录',
1.6       bisitz    776: 
                    777:    'Contact [_1] for access.'
1.10      zhu       778: => '获取 [_1] 联系。',
1.6       bisitz    779: 
                    780:    'Please log into [_1] to edit.'
1.10      zhu       781: => '请登入 [_1] 进行修改。',
1.6       bisitz    782: 
                    783:    'Save uploaded file as [_1]'
1.10      zhu       784: => '保存上传的文件为 [_1]',
1.6       bisitz    785: 
                    786:    'Searching'
1.10      zhu       787: => '搜索',
1.6       bisitz    788: 
                    789:    'Searching ...'
1.10      zhu       790: => '搜索...',
1.6       bisitz    791: 
                    792:    'Owner:Domain'
1.10      zhu       793: => '所有者:域',
1.6       bisitz    794: 
                    795:    'Owner/Co-owner(s)'
1.10      zhu       796: => '所有者/合伙人',
1.6       bisitz    797: 
                    798:    'Select the Construction Space'
1.10      zhu       799: => '选择建设领域',
1.6       bisitz    800: 
                    801:    'It is recommended that you use an up-to-date virus scanner before handling this file.'
1.93      raeburn   802: => 'It is recommended that you use an up-to-date virus scanner before handling this file.',
1.6       bisitz    803: 
                    804:    'not displayed'
1.10      zhu       805: => '不显示',
1.6       bisitz    806: 
                    807:    "Open, no due date"
1.10      zhu       808: => "开放的,没有截止日期",
1.6       bisitz    809: 
                    810:    "Uncompleted Homework"
1.10      zhu       811: => "未完成家庭作业",
1.6       bisitz    812: 
                    813:    "Show Only Uncompleted Homework"
1.10      zhu       814: => "只显示未完成家庭作业",
1.6       bisitz    815: 
                    816:    "All homework is currently completed."
1.10      zhu       817: => "目前所有完成的功课。",
1.6       bisitz    818: 
                    819:    'This course is empty.'
1.10      zhu       820: => '这课程是空的。',
1.6       bisitz    821: 
                    822:    'Coursemap undefined.'
1.10      zhu       823: => '课程内容没有定义。',
1.6       bisitz    824: 
                    825:    "Was due"
1.10      zhu       826: => "截止于",
1.6       bisitz    827: 
                    828:    "Answer available"
1.10      zhu       829: => "答案可用",
1.6       bisitz    830: 
                    831:    "Excused by instructor"
1.10      zhu       832: => "由讲师通过",
1.6       bisitz    833: 
                    834:    "Answer submitted, not yet graded"
1.10      zhu       835: => "提交答案,尚未评分",
1.6       bisitz    836: 
                    837:    "No due date"
1.10      zhu       838: => "没有截止日期",
1.6       bisitz    839: 
                    840:    'never'
1.10      zhu       841: => '从来不',
1.6       bisitz    842: 
                    843:    'Answer submitted'
1.10      zhu       844: => '提交答案',
1.6       bisitz    845: 
                    846:    '[_1] of [_2] tries used'
1.10      zhu       847: => '[_1] 的 [_2] 尝试使用',
1.6       bisitz    848: 
                    849:    'Processing'
1.18      zhu       850: => '数据处理',
1.6       bisitz    851: 
                    852:    'Access and Usage Statistics'
1.18      zhu       853: => '访问和使用统计',
1.6       bisitz    854: 
                    855:    'Evaluation Comments'
1.18      zhu       856: => '评价评论',
1.6       bisitz    857: 
                    858:    'Evaluation Data'
1.18      zhu       859: => '评价数据',
1.6       bisitz    860: 
                    861:    'Server Administration'
1.18      zhu       862: => '服务器管理',
1.6       bisitz    863: 
                    864:    'System Administration'
1.18      zhu       865: => '系统管理',
1.6       bisitz    866: 
                    867:    'Users with Roles Assigned by'
1.93      raeburn   868: => 'Users with Roles Assigned by',
1.6       bisitz    869: 
                    870:    'Name starting with'
1.70      zhu       871: => '从开头',
1.6       bisitz    872: 
                    873:    'This resource has been marked obsolete by the author(s)'
1.93      raeburn   874: => 'This resource has been marked obsolete by the author(s)',
1.6       bisitz    875: 
1.19      zhu       876:    'Upload'
                    877: => '上传',
                    878: 
1.6       bisitz    879:    'Uploaded'
1.19      zhu       880: => '已上传',
1.6       bisitz    881: 
                    882:    'Dynamic Metadata'
1.19      zhu       883: => '动态数据',
1.6       bisitz    884: 
                    885:    'View file'
1.10      zhu       886: => '查看文件',
1.6       bisitz    887: 
                    888:    'Illegal filename.'
1.10      zhu       889: => '无效的文件名。',
1.6       bisitz    890: 
                    891:    'Rule'
1.10      zhu       892: => '规则',
1.6       bisitz    893: 
                    894:    'Back to Source Directory'
1.10      zhu       895: => '回到源目录',
1.6       bisitz    896: 
                    897:    'Back to Source'
1.10      zhu       898: => '回到源文件',
1.6       bisitz    899: 
1.75      bisitz    900:    'Back to Resource'
1.93      raeburn   901: => 'Back to Resource', # '回到资源',
1.75      bisitz    902: 
1.6       bisitz    903:    'File copied.'
1.10      zhu       904: => '档案复制。',
1.6       bisitz    905: 
                    906:    'FAIL'
1.10      zhu       907: => '中断',
1.6       bisitz    908: 
                    909:    'Back to [_1]'
1.10      zhu       910: => '回到 [_1]',
1.6       bisitz    911: 
                    912:    'untitled'
1.10      zhu       913: => '无标题',
1.6       bisitz    914: 
                    915:    'The extension on this file, [_1], is reserved internally by LON-CAPA.'
1.93      raeburn   916: => 'The extension on this file, [_1], is reserved internally by LON-CAPA.',
1.6       bisitz    917: 
                    918:    'The extension on this file is reserved internally by LON-CAPA.'
1.93      raeburn   919: => 'The extension on this file is reserved internally by LON-CAPA.
1.6       bisitz    920: 
                    921:    'The extension on this file, [_1], is not recognized by LON-CAPA.'
1.93      raeburn   922: => 'The extension on this file is reserved internally by LON-CAPA.',
1.6       bisitz    923: 
                    924:    'The extension on this file is not recognized by LON-CAPA.'
1.93      raeburn   925: => 'The extension on this file is not recognized by LON-CAPA.',
1.6       bisitz    926: 
                    927:    'Please change the extension.'
1.93      raeburn   928: => 'Please change the extension.',
1.6       bisitz    929: 
                    930:    'Became this version on ...'
1.93      raeburn   931: => 'Became this version on ...',
1.6       bisitz    932: 
                    933:    'Browse published resources'
                    934: => '发布资源',
                    935: 
                    936:    'Choose the course to work on'
1.9       zhu       937: => '选择您想要选的课程',
1.6       bisitz    938: 
                    939:    'Create a new course'
                    940: => '创建课程',
                    941: 
1.79      bisitz    942:    'Customized right of use ...'
1.93      raeburn   943: => 'Customized right of use ...',
1.6       bisitz    944: 
                    945:    'Delete messages from bulletin boards'
1.93      raeburn   946: => 'Delete messages from bulletin boards',
1.6       bisitz    947: 
                    948:    'Domain only - use limited to courses in the domain'
1.93      raeburn   949: => 'Domain only - use limited to courses in the domain',
1.6       bisitz    950: 
                    951:    'Edit and view documents included in this course'
1.26      zhu       952: => '布置课程内容',
1.6       bisitz    953: 
                    954:    'Edit/Modify DOCS'
                    955: => '布置课程内容',
                    956: 
                    957:    'Enter my construction space'
                    958: # => 'Konstruktionsbereich aufrufen',
1.93      raeburn   959: => 'Enter my construction space',
1.6       bisitz    960: 
                    961:    'Failed to copy source'
1.93      raeburn   962: => 'Failed to copy source',
1.6       bisitz    963: 
                    964:    'Failed to write metadata copy'
1.93      raeburn   965: => 'Failed to write metadata copy',
1.6       bisitz    966: 
                    967:    'Finalize Publication'
1.93      raeburn   968: => 'Finalize Publication',
1.6       bisitz    969: 
                    970:    'Grant/revoke role of Co-Author'
1.93      raeburn   971: => 'Grant/revoke role of Co-Author',
1.6       bisitz    972: 
                    973:    'Grant/revoke role of Domain Coordinator'
1.93      raeburn   974: => 'Grant/revoke role of Domain Coordinator',
1.6       bisitz    975: 
                    976:    'Grant/revoke role of Exam Proctor'
1.93      raeburn   977: => 'Grant/revoke role of Exam Proctor',
1.6       bisitz    978: 
                    979:    'Grant/revoke role of Instructor'
1.93      raeburn   980: => 'Grant/revoke role of Instructor',
1.6       bisitz    981: 
                    982:    'Grant/revoke role of Student'
1.93      raeburn   983: => 'Grant/revoke role of Student',
1.6       bisitz    984: 
                    985:    'Grant/revoke role of Superuser'
1.93      raeburn   986: => 'Grant/revoke role of Superuser',
1.6       bisitz    987: 
                    988:    'No previous versions published.'
1.93      raeburn   989: => 'No previous versions published.',
1.6       bisitz    990: 
                    991:    'No write permission to'
1.93      raeburn   992: => 'No write permission to',
1.6       bisitz    993: 
                    994:    'Please pick a version to retrieve:'
1.93      raeburn   995: => 'Please pick a version to retrieve:',
1.6       bisitz    996: 
                    997:    'Private - visible to author only for testing purposes'
1.93      raeburn   998: => 'Private - visible to author only for testing purposes',
1.6       bisitz    999: 
                   1000: #   'Private Publication - did not synchronize database'
                   1001: #=> 'Private Veröffentlichung - nicht mit Datenbank synchronisiert',
                   1002: 
                   1003:    'Public - no authentication or authorization required for use'
1.93      raeburn  1004: => 'Public - no authentication or authorization required for use',
1.6       bisitz   1005: 
                   1006:    'Retrieval of an old version will overwrite the file currently in construction space.'
1.93      raeburn  1007: => 'Retrieval of an old version will overwrite the file currently in construction space.',
1.6       bisitz   1008: 
1.75      bisitz   1009:    'Retrieve selected Version'
1.93      raeburn  1010: => 'Retrieve selected Version',
1.75      bisitz   1011: 
                   1012:    'Retrieve previous version'
1.93      raeburn  1013: => 'Retrieve previous version',
1.75      bisitz   1014: 
1.6       bisitz   1015:    'Retrieve previous versions of [_1]'
1.93      raeburn  1016: => 'Retrieve previous versions of [_1]',
1.6       bisitz   1017: 
                   1018:    'Search the contents of this course'
1.18      zhu      1019: => '课程内容搜索',
1.6       bisitz   1020: 
                   1021:    'Search the database of published resources and accessible portfolio files'
                   1022: => '搜索数据库资源和文件夹',
                   1023: 
                   1024:    'Send broadcast and receipt-required email'
1.93      raeburn  1025: => 'Send broadcast and receipt-required email',
1.6       bisitz   1026: 
                   1027:    'Show Problem Completeness'
1.93      raeburn  1028: => 'Show Problem Completeness',
1.6       bisitz   1029: 
                   1030:    'Switch to another course'
1.93      raeburn  1031: => 'Switch to another course',
1.6       bisitz   1032: 
                   1033:    'System wide - can be used for any courses system wide'
1.18      zhu      1034: => '全系统-可用于全系统任何课程',
1.6       bisitz   1035: 
                   1036:    'The extension on this file'
1.93      raeburn  1037: => 'The extension on this file',
1.6       bisitz   1038: 
                   1039:    'Unsupported character combination [_1] in filename, FAIL.'
1.93      raeburn  1040: => 'Unsupported character combination [_1] in filename, FAIL.,
1.6       bisitz   1041: 
                   1042:    'No valid extension found in filename, FAIL'
1.93      raeburn  1043: => 'Unsupported character combination [_1] in filename, FAIL.',
1.6       bisitz   1044: 
1.32      bisitz   1045:    'Filename of resource contains internal version number. Cannot publish such resources, FAIL'
1.93      raeburn  1046: => 'Filename of resource contains internal version number. Cannot publish such resources, FAIL',
1.6       bisitz   1047: 
                   1048:    'No valid custom distribution rights file specified, FAIL'
1.93      raeburn  1049: => 'No valid custom distribution rights file specified, FAIL',
1.6       bisitz   1050: 
                   1051:    'Could not write metadata, FAIL'
1.93      raeburn  1052: => 'Could not write metadata, FAIL',
1.6       bisitz   1053: 
                   1054:    'View documents included in this course'
                   1055: => '附加的课程文件',
                   1056: 
                   1057:    'Additional Keywords'
1.18      zhu      1058: => '其他关键字',
1.6       bisitz   1059: 
                   1060:    'Additional Metadata (non-standard, parameters, exports)'
1.18      zhu      1061: => '其他元数据 (没有标准化,参数,导出)',
1.6       bisitz   1062: 
                   1063:    'Author and Co-Author roles may not be available on servers other than your home server.'
1.18      zhu      1064: => '作者和共同作者的角色可能无法使用服务器上以外的其他家庭服务器。',
1.6       bisitz   1065: 
                   1066:    'Author(s)'
1.13      zhu      1067: => '作者',
1.6       bisitz   1068: 
                   1069:    'Average number of tries till solved'
1.18      zhu      1070: => '平均人数,尝试成功解答的',
1.6       bisitz   1071: 
                   1072:    'Browse Resources'
1.18      zhu      1073: => '浏览资源',
1.6       bisitz   1074: 
                   1075:    'Catalog Information'
1.18      zhu      1076: => '目录信息',
1.6       bisitz   1077: 
                   1078:    'Collapse Remote Control'
1.18      zhu      1079: => '禁用远程控制',
1.6       bisitz   1080: 
                   1081:    'Construction Space'
1.93      raeburn  1082: => 'Construction Space',
1.6       bisitz   1083: 
                   1084:    'Copied metadata'
1.18      zhu      1085: => '复制元数据',
1.6       bisitz   1086: 
                   1087:    'Copied source file'
1.18      zhu      1088: => '复制源文件',
1.6       bisitz   1089: 
                   1090:    'Copyright/Distribution'
1.18      zhu      1091: => '版权/权限',
1.6       bisitz   1092: 
                   1093:    'Copyright/Distribution:'
1.18      zhu      1094: => '版权/权限:',
1.6       bisitz   1095: 
                   1096:    'Course Documents'
                   1097: => '课程文件',
                   1098: 
                   1099:    'Creation Date'
1.18      zhu      1100: => '创建日期',
1.6       bisitz   1101: 
                   1102:    'Custom Distribution File'
1.18      zhu      1103: => '自定义文件访问权限',
1.6       bisitz   1104: 
                   1105:    'Degree of difficulty'
1.18      zhu      1106: => '难度',
1.6       bisitz   1107: 
                   1108:    'Dump Course DOCS to Construction Space'
1.93      raeburn  1109: => 'Dump Course DOCS to Construction Space',
1.6       bisitz   1110: 
                   1111:    'Dump Course DOCS to Construction Space: available on other servers'
1.93      raeburn  1112: => 'Dump Course DOCS to Construction Space: available on other servers',
1.6       bisitz   1113: 
                   1114:    'Entering course ...'
1.9       zhu      1115: => '进入课程...',
1.6       bisitz   1116: 
                   1117:    'Exam Information'
1.12      zhu      1118: => '考试信息',
1.6       bisitz   1119: 
                   1120:    'External Resource'
                   1121: => '外部资源',
                   1122: 
                   1123:    'Generate new role ...'
1.12      zhu      1124: => '创建新的角色...',
1.6       bisitz   1125: 
                   1126:    'Go to the next resource in the course sequence'
1.26      zhu      1127: => '前进',
1.6       bisitz   1128: 
                   1129:    'Go to the previous resource in the course sequence'
1.26      zhu      1130: => '后退',
1.6       bisitz   1131: 
                   1132:    'Import a published document'
1.12      zhu      1133: => '导入出版文件',
1.6       bisitz   1134: 
                   1135:    'Keyword(s)'
1.12      zhu      1136: => '密码',
1.6       bisitz   1137: 
                   1138:    'Logged Out'
1.9       zhu      1139: => '登出',
1.6       bisitz   1140: 
                   1141:    'MIME Type'
1.12      zhu      1142: => 'MIME类型',
1.6       bisitz   1143: 
                   1144:    'Make notes and annotations about this resource'
1.26      zhu      1145: => '备忘录',
1.6       bisitz   1146: 
                   1147:    'The material is covered with sufficient depth'
1.18      zhu      1148: => '这些主题包含有足够的难度',
1.6       bisitz   1149: 
                   1150:    'Metadata Information'
1.12      zhu      1151: => '元数据信息',
1.6       bisitz   1152: 
                   1153:    'My Personal Info'
                   1154: => '我的个人网页',
                   1155: 
                   1156:    'Network-wide number of accesses (hits)'
1.18      zhu      1157: => '网络的访问数量(“点击”)',
1.6       bisitz   1158: 
                   1159:    'Network-wide number of courses using resource'
1.18      zhu      1160: => '使用该课程资源的访问数量',
1.6       bisitz   1161: 
                   1162:    'Number of resources that follow this resource in maps'
1.18      zhu      1163: => '该资源目录汇编之后的访问数量',
1.6       bisitz   1164: 
                   1165:    'Number of resources that lead up to this resource in maps'
1.18      zhu      1166: => '该资源目录汇编之前的访问数量',
1.6       bisitz   1167: 
                   1168:    'Number of resources using or importing resource'
1.18      zhu      1169: => '资源数量的使用或导入',
1.6       bisitz   1170: 
                   1171:    'Obsolete'
1.18      zhu      1172: => '过时的',
1.6       bisitz   1173: 
                   1174:    'Parent Directory'
1.18      zhu      1175: => '父目录',
1.6       bisitz   1176: 
                   1177:    'Project Information'
1.18      zhu      1178: => '项目信息',
1.6       bisitz   1179: 
                   1180:    'Publisher/Owner'
1.13      zhu      1181: => '出版社/所有人',
1.6       bisitz   1182: 
                   1183:    'Publishing'
1.13      zhu      1184: => '出版物:',
1.6       bisitz   1185: 
                   1186:    'Publishing [_1]'
1.13      zhu      1187: => '出版物: [_1]',
1.6       bisitz   1188: 
                   1189:    'Resource Details'
1.93      raeburn  1190: => 'Resource Details',
1.6       bisitz   1191: 
                   1192:    'Link to Resource'
1.93      raeburn  1193: => 'Link to Resource',
1.6       bisitz   1194: 
                   1195:    'Searching for your resource will be based on the following metadata. Please provide as much data as possible.'
1.93      raeburn  1196: => 'Searching for your resource will be based on the following metadata. Please provide as much data as possible.',
1.6       bisitz   1197: 
                   1198:    'Resource Publication'
1.93      raeburn  1199: => 'Resource Publication',
1.6       bisitz   1200: 
                   1201:    'Resource is technically correct'
1.93      raeburn  1202: => 'Resource is technically correct',
1.6       bisitz   1203: 
                   1204:    'Score Upload Form'
                   1205: => '分数上传表单',
                   1206: 
                   1207:    'Select Map'
                   1208: => '选择内容列表',
                   1209: 
                   1210:    'Load Map'
1.26      zhu      1211: => '上传',
1.6       bisitz   1212: 
                   1213:    'Set a bookmark for this resource'
1.26      zhu      1214: => '设定书签',
1.6       bisitz   1215: 
                   1216:    'Show all roles'
                   1217: => '显示所有角色',
                   1218: 
                   1219:    'Subject'
1.10      zhu      1220: => '主题',
1.6       bisitz   1221: 
                   1222:    'Successful Login'
1.9       zhu      1223: => '登录成功',
1.6       bisitz   1224: 
                   1225:    'Suggested Replacement for Obsolete File'
1.18      zhu      1226: => '建议更换过时文件',
1.6       bisitz   1227: 
                   1228:    'Switching Role'
                   1229: => '更换角色',
                   1230: 
                   1231:    'Target'
1.18      zhu      1232: => '目标',
1.6       bisitz   1233: 
1.37      bisitz   1234:    'This syllabus can be publicly viewed at [_1]'
1.63      zhu      1235: => '此课程可公开浏览: [_1]',
1.37      bisitz   1236: 
                   1237:    'Instead of using this template you can specify an external URL as Syllabus in the [_1]Course Parameters[_2].'
1.63      zhu      1238: => '如果不使用此模板,您可以在[_1]课程参数[_2]指定外部网址作为课程摘要。',
1.6       bisitz   1239: 
                   1240:    'Total number of students who have worked on this problem'
1.63      zhu      1241: => '回答该问题的学生总数',
1.6       bisitz   1242: 
                   1243:    'URLs To Include in Syllabus'
1.63      zhu      1244: => '网址,包括教学大纲',
1.6       bisitz   1245: 
                   1246:    'Upload a new main course document'
                   1247: => '外部文件',
                   1248: 
                   1249:    'Upload a new supplemental course document'
                   1250: => '附加的课程文件',
                   1251: 
                   1252:    'User'
                   1253: => '用户',
                   1254: 
                   1255:    'Wrote Metadata'
1.93      raeburn  1256: => 'Wrote Metadata',
1.6       bisitz   1257: 
                   1258:    'Your home server is '
1.93      raeburn  1259: => 'Your home server is ',
1.6       bisitz   1260: 
                   1261:    'anno-'
1.93      raeburn  1262: => 'anno-',
1.6       bisitz   1263: 
                   1264:    'announce'
1.93      raeburn  1265: => 'announce',
1.6       bisitz   1266: 
                   1267:    'bookmark'
1.93      raeburn  1268: => 'bookmark',
1.6       bisitz   1269: 
                   1270:    'chart'
1.93      raeburn  1271: => 'chart',
1.6       bisitz   1272: 
                   1273:    'chat'
1.12      zhu      1274: => '聊天室',
1.6       bisitz   1275: 
                   1276:    'close this window'
1.93      raeburn  1277: => 'close this window',
1.6       bisitz   1278: 
                   1279:    'con-'
                   1280: => 'con-',
                   1281: 
                   1282:    'docs'
1.93      raeburn  1283: => 'docs',
1.6       bisitz   1284: 
                   1285:    'exit'
                   1286: => '退出',
                   1287: 
                   1288:    'fas'
                   1289: => 'fas',
                   1290: 
                   1291:    'library'
1.93      raeburn  1292: => 'library',
1.6       bisitz   1293: 
                   1294:    'log in again'
1.93      raeburn  1295: => 'log in again',
1.6       bisitz   1296: 
                   1297:    'my'
1.93      raeburn  1298: => 'my',
1.6       bisitz   1299: 
                   1300:    'or'
1.93      raeburn  1301: => 'or',
1.6       bisitz   1302: 
                   1303:    'Or'
1.93      raeburn  1304: => 'Or',
1.6       bisitz   1305: 
                   1306:    'prepare'
1.93      raeburn  1307: => 'prepare',
1.6       bisitz   1308: 
                   1309:    'printout'
1.93      raeburn  1310: => 'printout',
1.6       bisitz   1311: 
                   1312:    'resource'
1.93      raeburn  1313: => 'resource',
1.6       bisitz   1314: 
                   1315:    'roles'
                   1316: => '角色',
                   1317: 
                   1318:    'search'
                   1319: => '查找',
                   1320: 
                   1321:    'set'
1.93      raeburn  1322: => 'set',
1.6       bisitz   1323: 
                   1324:    'space'
1.10      zhu      1325: => '领域',
1.6       bisitz   1326: 
                   1327:    'stats'
1.93      raeburn  1328: => 'stats',
1.6       bisitz   1329: 
                   1330:    'struct'
1.93      raeburn  1331: => 'struct',
1.6       bisitz   1332: 
                   1333:    'switch'
1.93      raeburn  1334: => 'switch',
1.6       bisitz   1335: 
                   1336:    'tations'
1.93      raeburn  1337: => 'tations',
1.6       bisitz   1338: 
                   1339:    'updated periodically'
1.12      zhu      1340: => '定期更新',
1.6       bisitz   1341: 
                   1342:    'user'
1.12      zhu      1343: => '用户',
1.6       bisitz   1344: 
                   1345:    'visible to author and co-authors only'
1.12      zhu      1346: => '只有作者和共同作者可见',
1.6       bisitz   1347: 
                   1348:    'All versions'
1.12      zhu      1349: => '所有版本',
1.6       bisitz   1350: 
                   1351:    'Default Metadata for Directory [_1]'
1.12      zhu      1352: => '默认元数据目录 [_1]',
1.6       bisitz   1353: 
                   1354:    'Error Messages'
1.12      zhu      1355: => '错误信息',
1.6       bisitz   1356: 
                   1357:    'Save Catalog Information'
1.12      zhu      1358: => '保存目录信息',
1.6       bisitz   1359: 
                   1360:    'Update Display'
1.12      zhu      1361: => '更新显示',
1.6       bisitz   1362: 
                   1363:    'Content changed'
1.12      zhu      1364: => '内容变化',
1.6       bisitz   1365: 
                   1366:    'Differences'
1.12      zhu      1367: => '差异',
1.6       bisitz   1368: 
                   1369:    'Last Week'
1.12      zhu      1370: => '上周',
1.6       bisitz   1371: 
                   1372:    'Modification Date'
1.12      zhu      1373: => '修改日期',
1.6       bisitz   1374: 
                   1375:    'Since Start of Course'
1.12      zhu      1376: => '从启动课程起',
1.6       bisitz   1377: 
                   1378:    'Since Yesterday'
1.12      zhu      1379: => '从昨天起',
1.6       bisitz   1380: 
                   1381:    'Verify Course Documents'
1.12      zhu      1382: => '验证课程文件',
1.6       bisitz   1383: 
                   1384:    'Version'
1.12      zhu      1385: => '版本',
1.6       bisitz   1386: 
                   1387:    'access denied'
1.12      zhu      1388: => '拒绝访问',
1.6       bisitz   1389: 
                   1390:    'connection down'
1.93      raeburn  1391: => 'connection down',
1.6       bisitz   1392: 
                   1393:    'during the last'
1.93      raeburn  1394: => 'during the last',
1.6       bisitz   1395: 
                   1396:    'not found'
1.93      raeburn  1397: => 'not found',
1.6       bisitz   1398: 
                   1399:    'warning(s)'
1.93      raeburn  1400: => 'warning(s)',
1.6       bisitz   1401: 
                   1402:    '[quant,_1,warning]'
1.93      raeburn  1403: => '[quant,_1,warning]',
1.6       bisitz   1404: 
                   1405:    'Advanced Catalog Search'
1.93      raeburn  1406: => 'Advanced Catalog Search',
1.6       bisitz   1407: 
                   1408:    'Advanced Search'
1.13      zhu      1409: => '高级搜索',
1.6       bisitz   1410: 
                   1411:    'Any Language'
1.13      zhu      1412: => '任何语言',
1.6       bisitz   1413: 
                   1414:    'Any category'
1.13      zhu      1415: => '任何类别',
1.6       bisitz   1416: 
                   1417:    'Any copyright/distribution'
1.13      zhu      1418: => '任何版权/访问权限',
1.6       bisitz   1419: 
                   1420:    'Broadcast Message to Course'
1.93      raeburn  1421: => '发送广播消息',
1.6       bisitz   1422: 
                   1423:    "Click to download or use your browser's Save Link function"
1.93      raeburn  1424: => "Click to download or use your browser's Save Link function",
1.6       bisitz   1425: 
                   1426:    'Close'
1.13      zhu      1427: => '关闭',
1.6       bisitz   1428: 
                   1429:    'Compact View'
1.13      zhu      1430: => '简洁视图',
1.6       bisitz   1431: 
                   1432:    'Detailed Citation View'
1.13      zhu      1433: => '查看详细引文',
1.6       bisitz   1434: 
                   1435:    'Distribute Messages from Uploaded File to Course'
1.93      raeburn  1436: => 'Distribute Messages from Uploaded File to Course',
1.6       bisitz   1437: 
                   1438:    'Edit Catalog Information'
1.18      zhu      1439: => '编辑目录信息',
1.6       bisitz   1440: 
                   1441:    'Edit Content of a Map'
1.93      raeburn  1442: => 'Edit Content of a Map',
1.6       bisitz   1443: 
                   1444:    'Edit Directory Catalog Information'
1.18      zhu      1445: => '编辑目录信息分类',
1.6       bisitz   1446: 
                   1447:    'Evaluate Resource'
1.18      zhu      1448: => '评估此资源',
1.6       bisitz   1449: 
                   1450:    'Failed Access to Construction Space'
1.93      raeburn  1451: => 'Failed Access to Construction Space',
1.6       bisitz   1452: 
                   1453:    'Fielded Format'
1.18      zhu      1454: => '字段格式',
1.6       bisitz   1455: 
                   1456:    'File Category'
1.13      zhu      1457: => '文件分类',
1.6       bisitz   1458: 
                   1459:    'Force publication of unmodified files'
1.93      raeburn  1460: => 'Force publication of unmodified files',
1.6       bisitz   1461: 
                   1462:    'Keywords'
1.18      zhu      1463: => '关键词',
1.6       bisitz   1464: 
                   1465:    'Last access'
1.18      zhu      1466: => '上次访问',
1.6       bisitz   1467: 
                   1468:    'Last modified'
1.18      zhu      1469: => '最后修改',
1.6       bisitz   1470: 
                   1471:    'Limit by copyright/distribution'
1.18      zhu      1472: => '受版权/访问权限限制',
1.6       bisitz   1473: 
                   1474:    'Limit by language'
1.18      zhu      1475: => '受语言限制',
1.6       bisitz   1476: 
                   1477:    'Open'
1.27      zhu      1478: => '打开',
1.6       bisitz   1479: 
                   1480:    'Per Page'
1.18      zhu      1481: => '每页',
1.6       bisitz   1482: 
                   1483:    'Printing Helper'
1.18      zhu      1484: => '打印助手',
1.6       bisitz   1485: 
                   1486:    'Provide feedback messages or contribute to the course discussion about this resource'
1.93      raeburn  1487: => '反馈意见或讨论',
1.6       bisitz   1488: 
                   1489:    'Provide my evaluation of this resource'
1.93      raeburn  1490: => '对此资源给出我的评价',
1.6       bisitz   1491: 
                   1492:    'Publish'
1.10      zhu      1493: => '发布',
1.6       bisitz   1494: 
                   1495:    'Publish Directory'
1.10      zhu      1496: => '发布目录',
1.6       bisitz   1497: 
                   1498:    'Publish Directory and Sub Directories'
1.18      zhu      1499: => '发布目录和子目录',
1.6       bisitz   1500: 
                   1501:    'Related'
1.18      zhu      1502: => '相关的',
1.6       bisitz   1503: 
                   1504:    'Resource Feedback and Discussion'
1.18      zhu      1505: => '资源的反馈和讨论',
1.6       bisitz   1506: 
                   1507:    'Search Complete'
1.18      zhu      1508: => '搜索完成',
1.6       bisitz   1509: 
                   1510:    'Send Message to User(s)'
1.93      raeburn  1511: => '发送讯息到用户',
1.6       bisitz   1512: 
                   1513:    'Show catalog information'
1.93      raeburn  1514: => '查看目录信息',
1.6       bisitz   1515: 
1.56      zhu      1516:    'Show Metadata'
1.93      raeburn  1517: => '查看元数据',
1.56      zhu      1518: 
1.6       bisitz   1519:    'Show resource'
1.22      zhu      1520: => '查看资源',
1.6       bisitz   1521: 
                   1522:    'Statistics'
1.18      zhu      1523: => '统计',
1.6       bisitz   1524: 
                   1525:    'Summary View'
1.13      zhu      1526: => '概要',
1.6       bisitz   1527: 
1.72      bisitz   1528:    'There are currently no results.'
                   1529: => '目前没有任何结果。',
1.6       bisitz   1530: 
                   1531:    'Search: '
1.18      zhu      1532: => '搜索: ',
1.6       bisitz   1533: 
                   1534:    'URL'
                   1535: => 'URL',
                   1536: 
                   1537:    'Unpublished'
1.18      zhu      1538: => '未发行的',
1.6       bisitz   1539: 
                   1540:    'Up'
1.93      raeburn  1541: => 'Up',
1.6       bisitz   1542: 
                   1543:    'View'
1.27      zhu      1544: => '查看',
1.6       bisitz   1545: 
                   1546:    'View Critical Messages'
1.22      zhu      1547: => '浏览重要讯息',
1.6       bisitz   1548: 
                   1549:    'Words'
1.22      zhu      1550: => '词',
1.6       bisitz   1551: 
                   1552:    'XML/SGML'
                   1553: => 'XML/SGML',
                   1554: 
                   1555:    'abstract'
1.93      raeburn  1556: => 'abstract',
1.6       bisitz   1557: 
                   1558:    'audio'
1.22      zhu      1559: => '音频',
1.6       bisitz   1560: 
                   1561:    'author'
1.13      zhu      1562: => '作者',
1.6       bisitz   1563: 
                   1564:    'catalog'
1.18      zhu      1565: => '目录',
1.6       bisitz   1566: 
                   1567:    'copyright'
1.18      zhu      1568: => '版权',
1.6       bisitz   1569: 
                   1570:    'directory'
1.10      zhu      1571: => '文件夹',
1.6       bisitz   1572: 
                   1573:    'discuss'
1.93      raeburn  1574: => 'discuss',
1.6       bisitz   1575: 
                   1576:    'evaluate'
1.10      zhu      1577: => '评价',
1.6       bisitz   1578: 
                   1579:    'feedback'
1.10      zhu      1580: => '反馈',
1.6       bisitz   1581: 
                   1582:    'keywords'
1.10      zhu      1583: => '关键词',
1.6       bisitz   1584: 
                   1585:    'language'
1.10      zhu      1586: => '语言',
1.6       bisitz   1587: 
                   1588:    'movies'
1.10      zhu      1589: => '电影',
1.6       bisitz   1590: 
                   1591:    'notes'
1.10      zhu      1592: => '注释',
1.6       bisitz   1593: 
                   1594:    'obsolete'
1.10      zhu      1595: => '过时的',
1.6       bisitz   1596: 
                   1597:    'pages'
1.10      zhu      1598: => '页',
1.6       bisitz   1599: 
                   1600:    'pictures'
1.10      zhu      1601: => '图片',
1.6       bisitz   1602: 
                   1603:    'problem'
1.10      zhu      1604: => '任务',
1.6       bisitz   1605: 
                   1606:    'resources'
1.10      zhu      1607: => '资源',
1.6       bisitz   1608: 
                   1609:    'sequence'
1.10      zhu      1610: => '顺序',
1.6       bisitz   1611: 
1.19      zhu      1612:    'subject: '
1.10      zhu      1613: => '主题',
1.6       bisitz   1614: 
                   1615:    'this'
1.10      zhu      1616: => '这个',
1.6       bisitz   1617: 
                   1618:    'title'
1.10      zhu      1619: => '标题',
1.6       bisitz   1620: 
                   1621:    'About Me'
                   1622: => '关于我',
                   1623: 
                   1624:    'Bulletin Board/Discussion'
1.93      raeburn  1625: => 'Bulletin Board/Discussion',
1.6       bisitz   1626: 
                   1627:    'Clear All'
1.10      zhu      1628: => '全部清除',
1.6       bisitz   1629: 
                   1630:    'Close All Folders'
1.10      zhu      1631: => '关闭所有文件夹',
1.6       bisitz   1632: 
                   1633:    'Construction Space File Operation'
1.93      raeburn  1634: => 'Construction Space File Operation',
1.6       bisitz   1635: 
                   1636:    'Contact Information'
                   1637: => '联系信息',
                   1638: 
                   1639:    'Contact'
                   1640: => '联系我',
                   1641: 
                   1642:    'Copied old metadata'
1.10      zhu      1643: => '复制旧数据',
1.6       bisitz   1644: 
                   1645:    'Failed to write old metadata copy'
1.93      raeburn  1646: => 'Failed to write old metadata copy',
1.6       bisitz   1647: 
                   1648:    'Copied old target file'
1.10      zhu      1649: => '复制旧的目标文件',
1.6       bisitz   1650: 
                   1651:    'Failed to copy old target'
1.93      raeburn  1652: => 'Failed to copy old target',
1.6       bisitz   1653: 
1.39      bisitz   1654:    'Created directory [_1]'
1.93      raeburn  1655: => 'Created directory [_1]',
1.6       bisitz   1656: 
                   1657:    'Copyright'
                   1658: => '版权',
                   1659: 
                   1660:    'Could Not Process Request'
1.10      zhu      1661: => '命令无法执行',
1.6       bisitz   1662: 
                   1663:    'Default'
1.9       zhu      1664: => '默认设置',
1.6       bisitz   1665: 
                   1666:    'Discard Selected'
1.93      raeburn  1667: => 'Discard Selected',
1.6       bisitz   1668: 
                   1669:    'EMail and Messages'
1.10      zhu      1670: => '电子邮件和信息',
1.6       bisitz   1671: 
                   1672:    'Edit this resource'
1.93      raeburn  1673: => '编辑此资源',
1.6       bisitz   1674: 
                   1675:    'Enter construction space as co-author'
1.93      raeburn  1676: => 'Enter construction space as co-author',
1.6       bisitz   1677: 
                   1678:    'Enter construction space as a co-author'
1.93      raeburn  1679: => 'Enter construction space as a co-author',
1.6       bisitz   1680: 
                   1681:    'Enter construction space as assistant co-author'
1.93      raeburn  1682: => 'Enter construction space as assistant co-author',
1.6       bisitz   1683: 
                   1684:    'Host'
1.10      zhu      1685: => '计算',
1.6       bisitz   1686: 
                   1687:    'Last updated'
                   1688: => '最后更新',
                   1689: 
                   1690:    'Mime type'
1.10      zhu      1691: => 'MIME 类型',
1.6       bisitz   1692: 
                   1693:    'Modified'
1.10      zhu      1694: => '修改过的',
1.6       bisitz   1695: 
                   1696:    'Modify deadlines, etc, for this assessment resource'
1.27      zhu      1697: => '为这项评估资源修改期限等',
1.6       bisitz   1698: 
                   1699:    'Modify user grades for this assessment resource'
1.93      raeburn  1700: => '手动评估',
1.6       bisitz   1701: 
                   1702:    'View user submissions for this assessment resource'
1.93      raeburn  1703: => 'View user submissions for this assessment resource',
1.6       bisitz   1704: 
                   1705:    'Move Down'
1.27      zhu      1706: => '下移',
1.6       bisitz   1707: 
                   1708:    'Move Up'
1.27      zhu      1709: => '上移',
1.6       bisitz   1710: 
                   1711:    'New Title'
1.22      zhu      1712: => '新标题',
1.6       bisitz   1713: 
                   1714:    'Open All Folders'
1.27      zhu      1715: => '打开所有文件夹',
1.6       bisitz   1716: 
                   1717:    'Owner/Publisher'
1.27      zhu      1718: => '所有者/出版社',
1.6       bisitz   1719: 
1.22      zhu      1720:    'Personal Information Page'
                   1721: => '个人资料页面',
                   1722: 
1.6       bisitz   1723:    'Personal Information'
                   1724: => '个人信息',
                   1725: 
1.30      bisitz   1726:    'Privacy Note:'
                   1727: => '注意隐私:',
1.6       bisitz   1728: 
                   1729:    'Published'
1.27      zhu      1730: => '出版的',
1.6       bisitz   1731: 
                   1732:    'Reading results from'
1.93      raeburn  1733: => 'Reading results from',
1.6       bisitz   1734: 
                   1735:    'Retrieve'
1.57      zhu      1736: => '恢复',
1.6       bisitz   1737: 
                   1738:    'Revert to Last Saved'
1.93      raeburn  1739: => 'Revert to Last Saved',
1.6       bisitz   1740: 
                   1741:    'Revision Date'
1.93      raeburn  1742: => 'Revision Date',
1.6       bisitz   1743: 
                   1744:    'Shared by course faculty and staff'
                   1745: => '共同管理人员和工作人员',
                   1746: 
                   1747:    'Synchronized SQL metadata database'
1.93      raeburn  1748: => 'Synchronized SQL metadata database',
1.6       bisitz   1749: 
                   1750:    'Task'
1.93      raeburn  1751: => 'Task',
1.6       bisitz   1752: 
                   1753:    'Temporary Assembly Workspace'
1.93      raeburn  1754: => 'Temporary Assembly Workspace',
1.6       bisitz   1755: 
                   1756:    'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.'
                   1757: => '任何登录LON-CAPA的人都能看到您提供的数据,如果不想公开就不要上传任何数据。',
                   1758: 
                   1759:    'Topic'
1.12      zhu      1760: => '主题',
1.6       bisitz   1761: 
                   1762:    'Upload a Photo'
                   1763: => '上传相片',
                   1764: 
                   1765:    'Add Records'
                   1766: => '添加记录',
                   1767: 
                   1768:    'User Notes, Face-to-Face, Critical Messages, Broadcast Messages, Archived Messages'
1.10      zhu      1769: => '用户注释, 个人讨论, 重要信息, 小区广播,存档信息',
1.6       bisitz   1770: 
                   1771:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
1.10      zhu      1772: => '用户注释,记录用户的讨论和重要信息',
1.6       bisitz   1773: 
                   1774:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
1.9       zhu      1775: => '用户注释,记录面对面的讨论,课程重要讯息',
1.6       bisitz   1776: 
                   1777:    'User Notes, Records of Face-To-Face Discussions, Critical Messages, Broadcast Messages and Archived Messages in Course'
1.9       zhu      1778: => '用户注释,记录面对面讨论,重要的信息,广播信息,课程存档',
1.6       bisitz   1779: 
                   1780:    'No notes, face-to-face discussion records, critical messages, or broadcast messages in this [_1].'
1.10      zhu      1781: => '对于 [_1] 没有用户注释, 记录用户的讨论, 重要信息, 或者广播信息。',
1.6       bisitz   1782: 
                   1783:    'Version Number'
1.10      zhu      1784: => '版本号',
1.6       bisitz   1785: 
                   1786:    'View Published Version'
1.10      zhu      1787: => '查看发布的版本',
1.6       bisitz   1788: 
                   1789:    'Web References'
                   1790: => 'Web 引用',
                   1791: 
                   1792:    'co con-'
1.93      raeburn  1793: => 'co con-',
1.6       bisitz   1794: 
                   1795:    'co res'
1.93      raeburn  1796: => 'co res',
1.6       bisitz   1797: 
                   1798:    'contacting'
1.10      zhu      1799: => '建立联系',
1.6       bisitz   1800: 
                   1801:    'edit'
1.9       zhu      1802: => '编辑',
1.6       bisitz   1803: 
                   1804:    'interface available'
1.93      raeburn  1805: => 'interface available',
1.6       bisitz   1806: 
                   1807:    'missions'
1.9       zhu      1808: => '任务',
1.6       bisitz   1809: 
                   1810:    'view sub-'
1.93      raeburn  1811: => 'view sub-',
1.6       bisitz   1812: 
                   1813:    'waiting on'
1.93      raeburn  1814: => 'waiting on',
1.6       bisitz   1815: 
                   1816:    '#Stdnts'
1.93      raeburn  1817: => '#Stdnts',
1.6       bisitz   1818: 
                   1819:    '#YES'
1.93      raeburn  1820: => '#YES',
1.6       bisitz   1821: 
                   1822:    '%Wrng'
                   1823: => '%Wrng',
                   1824: 
                   1825:    'Brief view of each students performance in course.'
1.93      raeburn  1826: => 'Brief view of each students performance in course.',
1.6       bisitz   1827: 
                   1828:    'Clear Caches'
1.9       zhu      1829: => '清除缓存',
1.6       bisitz   1830: 
1.89      bisitz   1831:    'Course Statistics and Charts cannot be retrieved until the database is restarted. Your data is intact but cannot be displayed at this time.'
1.93      raeburn  1832: => 'Course Statistics and Charts cannot be retrieved until the database is restarted. Your data is intact but cannot be displayed at this time.',
1.6       bisitz   1833: 
                   1834:    'Detailed statistics and graphs of student performance on problems.'
1.93      raeburn  1835: => 'Detailed statistics and graphs of student performance on problems.',
1.6       bisitz   1836: 
                   1837:    'DoDiff'
1.93      raeburn  1838: => 'DoDiff',
1.6       bisitz   1839: 
                   1840:    'Enrollment Status'
1.93      raeburn  1841: => 'Enrollment Status',
1.6       bisitz   1842: 
                   1843:    'Generate Statistics'
1.12      zhu      1844: => '建立统计资料',
1.6       bisitz   1845: 
                   1846:    'Max Tries'
1.93      raeburn  1847: => 'Max Tries',
1.6       bisitz   1848: 
                   1849:    'Mean Tries'
1.93      raeburn  1850: => 'Mean Tries',
1.6       bisitz   1851: 
                   1852:    'Output'
1.93      raeburn  1853: => 'Output',
1.6       bisitz   1854: 
                   1855:    'Overall Problem Statistics'
1.93      raeburn  1856: => 'Overall Problem Statistics',
1.6       bisitz   1857: 
                   1858:    'Please notify the server administrator [_1]'
1.93      raeburn  1859: => 'Please notify the server administrator [_1]',
1.6       bisitz   1860: 
                   1861:    'Preparing Excel Spreadsheet'
1.93      raeburn  1862: => 'Preparing Excel Spreadsheet',
1.6       bisitz   1863: 
                   1864:    'Problem Status Chart'
1.93      raeburn  1865: => 'Problem Status Chart',
1.6       bisitz   1866: 
                   1867:    'S.D. tries'
1.93      raeburn  1868: => 'S.D. tries',
1.6       bisitz   1869: 
                   1870:    'Sections'
1.93      raeburn  1871: => 'Sections',
1.6       bisitz   1872: 
                   1873:    'Sequence or Folder'
1.93      raeburn  1874: => 'Sequence or Folder',
1.6       bisitz   1875: 
                   1876:    'Sequences and Folders'
1.93      raeburn  1877: => 'Sequences and Folders',
1.6       bisitz   1878: 
                   1879:    'Skew Tries'
1.93      raeburn  1880: => 'Skew Tries',
1.6       bisitz   1881: 
                   1882:    'Statistics and Problem Analysis'
1.93      raeburn  1883: => 'Statistics and Problem Analysis',
1.6       bisitz   1884: 
                   1885:    'Student performance statistics on all problems.'
1.93      raeburn  1886: => 'Student performance statistics on all problems.',
1.6       bisitz   1887: 
                   1888:    'Unable to connect to database!'
1.93      raeburn  1889: => 'Unable to connect to database!',
1.6       bisitz   1890: 
                   1891:    'Your Excel Spreadsheet'
1.93      raeburn  1892: => 'Your Excel Spreadsheet',
1.6       bisitz   1893: 
                   1894:    'Your Excel spreadsheet.'
1.93      raeburn  1895: => 'Your Excel spreadsheet.',
1.6       bisitz   1896: 
                   1897:    'Your Excel spreadsheet'
1.93      raeburn  1898: => 'Your Excel spreadsheet',
1.6       bisitz   1899: 
                   1900:    'Your CSV file.'
1.93      raeburn  1901: => 'Your CSV file.',
1.6       bisitz   1902: 
                   1903:    'Your CSV file'
1.93      raeburn  1904: => 'Your CSV file',
1.6       bisitz   1905: 
                   1906:    'part'
1.27      zhu      1907: => '部分',
1.6       bisitz   1908: 
                   1909:    'part - '
1.70      zhu      1910: => '部分 ',
1.6       bisitz   1911: 
                   1912:    'problem statistics grouped by sequence'
1.93      raeburn  1913: => 'problem statistics grouped by sequence',
1.6       bisitz   1914: 
                   1915:    'problem statistics ungrouped'
1.93      raeburn  1916: => 'problem statistics ungrouped',
1.6       bisitz   1917: 
                   1918:    'problem statistics, Excel'
1.93      raeburn  1919: => 'problem statistics, Excel',
1.6       bisitz   1920: 
                   1921:    'Significant figures are incorrect, submission was not graded.'
1.93      raeburn  1922: => 'Significant figures are incorrect, submission was not graded.',
1.6       bisitz   1923: 
                   1924:    '. . . for a particular section'
                   1925: => '. . . für eine bestimmte Sektion',
                   1926: 
                   1927:    '. . . for all students in the course'
                   1928: => '. . . für alle Studenten im Kurs',
                   1929: 
                   1930:    '. . . for an individual student'
                   1931: => '. . . für einen bestimmten Studenten',
                   1932: 
1.90      bisitz   1933:    '12 am' # midnight
1.93      raeburn  1934: => '12 am',
1.90      bisitz   1935: 
                   1936:    'midnight'
                   1937: => '午夜',
                   1938: 
1.6       bisitz   1939:    '1 am'
1.93      raeburn  1940: => '1 am',
1.6       bisitz   1941: 
1.90      bisitz   1942:    '2 am'
1.93      raeburn  1943: => '2 am',
1.90      bisitz   1944: 
                   1945:    '3 am'
1.93      raeburn  1946: => '3 am',
1.90      bisitz   1947: 
                   1948:    '4 am'
1.93      raeburn  1949: => '4 am',
1.90      bisitz   1950: 
                   1951:    '5 am'
1.93      raeburn  1952: => '5 am',
1.90      bisitz   1953: 
                   1954:    '6 am'
1.93      raeburn  1955: => '6 am',
1.90      bisitz   1956: 
                   1957:    '7 am'
1.93      raeburn  1958: => '7 am',
1.90      bisitz   1959: 
                   1960:    '8 am'
1.93      raeburn  1961: => '8 am',
1.90      bisitz   1962: 
                   1963:    '9 am'
1.93      raeburn  1964: => '9 am',
1.6       bisitz   1965: 
                   1966:    '10 am'
1.93      raeburn  1967: => '10 am',
1.6       bisitz   1968: 
                   1969:    '11 am'
1.93      raeburn  1970: => '11 am',
1.6       bisitz   1971: 
                   1972:    '12 noon'
1.93      raeburn  1973: => '12 noon',
1.6       bisitz   1974: 
1.90      bisitz   1975:    'noon'
                   1976: => '中午',
                   1977: 
                   1978:    '1 pm'
1.93      raeburn  1979: => '1 pm',
1.6       bisitz   1980: 
                   1981:    '2 pm'
1.93      raeburn  1982: => '2 pm',
1.6       bisitz   1983: 
                   1984:    '3 pm'
1.93      raeburn  1985: => '3 pm',
1.6       bisitz   1986: 
                   1987:    '4 pm'
1.93      raeburn  1988: => '4 pm',
1.6       bisitz   1989: 
                   1990:    '5 pm'
1.93      raeburn  1991: => '5 pm',
1.6       bisitz   1992: 
                   1993:    '6 pm'
1.93      raeburn  1994: => '6 pm',
1.6       bisitz   1995: 
                   1996:    '7 pm'
1.93      raeburn  1997: => '7 pm',
1.6       bisitz   1998: 
                   1999:    '8 pm'
1.93      raeburn  2000: => '8 pm',
1.6       bisitz   2001: 
                   2002:    '9 pm'
1.93      raeburn  2003: => '9 pm',
1.6       bisitz   2004: 
1.90      bisitz   2005:    '10 pm'
1.93      raeburn  2006: => '10 pm',
1.90      bisitz   2007: 
                   2008:    '11 pm'
1.93      raeburn  2009: => '11 pm',
1.90      bisitz   2010: 
1.6       bisitz   2011:    '<- Previous'
                   2012: => '<- Zurück',
                   2013: 
                   2014:    'ALL'
1.93      raeburn  2015: => 'ALL',
1.6       bisitz   2016: 
                   2017:    'All Maps or Folders'
1.93      raeburn  2018: => 'All Maps or Folders',
1.6       bisitz   2019: 
                   2020:    'Any User'
1.18      zhu      2021: => '任何用户',
1.6       bisitz   2022: 
                   2023:    'Assessment URL and Title'
1.18      zhu      2024: => '评估网址和标题',
1.6       bisitz   2025: 
                   2026:    'Assigned User Roles'
1.18      zhu      2027: => '用户角色分配',
1.6       bisitz   2028: 
                   2029:    'Browse resources'
1.18      zhu      2030: => '搜索资源',
1.6       bisitz   2031: 
                   2032:    'Changes can take up to 10 minutes before being active for all students.'
1.93      raeburn  2033: => 'Changes can take up to 10 minutes before being active for all students.',
1.6       bisitz   2034: 
                   2035:    'Course Assessment Parameter - Helper Mode'
1.18      zhu      2036: => '课程评估参数 - 助手模式',
1.6       bisitz   2037: 
                   2038:    'Course Assessment Parameters - Overview Mode'
1.18      zhu      2039: => '课程评估参数 - 摘要模式',
1.6       bisitz   2040: 
                   2041:    'Course Assessments Parameters - Table Mode'
1.18      zhu      2042: => '课程评估参数 - 表模式',
1.6       bisitz   2043: 
                   2044:    'Course Environment Parameters'
1.18      zhu      2045: => '课程环境参数',
1.6       bisitz   2046: 
                   2047:    'Course Parameter Helper'
1.18      zhu      2048: => '课程参数实用工具',
1.6       bisitz   2049: 
                   2050:    'Create New Environment Variable'
1.18      zhu      2051: => '创造新的环境变量',
1.6       bisitz   2052: 
                   2053:    'Current Session Value'
1.63      zhu      2054: => '当前会话的值',
1.6       bisitz   2055: 
                   2056:    'Default Value'
1.18      zhu      2057: => '缺省值',
1.6       bisitz   2058: 
                   2059:    'Delete a role'
1.18      zhu      2060: => '删除角色',
1.6       bisitz   2061: 
                   2062:    'Disable all communication among students'
1.93      raeburn  2063: => 'Disable all communication among students',
1.6       bisitz   2064: 
                   2065:    'Enclosing Map or Folder'
1.27      zhu      2066: => '附有目录或文件夹',
1.6       bisitz   2067: 
                   2068:    'Every problem in a particular folder'
1.27      zhu      2069: => '每一个问题在一个特定的文件夹',
1.6       bisitz   2070: 
                   2071:    'Every problem in the course'
1.27      zhu      2072: => '课程的中每一个问题',
1.6       bisitz   2073: 
                   2074:    'Folder'
1.10      zhu      2075: => '文件夹',
1.6       bisitz   2076: 
                   2077:    'Grant/revoke Course Custom Role'
1.93      raeburn  2078: => 'Grant/revoke Course Custom Role',
1.6       bisitz   2079: 
                   2080:    'Grant/revoke role of Administrator'
1.93      raeburn  2081: => 'Grant/revoke role of Administrator',
1.6       bisitz   2082: 
                   2083:    'Grant/revoke role of Author'
1.93      raeburn  2084: => 'Grant/revoke role of Author',
1.6       bisitz   2085: 
                   2086:    'Grant/revoke role of Course Coordinator'
1.93      raeburn  2087: => 'Grant/revoke role of Course Coordinator',
1.6       bisitz   2088: 
                   2089:    'Grant/revoke role of Domain Guest'
1.93      raeburn  2090: => 'Grant/revoke role of Domain Guest',
1.6       bisitz   2091: 
                   2092:    'Grant/revoke role of Librarian'
1.93      raeburn  2093: => 'Grant/revoke role of Librarian',
1.6       bisitz   2094: 
                   2095:    'Grant/revoke role of Teaching Assistant'
1.93      raeburn  2096: => 'Grant/revoke role of Teaching Assistant',
1.6       bisitz   2097: 
                   2098:    'Internally authenticated'
1.93      raeburn  2099: => 'Internally authenticated',
1.6       bisitz   2100: 
                   2101:    'Kerberos authenticated'
1.93      raeburn  2102: => 'Kerberos authenticated',
1.6       bisitz   2103: 
                   2104:    'LON-CAPA Helper:'
1.93      raeburn  2105: => 'LON-CAPA Helper:',
1.6       bisitz   2106: 
                   2107:    'Lock and unlock assessments'
1.93      raeburn  2108: => 'Lock and unlock assessments',
1.6       bisitz   2109: 
                   2110:    'Manage Access Keys'
1.93      raeburn  2111: => 'Manage Access Keys',
1.6       bisitz   2112: 
                   2113:    'Manage access keys'
1.93      raeburn  2114: => 'Manage access keys',
1.6       bisitz   2115: 
                   2116:    'Max Possible To Date'
1.10      zhu      2117: => '到现在为止,最高可达到',
1.6       bisitz   2118: 
                   2119:    'Modify Course Assessment Parameters'
1.93      raeburn  2120: => 'Modify Course Assessment Parameters',
1.6       bisitz   2121: 
                   2122:    'Modify authentication mechanism and data for a user'
1.93      raeburn  2123: => 'Modify authentication mechanism and data for a user',
1.6       bisitz   2124: 
                   2125:    'Modify grades'
1.93      raeburn  2126: => 'Modify grades',
1.6       bisitz   2127: 
                   2128:    'Next ->'
1.12      zhu      2129: => '下一步 ->',
1.6       bisitz   2130: 
                   2131:    'One particular problem'
1.93      raeburn  2132: => 'One particular problem',
1.6       bisitz   2133: 
                   2134:    'Parameter Name'
1.18      zhu      2135: => '参数名',
1.6       bisitz   2136: 
                   2137:    'Parameter Type'
1.18      zhu      2138: => '参数类型',
1.6       bisitz   2139: 
                   2140:    'Parameter in Effect'
1.18      zhu      2141: => '有效参数',
1.6       bisitz   2142: 
                   2143:    'Please select a problem to analyze'
1.18      zhu      2144: => '请选择问题进行分析',
1.6       bisitz   2145: 
                   2146:    'Post anonymously'
1.18      zhu      2147: => '匿名发送',
1.6       bisitz   2148: 
                   2149:    'Post discussion on course resources'
1.18      zhu      2150: => '发送该课程资源的讨论',
1.6       bisitz   2151: 
                   2152:    'Post system frontpage announcements'
1.18      zhu      2153: => '给系统主页发送通知',
1.6       bisitz   2154: 
                   2155:    'Post to live chatrooms'
1.18      zhu      2156: => '发送到在线聊天室',
                   2157: 
                   2158:    'Post to chatrooms'
                   2159: => '发送到聊天室',
1.6       bisitz   2160: 
                   2161:    'Problems Not Contained In A Folder'
1.18      zhu      2162: => '问题不包含在一个文件夹中',
1.6       bisitz   2163: 
                   2164:    'Section'
1.12      zhu      2165: => '章节',
1.6       bisitz   2166: 
                   2167:    'Section:'
1.12      zhu      2168: => '章节:',
1.6       bisitz   2169: 
                   2170:    'Select Date'
1.12      zhu      2171: => '请选择日期',
1.6       bisitz   2172: 
                   2173:    'Select Enclosing Map or Folder'
1.93      raeburn  2174: => 'Select Enclosing Map or Folder',
1.6       bisitz   2175: 
                   2176:    'Select Parameter Level'
1.93      raeburn  2177: => 'Select Parameter Level',
1.6       bisitz   2178: 
                   2179:    'Send internal email'
1.12      zhu      2180: => '发送内部电子邮件',
1.6       bisitz   2181: 
                   2182:    'Set Course Environment Parameters'
1.93      raeburn  2183: => 'Set Course Environment Parameters',
1.6       bisitz   2184: 
                   2185:    'Set Date'
1.12      zhu      2186: => '设定日期',
1.6       bisitz   2187: 
1.31      bisitz   2188:    'Set Defaults for All Resources in [_1]Specifically for [_2][_3]'
1.93      raeburn  2189: => 'Set Defaults for All Resources in [_1]Specifically for [_2][_3]',
1.6       bisitz   2190: 
                   2191:    'Set a due date'
1.9       zhu      2192: => '设定一个截止日期',
1.6       bisitz   2193: 
                   2194:    'Set an answer open date'
1.93      raeburn  2195: => 'Set an answer open date',
1.6       bisitz   2196: 
                   2197:    'Set an open date'
1.93      raeburn  2198: => 'Set an open date',
1.6       bisitz   2199: 
                   2200:    'Set opening datefor all problems in the course for. . .'
1.93      raeburn  2201: => 'Set opening datefor all problems in the course for. . .',
1.6       bisitz   2202: 
                   2203:    'Set the number of tries'
1.27      zhu      2204: => '设置尝试次数',
1.6       bisitz   2205: 
                   2206:    'Set the problem weight'
1.27      zhu      2207: => '设置问题难度',
1.6       bisitz   2208: 
                   2209:    'Set/Modify Course Assessment Parameter'
1.27      zhu      2210: => '设置/修改课程评估参数',
1.6       bisitz   2211: 
                   2212:    'Set/Modify Course Assessment Parameters'
1.27      zhu      2213: => '设置/修改课程评估参数',
1.6       bisitz   2214: 
                   2215:    'Set/Modify Course Parameters'
1.27      zhu      2216: => '设置/修改课程参数',
1.6       bisitz   2217: 
                   2218:    'Show More Options'
1.27      zhu      2219: => '显示更多选项',
1.6       bisitz   2220: 
                   2221:    'Students Affected'
1.27      zhu      2222: => '受影响的学生',
1.6       bisitz   2223: 
                   2224:    'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.'
1.93      raeburn  2225: => 'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.',
1.6       bisitz   2226: 
                   2227:    'Total'
1.10      zhu      2228: => '总共',
1.6       bisitz   2229: 
                   2230:    'Total Parts In Course'
1.93      raeburn  2231: => 'Total Parts In Course',
1.6       bisitz   2232: 
                   2233:    'Type'
1.10      zhu      2234: => '型号',
1.6       bisitz   2235: 
                   2236:    'UNIX authenticated'
1.18      zhu      2237: => 'UNIX 认证',
1.6       bisitz   2238: 
                   2239:    'USERS'
1.10      zhu      2240: => '用户',
1.6       bisitz   2241: 
                   2242:    'Unknown ID'
1.10      zhu      2243: => '未知 ID',
1.6       bisitz   2244: 
                   2245:    'Unknown user'
1.10      zhu      2246: => '未知用户',
1.6       bisitz   2247: 
                   2248:    'Update Course Assessment Parameter Display'
1.93      raeburn  2249: => 'Update Course Assessment Parameter Display',
1.6       bisitz   2250: 
                   2251:    'Update Section or Specific User'
1.93      raeburn  2252: => 'Update Section or Specific User',
1.6       bisitz   2253: 
                   2254:    'Verify Selection'
1.10      zhu      2255: => '确认选择',
1.6       bisitz   2256: 
                   2257:    'Welcome to the Assignment Parameter Helper'
1.93      raeburn  2258: => 'Welcome to the Assignment Parameter Helper',
1.6       bisitz   2259: 
                   2260:    'What parameter do you want to set for all problems in the course?'
1.93      raeburn  2261: => 'What parameter do you want to set for all problems in the course?',
1.6       bisitz   2262: 
                   2263:    'What should the opening date be set to?'
1.93      raeburn  2264: => 'What should the opening date be set to?',
1.6       bisitz   2265: 
                   2266:    'Which Problem or Problems?'
1.93      raeburn  2267: => 'Which Problem or Problems?',
1.6       bisitz   2268: 
                   2269:    'Which problems do you wish to set a parameter for?'
1.93      raeburn  2270: => 'Which problems do you wish to set a parameter for?',
1.6       bisitz   2271: 
1.83      bisitz   2272:    'You need to choose another user role or enter a specific course or community for this function.'
                   2273: => 'You need to choose another user role or enter a specific course or community for this function.', # '对于此功能您需要选择另一个用户角色,或者输入特定的课程。',
1.6       bisitz   2274: 
                   2275:    'a.m.'
1.10      zhu      2276: => '上午',
1.6       bisitz   2277: 
                   2278:    'acc keys'
1.93      raeburn  2279: => 'acc keys',
1.6       bisitz   2280: 
                   2281:    'according to course preferences'
1.18      zhu      2282: => '根据课程设置',
1.6       bisitz   2283: 
                   2284:    'according to resource settings'
1.18      zhu      2285: => '根据资源设置',
1.6       bisitz   2286: 
                   2287:    'according to user session state'
1.18      zhu      2288: => '根据用户会话状态',
1.6       bisitz   2289: 
                   2290:    'all'
1.18      zhu      2291: => '所有的',
1.6       bisitz   2292: 
                   2293:    'at'
1.18      zhu      2294: => '在',
1.6       bisitz   2295: 
                   2296:    'at Domain'
1.18      zhu      2297: => '在域',
1.6       bisitz   2298: 
                   2299:    'at domain'
1.18      zhu      2300: => '在域',
1.6       bisitz   2301: 
                   2302:    'default'
1.18      zhu      2303: => '默认',
1.6       bisitz   2304: 
                   2305:    'for Enclosing Map or Folder'
1.27      zhu      2306: => '对于附有目录或文件夹', #??? [SB 18.10.2006]
1.6       bisitz   2307: 
                   2308:    'for Resource'
1.27      zhu      2309: => '资源',
1.6       bisitz   2310: 
                   2311:    'from Enclosing Map or Folder'
1.27      zhu      2312: => '从附有目录或文件夹', #??? [SB 18.10.2006]
1.6       bisitz   2313: 
                   2314:    'general'
1.27      zhu      2315: => '一般的',
1.6       bisitz   2316: 
                   2317:    'in Course'
1.18      zhu      2318: => '在课程',
1.6       bisitz   2319: 
                   2320:    'in Section/Group'
1.18      zhu      2321: => '在科/组',
1.6       bisitz   2322: 
                   2323:    'manage'
1.12      zhu      2324: => '管理',
1.6       bisitz   2325: 
                   2326:    'of'
1.93      raeburn  2327: => 'of',
1.6       bisitz   2328: 
                   2329:    'or ID'
1.12      zhu      2330: => '或者 ID',
1.6       bisitz   2331: 
                   2332:    'p.m.'
1.10      zhu      2333: => '下午',
1.6       bisitz   2334: 
                   2335:    'percent'
1.7       zhu      2336: => '百分比',
1.6       bisitz   2337: 
                   2338:    'unless locked'
1.10      zhu      2339: => '除非锁定',
1.6       bisitz   2340: 
                   2341:    'users in'
1.93      raeburn  2342: => 'users in',
1.6       bisitz   2343: 
                   2344:    'Access Key Management'
1.93      raeburn  2345: => 'Access Key Management',
1.6       bisitz   2346: 
                   2347:    'Assessment'
1.10      zhu      2348: => '评价',
1.6       bisitz   2349: 
                   2350:    'Calculations'
1.93      raeburn  2351: => 'Calculations',
1.6       bisitz   2352: 
                   2353:    'Comma Separated Values'
1.93      raeburn  2354: => 'Comma Separated Values',
1.6       bisitz   2355: 
                   2356:    'Course ID'
1.10      zhu      2357: => '课程 ID',
1.6       bisitz   2358: 
1.41      bisitz   2359:    'Course level sheet'
1.93      raeburn  2360: => 'Course level sheet', # ??? [SB 2007-07-02]
1.6       bisitz   2361: 
                   2362:    'Detailed Problem Analysis'
1.93      raeburn  2363: => 'Detailed Problem Analysis',
1.6       bisitz   2364: 
                   2365:    'End Helper'
1.93      raeburn  2366: => 'End Helper',
1.6       bisitz   2367: 
                   2368:    'Excel'
                   2369: => 'Excel',
                   2370: 
                   2371:    'Text (essays only)'
1.93      raeburn  2372: => 'Text (essays only)',
1.6       bisitz   2373: 
                   2374:    'Finish Course Initialization'
1.93      raeburn  2375: => 'Finish Course Initialization',
1.6       bisitz   2376: 
                   2377:    'Generate Spreadsheet'
1.12      zhu      2378: => '生成报告表',
1.6       bisitz   2379: 
                   2380:    'Grant/revoke role of Scantron Operator'
1.93      raeburn  2381: => 'Grant/revoke role of Scantron Operator',
1.6       bisitz   2382: 
                   2383:    'HTML'
                   2384: => 'HTML',
                   2385: 
                   2386:    'Invalid date entry'
1.93      raeburn  2387: => 'Invalid date entry',
1.6       bisitz   2388: 
                   2389:    'Load:'
1.10      zhu      2390: => '加载:',
1.6       bisitz   2391: 
                   2392:    'No changes were made to the current settings.'
1.93      raeburn  2393: => 'No changes were made to the current settings.',
1.6       bisitz   2394: 
                   2395:    'Output Format'
1.10      zhu      2396: => '输出格式',
1.6       bisitz   2397: 
                   2398:    'Processing course structure'
1.93      raeburn  2399: => 'Processing course structure',
1.6       bisitz   2400: 
                   2401:    'Processing first student'
1.93      raeburn  2402: => 'Processing first student',
1.6       bisitz   2403: 
                   2404:    'Row'
1.10      zhu      2405: => '排列',
1.6       bisitz   2406: 
                   2407:    'Save as'
1.10      zhu      2408: => '另存为',
1.6       bisitz   2409: 
1.66      bisitz   2410:    'Save as &amp; Make This Sheet the Default'
1.10      zhu      2411: => '另存为 & 使此工作表作为一个默认使用',
1.6       bisitz   2412: 
                   2413:    'Scantron Operator'
1.93      raeburn  2414: => 'Scantron Operator',
1.6       bisitz   2415: 
                   2416:    'Select All'
1.10      zhu      2417: => '全选',
1.6       bisitz   2418: 
                   2419:    'Select All Students'
1.10      zhu      2420: => '选择所有学生',
1.6       bisitz   2421: 
                   2422:    'Select Spreadsheet File'
1.10      zhu      2423: => '选择电子表格文件',
1.6       bisitz   2424: 
                   2425:    'Send Scantron data to a course'
1.93      raeburn  2426: => 'Send Scantron data to a course',
1.6       bisitz   2427: 
                   2428:    'Spreadsheet Computation'
1.93      raeburn  2429: => 'Spreadsheet Computation',
1.6       bisitz   2430: 
                   2431:    'Spreadsheet Computation Status'
1.93      raeburn  2432: => 'Spreadsheet Computation Status',
1.6       bisitz   2433: 
                   2434:    'Student level sheet'
1.93      raeburn  2435: => 'Student level sheet',
1.6       bisitz   2436: 
                   2437:    'Summary'
1.93      raeburn  2438: => 'Summary',
1.6       bisitz   2439: 
                   2440:    'Template'
1.93      raeburn  2441: => 'Template',
1.6       bisitz   2442: 
                   2443:    'Unselect All'
1.93      raeburn  2444: => 'Unselect All',
1.6       bisitz   2445: 
                   2446:    'Unselect All Students'
1.93      raeburn  2447: => 'Unselect All Students',
1.6       bisitz   2448: 
                   2449:    'Upload Scantron data'
1.93      raeburn  2450: => 'Upload Scantron data',
1.6       bisitz   2451: 
                   2452:    'You must choose at least one student to continue.'
1.93      raeburn  2453: => 'You must choose at least one student to continue.',
1.6       bisitz   2454: 
                   2455:    'You must choose one or more choices to continue.'
1.93      raeburn  2456: => 'You must choose one or more choices to continue.',
1.6       bisitz   2457: 
                   2458:    'may be open from a different computer.'
1.93      raeburn  2459: => 'may be open from a different computer.',
1.6       bisitz   2460: 
                   2461:    'minutes'
1.93      raeburn  2462: => 'minutes',
1.6       bisitz   2463: 
                   2464:    'remaining'
                   2465: => 'übrig',
                   2466: 
                   2467:    'second'
1.93      raeburn  2468: => 'second',
1.6       bisitz   2469: 
                   2470:    'seconds'
1.93      raeburn  2471: => 'seconds',
1.6       bisitz   2472: 
                   2473:    'Additional Recipients'
1.12      zhu      2474: => '其他收件人',
1.6       bisitz   2475: 
1.31      bisitz   2476:    'Analyze Over [_1] [_2]'
1.93      raeburn  2477: => 'Analyze Over [_1] [_2]',
1.6       bisitz   2478: 
                   2479:    'Analyze Problem'
1.93      raeburn  2480: => 'Analyze Problem',
1.6       bisitz   2481: 
                   2482:    'Analyze Problem Again'
1.93      raeburn  2483: => 'Analyze Problem Again',
1.6       bisitz   2484: 
                   2485:    'Analyze as '
1.93      raeburn  2486: => 'Analyze as ',
1.6       bisitz   2487: 
                   2488:    'Browsing resource, all submissions are temporary.'
1.93      raeburn  2489: => 'Browsing resource, all submissions are temporary.',
1.6       bisitz   2490: 
                   2491:    'By'
1.93      raeburn  2492: => 'By',
1.6       bisitz   2493: 
                   2494:    'Check All'
1.12      zhu      2495: => '全选',
1.6       bisitz   2496: 
                   2497:    'Check for All'
1.12      zhu      2498: => '检查所有',
1.6       bisitz   2499: 
                   2500:    'Check for None'
1.70      zhu      2501: => '检查无',
1.6       bisitz   2502: 
                   2503:    'Check for Section/Group'
1.12      zhu      2504: => '检查科/组',
1.6       bisitz   2505: 
                   2506:    'Choose a different resource'
1.12      zhu      2507: => '选择不同的资源',
1.6       bisitz   2508: 
                   2509:    'Concepts'
1.12      zhu      2510: => '草稿',
1.6       bisitz   2511: 
                   2512:    'Critical Messages'
1.12      zhu      2513: => '重要讯息',
1.6       bisitz   2514: 
                   2515:    'Delete'
1.12      zhu      2516: => '删除',
1.6       bisitz   2517: 
                   2518:    'Delete Checked'
1.12      zhu      2519: => '删除选中',
1.6       bisitz   2520: 
                   2521:    'Display All Messages'
1.12      zhu      2522: => '显示所有邮件',
1.6       bisitz   2523: 
                   2524:    'Display all Messages'
1.12      zhu      2525: => '显示所有邮件',
1.6       bisitz   2526: 
                   2527:    'Foils'
1.12      zhu      2528: => '选择',
1.6       bisitz   2529: 
                   2530:    'Forward'
1.12      zhu      2531: => '转发',
1.6       bisitz   2532: 
                   2533:    'Forwarded message from'
1.12      zhu      2534: => '转发邮件从',
1.6       bisitz   2535: 
                   2536:    'Forwarding'
1.12      zhu      2537: => '转发',
1.6       bisitz   2538: 
                   2539:    'From'
1.12      zhu      2540: => '从',
1.6       bisitz   2541: 
                   2542:    'Functions'
1.22      zhu      2543: => '功能',
1.6       bisitz   2544: 
                   2545:    'Mail'
1.12      zhu      2546: => '邮件',
1.6       bisitz   2547: 
                   2548:    'Mark Unread'
1.12      zhu      2549: => '标记为未读',
1.6       bisitz   2550: 
                   2551:    'New Problem Variation'
1.93      raeburn  2552: => 'New Problem Variation',
1.6       bisitz   2553: 
                   2554:    'New Randomization'
1.12      zhu      2555: => '新的变化',
1.6       bisitz   2556: 
                   2557:    'Next'
1.12      zhu      2558: => '下一步',
1.6       bisitz   2559: 
1.31      bisitz   2560:    'Number of Plots [_1]'
1.93      raeburn  2561: => 'Number of Plots [_1]',
1.6       bisitz   2562: 
                   2563:    'Option Response Problem Analysis'
1.93      raeburn  2564: => 'Option Response Problem Analysis',
1.6       bisitz   2565: 
                   2566:    'Previous'
1.12      zhu      2567: => '以前的',
1.6       bisitz   2568: 
                   2569:    'Re'
1.12      zhu      2570: => '回复',
1.6       bisitz   2571: 
                   2572:    'Record'
1.12      zhu      2573: => '记录',
1.6       bisitz   2574: 
                   2575:    'Reply'
1.10      zhu      2576: => '回复',
1.6       bisitz   2577: 
                   2578:    'Reset Submissions'
1.93      raeburn  2579: => 'Reset Submissions',
1.6       bisitz   2580: 
                   2581:    'Select a course'
1.12      zhu      2582: => '选择课程',
1.6       bisitz   2583: 
                   2584:    'Selecting a User'
1.12      zhu      2585: => '选择用户',
1.6       bisitz   2586: 
                   2587:    'Send New'
1.93      raeburn  2588: => 'Send New',
1.6       bisitz   2589: 
                   2590:    'Send Reply'
1.12      zhu      2591: => '发送回复',
1.6       bisitz   2592: 
                   2593:    'Send as critical message'
1.10      zhu      2594: => '发出一个重要信息',
1.6       bisitz   2595: 
                   2596:    'Simple Problem Editor'
1.18      zhu      2597: => '简单的问题编辑器',
1.6       bisitz   2598: 
                   2599:    'Starting'
1.18      zhu      2600: => '开始',
1.6       bisitz   2601: 
                   2602:    'Student Data Compilation Progress'
1.18      zhu      2603: => '学生资料汇编进展',
1.6       bisitz   2604: 
                   2605:    'Student Data Compilation Status'
1.18      zhu      2606: => '学生资料汇编状态',
1.6       bisitz   2607: 
                   2608:    'There is no student data for this problem.'
1.18      zhu      2609: => '对于这个问题,没有任何学生的数据。',
1.6       bisitz   2610: 
                   2611:    'Time'
1.10      zhu      2612: => '时间',
1.6       bisitz   2613: 
1.18      zhu      2614:    'To:'
                   2615: => '收件人:',
1.6       bisitz   2616: 
                   2617:    'Uncheck All'
1.10      zhu      2618: => '全部取消',
1.6       bisitz   2619: 
                   2620:    'Unsuccessful Login'
1.9       zhu      2621: => '登录失败',
1.6       bisitz   2622: 
                   2623:    'Update Student Data'
1.10      zhu      2624: => '更新学生资料',
1.6       bisitz   2625: 
                   2626:    'You have no critical messages.'
1.10      zhu      2627: => '您没有任何重要讯息。',
1.6       bisitz   2628: 
                   2629:    'and return receipt'
1.93      raeburn  2630: => 'and return receipt',
1.6       bisitz   2631: 
                   2632:    'can not be accessed from your location.'
1.93      raeburn  2633: => 'can not be accessed from your location.',
1.6       bisitz   2634: 
                   2635:    '[_1]: Unacceptable username for user [_2] [_3] [_4] [_5]'
                   2636: => '[_1]: Unzulässige Benutzerkennung für den Benutzer [_2] [_3] [_4] [_5]',
                   2637: 
                   2638:    'All Documents in Course'
1.93      raeburn  2639: => 'All Documents in Course',
1.6       bisitz   2640: 
                   2641:    'All Resources (possibly large output)'
1.93      raeburn  2642: => 'All Resources (possibly large output)',
1.6       bisitz   2643: 
                   2644:    'Anonymous'
1.18      zhu      2645: => '匿名',
1.6       bisitz   2646: 
                   2647:    'Anonymous contribution to course discussion of resource'
1.18      zhu      2648: => '匿名参加这个资源的讨论',
1.6       bisitz   2649: 
                   2650:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
1.93      raeburn  2651: => 'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).',
1.6       bisitz   2652: 
                   2653:    'Associate columns with student attributes.'
1.93      raeburn  2654: => 'Associate columns with student attributes.',
1.6       bisitz   2655: 
                   2656:    'Attribute'
1.93      raeburn  2657: => 'Attribute',
1.6       bisitz   2658: 
                   2659:    'CSV (comma separated values, spreadsheet)'
1.27      zhu      2660: => 'CSV (逗号分隔值, 表格)',
1.6       bisitz   2661: 
                   2662:    'Check Course Document Versions'
                   2663: => 'Überprüfe Versionen der Kursdokumente',
                   2664: 
                   2665:    'Check/Set Resource Versions'
1.22      zhu      2666: => '检查/设置源版本',
1.6       bisitz   2667: 
                   2668:    'Chronological View'
1.22      zhu      2669: => '顺序查看',
1.6       bisitz   2670: 
                   2671:    'Column'
1.93      raeburn  2672: => 'Column',
1.6       bisitz   2673: 
                   2674:    'Column [_1]'
1.93      raeburn  2675: => 'Column [_1]',
1.6       bisitz   2676: 
                   2677:    'Continue enrollment?'
1.93      raeburn  2678: => 'Continue enrollment?',
1.6       bisitz   2679: 
                   2680:    'Contribution to course discussion of resource'
1.18      zhu      2681: => '正常参加这个资源的讨论',
1.6       bisitz   2682: 
                   2683:    'Diffs'
1.56      zhu      2684: => '区别',
1.6       bisitz   2685: 
                   2686: #   'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
                   2687: #=> 'Deaktiviere ID-/Matrikelnummer-Safeguard und erzwinge Änderung von in Konflikt stehenden IDs (Machen Sie dies nur, wenn Sie wirklich wissen, was Sie tun).',
                   2688: 
                   2689: 
                   2690:    'Disable Student/Employee ID Safeguard and force change of conflicting IDs'
1.70      zhu      2691: => '禁用学生/员工编号,维护和强制改变不一致的IDs',
1.6       bisitz   2692: 
                   2693:    '(only do if you know what you are doing.)'
1.70      zhu      2694: => '(只有这样做,如果你知道自己在做什么。)',
1.6       bisitz   2695: 
                   2696:    'Discussion Contributions'
1.18      zhu      2697: => '参加讨论',
1.6       bisitz   2698: 
                   2699:    'Drop Students'
1.28      zhu      2700: => '从该课程删除学生',
1.6       bisitz   2701: 
                   2702:    'Dropped [_1]'
                   2703: => '[_1] ausgeschlossen',
                   2704: 
                   2705:    'Dropped [_1] student(s).'
                   2706: => '[_1] Student(en) ausgeschlossen.',
                   2707: 
                   2708:    'Dropping Students'
1.93      raeburn  2709: => 'Dropping Students',
1.6       bisitz   2710: 
1.88      bisitz   2711:    'Dump Course Documents'
1.93      raeburn  2712: => 'Dump Course Documents',
1.6       bisitz   2713: 
                   2714:    'EMail Address'
1.93      raeburn  2715: => 'EMail Address',
1.6       bisitz   2716: 
                   2717:    'Enroll a single student'
1.70      zhu      2718: => '注册一个学生',
1.6       bisitz   2719: 
                   2720:    'Enrolling Students'
1.70      zhu      2721: => '注册学生',
1.6       bisitz   2722: 
                   2723:    'Error'
1.93      raeburn  2724: => 'Error',
1.6       bisitz   2725: 
                   2726:    'Error: '
1.93      raeburn  2727: => 'Error: ',
1.6       bisitz   2728: 
                   2729:    'Error: [_1]'
1.93      raeburn  2730: => 'Error: [_1]',
1.6       bisitz   2731: 
                   2732:    'Field'
1.93      raeburn  2733: => 'Field',
1.6       bisitz   2734: 
                   2735:    'Filenames in Construction Space'
1.93      raeburn  2736: => 'Filenames in Construction Space',
1.6       bisitz   2737: 
                   2738:    'First Name'
1.56      zhu      2739: => '名',
1.6       bisitz   2740: 
                   2741:    'Folder in Construction Space'
1.93      raeburn  2742: => 'Folder in Construction Space',
1.6       bisitz   2743: 
                   2744:    'Full Update'
1.56      zhu      2745: => '全面更新',
1.6       bisitz   2746: 
                   2747:    'Full update (also print list of users not enrolled anymore)'
1.56      zhu      2748: => '全面更新 (auch Liste von Benutzern ausgeben, die den Kurs nicht mehr belegt haben)',
1.6       bisitz   2749: 
                   2750:    'Generation'
1.70      zhu      2751: => '生成',
1.6       bisitz   2752: 
                   2753:    'Group/Section'
1.12      zhu      2754: => '组/科',
1.6       bisitz   2755: 
                   2756:    'HTML/XML'
                   2757: => 'HTML/XML',
                   2758: 
                   2759:    'Hide'
1.56      zhu      2760: => '隐藏',
1.6       bisitz   2761: 
                   2762:    'Student/Employee ID'
1.56      zhu      2763: => '学生/员工 ID',
1.6       bisitz   2764: 
                   2765:    'Identify fields'
1.93      raeburn  2766: => 'Identify fields',
1.6       bisitz   2767: 
                   2768:    'If active, the new role will be available when the students next log in to LON-CAPA.'
1.93      raeburn  2769: => 'If active, the new role will be available when the students next log in to LON-CAPA.',
1.6       bisitz   2770: 
                   2771:    'Ignore First Line'
1.27      zhu      2772: => '忽略第一行',
1.6       bisitz   2773: 
                   2774:    'Initial Password'
1.27      zhu      2775: => '初始密码',
1.6       bisitz   2776: 
                   2777:    'Internal Filename'
1.27      zhu      2778: => '内部文件名',
1.6       bisitz   2779: 
                   2780:    'Invalid home server specified'
1.93      raeburn  2781: => 'Invalid home server specified',
1.6       bisitz   2782: 
                   2783:    'Keep all Resources up-to-date with most recent Versions (default)'
1.93      raeburn  2784: => 'Keep all Resources up-to-date with most recent Versions (default)',
1.6       bisitz   2785: 
                   2786:    'LON-CAPA Domain for Students'
1.93      raeburn  2787: => 'LON-CAPA Domain for Students',
1.6       bisitz   2788: 
                   2789:    'LON-CAPA Enrollment Manager'
1.93      raeburn  2790: => 'LON-CAPA Enrollment Manager',
1.6       bisitz   2791: 
                   2792:    'LON-CAPA domain: [_1]'
1.26      zhu      2793: => 'LON-CAPA 域: [_1]',
1.6       bisitz   2794: 
                   2795:    'Last Name'
1.56      zhu      2796: => '姓',
1.6       bisitz   2797: 
                   2798:    'Last Name, First Names'
1.26      zhu      2799: => '姓,名',
1.6       bisitz   2800: 
                   2801:    'Login Type'
1.26      zhu      2802: => '登录类型',
1.6       bisitz   2803: 
                   2804:    'Middle Names/Initials'
1.26      zhu      2805: => '中名/缩写',
1.6       bisitz   2806: 
                   2807:    'Modify Parameters'
1.26      zhu      2808: => '修改参数',
1.6       bisitz   2809: 
                   2810:    'Modify student data'
1.26      zhu      2811: => '修改学生资料',
1.6       bisitz   2812: 
                   2813:    'Most recently published Version'
1.26      zhu      2814: => '最近发布的版本',
1.6       bisitz   2815: 
                   2816:    'No Kerberos domain was specified.'
1.93      raeburn  2817: => 'No Kerberos domain was specified.',
1.6       bisitz   2818: 
                   2819:    'None Found'
1.26      zhu      2820: => '没有找到',
1.6       bisitz   2821: 
                   2822:    'Note: For large courses, this operation may be time consuming.'
1.93      raeburn  2823: => 'Note: For large courses, this operation may be time consuming.',
1.6       bisitz   2824: 
1.73      bisitz   2825:    'This will not take effect if the user already exists.'
1.93      raeburn  2826: => 'This will not take effect if the user already exists.',
1.6       bisitz   2827: 
                   2828:    'Processed [_1] student(s).'
                   2829: => '[_1] Studierende bearbeitet.',
                   2830: 
                   2831:    'Re-enrollment will re-activate data.'
1.93      raeburn  2832: => 'Re-enrollment will re-activate data.',
1.6       bisitz   2833: 
                   2834:    'Registering'
1.93      raeburn  2835: => 'Registering',
1.6       bisitz   2836: 
                   2837:    'Samples'
1.56      zhu      2838: => '例如',
1.6       bisitz   2839: 
                   2840:    'Save as ...'
1.18      zhu      2841: => '另存为...',
1.6       bisitz   2842: 
                   2843:    'Set Version to be used in Course'
1.93      raeburn  2844: => 'Set Version to be used in Course',
1.6       bisitz   2845: 
                   2846:    'Set Versions to be used in Course according to Selections below'
1.93      raeburn  2847: => 'Set Versions to be used in Course according to Selections below',
1.6       bisitz   2848: 
                   2849:    'Set all Resource Versions to current Version (Fix Versions)'
1.93      raeburn  2850: => 'Set all Resource Versions to current Version (Fix Versions)',
1.6       bisitz   2851: 
                   2852:    'Show Preview'
1.93      raeburn  2853: => 'Show Preview',
1.6       bisitz   2854: 
                   2855:    'Space separated'
1.27      zhu      2856: => '以空格分隔',
1.6       bisitz   2857: 
                   2858:    'Starting and Ending Dates'
1.27      zhu      2859: => '起始和结束日期',
1.6       bisitz   2860: 
                   2861:    'Student Number'
1.27      zhu      2862: => '学生证号码',
1.6       bisitz   2863: 
                   2864:    'Tabulator separated'
1.27      zhu      2865: => '以制表符分隔',
1.6       bisitz   2866: 
                   2867:    'The optional email address field was not specified.'
1.93      raeburn  2868: => 'The optional email address field was not specified.',
1.6       bisitz   2869: 
                   2870:    'The optional name field was not specified.'
1.93      raeburn  2871: => 'The optional name field was not specified.',
1.6       bisitz   2872: 
                   2873:    'The optional ID number field was not specified.'
1.93      raeburn  2874: => 'The optional ID number field was not specified.',
1.6       bisitz   2875: 
                   2876:    'The optional section or group field was not specified.'
1.93      raeburn  2877: => 'The optional section or group field was not specified.',
1.6       bisitz   2878: 
                   2879:    'The optional student number field was not specified.'
1.93      raeburn  2880: => 'The optional student number field was not specified.',
1.6       bisitz   2881: 
                   2882:    'The optional section field was not specified.'
1.93      raeburn  2883: => 'The optional section field was not specified.',
1.6       bisitz   2884: 
                   2885:    'The optional role field was not specified.'
1.93      raeburn  2886: => 'The optional role field was not specified.',
1.6       bisitz   2887: 
                   2888:    'The optional domain field was not specified.'
1.93      raeburn  2889: => 'The optional domain field was not specified.',
1.6       bisitz   2890: 
                   2891:    'There are no students currently enrolled.'
1.93      raeburn  2892: => 'There are no students currently enrolled.',
1.6       bisitz   2893: 
                   2894:    'Continue adding users?'
1.93      raeburn  2895: => 'Continue adding users?',
1.6       bisitz   2896: 
                   2897:    'Threaded View'
1.22      zhu      2898: => '线程查看',
1.6       bisitz   2899: 
                   2900:    'Total number of records found in file: [_1]'
1.93      raeburn  2901: => 'Total number of records found in file: [_1]',
1.6       bisitz   2902: 
                   2903:    'Unable to enroll students'
1.93      raeburn  2904: => 'Unable to enroll students',
1.6       bisitz   2905: 
                   2906:    'Updating discussion time'
1.93      raeburn  2907: => 'Updating discussion time',
1.6       bisitz   2908: 
                   2909:    'Uploading Class List'
1.93      raeburn  2910: => 'Uploading Class List',
1.6       bisitz   2911: 
                   2912:    'Verify Content'
                   2913: => '检查内容',
                   2914: 
                   2915:    'Version used in Course'
1.93      raeburn  2916: => 'Version used in Course',
1.6       bisitz   2917: 
                   2918:    'View Class List'
1.93      raeburn  2919: => 'View Class List',
1.6       bisitz   2920: 
                   2921:    'View Class list'
1.93      raeburn  2922: => 'View Class list',
1.6       bisitz   2923: 
                   2924:    'Welcome'
1.22      zhu      2925: => '欢迎',
1.6       bisitz   2926: 
                   2927:    'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up.'
1.12      zhu      2928: => '欢迎您到在线网络 LON-CAPA 学习。请稍候,您的会话正在建立。',
1.6       bisitz   2929: 
                   2930:    'You must choose an authentication type.'
1.22      zhu      2931: => '你必须选择一个身份验证类型。',
1.6       bisitz   2932: 
                   2933:    'You need to specify the Kerberos domain.'
1.93      raeburn  2934: => 'You need to specify the Kerberos domain.',
1.6       bisitz   2935: 
                   2936:    'You need to specify the initial password.'
1.93      raeburn  2937: => 'You need to specify the initial password.',
1.6       bisitz   2938: 
                   2939:    'You need to specify the username field.'
1.93      raeburn  2940: => 'You need to specify the username field.',
1.6       bisitz   2941: 
                   2942:    'Your Version Settings have been Saved'
1.93      raeburn  2943: => 'Your Version Settings have been Saved',
1.6       bisitz   2944: 
                   2945:    '[_1] Do not change login data'
1.12      zhu      2946: => '[_1] 不要更改登录数据',
1.6       bisitz   2947: 
                   2948:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5 [_5]'
1.70      zhu      2949: => '[_1] Kerberos身份验证域 [_2] [_3] 版本 4 [_4] 版本 5 [_5]',
1.6       bisitz   2950: 
                   2951:    'Currently Kerberos authenticated with domain [_1] Version [_2].'
1.70      zhu      2952: => '目前的Kerberos身份验证域 [_1] 版本 [_2]。',
1.6       bisitz   2953: 
                   2954:    'Currently Kerberos authenticated, Version [_1].'
1.70      zhu      2955: => '目前Kerberos身份验证,版本 [_1]。',
1.6       bisitz   2956: 
                   2957:    'most recent'
1.12      zhu      2958: => '最新的',
1.6       bisitz   2959: 
                   2960:    'name only visible to course faculty'
1.18      zhu      2961: => '只有课程管理者能看见',
1.6       bisitz   2962: 
                   2963:    'Calculate answers'
1.70      zhu      2964: => '计算的答案',
1.6       bisitz   2965: 
1.65      zhu      2966:   'Show All Foils'
                   2967: => '显示全部选项',
                   2968: 
                   2969:    'Show All Instances'
                   2970: => '显示全部选项',
1.6       bisitz   2971: 
                   2972:    '1 out of N multiple choice (radio button)'
1.18      zhu      2973: => '单选',
1.6       bisitz   2974: 
                   2975:    'Add new option'
1.10      zhu      2976: => '添加新的选择',
1.6       bisitz   2977: 
                   2978:    'Administrator'
1.10      zhu      2979: => '管理员',
1.6       bisitz   2980: 
                   2981:    'Answer:'
1.10      zhu      2982: => '回复:',
1.6       bisitz   2983: 
                   2984:    'Attachment'
1.10      zhu      2985: => '附件',
1.6       bisitz   2986: 
                   2987:    '(128 KB max size)'
1.10      zhu      2988: => '(最大 128 KB)',
1.6       bisitz   2989: 
                   2990:    'Change'
1.10      zhu      2991: => '改变',
1.6       bisitz   2992: 
                   2993:    'Change Random Seed To:'
1.70      zhu      2994: => '随机数的基础上:',
1.6       bisitz   2995: 
                   2996:    'Change Your Language Preferences'
1.70      zhu      2997: => '变更您的语言偏好',
1.6       bisitz   2998: 
                   2999:    'Concept:'
1.70      zhu      3000: => '概念:',
1.6       bisitz   3001: 
                   3002:    'Correct Option:'
1.18      zhu      3003: => '正确的选择:',
1.6       bisitz   3004: 
                   3005:    'Create a New Course'
1.12      zhu      3006: => '创建一个新的课程',
1.6       bisitz   3007: 
                   3008:    'Create a New Course or Group Space'
1.12      zhu      3009: => '创建一个新的课程或组空间',
1.6       bisitz   3010: 
                   3011:    'Current'
1.12      zhu      3012: => '现在的',
1.6       bisitz   3013: 
                   3014:    'Delete an option'
1.12      zhu      3015: => '删除一个选项',
1.6       bisitz   3016: 
                   3017:    'Delete:'
1.12      zhu      3018: => '删除:',
1.6       bisitz   3019: 
                   3020:    'Diffs with Current Version'
1.56      zhu      3021: => '与当前版本的区别',
1.6       bisitz   3022: 
                   3023:    'Diffs with Version'
1.56      zhu      3024: => '不同版本之间的区别',
1.6       bisitz   3025: 
                   3026:    'Diffs with current Version'
1.56      zhu      3027: => '与当前版本的区别',
1.6       bisitz   3028: 
                   3029:    'Display and analysis of submission times on assessments.'
1.93      raeburn  3030: => 'Display and analysis of submission times on assessments.',
1.6       bisitz   3031: 
                   3032:    'Display foils in order given'
1.56      zhu      3033: => '在给定的分类里显示选项',
1.6       bisitz   3034: 
                   3035:    'Display foils in random order'
1.56      zhu      3036: => '在一个随机序列里显示选项',
1.6       bisitz   3037: 
                   3038:    'Domain Guest'
1.12      zhu      3039: => '网上邻居',
1.6       bisitz   3040: 
                   3041:    'Essay, open end'
1.18      zhu      3042: => '尝试,没有时间限制',
1.6       bisitz   3043: 
                   3044:    'False'
1.18      zhu      3045: => '错误的',
1.6       bisitz   3046: 
                   3047:    'Foil'
1.18      zhu      3048: => '选项',
1.6       bisitz   3049: 
                   3050:    'Format:'
1.12      zhu      3051: => '格式:',
1.6       bisitz   3052: 
                   3053:    'Height(pixel):'
1.12      zhu      3054: => '高 (Pixel):',
1.6       bisitz   3055: 
                   3056:    'Hint Text'
1.12      zhu      3057: => '提示文字',
1.6       bisitz   3058: 
                   3059:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
1.93      raeburn  3060: => 'If this resource is in active use, student performance data from the previous version may become inaccessible.',
1.6       bisitz   3061: 
                   3062:    'Image:'
1.12      zhu      3063: => '图片:',
1.6       bisitz   3064: 
                   3065:    'Incorrect Answers:'
1.12      zhu      3066: => '错误的答案:',
1.6       bisitz   3067: 
                   3068:    'Last accessed'
1.12      zhu      3069: => '上次访问',
1.6       bisitz   3070: 
                   3071:    'Librarian'
1.93      raeburn  3072: => 'Librarian',
1.6       bisitz   3073: 
                   3074:    'Making Backup to [_1]'
1.93      raeburn  3075: => 'Making Backup to [_1]',
1.6       bisitz   3076: 
                   3077:    'Max Number Of Shown Foils:'
1.56      zhu      3078: => '显示选项的最大数量:',
1.6       bisitz   3079: 
                   3080:    'Max number of foils displayed'
1.56      zhu      3081: => '显示选项的最大数量',
1.6       bisitz   3082: 
                   3083:    'Metadata'
1.12      zhu      3084: => '元数据',
1.6       bisitz   3085: 
                   3086:    'metadata'
1.12      zhu      3087: => '元数据',
1.6       bisitz   3088: 
                   3089:    'Metadata Version'
1.12      zhu      3090: => '元数据版本',
1.6       bisitz   3091: 
                   3092:    'Metadata current version'
1.12      zhu      3093: => '元数据的最新版本',
1.6       bisitz   3094: 
                   3095:    'Save Metadata'
1.12      zhu      3096: => '保存元数据',
1.6       bisitz   3097: 
                   3098:    'Name:'
1.12      zhu      3099: => '姓氏:',
1.6       bisitz   3100: 
                   3101:    'New parameters or saved values'
1.18      zhu      3102: => '新的参数或保存价值',
1.6       bisitz   3103: 
                   3104:    'No language preference'
1.56      zhu      3105: => '没有语言偏好',
1.6       bisitz   3106: 
                   3107:    'Not shown, not used'
1.18      zhu      3108: => '没有显示,没有使用',
1.6       bisitz   3109: 
                   3110:    'Obsolete parameters or saved values'
1.18      zhu      3111: => '过时的参数或保存价值',
1.6       bisitz   3112: 
                   3113:    'Option response'
1.12      zhu      3114: => '答案选项',
1.6       bisitz   3115: 
                   3116:    'Please do not reply to this address.'
1.93      raeburn  3117: => 'Please do not reply to this address.',
1.6       bisitz   3118: 
                   3119:    'Position'
                   3120: => 'Position',
                   3121: 
                   3122:    'Preferred language'
1.18      zhu      3123: => '首选语言',
1.6       bisitz   3124: 
                   3125:    'Problems'
1.93      raeburn  3126: => 'Problems',
1.6       bisitz   3127: 
                   3128:    'Produce Excel Output'
1.93      raeburn  3129: => 'Produce Excel Output',
1.6       bisitz   3130: 
                   3131:    'Question Text'
1.18      zhu      3132: => '文字问题',
1.6       bisitz   3133: 
                   3134:    'Random position'
1.18      zhu      3135: => '随机位置',
1.6       bisitz   3136: 
                   3137:    'Retrieve Published Resources'
1.18      zhu      3138: => '恢复发布的资源',
1.6       bisitz   3139: 
                   3140:    'Short string response'
1.18      zhu      3141: => '简短的文字回答',
1.6       bisitz   3142: 
                   3143:    'Show always at bottom position'
1.18      zhu      3144: => '总是在最后显示',
1.6       bisitz   3145: 
                   3146:    'Show always at top position'
1.18      zhu      3147: => '总是在最开始显示',
1.6       bisitz   3148: 
                   3149:    'Size:'
1.18      zhu      3150: => '大小:',
1.6       bisitz   3151: 
                   3152:    'Save Changes'
1.18      zhu      3153: => '保存更改',
1.6       bisitz   3154: 
                   3155:    'Submission Time Analysis'
1.18      zhu      3156: => '提交时间分析',
1.6       bisitz   3157: 
                   3158:    'Submit Changes and Edit'
1.18      zhu      3159: => '保存并继续编辑',
1.6       bisitz   3160: 
                   3161:    'TeXWidth(mm):'
1.18      zhu      3162: => 'TeX-宽 (mm):',
1.6       bisitz   3163: 
                   3164:    'Text'
1.18      zhu      3165: => '文本',
1.6       bisitz   3166: 
                   3167:    'Text Block'
1.18      zhu      3168: => '文本块',
1.6       bisitz   3169: 
                   3170:    'This is an automatic message generated by the LON-CAPA system.'
1.93      raeburn  3171: => 'This is an automatic message generated by the LON-CAPA system.',
1.6       bisitz   3172: 
                   3173:    'True'
1.18      zhu      3174: => '正确的',
1.6       bisitz   3175: 
                   3176:    'unused'
1.18      zhu      3177: => '未用过的',
1.6       bisitz   3178: 
                   3179:    'Type-in value'
1.93      raeburn  3180: => 'Type-in value',
1.6       bisitz   3181: 
                   3182:    'Unit:'
1.18      zhu      3183: => '单位:',
1.6       bisitz   3184: 
                   3185:    'Value'
1.18      zhu      3186: => '值',
1.6       bisitz   3187: 
                   3188:    'Warning!'
1.18      zhu      3189: => '警告!',
1.6       bisitz   3190: 
                   3191:    'Width(pixel):'
1.18      zhu      3192: => '宽 (Pixel):',
1.6       bisitz   3193: 
                   3194:    'anonymous'
1.18      zhu      3195: => '匿名',
1.6       bisitz   3196: 
                   3197:    'bytes'
1.93      raeburn  3198: => 'bytes',
1.6       bisitz   3199: 
                   3200:    'loginproblems.html'
                   3201: => 'loginproblems.html',
                   3202: 
                   3203:    'versions of this problem'
1.18      zhu      3204: => '这个问题的版本',
1.6       bisitz   3205: 
                   3206: 
1.45      bisitz   3207: #=====================
1.6       bisitz   3208: # Begin remote control (mydesk.tab)
                   3209: # 2x8 chars, only lower case
                   3210: # Same order as in mydesk.tab!
                   3211:    'choose[_1]'
1.44      bisitz   3212: => '选择',
1.6       bisitz   3213:    'course[_1]'
1.44      bisitz   3214: => '课程',
1.6       bisitz   3215: 
                   3216:    'switch[_1]'
1.44      bisitz   3217: => '转换',
1.6       bisitz   3218:    'course[_2]'
1.44      bisitz   3219: => '课程',
1.6       bisitz   3220: 
                   3221:    'switch[_2]'
1.44      bisitz   3222: => '转换',
1.6       bisitz   3223:    'role[_1]'
1.44      bisitz   3224: => '角色',
1.6       bisitz   3225: 
                   3226:    'choose[_2]'
1.44      bisitz   3227: => '选择',
1.6       bisitz   3228:    'role[_2]'
1.44      bisitz   3229: => '角色',
1.6       bisitz   3230: 
                   3231:    'course[_3]'
1.44      bisitz   3232: => '课程',
1.6       bisitz   3233:    'docs[_1]'
1.44      bisitz   3234: => '内容',
1.6       bisitz   3235: 
1.84      bisitz   3236:    'course[_7]'
1.44      bisitz   3237: => '编辑',
1.84      bisitz   3238:    'editor[_1]'
1.44      bisitz   3239: => '课程文档',
1.6       bisitz   3240: 
                   3241:    'navigate[_1]'
1.63      zhu      3242: => '课程',
1.6       bisitz   3243:    'contents[_1]'
1.63      zhu      3244: => '目录',
1.6       bisitz   3245: 
1.45      bisitz   3246:    'request-[_1]'
1.93      raeburn  3247: => 'request-[_1]',
1.45      bisitz   3248:    'course[_16]'
1.93      raeburn  3249: => 'course[_16]',
1.45      bisitz   3250: 
1.6       bisitz   3251:    'my[_1]'
1.63      zhu      3252: => '我的',
1.6       bisitz   3253:    'grades[_1]'
1.63      zhu      3254: => '得分',
1.6       bisitz   3255: 
                   3256:    'course[_4]'
1.63      zhu      3257: => '课程',
1.6       bisitz   3258:    'grades[_2]'
1.63      zhu      3259: => '等级',
1.6       bisitz   3260: 
                   3261:    'course[_5]'
1.93      raeburn  3262: => 'course[_5]',
1.6       bisitz   3263:    'chart[_1]'
1.93      raeburn  3264: => 'chart[_1]',
1.6       bisitz   3265: 
                   3266:    'course[_6]'
1.63      zhu      3267: => '课程',
1.6       bisitz   3268:    'stats[_1]'
1.63      zhu      3269: => '统计',
1.6       bisitz   3270: 
                   3271:    'manage[_1]'
1.93      raeburn  3272: => 'manage[_1]',
1.6       bisitz   3273:    'acc keys[_1]'
1.93      raeburn  3274: => 'acc keys[_1]',
1.6       bisitz   3275: 
                   3276:    'course[_12]'
1.63      zhu      3277: => '课程参加者',
1.6       bisitz   3278:    'roster[_1]'
1.63      zhu      3279: => '名单',
1.6       bisitz   3280: 
                   3281:    'user[_1]'
1.63      zhu      3282: => '用户',
                   3283:    'roles[_1]'
                   3284: => '角色',
1.6       bisitz   3285: 
                   3286:    'create[_1]'
1.63      zhu      3287: => '创建',
1.6       bisitz   3288:    'course[_8]'
1.63      zhu      3289: => '课程',
1.6       bisitz   3290: 
                   3291:    'course[_9]'
1.63      zhu      3292: => '课程',
1.6       bisitz   3293:    'parms[_1]'
1.63      zhu      3294: => '参数',
1.6       bisitz   3295: 
                   3296:    'con-[_1]'
1.93      raeburn  3297: => 'con-[_1]',
1.6       bisitz   3298:    'struct[_1]'
1.93      raeburn  3299: => 'struct[_1]',
1.6       bisitz   3300: 
1.45      bisitz   3301:    'co con-[_1]'
1.93      raeburn  3302: => 'co con-[_1]',
1.45      bisitz   3303:    'struct[_2]'
1.93      raeburn  3304: => 'struct[_2]',
1.45      bisitz   3305: 
1.6       bisitz   3306:    'domain[_1]'
1.63      zhu      3307: => '域',
1.6       bisitz   3308:    'config[_1]'
1.63      zhu      3309: => '配置',
1.6       bisitz   3310: 
                   3311:    'resource[_1]'
1.63      zhu      3312: => '发布', # '资源',
1.6       bisitz   3313:    'space[_1]'
1.63      zhu      3314: => '资源',
1.6       bisitz   3315: 
                   3316:    'co res[_1]'
1.93      raeburn  3317: => 'co res[_1]',
1.6       bisitz   3318:    'space[_2]'
1.93      raeburn  3319: => 'space[_2]',
1.6       bisitz   3320: 
                   3321:    'what is[_1]'
1.63      zhu      3322: => '有什么',
1.6       bisitz   3323:    'new[_1]'
1.63      zhu      3324: => '新内容',
1.6       bisitz   3325: 
                   3326:    'enter[_1]'
1.93      raeburn  3327: => 'enter[_1]',
1.6       bisitz   3328:    'grades[_3]'
1.93      raeburn  3329: => 'grades[_3]',
1.6       bisitz   3330: 
                   3331:    'send[_1]'
1.44      bisitz   3332: => '发送',
1.6       bisitz   3333:    'scantron[_1]'
1.93      raeburn  3334: => 'scantron[_1]',
1.6       bisitz   3335: 
                   3336:    'course[_13]'
1.44      bisitz   3337: => '课程',
1.6       bisitz   3338:    'catalog[_1]'
1.44      bisitz   3339: => '目录',
1.6       bisitz   3340: 
                   3341:    'view[_1]'
1.44      bisitz   3342: => '查看',
1.6       bisitz   3343:    'bookmark[_1]'
1.44      bisitz   3344: => '书签',
1.6       bisitz   3345: 
                   3346:    'calendar[_1]'
1.44      bisitz   3347: => '日历',
1.6       bisitz   3348:    'announce[_1]'
1.44      bisitz   3349: => '通告',
1.6       bisitz   3350: 
                   3351:    'commu-[_1]'
1.63      zhu      3352: => '发送和接收',
1.6       bisitz   3353:    'nication[_1]'
1.63      zhu      3354: => '邮件',
1.6       bisitz   3355: 
                   3356:    'course[_10]'
1.44      bisitz   3357: => '课程-',
1.45      bisitz   3358:    'chatroom[_1]'
1.44      bisitz   3359: => '聊天室',
1.6       bisitz   3360: 
                   3361:    'course[_14]'
1.44      bisitz   3362: => '课程-',
1.6       bisitz   3363:    'groups[_1]'
1.44      bisitz   3364: => '组',
1.6       bisitz   3365: 
                   3366:    'port-[_1]'
1.63      zhu      3367: => '文件夹',
1.6       bisitz   3368:    'folio[_1]'
1.63      zhu      3369: => '空间',
1.6       bisitz   3370: 
                   3371:    'edit[_1]'
1.44      bisitz   3372: => '编辑',
1.6       bisitz   3373:    'blogs[_1]'
1.44      bisitz   3374: => '博客',
1.6       bisitz   3375: 
                   3376:    'search[_3]'
1.93      raeburn  3377: => 'search[_3]',
1.6       bisitz   3378:    'prtfolio[_1]'
1.93      raeburn  3379: => 'prtfolio[_1]',
1.6       bisitz   3380: 
                   3381:    'search[_1]'
1.63      zhu      3382: => '在课程中',
1.6       bisitz   3383:    'course[_11]'
1.63      zhu      3384: => '搜索',
1.6       bisitz   3385: 
                   3386:    'search[_2]'
1.63      zhu      3387: => '搜索',
1.6       bisitz   3388:    'library[_1]'
1.63      zhu      3389: => '资源',
1.6       bisitz   3390: 
                   3391:    'prefer-[_1]'
1.63      zhu      3392: => '用户',
1.6       bisitz   3393:    'ences[_1]'
1.63      zhu      3394: => '设置',
1.6       bisitz   3395: 
                   3396:    'exit[_1]'
1.63      zhu      3397: => '注销',
1.6       bisitz   3398:    ' [_1]'
1.44      bisitz   3399: => ' ',
1.6       bisitz   3400: 
                   3401: #=====================
1.45      bisitz   3402: # Remote control entries which occur only in lonmenu.pm
1.6       bisitz   3403: 
1.45      bisitz   3404:    'problem[_1]'
1.93      raeburn  3405: => 'problem[_1]', # '问题',
1.45      bisitz   3406:    'grades[_4]'
1.93      raeburn  3407: => 'grades[_4]',
1.45      bisitz   3408: 
                   3409:    'sub-[_1]'
1.93      raeburn  3410: => 'sub-[_1]',
1.45      bisitz   3411:    'missions[_1]'
1.93      raeburn  3412: => 'missions[_1]',
1.6       bisitz   3413: 
1.45      bisitz   3414:    'problem[_2]'
1.93      raeburn  3415: => 'problem[_2]', # '问题',
1.45      bisitz   3416:    'parms[_2]'
1.93      raeburn  3417: => 'parms[_2]',
1.45      bisitz   3418: 
1.88      bisitz   3419:    'dir[_1]'
1.93      raeburn  3420: => 'dir[_1]',
1.88      bisitz   3421:    'list[_1]'
1.93      raeburn  3422: => 'list[_1]',
1.88      bisitz   3423: 
1.45      bisitz   3424:    'retrieve[_1]'
1.93      raeburn  3425: => 'retrieve[_1]',
1.45      bisitz   3426:    'version[_1]'
1.93      raeburn  3427: => 'version[_1]',
1.6       bisitz   3428: 
1.45      bisitz   3429:    'publish[_1]'
1.93      raeburn  3430: => 'publish[_1]',
1.45      bisitz   3431:    'resource[_3]'
1.93      raeburn  3432: => 'resource[_3]',
1.6       bisitz   3433: 
1.45      bisitz   3434:    'delete[_1]'
1.93      raeburn  3435: => 'delete[_1]',
1.45      bisitz   3436:    'resource[_2]'
1.93      raeburn  3437: => 'resource[_2]',
1.6       bisitz   3438: 
1.45      bisitz   3439:    'prepare[_1]'
1.93      raeburn  3440: => 'prepare[_1]',
1.45      bisitz   3441:    'printout[_1]'
                   3442: => '', # !
1.6       bisitz   3443: 
                   3444:    'backward[_1]'
1.93      raeburn  3445: => 'backward[_1]',
1.6       bisitz   3446: 
1.45      bisitz   3447:    'forward[_1]'
1.93      raeburn  3448: => 'forward[_1]',
1.45      bisitz   3449: 
                   3450:    'set[_1]'
1.93      raeburn  3451: => 'set[_1]',
1.6       bisitz   3452:    'bookmark[_2]'
1.93      raeburn  3453: => 'bookmark[_2]',
1.45      bisitz   3454: 
                   3455:    'anno-[_1]'
1.93      raeburn  3456: => 'anno-[_1]',
1.45      bisitz   3457:    'tations[_1]'
1.93      raeburn  3458: => 'tations[_1]',
1.45      bisitz   3459: 
                   3460:    'catalog[_2]'
1.93      raeburn  3461: => 'catalog[_2]',
1.45      bisitz   3462:    'info[_1]'
1.93      raeburn  3463: => 'info[_1]', # '信息',
1.6       bisitz   3464: 
                   3465:    'evaluate[_1]'
1.93      raeburn  3466: => 'evaluate[_1]',
1.45      bisitz   3467:    'this[_1]'
1.93      raeburn  3468: => 'this[_1]',
1.6       bisitz   3469: 
                   3470:    'feedback[_1]'
1.93      raeburn  3471: => 'feedback[_1]',
1.6       bisitz   3472:    'discuss[_1]'
1.93      raeburn  3473: => 'discuss[_1]',
1.6       bisitz   3474: 
                   3475: # End remote control
1.45      bisitz   3476: #=====================
1.6       bisitz   3477: 
                   3478:    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
1.26      zhu      3479: => '(输入最大[_1]同事的用户名或用户名@域名,例如:smithje or smithje@[_2]。)',
1.6       bisitz   3480: 
                   3481:    '(Hand in a file you have prepared on your computer)'
                   3482: => '(Reichen Sie eine Datei ein, die Sie auf Ihrem Computer vorbereitet haben)',
                   3483: 
                   3484:    ', select a template from the pull-down menu below.'
                   3485: => ', wählen Sie eine Vorlage aus dem folgenden Auswahlmenü aus.',
                   3486: 
                   3487:    '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'
                   3488: => '<*response>-Tags sind zugleich innerhalb und außerhalb eines <part>-Tags. Dies ist keine gültige Aufgabe. Beim Bewerten können Fehler auftreten.',
                   3489: 
                   3490:    'ABSTRACT'
1.70      zhu      3491: => '摘要',
1.6       bisitz   3492: 
                   3493:    'Access Control'
1.70      zhu      3494: => '访问控制',
1.6       bisitz   3495: 
                   3496:    'Activate'
1.70      zhu      3497: => '激活',
1.6       bisitz   3498: 
                   3499:    'Add Roles'
1.70      zhu      3500: => '添加角色',
1.6       bisitz   3501: 
                   3502:    "Add one empty page/column after each student's assignment"
1.93      raeburn  3503: => "Add one empty page/column after each student's assignment",
1.6       bisitz   3504: 
                   3505:    "Add three empty pages/column after each student's assignment"
1.93      raeburn  3506: => "Add three empty pages/column after each student's assignment",
1.6       bisitz   3507: 
                   3508:    "Add two empty pages/column after each student's assignment"
1.93      raeburn  3509: => "Add two empty pages/column after each student's assignment",
1.6       bisitz   3510: 
                   3511:    'Date Shift'
1.93      raeburn  3512: => 'Date Shift',
1.6       bisitz   3513: 
                   3514:    'Do not clone date parameters'
1.93      raeburn  3515: => 'Do not clone date parameters',
1.6       bisitz   3516: 
                   3517:    'Clone date parameters as-is'
1.93      raeburn  3518: => 'Clone date parameters as-is',
1.6       bisitz   3519: 
                   3520:    'Shift date parameters by number of days'
1.93      raeburn  3521: => 'Shift date parameters by number of days',
1.6       bisitz   3522: 
                   3523:    'Additional settings, if specified below, will override cloned settings'
1.93      raeburn  3524: => 'Additional settings, if specified below, will override cloned settings',
1.6       bisitz   3525: 
                   3526:    'Advanced Edit'
1.93      raeburn  3527: => 'Advanced Edit',
1.6       bisitz   3528: 
                   3529:    'All Resources'
1.93      raeburn  3530: => 'All Resources',
1.6       bisitz   3531: 
                   3532:    'All Students'
1.26      zhu      3533: => '所有学生',
1.6       bisitz   3534: 
                   3535:    'Allowed filetypes: [_1]'
1.93      raeburn  3536: => 'Allowed filetypes: [_1]',
1.6       bisitz   3537: 
                   3538:    'An error occurred during the attempt to change the section for this student.'
1.93      raeburn  3539: => 'An error occurred during the attempt to change the section for this student.',
1.6       bisitz   3540: 
                   3541:    'An error occurred during the attempt to change the role information for this student.'
1.93      raeburn  3542: => 'An error occurred during the attempt to change the role information for this student.',
1.6       bisitz   3543: 
                   3544:    'Analyzing Results'
1.93      raeburn  3545: => 'Analyzing Results',
1.6       bisitz   3546: 
                   3547:    'Answerable'
1.93      raeburn  3548: => 'Answerable',
1.6       bisitz   3549: 
                   3550:    'Assessment Parameters'
1.93      raeburn  3551: => 'Assessment Parameters',
1.6       bisitz   3552: 
                   3553:    'Automated Enrollment Manager'
1.93      raeburn  3554: => 'Automated Enrollment Manager',
1.6       bisitz   3555: 
                   3556:    'Automated adds'
1.93      raeburn  3557: => 'Automated adds',
1.6       bisitz   3558: 
                   3559:    'Automated drops'
1.93      raeburn  3560: => 'Automated drops',
1.6       bisitz   3561: 
                   3562:    'Automated enrollment settings'
1.93      raeburn  3563: => 'Automated enrollment settings',
1.6       bisitz   3564: 
                   3565:    'Bad Filename'
1.93      raeburn  3566: => 'Bad Filename',
1.6       bisitz   3567: 
                   3568:    'Begin Enrollment'
1.93      raeburn  3569: => 'Begin Enrollment',
1.6       bisitz   3570: 
                   3571:    'Binary File'
1.93      raeburn  3572: => 'Binary File',
1.6       bisitz   3573: 
                   3574:    'Blank'
1.93      raeburn  3575: => 'Blank',
1.6       bisitz   3576: 
                   3577:    'Browse'
1.93      raeburn  3578: => 'Browse',
1.6       bisitz   3579: 
                   3580:    'CSV format'
1.93      raeburn  3581: => 'CSV format',
1.6       bisitz   3582: 
                   3583:    'Cannot publish directory'
1.93      raeburn  3584: => 'Cannot publish directory',
1.6       bisitz   3585: 
                   3586:    'Cannot retrieve directory'
1.93      raeburn  3587: => 'Cannot retrieve directory',
1.6       bisitz   3588: 
                   3589:    'Catalog Search'
1.93      raeburn  3590: => 'Catalog Search',
1.6       bisitz   3591: 
                   3592:    'Change User Privileges'
1.93      raeburn  3593: => 'Change User Privileges',
1.6       bisitz   3594: 
                   3595:    'Changed discussion view mode'
1.43      bisitz   3596: => '改变讨论视图模式',
1.6       bisitz   3597: 
                   3598:    'Click here for FAQ'
1.93      raeburn  3599: => 'Click here for FAQ',
1.6       bisitz   3600: 
                   3601:    'Click here for help'
1.93      raeburn  3602: => 'Click here for help',
1.6       bisitz   3603: 
                   3604:    'Click here to report bugs'
1.93      raeburn  3605: => 'Click here to report bugs',
1.6       bisitz   3606: 
                   3607:    'Click-On Texts (comma sep):'
1.93      raeburn  3608: => 'Click-On Texts (comma sep):',
1.6       bisitz   3609: 
                   3610:    'Clone an existing course'
1.93      raeburn  3611: => 'Clone an existing course',
1.6       bisitz   3612: 
                   3613:    'Close This Window'
1.93      raeburn  3614: => 'Close This Window',
1.6       bisitz   3615: 
                   3616:    'Closed'
1.93      raeburn  3617: => 'Closed',
1.6       bisitz   3618: 
                   3619:    'Communication'
                   3620: => '通讯',
                   3621: 
                   3622:    'Compare versions of'
1.93      raeburn  3623: => 'Compare versions of',
1.6       bisitz   3624: 
1.51      bisitz   3625:    'No differences found'
1.93      raeburn  3626: => 'No differences found',
1.51      bisitz   3627: 
1.6       bisitz   3628:    'Completely new course'
1.93      raeburn  3629: => 'Completely new course',
1.6       bisitz   3630: 
                   3631:    'Construction Space Version'
1.93      raeburn  3632: => 'Construction Space Version',
1.6       bisitz   3633: 
                   3634:    'Continue'
1.18      zhu      3635: => '下一步',
1.6       bisitz   3636: 
                   3637:    'Copy current file to'
1.93      raeburn  3638: => 'Copy current file to',
1.6       bisitz   3639: 
                   3640:    'Copy selected'
1.93      raeburn  3641: => 'Copy selected',
1.6       bisitz   3642: 
                   3643:    'Course Code'
1.93      raeburn  3644: => 'Course Code',
1.6       bisitz   3645: 
                   3646:    'Course Content'
                   3647: => '课程内容',
                   3648: 
                   3649:    'Course Data'
1.18      zhu      3650: => '课程数据',
1.6       bisitz   3651: 
                   3652:    'Course Home Server'
1.93      raeburn  3653: => 'Course Home Server',
1.6       bisitz   3654: 
                   3655:    'Course ID/Number'
1.18      zhu      3656: => '课程-ID/编号',
1.6       bisitz   3657: 
                   3658:    'Course Information'
1.18      zhu      3659: => '课程资料',
1.6       bisitz   3660: 
                   3661:    'Resource Level'
1.73      bisitz   3662: => '资源等级',
1.6       bisitz   3663: 
                   3664:    'Map/Folder Level'
1.93      raeburn  3665: => 'Map/Folder Level',
1.6       bisitz   3666: 
                   3667:    'Course Level'
1.73      bisitz   3668: => '课程等级',
1.6       bisitz   3669: 
                   3670:    'Course Search'
1.18      zhu      3671: => '课程搜寻',
1.6       bisitz   3672: 
                   3673:    'Course Title'
1.18      zhu      3674: => '课程名称',
1.6       bisitz   3675: 
                   3676:    'Create New User'
1.18      zhu      3677: => '创建新用户',
1.6       bisitz   3678: 
                   3679:    'Create User'
1.18      zhu      3680: => '创建用户',
1.6       bisitz   3681: 
                   3682:    'Crosslisted courses'
1.93      raeburn  3683: => 'Crosslisted courses',
1.6       bisitz   3684: 
                   3685:    'Current Class List'
1.22      zhu      3686: => '目前的学生名单',
1.6       bisitz   3687: 
                   3688:    'Current Ending Date: [_1]'
1.22      zhu      3689: => '目前结束日期: [_1]',
1.6       bisitz   3690: 
                   3691:    'Current Ending Date: not set'
1.22      zhu      3692: => '目前结束日期: 未设置',
1.6       bisitz   3693: 
                   3694:    'Current Resource'
1.22      zhu      3695: => '现有资源',
1.6       bisitz   3696: 
                   3697:    'Current Starting Date: [_1]'
1.22      zhu      3698: => '目前开始日期: [_1]',
1.6       bisitz   3699: 
                   3700:    'Current Starting Date: not set'
1.22      zhu      3701: => '目前开始日期: 未设置',
1.6       bisitz   3702: 
                   3703:    'Current Version'
1.22      zhu      3704: => '当前版本',
1.6       bisitz   3705: 
1.83      bisitz   3706:    'Currently no active roles, courses or communities'
                   3707: => 'Currently no active roles, courses or communities', # '目前没有任何活动的角色或课程',
1.6       bisitz   3708: 
1.83      bisitz   3709:    'Currently no additional roles, courses or communities'
                   3710: => 'Currently no additional roles, courses or communities', # '目前还没有更多的角色或课程',
1.6       bisitz   3711: 
                   3712:    'The following [quant,_1,role,roles] will become active in the future:'
1.93      raeburn  3713: => 'The following [quant,_1,role,roles] will become active in the future:',
1.6       bisitz   3714: 
                   3715:    'Currently submitted: [_1]'
1.22      zhu      3716: => '目前提交:[_1]',
1.6       bisitz   3717: 
                   3718:    'Custom Role Editor'
1.22      zhu      3719: => '自订角色编辑器',
1.6       bisitz   3720: 
                   3721:    'Cut selected'
1.93      raeburn  3722: => 'Cut selected',
1.6       bisitz   3723: 
                   3724:    'Decompress'
1.22      zhu      3725: => '解压缩',
1.6       bisitz   3726: 
                   3727:    'Default Assessment Spreadsheet'
1.93      raeburn  3728: => 'Default Assessment Spreadsheet',
1.6       bisitz   3729: 
                   3730:    'Default Course Spreadsheet'
1.93      raeburn  3731: => 'Default Course Spreadsheet',
1.6       bisitz   3732: 
                   3733:    'Default Student Spreadsheet'
1.93      raeburn  3734: => 'Default Student Spreadsheet',
1.6       bisitz   3735: 
                   3736:    'Default XML Style File'
1.93      raeburn  3737: => 'Default XML Style File',
1.6       bisitz   3738: 
                   3739:    'Default for new courses is'
1.93      raeburn  3740: => 'Default for new courses is',
1.6       bisitz   3741: 
                   3742:    'Default:'
1.93      raeburn  3743: => 'Default:',
1.6       bisitz   3744: 
                   3745:    'Define Role'
1.93      raeburn  3746: => 'Define Role',
1.6       bisitz   3747: 
                   3748:    'Dependencies'
1.93      raeburn  3749: => 'Dependencies',
1.6       bisitz   3750: 
                   3751:    'Description:'
1.13      zhu      3752: => '描述:',
1.6       bisitz   3753: 
                   3754:    'Disable student resource discussion'
1.93      raeburn  3755: => 'Disable student resource discussion',
1.6       bisitz   3756: 
                   3757:    'Disable student use of chatrooms'
1.93      raeburn  3758: => 'Disable student use of chatrooms',
1.6       bisitz   3759: 
                   3760:    'Display file attributes'
1.93      raeburn  3761: => 'Display file attributes',
1.6       bisitz   3762: 
                   3763:    'Do NOT generate as standard course'
1.93      raeburn  3764: => 'Do NOT generate as standard course',
1.6       bisitz   3765: 
                   3766:    'Domain Level'
1.93      raeburn  3767: => 'Domain Level',
1.6       bisitz   3768: 
                   3769:    "Don't Show Feedback"
1.93      raeburn  3770: => "Don't Show Feedback",
1.6       bisitz   3771: 
                   3772:    'Duration of automated classlist updates'
1.93      raeburn  3773: => 'Duration of automated classlist updates',
1.6       bisitz   3774: 
                   3775:    'Dynamic Metadata (updated periodically)'
1.18      zhu      3776: => '动态数据 (定期更新)',
1.6       bisitz   3777: 
                   3778:    'ERROR'
1.18      zhu      3779: => '错误',
1.6       bisitz   3780: 
                   3781:    'Edit Custom Role Privileges'
1.70      zhu      3782: => '编辑自定义角色权限',
1.6       bisitz   3783: 
                   3784:    'Editor Errors - these errors might not effect the running of the problem, but they will likely cause problems with further use of the Edit mode. Please use the EditXML mode to fix these errors.'
1.70      zhu      3785: => '编辑错误-这些错误可能不会影响正在运行的问题,但他们很可能会导致问题进一步使用编辑模式。请使用XML模式来解决这些错误。',
1.6       bisitz   3786: 
                   3787:    'End Time'
1.22      zhu      3788: => '结束时间',
1.6       bisitz   3789: 
                   3790:    'Ending Date'
1.22      zhu      3791: => '结束日期',
1.6       bisitz   3792: 
                   3793:    'Ending date'
1.22      zhu      3794: => '结束日期',
1.6       bisitz   3795: 
                   3796:    'Enroll One Student'
1.22      zhu      3797: => '登记一名学生',
1.6       bisitz   3798: 
                   3799:    'Enroll as student'
1.22      zhu      3800: => '登记学生',
1.6       bisitz   3801: 
                   3802:    'Enrolling'
1.22      zhu      3803: => '登记',
1.6       bisitz   3804: 
                   3805:    'Enrolling Student'
1.22      zhu      3806: => '登记学生',
1.6       bisitz   3807: 
                   3808:    'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.'
1.93      raeburn  3809: => 'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.',
1.6       bisitz   3810: 
                   3811:    'Enter as many fields as you can.<br /> The system will inform you and bring you back to this page, <br /> if the data selected are insufficient to add users.'
1.93      raeburn  3812: => 'Enter as many fields as you can.<br /> The system will inform you and bring you back to this page, <br /> if the data selected are insufficient to add users.',
1.6       bisitz   3813: 
                   3814:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
1.18      zhu      3815: => '在搜索栏里输入关键字或词组用  AND, OR, 或 NOT 间隔,然后点击下面的 搜索 ',
1.6       bisitz   3816: 
                   3817:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
1.18      zhu      3818: => '在搜索栏里输入关键字或词组,如 AND,OR,或 NOT 间隔。',
1.6       bisitz   3819: 
                   3820:    'Entering Construction Space'
1.93      raeburn  3821: => 'Entering Construction Space',
1.6       bisitz   3822: 
                   3823:    'Error: Directory Non Empty'
1.93      raeburn  3824: => 'Error: Directory Non Empty',
1.6       bisitz   3825: 
                   3826:    'Error: destination for operation is an existing directory.'
1.93      raeburn  3827: => 'Error: destination for operation is an existing directory.',
1.6       bisitz   3828: 
                   3829:    'Evaluation Error '
1.93      raeburn  3830: => 'Evaluation Error ',
1.6       bisitz   3831: 
                   3832:    'Homework Problem'
                   3833: => 'Übungsaufgabe',
                   3834: 
                   3835:    'Exam Problem'
1.93      raeburn  3836: => 'Exam Problem',
1.6       bisitz   3837: 
                   3838:    'Excel format'
1.93      raeburn  3839: => 'Excel format',
1.6       bisitz   3840: 
                   3841:    'Feedback Addresses for Course Content Comments'
1.93      raeburn  3842: => 'Feedback Addresses for Course Content Comments',
1.6       bisitz   3843: 
                   3844:    'Feedback Addresses for Course Policy'
1.93      raeburn  3845: => 'Feedback Addresses for Course Policy',
1.6       bisitz   3846: 
                   3847:    'Feedback Addresses for Resource Content Question'
1.93      raeburn  3848: => 'Feedback Addresses for Resource Content Question',
1.6       bisitz   3849: 
                   3850:    'First'
1.93      raeburn  3851: => 'First',
1.6       bisitz   3852: 
                   3853:    'First Resource'
1.93      raeburn  3854: => 'First Resource',
1.6       bisitz   3855: 
                   3856:    'Foil name [_1] appears more than once. Foil names need to be unique.'
1.93      raeburn  3857: => 'Foil name [_1] appears more than once. Foil names need to be unique.',
1.6       bisitz   3858: 
                   3859:    'Folder/Map'
1.10      zhu      3860: => '文件夹/课程内容',
1.6       bisitz   3861: 
                   3862:    'For one or more students'
1.93      raeburn  3863: => 'For one or more students',
1.6       bisitz   3864: 
                   3865:    'Found a <*response> outside of a <part> in a <part>ed problem'
1.93      raeburn  3866: => 'Found a <*response> outside of a <part> in a <part>ed problem',
1.6       bisitz   3867: 
                   3868:    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn  3869: => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz   3870: 
                   3871:    'Generate messages from a file'
1.22      zhu      3872: => '从一个文件生成邮件',
1.6       bisitz   3873: 
                   3874:    'Arabic - UTF'
1.18      zhu      3875: => 'ﺎﻠﻋﺮﺒﻳﺓ - UTF',
1.6       bisitz   3876: 
                   3877:    'German - UTF'
1.18      zhu      3878: => 'Deutsch - UTF',
1.6       bisitz   3879: 
                   3880:    'English - UTF'
1.18      zhu      3881: => 'English - UTF',
1.6       bisitz   3882: 
                   3883:    'Spanish (Castellan) - UTF'
1.18      zhu      3884: => 'español (castellano) - UTF',
1.6       bisitz   3885: 
                   3886:    'Persian - UTF'
1.18      zhu      3887: => 'ﺍیﺭﺎﻧی - UTF',
1.6       bisitz   3888: 
                   3889:    'French - UTF'
1.18      zhu      3890: => 'français - UTF',
1.6       bisitz   3891: 
                   3892:    'Hebrew - UTF'
1.18      zhu      3893: => 'עברית - UTF',
1.6       bisitz   3894: 
                   3895:    'Japanese - UTF'
1.18      zhu      3896: => '日本語 - UTF',
1.6       bisitz   3897: 
                   3898:    'Portuguese - UTF'
1.18      zhu      3899: => 'Português - UTF',
1.6       bisitz   3900: 
                   3901:    'Russian - UTF'
1.29      bisitz   3902: => 'Русский - UTF',
1.6       bisitz   3903: 
                   3904:    'Turkish - UTF'
1.18      zhu      3905: => 'türkçe - UTF',
                   3906: 
                   3907:    'Chinese Simplified - UTF'
                   3908: => '简体中文 - UTF',
1.9       zhu      3909: 
                   3910:    'Swedish Chef - UTF'
1.93      raeburn  3911: => 'Swedish Chef - UTF',
1.8       bisitz   3912: 
1.9       zhu      3913:    'Undetermined - ISO'
1.18      zhu      3914: => 'Undetermined - ISO',
1.6       bisitz   3915: 
1.9       zhu      3916:    'Interlingua (International Auxiliary Language Association) - ISO'
1.18      zhu      3917: => 'Interlingua (International Auxiliary Language Association) - ISO',
1.6       bisitz   3918: 
                   3919:    'Go'
                   3920: => 'Go',
                   3921: 
                   3922:    'go'
1.93      raeburn  3923: => 'go',
1.6       bisitz   3924: 
                   3925:    'Go to ...'
1.12      zhu      3926: => '转到...',
1.6       bisitz   3927: 
                   3928:    'Help on Creating Courses'
1.93      raeburn  3929: => 'Help on Creating Courses',
1.6       bisitz   3930: 
                   3931:    'Home Server'
1.93      raeburn  3932: => 'Home Server',
1.6       bisitz   3933: 
                   3934:    'Homework problem'
                   3935: => 'Übungsaufgabe',
                   3936: 
                   3937:    'How do I create a CSV file from a spreadsheet'
1.27      zhu      3938: => '我如何从Excel表创建一个CSV文件',
1.6       bisitz   3939: 
                   3940:    'How do I create a class list from a spreadsheet'
1.93      raeburn  3941: => 'How do I create a class list from a spreadsheet',
1.6       bisitz   3942: 
                   3943:    'How should the results be printed?'
1.93      raeburn  3944: => 'How should the results be printed?',
1.6       bisitz   3945: 
                   3946:    'Immediately expire own role as Course Coordinator'
1.93      raeburn  3947: => 'Immediately expire own role as Course Coordinator',
1.6       bisitz   3948: 
                   3949:    'Import and Paste Area'
1.93      raeburn  3950: => 'Import and Paste Area',
1.6       bisitz   3951: 
                   3952:    'Include retrieval of student photographs?'
1.93      raeburn  3953: => 'Include retrieval of student photographs?',
1.6       bisitz   3954: 
                   3955:    'Institutional Information'
1.93      raeburn  3956: => 'Institutional Information',
1.6       bisitz   3957: 
                   3958:    'Invalid Significant figures detected'
1.93      raeburn  3959: => 'Invalid Significant figures detected',
1.6       bisitz   3960: 
                   3961:    'Invalid characters in requested name have been removed.'
1.93      raeburn  3962: => 'Invalid characters in requested name have been removed.',
1.6       bisitz   3963: 
                   3964:    'Invalid login mode or password.'
1.93      raeburn  3965: => 'Invalid login mode or password.',
1.6       bisitz   3966: 
                   3967:    'Invalid username or domain'
1.26      zhu      3968: => '无效的用户名或域',
1.6       bisitz   3969: 
                   3970:    'KEYWORDS'
1.93      raeburn  3971: => 'KEYWORDS',
1.6       bisitz   3972: 
                   3973:    'LaTeX batchmode'
1.93      raeburn  3974: => 'LaTeX batchmode',
1.6       bisitz   3975: 
                   3976:    'LaTeX mode'
1.93      raeburn  3977: => 'LaTeX mode',
1.6       bisitz   3978: 
                   3979:    'Languages used'
1.26      zhu      3980: => '所用语言',
1.6       bisitz   3981: 
                   3982:    'Last'
1.93      raeburn  3983: => 'Last',
1.6       bisitz   3984: 
                   3985:    'Leave blank on scoring form'
1.93      raeburn  3986: => 'Leave blank on scoring form',
1.6       bisitz   3987: 
                   3988:    'List Directory'
1.10      zhu      3989: => '目录列表',
1.6       bisitz   3990: 
                   3991:    'Location'
1.10      zhu      3992: => '地点',
1.6       bisitz   3993: 
                   3994:    'Login Data'
1.10      zhu      3995: => '登录数据',
1.6       bisitz   3996: 
                   3997:    'Logout'
                   3998: => '退出',
                   3999: 
                   4000:    'Make new directory'
1.10      zhu      4001: => '创建新目录',
1.6       bisitz   4002: 
                   4003:    'Make new file'
1.10      zhu      4004: => '创建新文件',
1.6       bisitz   4005: 
                   4006:    'Manual Grading'
1.10      zhu      4007: => '手动评分',
1.6       bisitz   4008: 
                   4009:    'Map has branchings. Use advanced editor.'
1.93      raeburn  4010: => 'Map has branchings. Use advanced editor.',
1.6       bisitz   4011: 
                   4012:    'Map has conditions. Use advanced editor.'
1.93      raeburn  4013: => 'Map has conditions. Use advanced editor.',
1.6       bisitz   4014: 
                   4015:    'Map has resource parameters. Use advanced editor.'
1.93      raeburn  4016: => 'Map has resource parameters. Use advanced editor.',
1.6       bisitz   4017: 
                   4018:    'Map has unconnected resources. Use advanced editor.'
1.93      raeburn  4019: => 'Map has unconnected resources. Use advanced editor.',
1.6       bisitz   4020: 
                   4021:    'Messaging'
1.26      zhu      4022: => '发送邮件',
1.6       bisitz   4023: 
                   4024:    'first'
1.26      zhu      4025: => '名', # !
1.6       bisitz   4026: 
                   4027:    'last'
1.26      zhu      4028: => '姓', # !
1.6       bisitz   4029: 
                   4030:    'middle'
1.26      zhu      4031: => '中名', # !
1.6       bisitz   4032: 
                   4033:    'Middle Name'
1.26      zhu      4034: => '中名',
1.6       bisitz   4035: 
                   4036:    'Missing Kerberos domain information.'
1.70      zhu      4037: => '丢失的Kerberos域信息。',
1.6       bisitz   4038: 
                   4039:    'Modification may make assessment data inaccessible!'
1.70      zhu      4040: => '修改可能使评估数据无法访问!',
1.6       bisitz   4041: 
                   4042:    'Modify Enrollment for'
1.70      zhu      4043: => '修改注册为',
1.6       bisitz   4044: 
                   4045:    'Modify User'
1.70      zhu      4046: => '修改用户',
1.6       bisitz   4047: 
                   4048:    'Modify another students data'
1.70      zhu      4049: => '修改另一个学生的数据',
1.6       bisitz   4050: 
                   4051:    'Modify deadlines, etc, for this resource'
1.70      zhu      4052: => '修改此资源的截止日期等',
1.6       bisitz   4053: 
                   4054:    'Modifying data for user'
1.70      zhu      4055: => '修改用户的数据',
1.6       bisitz   4056: 
                   4057:    'Modifying this will make problems have different numbers and answers!'
1.70      zhu      4058: => '修改这将使问题有不同的号码和答案!',
1.6       bisitz   4059: 
                   4060:    'Move current file to'
1.70      zhu      4061: => '目前文件移动到',
1.6       bisitz   4062: 
                   4063:    'Must create new subdirectory inside a directory'
1.70      zhu      4064: => '必须在目录里面创造新的子目录',
1.6       bisitz   4065: 
                   4066:    'Name of Role'
1.70      zhu      4067: => '角色名字',
1.6       bisitz   4068: 
                   4069:    'New Directory'
1.70      zhu      4070: => '新目录',
1.6       bisitz   4071: 
                   4072:    'New HTML file'
1.70      zhu      4073: => '新的HTML文件',
1.6       bisitz   4074: 
                   4075:    'New Resource'
1.70      zhu      4076: => '新资源',
1.6       bisitz   4077: 
                   4078:    'New Role'
1.70      zhu      4079: => '新角色',
1.6       bisitz   4080: 
                   4081:    'New User'
1.70      zhu      4082: => '新用户',
1.6       bisitz   4083: 
                   4084:    'New Value'
1.70      zhu      4085: => '新的价值',
1.6       bisitz   4086: 
                   4087:    'New assembled page'
                   4088: => '新组合页面',
                   4089: 
                   4090:    'New assembled sequence'
1.70      zhu      4091: => '新的组合序列',
1.6       bisitz   4092: 
                   4093:    'New custom rights file'
1.70      zhu      4094: => '新文件的访问控制',
1.6       bisitz   4095: 
                   4096:    'New file'
1.70      zhu      4097: => '新文件',
1.6       bisitz   4098: 
                   4099:    'New problem'
1.70      zhu      4100: => '新问题',
1.6       bisitz   4101: 
                   4102:    'New style file'
1.70      zhu      4103: => '新的风格文件',
1.6       bisitz   4104: 
                   4105:    'New subdirectory'
1.12      zhu      4106: => '新的子目录',
1.6       bisitz   4107: 
                   4108:    'Next    '
1.18      zhu      4109: => '下一步    ',
1.6       bisitz   4110: 
                   4111:    'No'
1.10      zhu      4112: => '否',
1.6       bisitz   4113: 
                   4114:    'No Access or Usages Statistics are available for this resource.'
1.18      zhu      4115: => '没有访问或使用的统计数据可用于该资源。',
1.6       bisitz   4116: 
                   4117:    'No Assessment Statistical Data is available for this resource'
1.18      zhu      4118: => '没有任何评估统计数据可用于该资源。',
1.6       bisitz   4119: 
                   4120:    'No Evaluation Data is available for this resource.'
1.18      zhu      4121: => '没有任何评价数据可用于该资源。',
1.6       bisitz   4122: 
                   4123:    'No new filename specified.'
1.18      zhu      4124: => '没有指定新的文件名。',
1.6       bisitz   4125: 
                   4126:    'No such file'
1.18      zhu      4127: => '文件未找到',
1.6       bisitz   4128: 
                   4129:    'Not Allowed'
1.18      zhu      4130: => '不允许',
1.6       bisitz   4131: 
                   4132:    'Not applicable -'
1.93      raeburn  4133: => 'Not applicable -',
1.6       bisitz   4134: 
                   4135:    'Not open to be viewed'
1.93      raeburn  4136: => 'Not open to be viewed',
1.6       bisitz   4137: 
                   4138:    'Not set -'
1.93      raeburn  4139: => 'Not set -',
1.6       bisitz   4140: 
                   4141:    'Notification of enrollment changes'
1.93      raeburn  4142: => 'Notification of enrollment changes',
1.6       bisitz   4143: 
                   4144:    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
1.93      raeburn  4145: => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.6       bisitz   4146: 
                   4147:    'Number of columns'
1.93      raeburn  4148: => 'Number of columns',
1.6       bisitz   4149: 
                   4150:    'Old Value'
1.93      raeburn  4151: => 'Old Value',
1.6       bisitz   4152: 
                   4153:    'One particular problem (overrides folder and course defaults)'
1.93      raeburn  4154: => 'One particular problem (overrides folder and course defaults)',
1.6       bisitz   4155: 
                   4156:    'Online Help'
1.70      zhu      4157: => '联机帮助',
1.6       bisitz   4158: 
1.23      bisitz   4159:    'Help: [_1]'
1.70      zhu      4160: => '帮助: [_1]',
1.23      bisitz   4161: 
1.6       bisitz   4162:    'Only domain coordinators can change a users password.'
1.70      zhu      4163: => '只有域协调员可以更改用户的密码。',
1.6       bisitz   4164: 
                   4165:    'Open Course'
1.70      zhu      4166: => '创建课程',
1.6       bisitz   4167: 
                   4168:    'Open all assessments'
1.70      zhu      4169: => '所有评估访问',
1.6       bisitz   4170: 
                   4171:    'Open and correct'
1.70      zhu      4172: => '公开和正确',
1.6       bisitz   4173: 
                   4174:    'Open with full tries'
1.70      zhu      4175: => '向所有人开放的尝试',
1.6       bisitz   4176: 
                   4177:    'Output Format: [_1]'
1.70      zhu      4178: => '输出格式: [_1]',
1.6       bisitz   4179: 
                   4180:    'Layout Options'
1.70      zhu      4181: => '布局选项',
1.6       bisitz   4182: 
                   4183:    'Page layout'
1.70      zhu      4184: => '页面布局',
1.6       bisitz   4185: 
                   4186:    'Paper type'
1.70      zhu      4187: => '纸张类型',
1.6       bisitz   4188: 
                   4189:    'PDF-Formfields'
1.70      zhu      4190: => 'PDF格式字段',
1.6       bisitz   4191: 
                   4192:    'with Formfields'
1.70      zhu      4193: => '带有格式字段',
1.6       bisitz   4194: 
                   4195:    'without Formfields'
1.70      zhu      4196: => '不带有格式字段',
1.6       bisitz   4197: 
1.77      bisitz   4198:    'Problems from the Whole Course'
1.93      raeburn  4199: => 'Problems from the Whole Course',
1.77      bisitz   4200: 
                   4201:    'Resources from the Whole Course'
1.93      raeburn  4202: => 'Resources from the Whole Course',
1.77      bisitz   4203: 
1.6       bisitz   4204:    'Parameter'
1.70      zhu      4205: => '参数',
1.6       bisitz   4206: 
                   4207:    'Paste after selected'
1.93      raeburn  4208: => 'Paste after selected',
1.6       bisitz   4209: 
                   4210:    'Personal Data'
                   4211: => '个人资料',
                   4212: 
                   4213:    'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'
1.93      raeburn  4214: => 'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process',
1.6       bisitz   4215: 
                   4216:    'No such user [_1] at domain [_2].' # 1: user, 2: domain
1.93      raeburn  4217: => 'No such user [_1] at domain [_2].',
1.6       bisitz   4218: 
                   4219:    'Please click Back on your browser and select another user, or [_1]Create User[_2]'
1.93      raeburn  4220: => 'Please click Back on your browser and select another user, or [_1]Create User[_2]',
1.6       bisitz   4221: 
                   4222:    'Invalid home server for course: [_1]'
1.93      raeburn  4223: => 'Invalid home server for course: [_1]',
1.6       bisitz   4224: 
                   4225:    'Please contact your LON-CAPA administrator regarding this situation.'
1.93      raeburn  4226: => 'Please contact your LON-CAPA administrator regarding this situation.',
1.6       bisitz   4227: 
                   4228:    'Please select an authentication mechanism'
1.93      raeburn  4229: => 'Please select an authentication mechanism',
1.6       bisitz   4230: 
                   4231:    'Please select the Authentication mechanism'
1.93      raeburn  4232: => 'Please select the Authentication mechanism',
1.6       bisitz   4233: 
                   4234:    'Please stand by.'
1.93      raeburn  4235: => 'Please stand by.',
1.6       bisitz   4236: 
                   4237:    "Please use browser 'Back' button and pick a filename"
1.93      raeburn  4238: => "Please use browser 'Back' button and pick a filename",
1.6       bisitz   4239: 
                   4240:    'Preparing Printout'
1.93      raeburn  4241: => 'Preparing Printout',
1.6       bisitz   4242: 
                   4243:    'Print'
1.93      raeburn  4244: => 'Print',
1.6       bisitz   4245: 
                   4246:    'Print Index'
1.93      raeburn  4247: => 'Print Index',
1.6       bisitz   4248: 
                   4249:    'Print Discussions'
1.93      raeburn  4250: => 'Print Discussions',
1.6       bisitz   4251: 
                   4252:    'Print Annotations'
1.93      raeburn  4253: => 'Print Annotations',
1.6       bisitz   4254: 
                   4255:    'Print Table of Contents'
1.93      raeburn  4256: => 'Print Table of Contents',
1.6       bisitz   4257: 
                   4258:    'Print:'
1.93      raeburn  4259: => 'Print:',
1.6       bisitz   4260: 
                   4261:    'Problems from entire course'
1.93      raeburn  4262: => 'Problems from entire course',
1.6       bisitz   4263: 
                   4264:    'Processed file: [_1]'
1.93      raeburn  4265: => 'Processed file: [_1]',
1.6       bisitz   4266: 
                   4267:    'Publish this Resource'
1.93      raeburn  4268: => 'Publish this Resource',
1.6       bisitz   4269: 
                   4270:    'Randomization algorithm used'
1.93      raeburn  4271: => 'Randomization algorithm used',
1.6       bisitz   4272: 
                   4273:    'Recent'
1.12      zhu      4274: => '最新的',
1.6       bisitz   4275: 
                   4276:    'Rename current file to'
1.12      zhu      4277: => '当前文件重命名为',
1.6       bisitz   4278: 
                   4279:    'Report a Bug'
1.12      zhu      4280: => '报告错误',
1.6       bisitz   4281: 
                   4282:    'Resource'
1.12      zhu      4283: => '资源',
1.6       bisitz   4284: 
                   4285:    'Resource Differences'
1.12      zhu      4286: => '资源的差异',
1.6       bisitz   4287: 
                   4288:    'Resources from selected sequence in course'
1.93      raeburn  4289: => 'Resources from selected sequence in course',
1.6       bisitz   4290: 
                   4291:    'Response'
1.12      zhu      4292: => '回答',
1.6       bisitz   4293: 
                   4294:    'Retrieve Old Version'
1.93      raeburn  4295: => 'Retrieve Old Version',
1.6       bisitz   4296: 
                   4297:    'Retrieving current (most recent) version'
1.93      raeburn  4298: => 'Retrieving current (most recent) version',
1.6       bisitz   4299: 
                   4300:    'Retrieving old version'
1.93      raeburn  4301: => 'Retrieving old version',
1.6       bisitz   4302: 
                   4303:    'Return to DOCS'
1.18      zhu      4304: => '回到课程内容',
1.6       bisitz   4305: 
                   4306:    'Reverse Association'
1.93      raeburn  4307: => 'Reverse Association',
1.6       bisitz   4308: 
                   4309:    'Revoke'
1.70      zhu      4310: => '撤销',
1.6       bisitz   4311: 
                   4312:    'Revoke Existing Roles'
1.70      zhu      4313: => '撤销现有的角色',
1.6       bisitz   4314: 
                   4315:    'Role'
1.18      zhu      4316: => '角色',
1.6       bisitz   4317: 
                   4318:    'Role:'
1.18      zhu      4319: => '角色:',
1.6       bisitz   4320: 
                   4321:    'Role Information'
1.70      zhu      4322: => '角色信息',
1.6       bisitz   4323: 
                   4324:    'Sample Points:'
1.93      raeburn  4325: => 'Sample Points:',
1.6       bisitz   4326: 
                   4327:    'Save entries below as a draft answer (not submitting them for credit yet)'
1.93      raeburn  4328: => 'Save entries below as a draft answer (not submitting them for credit yet)',
1.6       bisitz   4329: 
                   4330:    'Select Action'
1.9       zhu      4331: => '选择行动',
1.6       bisitz   4332: 
                   4333:    'Select All Resources'
1.63      zhu      4334: => '选择所有资源',
1.6       bisitz   4335: 
                   4336:    'Select Printing Options:'
1.63      zhu      4337: => '选择打印选项:',
1.6       bisitz   4338: 
                   4339:    'Select Problem(s) to print'
1.63      zhu      4340: => '选择要打印任务',
1.6       bisitz   4341: 
                   4342:    'Select Resource(s) to print'
1.63      zhu      4343: => '选择要打印的资源',
1.6       bisitz   4344: 
                   4345:    'Select Resources To Print'
1.63      zhu      4346: => '选择要打印的资源',
1.6       bisitz   4347: 
                   4348:    'Select Section'
1.70      zhu      4349: => '选择章节',
1.6       bisitz   4350: 
                   4351:    'Select Sequence To Print From'
1.63      zhu      4352: => '选择打印顺序',
1.6       bisitz   4353: 
                   4354:    'Select Students and Resources'
1.63      zhu      4355: => '选择学生和资源',
1.6       bisitz   4356: 
                   4357:    'Select Style File'
1.63      zhu      4358: => '选择文件风格',
1.6       bisitz   4359: 
                   4360:    "Select a user name to modify the student's information"
1.63      zhu      4361: => "选择一个用户名来修改学生的信息",
1.6       bisitz   4362: 
                   4363:    'Select a user name to view the users personal page.'
1.63      zhu      4364: => '选择一个用户名,以查看用户的个人页面。',
1.6       bisitz   4365: 
                   4366:    'Select resources for the assignment'
1.93      raeburn  4367: => 'Select resources for the assignment',
1.6       bisitz   4368: 
                   4369:    'Set'
1.22      zhu      4370: => '设置',
1.6       bisitz   4371: 
                   4372:    'Set?'
1.22      zhu      4373: => '设置?',
1.6       bisitz   4374: 
                   4375:    'Set Course Environment'
1.22      zhu      4376: => '设置课程环境',
1.6       bisitz   4377: 
                   4378:    'Set End Date'
1.22      zhu      4379: => '设置结束日期',
1.6       bisitz   4380: 
                   4381:    'Set Individual User Roles'
1.22      zhu      4382: => '设定用户角色和权限',
1.6       bisitz   4383: 
                   4384:    'Set Start Date'
1.22      zhu      4385: => '设置开始日期',
1.6       bisitz   4386: 
                   4387:    'Set content feedback to Course Coordinator'
1.93      raeburn  4388: => 'Set content feedback to Course Coordinator',
1.6       bisitz   4389: 
                   4390:    'Set course policy feedback to Course Coordinator'
1.93      raeburn  4391: => 'Set course policy feedback to Course Coordinator',
1.6       bisitz   4392: 
                   4393:    'Set opening date for all problems in the course for. . .'
1.93      raeburn  4394: => 'Set opening date for all problems in the course for. . .',
1.6       bisitz   4395: 
                   4396:    'Set to ...'
1.93      raeburn  4397: => 'Set to ...',
1.6       bisitz   4398: 
                   4399:    'Show Answer'
1.93      raeburn  4400: => 'Show Answer',
1.6       bisitz   4401: 
                   4402:    'Show Feedback'
1.93      raeburn  4403: => 'Show Feedback',
1.6       bisitz   4404: 
                   4405:    'Simple Edit'
1.93      raeburn  4406: => 'Simple Edit',
1.6       bisitz   4407: 
                   4408:    'Start Time'
1.93      raeburn  4409: => 'Start Time',
1.6       bisitz   4410: 
                   4411:    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
1.93      raeburn  4412: => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
1.6       bisitz   4413: 
                   4414:    'Starting Date'
1.22      zhu      4415: => '开始日期',
1.6       bisitz   4416: 
                   4417:    'Starting date'
1.22      zhu      4418: => '开始日期',
1.6       bisitz   4419: 
                   4420:    'Student ID'
1.22      zhu      4421: => '学生证',
1.6       bisitz   4422: 
                   4423:    'Student Information'
1.22      zhu      4424: => '学生信息',
1.6       bisitz   4425: 
                   4426:    'Student Sheet Links'
1.22      zhu      4427: => '学生表链接',
1.6       bisitz   4428: 
                   4429:    'Student Status'
1.22      zhu      4430: => '学生状态',
1.6       bisitz   4431: 
                   4432:    'Student Status: [_1]'
1.22      zhu      4433: => '学生状态: [_1]',
1.6       bisitz   4434: 
                   4435:    'Student information updated successfully.'
1.22      zhu      4436: => '学生信息已成功更新。',
1.6       bisitz   4437: 
                   4438:    'Students need access key to enter course'
1.93      raeburn  4439: => 'Students need access key to enter course',
1.6       bisitz   4440: 
                   4441:    'Students with expired roles'
1.93      raeburn  4442: => 'Students with expired roles',
1.6       bisitz   4443: 
                   4444:    'Subject:'
1.22      zhu      4445: => '标题:',
1.6       bisitz   4446: 
                   4447:    'Submissions'
1.93      raeburn  4448: => 'Submissions',
1.6       bisitz   4449: 
                   4450:    'Submit Modifications'
1.63      zhu      4451: => '提交更改',
1.6       bisitz   4452: 
                   4453:    'Submit entries below as answer to receive credit'
1.93      raeburn  4454: => 'Submit entries below as answer to receive credit',
1.6       bisitz   4455: 
                   4456:    'Survey Question'
1.93      raeburn  4457: => 'Survey Question',
1.6       bisitz   4458: 
                   4459:    'Survey question'
1.93      raeburn  4460: => 'Survey question',
1.6       bisitz   4461: 
                   4462:    'System Level'
1.93      raeburn  4463: => 'System Level',
1.6       bisitz   4464: 
                   4465:    'Target Edit Map'
1.93      raeburn  4466: => 'Target Edit Map', #??? [SB 18.10.2006]
1.6       bisitz   4467: 
                   4468:    'TeX unconverted due to errors'
1.93      raeburn  4469: => 'TeX unconverted due to errors',
1.6       bisitz   4470: 
                   4471:    'TeX unconverted due to previous errors'
1.93      raeburn  4472: => 'TeX unconverted due to previous errors',
1.6       bisitz   4473: 
                   4474:    'The error reported was'
1.93      raeburn  4475: => 'The error reported was',
1.6       bisitz   4476: 
                   4477:    'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.'
1.93      raeburn  4478: => 'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.',
1.6       bisitz   4479: 
                   4480:    "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists."
1.93      raeburn  4481: => "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists.",
1.6       bisitz   4482: 
                   4483:    'The requested file'
1.93      raeburn  4484: => 'The requested file',
1.6       bisitz   4485: 
                   4486:    'The student must log out and log in again to see these changes.'
1.93      raeburn  4487: => 'The student must log out and log in again to see these changes.',
1.6       bisitz   4488: 
                   4489:    'There are currently no Error Messages for this resource.'
1.93      raeburn  4490: => 'There are currently no Error Messages for this resource.',
1.6       bisitz   4491: 
                   4492:    'There are no Evaluation Comments on this resource.'
1.93      raeburn  4493: => 'There are no Evaluation Comments on this resource.',
1.6       bisitz   4494: 
                   4495:    'There was an error determining the environment values for'
1.93      raeburn  4496: => 'There was an error determining the environment values for',
1.6       bisitz   4497: 
                   4498:    'Top Level Map'
1.93      raeburn  4499: => 'Top Level Map',
1.6       bisitz   4500: 
                   4501:    'Type Name Here'
1.93      raeburn  4502: => 'Type Name Here',
1.6       bisitz   4503: 
                   4504:    'Type in value'
1.93      raeburn  4505: => 'Type in value',
1.6       bisitz   4506: 
                   4507:    'Type:'
1.93      raeburn  4508: => 'Type:',
1.6       bisitz   4509: 
                   4510:    'UNDISPLAYABLE'
1.93      raeburn  4511: => 'UNDISPLAYABLE',
1.6       bisitz   4512: 
                   4513:    'Unable to enroll'
1.93      raeburn  4514: => 'Unable to enroll',
1.6       bisitz   4515: 
                   4516:    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
1.93      raeburn  4517: => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
1.6       bisitz   4518: 
                   4519:    'Unable to retrieve environment data for'
1.93      raeburn  4520: => 'Unable to retrieve environment data for',
1.6       bisitz   4521: 
                   4522:    'Unable to set default dates for course'
1.93      raeburn  4523: => 'Unable to set default dates for course',
1.6       bisitz   4524: 
                   4525:    'Unavailable course'
1.93      raeburn  4526: => 'Unavailable course',
1.6       bisitz   4527: 
                   4528:    'Unknown Action'
1.93      raeburn  4529: => 'Unknown Action',
1.6       bisitz   4530: 
                   4531:    'Upload file'
1.93      raeburn  4532: => 'Upload file',
1.6       bisitz   4533: 
                   4534:    'Upload file to Construction Space'
1.93      raeburn  4535: => 'Upload file to Construction Space',
1.6       bisitz   4536: 
                   4537:    'VIEW'
1.93      raeburn  4538: => 'VIEW',
1.6       bisitz   4539: 
                   4540:    'View the FAQ'
1.93      raeburn  4541: => 'View the FAQ',
1.6       bisitz   4542: 
                   4543:    'Visibly Separate Items on Pages'
1.93      raeburn  4544: => 'Visibly Separate Items on Pages',
1.6       bisitz   4545: 
                   4546:    'WARNING: The metadata table does not exist in the LON-CAPA database.'
1.93      raeburn  4547: => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
1.6       bisitz   4548: 
                   4549:    'Warning: change of MIME type!'
1.93      raeburn  4550: => 'Warning: change of MIME type!',
1.6       bisitz   4551: 
                   4552:    'Warning: target file exists!'
1.93      raeburn  4553: => 'Warning: target file exists!',
1.6       bisitz   4554: 
                   4555:    'Warning: target file exists, and has been published!'
1.93      raeburn  4556: => 'Warning: target file exists, and has been published!',
1.6       bisitz   4557: 
                   4558:    'Width'
1.93      raeburn  4559: => 'Width',
1.6       bisitz   4560: 
                   4561:    'Print Options'
1.63      zhu      4562: => '打印选项',
1.6       bisitz   4563: 
                   4564:    'Print Answers'
1.63      zhu      4565: => '打印回答',
1.6       bisitz   4566: 
                   4567:    'Only Answers'
1.63      zhu      4568: => '只有回答',
1.6       bisitz   4569: 
                   4570:    'With Answers'
1.63      zhu      4571: => '带答案',
1.6       bisitz   4572: 
                   4573:    'Without Answers'
1.63      zhu      4574: => '没有答案',
1.6       bisitz   4575: 
                   4576:    'You are working with an unsaved version of your map.'
1.93      raeburn  4577: => 'You are working with an unsaved version of your map.',
1.6       bisitz   4578: 
                   4579:    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
1.93      raeburn  4580: => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
1.6       bisitz   4581: 
                   4582:    'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'
1.93      raeburn  4583: => 'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.',
1.6       bisitz   4584: 
                   4585:    '[_1] (what you just saw on the screen)'
1.63      zhu      4586: => '[_1] (what you just saw on the screen)',
1.6       bisitz   4587: 
                   4588:    '[_1] Local Authentication with argument [_2]'
1.70      zhu      4589: => '[_1] 局部认证带 [_2]',
1.6       bisitz   4590: 
                   4591:    'Currently using local (institutional) authentication.'
1.18      zhu      4592: => '目前使用的地方(机构)的认证。Derzeit lokal (institutionell) authentifiziert.',
1.6       bisitz   4593: 
                   4594:    'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) sectionID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:zol2'
1.93      raeburn  4595: => 'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) sectionID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:zol2',
1.6       bisitz   4596: 
                   4597:    'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section ID to be used in LON-CAPA e.g., 001:1,002:2'
1.93      raeburn  4598: => 'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section ID to be used in LON-CAPA e.g., 001:1,002:2',
1.6       bisitz   4599: 
                   4600:    'after selected'
1.70      zhu      4601: => '选定后',
1.6       bisitz   4602: 
                   4603:    'and'
1.93      raeburn  4604: => 'and',
1.6       bisitz   4605: 
                   4606:    'between'
1.93      raeburn  4607: => 'between',
1.6       bisitz   4608: 
                   4609:    'button'
1.93      raeburn  4610: => 'button',
1.6       bisitz   4611: 
                   4612:    'by'
1.93      raeburn  4613: => 'by',
1.6       bisitz   4614: 
                   4615:    'check all'
1.27      zhu      4616: => '全选',
1.6       bisitz   4617: 
                   4618:    'chmod error'
1.27      zhu      4619: => '属性错误',
1.6       bisitz   4620: 
                   4621:    'click on the'
1.93      raeburn  4622: => 'click on the',
1.6       bisitz   4623: 
                   4624:    'copy Error'
1.27      zhu      4625: => '复制错误',
1.6       bisitz   4626: 
                   4627:    'currently does not exist'
1.93      raeburn  4628: => 'currently does not exist',
1.6       bisitz   4629: 
                   4630:    'custom'
1.27      zhu      4631: => "自定义", # 'anpassbar', # individuell ???
1.6       bisitz   4632: 
                   4633:    'custom distribution file'
1.27      zhu      4634: => '自定义文件', # ???
1.6       bisitz   4635: 
                   4636:    'domain'
1.26      zhu      4637: => '域',
1.6       bisitz   4638: 
                   4639:    'expired or revoked'
1.93      raeburn  4640: => 'expired or revoked',
1.6       bisitz   4641: 
                   4642:    'extension'
1.93      raeburn  4643: => 'extension',
1.6       bisitz   4644: 
                   4645:    'external'
1.93      raeburn  4646: => 'external',
1.6       bisitz   4647: 
                   4648:    'file<br />extension'
1.93      raeburn  4649: => 'file<br />extension',
1.6       bisitz   4650: 
                   4651:    'first name'
1.70      zhu      4652: => '名',
1.6       bisitz   4653: 
                   4654:    'generation'
1.70      zhu      4655: => '生成',
1.6       bisitz   4656: 
                   4657:    'in domain'
1.70      zhu      4658: => '在域',
1.6       bisitz   4659: 
                   4660:    'internal'
1.18      zhu      4661: => '内部的',
1.6       bisitz   4662: 
                   4663:    'is in this state by royal decree.'
1.93      raeburn  4664: => 'is in this state by royal decree.',
1.6       bisitz   4665: 
                   4666:    'last name'
1.70      zhu      4667: => '姓',
1.6       bisitz   4668: 
                   4669:    'make these dates the default for future enrollment'
1.93      raeburn  4670: => 'make these dates the default for future enrollment',
1.6       bisitz   4671: 
                   4672:    'middle name'
1.27      zhu      4673: => '中名',
1.6       bisitz   4674: 
                   4675:    'name'
1.27      zhu      4676: => '姓',
1.6       bisitz   4677: 
                   4678:    'no ending date'
1.22      zhu      4679: => '无结束日期',
1.6       bisitz   4680: 
                   4681:    'number'
1.93      raeburn  4682: => 'number',
1.6       bisitz   4683: 
                   4684:    'obsolete replacement'
1.93      raeburn  4685: => 'obsolete replacement',
1.6       bisitz   4686: 
                   4687:    'only check if you know what you are doing'
1.93      raeburn  4688: => 'only check if you know what you are doing',
1.6       bisitz   4689: 
1.82      bisitz   4690:    'only search domain [_1]'
                   4691: => '只在该域 [_1] 搜索',
1.6       bisitz   4692: 
                   4693:    'optional'
1.18      zhu      4694: => '可选的',
1.6       bisitz   4695: 
                   4696:    'or any other value'
1.18      zhu      4697: => '或任何其他的值',
1.6       bisitz   4698: 
                   4699:    'private'
1.13      zhu      4700: => '私人的',
1.6       bisitz   4701: 
                   4702:    'public'
1.13      zhu      4703: => '公开的',
1.6       bisitz   4704: 
                   4705:    'publisher<br />owner'
1.93      raeburn  4706: => 'publisher<br />owner',
1.6       bisitz   4707: 
                   4708:    'section'
1.93      raeburn  4709: => 'section',
1.6       bisitz   4710: 
                   4711:    'standard'
1.27      zhu      4712: => '标准的',
1.6       bisitz   4713: 
                   4714:    'standard LaTeX mode'
1.27      zhu      4715: => '标准的 LaTeX 模式',
1.6       bisitz   4716: 
                   4717:    'standard courses only'
1.27      zhu      4718: => '只标准课程',
1.6       bisitz   4719: 
                   4720:    'student name'
1.26      zhu      4721: => '学生姓名',
1.6       bisitz   4722: 
                   4723:    'template'
1.26      zhu      4724: => '模板',
1.6       bisitz   4725: 
                   4726:    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
1.93      raeburn  4727: => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
1.6       bisitz   4728: 
                   4729:    'unable to enroll'
1.27      zhu      4730: => '无法注册',
1.6       bisitz   4731: 
                   4732:    'uncheck all'
1.27      zhu      4733: => '全部取消',
1.6       bisitz   4734: 
                   4735:    'use related words'
1.18      zhu      4736: => '使用相关的关键词',
1.6       bisitz   4737: 
                   4738:    'username'
1.18      zhu      4739: => '用户名',
1.6       bisitz   4740: 
                   4741:    'versus'
1.93      raeburn  4742: => 'versus',
1.6       bisitz   4743: 
                   4744:    'with server'
1.93      raeburn  4745: => 'with server',
1.6       bisitz   4746: 
                   4747:    'yes'
1.18      zhu      4748: => '是',
1.6       bisitz   4749: 
                   4750:    'Swedish Chef'
1.93      raeburn  4751: => 'Swedish Chef',
1.6       bisitz   4752: 
                   4753:    '[_1] for default hiding'
                   4754: => '[_1] für voreingestelltes Verbergen',
                   4755: 
                   4756:    '[_1] for visible separation.'
                   4757: => '[_1] für sichtbare Trennung.',
                   4758: 
                   4759:    'Changes will not show until next login.'
                   4760: => 'Änderungen werden beim nächsten Login aktiv.',
                   4761: 
                   4762:    '[_1] if allowed, anything else if not'
                   4763: => '[_1], um zu erlauben. Alles andere, um nicht zu erlauben.',
                   4764: 
                   4765:    '"[_1]" to disable, anything else if not'
                   4766: => '"[_1]", um zu deaktivieren. Alles andere, um zu aktivieren.',
                   4767: 
                   4768:    '[_1] to suppress, anything else to not suppress'
                   4769: => '[_1], um zu unterdrücken. Alles andere, um nicht zu unterdrücken.',
                   4770: 
                   4771:    'Set value to [_1] to allow all roles.'
                   4772: => '[_1], um für alle Rollen zu erlauben.',
                   4773: 
1.66      bisitz   4774:    '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
                   4775: => '[_1] ist kein zulässiger Wert für die Anzahl von Versuchen. Der Wert muss eine positive, ganze Zahl (ohne Dezimaltrennzeichen) sein.',
1.6       bisitz   4776: 
1.66      bisitz   4777:    '[_1] is not an acceptable weight. Weight must be a positive number.'
                   4778: => '[_1] ist kein zulässiger Wert für die Gewichtung. Der Wert muss eine positive Zahl sein.',
1.6       bisitz   4779: 
                   4780:    '1 minute'
1.93      raeburn  4781: => '1 minute',
1.6       bisitz   4782: 
                   4783:    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
                   4784: => '<b>HTML zugelassen</b>: Diskussionsteilnehmer können in ihren Beiträgen eingeschränkten HTML-Befehlssatz verwenden.',
                   4785: 
                   4786:    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
                   4787: => '<b>HTML verboten</b>: HTML wird in Diskussionen nicht zugelassen.',
                   4788: 
                   4789:    '<b>Instructor</b> - instructors will not be able to participate in discussions'
                   4790: => '<b>Dozent</b> - Dozenten werden nicht an den Diskussionen teilnehmen können.',
                   4791: 
                   4792:    '<b>Instructor</b> - instructors will not be able to use or view the chat room'
                   4793: => '<b>Dozent</b> - Dozenten werden den Chatroom weder betreten noch die Inhalte einsehen können',
                   4794: 
                   4795:    '<b>Students</b> - students will not be able to participate in discussions'
                   4796: => '<b>Studierende</b> - Studenten werden nicht an Diskussionen teilnehmen können',
                   4797: 
                   4798:    '<b>Students</b> - students will not be able to use or view the chat room.'
                   4799: => '<b>Studierende</b> - Studenten werden den Chatroom weder betreten noch die Inhalte einsehen können',
                   4800: 
                   4801:    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
                   4802: => '<b>Tutor</b> - Tutoren werden nicht an den Diskussionen teilnehmen können',
                   4803: 
                   4804:    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
                   4805: => '<b>Tutor</b> - Tutoren werden den Chatroom weder betreten noch die Inhalte einsehen können',
                   4806: 
1.66      bisitz   4807:    'Your current LON-CAPA domain is [_1].'
1.93      raeburn  4808: => 'Your current LON-CAPA domain is [_1].',
1.6       bisitz   4809: 
                   4810:    'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.'
1.93      raeburn  4811: => 'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.',
1.6       bisitz   4812: 
1.66      bisitz   4813:    'Granting permission to clone course'
1.93      raeburn  4814: => 'Granting permission to clone course',
1.66      bisitz   4815: 
                   4816:    'Existing courses can be cloned when creating new courses. Cloning will copy the course structure, contents, and most parameters (automatically advancing any date parameters by six months). Usernames of owners of other courses permitted to clone this course:'
1.93      raeburn  4817: => 'Existing courses can be cloned when creating new courses. Cloning will copy the course structure, contents, and most parameters (automatically advancing any date parameters by six months). Usernames of owners of other courses permitted to clone this course:',
1.66      bisitz   4818: 
                   4819:    '(Course Coordinators automatically have the right to clone their own courses.) Format: user:domain, where &quot;user&quot; and &quot;domain&quot; are the LON-CAPA username and domain of the user.Separate different users with a comma.Use *:domain to allow course to be cloned by any course owner in the specified domain.Use * to allow unrestricted cloning by all course owners in all domains.'
                   4820: => '(Kurs-Koordinatoren haben automatisch die Berechtigung ihre eigenen Kurse zu klonen) Format: benutzerkennung:domäne, wobei &quot;benutzerkennung&quot; und &quot;domäne&quot; die LON-CAPA-Benutzerkennung und -Domäne des Benutzers sind. Trennen Sie mehrere Benutzer durch Kommata. Verwenden Sie *:domäne, um allen Benutzern der angegebenen Domäne das Klonen des Kurses zu erlauben. Verwenden Sie *, um allen Benutzern aller Domänen uneingeschränke Berechtigung zum Klonen zu erteilen.', # n.t.
                   4821: 
                   4822:    'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click &quot;Next&quot;.'
1.93      raeburn  4823: => 'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click &quot;Next&quot;.',
1.6       bisitz   4824: 
                   4825:    'Allow limited HTML in discussion posts'
1.93      raeburn  4826: => 'Allow limited HTML in discussion posts',
1.6       bisitz   4827: 
                   4828:    'Allow problems to be split over pages'
1.93      raeburn  4829: => 'Allow problems to be split over pages',
1.6       bisitz   4830: 
                   4831:    'Answer Date (answerdate)'
1.93      raeburn  4832: => 'Answer Date (answerdate)',
1.6       bisitz   4833: 
1.66      bisitz   4834:    'Chat Room Participation'
1.93      raeburn  4835: => 'Chat Room Participation',
1.66      bisitz   4836: 
1.6       bisitz   4837:    'Chat Participation'
1.93      raeburn  4838: => 'Chat Participation',
1.6       bisitz   4839: 
                   4840:    'Click here to return to the chart.'
1.93      raeburn  4841: => 'Click here to return to the chart.',
1.6       bisitz   4842: 
                   4843:    'Completed'
1.93      raeburn  4844: => 'Completed',
1.6       bisitz   4845: 
1.65      zhu      4846:    'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.'
1.93      raeburn  4847: => 'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.',
1.6       bisitz   4848: 
                   4849:    'Course ID or number'
1.93      raeburn  4850: => 'Course ID or number',
1.6       bisitz   4851: 
                   4852:    'Course Initialization Helper'
1.93      raeburn  4853: => 'Course Initialization Helper',
1.6       bisitz   4854: 
                   4855:    'Course default for all problems'
1.93      raeburn  4856: => 'Course default for all problems',
1.6       bisitz   4857: 
1.66      bisitz   4858:    'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an e-mail address.'
1.93      raeburn  4859: => 'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an e-mail address.',
1.6       bisitz   4860: 
                   4861:    'Courses'
                   4862: => '课程',
                   4863: 
                   4864:    'Default beginning date when enrolling students'
1.93      raeburn  4865: => 'Default beginning date when enrolling students',
1.6       bisitz   4866: 
                   4867:    'Default ending date when enrolling students'
1.93      raeburn  4868: => 'Default ending date when enrolling students',
1.6       bisitz   4869: 
                   4870: 
                   4871:    'Default set of options to pass to tth/m when converting tex'
1.93      raeburn  4872: => 'Default set of options to pass to tth/m when converting tex',
1.6       bisitz   4873: 
                   4874:    'Disable display of problem receipts'
1.93      raeburn  4875: => 'Disable display of problem receipts',
1.6       bisitz   4876: 
                   4877:    'Disallow Resource Discussion for Roles'
1.93      raeburn  4878: => 'Disallow Resource Discussion for Roles',
1.6       bisitz   4879: 
                   4880:    'Disallow Resource Discussion for Users'
1.93      raeburn  4881: => 'Disallow Resource Discussion for Users',
1.6       bisitz   4882: 
                   4883:    'Disallow live chatroom use for Roles'
1.93      raeburn  4884: => 'Disallow live chatroom use for Roles',
1.6       bisitz   4885: 
                   4886:    'Disallow live chatroom use for Users'
1.93      raeburn  4887: => 'Disallow live chatroom use for Users',
1.6       bisitz   4888: 
                   4889:    'Discussion Participation'
1.93      raeburn  4890: => 'Discussion Participation',
1.6       bisitz   4891: 
                   4892:    'Due Date (contentclose)'
1.93      raeburn  4893: => 'Due Date (contentclose)',
1.6       bisitz   4894: 
                   4895:    'Due Date (duedate)'
1.93      raeburn  4896: => 'Due Date (duedate)',
1.6       bisitz   4897: 
                   4898:    'Every problem in a particular folder (overrides course default)'
1.93      raeburn  4899: => 'Every problem in a particular folder (overrides course default)',
1.6       bisitz   4900: 
                   4901:    'Exit'
                   4902: => '退出',
                   4903: 
                   4904:    'Feedback Addresses for Course Content'
1.18      zhu      4905: => '课程内容的信息反馈地址',
1.6       bisitz   4906: 
1.63      zhu      4907:    'Finish Helper'
                   4908: => '结束帮助程序',
                   4909: 
1.6       bisitz   4910:    'HTML can be allowed or banned inside of course discussion.'
1.93      raeburn  4911: => 'HTML can be allowed or banned inside of course discussion.',
1.6       bisitz   4912: 
                   4913:    'HTML in Discussions'
1.93      raeburn  4914: => 'HTML in Discussions',
1.6       bisitz   4915: 
                   4916:    'Hide Empty Rows in Spreadsheets'
1.93      raeburn  4917: => 'Hide Empty Rows in Spreadsheets',
1.6       bisitz   4918: 
                   4919:    'How many tries should be set for all problems in the course?'
1.93      raeburn  4920: => 'How many tries should be set for all problems in the course?',
1.6       bisitz   4921: 
                   4922:    'How many tries should be set for the selected folder?'
1.93      raeburn  4923: => 'How many tries should be set for the selected folder?',
1.6       bisitz   4924: 
                   4925:    'How many tries should be set for the selected problem?'
1.93      raeburn  4926: => 'How many tries should be set for the selected problem?',
1.6       bisitz   4927: 
1.66      bisitz   4928:    'LON-CAPA has chat room functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.'
1.93      raeburn  4929: => 'LON-CAPA has chat room functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.',
1.6       bisitz   4930: 
                   4931:    'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.'
1.93      raeburn  4932: => 'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.',
1.6       bisitz   4933: 
                   4934:    'No section assigned'
1.93      raeburn  4935: => 'No section assigned',
1.6       bisitz   4936: 
                   4937:    'Number of assignments printed at the same time:'
1.93      raeburn  4938: => 'Number of assignments printed at the same time:',
1.6       bisitz   4939: 
                   4940:    'Opening Date (contentopen)'
1.93      raeburn  4941: => 'Opening Date (contentopen)',
1.6       bisitz   4942: 
                   4943:    'Opening Date (opendate)'
1.93      raeburn  4944: => 'Opening Date (opendate)',
1.6       bisitz   4945: 
                   4946:    'Please adjust significant figures.'
1.93      raeburn  4947: => 'Please adjust significant figures.',
1.41      bisitz   4948: 
1.6       bisitz   4949:    'Please select the section you wish to set the answer open date for:'
1.93      raeburn  4950: => 'Please select the section you wish to set the answer open date for:',
1.6       bisitz   4951: 
                   4952:    'Please select the section you wish to set the due date for:'
1.93      raeburn  4953: => 'Please select the section you wish to set the due date for:',
1.6       bisitz   4954: 
                   4955:    'Please select the section you wish to set the number of tries for:'
1.93      raeburn  4956: => 'Please select the section you wish to set the number of tries for:',
1.6       bisitz   4957: 
                   4958:    'Please select the section you wish to set the opening date for:'
1.93      raeburn  4959: => 'Please select the section you wish to set the opening date for:',
1.6       bisitz   4960: 
                   4961:    'Please select the section you wish to set the problem weight for:'
1.93      raeburn  4962: => 'Please select the section you wish to set the problem weight for:',
1.6       bisitz   4963: 
                   4964:    'Please select the student you wish to set the answer open date for:'
1.93      raeburn  4965: => 'Please select the student you wish to set the answer open date for:',
1.6       bisitz   4966: 
                   4967:    'Please select the student you wish to set the due date for:'
1.93      raeburn  4968: => 'Please select the student you wish to set the due date for:',
1.6       bisitz   4969: 
                   4970:    'Please select the student you wish to set the number of tries for:'
1.93      raeburn  4971: => 'Please select the student you wish to set the number of tries for:',
1.6       bisitz   4972: 
                   4973:    'Please select the student you wish to set the opening date for:'
1.93      raeburn  4974: => 'Please select the student you wish to set the opening date for:',
1.6       bisitz   4975: 
                   4976:    'Please select the student you wish to set the problem weight for:'
1.93      raeburn  4977: => 'Please select the student you wish to set the problem weight for:',
1.6       bisitz   4978: 
                   4979:    'Privileged users that should not be hidden on staff listings'
1.93      raeburn  4980: => 'Privileged users that should not be hidden on staff listings',
1.6       bisitz   4981: 
                   4982:    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
1.93      raeburn  4983: => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
1.6       bisitz   4984: 
                   4985:    'Reading results from [_1]'
1.93      raeburn  4986: => 'Reading results from [_1]',
1.6       bisitz   4987: 
                   4988:    'Receipt algorithm used'
1.93      raeburn  4989: => 'Receipt algorithm used',
1.6       bisitz   4990: 
                   4991:    'Receiving results from [_1]'
1.93      raeburn  4992: => 'Receiving results from [_1]',
1.6       bisitz   4993: 
                   4994:    'Resources'
1.10      zhu      4995: => '资源',
1.6       bisitz   4996: 
1.72      bisitz   4997:    'Search Complete on Server [_1]'
1.93      raeburn  4998: => 'Search Complete on Server [_1]', # '搜索完成 [_1]',
1.6       bisitz   4999: 
                   5000:    'Search: [_1]'
1.10      zhu      5001: => '搜索: [_1]',
1.6       bisitz   5002: 
                   5003:    'Select All Files'
1.10      zhu      5004: => '选择所有文件',
1.6       bisitz   5005: 
                   5006:    'Select All Published'
1.10      zhu      5007: => '选择所有发布的',
1.6       bisitz   5008: 
                   5009:    'Select Folder'
1.10      zhu      5010: => '选择文件夹',
1.6       bisitz   5011: 
                   5012:    'Select Only Current Students'
1.10      zhu      5013: => '只选择目前的学生',
1.6       bisitz   5014: 
                   5015:    'Select Problem'
1.10      zhu      5016: => '选择任务',
1.6       bisitz   5017: 
                   5018:    'Select Student'
1.10      zhu      5019: => '选择学生',
1.6       bisitz   5020: 
                   5021:    'Select for Section/Group'
1.12      zhu      5022: => '选择科/组',
1.6       bisitz   5023: 
                   5024:    'Select the folder you wish to set the parameter for:'
1.93      raeburn  5025: => 'Select the folder you wish to set the parameter for:',
1.6       bisitz   5026: 
                   5027:    'Select the problem you wish to set the parameter for:'
1.93      raeburn  5028: => 'Select the problem you wish to set the parameter for:',
1.6       bisitz   5029: 
                   5030:    'Set Problem Tries'
1.93      raeburn  5031: => 'Set Problem Tries',
1.6       bisitz   5032: 
                   5033:    'Set Problem Weight'
1.93      raeburn  5034: => 'Set Problem Weight',
1.6       bisitz   5035: 
                   5036:    'Set answer open date for all problems in the course for ...'
1.93      raeburn  5037: => 'Set answer open date for all problems in the course for ...',
1.6       bisitz   5038: 
                   5039:    'Set answer open date for the selected folder for ...'
1.93      raeburn  5040: => 'Set answer open date for the selected folder for ...',
1.6       bisitz   5041: 
                   5042:    'Set answer open date for the selected problem for...'
1.93      raeburn  5043: => 'Set answer open date for the selected problem for...',
1.6       bisitz   5044: 
                   5045:    'Set due date for all problems in the course for ...'
1.93      raeburn  5046: => 'Set due date for all problems in the course for ...',
1.6       bisitz   5047: 
                   5048:    'Set due date for the selected folder for ...'
1.93      raeburn  5049: => 'Set due date for the selected folder for ...',
1.6       bisitz   5050: 
                   5051:    'Set due date for the selected problem for ...'
1.93      raeburn  5052: => 'Set due date for the selected problem for ...',
1.6       bisitz   5053: 
                   5054:    'Set number of tries for all problems in the course for ...'
1.93      raeburn  5055: => 'Set number of tries for all problems in the course for ...',
1.6       bisitz   5056: 
                   5057:    'Set number of tries for the selected folder for ...'
1.93      raeburn  5058: => 'Set number of tries for the selected folder for ...',
1.6       bisitz   5059: 
                   5060:    'Set number of tries for the selected problem for ...'
1.93      raeburn  5061: => 'Set number of tries for the selected problem for ...',
1.6       bisitz   5062: 
                   5063:    'Set opening date for all problems in the course for ...'
1.93      raeburn  5064: => 'Set opening date for all problems in the course for ...',
1.6       bisitz   5065: 
                   5066:    'Set opening date for the selected folder for ...'
1.93      raeburn  5067: => 'Set opening date for the selected folder for ...',
1.6       bisitz   5068: 
                   5069:    'Set opening date for the selected problem for ...'
1.93      raeburn  5070: => 'Set opening date for the selected problem for ...',
1.6       bisitz   5071: 
                   5072:    'Set problem weight for all problems in the course for ...'
1.93      raeburn  5073: => 'Set problem weight for all problems in the course for ...',
1.6       bisitz   5074: 
                   5075:    'Set problem weight for the selected folder for ...'
1.93      raeburn  5076: => 'Set problem weight for the selected folder for ...',
1.6       bisitz   5077: 
                   5078:    'Set problem weight for the selected problem for ...'
1.93      raeburn  5079: => 'Set problem weight for the selected problem for ...',
1.6       bisitz   5080: 
                   5081:    'Set value to [_1] to allow.'
                   5082: => '[_1], um zu erlauben.',
                   5083: 
                   5084:    'Setting the [_1]'
1.93      raeburn  5085: => 'Setting the [_1]',
1.6       bisitz   5086: 
                   5087:    'Setting the [_1] to [_2]'
1.93      raeburn  5088: => 'Setting the [_1] to [_2]',
1.6       bisitz   5089: 
                   5090:    'Student Name'
1.26      zhu      5091: => '学生姓名',
1.6       bisitz   5092: 
1.66      bisitz   5093:    'The &quot;Course Title&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next&quot; to continue.'
1.93      raeburn  5094: => 'The &quot;Course Title&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next&quot; to continue.',
1.6       bisitz   5095: 
                   5096:    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
1.93      raeburn  5097: => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
1.6       bisitz   5098: 
                   5099:    'There are no currently enrolled students in the course.'
1.93      raeburn  5100: => 'There are no currently enrolled students in the course.',
1.6       bisitz   5101: 
                   5102:    'There are no currently enrolled students in the selected sections.'
1.93      raeburn  5103: => 'There are no currently enrolled students in the selected sections.',
1.6       bisitz   5104: 
                   5105:    'There are no previously enrolled students in the course.'
1.93      raeburn  5106: => 'There are no previously enrolled students in the course.',
1.6       bisitz   5107: 
                   5108:    'There are no previously enrolled students in the selected sections.'
1.93      raeburn  5109: => 'There are no previously enrolled students in the selected sections.',
1.6       bisitz   5110: 
                   5111:    'There are no students with future access in the course.'
1.93      raeburn  5112: => 'There are no students with future access in the course.',
1.6       bisitz   5113: 
                   5114:    'There are no students with future access in the selected sections.'
1.93      raeburn  5115: => 'There are no students with future access in the selected sections.',
1.6       bisitz   5116: 
                   5117:    'There are no students in the course.'
1.93      raeburn  5118: => 'There are no students in the course.',
1.6       bisitz   5119: 
                   5120:    'There are no students in the selected sections.'
1.93      raeburn  5121: => 'There are no students in the selected sections.',
1.6       bisitz   5122: 
                   5123:    'This controls how receipt numbers are generated.'
1.93      raeburn  5124: => 'This controls how receipt numbers are generated.',
1.6       bisitz   5125: 
                   5126:    'This helper will set up your LON-CAPA course and choose which features will be active.'
1.93      raeburn  5127: => 'This helper will set up your LON-CAPA course and choose which features will be active.',
1.6       bisitz   5128: 
                   5129:    'Unselect All Files'
1.93      raeburn  5130: => 'Unselect All Files',
1.6       bisitz   5131: 
                   5132:    'Unselect All Published'
1.93      raeburn  5133: => 'Unselect All Published',
1.6       bisitz   5134: 
                   5135:    'Unselect All Resources'
1.93      raeburn  5136: => 'Unselect All Resources',
1.6       bisitz   5137: 
                   5138:    'Unselect for Section/Group'
1.12      zhu      5139: => '取消选择科/组',
1.6       bisitz   5140: 
                   5141:    'Welcome to Your New LON-CAPA Course'
1.12      zhu      5142: => '欢迎使用您的新 LON-CAPA 课程',
1.6       bisitz   5143: 
                   5144:    'What parameter do you want to set for the selected folder?'
1.93      raeburn  5145: => 'What parameter do you want to set for the selected folder?',
1.6       bisitz   5146: 
                   5147:    'What parameter do you want to set for the selected problem?'
1.93      raeburn  5148: => 'What parameter do you want to set for the selected problem?',
1.6       bisitz   5149: 
                   5150:    'What should the answer open date be set to?'
1.93      raeburn  5151: => 'What should the answer open date be set to?',
1.6       bisitz   5152: 
                   5153:    'What should the due date be set to?'
1.93      raeburn  5154: => 'What should the due date be set to?',
1.6       bisitz   5155: 
                   5156:    'What weight should be set for all problems in the course?'
1.93      raeburn  5157: => 'What weight should be set for all problems in the course?',
1.6       bisitz   5158: 
                   5159:    'What weight should be set for the selected folder?'
1.93      raeburn  5160: => 'What weight should be set for the selected folder?',
1.6       bisitz   5161: 
                   5162:    'What weight should be set for the selected problem?'
1.93      raeburn  5163: => 'What weight should be set for the selected problem?',
1.6       bisitz   5164: 
1.65      zhu      5165:    'Your course is now set up. Please select the Save button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen (Course Configuration).'
1.93      raeburn  5166: => 'Your course is now set up. Please select the Save button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen (Course Configuration).',
1.6       bisitz   5167: 
                   5168:    '[_1] Filesystem Authenticated (with initial password [_2])'
                   5169: => '[_1] Authentifizierung über Dateisystem (mit Anfangspasswort [_2])',
                   5170: 
                   5171:    'Currently Filesystem Authenticated.'
1.93      raeburn  5172: => 'Currently Filesystem Authenticated.',
1.6       bisitz   5173: 
                   5174:    '[_1] Internally authenticated (with initial password [_2])'
1.70      zhu      5175: => '[_1] LON-CAPA 内部认证 (初始密码 [_2])',
1.6       bisitz   5176: 
                   5177:    'Currently internally authenticated.'
1.70      zhu      5178: => '目前 LON-CAPA 内部认证。',
1.6       bisitz   5179: 
1.72      bisitz   5180:    'Records per Page:'
                   5181: => '每页显示结果:',
1.6       bisitz   5182: 
                   5183:    '[_1] with value [_2]'
1.70      zhu      5184: => '[_1] 与价值 [_2]',
1.6       bisitz   5185: 
                   5186:    'all resources in the course'
1.70      zhu      5187: => '课程中的所有资源',
1.6       bisitz   5188: 
                   5189:    'all students in course'
1.70      zhu      5190: => '在课程中的所有学生',
1.6       bisitz   5191: 
                   5192:    'anonymous students'
1.70      zhu      5193: => '匿名学生',
1.6       bisitz   5194: 
                   5195:    'answer date'
1.26      zhu      5196: => '回答日期',
1.6       bisitz   5197: 
                   5198:    'contacting [_1]'
1.26      zhu      5199: => '联系 [_1]',
1.6       bisitz   5200: 
                   5201:    'due date'
1.9       zhu      5202: => '截止日期',
1.6       bisitz   5203: 
                   5204:    'for'
1.93      raeburn  5205: => 'for',
1.6       bisitz   5206: 
                   5207:    'for [_1]all resources in the course[_2]'
1.70      zhu      5208: => '为 [_1]课程中的所有资源 [_2]',
1.6       bisitz   5209: 
                   5210:    'for [_1]all students in course[_2]'
1.70      zhu      5211: => '为 [_1]在课程中的所有学生 [_2]',
1.6       bisitz   5212: 
                   5213:    'for [_1]'
1.70      zhu      5214: => '为 [_1]',
1.6       bisitz   5215: 
                   5216:    'for section [_1]'
1.93      raeburn  5217: => 'for section [_1]',
1.6       bisitz   5218: 
                   5219:    'for the map named [_1]'
1.93      raeburn  5220: => 'for the map named [_1]',
1.6       bisitz   5221: 
1.65      zhu      5222:    'for the resource named [_1], part [_2]'
1.93      raeburn  5223: => 'for the resource named [_1], part [_2]',
1.65      zhu      5224: 
                   5225:    'for the resource ID [_1] (name unavailable), part [_2]'
1.93      raeburn  5226: => 'for the resource ID [_1] (name unavailable), part [_2]',
1.6       bisitz   5227: 
                   5228:    'from'
1.93      raeburn  5229: => 'from',
1.6       bisitz   5230: 
                   5231:    'from current subdirectory'
1.93      raeburn  5232: => 'from current subdirectory',
1.6       bisitz   5233: 
                   5234:    'helper'
1.70      zhu      5235: => '辅助程序',
1.6       bisitz   5236: 
                   5237:    'in'
1.93      raeburn  5238: => 'in',
1.6       bisitz   5239: 
                   5240:    'instructor'
1.27      zhu      5241: => '讲师',
1.6       bisitz   5242: 
                   5243:    'number of tries'
1.27      zhu      5244: => '尝试次数',
1.6       bisitz   5245: 
                   5246:    'opening date'
1.27      zhu      5247: => '开始日期',
1.6       bisitz   5248: 
                   5249:    'problem weight'
1.27      zhu      5250: => '问题难度',
1.6       bisitz   5251: 
                   5252:    'role,role,...'
                   5253: => '角色,角色,...',
                   5254: 
                   5255:    'selected students'
                   5256: => '选定的学生',
                   5257: 
                   5258:    'student'
                   5259: => '学生',
                   5260: 
                   5261:    'to'
1.93      raeburn  5262: => 'to',
1.6       bisitz   5263: 
                   5264:    'to [_1] ([_2])'
1.93      raeburn  5265: => 'to [_1] ([_2])',
1.6       bisitz   5266: 
                   5267:    'waiting on [_1]'
                   5268: => '等待 [_1]',
                   5269: 
                   5270:    'what you just saw on the screen'
1.93      raeburn  5271: => 'what you just saw on the screen',
1.6       bisitz   5272: 
                   5273:    'Enter my portfolio space'
                   5274: => '文件夹空间',
                   5275: 
                   5276:    'No syllabus information provided.'
1.93      raeburn  5277: => 'No syllabus information provided.',
1.6       bisitz   5278: 
                   5279:    'Sorry ...'
                   5280: => '对不起...',
                   5281: 
                   5282:    'This resource might be part of another course.'
1.93      raeburn  5283: => 'This resource might be part of another course.',
1.6       bisitz   5284: 
                   5285:    'Agree'
1.93      raeburn  5286: => 'Agree',
1.6       bisitz   5287: 
                   5288:    'Any comments?'
1.18      zhu      5289: => '评论:',
1.6       bisitz   5290: 
                   5291:    'Copy this column'
1.93      raeburn  5292: => 'Copy this column',
1.6       bisitz   5293: 
                   5294:    'Disagree'
1.93      raeburn  5295: => 'Disagree',
1.6       bisitz   5296: 
                   5297:    'General Intro'
1.93      raeburn  5298: => 'General Intro',
1.6       bisitz   5299: 
                   5300:    'Greek Symbols'
1.10      zhu      5301: => '希腊字母',
1.6       bisitz   5302: 
                   5303:    'HTML character entities'
1.93      raeburn  5304: => 'HTML character entities',
1.6       bisitz   5305: 
                   5306:    'If you are viewing this online, copy and paste the text from any of the right columns into your text area to get the symbol on the left.'
1.93      raeburn  5307: => 'If you are viewing this online, copy and paste the text from any of the right columns into your text area to get the symbol on the left.',
1.6       bisitz   5308: 
                   5309:    'LON-CAPA Help'
1.93      raeburn  5310: => 'LON-CAPA Help',
1.6       bisitz   5311: 
                   5312:    'Landscape'
1.93      raeburn  5313: => 'Landscape',
1.6       bisitz   5314: 
                   5315:    'Launch navigation window'
1.9       zhu      5316: => '启动导航窗口',
1.6       bisitz   5317: 
                   5318:    'Grade Levels'
1.13      zhu      5319: => '级别',
1.6       bisitz   5320: 
1.36      zhu      5321:    'Grade Level'
                   5322: => '级别',
                   5323: 
1.6       bisitz   5324:    'Lowest Grade Level'
1.13      zhu      5325: => '最低级别',
1.6       bisitz   5326: 
                   5327:    'Lowest Grade Level:'
1.13      zhu      5328: => '最低级别:',
1.6       bisitz   5329: 
                   5330:    'Highest Grade Level'
1.13      zhu      5331: => '最高级别',
1.6       bisitz   5332: 
                   5333:    'Highest Grade Level:'
1.13      zhu      5334: => '最高级别:',
1.6       bisitz   5335: 
                   5336:    'Mark all posts read'
1.9       zhu      5337: => '将所有帖子标记为已阅读',
1.6       bisitz   5338: 
                   5339:    'My question/comment/feedback:'
1.18      zhu      5340: => '我的问题/评论/反馈:',
1.6       bisitz   5341: 
                   5342:    'Other Symbols'
1.10      zhu      5343: => '其他符号',
1.6       bisitz   5344: 
                   5345:    'Please check at least one of the following feedback types:'
1.18      zhu      5346: => '请从以下选项:',
1.6       bisitz   5347: 
                   5348:    'Please rank the following criteria:'
1.18      zhu      5349: => '请以以下标准评价:',
1.6       bisitz   5350: 
                   5351:    'Portrait'
1.22      zhu      5352: => '竖排格式',
1.6       bisitz   5353: 
                   5354:    'Question about resource content'
1.18      zhu      5355: => '关于此资源内容的问题',
1.6       bisitz   5356: 
                   5357:    'Question/Comment/Feedback about course policy'
1.18      zhu      5358: => '关于课程规则的问题/评论/反馈',
1.6       bisitz   5359: 
                   5360:    'Select a Course to Enter'
                   5361: => '选择一个课程',
                   5362: 
                   5363:    'Sending Messages'
1.10      zhu      5364: => '发送邮件',
1.6       bisitz   5365: 
                   5366:    'Show Me My First Homework Problem'
1.93      raeburn  5367: => 'Show Me My First Homework Problem',
1.6       bisitz   5368: 
                   5369:    'Standards'
1.10      zhu      5370: => '标准',
1.6       bisitz   5371: 
                   5372:    'Strongly Agree'
1.93      raeburn  5373: => 'Strongly Agree',
1.6       bisitz   5374: 
                   5375:    'Strongly Disagree'
1.93      raeburn  5376: => 'Strongly Disagree',
1.6       bisitz   5377: 
                   5378:    'Symbol'
1.10      zhu      5379: => '符号',
1.6       bisitz   5380: 
                   5381:    'The material appears to be correct'
1.18      zhu      5382: => '这些材料似乎是正确的',
1.6       bisitz   5383: 
                   5384:    'The material is helpful'
1.18      zhu      5385: => '这些材料是有用的',
1.6       bisitz   5386: 
                   5387:    'The material is presented in a clear way'
1.18      zhu      5388: => '这些材料中提出一个明确的方式',
1.6       bisitz   5389: 
                   5390:    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc)'
1.18      zhu      5391: => '资源在技术上是正确的(加载速度足够快, 不会产生错误, 链接页面可以访问, 等等)',
1.6       bisitz   5392: 
                   5393:    'HTML character enties'
1.10      zhu      5394: => 'HTML 字符实体',
1.6       bisitz   5395: 
                   5396:    '"Waiting for Remote Control window to load: "+[_1]'
1.22      zhu      5397: => '"等待加载远程控制窗口: "+[_1]',
1.6       bisitz   5398: 
1.49      bisitz   5399:    '[_1]Continue[_2] on in Inline Menu mode'
                   5400: => '[_1]继续[_2] 在内置菜单模式下',
1.6       bisitz   5401: 
                   5402:    'All posts'
1.9       zhu      5403: => '所有的讨论',
1.6       bisitz   5404: 
                   5405:    'Change Color Scheme'
1.9       zhu      5406: => '更改颜色方案',
1.6       bisitz   5407: 
                   5408:    'Change Colors'
1.9       zhu      5409: => '改变颜色',
1.6       bisitz   5410: 
                   5411:    'Change Discussion Display Preferences'
1.9       zhu      5412: => '改变讨论显示偏好',
1.6       bisitz   5413: 
                   5414:    'Change How Math Equations Are Displayed'
1.9       zhu      5415: => '改变显示科学计算公式',
1.6       bisitz   5416: 
                   5417:    'Change Language'
                   5418: => '语言',
                   5419: 
                   5420:    'Change Language Preferences'
1.10      zhu      5421: => '更改语言首选项',
1.6       bisitz   5422: 
                   5423:    'Change Message Forwarding and Notification Email Addresses'
1.10      zhu      5424: => '更改邮件转发和通知的电子邮件地址',
1.6       bisitz   5425: 
                   5426:    'Change Password'
1.10      zhu      5427: => '更改密码',
1.6       bisitz   5428: 
                   5429:    'Change Preferences'
1.9       zhu      5430: => '改变参数',
1.6       bisitz   5431: 
                   5432:    'Change Roles Page Preferences'
1.10      zhu      5433: => '改变角色页参数',
1.6       bisitz   5434: 
                   5435:    'Change Screen Name'
1.10      zhu      5436: => '改变昵称',
1.6       bisitz   5437: 
                   5438:    'Change Screenname'
1.10      zhu      5439: => '改变昵称',
1.6       bisitz   5440: 
                   5441:    'Change WYSIWYG Editor Preferences'
1.10      zhu      5442: => 'WYSIWYG-编辑器',
1.6       bisitz   5443: 
                   5444:    'Contact Helpdesk'
1.7       zhu      5445: => '联系求助',
1.6       bisitz   5446: 
                   5447:    'Current discussion settings'
1.10      zhu      5448: => '目前讨论的设置',
1.6       bisitz   5449: 
1.79      bisitz   5450:    'Duedate'
1.9       zhu      5451: => '截止日期',
1.6       bisitz   5452: 
                   5453:    'Each post can be toggled read/unread'
1.93      raeburn  5454: => 'Each post can be toggled read/unread',
1.6       bisitz   5455: 
                   5456:    "Edit the 'About Me' Personal Information Screen"
1.41      bisitz   5457: => "个人网页",
1.6       bisitz   5458: 
                   5459:    'Enable WYSIWYG Editor'
1.9       zhu      5460: => '应用 WYSIWYG-编辑器',
1.6       bisitz   5461: 
                   5462:    'End of Sequence'
1.9       zhu      5463: => '结束序列',
1.6       bisitz   5464: 
                   5465:    'Entering Course'
1.9       zhu      5466: => '进入课程',
1.6       bisitz   5467: 
                   5468:    'Get help'
1.9       zhu      5469: => '获得帮助',
1.6       bisitz   5470: 
                   5471:    'Go to main menu'
1.9       zhu      5472: => '进入主菜单',
1.6       bisitz   5473: 
                   5474:    'Has New Discussion'
1.9       zhu      5475: => '有新讨论',
1.6       bisitz   5476: 
                   5477:    'Launching of the Remote Control menu will fail if pop-up window filters are active. To use the Remote Control, disable the filter for this site.'
1.22      zhu      5478: => '当弹出式窗口过滤器被激活,远程控制启动将会失败。 为了使用远程控制,在此网站请禁用这些过滤器。',
1.6       bisitz   5479: 
                   5480:    'Navigate Course Content'
                   5481: => '浏览目录',
                   5482: 
                   5483:    'New posts only'
1.10      zhu      5484: => '只有新的讨论',
1.6       bisitz   5485: 
                   5486:    'No Resource'
1.10      zhu      5487: => '没有资源',
1.6       bisitz   5488: 
                   5489:    'No syllabus available'
1.10      zhu      5490: => '没有提供教学大纲',
1.6       bisitz   5491: 
                   5492:    'Not currently assigned.'
1.10      zhu      5493: => '目前没有任务发布。',
1.6       bisitz   5494: 
                   5495:    'Not new'
1.9       zhu      5496: => '不是新的',
1.6       bisitz   5497: 
                   5498:    'Off'
1.10      zhu      5499: => '关',
1.6       bisitz   5500: 
                   5501:    'On'
1.10      zhu      5502: => '开',
1.6       bisitz   5503: 
                   5504:    'Once displayed'
1.18      zhu      5505: => '显示一次',
1.6       bisitz   5506: 
                   5507:    'Once marked not NEW'
1.18      zhu      5508: => '一次后标记不是新的',
1.6       bisitz   5509: 
                   5510:    'Please click on the the resource you intend to access'
1.93      raeburn  5511: => 'Please click on the the resource you intend to access',
1.6       bisitz   5512: 
                   5513:    'Posts cease to be marked "NEW"'
1.93      raeburn  5514: => 'Posts cease to be marked "NEW"',
1.6       bisitz   5515: 
                   5516:    'Posts to be displayed'
1.93      raeburn  5517: => 'Posts to be displayed',
1.6       bisitz   5518: 
                   5519:    'Role selected. Please stand by.'
1.10      zhu      5520: => '角色选定。请稍候。',
1.6       bisitz   5521: 
                   5522:    'Send'
1.10      zhu      5523: => '发送',
1.6       bisitz   5524: 
                   5525:    'Set User Preferences'
                   5526: => '设置用户参数',
                   5527: 
                   5528:    'Show Preview and Check Spelling'
1.10      zhu      5529: => '查看预览和拼写检查',
1.6       bisitz   5530: 
                   5531:    'Sort by:'
1.9       zhu      5532: => '排序方式:',
1.6       bisitz   5533: 
                   5534:    'The external menu (Remote Control) has been disabled, and you will be working with the smaller inline menu. You may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser. To use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.'
1.31      bisitz   5535: => '外部菜单(远程控制)已被禁用,继续在内置菜单模式下工作。您可能已经关闭了远程控制的窗口,或被您的浏览器的弹出窗口过滤器阻止了。为了使用远程控制,在此网站禁用该过滤器,并在内置菜单重新启动远程控制。',
1.6       bisitz   5536: 
                   5537:    'There are several possibilities of where to go next'
1.93      raeburn  5538: => 'There are several possibilities of where to go next',
1.6       bisitz   5539: 
                   5540:    'To use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.'
1.22      zhu      5541: => '为了使用远程控制,在此网站禁用弹出窗口过滤器,并在内置菜单重新启动远程控制。',
1.6       bisitz   5542: 
                   5543:    'Toggle read/unread'
1.10      zhu      5544: => '切换已读/未读',
1.6       bisitz   5545: 
                   5546:    'Unread only'
1.10      zhu      5547: => '只有未读',
1.6       bisitz   5548: 
                   5549:    "View this user's personal page"
                   5550: => "显示这个用户的个人网页",
                   5551: 
                   5552:    'You have reached the end of the sequence of materials.'
1.10      zhu      5553: => '您已达到教材序列的最后。',
1.6       bisitz   5554: 
                   5555:    'You may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser.'
1.63      zhu      5556: => '您可能已经关闭了远程控制的窗口,或者被您的浏览器的弹出窗口过滤器拦截了。',
1.6       bisitz   5557: 
                   5558:    'attachments'
1.12      zhu      5559: => '附件',
1.6       bisitz   5560: 
                   5561:    'About User'
                   5562: => '个人网页',
                   5563: 
                   5564: 
                   5565:    'All documents out of a published map into this folder'
                   5566: => '在这个目录里面发布的所有文件的内容列表',
                   5567: 
                   5568:    'Change Math Pref'
1.93      raeburn  5569: => 'Change Math Pref',
1.6       bisitz   5570: 
                   5571:    'Change Math Preferences'
1.9       zhu      5572: => '改变显示科学方程式偏好',
1.6       bisitz   5573: 
                   5574:    'Comment'
                   5575: => '注解',
                   5576: 
                   5577:    'Communication/Messages'
1.55      zhu      5578: => '通信/邮件',
1.6       bisitz   5579: 
                   5580:    'Configure blocking of student communication during exams'
1.93      raeburn  5581: => 'Configure blocking of student communication during exams',
1.6       bisitz   5582: 
                   5583:    'Convert to Images'
1.12      zhu      5584: => '转换为图像',
1.6       bisitz   5585: 
                   5586:    'Course and Catalog Search'
1.12      zhu      5587: => '课程和目录搜索',
1.6       bisitz   5588: 
                   5589:    'Create Subdirectory'
1.12      zhu      5590: => '创建子目录',
1.6       bisitz   5591: 
                   5592:    'Upload file to current directory'
1.12      zhu      5593: => '上传文件到当前目录',
1.6       bisitz   5594: 
                   5595:    'Create subdirectory in current directory'
1.12      zhu      5596: => '在当前目录下,创建一个新的子目录',
1.6       bisitz   5597: 
1.80      bisitz   5598:    'Upload embedded images/multimedia/css/linked files if HTML file'
                   5599: => '对于HTML文件: 上传嵌入式图像/多媒体文件/CSS/链接文件',
1.6       bisitz   5600: 
                   5601:    'Delete Selected'
                   5602: => '删除所选',
                   5603: 
                   5604:    'Critical'
1.9       zhu      5605: => '重要的',
1.6       bisitz   5606: 
                   5607:    'Currently no documents.'
1.9       zhu      5608: => '目前没有任何文件。',
1.6       bisitz   5609: 
                   5610:    'Enter terms or phrases, then press "Search" below'
1.18      zhu      5611: => '在搜索栏里输入关键字或词组,然后点击下面的“搜索”。',
1.6       bisitz   5612: 
                   5613:    'INBOX'
                   5614: => '收件箱',
                   5615: 
1.80      bisitz   5616:    'Upload embedded images/multimedia files if HTML file'
                   5617: => '对于HTML文件: 上传嵌入式图像/多媒体文件',
1.6       bisitz   5618: 
1.67      bisitz   5619:    'IMS Import'
1.93      raeburn  5620: => 'IMS Import',
1.67      bisitz   5621: 
1.6       bisitz   5622:    'Import IMS package'
                   5623: => '导入 IMS-包',
                   5624: 
1.67      bisitz   5625:    'IMS Export'
1.93      raeburn  5626: => 'IMS Export',
1.67      bisitz   5627: 
                   5628:    'Export Course to IMS Package'
                   5629: => '导出-IMS-包',
                   5630: 
                   5631:    'Export content item?'
1.93      raeburn  5632: => 'Export content item?',
1.67      bisitz   5633: 
                   5634:    'Export discussion posts?'
1.93      raeburn  5635: => 'Export discussion posts?',
1.67      bisitz   5636: 
                   5637:    'As you did not select any content items or discussions for export, an IMS package has not been created.'
1.93      raeburn  5638: => 'As you did not select any content items or discussions for export, an IMS package has not been created.',
1.67      bisitz   5639: 
                   5640:    'Please [_1]go back[_2] to select either content items or discussions for export.'
1.93      raeburn  5641: => 'Please [_1]go back[_2] to select either content items or discussions for export.',
1.67      bisitz   5642: 
                   5643:    '[_1]Your IMS package[_2] is ready for download.'
                   5644: => '[_1]Ihr IMS-Paket[_2] steht zum Download bereit.',
                   5645: 
1.6       bisitz   5646:    'Import a document'
                   5647: => 'LON-CAPA-内部文件',
                   5648: 
                   5649:    'Make New Folder'
                   5650: => '新建文件夹',
                   5651: 
                   5652:    'New Composite Page'
                   5653: => '新组合页面',
                   5654: 
                   5655:    'New Messages Only'
1.9       zhu      5656: => '只有新邮件',
1.6       bisitz   5657: 
                   5658:    'Portfolio Manager'
1.9       zhu      5659: => '组合管理',
1.6       bisitz   5660: 
                   5661:    'Preferred method to display Math'
1.9       zhu      5662: => '首选的方法来显示科学方程式',
1.6       bisitz   5663: 
                   5664:    'Published documents'
                   5665: => '发布文件',
                   5666: 
1.88      bisitz   5667:    'Recover Deleted Documents'
1.6       bisitz   5668: => '恢复已删除的资源',
                   5669: 
                   5670:    'Send a Message'
1.55      zhu      5671: => '发送邮件',
1.6       bisitz   5672: 
                   5673:    'Sent Messages'
1.55      zhu      5674: => '已发送邮件',
1.6       bisitz   5675: 
                   5676:    'Show'
                   5677: => '显示',
                   5678: 
                   5679:    'TRASH'
1.9       zhu      5680: => '已删除邮件',
1.6       bisitz   5681: 
                   5682:    'TeX to HTML'
1.9       zhu      5683: => 'TeX to HTML',
1.6       bisitz   5684: 
                   5685:    'View Folder'
1.9       zhu      5686: => '查看文件夹',
1.6       bisitz   5687: 
                   5688:    'fulltext search (time consuming)'
1.18      zhu      5689: => '全文检索 (费时的)',
1.6       bisitz   5690: 
1.18      zhu      5691:    'search discussion postings (resources and discussion boards)'
                   5692: => '搜索讨论帖子 (资源和布告栏)',
1.6       bisitz   5693: 
                   5694:    'Roles'
                   5695: => '角色',
                   5696: 
                   5697:    'Select style file'
1.18      zhu      5698: => '选择档案风格',
1.6       bisitz   5699: 
                   5700:    '(mark them then click "next" button)'
1.18      zhu      5701: => '(标记,然后点击“下一步”按钮)',
1.6       bisitz   5702: 
                   5703:    '100 Level'
1.18      zhu      5704: => '1. 学年',
1.6       bisitz   5705: 
                   5706:    '200 Level'
1.18      zhu      5707: => '2. 学年',
1.6       bisitz   5708: 
                   5709:    '300 Level'
1.18      zhu      5710: => '3. 学年',
1.6       bisitz   5711: 
                   5712:    '400 Level'
1.18      zhu      5713: => '4. 学年',
1.6       bisitz   5714: 
                   5715:    'Action'
1.10      zhu      5716: => '动作',
1.6       bisitz   5717: 
                   5718:    'Actions for current directory'
1.10      zhu      5719: => '此目录的行动',
1.6       bisitz   5720: 
                   5721:    'Change Discussion Preferences'
1.18      zhu      5722: => '改变讨论偏好',
1.6       bisitz   5723: 
                   5724:    'Change Message Forwarding/Notification'
1.10      zhu      5725: => '邮件转发和通知',
1.6       bisitz   5726: 
                   5727:    'Change WYSIWYG Preferences'
1.10      zhu      5728: => 'WYSIWYG-编辑器',
1.6       bisitz   5729: 
                   5730:    'Change to '
1.10      zhu      5731: => '变化为 ',
1.6       bisitz   5732: 
                   5733:    'Clean Up'
1.10      zhu      5734: => '清理',
1.6       bisitz   5735: 
                   5736:    'Closed - XML source is closed to everyone'
1.10      zhu      5737: => '锁定 - XML的源代码对手有人锁定',
1.6       bisitz   5738: 
                   5739:    'Copy'
                   5740: => '复制',
                   5741: 
                   5742:    'Create a new directory or LON-CAPA document'
1.10      zhu      5743: => '创建一个新的目录或 LON-CAPA 文件',
1.6       bisitz   5744: 
                   5745:    'Current setting '
1.10      zhu      5746: => '当前设置 ',
1.6       bisitz   5747: 
                   5748:    'Delete Directory'
1.10      zhu      5749: => '删除文件夹',
1.6       bisitz   5750: 
                   5751:    'Delete directory'
1.10      zhu      5752: => '删除文件夹',
1.6       bisitz   5753: 
                   5754:    'Delete this resource'
1.10      zhu      5755: => '删除此资源', # long version: 'Lösche diese Ressource',
1.6       bisitz   5756: 
                   5757:    'Disable WYSIWYG editor'
1.10      zhu      5758: => '不使用 WYSIWYG-编辑器',
1.6       bisitz   5759: 
                   5760:    'Display Preference'
1.10      zhu      5761: => '显示偏好',
1.6       bisitz   5762: 
                   5763:    'Edit catalog information'
1.18      zhu      5764: => '编辑目录信息',
1.6       bisitz   5765: 
                   5766:    'Enable WYSIWYG editor'
1.10      zhu      5767: => '使用 WYSIWYG-编辑器',
1.6       bisitz   5768: 
                   5769:    'Grade 1'
1.36      zhu      5770: => '1 级',
1.6       bisitz   5771: 
                   5772:    'Grade 10'
1.36      zhu      5773: => '10 级',
1.6       bisitz   5774: 
                   5775:    'Grade 11'
1.36      zhu      5776: => '11 级',
1.6       bisitz   5777: 
                   5778:    'Grade 12'
1.36      zhu      5779: => '12 级',
1.6       bisitz   5780: 
                   5781:    'Grade 13'
1.36      zhu      5782: => '13 级',
1.6       bisitz   5783: 
                   5784:    'Grade 2'
1.36      zhu      5785: => '2 级',
1.6       bisitz   5786: 
                   5787:    'Grade 3'
1.36      zhu      5788: => '3 级',
1.6       bisitz   5789: 
                   5790:    'Grade 4'
1.36      zhu      5791: => '4 级',
1.6       bisitz   5792: 
                   5793:    'Grade 5'
1.36      zhu      5794: => '5 级',
1.6       bisitz   5795: 
                   5796:    'Grade 6'
1.36      zhu      5797: => '6 级',
1.6       bisitz   5798: 
                   5799:    'Grade 7'
1.36      zhu      5800: => '7 级',
1.6       bisitz   5801: 
                   5802:    'Grade 8'
1.36      zhu      5803: => '8 级',
1.6       bisitz   5804: 
                   5805:    'Grade 9'
1.36      zhu      5806: => '9 级',
1.6       bisitz   5807: 
                   5808:    'Graduate Level'
1.36      zhu      5809: => '研究生层次',
1.6       bisitz   5810: 
                   5811:    'List current directory'
1.10      zhu      5812: => '文件夹', # long version: 'Aktuelles Verzeichnis anzeigen',
1.6       bisitz   5813: 
                   5814:    'Mark obsolete'
1.36      zhu      5815: => '标记为过时的',
1.6       bisitz   5816: 
                   5817:    'Move'
1.10      zhu      5818: => '移动',
1.6       bisitz   5819: 
                   5820:    'New library file'
1.36      zhu      5821: => '新的库文件',
1.6       bisitz   5822: 
                   5823:    'No file: [_1]'
1.36      zhu      5824: => '没有任何文件: [_1]',
1.6       bisitz   5825: 
                   5826:    'No personal information provided'
1.36      zhu      5827: => '没有提供的个人资料',
1.6       bisitz   5828: 
                   5829:    'Not specified'
1.36      zhu      5830: => '未指定',
1.6       bisitz   5831: 
                   5832:    'Once marked as read'
1.18      zhu      5833: => '一旦标记为已读',
1.6       bisitz   5834: 
                   5835:    'Open - XML source is open to people who want to use it'
1.36      zhu      5836: => '开放 - XML的源代码开放给想要使用它的人',
1.6       bisitz   5837: 
                   5838:    'Points Display'
1.10      zhu      5839: => '分数显示',
1.6       bisitz   5840: 
                   5841:    'Completed Problems Display'
1.10      zhu      5842: => '显示完成作业',
1.6       bisitz   5843: 
                   5844:    'Points Scored'
1.10      zhu      5845: => '得分',
1.6       bisitz   5846: 
                   5847:    'Attempted'
1.10      zhu      5848: => '尝试',
1.6       bisitz   5849: 
                   5850:    'Posts displayed?'
1.10      zhu      5851: => '帖子显示?',
1.6       bisitz   5852: 
                   5853:    'Preferences can be set that determine'
1.18      zhu      5854: => '预置可设置确定',
1.6       bisitz   5855: 
                   5856:    'Print contents of directory'
1.10      zhu      5857: => '打印目录',
1.6       bisitz   5858: 
                   5859:    'Print directory'
1.10      zhu      5860: => '打印目录',
1.6       bisitz   5861: 
                   5862:    'Problem Document'
1.43      bisitz   5863: => '任务文件', # '问题',
1.6       bisitz   5864: 
                   5865:    'Publish this Directory'
1.10      zhu      5866: => '发布此目录',
1.6       bisitz   5867: 
                   5868:    'Publish this resource'
1.10      zhu      5869: => '发布此资源', # long version: 'Diese Ressource veröffentlichen',
1.6       bisitz   5870: 
                   5871:    'Re-publish'
1.10      zhu      5872: => '重新发布',
1.6       bisitz   5873: 
                   5874:    'Retrieve old version'
1.10      zhu      5875: => '恢复旧版本',
1.6       bisitz   5876: 
                   5877:    'Select action'
1.10      zhu      5878: => '选择行动',
1.6       bisitz   5879: 
                   5880:    'Send message'
1.10      zhu      5881: => '发送消息',
1.6       bisitz   5882: 
1.65      zhu      5883:     'Set display preferences for discussion posts for both discussion boards and individual resources in all your courses.'
                   5884: => '在这里,您可以设置您的讨论是否显示在所有的课程的布告栏和个人资源里。',
1.63      zhu      5885: 
1.6       bisitz   5886:    'Source Distribution'
1.10      zhu      5887: => '源代码的访问权限',
1.6       bisitz   5888: 
                   5889:    'The preferences you set here can be overridden within each individual discussion.'
1.43      bisitz   5890: => '您的喜好设定这里可以适用在每个讨论。', # '您的喜好设定可以被每个讨论更改。',
1.6       bisitz   5891: 
                   5892:    'Under what circumstances posts are identfied as "New"'
1.18      zhu      5893: => '在什么情况下讨论被设定为“新”',
1.6       bisitz   5894: 
                   5895:    'Upload a new document'
1.18      zhu      5896: => '上传新文件',
1.6       bisitz   5897: 
                   5898:    'Use random seed'
1.36      zhu      5899: => '使用随机种子',
1.6       bisitz   5900: 
                   5901:    'Use style file'
1.36      zhu      5902: => '使用样式文件',
1.6       bisitz   5903: 
1.19      zhu      5904:    'Which posts are displayed when you display a discussion board or resource, and'
1.18      zhu      5905: => '哪些讨论将将被显示,如果你有一个布告栏或资源,',
1.6       bisitz   5906: 
                   5907:    'closed'
1.36      zhu      5908: => '锁定源代码', # !
1.6       bisitz   5909: 
                   5910:    'open'
1.36      zhu      5911: => '公开源代码', # !
1.6       bisitz   5912: 
                   5913:    '(mark desired resources then click "next" button)'
1.36      zhu      5914: => '(标记所需资源然后单击“下一步”按钮)',
1.6       bisitz   5915: 
                   5916:    '[_1]Change[_2] for just [_3]this course[_4] or for all [_5]your courses[_6].'
1.36      zhu      5917: => '[_1]改变[_2] 只为 [_3]该课程[_4] 或者为所有 [_5]您的课程[_6].',
1.6       bisitz   5918: 
                   5919:    "Page displayed after role selection in course now set by [_1]user's global preferences[_2]."
1.93      raeburn  5920: => "Page displayed after role selection in course now set by [_1]user's global preferences[_2].",
1.6       bisitz   5921: 
                   5922:    'Page displayed after role selection in this course set to [_1].'
1.93      raeburn  5923: => 'Page displayed after role selection in this course set to [_1].',
1.6       bisitz   5924: 
                   5925:    'Unable to set control of page display to [_1] due to [_2].'
1.93      raeburn  5926: => 'Unable to set control of page display to [_1] due to [_2].',
1.6       bisitz   5927: 
                   5928:    'Unable to set page display, after role selection, for this course to [_1] due to [_2].'
1.93      raeburn  5929: => 'Unable to set page display, after role selection, for this course to [_1] due to [_2].',
1.6       bisitz   5930: 
                   5931:    'Add or Edit Blog Entries'
1.12      zhu      5932: => '添加或修改博客条目',
1.6       bisitz   5933: 
                   5934:    'Add to my public course blog'
1.12      zhu      5935: => '添加到我的公共课程博客',
1.6       bisitz   5936: 
                   5937:    'Annotator'
1.12      zhu      5938: => '注释者',
1.6       bisitz   5939: 
                   5940:    'Av. Attempts'
1.93      raeburn  5941: => 'Av. Attempts',
1.6       bisitz   5942: 
                   5943:    'Available RSS Feeds and Blogs'
1.22      zhu      5944: => '可用的 RSS订阅和博客',
1.6       bisitz   5945: 
                   5946:    'Average number of attempts'
1.93      raeburn  5947: => 'Average number of attempts',
1.6       bisitz   5948: 
                   5949:    'Bookmarks'
1.12      zhu      5950: => '书签',
1.6       bisitz   5951: 
                   5952:    'Change interval?'
1.12      zhu      5953: => '更改间隔?',
1.6       bisitz   5954: 
                   5955:    'Change options?'
1.12      zhu      5956: => '更改选项?',
1.6       bisitz   5957: 
                   5958:    'Change thresholds?'
1.12      zhu      5959: => '更改阈值?',
1.6       bisitz   5960: 
                   5961:    'Clean up'
1.63      zhu      5962: => '清理',
1.6       bisitz   5963: 
                   5964:    'Close Folder'
1.12      zhu      5965: => '关闭文件夹',
1.6       bisitz   5966: 
                   5967:    'Configure Blocking of Student Communication during Exams'
1.93      raeburn  5968: => 'Configure Blocking of Student Communication during Exams',
1.6       bisitz   5969: 
                   5970:    'Course Action Items'
1.93      raeburn  5971: => 'Course Action Items',
1.6       bisitz   5972: 
                   5973:    'Creating PDF'
1.36      zhu      5974: => '创建PDF文件',
1.6       bisitz   5975: 
                   5976:    'Currently: [_1].'
1.36      zhu      5977: => '现在: [_1].',
1.6       bisitz   5978: 
                   5979:    'Deg. Diff'
1.36      zhu      5980: => '难度',
1.6       bisitz   5981: 
                   5982:    'Description'
1.13      zhu      5983: => '描述',
1.6       bisitz   5984: 
                   5985:    'Display Action Items'
1.93      raeburn  5986: => 'Display Action Items',
1.6       bisitz   5987: 
                   5988:    'Enter my groups in the course'
1.9       zhu      5989: => '我的课程组',
1.6       bisitz   5990: 
                   5991:    'Entering [_1]'
1.9       zhu      5992: => '进入 [_1]',
1.6       bisitz   5993: 
                   5994:    'Entering [_1] ...'
1.10      zhu      5995: => '进入 [_1]...',
1.6       bisitz   5996: 
                   5997:    'First resource'
1.36      zhu      5998: => '第一资源',
1.6       bisitz   5999: 
                   6000:    'Generated [_1] ([_2] bytes)'
1.36      zhu      6001: => '生成于 [_1] ([_2] bytes)',
1.6       bisitz   6002: 
                   6003:    'Go to first resource'
1.36      zhu      6004: => '转到第一资源',
1.6       bisitz   6005: 
                   6006:    'Group Documents'
1.10      zhu      6007: => '组文件',
1.6       bisitz   6008: 
                   6009:    'Groups'
1.9       zhu      6010: => '组',
1.6       bisitz   6011: 
                   6012:    'Help Menu'
1.9       zhu      6013: => '求助菜单',
1.6       bisitz   6014: 
                   6015:    'Hide all'
1.9       zhu      6016: => '全部隐藏',
1.6       bisitz   6017: 
                   6018:    'Hide this Feed'
1.10      zhu      6019: => '隐藏这个Feed',
1.6       bisitz   6020: 
                   6021:    'LON-CAPA Feed "[_1]" for [_2]'
1.13      zhu      6022: => 'LON-CAPA-Feed "[_1]" 对于 [_2]',
1.6       bisitz   6023: 
                   6024:    'Last Reset'
1.36      zhu      6025: => '最后重启',
1.6       bisitz   6026: 
                   6027:    'Last revised'
1.36      zhu      6028: => '最近更改',
1.6       bisitz   6029: 
                   6030:    'Link'
1.13      zhu      6031: => '连接',
1.6       bisitz   6032: 
                   6033:    'Log In'
1.13      zhu      6034: => '登录',
1.6       bisitz   6035: 
                   6036:    'Move Checked to Folder'
1.93      raeburn  6037: => 'Move Checked to Folder',
1.6       bisitz   6038: 
                   6039:    'Name for New Feed'
1.13      zhu      6040: => '新Feed的名字',
1.6       bisitz   6041: 
                   6042:    'Name of this Feed'
1.13      zhu      6043: => '这个Feed的名字',
1.6       bisitz   6044: 
                   6045:    'New course messages'
1.13      zhu      6046: => '新的课程信息',
1.6       bisitz   6047: 
                   6048:    'New critical messages in course'
1.36      zhu      6049: => '新的课程重要信息',
1.6       bisitz   6050: 
                   6051:    'New in course'
1.36      zhu      6052: => '新课程',
1.6       bisitz   6053: 
                   6054:    'New version'
1.13      zhu      6055: => '新版本',
1.6       bisitz   6056: 
                   6057:    'No messages sent.'
1.36      zhu      6058: => '没有寄出的邮件。',
1.6       bisitz   6059: 
                   6060:    'No new course messages'
1.36      zhu      6061: => '没有新的课程信息',
1.6       bisitz   6062: 
                   6063:    'No problems require handgrading'
1.63      zhu      6064: => '没有习题需要手动评分',
1.6       bisitz   6065: 
                   6066:    'No problems satisfy threshold criteria'
1.63      zhu      6067: => '没有问题达到要求标准',
1.6       bisitz   6068: 
                   6069:    'No problems with errors'
1.63      zhu      6070: => '没有错误的问题',
1.6       bisitz   6071: 
                   6072:    'No unread critical messages in course'
1.63      zhu      6073: => '没有未读的重要邮件',
1.6       bisitz   6074: 
                   6075:    'No unread posts in course discussions'
1.63      zhu      6076: => '没有未读的帖子在课程论坛里面',
1.6       bisitz   6077: 
                   6078:    'No updated versions'
1.63      zhu      6079: => '没有更新版本',
1.6       bisitz   6080: 
                   6081:    'Num. students'
1.63      zhu      6082: => '学生的数量',
1.6       bisitz   6083: 
                   6084:    'Number of errors'
1.63      zhu      6085: => '错误的数量',
1.6       bisitz   6086: 
                   6087:    'Number of new posts'
1.63      zhu      6088: => '新帖子的数量',
1.6       bisitz   6089: 
                   6090:    'Number ungraded'
1.63      zhu      6091: => '未评分的数量',
1.6       bisitz   6092: 
                   6093:    'Open Folder'
1.9       zhu      6094: => '打开文件夹',
1.6       bisitz   6095: 
1.9       zhu      6096: #   'Open all folders'
                   6097: #=> '打开所有文件夹',
1.6       bisitz   6098: 
                   6099:    'Page set to be displayed after you have selected a role in this course'
1.63      zhu      6100: => '页面显示设置,在您选择了该课程中的角色后',
1.6       bisitz   6101: 
                   6102:    'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role'
1.93      raeburn  6103: => 'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role',
1.6       bisitz   6104: 
                   6105:    'Please stand by while processing your print request, this may take some time ...'
1.93      raeburn  6106: => 'Please stand by while processing your print request, this may take some time ...',
1.6       bisitz   6107: 
                   6108:    'Problem'
1.12      zhu      6109: => '问题',
1.6       bisitz   6110: 
                   6111:    'Problem Name'
1.12      zhu      6112: => '问题描述',
1.6       bisitz   6113: 
                   6114:    'Problem is not open to be viewed. It'
1.93      raeburn  6115: => 'Problem is not open to be viewed. It',
1.6       bisitz   6116: 
                   6117:    'Problems requiring handgrading'
1.63      zhu      6118: => '必须手动评分的问题',
1.6       bisitz   6119: 
                   6120:    '(Problems with av. attempts &ge; [_1] or deg. difficulty &ge; [_2]) [_3] and total number of students with submissions &ge; [_4]'
1.63      zhu      6121: => '(问题尝试的平均数目 &ge; [_1] 或者难度 &ge; [_2]) [_3] 和回答问题的学生总数 &ge; [_4]',
1.6       bisitz   6122: 
                   6123:    'Problems with errors'
1.63      zhu      6124: => '错误的问题',
1.6       bisitz   6125: 
                   6126:    'Recently generated printouts'
1.93      raeburn  6127: => 'Recently generated printouts',
1.6       bisitz   6128: 
                   6129:    'Recently generated printout zip files'
1.93      raeburn  6130: => 'Recently generated printout zip files',
1.6       bisitz   6131: 
                   6132:    'Reset Count?'
1.63      zhu      6133: => '计数器复位?',
1.6       bisitz   6134: 
                   6135:    'Reset counters to 0'
1.63      zhu      6136: => '重置计数器为0',
1.6       bisitz   6137: 
                   6138:    'Select [_1]'
1.63      zhu      6139: => '选择 [_1]',
1.6       bisitz   6140: 
                   6141:    'Select the sequence to print resources from:'
1.63      zhu      6142: => '选择该资源的打印顺序:',
1.6       bisitz   6143: 
                   6144:    'Selected [_1]Problems[_2] from folder [_3]'
1.63      zhu      6145: => '选定[_1]问题[_2]从文件夹[_3]',
1.6       bisitz   6146: 
                   6147:    'Selected [_1]Resources[_2] from folder [_3]'
1.63      zhu      6148: => '选定[_1]资源[_2]从文件夹[_3]',
1.6       bisitz   6149: 
                   6150:    'Selected <b>Problems</b> from <b>entire course</b>'
1.63      zhu      6151: => '选定<b>问题</b>从<b>整个课程</b>',
1.6       bisitz   6152: 
                   6153:    'Selected <b>Resources</b> from <b>entire course</b>'
1.63      zhu      6154: => '选定<b>资源</b>从<b>整个课程</b>',
1.6       bisitz   6155: 
                   6156:    'Selected <b>Problems</b> from <b>entire course</b> for <b>selected people</b>'
1.63      zhu      6157: => '选定<b>资源</b>从<b>整个课程</b>给<b>选定的人</b>',
1.6       bisitz   6158: 
                   6159:    'Selected [_1]Problems[_2] from folder [_3] for [_4]selected people[_5]'
1.63      zhu      6160: => '选定[_1]问题[_2]从文件夹[_3]给[_4]选定的人[_5]',
1.6       bisitz   6161: 
                   6162:    'Selected [_1]Problems[_2] from folder [_3] for [_4]CODEd assignments[_5]'
1.63      zhu      6163: => '选定[_1]问题[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
1.6       bisitz   6164: 
                   6165:    'Selected [_1]Resources[_2] from folder [_3] for [_4]selected people[_5]'
1.63      zhu      6166: => '选定[_1]资源[_2]从文件夹[_3]给[_4]选定的人[_5]',
1.6       bisitz   6167: 
                   6168:    'Selected [_1]Resources[_2] from folder [_3] for [_4]CODEd assignments[_5]'
1.63      zhu      6169: => '选定[_1]资源[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
1.6       bisitz   6170: 
                   6171:    'Selected [_1]Problems[_2] from current subdirectory [_3]'
1.63      zhu      6172: => '选定[_1]问题[_2]从当前的子文件夹[_3]',
1.6       bisitz   6173: 
                   6174:    'Selected <b>Resources</b> from <b>selected folder</b> in course'
1.63      zhu      6175: => '选定<b>资源</b>从课程里的<b>选定的文件夹</b>',
1.6       bisitz   6176: 
                   6177:    'Show all'
1.9       zhu      6178: => '全部显示',
1.6       bisitz   6179: 
                   6180:    'Show my first due problem'
1.9       zhu      6181: => '查看我的首要问题来处理',
1.6       bisitz   6182: 
                   6183:    'Show only uncompleted problems'
1.9       zhu      6184: => '只显示未完成的问题',
1.6       bisitz   6185: 
                   6186:    'Show everything'
1.9       zhu      6187: => '查看所有',
1.6       bisitz   6188: 
                   6189:    'Uncompleted Problems'
1.9       zhu      6190: => '没有完成问题',
1.6       bisitz   6191: 
                   6192:    'All homework assignments have been completed.'
1.22      zhu      6193: => '所有的问题都已经完成。',
1.6       bisitz   6194: 
                   6195:    'Speller Suggestions'
                   6196: => 'Speller Suggestions',
                   6197: 
                   6198:    'Start a New Feed'
1.9       zhu      6199: => '开始一个新的Feed',
1.6       bisitz   6200: 
                   6201:    'Save Marked Changes'
1.9       zhu      6202: => '保存标记的更改',
1.6       bisitz   6203: 
                   6204:    'Save changes'
1.9       zhu      6205: => '保存更改',
1.6       bisitz   6206: 
                   6207:    'This action is currently not authorized.'
1.18      zhu      6208: => '这一行动目前是不被允许的。',
1.6       bisitz   6209: 
                   6210:    'Time of last post'
1.63      zhu      6211: => '最后发表的帖子的时间', #??? [SB 20.10.2006]
1.6       bisitz   6212: 
                   6213:    'Title of document goes here'
1.93      raeburn  6214: => 'Title of document goes here',
1.6       bisitz   6215: 
                   6216:    'Body of document goes here'
1.93      raeburn  6217: => 'Body of document goes here',
1.6       bisitz   6218: 
                   6219:    'Total number of students with submissions'
1.93      raeburn  6220: => 'Total number of students with submissions',
1.6       bisitz   6221: 
                   6222:    'Unread course discussion posts'
1.63      zhu      6223: => '未读的课程讨论帖子',
1.6       bisitz   6224: 
                   6225:    'Version used'
1.12      zhu      6226: => '使用版本',
1.6       bisitz   6227: 
                   6228:    'View current problem status and grading information'
1.9       zhu      6229: => '查看当前的问题的状态和等级评定信息',
1.6       bisitz   6230: 
                   6231:    "What's New?"
1.9       zhu      6232: => "有什么新内容?",
1.6       bisitz   6233: 
                   6234:    "What's New? page"
1.9       zhu      6235: => "有什么新页面",
1.6       bisitz   6236: 
                   6237:    "What's New page"
1.9       zhu      6238: => "有什么新页面",
1.6       bisitz   6239: 
                   6240:    'You are accessing an invalid course'
1.63      zhu      6241: => '您在试图访问无效的课程。',
1.6       bisitz   6242: 
                   6243:    'course only'
1.93      raeburn  6244: => 'course only',
1.6       bisitz   6245: 
                   6246:    'delete'
1.9       zhu      6247: => '删除',
1.6       bisitz   6248: 
                   6249:    'first resource in the course'
1.63      zhu      6250: => '第一期课程资源',
1.6       bisitz   6251: 
                   6252:    'hidden'
1.9       zhu      6253: => '隐藏的',
1.6       bisitz   6254: 
                   6255:    'since last month'
1.63      zhu      6256: => '自上个月以来',
1.6       bisitz   6257: 
                   6258:    'since last week'
1.63      zhu      6259: => '自上周以来',
1.6       bisitz   6260: 
                   6261:    'since start of course'
1.63      zhu      6262: => '从课程开始起',
1.6       bisitz   6263: 
                   6264:    'since yesterday'
1.63      zhu      6265: => '从昨天起',
1.6       bisitz   6266: 
                   6267:    'specific setting for this course'
1.63      zhu      6268: => '这门课程的具体设置',
1.6       bisitz   6269: 
                   6270:    'user preference'
1.65      zhu      6271: => '用户偏好',
1.6       bisitz   6272: 
                   6273:    "what's new? page"
1.9       zhu      6274: => "有什么新页面",
1.6       bisitz   6275: 
                   6276:    'your general user preferences'
1.63      zhu      6277: => '您的一般使用者偏好',
1.6       bisitz   6278: 
                   6279:    'Submitting as Comment'
1.63      zhu      6280: => '提交评论',
1.6       bisitz   6281: 
                   6282:    'Submitting as Policy Feedback'
1.63      zhu      6283: => '提交课程指导方针反馈',
1.6       bisitz   6284: 
                   6285:    'Submitting as Question'
1.63      zhu      6286: => '提交的问题',
1.6       bisitz   6287: 
                   6288:    'Total Points In Course'
1.10      zhu      6289: => '课程总分',
1.6       bisitz   6290: 
                   6291:    'the resource you just saw on the screen'
1.63      zhu      6292: => 'the resource you just saw on the screen',
                   6293: #=> 'die zuletzt betrachtete Ressource',
1.6       bisitz   6294: 
                   6295:    'Annotations'
1.9       zhu      6296: => '注释',
1.6       bisitz   6297: 
                   6298:    'Close (no save)'
1.9       zhu      6299: => '关闭 (不保存)',
1.6       bisitz   6300: 
                   6301:    'Save and Update'
1.9       zhu      6302: => '保存和更新',
1.6       bisitz   6303: 
                   6304:    'Bookmark Tree Viewer/Editor'
1.63      zhu      6305: => '书签树浏览器/编辑器',
1.6       bisitz   6306: 
                   6307:    'Chat'
1.9       zhu      6308: => '聊天',
1.6       bisitz   6309: 
1.26      zhu      6310:    'Chat Room'
1.9       zhu      6311: => '聊天室',
1.6       bisitz   6312: 
                   6313:    'Drop Box'
1.26      zhu      6314: => '收件箱',
1.6       bisitz   6315: 
                   6316:    'Import Bookmarks'
                   6317: => '导入书签',
                   6318: 
                   6319:    'The LearningOnline Network with CAPA'
                   6320: => 'The LearningOnline Network with CAPA',
                   6321: 
                   6322:    'This LON-CAPA server is temporarily not available for login.'
1.63      zhu      6323: => '该 LON-CAPA 服务器目前无法登录。',
1.6       bisitz   6324: 
                   6325:    'Please attempt to login to one of the following servers:'
1.63      zhu      6326: => '请尝试登录到下列其中一个服务器:',
1.6       bisitz   6327: 
                   6328:    '(preferred)'
1.26      zhu      6329: => '(首选的)',
1.6       bisitz   6330: 
                   6331:    'Although your current role has privileges to view any existing groups in this course, you do not have privilegesto create new groups.'
1.93      raeburn  6332: => 'Although your current role has privileges to view any existing groups in this course, you do not have privilegesto create new groups.',
1.6       bisitz   6333: 
                   6334:    'Collaborative Tools'
1.27      zhu      6335: => '协作工具',
1.6       bisitz   6336: 
                   6337:    'Course content'
1.18      zhu      6338: => '课程内容',
1.6       bisitz   6339: 
                   6340:    'Create a new group'
1.12      zhu      6341: => '创建新组',
1.6       bisitz   6342: 
                   6343:    'Created'
1.27      zhu      6344: => '生成',
1.6       bisitz   6345: 
                   6346:    'Creator'
1.27      zhu      6347: => '创设者',
1.6       bisitz   6348: 
                   6349:    'Discussion Boards'
1.9       zhu      6350: => '讨论板',
1.6       bisitz   6351: 
                   6352:    'Disk Use (%)'
1.27      zhu      6353: => '使用的存贮空间 (%)',
1.6       bisitz   6354: 
                   6355:    'Enable Recent Roles Hotlist:'
1.22      zhu      6356: => '启用最近的角色活动表:',
1.6       bisitz   6357: 
                   6358:    'Files'
1.12      zhu      6359: => '文件',
1.6       bisitz   6360: 
                   6361:    'Group Name'
1.12      zhu      6362: => '组名',
1.6       bisitz   6363: 
                   6364:    'Group Title'
1.12      zhu      6365: => '组标题',
1.6       bisitz   6366: 
                   6367:    'Members'
1.12      zhu      6368: => '成员',
1.6       bisitz   6369: 
                   6370:    'Modify'
1.12      zhu      6371: => '修改',
1.6       bisitz   6372: 
                   6373:    'Re-enable'
1.12      zhu      6374: => '修复',
1.6       bisitz   6375: 
                   6376:    'Expire'
1.12      zhu      6377: => '失效',
1.6       bisitz   6378: 
                   6379:    'Group settings'
1.12      zhu      6380: => '组设置',
1.6       bisitz   6381: 
                   6382:    'Modify group membership'
1.12      zhu      6383: => '修改组成员',
1.6       bisitz   6384: 
                   6385:    'No groups exist.'
1.12      zhu      6386: => '没有组存在。',
1.6       bisitz   6387: 
                   6388:    'Number of roles in Hotlist:'
1.12      zhu      6389: => '角色的快速访问列表:',
1.6       bisitz   6390: 
                   6391:    'Quota (Mb)'
1.12      zhu      6392: => '容量 (MB)',
1.6       bisitz   6393: 
                   6394:    'Remote Control'
1.12      zhu      6395: => '遥控器',
1.6       bisitz   6396: 
                   6397:    'Some LON-CAPA users have a long list of roles. The Recent Roles Hotlist feature keeps track of the last N roles which have been visited and places a table of these at the top of the roles page. People with very few roles should leave this feature disabled.'
1.22      zhu      6398: => '一些 LON-CAPA 用户有很多角色。在快速访问列表里面将显示最近使用过的角色的最后N角色访问过的地方,这些角色将显示在角色选择页面的上方。 用户如果只有很少的角色,应该禁用快速访问列表。',
1.6       bisitz   6399: 
                   6400:    'Some LON-CAPA users have a long list of courses. The Recent Courses Hotlist feature keeps track of the last N courses which have been visited and places a table of these at the top of the courses page. People with very few courses should leave this feature disabled.'
1.22      zhu      6401: => '一些 LON-CAPA 用户有很多课程。在快速访问列表里面将显示最近使用过的课程的最后N课程访问过的地方,这些课程将显示在课程选择页面的上方。用户如果只有很少的角色,应该禁用快速访问列表。',
1.6       bisitz   6402: 
                   6403:    'Switch to Inline Menu Mode'
1.18      zhu      6404: => '切换到内置菜单模式',
1.6       bisitz   6405: 
                   6406:    'This list below can be used to <q>freeze</q> roles on your screen. Those marked as frozen will not be removed from the list, even if they have not been used recently.'
1.22      zhu      6407: => '这下面的列表可以用来<q>冻结</q>屏幕上的角色。这些标记为冻结的将不会从名单中删除,即便最近没有被使用过时。',
1.6       bisitz   6408: 
                   6409:    'View Status'
1.12      zhu      6410: => '查看状态',
1.6       bisitz   6411: 
                   6412:    'View/Change Status'
1.22      zhu      6413: => '查看/修改状态',
1.6       bisitz   6414: 
                   6415:    'You are not currently a member of any active groups in this course.'
1.93      raeburn  6416: => 'You are not currently a member of any active groups in this course.',
1.6       bisitz   6417: 
                   6418:    'Group [_1] was updated.'
1.12      zhu      6419: => '组 [_1] 已更新。',
1.6       bisitz   6420: 
                   6421:    'An error occurred while setting parameters for Discussion Boards folder: [_1]'
1.93      raeburn  6422: => 'An error occurred while setting parameters for Discussion Boards folder: [_1]',
1.6       bisitz   6423: 
                   6424:    'Discussion Boards Folder created.'
1.9       zhu      6425: => '创建讨论板夹。',
1.6       bisitz   6426: 
                   6427:    'You do not have group administration privileges in this course.'
1.93      raeburn  6428: => 'You do not have group administration privileges in this course.',
1.6       bisitz   6429: 
                   6430:    'An error occurred when [_1] the group. Please try again.'
1.93      raeburn  6431: => 'An error occurred when [_1] the group. Please try again.',
1.6       bisitz   6432: 
                   6433:    'You have requested deletion of the group [_1].'
1.93      raeburn  6434: => 'You have requested deletion of the group [_1].',
1.6       bisitz   6435: 
                   6436: #activated
                   6437: #reenabled
                   6438: #modified
                   6439: #added
                   6440: #deleted
                   6441: #expired
                   6442: 
                   6443:    'The following users could not be activated, because an error occurred:'
1.93      raeburn  6444: => 'The following users could not be activated, because an error occurred:',
1.6       bisitz   6445: 
                   6446:    'The following users could not be reenabled, because an error occurred:'
1.93      raeburn  6447: => 'The following users could not be reenabled, because an error occurred:',
1.6       bisitz   6448: 
                   6449:    'The following users could not be modified, because an error occurred:'
1.93      raeburn  6450: => 'The following users could not be modified, because an error occurred:',
1.6       bisitz   6451: 
                   6452:    'The following users could not be added, because an error occurred:'
1.93      raeburn  6453: => 'The following users could not be added, because an error occurred:',
1.6       bisitz   6454: 
                   6455:    'The following users could not be deleted, because an error occurred:'
1.93      raeburn  6456: => 'The following users could not be deleted, because an error occurred:',
1.6       bisitz   6457: 
                   6458:    'The following users could not be expired, because an error occurred:'
1.93      raeburn  6459: => 'The following users could not be expired, because an error occurred:',
1.6       bisitz   6460: 
                   6461:    'No change occurred for the following users:'
1.93      raeburn  6462: => 'No change occurred for the following users:',
1.6       bisitz   6463: 
                   6464:    'When a group is deleted the following occurs:'
1.93      raeburn  6465: => 'When a group is deleted the following occurs:',
1.6       bisitz   6466: 
                   6467:    'All group membership is terminated.'
1.93      raeburn  6468: => 'All group membership is terminated.',
1.6       bisitz   6469: 
                   6470:    'The group ceases to be available either for viewing or for modification of group settings and membership.'
1.93      raeburn  6471: => 'The group ceases to be available either for viewing or for modification of group settings and membership.',
1.6       bisitz   6472: 
                   6473:    'The group folder is removed from the folder containing it - normally this is the "Course Groups" folder which contains folders for all groups in the course.'
1.93      raeburn  6474: => 'The group folder is removed from the folder containing it - normally this is the "Course Groups" folder which contains folders for all groups in the course.',
1.6       bisitz   6475: 
                   6476:    'Although a deleted group is no longer accessible, the group name used for the group will be reserved, and will not be available for assignment to a new group in the same course in the future.'
1.93      raeburn  6477: => 'Although a deleted group is no longer accessible, the group name used for the group will be reserved, and will not be available for assignment to a new group in the same course in the future.',
1.6       bisitz   6478: 
                   6479:    'Delete group'
1.12      zhu      6480: => '删除组',
1.6       bisitz   6481: 
                   6482:    'Group deletion failed because deletion of [_1] out of [_2] members failed.'
1.42      bisitz   6483: => '删除组失败,因为[_1]的[_2]成员不能被删除。',
1.6       bisitz   6484: 
                   6485:    'Group successfully deleted.'
1.12      zhu      6486: => '该组已成功删除。',
1.6       bisitz   6487: 
                   6488:    "Although the group was deleted, an error occurred when removing the group's folder from the 'Course Groups' folder: [_1]"
1.12      zhu      6489: => "该组已被删除,从课程组的文件夹删除组文件夹时发生错误:[_1]",
1.6       bisitz   6490: 
                   6491:    'Group deletion failed.'
1.12      zhu      6492: => '组删除失败。',
1.6       bisitz   6493: 
                   6494:    'Course Folder -[_1]'
1.12      zhu      6495: => '课程文件夹 [_1]',
1.6       bisitz   6496: 
                   6497:    'An error occurred when reading contents of parent folder to group:'
1.93      raeburn  6498: => 'An error occurred when reading contents of parent folder to group:',
1.6       bisitz   6499: 
                   6500:    'An error occurred when saving updated parent folder to group:'
1.93      raeburn  6501: => 'An error occurred when saving updated parent folder to group:',
1.6       bisitz   6502: 
                   6503:    'You have requested enabling the previously deleted group [_1].'
1.93      raeburn  6504: => 'You have requested enabling the previously deleted group [_1].',
1.6       bisitz   6505: 
                   6506:    'When a deleted group is re-enabled the following occurs:'
1.93      raeburn  6507: => 'When a deleted group is re-enabled the following occurs:',
1.6       bisitz   6508: 
                   6509:    'Group settings and membership at the time the group was deleted are reinstated.'
1.93      raeburn  6510: => 'Group settings and membership at the time the group was deleted are reinstated.',
1.6       bisitz   6511: 
                   6512:    'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.'
1.93      raeburn  6513: => 'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.',
1.6       bisitz   6514: 
                   6515:    'Reenable group'
1.12      zhu      6516: => '组恢复',
1.6       bisitz   6517: 
                   6518:    'The group [_1] was not re-enabled, because it is not a deleted group.[_2]Perhaps it has already been re-enabled?'
1.93      raeburn  6519: => 'The group [_1] was not re-enabled, because it is not a deleted group.[_2]Perhaps it has already been re-enabled?',
1.6       bisitz   6520: 
                   6521:    'No end date set'
1.12      zhu      6522: => '没有设定结束日期',
1.6       bisitz   6523: 
                   6524:    'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]'
1.93      raeburn  6525: => 'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]',
1.6       bisitz   6526: 
                   6527:    "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]"
1.93      raeburn  6528: => "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]",
1.6       bisitz   6529: 
                   6530:    'Re-enabling group failed.'
1.18      zhu      6531: => '重新启用组失败。',
1.6       bisitz   6532: 
                   6533:    'with related words'
1.18      zhu      6534: => '相关的关键词',
1.6       bisitz   6535: 
                   6536:    'with no related words'
1.18      zhu      6537: => '没有相关的关键词',
1.6       bisitz   6538: 
                   6539:    'Change Roles Preferences'
1.18      zhu      6540: => '改变角色偏好',
1.6       bisitz   6541: 
                   6542:    'Display [_1] Most Recent Roles'
1.22      zhu      6543: => '显示 [_1] 个最近角色',
1.6       bisitz   6544: 
                   6545:    'Freeze Role'
1.18      zhu      6546: => '冻结角色',
1.6       bisitz   6547: 
                   6548:    'Recent Roles Hotlist is Disabled'
1.22      zhu      6549: => '禁用最近使用角色的快速访问列表',
1.6       bisitz   6550: 
                   6551:    'Recent Roles Hotlist is Enabled'
1.22      zhu      6552: => '启用最近使用角色的快速访问列表',
1.6       bisitz   6553: 
                   6554:    'Author Space'
1.13      zhu      6555: => '作者空间',
1.6       bisitz   6556: 
                   6557:    'Degree of discrimination'
1.18      zhu      6558: => '分化程度',
1.6       bisitz   6559: 
                   6560:    'Disable WYSIWYG Editor'
1.13      zhu      6561: => '禁用WYSIWYG编辑器',
1.6       bisitz   6562: 
                   6563:    'Hypertext Document'
1.13      zhu      6564: => 'HTML 文件',
1.6       bisitz   6565: 
                   6566:    'Last Modifying User'
1.13      zhu      6567: => '上次修改用户',
1.6       bisitz   6568: 
                   6569:    'Last Revision Date'
1.18      zhu      6570: => '最近修订日期',
1.6       bisitz   6571: 
                   6572:    'Linked/Related Resources'
1.18      zhu      6573: => '联系/相关资源',
1.6       bisitz   6574: 
                   6575:    'Network-wide courses using resource'
1.18      zhu      6576: => '网络上使用该课程资源',
1.6       bisitz   6577: 
                   6578:    'Never'
1.18      zhu      6579: => '从不',
1.6       bisitz   6580: 
                   6581:    'Preview'
1.18      zhu      6582: => '预览',
1.6       bisitz   6583: 
                   6584:    'Resources that follow this resource in maps'
1.93      raeburn  6585: => 'Resources that follow this resource in maps',
1.6       bisitz   6586: 
                   6587:    'Resources that lead up to this resource in maps'
1.93      raeburn  6588: => 'Resources that lead up to this resource in maps',
1.6       bisitz   6589: 
                   6590:    'Resources used by this resource'
1.93      raeburn  6591: => 'Resources used by this resource',
1.6       bisitz   6592: 
                   6593:    'Resources using or importing resource'
1.18      zhu      6594: => '资源使用或导入', #??? [SB 18.10.2006]
1.6       bisitz   6595: 
                   6596:    'Return'
                   6597: => '后退',
                   6598: 
                   6599:    'Setting WYSIWYG editor to:'
1.57      zhu      6600: => 'WYSIWYG-编辑器设置为:',
1.6       bisitz   6601: 
                   6602:    'Source Available'
1.18      zhu      6603: => '源代码可用',
1.6       bisitz   6604: 
                   6605:    'Source Custom Distribution File'
1.18      zhu      6606: => '源代码的访问权限',
1.6       bisitz   6607: 
                   6608:    'Start new page<br />before selected'
                   6609: => 'Start new page<br />before selected',
                   6610: 
                   6611:    'on'
1.57      zhu      6612: => '开',
1.6       bisitz   6613: 
                   6614:    '(on)'
1.63      zhu      6615: => '(on)',
1.6       bisitz   6616: 
                   6617:    'off'
1.57      zhu      6618: => '关',
1.6       bisitz   6619: 
                   6620:    '(off)'
1.63      zhu      6621: => '(off)',
1.6       bisitz   6622: 
                   6623:    '(re-initialize course to access)'
1.63      zhu      6624: => '(re-initialize course to access)',
1.6       bisitz   6625: 
                   6626:    'All Parts'
1.93      raeburn  6627: => 'All Parts',
1.6       bisitz   6628: 
                   6629:    'Changes will become active for your current session after [_1], or the next time you log in.'
                   6630: # => 'Um die Änderungen für die aktuelle Sitzung zu übernehmen, klicken Sie [_1] oder melden Sie sich neu an.',
                   6631: # => '[_1] Hier klicken, um die letzten Änderungen sofort zu übernehmen.'
                   6632: => '点击 [_1] 按钮来保存最后的更改。',
                   6633: 
                   6634:    'Cut'
                   6635: => '剪切',
                   6636: 
                   6637:    'Random Order'
                   6638: => '任意顺序',
                   6639: 
                   6640:    'Due and Answer Available'
1.93      raeburn  6641: => 'Due and Answer Available',
1.6       bisitz   6642: 
                   6643:    'Edit any group in the course'
                   6644: => '课程分组管理',
                   6645: 
                   6646:    'Editing the Table of Contents for your Course'
                   6647: => '如何修改课程内容',
                   6648: 
                   6649:    'Enter any group in the course'
1.93      raeburn  6650: => 'Enter any group in the course',
1.6       bisitz   6651: 
                   6652:    'Existing Parameter Settings for Your Resources'
1.93      raeburn  6653: => 'Existing Parameter Settings for Your Resources',
1.6       bisitz   6654: 
                   6655:    'Group'
1.12      zhu      6656: => '组',
1.6       bisitz   6657: 
                   6658:    'Group:'
1.18      zhu      6659: => '组:',
1.6       bisitz   6660: 
                   6661:    'Hidden'
                   6662: => '隐藏',
                   6663: 
                   6664:    'List Symbs'
                   6665: => '内部标识',
                   6666: 
                   6667:    'Symb List'
1.12      zhu      6668: => '内部标识名单',
1.6       bisitz   6669: 
1.55      zhu      6670: #   'Manage Course Slots'
                   6671: #=> '管理课程插槽',
                   6672: 
                   6673:    'Manage Slots'
                   6674: => 'Manage Slots',
1.6       bisitz   6675: 
                   6676:    'Manage student enrollment '
1.27      zhu      6677: => '招生管理 ',
1.6       bisitz   6678: 
                   6679:    'Modify Resource Parameters - Overview Mode'
1.27      zhu      6680: => '修改资源参数 - 概况模式',
1.6       bisitz   6681: 
                   6682:    'Modify parameter settings (due dates, etc) for resources and the course'
                   6683: => '修改课程和资源参数',
                   6684: 
                   6685:    'Modify parameter settings for this resource'
                   6686: => '参数设置', # long version: 'Parametereinstellungen für diese Ressource ändern',
                   6687: #=> 'Parametereinstellungen', # long version: 'Parametereinstellungen für diese Ressource ändern',
                   6688: 
                   6689: 
                   6690:    'New and Existing Parameter Settings for Your Resources'
1.27      zhu      6691: => '为您的资源设置新的和现有的参数',
1.6       bisitz   6692: 
                   6693:    'Parameter Change Log and Course Blog Posting/User Notification'
1.27      zhu      6694: => '参数变更记录和课程博客/用户通知',
1.6       bisitz   6695: 
                   6696:    'Parameter Manager'
                   6697: => '参数管理',
                   6698: 
                   6699:    'Randomly Pick: '
                   6700: => '随机挑选: ',
                   6701: 
                   6702:    'Remove'
                   6703: => '删除',
                   6704: 
                   6705:    'Rendering:'
1.12      zhu      6706: => '检查:',
1.6       bisitz   6707: 
                   6708:    'Select Parameters to View'
1.27      zhu      6709: => '选择想要查看的参数',
1.6       bisitz   6710: 
                   6711:    'Select Parts to View'
1.27      zhu      6712: => '选择想要查看的部分',
1.6       bisitz   6713: 
                   6714:    'Set Parameter Setting Default Actions'
1.70      zhu      6715: => '设置默认操作的参数',
1.6       bisitz   6716: 
                   6717:    'Set Portfolio Metadata'
1.27      zhu      6718: => '设置元数据-组合',
1.6       bisitz   6719: 
                   6720:    'Set/Modify Resource Parameters - Helper Mode'
1.27      zhu      6721: => '设置/修改资源参数 - 辅助模式',
1.6       bisitz   6722: 
                   6723:    'Set/Modify Resource Parameters - Overview Mode'
1.27      zhu      6724: => '设置/修改资源参数 - 概况模式',
1.6       bisitz   6725: 
                   6726:    'Set/Modify Resource Parameters - Table Mode'
1.27      zhu      6727: => '设置/修改资源参数 - 表模式',
1.6       bisitz   6728: 
                   6729:    'Settings for Your Course'
1.27      zhu      6730: => '课程设置',
1.6       bisitz   6731: 
                   6732:    'Table Mode'
1.27      zhu      6733: => '表模式',
1.6       bisitz   6734: 
                   6735:    'Table Mode Parameter Setting'
1.27      zhu      6736: => '表模式参数设定',
1.6       bisitz   6737: 
                   6738:    '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  6739: => '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   6740: 
                   6741:    'URL hidden'
                   6742: => '隐藏 URL',
                   6743: 
                   6744:    'Update Parameter Display'
1.27      zhu      6745: => '更新参数',
1.6       bisitz   6746: 
                   6747:    'View calculated grades (Spreadsheet)'
1.63      zhu      6748: => '计算评分(Spreadsheet)',
1.6       bisitz   6749: 
                   6750:    "What's new?"
                   6751: => "有什么新的?",
                   6752: 
                   6753:    're-initializing Course'
                   6754: => '重新初始化课程',
                   6755: 
                   6756:    'Show Resource'
1.18      zhu      6757: => '查看资源',
1.6       bisitz   6758: 
                   6759:    'Feedback to resource author'
1.18      zhu      6760: => '反馈给此资源的作者',
1.6       bisitz   6761: 
1.20      bisitz   6762:    'Click to add/remove attachments'
1.12      zhu      6763: => '单击添加/删除附件',
1.6       bisitz   6764: 
                   6765:    'New attachments'
1.12      zhu      6766: => '新附件',
1.6       bisitz   6767: 
                   6768:    'Retained attachments'
1.12      zhu      6769: => '保留附件',
1.6       bisitz   6770: 
                   6771:    'Add a new attachment to this post.'
1.19      zhu      6772: => '给这个信息添加新的附件:',
1.6       bisitz   6773: 
                   6774:    'Discussion Post Attachments'
1.12      zhu      6775: => '讨论张贴附件',
1.6       bisitz   6776: 
                   6777:    'Modify course settings'
1.93      raeburn  6778: => 'Modify course settings',
1.6       bisitz   6779: 
                   6780:    'Send and display broadcast e-mail'
1.93      raeburn  6781: => 'Send and display broadcast e-mail',
1.6       bisitz   6782: 
                   6783:    'Awarded Total Points'
1.10      zhu      6784: => '达到总分',
1.6       bisitz   6785: 
                   6786:    'Total Parts Done'
1.93      raeburn  6787: => 'Total Parts Done',
1.6       bisitz   6788: 
                   6789:    'Create a single course'
1.93      raeburn  6790: => 'Create a single course',
1.6       bisitz   6791: 
                   6792:    'Create a new course by completing an online form.'
1.93      raeburn  6793: => 'Create a new course by completing an online form.',
1.6       bisitz   6794: 
                   6795:    'Create a single collaborative group space'
1.93      raeburn  6796: => 'Create a single collaborative group space',
1.6       bisitz   6797: 
                   6798:    'Create a new group space for non-course use by completing an online form.'
1.93      raeburn  6799: => 'Create a new group space for non-course use by completing an online form.',
1.6       bisitz   6800: 
                   6801:    'Create courses/groups by uploading an attributes file'
1.93      raeburn  6802: => 'Create courses/groups by uploading an attributes file',
1.6       bisitz   6803: 
                   6804:    'Upload an attributes file containing specifications for one or more courses or groups in XML format.'
1.93      raeburn  6805: => 'Upload an attributes file containing specifications for one or more courses or groups in XML format.',
1.6       bisitz   6806: 
                   6807:    'current'
1.12      zhu      6808: => '当前的',
1.6       bisitz   6809: 
                   6810:    'Version changes'
1.93      raeburn  6811: => 'Version changes',
1.6       bisitz   6812: 
                   6813:    'Change interval'
1.93      raeburn  6814: => 'Change interval',
1.6       bisitz   6815: 
                   6816:    'Student Submission Reports'
1.93      raeburn  6817: => 'Student Submission Reports',
1.6       bisitz   6818: 
                   6819:    'Prepare reports of student submissions.'
1.93      raeburn  6820: => 'Prepare reports of student submissions.',
1.6       bisitz   6821: 
                   6822:    'Survey Reports'
1.93      raeburn  6823: => 'Survey Reports',
1.6       bisitz   6824: 
                   6825:    'Prepare reports on survey results.'
1.93      raeburn  6826: => 'Prepare reports on survey results.',
1.6       bisitz   6827: 
                   6828:    'View survey'
1.93      raeburn  6829: => 'View survey',
1.6       bisitz   6830: 
                   6831:    'Previous Survey'
1.93      raeburn  6832: => 'Previous Survey',
1.6       bisitz   6833: 
                   6834:    'Next Survey'
1.93      raeburn  6835: => 'Next Survey',
1.6       bisitz   6836: 
                   6837:    'Choose a different Survey'
1.93      raeburn  6838: => 'Choose a different Survey',
1.6       bisitz   6839: 
                   6840:    'Generate Report'
1.93      raeburn  6841: => 'Generate Report',
1.6       bisitz   6842: 
                   6843:    'Part [_1], Response [_2]'
1.27      zhu      6844: => '部份 [_1], 答案 [_2]',
1.6       bisitz   6845: 
                   6846:    'Foil Name'
1.93      raeburn  6847: => 'Foil Name',
1.6       bisitz   6848: 
                   6849:    'Foil Text'
1.93      raeburn  6850: => 'Foil Text',
1.6       bisitz   6851: 
                   6852:    'Percent'
1.27      zhu      6853: => '百分比',
1.6       bisitz   6854: 
                   6855:    'Correct Problems Plot'
1.93      raeburn  6856: => 'Correct Problems Plot',
1.6       bisitz   6857: 
                   6858:    'Display a histogram of student performance in the course.'
1.93      raeburn  6859: => 'Display a histogram of student performance in the course.',
1.6       bisitz   6860: 
                   6861:    'Access Status'
1.27      zhu      6862: => '访问状态',
1.6       bisitz   6863: 
1.31      bisitz   6864:    '[_1] Limit by time'
                   6865: => '[_1] 限制时间',
1.6       bisitz   6866: 
                   6867:    'Submission Time Plots'
1.93      raeburn  6868: => 'Submission Time Plots',
1.6       bisitz   6869: 
                   6870:    'Currently Has Access'
1.27      zhu      6871: => '目前访问',
1.6       bisitz   6872: 
                   6873:    'Will Have Future Access'
1.27      zhu      6874: => '将来的访问',
1.6       bisitz   6875: 
                   6876:    'Previously Had Access'
1.27      zhu      6877: => '此前的访问',
1.6       bisitz   6878: 
                   6879:    'Any Access Status'
1.27      zhu      6880: => '任易的访问状态',
1.6       bisitz   6881: 
                   6882:    'Previous Problem'
1.12      zhu      6883: => '前面的问题',
1.6       bisitz   6884: 
                   6885:    'Next Problem'
1.12      zhu      6886: => '下一个问题',
1.6       bisitz   6887: 
                   6888:    'Choose a different Problem'
1.93      raeburn  6889: => 'Choose a different Problem',
1.6       bisitz   6890: 
                   6891:    'Update Caches'
1.93      raeburn  6892: => 'Update Caches',
1.6       bisitz   6893: 
                   6894:    'Begin'
1.93      raeburn  6895: => 'Begin',
1.6       bisitz   6896: 
                   6897:    'There are no students in the sections selected.'
1.93      raeburn  6898: => 'There are no students in the sections selected.',
1.6       bisitz   6899: 
                   6900:    'There are no students in the sections/groups selected.'
1.93      raeburn  6901: => 'There are no students in the sections/groups selected.',
1.6       bisitz   6902: 
                   6903:    'There is no submission data for this problem at all.'
1.93      raeburn  6904: => 'There is no submission data for this problem at all.',
1.6       bisitz   6905: 
                   6906:    'There is no submission data for this problem.'
1.93      raeburn  6907: => 'There is no submission data for this problem.',
1.6       bisitz   6908: 
                   6909:    'There is no submission data for this resource.'
1.93      raeburn  6910: => 'There is no submission data for this resource.',
1.6       bisitz   6911: 
                   6912:    'There is no data to plot.'
1.93      raeburn  6913: => 'There is no data to plot.',
1.6       bisitz   6914: 
                   6915:    'Analysis of [_1] is not supported.'
1.93      raeburn  6916: => 'Analysis of [_1] is not supported.',
1.6       bisitz   6917: 
                   6918:    'None of the selected students attempted the problem more than [_1] times.'
1.93      raeburn  6919: => 'None of the selected students attempted the problem more than [_1] times.',
1.6       bisitz   6920: 
                   6921:    'None of the selected students attempted the problem.'
1.93      raeburn  6922: => 'None of the selected students attempted the problem.',
1.6       bisitz   6923: 
                   6924:    'The analysis you have selected is not supported at this time.'
1.93      raeburn  6925: => 'The analysis you have selected is not supported at this time.',
1.6       bisitz   6926: 
                   6927:    'Graph Problem Submission Times'
1.93      raeburn  6928: => 'Graph Problem Submission Times',
1.6       bisitz   6929: 
                   6930:    'Return to Directory'
1.10      zhu      6931: => '返回目录',
1.6       bisitz   6932: 
                   6933:    'Return to directory'
1.10      zhu      6934: => '返回目录',
1.6       bisitz   6935: 
                   6936:    'My Roles'
                   6937: => '我的角色',
                   6938: 
                   6939:    'My Space'
                   6940: => '我的空间',
                   6941: 
                   6942:    'Edit blogs, RSS feeds, and podcasts'
1.18      zhu      6943: => '博客, RSS-反馈 和 播客',
1.6       bisitz   6944: 
                   6945:    'Content Library'
                   6946: => '内容',
                   6947: 
                   6948:    'Search the contents of this course or accessible portfolio files'
1.9       zhu      6949: => '搜索这门课程的内容,或可组合文件',
1.6       bisitz   6950: 
                   6951:    'Grading and Statistics'
                   6952: => '审查和统计',
                   6953: 
                   6954:    'Other'
                   6955: => '其他',
                   6956: 
                   6957:    'group'
1.12      zhu      6958: => '组',
1.6       bisitz   6959: 
                   6960:    'Size'
1.12      zhu      6961: => '大小',
1.6       bisitz   6962: 
                   6963:    'Current Access Status'
1.9       zhu      6964: => '目前获得状态',
1.6       bisitz   6965: 
                   6966:    'Delete Checked Files'
1.22      zhu      6967: => '删除选中的文件',
1.6       bisitz   6968: 
                   6969:    'Using the portfolio file list'
1.12      zhu      6970: => '使用组合的文件列表',
1.6       bisitz   6971: 
                   6972:    'Help on the portfolio'
1.31      bisitz   6973: => '组帮助',
1.6       bisitz   6974: 
                   6975:    'Private'
1.9       zhu      6976: => '私人的',
1.6       bisitz   6977: 
                   6978:    'Change How Menus are Displayed'
1.22      zhu      6979: => '改变菜单显示',
1.6       bisitz   6980: 
                   6981:    'Use icons and text'
1.22      zhu      6982: => '使用图标和文本',
1.6       bisitz   6983: 
                   6984:    'Use buttons and text'
1.22      zhu      6985: => '使用按钮和文本',
1.6       bisitz   6986: 
                   6987:    'Use icons only'
1.22      zhu      6988: => '只有图标',
1.6       bisitz   6989: 
                   6990:    'Previous Tries'
1.18      zhu      6991: => '以前的尝试',
1.6       bisitz   6992: 
                   6993:    'Change Main Menu'
1.18      zhu      6994: => '改变主菜单',
1.6       bisitz   6995: 
1.18      zhu      6996:    'New screenname (shown if you post anonymously)'
                   6997: => '新昵称(显示在匿名讨论中)',
1.6       bisitz   6998: 
1.18      zhu      6999:    'New nickname (shown if you post non-anonymously)'
                   7000: => '新昵称(显示在正常讨论中)',
1.6       bisitz   7001: 
                   7002:    'Choose the time window to use to display roles for which access to the course expired.'
1.93      raeburn  7003: => 'Choose the time window to use to display roles for which access to the course expired.',
1.6       bisitz   7004: 
                   7005:    'Choose the time window to use to display roles for which access to the course became available.'
1.93      raeburn  7006: => 'Choose the time window to use to display roles for which access to the course became available.',
1.6       bisitz   7007: 
                   7008:    'Choose the time window to use to display resources in the course with version changes.'
1.63      zhu      7009: => '选择的时间窗口,显示课程资源与版本变化。',
1.6       bisitz   7010: 
                   7011:    'User Management'
                   7012: => '用户管理',
                   7013: 
                   7014:    'Manage student enrollment'
1.63      zhu      7015: => '招生管理',
1.6       bisitz   7016: 
                   7017:    'Modify an existing group'
1.10      zhu      7018: => '修改现有的组',
1.6       bisitz   7019: 
                   7020:    'Delete an existing group'
1.10      zhu      7021: => '删除现有的组',
1.6       bisitz   7022: 
                   7023:    'Re-enable a deleted group'
1.10      zhu      7024: => '还原已删除的组',
1.6       bisitz   7025: 
                   7026:    'Enter an existing group'
1.10      zhu      7027: => '加入现有的组',
1.6       bisitz   7028: 
                   7029:    'Course Management'
                   7030: => '课程管理',
                   7031: 
                   7032:    'Reset Student Access Times'
1.10      zhu      7033: => '重置学生的访问时间',
1.6       bisitz   7034: 
                   7035:    'Submission #'
1.18      zhu      7036: => '回答次数',
1.6       bisitz   7037: 
                   7038:    'Try'
1.10      zhu      7039: => '尝试',
1.6       bisitz   7040: 
                   7041:    'Try [_1]'
1.10      zhu      7042: => '尝试 [_1]。',
1.6       bisitz   7043: 
                   7044:    'Submitted Answer'
1.10      zhu      7045: => '提交答案',
1.6       bisitz   7046: 
                   7047:    'Close Window'
1.10      zhu      7048: => '关闭窗口',
1.6       bisitz   7049: 
                   7050:    'Close window'
1.10      zhu      7051: => '关闭窗口',
1.6       bisitz   7052: 
                   7053:    'Portfolio Search'
1.10      zhu      7054: => '组合搜索',
1.6       bisitz   7055: 
                   7056:    'Enter words and quoted phrases'
1.10      zhu      7057: => '输入字词和引用短语',
1.6       bisitz   7058: 
                   7059:    'Portfolio and Course Search'
1.9       zhu      7060: => '组合及课程搜寻',
1.6       bisitz   7061: 
                   7062:    'Message Status'
1.55      zhu      7063: => '邮件状态',
1.6       bisitz   7064: 
                   7065:    'Any'
1.10      zhu      7066: => '任意的',
1.6       bisitz   7067: 
                   7068:    'Unread'
1.10      zhu      7069: => '未阅读',
1.6       bisitz   7070: 
                   7071:    'Read'
1.10      zhu      7072: => '已阅读',
1.6       bisitz   7073: 
                   7074:    'Replied to'
1.10      zhu      7075: => '回复',
1.6       bisitz   7076: 
                   7077:    'Forwarded'
1.10      zhu      7078: => '转发',
1.6       bisitz   7079: 
                   7080:    'Rename Folder'
1.10      zhu      7081: => '重命名文件夹',
1.6       bisitz   7082: 
                   7083:    'Delete Folder'
1.10      zhu      7084: => '删除文件夹',
1.6       bisitz   7085: 
                   7086:    'Recent Roles'
1.10      zhu      7087: => '最近的角色',
1.6       bisitz   7088: 
                   7089:    'Close navigation window'
1.9       zhu      7090: => '关闭导航窗口',
1.6       bisitz   7091: 
                   7092:    'Post Anonymous'
1.10      zhu      7093: => '匿名发送',
1.6       bisitz   7094: 
                   7095:    'Post'
1.10      zhu      7096: => '发送',
1.6       bisitz   7097: 
                   7098:    'Back to preferences menu'
1.10      zhu      7099: => '后退',
1.6       bisitz   7100: 
1.80      bisitz   7101:    'Forward messages to other account(s) in LON-CAPA'
1.93      raeburn  7102: => 'Forward messages to other account(s) in LON-CAPA',
1.80      bisitz   7103: 
                   7104:    'Forward to account(s)'
1.93      raeburn  7105: => 'Forward to account(s)', # '转发地址',
1.6       bisitz   7106: 
                   7107:    'e.g. <tt>userA:domain1,userB:domain2,...</tt>'
1.10      zhu      7108: => '例如 <tt>用户A:领域1,用户B:领域2,...</tt>',
1.6       bisitz   7109: 
                   7110:    'Notification E-mail Address(es)'
1.93      raeburn  7111: => 'Notification E-mail Address(es)',
1.6       bisitz   7112: 
1.80      bisitz   7113:    'E-mail address(es) which should be notified about new LON-CAPA messages'
1.10      zhu      7114: => '关于 LON-CAPA 新消息被通知的 E-Mail 地址',
1.6       bisitz   7115: 
                   7116:    'e.g. <tt>joe@doe.com</tt>'
1.10      zhu      7117: => '例如 <tt>xiaoming@sohu.com</tt>',
1.6       bisitz   7118: 
                   7119:    'Notification address'
1.10      zhu      7120: => '通知地址',
1.6       bisitz   7121: 
                   7122:    'Types of message for which notification is sent'
1.10      zhu      7123: => '发出应该被通知的信息',
1.6       bisitz   7124: 
                   7125:    'Excerpt retains HTML tags in message'
1.10      zhu      7126: => '在邮件中保持 HTML',
1.6       bisitz   7127: 
                   7128:    'All'
1.10      zhu      7129: => '所有的',
1.6       bisitz   7130: 
                   7131:    'Critical only'
1.10      zhu      7132: => '只重要的',
1.6       bisitz   7133: 
                   7134:    'Non-critical only'
1.10      zhu      7135: => '非重要的',
1.6       bisitz   7136: 
                   7137:    'Add new address'
1.10      zhu      7138: => '添加新的地址',
1.6       bisitz   7139: 
                   7140:    'What are forwarding and notification addresses?'
1.10      zhu      7141: => '什么是转发和通知地址?',
1.6       bisitz   7142: 
                   7143:    'What are critical messages?'
1.10      zhu      7144: => '什么是重要的信息?',
1.6       bisitz   7145: 
                   7146:    'Change Roles Page Pref'
1.10      zhu      7147: => '用户角色快速访问列表',
1.6       bisitz   7148: 
                   7149:    'Number of Roles in Hotlist:'
1.10      zhu      7150: => '一些角色的快速访问列表:',
1.6       bisitz   7151: 
                   7152:    'Current Password'
1.10      zhu      7153: => '当前密码',
1.6       bisitz   7154: 
                   7155:    'New Password'
1.10      zhu      7156: => '新密码',
1.6       bisitz   7157: 
                   7158:    'Confirm Password'
1.10      zhu      7159: => '新密码确认',
1.6       bisitz   7160: 
                   7161:    'Passwords must be a minimum of 7 characters long. Please try again.'
1.10      zhu      7162: => '密码必须至少有7个字符长。请再试一次。',
1.6       bisitz   7163: 
                   7164:    'The new passwords you entered do not match. Please try again.'
1.10      zhu      7165: => '新的密码输入不匹配。请再试一次。',
1.6       bisitz   7166: 
                   7167:    'Please make sure your old password was entered correctly.'
1.10      zhu      7168: => '请确认您的旧密码输入正确。',
1.6       bisitz   7169: 
                   7170:    'Send me a message'
                   7171: => '请给我发送邮件',
                   7172: 
                   7173:    'Show Public View'
                   7174: => '查看公众视野',
                   7175: 
                   7176:    'Delete Photo'
                   7177: => '删除照片',
                   7178: 
                   7179:    'Help with filling in text boxes'
                   7180: => '文本框输入帮助',
                   7181: 
                   7182:    'Examples'
1.10      zhu      7183: => '例子',
1.6       bisitz   7184: 
                   7185:    'Summary Preview'
1.10      zhu      7186: => '摘要预览',
1.6       bisitz   7187: 
                   7188:    'Send copy to permanent email address (if known)'
1.10      zhu      7189: => '发送副本到其它的电子邮件地址 (如果已知)',
1.6       bisitz   7190: 
                   7191:    'Include in course RSS newsfeed'
1.10      zhu      7192: => '包括课程的 RSS-Feeds',
1.6       bisitz   7193: 
                   7194:    'Allow replies:'
1.10      zhu      7195: => '允许答复:',
1.6       bisitz   7196: 
                   7197:    'Reply to:'
1.10      zhu      7198: => '回复:',
1.6       bisitz   7199: 
                   7200:    'Domain Management'
1.10      zhu      7201: => '域管理',
1.6       bisitz   7202: 
                   7203:    'Course ID of Key Authority:'
1.93      raeburn  7204: => 'Course ID of Key Authority:',
1.6       bisitz   7205: 
                   7206:    'Set domain configuration'
1.10      zhu      7207: => '域配置',
1.6       bisitz   7208: 
                   7209:    'Domain Configuration'
1.10      zhu      7210: => '域配置',
1.6       bisitz   7211: 
                   7212:    'View/Modify Domain Settings'
1.10      zhu      7213: => '查看/修改域配置',
1.6       bisitz   7214: 
                   7215:    'Menu'
                   7216: => '菜单',
                   7217: 
                   7218:    'Domain Settings'
1.10      zhu      7219: => '域配置',
1.6       bisitz   7220: 
                   7221:    'Course Environment'
1.10      zhu      7222: => '课程环境',
1.6       bisitz   7223: 
                   7224:    'Edit Course Environment'
1.10      zhu      7225: => '编辑课程环境',
1.6       bisitz   7226: 
                   7227:    'Users allowed to clone course'
1.93      raeburn  7228: => 'Users allowed to clone course',
1.6       bisitz   7229: 
                   7230:    'Users with active Course Coordinator role in this course are permitted to clone and need not be included.'
1.93      raeburn  7231: => 'Users with active Course Coordinator role in this course are permitted to clone and need not be included.',
1.6       bisitz   7232: 
                   7233:    'Use [_1] to allow course to be cloned by anyone in the specified domain.'
                   7234: => '[_1] gestattet jedem in der angegebenen Domäne diesen Kurs zu klonen.',
                   7235: 
                   7236:    'Use [_1] to allow unrestricted cloning in all domains.'
                   7237: => '[_1] gestattet jedem aller Domänen diesen Kurs zu klonen.',
                   7238: 
                   7239:    'URL of Syllabus (not using internal handler)'
1.18      zhu      7240: => '教学大纲的网址 (URL)',
1.6       bisitz   7241: 
                   7242:    'Custom Text for Resource Content Question Option in Feedback'
1.93      raeburn  7243: => 'Custom Text for Resource Content Question Option in Feedback',
1.6       bisitz   7244: 
                   7245:    'Custom Text for Course Content Option in Feedback'
1.93      raeburn  7246: => 'Custom Text for Course Content Option in Feedback',
1.6       bisitz   7247: 
                   7248:    'Custom Text for Course Policy Option in Feedback'
1.93      raeburn  7249: => 'Custom Text for Course Policy Option in Feedback',
1.6       bisitz   7250: 
                   7251:    'Allow students to view classlist.'
1.93      raeburn  7252: => 'Allow students to view classlist.',
1.6       bisitz   7253: 
                   7254:    'Allow users with specified roles to edit/delete their own discussion posts'
1.93      raeburn  7255: => 'Allow users with specified roles to edit/delete their own discussion posts',
1.6       bisitz   7256: 
                   7257:    'Suppress number of tries in printing'
1.93      raeburn  7258: => 'Suppress number of tries in printing',
1.6       bisitz   7259: 
                   7260:    'Default paper type'
1.93      raeburn  7261: => 'Default paper type',
1.6       bisitz   7262: 
                   7263:    'Default beginning date for student access.'
1.22      zhu      7264: => '学生访问的默认开始日期',
1.6       bisitz   7265: 
                   7266:    'Default ending date for student access.'
1.22      zhu      7267: => '学生访问的默认结束日期',
1.6       bisitz   7268: 
                   7269:    'Disable checking of Significant Figures'
                   7270: => 'Überprüfung signifikanter Stellen deaktivieren',
                   7271: 
                   7272:    'Disable automatically printing point values onto exams.'
1.93      raeburn  7273: => 'Disable automatically printing point values onto exams.',
1.6       bisitz   7274: 
                   7275:    'Send message to student when clicking Done on Tasks'
1.93      raeburn  7276: => 'Send message to student when clicking Done on Tasks', # ???
1.6       bisitz   7277: 
                   7278:    'Restrict Metadata'
1.27      zhu      7279: => '限制数据',
1.6       bisitz   7280: 
                   7281:    'Show to student'
1.93      raeburn  7282: => 'Show to student',
1.6       bisitz   7283: 
                   7284:    'Provide text area for students to type metadata'
1.93      raeburn  7285: => 'Provide text area for students to type metadata',
1.6       bisitz   7286: 
                   7287:    'Provide choices for students to select from'
1.93      raeburn  7288: => 'Provide choices for students to select from',
1.6       bisitz   7289: 
                   7290:    'Student may select multiple choices from list'
1.93      raeburn  7291: => 'Student may select multiple choices from list',
1.6       bisitz   7292: 
                   7293:    'Student may select only one choice from list'
1.93      raeburn  7294: => 'Student may select only one choice from list',
1.6       bisitz   7295: 
                   7296:    'Add a Metadata Field'
1.93      raeburn  7297: => 'Add a Metadata Field',
1.6       bisitz   7298: 
                   7299:    'Order Metadata Fields'
                   7300: => 'Order Metadata Fields',
                   7301: 
                   7302:    'Continue Import'
1.93      raeburn  7303: => 'Continue Import',
1.6       bisitz   7304: 
                   7305:    'Continue Search'
1.93      raeburn  7306: => 'Continue Search',
1.6       bisitz   7307: 
                   7308:    'Finish Import'
1.93      raeburn  7309: => 'Finish Import',
1.6       bisitz   7310: 
                   7311:    'Include'
1.93      raeburn  7312: => 'Include',
1.6       bisitz   7313: 
                   7314:    'LON-CAPA Catalog Search'
1.36      zhu      7315: => 'LON-CAPA 目录搜索',
1.6       bisitz   7316: 
                   7317:    '[_1] include external resources'
                   7318: => '[_1] externe Ressourcen mit einbeziehen',
                   7319: 
                   7320:    'Change Course Initialization Preference'
1.36      zhu      7321: => '课程初始化设置',
1.6       bisitz   7322: 
                   7323:    'Change Course Init. Pref.'
1.36      zhu      7324: => '课程初始化设置',
1.6       bisitz   7325: 
                   7326:    'Reset Access Times'
1.93      raeburn  7327: => 'Reset Access Times',
1.6       bisitz   7328: 
                   7329:    'Select Scope'
1.93      raeburn  7330: => 'Select Scope',
1.6       bisitz   7331: 
                   7332:    'Reset times on one or more folders/maps for a single student.'
1.93      raeburn  7333: => 'Reset times on one or more folders/maps for a single student.',
1.6       bisitz   7334: 
                   7335:    'Reset times on a single folder/map for a section or whole clase.'
1.93      raeburn  7336: => 'Reset times on a single folder/map for a section or whole clase.',
1.6       bisitz   7337: 
                   7338:    'Choose a student:'
1.22      zhu      7339: => '选择一个学生:',
1.6       bisitz   7340: 
                   7341:    'Select Currently Enrolled Students and Active Course Personnel'
1.93      raeburn  7342: => 'Select Currently Enrolled Students and Active Course Personnel',
1.6       bisitz   7343: 
1.15      bisitz   7344:    'This is a list of first access times and what was accessed, please select those you want deleted.'
1.93      raeburn  7345: => 'This is a list of first access times and what was accessed, please select those you want deleted.',
1.6       bisitz   7346: 
                   7347:    'Select:'
1.10      zhu      7348: => '选择:',
1.6       bisitz   7349: 
                   7350:    'All Course Personnel'
1.22      zhu      7351: => '所有课程人员',
1.6       bisitz   7352: 
                   7353:    'No Section'
1.22      zhu      7354: => 'No Section',
1.6       bisitz   7355: 
                   7356:    'Unselect'
1.10      zhu      7357: => '取消',
1.6       bisitz   7358: 
                   7359:    'Select a folder/map'
                   7360: => '选择目录/内容列表',
                   7361: 
                   7362:    'Will remove access times for'
1.93      raeburn  7363: => 'Will remove access times for',
1.6       bisitz   7364: 
                   7365:    'from users'
1.93      raeburn  7366: => 'from users',
1.6       bisitz   7367: 
                   7368:    'No Access times found for student'
1.93      raeburn  7369: => 'No Access times found for student',
1.6       bisitz   7370: 
                   7371:    'Finish'
1.93      raeburn  7372: => 'Finish',
1.6       bisitz   7373: 
                   7374:    'Name of New Folder'
1.56      zhu      7375: => '新建文件夹的名称',
1.6       bisitz   7376: 
                   7377:    'Name of New Page'
1.56      zhu      7378: => '新组合页面的名称',
1.6       bisitz   7379: 
                   7380:    'New Page'
                   7381: => '新组合页面',
                   7382: 
                   7383:    'WARNING: Removing a resource makes associated grades and scores inaccessible!'
1.93      raeburn  7384: => 'WARNING: Removing a resource makes associated grades and scores inaccessible!',
1.6       bisitz   7385: 
1.68      bisitz   7386:    'Clipboard'
1.93      raeburn  7387: => 'Clipboard',
1.68      bisitz   7388: 
1.6       bisitz   7389:    'Remove[_99]'
1.93      raeburn  7390: => 'Remove[_99]',
1.6       bisitz   7391: 
                   7392:    '?[_99]'
1.93      raeburn  7393: => '?[_99]',
1.6       bisitz   7394: 
                   7395:    'WARNING: Cutting a resource makes associated grades and scores inaccessible!'
1.93      raeburn  7396: => 'WARNING: Cutting a resource makes associated grades and scores inaccessible!',
1.6       bisitz   7397: 
                   7398:    'Grades remain inaccessible if resource is pasted into another folder.'
1.93      raeburn  7399: => 'Grades remain inaccessible if resource is pasted into another folder.',
1.6       bisitz   7400: 
                   7401:    'Cut[_98]'
1.93      raeburn  7402: => 'Cut[_98]',
1.6       bisitz   7403: 
                   7404:    '?[_98]'
1.93      raeburn  7405: => '?[_98]',
1.6       bisitz   7406: 
                   7407:    'Paste'
1.93      raeburn  7408: => 'Paste',
1.6       bisitz   7409: 
                   7410:    '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  7411: => '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   7412: 
                   7413:    'This may take a few moments to display.'
1.10      zhu      7414: => '计算需要几分钟的时间。',
1.6       bisitz   7415: 
                   7416:    'Detailed Citation Preview'
1.10      zhu      7417: => '详细引文预览',
1.6       bisitz   7418: 
                   7419:    'related words'
1.10      zhu      7420: => '相关词',
1.6       bisitz   7421: 
                   7422:    'Any domain'
1.10      zhu      7423: => '任何域',
1.6       bisitz   7424: 
                   7425:    'Reset'
1.10      zhu      7426: => '重置',
1.6       bisitz   7427: 
                   7428:    'MIME Type Category'
1.10      zhu      7429: => 'MIME 类型分类',
1.6       bisitz   7430: 
                   7431:    'Domains'
1.10      zhu      7432: => '域',
1.6       bisitz   7433: 
                   7434:    'Custom Metadata fields'
1.13      zhu      7435: => '自定义元数据字段',
1.6       bisitz   7436: 
                   7437:    'Field Name'
1.10      zhu      7438: => '域名',
1.6       bisitz   7439: 
                   7440:    'Field Value(s)'
1.10      zhu      7441: => '域值',
1.6       bisitz   7442: 
                   7443:    'Another custom field/value pair?'
1.13      zhu      7444: => '其他自定义字段/值配对?',
1.6       bisitz   7445: 
                   7446:    'Creation and Modification dates'
1.13      zhu      7447: => '建立与修改日期',
1.6       bisitz   7448: 
                   7449:    'Created between'
1.13      zhu      7450: => '创建时间',
1.6       bisitz   7451: 
                   7452:    'Last modified between'
1.13      zhu      7453: => '上次修改时间',
1.6       bisitz   7454: 
                   7455:    'Standard Portfolio Metadata'
1.27      zhu      7456: => '标准的元数据组合',
1.6       bisitz   7457: 
                   7458:    'Advanced Portfolio Search'
1.13      zhu      7459: => '高级组合搜索',
1.6       bisitz   7460: 
                   7461:    'Standard Catalog Metadata'
1.27      zhu      7462: => '标准目录元数据',
1.6       bisitz   7463: 
                   7464:    'Problem Statistics'
1.12      zhu      7465: => '问题统计',
1.6       bisitz   7466: 
                   7467:    'Statistics calculated for number of students'
1.18      zhu      7468: => '统计计算出以下的学生人数',
1.6       bisitz   7469: 
                   7470:    'Portfolio and Catalog Search'
                   7471: => '搜索文件夹和目录',
                   7472: 
                   7473:    'Search the database of accessible portfolio files'
1.93      raeburn  7474: => 'Search the database of accessible portfolio files',
1.6       bisitz   7475: 
                   7476:    'Construction Space:'
1.93      raeburn  7477: => 'Construction Space:',
1.6       bisitz   7478: 
                   7479:    'Problem Status:'
1.12      zhu      7480: => '问题状态:',
1.6       bisitz   7481: 
                   7482:    'Problem Type:'
1.12      zhu      7483: => '问题类型:',
1.6       bisitz   7484: 
                   7485:    'Feedback Mode:'
1.12      zhu      7486: => '反馈模式:',
1.6       bisitz   7487: 
                   7488:    'Answer for Part: [_1]'
1.93      raeburn  7489: => 'Answer for Part: [_1]',
1.6       bisitz   7490: 
                   7491:    'Script Vars'
1.93      raeburn  7492: => 'Script Vars',
1.6       bisitz   7493: 
                   7494:    'Regular file'
1.93      raeburn  7495: => 'Regular file',
1.6       bisitz   7496: 
                   7497:    'Testbank file'
1.93      raeburn  7498: => 'Testbank file',
1.6       bisitz   7499: 
                   7500:    'IMS package'
1.12      zhu      7501: => 'IMS-软件包',
1.6       bisitz   7502: 
                   7503:    'There are unsaved changes'
1.93      raeburn  7504: => 'There are unsaved changes',
1.6       bisitz   7505: 
1.32      bisitz   7506:    'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.'
1.93      raeburn  7507: => 'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.',
1.6       bisitz   7508: 
                   7509:    'Active Link'
1.18      zhu      7510: => '活动链接',
1.6       bisitz   7511: 
                   7512:    'Font'
1.18      zhu      7513: => '字体',
1.6       bisitz   7514: 
                   7515:    'Un-Visited Link'
1.18      zhu      7516: => '未访问过的链接',
1.6       bisitz   7517: 
                   7518:    'Page Background'
1.18      zhu      7519: => '网页背景',
1.6       bisitz   7520: 
                   7521:    'Header Border'
1.18      zhu      7522: => '标题边框',
1.6       bisitz   7523: 
                   7524:    'Header Background'
1.18      zhu      7525: => '标题背景',
1.6       bisitz   7526: 
                   7527:    'Visited Link'
1.18      zhu      7528: => '访问过的链接',
1.6       bisitz   7529: 
                   7530:    'Change Custom Colors'
1.18      zhu      7531: => '更改自定义颜色',
1.6       bisitz   7532: 
1.19      zhu      7533:    'Reset All'
1.18      zhu      7534: => '所有颜色重置为默认颜色',
1.6       bisitz   7535: 
                   7536:    'Save and Edit'
1.18      zhu      7537: => '保存并继续编辑',
1.6       bisitz   7538: 
                   7539:    'Save and View'
1.18      zhu      7540: => '保存和查看',
1.6       bisitz   7541: 
                   7542:    'Check Spelling'
1.18      zhu      7543: => '拼写检查',
1.6       bisitz   7544: 
                   7545:    'Selecting a Course'
1.12      zhu      7546: => '选择课程',
1.6       bisitz   7547: 
                   7548:    'Course Activity:'
1.93      raeburn  7549: => 'Course Activity:',
1.6       bisitz   7550: 
                   7551:    'Course Domain:'
1.93      raeburn  7552: => 'Course Domain:',
1.6       bisitz   7553: 
                   7554:    'Course Institutional Code:'
1.93      raeburn  7555: => 'Course Institutional Code:',
1.6       bisitz   7556: 
                   7557:    "Course Owner's Username:"
1.93      raeburn  7558: => 'Course Owner's Username:',
1.6       bisitz   7559: 
                   7560:    "Course Owner's Domain:"
1.93      raeburn  7561: => 'Course Owner's Domain:',
1.6       bisitz   7562: 
                   7563:    'LON-CAPA course ID:'
1.63      zhu      7564: => 'LON-CAPA 课程 ID:',
1.6       bisitz   7565: 
1.38      bisitz   7566:    'Course Description'
1.63      zhu      7567: => '课程简介',
1.6       bisitz   7568: 
                   7569:    'Resource Space Home'
1.63      zhu      7570: => '资源空间主页',
1.6       bisitz   7571: 
                   7572:    'Default start and end dates for student access'
1.93      raeburn  7573: => 'Default start and end dates for student access',
1.6       bisitz   7574: 
                   7575:    'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
1.93      raeburn  7576: => 'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.6       bisitz   7577: 
                   7578:    'Course Group Settings'
1.12      zhu      7579: => '课程组设置',
1.6       bisitz   7580: 
                   7581:    'Set a quota for the total disk space available for storage of course group
                   7582: portfolio files.'
                   7583: => 'Verfügbarer Gesamtspeicherplatz für Portfolio-Dateien für alle Kursgruppen dieses Kurses:',
                   7584: 
                   7585:    'Creation Options'
1.63      zhu      7586: => '创建选项',
1.6       bisitz   7587: 
                   7588:    ' Creation Settings'
1.63      zhu      7589: => ' 创建设置',
1.6       bisitz   7590: 
                   7591:    'Creation Outcome'
1.63      zhu      7592: => '创作成果',
1.6       bisitz   7593: 
                   7594:    'New LON-CAPA course ID:'
1.63      zhu      7595: => '新的 LON-CAPA 课程 ID:',
1.6       bisitz   7596: 
                   7597:    'Created on'
1.63      zhu      7598: => '创建于',
1.6       bisitz   7599: 
                   7600:    'Cloning course from'
1.93      raeburn  7601: => 'Cloning course from',
1.6       bisitz   7602: 
                   7603:    'Setting environment'
1.93      raeburn  7604: => 'Setting environment',
1.6       bisitz   7605: 
                   7606:    'Opening all assignments'
1.93      raeburn  7607: => 'Opening all assignments',
1.6       bisitz   7608: 
                   7609:    'Setting first resource'
1.93      raeburn  7610: => 'Setting first resource',
1.6       bisitz   7611: 
                   7612:    'Assigning role of [_1] Coordinator to [_2] at [_3]: '
1.93      raeburn  7613: => 'Assigning role of [_1] Coordinator to [_2] at [_3]: ',
1.6       bisitz   7614: 
                   7615:    'Roles will be active at next login'
1.93      raeburn  7616: => 'Roles will be active at next login',
1.6       bisitz   7617: 
                   7618:    'Active at next login.'
1.93      raeburn  7619: => 'Active at next login.',
1.6       bisitz   7620: 
                   7621:    'Expired after logout.'
1.93      raeburn  7622: => 'Expired after logout.',
1.6       bisitz   7623: 
                   7624:    'No new course created.'
1.93      raeburn  7625: => 'No new course created.',
1.6       bisitz   7626: 
                   7627:    'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.'
1.93      raeburn  7628: => 'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.',
1.6       bisitz   7629: 
                   7630:    '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  7631: => '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   7632: 
                   7633:    'Create Another [_1]'
1.93      raeburn  7634: => 'Create Another [_1]',
1.6       bisitz   7635: 
                   7636:    'from domain'
1.93      raeburn  7637: => 'from domain',
1.6       bisitz   7638: 
                   7639:    'Submit Evaluation'
1.18      zhu      7640: => '提交评价',
1.6       bisitz   7641: 
                   7642:    'Standard Problem'
1.12      zhu      7643: => '标准问题',
1.6       bisitz   7644: 
                   7645:    'Practice'
                   7646: => 'Übung',
                   7647: 
                   7648:    'Exam'
1.93      raeburn  7649: => 'Exam',
1.6       bisitz   7650: 
                   7651:    'Survey'
1.63      zhu      7652: => '调查',
1.6       bisitz   7653: 
                   7654:    'Library'
1.63      zhu      7655: => '图书馆',
1.6       bisitz   7656: 
                   7657:    'Value:'
1.93      raeburn  7658: => 'Value:',
1.6       bisitz   7659: 
                   7660:    'String Value'
1.93      raeburn  7661: => 'String Value',
1.6       bisitz   7662: 
                   7663:    'practice'
                   7664: => 'Übung',
                   7665: 
                   7666:    'Loading Domain Coordinator Menu'
1.93      raeburn  7667: => 'Loading Domain Coordinator Menu',
1.6       bisitz   7668: 
                   7669:    "Disk space allocated to user's portfolio files"
1.93      raeburn  7670: => "Disk space allocated to user's portfolio files",
1.6       bisitz   7671: 
                   7672:    'Current quota'
1.63      zhu      7673: => '目前的配额',
1.6       bisitz   7674: 
                   7675:    'For this user, the default quota is [_1] Mb.'
1.63      zhu      7676: => '此用户的默认配额是 [_1] MB。',
1.6       bisitz   7677: 
                   7678:    'Change quota'
1.63      zhu      7679: => '更改配额',
1.6       bisitz   7680: 
                   7681:    'Custom quota'
1.70      zhu      7682: => '自定义配额',
1.6       bisitz   7683: 
                   7684:    'Existing sections'
1.70      zhu      7685: => '现有的章节',
1.6       bisitz   7686: 
                   7687:    'Define new section'
1.70      zhu      7688: => '创建新的章节',
1.6       bisitz   7689: 
                   7690:    'Create/Modify Another User'
1.70      zhu      7691: => '创建/修改另一个用户',
1.6       bisitz   7692: 
                   7693:    'Set Privileges for New User'
1.70      zhu      7694: => '设置新用户的权限',
1.6       bisitz   7695: 
                   7696:    'Generating user'
1.70      zhu      7697: => '生成用户',
1.6       bisitz   7698: 
                   7699:    'Generating user: [_1]'
1.70      zhu      7700: => '生成用户: [_1]',
1.6       bisitz   7701: 
                   7702:    'Home server'
1.93      raeburn  7703: => 'Home server',
1.6       bisitz   7704: 
                   7705:    'Home server: [_1]'
1.93      raeburn  7706: => 'Home server: [_1]',
1.6       bisitz   7707: 
                   7708:    'Modifying Roles'
1.70      zhu      7709: => '修改角色',
1.6       bisitz   7710: 
                   7711:    'No roles to modify'
1.70      zhu      7712: => '没有角色修改',
1.6       bisitz   7713: 
                   7714:    'starting'
1.70      zhu      7715: => '开始',
1.6       bisitz   7716: 
                   7717:    'Add to classlist:'
1.70      zhu      7718: => '添加到学生名册:',
1.6       bisitz   7719: 
                   7720:    'Change Current Login Data'
1.93      raeburn  7721: => 'Change Current Login Data',
1.6       bisitz   7722: 
                   7723:    'Enter New Login Data'
1.93      raeburn  7724: => 'Enter New Login Data',
1.6       bisitz   7725: 
                   7726:    'will override current values'
                   7727: => 'überschreibt derzeitigen Wert',
                   7728: 
                   7729:    'Set a quota for the total disk space available for storage of course group portfolio files.'
1.93      raeburn  7730: => 'Set a quota for the total disk space available for storage of course group portfolio files.',
1.6       bisitz   7731: 
                   7732:    'Section Numbers and corresponding LON-CAPA section IDs'
1.93      raeburn  7733: => 'Section Numbers and corresponding LON-CAPA section IDs',
1.6       bisitz   7734: 
                   7735:    'Overall Assessment Statistical Data'
1.18      zhu      7736: => '总体评价统计数据',
1.6       bisitz   7737: 
                   7738:    'No new dynamic data found.'
1.18      zhu      7739: => '没有发现新的动态数据。',
1.6       bisitz   7740: 
                   7741:    'Current value is'
1.93      raeburn  7742: => 'Current value is',
1.6       bisitz   7743: 
                   7744:    'Interval set to version changes [_1]'
1.93      raeburn  7745: => 'Interval set to version changes [_1]',
1.6       bisitz   7746: 
                   7747:    'Creating a new problem resource.'
1.93      raeburn  7748: => 'Creating a new problem resource.',
1.6       bisitz   7749: 
                   7750:    'Creating a new library resource.'
1.93      raeburn  7751: => 'Creating a new library resource.',
1.6       bisitz   7752: 
                   7753:    'Creating a new survey resource.'
1.93      raeburn  7754: => 'Creating a new survey resource.',
1.6       bisitz   7755: 
                   7756:    'Creating a new task resource.'
1.93      raeburn  7757: => 'Creating a new task resource.',
1.6       bisitz   7758: 
                   7759:    'The requested file [_1] currently does not exist.'
1.93      raeburn  7760: => 'The requested file [_1] currently does not exist.',
1.6       bisitz   7761: 
                   7762:    'To create a new problem, select a template from the list below. Then click on the "Create problem" button.'
1.93      raeburn  7763: => 'To create a new problem, select a template from the list below. Then click on the "Create problem" button.',
1.6       bisitz   7764: 
                   7765:    'To create a new library, select a template from the list below. Then click on the "Create library" button.'
1.93      raeburn  7766: => 'To create a new library, select a template from the list below. Then click on the "Create library" button.',
1.6       bisitz   7767: 
                   7768:    'To create a new survey, select a template from the list below. Then click on the "Create survey" button.'
1.93      raeburn  7769: => 'To create a new survey, select a template from the list below. Then click on the "Create survey" button.',
1.6       bisitz   7770: 
                   7771:    'To create a new task, select a template from the list below. Then click on the "Create task" button.'
1.93      raeburn  7772: => 'To create a new task, select a template from the list below. Then click on the "Create task" button.',
1.6       bisitz   7773: 
                   7774:    'Accessibility Options'
1.93      raeburn  7775: => 'Accessibility Options',
1.6       bisitz   7776: 
                   7777:    'About LON-CAPA'
                   7778: => '关于 LON-CAPA',
                   7779: 
1.81      bisitz   7780:    'Course/Community Catalog'
1.93      raeburn  7781: => '课程目录',
1.6       bisitz   7782: 
                   7783:    '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  7784: => '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   7785: 
                   7786:    'The course has yet to be created.'
1.93      raeburn  7787: => 'The course has yet to be created.',
1.6       bisitz   7788: 
                   7789:    'Automatic enrollment of registered students has not been enabled for the course.'
1.93      raeburn  7790: => 'Automatic enrollment of registered students has not been enabled for the course.',
1.6       bisitz   7791: 
                   7792:    'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.'
1.93      raeburn  7793: => 'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.',
1.6       bisitz   7794: 
                   7795:    '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  7796: => '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   7797: 
                   7798:    '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  7799: => '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   7800: 
1.83      bisitz   7801:    '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  7802: => '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   7803: 
1.83      bisitz   7804:    '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  7805: => '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   7806: 
                   7807:    'User Authentication'
1.93      raeburn  7808: => 'User Authentication',
1.6       bisitz   7809: 
                   7810:    'Log-in Help'
                   7811: => '登录帮助',
                   7812: 
                   7813:    'Forgot password?'
                   7814: => '忘记密码?',
                   7815: 
                   7816:    'New User?'
                   7817: => '新用户?',
                   7818: 
                   7819:    'Crosslisted'
1.93      raeburn  7820: => 'Crosslisted',
1.6       bisitz   7821: 
                   7822:    'Owner'
1.93      raeburn  7823: => 'Owner',
1.6       bisitz   7824: 
                   7825:    'Code'
1.93      raeburn  7826: => 'Code',
1.6       bisitz   7827: 
                   7828:    'Course listing'
                   7829: => '课程目录',
                   7830: 
                   7831:    'Display information about official [_1] classes for which LON-CAPA courses have been created:'
1.93      raeburn  7832: => 'Display information about official [_1] classes for which LON-CAPA courses have been created:',
1.6       bisitz   7833: 
                   7834:    'help/support'
1.93      raeburn  7835: => 'help/support',
1.6       bisitz   7836: 
                   7837:    'Ask helpdesk'
1.93      raeburn  7838: => 'Ask helpdesk',
1.6       bisitz   7839: 
                   7840:    'Back to last location'
1.93      raeburn  7841: => 'Back to last location',
1.6       bisitz   7842: 
                   7843:    'Note'
1.18      zhu      7844: => '注意',
                   7845: 
                   7846:    'Note:'
                   7847: => '注意:',
1.6       bisitz   7848: 
                   7849:    'Student questions about course content should be directed to the course instructor'
1.93      raeburn  7850: => 'Student questions about course content should be directed to the course instructor',
1.6       bisitz   7851: 
                   7852:    'Submit Request'
1.93      raeburn  7853: => 'Submit Request',
1.6       bisitz   7854: 
                   7855:    'E-mail address'
                   7856: => 'E-Mail 地址',
                   7857: 
                   7858:    'Enter the username you use to log-in to LON-CAPA, and your domain.'
1.93      raeburn  7859: => 'Enter the username you use to log-in to LON-CAPA, and your domain.',
1.6       bisitz   7860: 
                   7861:    'URL of page'
1.18      zhu      7862: => '该页的网址',
1.6       bisitz   7863: 
                   7864:    'Phone'
                   7865: => '电话',
                   7866: 
                   7867:    'Course Details'
1.93      raeburn  7868: => 'Course Details',
1.6       bisitz   7869: 
                   7870:    'Enter institutional course code'
1.93      raeburn  7871: => 'Enter institutional course code',
1.6       bisitz   7872: 
                   7873:    'Enter course title'
1.93      raeburn  7874: => 'Enter course title',
1.6       bisitz   7875: 
                   7876:    'Section Number'
1.93      raeburn  7877: => 'Section Number',
1.6       bisitz   7878: 
                   7879:    'Detailed Description'
1.13      zhu      7880: => '详细说明',
1.6       bisitz   7881: 
                   7882:    'Clear Form'
1.18      zhu      7883: => '重置表',
1.6       bisitz   7884: 
                   7885:    'Material presented in clear way'
1.18      zhu      7886: => '这些材料中提出一个明确的方式',
1.6       bisitz   7887: 
                   7888:    'Material covered with sufficient depth'
1.18      zhu      7889: => '这些材料包括有足够的深度',
1.6       bisitz   7890: 
                   7891:    'Material is helpful'
1.18      zhu      7892: => '这些材料是有用的',
1.6       bisitz   7893: 
                   7894:    'Material appears to be correct'
1.18      zhu      7895: => '这些材料似乎是正确的',
1.6       bisitz   7896: 
                   7897:    'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.'
1.93      raeburn  7898: => 'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.',
1.6       bisitz   7899: 
                   7900:    'is in this state due to author settings.'
1.93      raeburn  7901: => 'is in this state due to author settings.',
1.6       bisitz   7902: 
                   7903:    'User Data for'
1.93      raeburn  7904: => 'User Data for',
1.6       bisitz   7905: 
                   7906:    'Email Address'
1.12      zhu      7907: => 'E-Mail地址',
1.6       bisitz   7908: 
                   7909:    'Enroll Student'
1.70      zhu      7910: => '注册学生',
1.6       bisitz   7911: 
                   7912:    'If active, the new role will be available when the student next logs in to LON-CAPA.'
1.93      raeburn  7913: => 'If active, the new role will be available when the student next logs in to LON-CAPA.',
1.6       bisitz   7914: 
                   7915:    'Enroll another student'
1.70      zhu      7916: => '注册另一名学生',
1.6       bisitz   7917: 
                   7918:    'Enroll Another Student'
1.70      zhu      7919: => '注册另一名学生',
1.6       bisitz   7920: 
                   7921:    'start date'
1.10      zhu      7922: => '开始日期',
1.6       bisitz   7923: 
                   7924:    'end date'
1.10      zhu      7925: => '结束日期',
1.6       bisitz   7926: 
                   7927:    'active groups'
1.12      zhu      7928: => '活跃的组',
1.6       bisitz   7929: 
                   7930:    'active group(s)'
1.12      zhu      7931: => '活跃的组',
1.6       bisitz   7932: 
                   7933:    "Select a user name to view the user's personal page."
                   7934: => "选择一个用户名,以查看此用户的个人网页。",
                   7935: 
1.33      bisitz   7936:    'View recent activity by this student'
1.31      bisitz   7937: => '最后处于活动状态的人',
                   7938: 
                   7939:    'View recent activity'
                   7940: => '查看最近活动',
1.6       bisitz   7941: 
1.52      bisitz   7942:    'Recent activity of [_1]'
                   7943: => '最后处于活动状态的 [_1]',
1.6       bisitz   7944: 
                   7945: 
1.33      bisitz   7946:    'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.'
1.93      raeburn  7947: => 'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.',
1.6       bisitz   7948: 
                   7949:    'Composing Query'
1.93      raeburn  7950: => 'Composing Query',
1.6       bisitz   7951: 
                   7952:    'Student Activity'
1.93      raeburn  7953: => 'Student Activity',
1.6       bisitz   7954: 
                   7955:    'Waiting up to [_1] seconds for results'
1.93      raeburn  7956: => 'Waiting up to [_1] seconds for results',
1.6       bisitz   7957: 
                   7958:    'Activity data compiled up to [_1]'
1.93      raeburn  7959: => 'Activity data compiled up to [_1]',
1.6       bisitz   7960: 
                   7961:    'While data is processed, periodically reload this page for more recent activity'
1.93      raeburn  7962: => 'While data is processed, periodically reload this page for more recent activity',
1.6       bisitz   7963: 
                   7964:    'Data'
1.93      raeburn  7965: => 'Data',
1.6       bisitz   7966: 
                   7967:    'Resubmit last request to check for newer data'
1.93      raeburn  7968: => 'Resubmit last request to check for newer data',
1.6       bisitz   7969: 
                   7970:    'View Classlist'
1.93      raeburn  7971: => 'View Classlist',
1.6       bisitz   7972: 
                   7973:    'Count'
1.93      raeburn  7974: => 'Count',
1.6       bisitz   7975: 
                   7976:    'Modifying authentication:'
                   7977: => 'Ändere Authentifizierung:',
                   7978: 
                   7979:    'Modify User Privileges'
1.93      raeburn  7980: => 'Modify User Privileges',
1.6       bisitz   7981: 
                   7982:    'Insert:'
1.93      raeburn  7983: => 'Insert:',
1.6       bisitz   7984: 
                   7985:    'Delete?'
1.93      raeburn  7986: => 'Delete?',
1.6       bisitz   7987: 
                   7988:    'Randomize Foil Order:'
1.93      raeburn  7989: => 'Randomize Foil Order:',
1.6       bisitz   7990: 
                   7991:    'Use template:'
1.93      raeburn  7992: => 'Use template:',
1.6       bisitz   7993: 
                   7994:    'Display Direction'
1.93      raeburn  7995: => 'Display Direction',
1.6       bisitz   7996: 
                   7997:    'vertical'
1.93      raeburn  7998: => 'vertical',
1.6       bisitz   7999: 
                   8000:    'horizontal'
                   8001: => 'horizontal',
                   8002: 
                   8003:    'Script'
1.93      raeburn  8004: => 'Script', # n.t.
1.6       bisitz   8005: 
                   8006:    'Problem Editing'
1.12      zhu      8007: => '问题编辑',
1.6       bisitz   8008: 
                   8009:    'Hint'
1.12      zhu      8010: => '提示', # n.t.
1.6       bisitz   8011: 
                   8012:    'Show hint even if problem Correct:'
1.93      raeburn  8013: => 'Show hint even if problem Correct:',
1.6       bisitz   8014: 
                   8015:    'Single Line Text Entry Area'
1.93      raeburn  8016: => 'Single Line Text Entry Area', # n.t.
1.6       bisitz   8017: 
                   8018:    'Parameters for a response'
1.93      raeburn  8019: => 'Parameters for a response', # n.t.
1.6       bisitz   8020: 
                   8021:    'Problem Part'
1.27      zhu      8022: => '问题部分', # n.t.
1.6       bisitz   8023: 
                   8024:    'Part ID:'
1.27      zhu      8025: => '问题部分编号:',
1.6       bisitz   8026: 
                   8027:    'Displayed Part Description:'
1.93      raeburn  8028: => 'Displayed Part Description:',
1.6       bisitz   8029: 
                   8030:    'Readonly:'
1.93      raeburn  8031: => 'Readonly:', # n.t.
1.6       bisitz   8032: 
                   8033:    'Response: Numerical'
1.93      raeburn  8034: => 'Response: Numerical', # n.t.
1.6       bisitz   8035: 
                   8036:    'random'
1.93      raeburn  8037: => 'random',
1.6       bisitz   8038: 
                   8039:    'top'
1.93      raeburn  8040: => 'top',
1.6       bisitz   8041: 
                   8042:    'bottom'
1.93      raeburn  8043: => 'bottom',
1.6       bisitz   8044: 
                   8045:    'Add new Option:'
1.93      raeburn  8046: => 'Add new Option:',
1.6       bisitz   8047: 
                   8048:    'Delete an Option:'
1.93      raeburn  8049: => 'Delete an Option:', # n.t.
1.6       bisitz   8050: 
                   8051:    'Print options:'
1.93      raeburn  8052: => 'Print options:',
1.6       bisitz   8053: 
                   8054:    "Don't show option list"
1.93      raeburn  8055: => "Don't show option list", # n.t.
1.6       bisitz   8056: 
                   8057:    'Display of options when printed'
1.93      raeburn  8058: => 'Display of options when printed',
1.6       bisitz   8059: 
                   8060:    'Normal list'
1.93      raeburn  8061: => 'Normal list',
1.6       bisitz   8062: 
                   8063:    'Listed in vertical column'
1.93      raeburn  8064: => 'Listed in vertical column',
1.6       bisitz   8065: 
                   8066:    'Multiple Option Response Question'
1.93      raeburn  8067: => 'Multiple Option Response Question',
1.6       bisitz   8068: 
                   8069:    'Select Options'
1.93      raeburn  8070: => 'Select Options', # n.t.
1.6       bisitz   8071: 
                   8072:    'Image'
1.93      raeburn  8073: => 'Image', # n.t.
1.6       bisitz   8074: 
                   8075:    'Image Url:'
1.93      raeburn  8076: => 'Image Url:',
1.6       bisitz   8077: 
                   8078:    'width (pixel):'
1.93      raeburn  8079: => 'width (pixel):',
1.6       bisitz   8080: 
                   8081:    'height (pixel):'
1.93      raeburn  8082: => 'height (pixel):',
1.6       bisitz   8083: 
                   8084:    'Alignment:'
1.93      raeburn  8085: => 'Alignment:', # n.t.
1.6       bisitz   8086: 
                   8087:    'Encrypt URL:'
1.93      raeburn  8088: => 'Encrypt URL:', # n.t.
1.6       bisitz   8089: 
                   8090:    'no'
1.93      raeburn  8091: => 'no',
1.6       bisitz   8092: 
                   8093:    'Location:'
1.93      raeburn  8094: => 'Location:', # n.t.
1.6       bisitz   8095: 
                   8096:    'Randomly labeled image'
1.93      raeburn  8097: => 'Randomly labeled image', # n.t.
1.6       bisitz   8098: 
                   8099:    'Response: Click on Image'
1.93      raeburn  8100: => 'Response: Click on Image', # n.t.
1.6       bisitz   8101: 
                   8102:    'Collection of Imageresponse foils'
1.93      raeburn  8103: => 'Collection of Imageresponse foils', # n.t.
1.6       bisitz   8104: 
                   8105:    'Image response foil'
1.93      raeburn  8106: => 'Image response foil', # n.t.
1.6       bisitz   8107: 
                   8108:    'Enter Coordinates' # n.t.
1.93      raeburn  8109: => 'Enter Coordinates',
1.6       bisitz   8110: 
                   8111:    'Rectangle'
1.93      raeburn  8112: => 'Rectangle', # n.t.
1.6       bisitz   8113: 
                   8114:    'Coordinate Pairs'
1.93      raeburn  8115: => 'Coordinate Pairs',
1.6       bisitz   8116: 
                   8117:    'Polygon'
                   8118: => 'Polygon',
                   8119: 
                   8120:    'Coordinate list'
1.93      raeburn  8121: => 'Coordinate list', # n.t.
1.6       bisitz   8122: 
                   8123:    'Create Polygon Data'
1.93      raeburn  8124: => 'Create Polygon Data', # n.t.
1.6       bisitz   8125: 
                   8126:    'Task Description'
1.13      zhu      8127: => '问题描述', # n.t.
1.6       bisitz   8128: 
                   8129:    'Clickable Image'
1.93      raeburn  8130: => 'Clickable Image', # n.t.
1.6       bisitz   8131: 
                   8132:    'Image Source File'
1.93      raeburn  8133: => 'Image Source File', # n.t.
1.6       bisitz   8134: 
                   8135:    'Select Position on Image'
1.93      raeburn  8136: => 'Select Position on Image',
1.6       bisitz   8137: 
                   8138:    'Select First Coordinate on Image'
1.93      raeburn  8139: => 'Select First Coordinate on Image',
1.6       bisitz   8140: 
                   8141:    'Select Second Coordinate on Image'
1.93      raeburn  8142: => 'Select Second Coordinate on Image',
1.6       bisitz   8143: 
                   8144:    'Select Finish to save selection'
1.93      raeburn  8145: => 'Select Finish to save selection',
1.6       bisitz   8146: 
                   8147:    'Enter Coordinate or click finish to close Polygon'
1.93      raeburn  8148: => 'Enter Coordinate or click finish to close Polygon',
1.6       bisitz   8149: 
                   8150:    'Click to select a Coordinate or click Finish to save current selection'
1.93      raeburn  8151: => 'Click to select a Coordinate or click Finish to save current selection',
1.6       bisitz   8152: 
                   8153:    'New Name'
1.93      raeburn  8154: => 'New Name',
1.6       bisitz   8155: 
                   8156:    'Make Obsolete'
1.93      raeburn  8157: => 'Make Obsolete',
1.6       bisitz   8158: 
                   8159:    'Set Margins'
1.93      raeburn  8160: => 'Set Margins',
1.6       bisitz   8161: 
                   8162:    'How should each column be formatted?'
1.93      raeburn  8163: => 'How should each column be formatted?', # n.t.
1.6       bisitz   8164: 
                   8165:    'Width:'
1.26      zhu      8166: => '宽:', # n.t.
1.6       bisitz   8167: 
                   8168:    'Height:'
1.26      zhu      8169: => '高:', # n.t.
1.6       bisitz   8170: 
                   8171:    'Left Margin:'
1.93      raeburn  8172: => 'Left Margin:', # n.t.
1.6       bisitz   8173: 
                   8174:    'Username and/or password could not be authenticated.'
1.9       zhu      8175: => '用户名和(或)密码无法验证。',
1.6       bisitz   8176: 
                   8177:    'Please check the username and password.'
1.9       zhu      8178: => '请检查您的用户名和密码。',
1.6       bisitz   8179: 
                   8180:    'Try again'
1.9       zhu      8181: => '再试一次',
1.6       bisitz   8182: 
                   8183:    'Information needed to verify your login information is missing, inaccessible or expired.'
1.9       zhu      8184: => '验证您的登录的信息丢失,无法进入或已经过期。',
1.6       bisitz   8185: 
                   8186:    'Sending'
1.56      zhu      8187: => '发送中',
1.6       bisitz   8188: 
                   8189:    'Completed.'
1.56      zhu      8190: => '邮件已发送。',
1.6       bisitz   8191: 
                   8192:    'Messages being sent.'
1.55      zhu      8193: => '邮件被发送。',
1.6       bisitz   8194: 
                   8195:    'Assigning'
1.93      raeburn  8196: => 'Assigning',
1.6       bisitz   8197: 
                   8198:    'ending'
1.93      raeburn  8199: => 'ending',
1.6       bisitz   8200: 
                   8201:    'Assistant Co-Author'
1.93      raeburn  8202: => 'Assistant Co-Author',
1.6       bisitz   8203: 
                   8204:    'Metadata for [_1]'
1.93      raeburn  8205: => 'Metadata for [_1]',
1.6       bisitz   8206: 
                   8207:    'There are [_1] matches to your query.'
1.18      zhu      8208: => '有 [_1] 匹配您的查询。',
1.6       bisitz   8209: 
1.71      bisitz   8210:    'There were no results matching your query.'
1.93      raeburn  8211: => 'There were no results matching your query.',
1.71      bisitz   8212: 
1.6       bisitz   8213:    'Revise search'
1.18      zhu      8214: => '修改搜寻',
1.6       bisitz   8215: 
1.71      bisitz   8216:    'Internal Error - Bad view selected.'
1.93      raeburn  8217: => 'Internal Error - Bad view selected.',
1.71      bisitz   8218: 
                   8219:    'Unable to save import results.'
1.93      raeburn  8220: => 'Unable to save import results.',
1.71      bisitz   8221: 
                   8222:    'A MySQL error has occurred.'
1.93      raeburn  8223: => 'A MySQL error has occurred.',
1.71      bisitz   8224: 
1.6       bisitz   8225:    'Number of accesses'
1.93      raeburn  8226: => 'Number of accesses',
1.6       bisitz   8227: 
                   8228:    'Ascending'
1.18      zhu      8229: => '上升的',
1.6       bisitz   8230: 
                   8231:    'Descending'
1.18      zhu      8232: => '下降的',
1.6       bisitz   8233: 
                   8234:    'Students Attempting'
1.93      raeburn  8235: => 'Students Attempting', # ??? [SB 2007-07-03]
1.6       bisitz   8236: 
                   8237:    'Average Number of Tries'
1.93      raeburn  8238: => 'Average Number of Tries',
1.6       bisitz   8239: 
                   8240:    'Mean Degree of Difficulty'
1.93      raeburn  8241: => 'Mean Degree of Difficulty',
1.6       bisitz   8242: 
                   8243:    'Mean Degree of Discrimination'
1.93      raeburn  8244: => 'Mean Degree of Discrimination',
1.6       bisitz   8245: 
                   8246:    'Evaluation: Clear'
1.93      raeburn  8247: => 'Evaluation: Clear',
1.6       bisitz   8248: 
                   8249:    'Evaluation: Technically Correct'
1.93      raeburn  8250: => 'Evaluation: Technically Correct',
1.6       bisitz   8251: 
                   8252:    'Evaluation: Material is Correct'
1.93      raeburn  8253: => 'Evaluation: Material is Correct',
1.6       bisitz   8254: 
                   8255:    'Evaluation: Material is Helpful'
1.93      raeburn  8256: => 'Evaluation: Material is Helpful',
1.6       bisitz   8257: 
                   8258:    'Evaluation: Material has Depth'
1.93      raeburn  8259: => 'Evaluation: Material has Depth',
1.6       bisitz   8260: 
                   8261:    'Prev'
1.18      zhu      8262: => '上一个',
1.6       bisitz   8263: 
                   8264:    'Reload'
1.18      zhu      8265: => '重新加载',
1.6       bisitz   8266: 
                   8267:    'Results [_1] to [_2] out of [_3]'
1.18      zhu      8268: => '结果 [_1] 至 [_2] 的 [_3]',
1.6       bisitz   8269: 
1.80      bisitz   8270:    'Unactionable Search Query'
1.18      zhu      8271: => '查询被否决',
1.6       bisitz   8272: 
                   8273:    'Revise Search Request'
1.18      zhu      8274: => '修改搜索请求',
1.6       bisitz   8275: 
                   8276:    'LON-CAPA Access Control'
1.18      zhu      8277: => 'LON-CAPA 访问控制',
1.6       bisitz   8278: 
                   8279:    'Access  : '
1.18      zhu      8280: => '访问  : ',
1.6       bisitz   8281: 
                   8282:    'Resource: '
1.18      zhu      8283: => '资源: ',
1.6       bisitz   8284: 
                   8285:    'Action  : '
1.93      raeburn  8286: => 'Action  : ',
1.6       bisitz   8287: 
                   8288:    'You have modified your course recently, [_1] may fix this access problem.'
1.93      raeburn  8289: => 'You have modified your course recently, [_1] may fix this access problem.',
1.6       bisitz   8290: 
                   8291:    'Published on ...'
1.93      raeburn  8292: => 'Published on ...',
1.6       bisitz   8293: 
                   8294:    'Currently published version'
1.93      raeburn  8295: => 'Currently published version',
1.6       bisitz   8296: 
                   8297:    'Edit Metadata'
1.93      raeburn  8298: => 'Edit Metadata',
1.6       bisitz   8299: 
                   8300:    'Cleanup XML Document'
1.93      raeburn  8301: => 'Cleanup XML Document',
1.6       bisitz   8302: 
                   8303:    'Select actions to attempt:'
1.12      zhu      8304: => '选择所需的行动:',
1.6       bisitz   8305: 
                   8306:    'Linefeeds, formfeeds, and carriage returns'
1.93      raeburn  8307: => 'Linefeeds, formfeeds, and carriage returns',
1.6       bisitz   8308: 
                   8309:    'Empty tags'
1.93      raeburn  8310: => 'Empty tags',
1.6       bisitz   8311: 
                   8312:    'Lower casing'
1.93      raeburn  8313: => 'Lower casing',
1.6       bisitz   8314: 
                   8315:    'Symbol font'
1.93      raeburn  8316: => 'Symbol font', # ??? [SB 2007-07-03]
1.6       bisitz   8317: 
                   8318:    'Cleanup'
1.93      raeburn  8319: => 'Cleanup',
1.6       bisitz   8320: 
                   8321:    'Back to Source File'
1.93      raeburn  8322: => 'Back to Source File',
1.6       bisitz   8323: 
                   8324:    'Hypertext Cascading Style Sheet'
1.93      raeburn  8325: => 'Hypertext Cascading Style Sheet',
1.6       bisitz   8326: 
                   8327:    'Online Survey'
1.93      raeburn  8328: => 'Online Survey',
1.6       bisitz   8329: 
                   8330:    'Unable to find [_1]'
1.93      raeburn  8331: => 'Unable to find [_1]',
1.6       bisitz   8332: 
                   8333:    'Post Server Announcements'
1.93      raeburn  8334: => 'Post Server Announcements',
1.6       bisitz   8335: 
                   8336:    'Post announcements to the system login and roles screen'
1.93      raeburn  8337: => 'Post announcements to the system login and roles screen',
1.6       bisitz   8338: 
                   8339:    '(leave blank to delete announcement)'
                   8340: => '(leer lassen, um Bekanntmachung zu entfernen)',
                   8341: 
                   8342:    'Check machines:'
1.93      raeburn  8343: => 'Check machines:',
1.6       bisitz   8344: 
                   8345:    'Current Announcement'
1.93      raeburn  8346: => 'Current Announcement',
1.6       bisitz   8347: 
                   8348:    'Calendar'
                   8349: => '日历',
                   8350: 
                   8351:    'Download your Calendar as iCalendar File'
1.9       zhu      8352: => '下载您的日历',
1.6       bisitz   8353: 
                   8354:    'No calendar available for this date.'
1.9       zhu      8355: => '没有日历用于此日期。',
1.6       bisitz   8356: 
                   8357:    'Posting [_1]'
1.93      raeburn  8358: => 'Posting [_1]',
1.6       bisitz   8359: 
1.74      bisitz   8360:    'This LON-CAPA server is version [_1]'
1.10      zhu      8361: => '这里是 LON-CAPA [_1]',
1.6       bisitz   8362: 
1.74      bisitz   8363:    'Only changes made from servers running LON-CAPA [_1] or later are displayed.'
1.93      raeburn  8364: => 'Only changes made from servers running LON-CAPA [_1] or later are displayed.',
1.74      bisitz   8365: 
1.6       bisitz   8366:    'Edit Answer'
1.93      raeburn  8367: => 'Edit Answer',
1.6       bisitz   8368: 
                   8369:    'Date/Time'
1.9       zhu      8370: => '日期/时间',
1.6       bisitz   8371: 
                   8372:    'Threshold Name'
1.93      raeburn  8373: => 'Threshold Name',
1.6       bisitz   8374: 
                   8375:    'Current value'
1.93      raeburn  8376: => 'Current value',
1.6       bisitz   8377: 
                   8378:    'Change?'
1.9       zhu      8379: => '改变?',
1.6       bisitz   8380: 
                   8381:    'Make changes'
1.9       zhu      8382: => '保存',
1.6       bisitz   8383: 
                   8384:    'Change thresholds'
1.93      raeburn  8385: => 'Change thresholds',
1.6       bisitz   8386: 
                   8387:    'Picture Conversion Status'
1.93      raeburn  8388: => 'Picture Conversion Status',
1.6       bisitz   8389: 
                   8390:    'Class Print Status'
1.93      raeburn  8391: => 'Class Print Status',
1.6       bisitz   8392: 
                   8393:    'Removing error messages:'
1.93      raeburn  8394: => 'Removing error messages:',
1.6       bisitz   8395: 
1.32      bisitz   8396:    'Invalid target directory, FAIL'
1.93      raeburn  8397: => 'Invalid target directory, FAIL',
1.32      bisitz   8398: 
1.6       bisitz   8399:    'Creating old version [_1]'
1.93      raeburn  8400: => 'Creating old version [_1]',
1.6       bisitz   8401: 
                   8402:    'Initial version'
1.93      raeburn  8403: => 'Initial version',
1.6       bisitz   8404: 
                   8405:    'Press "Generate Statistics" when you are ready.'
1.93      raeburn  8406: => 'Press "Generate Statistics" when you are ready.',
1.6       bisitz   8407: 
                   8408:    '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  8409: => '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   8410: 
                   8411:    'A course-wide error occurred.'
1.93      raeburn  8412: => 'A course-wide error occurred.',
1.6       bisitz   8413: 
                   8414:    'none'
1.70      zhu      8415: => '没有',
1.6       bisitz   8416: 
                   8417:    'Prepare Report'
1.70      zhu      8418: => '编写报告',
1.6       bisitz   8419: 
1.48      bisitz   8420:    'Show problem'
                   8421: => '提示显示',
1.6       bisitz   8422: 
1.48      bisitz   8423:    'Show correct answers'
1.93      raeburn  8424: => 'Show correct answers',
1.6       bisitz   8425: 
1.48      bisitz   8426:    'Show all submissions'
1.93      raeburn  8427: => 'Show all submissions',
1.6       bisitz   8428: 
1.48      bisitz   8429:    'Show problem grading'
1.93      raeburn  8430: => 'Show problem grading',
1.6       bisitz   8431: 
1.92      raeburn  8432:    'Computing correct answers greatly increases the amount of time required to prepare a report.'
1.93      raeburn  8433: => 'Computing correct answers greatly increases the amount of time required to prepare a report.',
1.6       bisitz   8434: 
                   8435:    'Please select problems and use the [_1]Prepare Report[_2] button to continue.'
1.93      raeburn  8436: => 'Please select problems and use the [_1]Prepare Report[_2] button to continue.',
1.6       bisitz   8437: 
                   8438:    'Please select a Survey to analyze'
1.93      raeburn  8439: => 'Please select a Survey to analyze',
1.6       bisitz   8440: 
                   8441:    'There are no survey problems in this course.'
1.93      raeburn  8442: => 'There are no survey problems in this course.',
1.6       bisitz   8443: 
                   8444:    'Generate Survey Report'
1.93      raeburn  8445: => 'Generate Survey Report',
1.6       bisitz   8446: 
                   8447:    'Building text document.'
1.93      raeburn  8448: => 'Building text document.',
1.6       bisitz   8449: 
                   8450:    'Generated on [_1]'
1.93      raeburn  8451: => 'Generated on [_1]',
1.6       bisitz   8452: 
                   8453:    'Your text file'
1.93      raeburn  8454: => 'Your text file',
1.6       bisitz   8455: 
                   8456:    'Done compiling text file. See link below to download.'
1.93      raeburn  8457: => 'Done compiling text file. See link below to download.',
1.6       bisitz   8458: 
                   8459:    'There is no essay or string response data to output for this survey.'
1.93      raeburn  8460: => 'There is no essay or string response data to output for this survey.',
1.6       bisitz   8461: 
                   8462:    'Building spreadsheet.'
1.18      zhu      8463: => '生成电子表格。',
1.6       bisitz   8464: 
                   8465:    '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.'
                   8466: => '[_1]:[_2]-Antworten für [_3] könnten zu lang sein, um in eine Excel-Tabelle reinzupassen.',
                   8467: 
                   8468:    'Done compiling spreadsheet. See link below to download.'
1.93      raeburn  8469: => 'Done compiling spreadsheet. See link below to download.',
1.6       bisitz   8470: 
                   8471:    'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin'
1.93      raeburn  8472: => 'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin',
1.6       bisitz   8473: 
                   8474:    'Create Plot'
1.93      raeburn  8475: => 'Create Plot',
1.6       bisitz   8476: 
                   8477:    'Start Time:'
1.93      raeburn  8478: => 'Start Time:',
1.6       bisitz   8479: 
                   8480:    'End Time:'
1.93      raeburn  8481: => 'End Time:',
1.6       bisitz   8482: 
                   8483:    'Sender'
1.27      zhu      8484: => '寄件人',
1.6       bisitz   8485: 
                   8486:    'Number'
1.93      raeburn  8487: => 'Number',
1.6       bisitz   8488: 
                   8489:    'Upload Classlist'
1.93      raeburn  8490: => 'Upload Classlist',
1.6       bisitz   8491: 
                   8492:    'Semicolon separated values'
1.27      zhu      8493: => '以分号分隔',
1.6       bisitz   8494: 
                   8495:    'Show Log'
                   8496: => '查看日志',
                   8497: 
                   8498:    'Course Document Change Log'
1.93      raeburn  8499: => 'Course Document Change Log',
1.6       bisitz   8500: 
                   8501:    'Records'
1.93      raeburn  8502: => 'Records',
1.6       bisitz   8503: 
                   8504:    'Before'
                   8505: => '以前',
                   8506: 
                   8507:    'After'
                   8508: => '以后',
                   8509: 
                   8510:    'Current folder/page'
1.10      zhu      8511: => '当前文件夹/页',
1.6       bisitz   8512: 
                   8513:    'Containing phrase'
1.10      zhu      8514: => '含有短语',
1.6       bisitz   8515: 
                   8516:    'None'
1.10      zhu      8517: => '没有',
1.6       bisitz   8518: 
                   8519:    'Users'
                   8520: => '用户',
                   8521: 
                   8522:    'Include parameter types'
1.93      raeburn  8523: => 'Include parameter types',
1.6       bisitz   8524: 
                   8525:    'Parameter Change Log'
1.93      raeburn  8526: => 'Parameter Change Log',
1.6       bisitz   8527: 
                   8528:    'Announce'
1.93      raeburn  8529: => 'Announce',
1.6       bisitz   8530: 
                   8531:    'Not active anymore'
1.93      raeburn  8532: => 'Not active anymore',
1.6       bisitz   8533: 
                   8534:    'Add to Course Announcements'
1.93      raeburn  8535: => 'Add to Course Announcements',
1.6       bisitz   8536: 
                   8537:    'Username : Domain'
1.26      zhu      8538: => '用户名:域',
1.6       bisitz   8539: 
                   8540:    'Active'
1.26      zhu      8541: => '活跃的',
1.6       bisitz   8542: 
                   8543:    'Expired'
1.93      raeburn  8544: => 'Expired',
1.6       bisitz   8545: 
                   8546:    'Future'
1.93      raeburn  8547: => 'Future',
1.6       bisitz   8548: 
                   8549:    'Sort by realm first, then student (group/section)'
1.93      raeburn  8550: => 'Sort by realm first, then student (group/section)',
1.6       bisitz   8551: 
                   8552:    'Sort by student (group/section) first, then realm'
1.93      raeburn  8553: => 'Sort by student (group/section) first, then realm',
1.6       bisitz   8554: 
                   8555:    'Shift all dates based on this date'
1.93      raeburn  8556: => 'Shift all dates based on this date',
1.6       bisitz   8557: 
                   8558:    'Overview Mode'
1.27      zhu      8559: => '概况模式',
1.6       bisitz   8560: 
                   8561:    'Overview'
1.27      zhu      8562: => '概况',
1.6       bisitz   8563: 
                   8564:    'Set Parameters'
1.27      zhu      8565: => '参数设置',
1.6       bisitz   8566: 
                   8567:    'Parts'
1.27      zhu      8568: => '部分',
1.6       bisitz   8569: 
                   8570:    'Section(s)'
1.70      zhu      8571: => '章节(en)',
1.6       bisitz   8572: 
                   8573:    'Group(s)'
1.12      zhu      8574: => '组',
1.6       bisitz   8575: 
                   8576:    'Parameter Selection'
1.70      zhu      8577: => '参数选择',
1.6       bisitz   8578: 
                   8579:    'Add Selection for...'
1.93      raeburn  8580: => 'Add Selection for...',
1.6       bisitz   8581: 
                   8582:    'Select Common Only'
                   8583: => 'Übliche wählen',
                   8584: 
                   8585:    'Problem Dates'
1.93      raeburn  8586: => 'Problem Dates',
1.6       bisitz   8587: 
                   8588:    'Content Dates'
1.93      raeburn  8589: => 'Content Dates',
1.6       bisitz   8590: 
                   8591:    'Discussion Settings'
1.93      raeburn  8592: => 'Discussion Settings',
1.6       bisitz   8593: 
                   8594:    'Visibilities'
1.70      zhu      8595: => '可见的',
1.6       bisitz   8596: 
                   8597:    'Part Parameters'
1.27      zhu      8598: => '部分参数',
1.6       bisitz   8599: 
                   8600:    'For User [_1] or Student/Employee ID [_2] at Domain [_3]'
1.27      zhu      8601: => '对于用户 [_1] 或学生/员工编号 [_2] 在域 [_3]',
1.6       bisitz   8602: 
                   8603:    'Group Files'
                   8604: => '编组文件',
                   8605: 
                   8606:    "Enter user:domain for User's 'About Me' Page"
1.93      raeburn  8607: => "Enter user:domain for User's 'About Me' Page",
1.6       bisitz   8608: 
                   8609:    'No map selected.'
1.93      raeburn  8610: => 'No map selected.',
1.6       bisitz   8611: 
                   8612:    'Most Recent:'
1.70      zhu      8613: => '最新:', # n.t.
1.6       bisitz   8614: 
                   8615:    'In Course:'
1.70      zhu      8616: => '课程:', # n.t.
1.6       bisitz   8617: 
                   8618:    'Use:'
1.70      zhu      8619: => '使用:', # n.t.
1.6       bisitz   8620: 
                   8621:    'Search LON-CAPA help'
1.70      zhu      8622: => '搜索 LON-CAPA 帮助',
1.6       bisitz   8623: 
                   8624:    'Before course enrollment start!'
1.93      raeburn  8625: => 'Before course enrollment start!',
1.6       bisitz   8626: 
                   8627:    'After course enrollment end!'
1.93      raeburn  8628: => 'After course enrollment end!',
1.6       bisitz   8629: 
                   8630:    'in the past'
1.27      zhu      8631: => '在过去',
1.6       bisitz   8632: 
                   8633:    'in the future'
1.27      zhu      8634: => '在将来',
1.6       bisitz   8635: 
                   8636:    'Choose'
                   8637: => 'Übernehmen',
                   8638: 
                   8639:    'Title:'
1.27      zhu      8640: => '标题:',
1.6       bisitz   8641: 
                   8642:    'URL:'
                   8643: => 'URL:',
                   8644: 
                   8645:    'Course, Portfolio and Catalog Search'
1.36      zhu      8646: => '目录搜索,组合搜索和课程搜索',
1.6       bisitz   8647: 
                   8648:    'ERROR:'
1.36      zhu      8649: => '错误:',
1.6       bisitz   8650: 
                   8651:    'occurred while running'
1.93      raeburn  8652: => 'occurred while running', # n.t.
1.6       bisitz   8653: 
                   8654:    '(click for example)'
                   8655: => '(Klicken für Beispiel)',
                   8656: 
                   8657:    'click for example'
1.93      raeburn  8658: => 'click for example',
1.6       bisitz   8659: 
                   8660:    'Re-Enable'
1.70      zhu      8661: => '重新启用',
1.6       bisitz   8662: 
                   8663:    'Script Functions'
1.93      raeburn  8664: => 'Script Functions',
1.6       bisitz   8665: 
                   8666:    'Image Options'
1.70      zhu      8667: => '图像选项', # n.t.
1.6       bisitz   8668: 
                   8669:    'left'
1.27      zhu      8670: => '左边',
1.6       bisitz   8671: 
                   8672:    'right'
1.27      zhu      8673: => '右边',
1.6       bisitz   8674: 
                   8675:    'TeXwidth (mm):'
1.26      zhu      8676: => 'TeX-宽 (mm):',
1.6       bisitz   8677: 
                   8678:    'TeXheight (mm):'
1.26      zhu      8679: => 'TeX-高 (mm):',
1.6       bisitz   8680: 
                   8681:    'TeXwrap:'
1.93      raeburn  8682: => 'TeXwrap:', # n.t., ??? [SB 2007-07-11]
1.6       bisitz   8683: 
                   8684:    'Sorry!'
1.12      zhu      8685: => '对不起...',
1.6       bisitz   8686: 
                   8687:    'Resource not available.'
1.93      raeburn  8688: => 'Resource not available.', # n.t.
1.6       bisitz   8689: 
1.88      bisitz   8690:    'File Type'
1.93      raeburn  8691: => 'File Type',
1.6       bisitz   8692: 
                   8693:    'Output of decompress:'
1.93      raeburn  8694: => 'Output of decompress:',
1.6       bisitz   8695: 
                   8696:    'Decompress complete.'
1.93      raeburn  8697: => 'Decompress complete.',
1.6       bisitz   8698: 
                   8699:    'Archive:'
1.70      zhu      8700: => '存档:',
1.6       bisitz   8701: 
                   8702:    'inflating:'
1.93      raeburn  8703: => 'inflating:',
1.6       bisitz   8704: 
                   8705:    'Incorrect:'
1.18      zhu      8706: => '错误:',
1.6       bisitz   8707: 
                   8708:    'Correct:'
1.18      zhu      8709: => '正确:',
1.6       bisitz   8710: 
                   8711:    'Correct'
1.18      zhu      8712: => '正确',
1.6       bisitz   8713: 
                   8714:    'Pick course first'
1.12      zhu      8715: => '只能选择课程',
1.6       bisitz   8716: 
                   8717:    'User Information Changed'
1.12      zhu      8718: => '用户信息变更',
1.6       bisitz   8719: 
                   8720:    'Changed To'
1.70      zhu      8721: => '改为',
1.6       bisitz   8722: 
                   8723:    'disk space allocated to portfolio files'
1.93      raeburn  8724: => 'disk space allocated to portfolio files',
1.6       bisitz   8725: 
                   8726:    'You have new messages'
1.93      raeburn  8727: => 'You have new messages',
1.6       bisitz   8728: 
                   8729:    'Destination folder'
1.55      zhu      8730: => '目的文件夹',
1.6       bisitz   8731: 
                   8732:    'Mark Read'
1.12      zhu      8733: => '标记为已读',
1.6       bisitz   8734: 
                   8735:    'Move to Folder ->'
1.12      zhu      8736: => '移至文件夹 ->',
1.6       bisitz   8737: 
1.55      zhu      8738:    'Register Response Devices (&quot;Clickers&quot;)'
1.64      zhu      8739: => '注册应答设备 (&quot;Clickers&quot;)',
1.6       bisitz   8740: 
                   8741:    'Enter response device ("clicker") numbers'
1.64      zhu      8742: => '输入应答设备(&quot;Clickers&quot;)的号码',
1.6       bisitz   8743: 
                   8744:    'Locating your clicker ID'
1.18      zhu      8745: => '定位您的应答设备编号',
1.6       bisitz   8746: 
                   8747:    'Register Clicker'
1.18      zhu      8748: => '注册应答设备',
1.6       bisitz   8749: 
                   8750:    'Register'
1.18      zhu      8751: => '注册',
1.6       bisitz   8752: 
                   8753:    'New Link'
1.13      zhu      8754: => '新的书签', # n.t.
1.6       bisitz   8755: 
                   8756:    'Refresh'
1.13      zhu      8757: => '更新', # n.t.
1.6       bisitz   8758: 
1.73      bisitz   8759:    'Custom metadata [_1]'
                   8760: => '自定义元数据 [_1]',
1.6       bisitz   8761: 
                   8762:    'Question/Comment/Feedback about course content'
1.18      zhu      8763: => '课程内容的问题/评论/反馈',
1.6       bisitz   8764: 
                   8765:    'User modify/custom role edit'
1.70      zhu      8766: => '用户帐户和权限管理',
1.6       bisitz   8767: 
                   8768:    'User Search'
1.70      zhu      8769: => '用户搜索',
1.6       bisitz   8770: 
                   8771:    'to add/modify roles'
1.70      zhu      8772: => ', 添加/修改角色',
1.6       bisitz   8773: 
                   8774:    'is'
1.70      zhu      8775: => '是',
1.6       bisitz   8776: 
                   8777:    'contains'
1.70      zhu      8778: => '包括',
1.6       bisitz   8779: 
                   8780:    'in this domain'
1.70      zhu      8781: => '在该域',
1.6       bisitz   8782: 
                   8783:    'in institutional directory'
1.70      zhu      8784: => '在研究所目录',
1.6       bisitz   8785: 
                   8786:    'Domain/institution to search'
1.93      raeburn  8787: => 'Domain/institution to search',
1.6       bisitz   8788: 
                   8789:    'Directory search has not been configured for domain: [_1]'
1.70      zhu      8790: => '目录搜索,在还没有被配置的域:[_1]',
1.6       bisitz   8791: 
                   8792:    'permanent e-mail'
1.70      zhu      8793: => '永久电子邮件',
1.6       bisitz   8794: 
                   8795:    'Set user role'
1.70      zhu      8796: => '设置用户角色',
1.6       bisitz   8797: 
                   8798:    'No exact match found for this username ([_1]) in this domain.'
1.70      zhu      8799: => '对该用户名([_1])在这个领域中没有找到完全匹配的。',
1.6       bisitz   8800: 
                   8801:    'No match found for this username ([_1]) in this domain.'
1.70      zhu      8802: => '对该用户名([_1])在这个领域中没有找到相应的。',
1.6       bisitz   8803: 
                   8804:    'Make new user "[_1]"'
1.70      zhu      8805: => '新用户 "[_1]"',
1.6       bisitz   8806: 
1.84      bisitz   8807:    'Course Editor'
1.6       bisitz   8808: => '编辑课程',
                   8809: 
1.84      bisitz   8810:    'Community Editor'
1.93      raeburn  8811: => 'Community Editor',
1.84      bisitz   8812: 
1.6       bisitz   8813:    'Choose which items you wish to export from your Course.'
1.70      zhu      8814: => '选择您要从课程中导出的项目。',
1.6       bisitz   8815: 
                   8816:    'Content items'
1.70      zhu      8817: => '内容项目',
1.6       bisitz   8818: 
                   8819:    'Discussion posts'
1.70      zhu      8820: => '讨论文章',
1.6       bisitz   8821: 
                   8822:    'Download the zip file from'
1.70      zhu      8823: => '下载zip档案从:',
1.6       bisitz   8824: 
                   8825:    'IMS course archive'
1.70      zhu      8826: => 'IMS课程存档',
1.6       bisitz   8827: 
                   8828:    'last name, first name'
1.70      zhu      8829: => '姓氏,名字',
1.6       bisitz   8830: 
                   8831:    'Select a Template'
1.93      raeburn  8832: => 'Select a Template',
1.6       bisitz   8833: 
                   8834:    'Edit custom role'
1.93      raeburn  8835: => 'Edit custom role',
1.6       bisitz   8836: 
                   8837:    'Privilege'
1.93      raeburn  8838: => 'Privilege',
1.6       bisitz   8839: 
                   8840:    'Showing users with a name starting with [_1]'
1.26      zhu      8841: => '显示用户,起始是 [_1]',
1.6       bisitz   8842: 
                   8843:    'Permanent e-mail address'
1.26      zhu      8844: => '永久的 E-Mail 地址',
1.6       bisitz   8845: 
                   8846:    'Permanent e-mail'
1.26      zhu      8847: => '永久的 E-Mail 地址',
1.6       bisitz   8848: 
                   8849:    'User [_1] in domain [_2]'
1.26      zhu      8850: => '用户 [_1] 在域 [_2]',
1.6       bisitz   8851: 
                   8852:    'Result'
1.93      raeburn  8853: => 'Result',
1.6       bisitz   8854: 
                   8855:    'Directory search in domain [_1] is not available for the requested search type: "[_2]"'
1.93      raeburn  8856: => 'Directory search in domain [_1] is not available for the requested search type: "[_2]"',
1.6       bisitz   8857: 
                   8858:    "No match found for this username ([_1]) in your institution's directory."
1.93      raeburn  8859: => "No match found for this username ([_1]) in your institution's directory.",
1.6       bisitz   8860: 
                   8861:    'Setting'
1.93      raeburn  8862: => 'Setting',
1.6       bisitz   8863: 
                   8864:    'Directory search available?'
1.93      raeburn  8865: => 'Directory search available?',
1.6       bisitz   8866: 
                   8867:    'Back to actions menu'
1.93      raeburn  8868: => 'Back to actions menu', # n.t.
1.6       bisitz   8869: 
                   8870:    'Edit action'
1.93      raeburn  8871: => 'Edit action',
1.6       bisitz   8872: 
                   8873:    'Effect'
1.93      raeburn  8874: => 'Effect',
1.6       bisitz   8875: 
                   8876:    'Course / User'
1.93      raeburn  8877: => 'Course / User',
1.6       bisitz   8878: 
                   8879:    'deny'
1.93      raeburn  8880: => 'deny',
1.6       bisitz   8881: 
                   8882:    'allow'
1.93      raeburn  8883: => 'allow',
1.6       bisitz   8884: 
                   8885:    'Delete this rule'
1.93      raeburn  8886: => 'Delete this rule',
1.6       bisitz   8887: 
                   8888:    'Insert rule above'
1.93      raeburn  8889: => 'Insert rule above',
1.6       bisitz   8890: 
                   8891:    'Insert rule below'
1.93      raeburn  8892: => 'Insert rule below',
1.6       bisitz   8893: 
                   8894:    'Move rule down'
1.93      raeburn  8895: => 'Move rule down',
1.6       bisitz   8896: 
                   8897:    'Move rule up'
1.93      raeburn  8898: => 'Move rule up',
1.6       bisitz   8899: 
                   8900:    'Warning: It can take up to 1 hour for rights changes to fully propagate.'
1.93      raeburn  8901: => 'Warning: It can take up to 1 hour for rights changes to fully propagate.',
1.6       bisitz   8902: 
                   8903:    'email address'
1.93      raeburn  8904: => 'email address',
1.6       bisitz   8905: 
                   8906:    'Updated'
1.12      zhu      8907: => '已更新',
1.6       bisitz   8908: 
1.89      bisitz   8909:    'The error occurred on host [_1]'
1.93      raeburn  8910: => 'The error occurred on host [_1]',
1.6       bisitz   8911: 
                   8912:    'This error occurred on machine [_1]'
1.93      raeburn  8913: => 'This error occurred on machine [_1]', # n.t.
1.6       bisitz   8914: 
                   8915:    'Clear all Messages in Subdirectory'
1.93      raeburn  8916: => 'Clear all Messages in Subdirectory',
1.6       bisitz   8917: 
                   8918:    'Task information'
1.93      raeburn  8919: => 'Task information',
1.6       bisitz   8920: 
                   8921:    'Automated adds/drops'
1.93      raeburn  8922: => 'Automated adds/drops',
1.6       bisitz   8923: 
                   8924:    'Change enrollment dates'
1.93      raeburn  8925: => 'Change enrollment dates',
1.6       bisitz   8926: 
                   8927:    'Change access dates'
1.93      raeburn  8928: => 'Change access dates',
1.6       bisitz   8929: 
                   8930:    'Notification of changes'
1.93      raeburn  8931: => 'Notification of changes',
1.6       bisitz   8932: 
                   8933:    'Change crosslistings'
1.93      raeburn  8934: => 'Change crosslistings',
1.6       bisitz   8935: 
                   8936:    'Section settings'
1.93      raeburn  8937: => 'Section settings',
1.6       bisitz   8938: 
                   8939:    'Student photo settings'
1.93      raeburn  8940: => 'Student photo settings',
1.6       bisitz   8941: 
                   8942:    'Update roster now'
1.93      raeburn  8943: => 'Update roster now',
1.6       bisitz   8944: 
                   8945:    'Update student photos'
1.93      raeburn  8946: => 'Update student photos',
1.6       bisitz   8947: 
                   8948:    'View students and change type'
1.93      raeburn  8949: => 'View students and change type',
1.6       bisitz   8950: 
                   8951:    'Changes to nightly automated enrollments'
1.93      raeburn  8952: => 'Changes to nightly automated enrollments',
1.6       bisitz   8953: 
                   8954:    'Currently: Nightly adds: [_1], Nightly drops: [_2]'
1.93      raeburn  8955: => 'Currently: Nightly adds: [_1], Nightly drops: [_2]',
1.6       bisitz   8956: 
                   8957:    'OFF'
1.93      raeburn  8958: => 'OFF',
1.6       bisitz   8959: 
                   8960:    'ON'
1.93      raeburn  8961: => 'ON',
1.6       bisitz   8962: 
                   8963:    'Additions based on classlist changes:'
1.93      raeburn  8964: => 'Additions based on classlist changes:',
1.6       bisitz   8965: 
                   8966:    'Removals based on classlist changes:'
1.93      raeburn  8967: => 'Removals based on classlist changes:',
1.6       bisitz   8968: 
                   8969:    'Enable'
1.93      raeburn  8970: => 'Enable',
1.6       bisitz   8971: 
                   8972:    'Disable'
1.93      raeburn  8973: => 'Disable',
1.6       bisitz   8974: 
                   8975:    '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  8976: => '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   8977: 
                   8978:    'Changes to first and/or last automated enrollment dates'
                   8979: => 'Änderungen von Anfangs- und/oder Endedatum der automatischen Kursbelegung',
                   8980: 
                   8981:    'Currently: First enrollment: [_1], Last enrollment: [_2]'
1.93      raeburn  8982: => 'Currently: First enrollment: [_1], Last enrollment: [_2]',
1.6       bisitz   8983: 
                   8984:    'Set date of first automated enrollment for registered students'
1.93      raeburn  8985: => 'Set date of first automated enrollment for registered students',
1.6       bisitz   8986: 
                   8987:    '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  8988: => '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   8989: 
                   8990:    'Set date of last automated enrollment for registered students'
1.93      raeburn  8991: => 'Set date of last automated enrollment for registered students',
1.6       bisitz   8992: 
                   8993:    '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  8994: => '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   8995: 
                   8996:    'Changes to default start and/or end dates for student access'
                   8997: => 'Änderungen an dem voreingestellten Anfangs- und/oder Endedatum für studentischen Zugriff',
                   8998: 
                   8999:    'Currently: default first access:'
1.93      raeburn  9000: => 'Currently: default first access:',
1.6       bisitz   9001: 
                   9002:    ', default last access:'
                   9003: => ', voreingestellter letzter Zugriff:',
                   9004: 
                   9005:    'Set date of first access for registered students added via automated enrollment'
1.93      raeburn  9006: => 'Set date of first access for registered students added via automated enrollment',
1.6       bisitz   9007: 
                   9008:    'Set date of last access for registered students added via automated enrollment'
1.93      raeburn  9009: => 'Set date of last access for registered students added via automated enrollment',
1.6       bisitz   9010: 
                   9011:    'Changes to section settings'
1.93      raeburn  9012: => 'Changes to section settings',
1.6       bisitz   9013: 
                   9014:    'Currently no sections of'
1.93      raeburn  9015: => 'Currently no sections of',
1.6       bisitz   9016: 
                   9017:    'are contributing enrollment to the LON-CAPA class roster.'
1.93      raeburn  9018: => 'are contributing enrollment to the LON-CAPA class roster.',
1.6       bisitz   9019: 
                   9020:    'Add enrollment from additional sections.'
1.93      raeburn  9021: => 'Add enrollment from additional sections.',
1.6       bisitz   9022: 
                   9023:    'Number of new sections to add:'
1.93      raeburn  9024: => 'Number of new sections to add:',
1.6       bisitz   9025: 
                   9026:    'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course'
1.93      raeburn  9027: => 'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course',
1.6       bisitz   9028: 
                   9029:    'if you have chosen to enable a nightly automated enrollment update.'
1.93      raeburn  9030: => 'if you have chosen to enable a nightly automated enrollment update.',
1.6       bisitz   9031: 
                   9032:    'Nightly additions based on classlist changes now'
1.93      raeburn  9033: => 'Nightly additions based on classlist changes now',
1.6       bisitz   9034: 
                   9035:    'Nightly additions based on classlist changes still'
1.93      raeburn  9036: => 'Nightly additions based on classlist changes still',
1.6       bisitz   9037: 
                   9038:    'Nightly removals based on classlist changes now'
1.93      raeburn  9039: => 'Nightly removals based on classlist changes now',
1.6       bisitz   9040: 
                   9041:    'Nightly removals based on classlist changes still'
1.93      raeburn  9042: => 'Nightly removals based on classlist changes still',
1.6       bisitz   9043: 
                   9044:    'enabled'
1.93      raeburn  9045: => 'enabled',
1.6       bisitz   9046: 
                   9047:    'disabled'
1.93      raeburn  9048: => 'disabled',
1.6       bisitz   9049: 
                   9050:    'The first date for automated enrollment has been changed'
1.93      raeburn  9051: => 'The first date for automated enrollment has been changed',
1.6       bisitz   9052: 
                   9053:    'The last date for automated enrollment has been changed'
1.93      raeburn  9054: => 'The last date for automated enrollment has been changed',
1.6       bisitz   9055: 
                   9056:    'The first date for automated enrollment has been left unchanged as'
1.93      raeburn  9057: => 'The first date for automated enrollment has been left unchanged as',
1.6       bisitz   9058: 
                   9059:    'The last date for automated enrollment has been left unchanged as'
1.93      raeburn  9060: => 'The last date for automated enrollment has been left unchanged as',
1.6       bisitz   9061: 
                   9062:    'Currently: Notification:'
1.93      raeburn  9063: => 'Currently: Notification:',
1.6       bisitz   9064: 
                   9065:    'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?'
1.93      raeburn  9066: => 'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?',
1.6       bisitz   9067: 
                   9068:    'The table below contains a list of Kurs-Koordinators in this course.'
1.93      raeburn  9069: => 'The table below contains a list of Kurs-Koordinators in this course.',
1.6       bisitz   9070: 
                   9071:    'username:domain'
1.26      zhu      9072: => '用户名:域',
1.6       bisitz   9073: 
                   9074:    'Course Access'
1.93      raeburn  9075: => 'Course Access',
1.6       bisitz   9076: 
                   9077:    'Current notification status'
1.93      raeburn  9078: => 'Current notification status',
1.6       bisitz   9079: 
                   9080:    'Notification active'
1.93      raeburn  9081: => 'Notification active',
1.6       bisitz   9082: 
                   9083:    'Notification inactive'
1.93      raeburn  9084: => 'Notification inactive',
1.6       bisitz   9085: 
                   9086:    'Notification?'
1.93      raeburn  9087: => 'Notification?',
1.6       bisitz   9088: 
                   9089:    "The table below contains a list of Domänen-Koordinators from this course's domain who are not also Kurs-Koordinators."
1.93      raeburn  9090: => "The table below contains a list of Domänen-Koordinators from this course's domain who are not also Kurs-Koordinators.",
1.6       bisitz   9091: 
                   9092:    'Notification of enrollment changes now'
1.93      raeburn  9093: => 'Notification of enrollment changes now',
1.6       bisitz   9094: 
                   9095:    'Notification of enrollment changes still'
1.93      raeburn  9096: => 'Notification of enrollment changes still',
1.6       bisitz   9097: 
                   9098:    'The following will receive notification if there are any changes in enrollment in LON-CAPA course:'
1.93      raeburn  9099: => 'The following will receive notification if there are any changes in enrollment in LON-CAPA course:',
1.6       bisitz   9100: 
                   9101:    'as a result of the nightly enrollment check:'
1.93      raeburn  9102: => 'as a result of the nightly enrollment check:',
1.6       bisitz   9103: 
                   9104:    'View/Modify Course Settings'
1.93      raeburn  9105: => 'View/Modify Course Settings',
1.6       bisitz   9106: 
                   9107:    'Course search'
1.93      raeburn  9108: => 'Course search',
1.6       bisitz   9109: 
                   9110:    'View/Modify Courses'
1.93      raeburn  9111: => 'View/Modify Courses',
1.6       bisitz   9112: 
                   9113:    'Course details'
1.93      raeburn  9114: => 'Course details',
1.6       bisitz   9115: 
                   9116:    'Detailed course information:'
1.93      raeburn  9117: => 'Detailed course information:',
1.6       bisitz   9118: 
                   9119:    'Default Access Dates for Students'
1.93      raeburn  9120: => 'Default Access Dates for Students',
1.6       bisitz   9121: 
                   9122:    'Student Counts'
1.93      raeburn  9123: => 'Student Counts',
1.6       bisitz   9124: 
                   9125:    'Auto-enrollment of[_1]registered students'
1.93      raeburn  9126: => 'Auto-enrollment of[_1]registered students',
1.6       bisitz   9127: 
                   9128:    'Details'
                   9129: => 'Details',
                   9130: 
                   9131:    'Not enabled'
1.93      raeburn  9132: => 'Not enabled',
1.6       bisitz   9133: 
                   9134:    'section:'
1.93      raeburn  9135: => 'section:', # n.t.
1.6       bisitz   9136: 
                   9137:    'Previous access'
1.93      raeburn  9138: => 'Previous access',
1.6       bisitz   9139: 
                   9140:    'Current access'
1.93      raeburn  9141: => 'Current access',
1.6       bisitz   9142: 
                   9143:    'Future access'
1.93      raeburn  9144: => 'Future access',
1.6       bisitz   9145: 
                   9146:    'Back to course listing'
                   9147: => '返回课程目录',
                   9148: 
                   9149:    'Immediate course roster update'
1.93      raeburn  9150: => 'Immediate course roster update',
1.6       bisitz   9151: 
                   9152:    'There were no new students to add to the course.'
1.93      raeburn  9153: => 'There were no new students to add to the course.',
1.6       bisitz   9154: 
                   9155:    'Back to options page'
1.93      raeburn  9156: => 'Back to options page',
1.6       bisitz   9157: 
                   9158:    'View/Modify settings for: '
1.93      raeburn  9159: => 'View/Modify settings for: ',
1.6       bisitz   9160: 
                   9161:    'Modify quota for group portfolio files'
                   9162: => 'Ändern des Speicherplatzes für Gruppen-Portfolio-Dateien',
                   9163: 
                   9164:    'Display current settings for automated enrollment'
1.93      raeburn  9165: => 'Display current settings for automated enrollment',
1.6       bisitz   9166: 
                   9167:    'Modify institutional code, course owner and/or default authentication'
                   9168: => 'Ändern des Institutscodes, des Kurs-Eigentümers und/oder der voreingestellten Authentifizierung',
                   9169: 
                   9170:    'Modify course catalog settings for course'
                   9171: => 'Ändern der Kursübersicht-Einstellungen für diesen Kurs',
                   9172: 
                   9173:    'Catalog settings'
1.93      raeburn  9174: => 'Catalog settings',
1.6       bisitz   9175: 
                   9176:    'Catalog Settings for Course'
1.93      raeburn  9177: => 'Catalog Settings for Course',
1.6       bisitz   9178: 
1.81      bisitz   9179:    'Visibility in Course/Community Catalog'
1.93      raeburn  9180: => 'Visibility in Course/Community Catalog',
1.6       bisitz   9181: 
1.81      bisitz   9182:    "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.93      raeburn  9183: => '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   9184: 
                   9185:    'Auto-cataloging is enabled and the course is assigned an institutional code'
1.93      raeburn  9186: => 'Auto-cataloging is enabled and the course is assigned an institutional code',
1.6       bisitz   9187: 
                   9188:    'The course has been categorized into at least one of the course categories defined for the domain.'
1.93      raeburn  9189: => 'The course has been categorized into at least one of the course categories defined for the domain.',
1.6       bisitz   9190: 
                   9191:    'Exclude from course catalog'
1.93      raeburn  9192: => 'Exclude from course catalog',
1.6       bisitz   9193: 
                   9194:    'Categorize Course'
1.93      raeburn  9195: => 'Categorize Course',
1.6       bisitz   9196: 
                   9197:    'No categories defined for this domain'
1.93      raeburn  9198: => 'No categories defined for this domain',
1.6       bisitz   9199: 
                   9200:    'Assign one or more categories to this course.'
1.93      raeburn  9201: => 'Assign one or more categories to this course.',
1.6       bisitz   9202: 
                   9203:    '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  9204: => '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   9205: 
                   9206:    'Category settings'
1.93      raeburn  9207: => 'Category settings',
1.6       bisitz   9208: 
                   9209:    'Show/Hide a course in the catalog'
1.93      raeburn  9210: => 'Show/Hide a course in the catalog',
1.6       bisitz   9211: 
                   9212:    'Assign a category to a course'
1.93      raeburn  9213: => 'Assign a category to a course',
1.6       bisitz   9214: 
                   9215:    'Set in "Modify Course" (Domain)'
1.93      raeburn  9216: => 'Set in "Modify Course" (Domain)',
1.6       bisitz   9217: 
                   9218:    'Set in "Modify Parameters" (Course)'
1.93      raeburn  9219: => 'Set in "Modify Parameters" (Course)',
1.6       bisitz   9220: 
                   9221:    'Categories'
1.93      raeburn  9222: => 'Categories',
1.6       bisitz   9223: 
                   9224:    'Add category'
1.93      raeburn  9225: => 'Add category',
1.6       bisitz   9226: 
                   9227:    'Add category:'
1.93      raeburn  9228: => 'Add category:',
1.6       bisitz   9229: 
                   9230:    'Add subcategory:'
1.93      raeburn  9231: => 'Add subcategory:',
1.6       bisitz   9232: 
                   9233:    'New:'
1.93      raeburn  9234: => 'New:',
1.6       bisitz   9235: 
                   9236:    'Choose a course'
1.93      raeburn  9237: => 'Choose a course',
1.6       bisitz   9238: 
                   9239:    'Pick action'
1.93      raeburn  9240: => 'Pick action',
1.6       bisitz   9241: 
                   9242:    'Display settings'
1.93      raeburn  9243: => 'Display settings',
1.6       bisitz   9244: 
                   9245:    'Course settings that control automated enrollment in this LON-CAPA course are currently:'
1.93      raeburn  9246: => 'Course settings that control automated enrollment in this LON-CAPA course are currently:',
1.6       bisitz   9247: 
                   9248:    'Course setting'
1.93      raeburn  9249: => 'Course setting',
1.6       bisitz   9250: 
                   9251:    'Modifiable by DC only'
1.93      raeburn  9252: => 'Modifiable by DC only',
1.6       bisitz   9253: 
                   9254:    'Default authentication parameter'
1.93      raeburn  9255: => 'Default authentication parameter',
1.6       bisitz   9256: 
                   9257:    'Default authentication method'
1.93      raeburn  9258: => 'Default authentication method',
1.6       bisitz   9259: 
                   9260:    'Date of last automated enrollment'
1.93      raeburn  9261: => 'Date of last automated enrollment',
1.6       bisitz   9262: 
                   9263:    'Date of first automated enrollment'
1.93      raeburn  9264: => 'Date of first automated enrollment',
1.6       bisitz   9265: 
                   9266:    'Official course code'
1.93      raeburn  9267: => 'Official course code',
1.6       bisitz   9268: 
                   9269:    'Username:domain of course owner'
1.93      raeburn  9270: => 'Username:domain of course owner',
1.6       bisitz   9271: 
                   9272:    'Date of last student access'
1.22      zhu      9273: => '学生访问的结束日期',
1.6       bisitz   9274: 
                   9275:    'Date of first student access'
1.22      zhu      9276: => '学生访问的开始日期',
1.6       bisitz   9277: 
                   9278:    'Course section number(:LON-CAPA section)'
1.93      raeburn  9279: => 'Course section number(:LON-CAPA section)',
1.6       bisitz   9280: 
                   9281:    'Show more details'
1.22      zhu      9282: => '查看更多详情',
1.6       bisitz   9283: 
1.18      zhu      9284:    'Public RSS/podcast (subscribe to)'
                   9285: => '公共RSS /播客(订阅)',
1.6       bisitz   9286: 
                   9287:    'Course Owner:'
1.13      zhu      9288: => '课程所有者:',
1.6       bisitz   9289: 
                   9290:    'Default Authentication method'
1.93      raeburn  9291: => 'Default Authentication method',
1.6       bisitz   9292: 
                   9293:    'Modify settings'
1.93      raeburn  9294: => 'Modify settings',
1.6       bisitz   9295: 
                   9296:    'Automated Enrollment'
1.93      raeburn  9297: => 'Automated Enrollment',
1.6       bisitz   9298: 
                   9299:    'Use the menu on the left to choose an enrollment management task.'
1.93      raeburn  9300: => 'Use the menu on the left to choose an enrollment management task.',
1.6       bisitz   9301: 
                   9302:    'Result of Changes to Automated Enrollment Settings.'
1.93      raeburn  9303: => 'Result of Changes to Automated Enrollment Settings.',
1.6       bisitz   9304: 
                   9305:    'The following automated enrollment parameters have been changed:'
1.93      raeburn  9306: => 'The following automated enrollment parameters have been changed:', # n.t.
1.6       bisitz   9307: 
                   9308:    'now set to'
1.93      raeburn  9309: => 'now set to', # n.t.
1.6       bisitz   9310: 
                   9311:    'still set to'
1.93      raeburn  9312: => 'still set to', # n.t.
1.6       bisitz   9313: 
                   9314:    'The following automated enrollment parameters remain unchanged:'
1.93      raeburn  9315: => 'The following automated enrollment parameters remain unchanged:', # n.t.
1.6       bisitz   9316: 
                   9317:    'Change settings'
1.93      raeburn  9318: => 'Change settings',
1.6       bisitz   9319: 
                   9320:    "Student's agreement needed for listing in student-viewable roster"
1.93      raeburn  9321: => "Student's agreement needed for listing in student-viewable roster",
1.6       bisitz   9322: 
                   9323:    'Include link to accessible portfolio files'
1.93      raeburn  9324: => 'Include link to accessible portfolio files',
1.6       bisitz   9325: 
                   9326:    'Print header format'
1.93      raeburn  9327: => 'Print header format',
1.6       bisitz   9328: 
                   9329:    'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.'
1.93      raeburn  9330: => 'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.',
1.6       bisitz   9331: 
                   9332:    'Force all students in the course to use a specific math rendering engine.'
1.93      raeburn  9333: => 'Force all students in the course to use a specific math rendering engine.',
1.6       bisitz   9334: 
                   9335:    "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference"
                   9336: => "[_1], [_2] (in Grafik konvertieren), [_3] (TeX-nach-HTML) oder leer lassen für studentische Voreinstellung",
                   9337: 
                   9338:    'Bridge Task Grading'
1.93      raeburn  9339: => 'Bridge Task Grading',
1.6       bisitz   9340: 
                   9341:    'Classlist Manager'
1.93      raeburn  9342: => 'Classlist Manager', # !?!
1.6       bisitz   9343: 
                   9344:    'Note for students:'
1.70      zhu      9345: => '注意事项:',
1.6       bisitz   9346: 
                   9347:    '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  9348: => '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   9349: 
                   9350:    'Please [_1]log in again[_2].'
1.26      zhu      9351: => '请[_1]重新登录[_2].',
1.6       bisitz   9352: 
                   9353:    'Switching Server ...'
1.70      zhu      9354: => '更换服务器 ...',
1.6       bisitz   9355: 
                   9356:    'Already logged in'
1.70      zhu      9357: => '已经登录',
1.6       bisitz   9358: 
                   9359:    'Apply style file: '
1.93      raeburn  9360: => 'Apply style file: ',
1.6       bisitz   9361: 
                   9362:    'The problem '
1.70      zhu      9363: => '问题 ',
1.6       bisitz   9364: 
                   9365:    'Search criteria'
1.70      zhu      9366: => '搜索条件',
1.6       bisitz   9367: 
                   9368:    'begins with'
1.70      zhu      9369: => '始于',
1.6       bisitz   9370: 
                   9371:    'in selected LON-CAPA domain'
1.70      zhu      9372: => '在选定的 LON-CAPA-域 ',
1.6       bisitz   9373: 
                   9374:    'in institutional directory for selected domain'
1.70      zhu      9375: => '在选定的域中的研究所列表',
1.6       bisitz   9376: 
                   9377:    'No exact match found for the username ([_1]) in LON-CAPA domain: [_2]'
1.70      zhu      9378: => '没有找到完全匹配的用户名([_1] )在LON-CAPA-域:', # n.t.
1.6       bisitz   9379: 
                   9380:    'Creating new account.'
1.70      zhu      9381: => '创建新帐户。',
1.6       bisitz   9382: 
                   9383:    'Report a documentation bug'
1.70      zhu      9384: => '报告文件错误 (Englisch)',
1.6       bisitz   9385: 
                   9386:    'You must specify a valid username. Only the following are allowed: letters numbers - . @'
1.70      zhu      9387: => '您必须指定一个有效的用户名。只允许以下字符:字母,数字, "-", "." 和 "@"',
1.6       bisitz   9388: 
                   9389:    'The following need to be corrected before the search can be run:'
1.70      zhu      9390: => '在搜索可以开始之前,下面必须予以纠正:',
1.6       bisitz   9391: 
                   9392:    'You must include some text to search for.'
1.70      zhu      9393: => '您必须包括一些要搜寻的文字。',
1.6       bisitz   9394: 
                   9395:    "The text you are searching for must contain at least two characters when using a 'begins' type search."
1.70      zhu      9396: => "文本搜索必须包含至少有两个字符,当使用的是'开始'类型的搜索。",
1.6       bisitz   9397: 
                   9398:    "The text you are searching for must contain at least three characters when using a 'contains' type search."
1.70      zhu      9399: => "文字要搜索必须包含至少3个字符时,当使用的是'包含'式的搜索。",
1.6       bisitz   9400: 
                   9401:    'You must choose a domain when using an institutional directory search.'
1.70      zhu      9402: => '您必须选择一个域,当使用的是研究所目录搜索。',
1.6       bisitz   9403: 
                   9404:    'You must choose a domain when using a domain search.'
1.70      zhu      9405: => '您必须选择一个域,当使用域搜索。',
1.6       bisitz   9406: 
                   9407:    "When using searching by last,first you must include a comma as separator between last name and first name."
1.93      raeburn  9408: => "When using searching by last,first you must include a comma as separator between last name and first name.",
1.6       bisitz   9409: 
                   9410:    "When searching by last,first you must include at least one character in the first name."
1.93      raeburn  9411: => "When searching by last,first you must include at least one character in the first name.",
1.6       bisitz   9412: 
                   9413:    'Revoking [_1] in [_2]: [_3]'
1.93      raeburn  9414: => 'Revoking [_1] in [_2]: [_3]',
1.6       bisitz   9415: 
                   9416:    'Revoking custom role:'
1.93      raeburn  9417: => 'Revoking custom role:',
1.6       bisitz   9418: 
                   9419:    'Deleting [_1] in [_2]: [_3]'
1.93      raeburn  9420: => 'Deleting [_1] in [_2]: [_3]',
1.6       bisitz   9421: 
1.52      bisitz   9422:    'Deleting custom role [_1] by [_2] in [_3]'
1.93      raeburn  9423: => 'Deleting custom role [_1] by [_2] in [_3]',
1.6       bisitz   9424: 
                   9425:    'Add to classlist'
1.93      raeburn  9426: => 'Add to classlist',
1.6       bisitz   9427: 
                   9428:    'Re-enabling [_1] in [_2]: [_3]'
1.93      raeburn  9429: => 'Re-enabling [_1] in [_2]: [_3]',
1.6       bisitz   9430: 
1.52      bisitz   9431:    'Re-enabling custom role [_1] by [_2] in [_3]: [_4]'
1.93      raeburn  9432: => 'Re-enabling custom role [_1] by [_2] in [_3]: [_4]',
1.6       bisitz   9433: 
                   9434:    'Unknown command'
1.93      raeburn  9435: => 'Unknown command',
1.6       bisitz   9436: 
                   9437:    '[_1] may not be used as the name for a section, as it is a reserved word.'
                   9438: => '[_1] ist nicht als Sektionsname zulässig, da es sich um ein systemintern-reserviertes Wort handelt.',
                   9439: 
                   9440:    '[_1] may not be used as the name for a section, as it is the name of a course group.'
                   9441: => '[_1] ist nicht als Sektionsname zulässig, da er bereits als Name einer bestehenden Kursgruppe verwendet wird.',
                   9442: 
                   9443:    'Please [_1]go back[_2] and choose a different section name.'
1.93      raeburn  9444: => 'Please [_1]go back[_2] and choose a different section name.',
1.6       bisitz   9445: 
                   9446:    'Drop from classlist: [_1]'
1.93      raeburn  9447: => 'Drop from classlist: [_1]',
1.6       bisitz   9448: 
                   9449:    'Existing Role'
1.93      raeburn  9450: => 'Existing Role',
1.6       bisitz   9451: 
                   9452:    'Assigning Role to Self'
                   9453: => 'Assigning Role to Self', # ???
                   9454: 
                   9455:    'Invalid search.'
1.93      raeburn  9456: => 'Invalid search.',
1.6       bisitz   9457: 
                   9458:    'You must enter a search term.'
1.93      raeburn  9459: => 'You must enter a search term.',
1.6       bisitz   9460: 
                   9461:    'You must specify a valid domain when searching in a domain or institutional directory.'
1.93      raeburn  9462: => 'You must specify a valid domain when searching in a domain or institutional directory.',
1.6       bisitz   9463: 
                   9464:    'You may want to search in the LON-CAPA domain instead of the institutional directory.'
1.93      raeburn  9465: => 'You may want to search in the LON-CAPA domain instead of the institutional directory.',
1.6       bisitz   9466: 
                   9467:    'New users can only be created in the domain to which your current role belongs - [_1].'
1.93      raeburn  9468: => 'New users can only be created in the domain to which your current role belongs - [_1].',
1.6       bisitz   9469: 
                   9470:    'Institutional directory search is not available in domain: [_1]'
1.93      raeburn  9471: => 'Institutional directory search is not available in domain: [_1]',
1.6       bisitz   9472: 
                   9473:    'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.'
1.93      raeburn  9474: => 'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.',
1.6       bisitz   9475: 
                   9476:    'Institutional directory search in domain: [_1] is not available to your user type: '
1.93      raeburn  9477: => 'Institutional directory search in domain: [_1] is not available to your user type: ',
1.6       bisitz   9478: 
                   9479:    'Institutional directory search has not been configured for domain: [_1]'
1.93      raeburn  9480: => 'Institutional directory search has not been configured for domain: [_1]',
1.6       bisitz   9481: 
                   9482:    'Institutional directory search in domain: [_1] is not available for searching by "[_2]"'
1.93      raeburn  9483: => 'Institutional directory search in domain: [_1] is not available for searching by "[_2]"',
1.6       bisitz   9484: 
                   9485:    'Institutional directory search in domain: [_1] is not available.'
1.93      raeburn  9486: => 'Institutional directory search in domain: [_1] is not available.',
1.6       bisitz   9487: 
                   9488:    'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"'
1.93      raeburn  9489: => 'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"',
1.6       bisitz   9490: 
                   9491:    'You may want to broaden your search to a search of the institutional directory for the domain.'
1.93      raeburn  9492: => 'You may want to broaden your search to a search of the institutional directory for the domain.',
1.6       bisitz   9493: 
                   9494:    'You may want to broaden your search to the selected LON-CAPA domain.'
1.93      raeburn  9495: => 'You may want to broaden your search to the selected LON-CAPA domain.',
1.6       bisitz   9496: 
                   9497:    'Pick group first'
1.93      raeburn  9498: => 'Pick group first',
1.6       bisitz   9499: 
                   9500:    'No login name specified'
1.93      raeburn  9501: => 'No login name specified',
1.6       bisitz   9502: 
1.19      zhu      9503:    'Invalid login name'
1.93      raeburn  9504: => 'Invalid login name',
1.6       bisitz   9505: 
1.19      zhu      9506:    'Only letters, numbers, periods, dashes, @, and underscores are valid'
1.93      raeburn  9507: => 'Only letters, numbers, periods, dashes, @, and underscores are valid',
1.6       bisitz   9508: 
                   9509:    'For this user, the default quota would be [_1] Mb.'
1.93      raeburn  9510: => 'For this user, the default quota would be [_1] Mb.',
1.6       bisitz   9511: 
                   9512:    "For this user, the default quota would be [_1] Mb, as determined by the user's institutional affiliation ([_2])."
1.93      raeburn  9513: => "For this user, the default quota would be [_1] Mb, as determined by the user's institutional affiliation ([_2]).",
1.6       bisitz   9514: 
                   9515:    "For this user, the default quota of [_1] Mb, is determined by the user's institutional affiliation ([_2])."
1.93      raeburn  9516: => "For this user, the default quota of [_1] Mb, is determined by the user's institutional affiliation ([_2]).",
1.6       bisitz   9517: 
                   9518:    'in all LON-CAPA domains.'
1.93      raeburn  9519: => 'in all LON-CAPA domains.',
1.6       bisitz   9520: 
                   9521:    'in LON-CAPA domains:'
1.93      raeburn  9522: => 'in LON-CAPA domains:',
1.6       bisitz   9523: 
                   9524:    'in LON-CAPA domain '
1.31      bisitz   9525: => '在LON-CAPA域 ',
1.6       bisitz   9526: 
                   9527:    'Course settings modifiable by [_1] only.'
1.93      raeburn  9528: => 'Course settings modifiable by [_1] only.',
1.6       bisitz   9529: 
                   9530:    'Course Owner'
1.93      raeburn  9531: => 'Course Owner',
1.6       bisitz   9532: 
                   9533:    'Username:Domain'
1.26      zhu      9534: => '用户名:域',
1.6       bisitz   9535: 
                   9536:    'Course Activity'
1.93      raeburn  9537: => 'Course Activity',
1.6       bisitz   9538: 
                   9539:    'Course Domain'
1.93      raeburn  9540: => 'Course Domain',
1.6       bisitz   9541: 
                   9542:    'Course Institutional Code'
1.93      raeburn  9543: => 'Course Institutional Code',
1.6       bisitz   9544: 
                   9545:    "Course Owner's Username"
1.93      raeburn  9546: => "Course Owner's Username",
1.6       bisitz   9547: 
                   9548:    "Course Owner's Domain"
1.93      raeburn  9549: => "Course Owner's Domain",
1.6       bisitz   9550: 
                   9551:    'Course Type'
1.93      raeburn  9552: => 'Course Type',
1.6       bisitz   9553: 
                   9554:    'LON-CAPA course ID'
1.93      raeburn  9555: => 'LON-CAPA course ID',
1.6       bisitz   9556: 
                   9557:    'None found'
1.93      raeburn  9558: => 'None found',
1.6       bisitz   9559: 
                   9560:    'Course settings which only a [_1] may modify.'
1.93      raeburn  9561: => 'Course settings which only a [_1] may modify.',
1.6       bisitz   9562: 
                   9563:    "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  9564: => "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   9565: 
                   9566:    'Single user search'
1.93      raeburn  9567: => 'Single user search',
1.6       bisitz   9568: 
                   9569:    'Set enrollment'
1.93      raeburn  9570: => 'Set enrollment',
1.6       bisitz   9571: 
                   9572:    'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.'
1.93      raeburn  9573: => 'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.',
1.6       bisitz   9574: 
                   9575:    'Please review the information in "Log-in help" if you are unable to log-in.'
1.93      raeburn  9576: => 'Please review the information in "Log-in help" if you are unable to log-in.',
1.6       bisitz   9577: 
                   9578:    'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.'
1.93      raeburn  9579: => 'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.',
1.6       bisitz   9580: 
                   9581:    'Getting started guide'
1.93      raeburn  9582: => 'Getting started guide',
1.6       bisitz   9583: 
                   9584:    '[_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)
                   9585: => '[_2]. [_1] [_3], [_4]:[_5]:[_6] ', # "dd. mm yyyy, hh:mi:ss"
                   9586: 
                   9587:    '[_1]Select Date[_2]'
1.13      zhu      9588: => '[_1]请选择日期[_2]',
1.6       bisitz   9589: 
                   9590:    '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.'
                   9591: => '[_1]: Studenten können alle Sektionen sehen. [_2]: Studenten können nur ihre eigene Sektion sehen. Leer lassen oder [_3]: keine Einsicht für Studenten.',
                   9592: 
                   9593:    '[_1] to require students to opt-in to listing in the roster (on the roster page).'
                   9594: => '[_1], um Notwendigkeit des studentischen Einverständnisses zu aktivieren.',
                   9595: 
                   9596:    "[_1] for link to each a listing of each student's files."
                   9597: => "[_1] zum Einbinden von Links zu jeder Liste mit den Dateien eines jeden Studenten.",
                   9598: 
                   9599:    '[_1]: student, [_2]: TA, [_3]: instructor'
1.26      zhu      9600: => '[_1]: 学生, [_2]: 导师, [_3]: 讲师',
1.6       bisitz   9601: 
                   9602:    'role:section,role:section,...'
1.93      raeburn  9603: => 'role:section,role:section,...',
1.6       bisitz   9604: 
                   9605:    '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  9606: => '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   9607: 
                   9608:    'supported types'
1.93      raeburn  9609: => 'supported types',
1.6       bisitz   9610: 
                   9611:    '[_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.'
                   9612: => '[_1], um Nachricht nur an Studenten zu schicken. [_2], um Nachricht an Studenten zu schicken und Eintrag in die Seite der studentischen Benutzerdaten für Dozenten einzutragen. Leer lassen, um zu deaktivieren.',
                   9613: 
                   9614:    'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.'
1.93      raeburn  9615: => 'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.',
1.6       bisitz   9616: 
                   9617:    '[_1]: they are allowed (this is the default). [_2]: no, they can only grade their own section.'
                   9618: => '[_1]: erlauben (voreingestellt). [_2]: nur eigene Sektion.',
                   9619: 
                   9620:    'Calendar Announcement for '
1.93      raeburn  9621: => 'Calendar Announcement for ',
1.6       bisitz   9622: 
                   9623:    'Opening'
1.93      raeburn  9624: => 'Opening',
1.6       bisitz   9625: 
                   9626:    'Closing'
1.93      raeburn  9627: => 'Closing',
1.6       bisitz   9628: 
                   9629:    'To add a new user:'
1.93      raeburn  9630: => 'To add a new user:',
1.6       bisitz   9631: 
                   9632:    "(You can only create new users in your current role's domain - [_1])"
                   9633: => "(Neue Benutzer können nur in der Domäne Ihrer derzeitigen Benutzerrolle erzeugt werden - [_1])",
                   9634: 
                   9635:    "You are not authorized to create new users in your current role's domain - [_1]."
1.93      raeburn  9636: => "You are not authorized to create new users in your current role's domain - [_1].",
1.6       bisitz   9637: 
                   9638:    "Set 'Domain/institution to search' to: [_1]"
1.93      raeburn  9639: => "Set 'Domain/institution to search' to: [_1]",
1.6       bisitz   9640: 
                   9641:    "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]"
1.93      raeburn  9642: => "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]",
1.6       bisitz   9643: 
                   9644:    'Provide the proposed username'
1.93      raeburn  9645: => 'Provide the proposed username',
1.6       bisitz   9646: 
                   9647:    'Select a user to add/modify roles'
1.93      raeburn  9648: => 'Select a user to add/modify roles',
1.6       bisitz   9649: 
                   9650:    "Click 'Search'"
1.93      raeburn  9651: => "Click 'Search'",
1.6       bisitz   9652: 
                   9653:    'User Search to add/modify roles'
1.93      raeburn  9654: => 'User Search to add/modify roles',
1.6       bisitz   9655: 
                   9656: 
                   9657: # Feedback messages:
                   9658: 
                   9659:    'You have entered that answer before'
1.18      zhu      9660: => '您已经输入了答案',
1.6       bisitz   9661: 
                   9662:    "Computer's answer now shown above."
1.18      zhu      9663: => "上面显示的是正确答案。",
1.6       bisitz   9664: 
                   9665:    'You are correct.'
1.18      zhu      9666: => '正确答案!',
1.6       bisitz   9667: 
                   9668:    'You are partially correct.'
1.18      zhu      9669: => '部分正确。',
1.6       bisitz   9670: 
                   9671:    'Incorrect'
1.18      zhu      9672: => '错误',
1.6       bisitz   9673: 
1.22      zhu      9674:    'Your receipt no. is [_1]'
                   9675: => '您的证明编号是 [_1]',
1.6       bisitz   9676: 
                   9677:    'You are excused from the problem.'
1.18      zhu      9678: => '你的作业已通过。',
1.6       bisitz   9679: 
                   9680:    'Some extra items were submitted.'
1.93      raeburn  9681: => 'Some extra items were submitted.',
1.6       bisitz   9682: 
                   9683:    'Some items were not submitted.'
1.93      raeburn  9684: => 'Some items were not submitted.',
1.6       bisitz   9685: 
                   9686:    'An error occurred while grading your answer.'
1.93      raeburn  9687: => 'An error occurred while grading your answer.',
1.6       bisitz   9688: 
                   9689:    'The submitted answer was too long.'
1.93      raeburn  9690: => 'The submitted answer was too long.',
1.6       bisitz   9691: 
                   9692:    'This question expects a numeric answer.'
1.93      raeburn  9693: => 'This question expects a numeric answer.',
1.6       bisitz   9694: 
                   9695:    'You have provided an invalid ranking.'
1.93      raeburn  9696: => 'You have provided an invalid ranking.',
1.6       bisitz   9697: 
                   9698:    'Please refer to [_1]'
1.93      raeburn  9699: => 'Please refer to [_1]',
1.6       bisitz   9700: 
                   9701:    'help on ranking problems'
1.93      raeburn  9702: => 'help on ranking problems',
1.6       bisitz   9703: 
                   9704:    "Submission won't be graded. The type of file submitted is not allowed."
1.93      raeburn  9705: => "Submission won't be graded. The type of file submitted is not allowed.",
1.6       bisitz   9706: 
                   9707:    'Submission not graded. Use fewer digits.'
1.93      raeburn  9708: => 'Submission not graded. Use fewer digits.',
1.6       bisitz   9709: 
                   9710:    'Submission not graded. Use more digits.'
1.93      raeburn  9711: => 'Submission not graded. Use more digits.',
1.6       bisitz   9712: 
                   9713:    'Error in instructor specifed unit. This error has been reported to the instructor.'
1.93      raeburn  9714: => 'Error in instructor specifed unit. This error has been reported to the instructor.',
1.6       bisitz   9715: 
                   9716:    'Unable to interpret units. Computer reads units as "[_1]".'
1.93      raeburn  9717: => 'Unable to interpret units. Computer reads units as "[_1]".',
1.6       bisitz   9718: 
                   9719:    'Incompatible units. No conversion found between "[_1]" and the required units.'
1.93      raeburn  9720: => 'Incompatible units. No conversion found between "[_1]" and the required units.',
1.6       bisitz   9721: 
                   9722:    'Only a number required. Computer reads units of "[_1]".'
1.93      raeburn  9723: => 'Only a number required. Computer reads units of "[_1]".',
1.6       bisitz   9724: 
                   9725:    'Proper comma separation is required'
1.93      raeburn  9726: => 'Proper comma separation is required',
1.6       bisitz   9727: 
                   9728:    'Unable to understand formula'
1.93      raeburn  9729: => 'Unable to understand formula',
1.6       bisitz   9730: 
                   9731:    'Your submission has been recorded.'
1.93      raeburn  9732: => 'Your submission has been recorded.',
1.6       bisitz   9733: 
                   9734:    'A draft copy has been saved.'
1.93      raeburn  9735: => 'A draft copy has been saved.',
1.6       bisitz   9736: 
                   9737:    'Nothing submitted.'
1.93      raeburn  9738: => 'Nothing submitted.',
1.6       bisitz   9739: 
                   9740:    'Unknown message'
1.93      raeburn  9741: => 'Unknown message',
1.6       bisitz   9742: 
                   9743:    'Returned file(s): [_1]'
1.93      raeburn  9744: => 'Returned file(s): [_1]',
1.6       bisitz   9745: 
                   9746:    'Answer Submitted: Your final submission will be graded after the due date.'
1.93      raeburn  9747: => 'Answer Submitted: Your final submission will be graded after the due date.',
1.6       bisitz   9748: 
                   9749: # --/
                   9750: 
                   9751: 
                   9752:    ' The last submission was after the Due Date '
                   9753: => ' Die letzte Einreichung erfolgte nach dem Fälligkeitsdatum ',
                   9754: 
                   9755:    'Submit a file: (only one file can be uploaded)'
1.13      zhu      9756: => '提交档案: (只允许上传一个文件)',
1.6       bisitz   9757: 
                   9758:    'OR:'
1.13      zhu      9759: => '或者:',
1.6       bisitz   9760: 
                   9761:    'Select Portfolio Files'
1.13      zhu      9762: => '选择组合文件',
1.6       bisitz   9763: 
                   9764:    'Portfolio files previously selected: [_1]'
1.93      raeburn  9765: => 'Portfolio files previously selected: [_1]',
1.6       bisitz   9766: 
                   9767:    "These file(s) don't exist: [_1]"
1.93      raeburn  9768: => "These file(s) don't exist: [_1]",
1.6       bisitz   9769: 
                   9770:    'Previously published version'
1.93      raeburn  9771: => 'Previously published version',
1.6       bisitz   9772: 
                   9773:    'You do not have privileges to modify the authentication configuration for this user.'
1.93      raeburn  9774: => 'You do not have privileges to modify the authentication configuration for this user.',
1.6       bisitz   9775: 
                   9776:    'You do not have privileges to modify the portfolio quota for this user.'
1.93      raeburn  9777: => 'You do not have privileges to modify the portfolio quota for this user.',
1.6       bisitz   9778: 
                   9779:    'If a change is required, contact a domain coordinator for the domain'
1.93      raeburn  9780: => 'If a change is required, contact a domain coordinator for the domain',
1.6       bisitz   9781: 
                   9782:    'with submissions'
1.27      zhu      9783: => '带答案',
1.6       bisitz   9784: 
                   9785:    'in grading queue'
1.27      zhu      9786: => '在评估队列中',
1.6       bisitz   9787: 
                   9788:    'with ungraded submissions'
1.27      zhu      9789: => '未评估的答案',
1.6       bisitz   9790: 
                   9791:    'with incorrect submissions'
1.27      zhu      9792: => '错误的答案',
1.6       bisitz   9793: 
                   9794:    'with any status'
1.27      zhu      9795: => '任何状态',
1.6       bisitz   9796: 
                   9797:    'Default value or none'
1.27      zhu      9798: => '默认值或无',
1.6       bisitz   9799: 
                   9800:    'Floating Point between 1 and 0'
1.27      zhu      9801: => '浮点运算的1和0',
1.6       bisitz   9802: 
                   9803:    'Floating point number between zero and one'
1.93      raeburn  9804: => 'Floating point number between zero and one',
1.6       bisitz   9805: 
                   9806:    'Positive Floating Point'
1.93      raeburn  9807: => 'Positive Floating Point',
1.6       bisitz   9808: 
                   9809:    'Positive floating point number or zero'
1.93      raeburn  9810: => 'Positive floating point number or zero',
1.6       bisitz   9811: 
                   9812:    'Floating Point'
1.93      raeburn  9813: => 'Floating Point',
1.6       bisitz   9814: 
                   9815:    'Floating point number'
1.93      raeburn  9816: => 'Floating point number',
1.6       bisitz   9817: 
                   9818:    'Auto-enrollment settings'
1.93      raeburn  9819: => 'Auto-enrollment settings',
1.6       bisitz   9820: 
                   9821:    'Configuration setting'
1.63      zhu      9822: => '配置设置', # n.t.
1.6       bisitz   9823: 
                   9824:    'Value(s)'
1.93      raeburn  9825: => 'Value(s)', # n.t.
1.6       bisitz   9826: 
                   9827:    'Auto-enrollment active?'
1.93      raeburn  9828: => 'Auto-enrollment active?',
1.6       bisitz   9829: 
                   9830:    'Access to other pages will be prevented until you have moved the message to your inbox.'
1.63      zhu      9831: => '只有把该邮件移至收件箱才可以访问其他网页。',
1.6       bisitz   9832: 
                   9833:    'Access to other pages will be prevented until you have moved all critical messages to your inbox.'
1.63      zhu      9834: => '只有把所有的重要邮件移至收件箱才可以访问其他网页。',
1.6       bisitz   9835: 
                   9836:    'Move to Inbox'
1.63      zhu      9837: => '移至收件箱',
1.6       bisitz   9838: 
                   9839:    'Move to Inbox/Compose reply'
1.63      zhu      9840: => '移至收件箱并回复',
1.6       bisitz   9841: 
                   9842:    'Confirm Receipt'
1.63      zhu      9843: => '确认已收到',
1.6       bisitz   9844: 
                   9845:    'Confirm Receipt and Reply'
1.63      zhu      9846: => '确认已收到并回复',
1.6       bisitz   9847: 
                   9848:    'Displaying Critical Messages'
1.63      zhu      9849: => '显示重要邮件',
1.6       bisitz   9850: 
                   9851:    'Confirming Receipt'
1.63      zhu      9852: => '确认已收到',
1.6       bisitz   9853: 
                   9854:    'Confirmed Receipt'
1.63      zhu      9855: => '确认已收到',
1.6       bisitz   9856: 
                   9857:    'Communicate'
                   9858: => '通讯',
                   9859: 
                   9860:    'Replying to a Critical Message'
1.63      zhu      9861: => '针对重要邮件',
1.6       bisitz   9862: 
                   9863:    'Answer Available'
1.70      zhu      9864: => '答复可用',
1.6       bisitz   9865: 
                   9866:    ' to '
1.70      zhu      9867: => ' 到 ', # ???
1.6       bisitz   9868: 
                   9869:    'Event from [_1] to [_2]'
1.63      zhu      9870: => '活动由 [_1] 至 [_2]',
1.6       bisitz   9871: 
                   9872:    '[_1]: [_2] from domain [_3]'
1.70      zhu      9873: => '[_1]: [_2] 从域 [_3]',
1.6       bisitz   9874: 
                   9875:    'The following problems occurred:'
1.70      zhu      9876: => '发生下列问题:',
1.6       bisitz   9877: 
                   9878:    'Could not initialize [_1] at this time.'
1.70      zhu      9879: => '目前无法初始化[_1]。',
1.6       bisitz   9880: 
                   9881:    'Please try again.'
1.63      zhu      9882: => '请再试一次。',
1.6       bisitz   9883: 
                   9884:    'Please try again'
1.63      zhu      9885: => '请再试一次',
1.6       bisitz   9886: 
                   9887:    'in this course'
1.70      zhu      9888: => '在该课程中',
1.6       bisitz   9889: 
                   9890:    'Remove Checked Entries'
1.22      zhu      9891: => '删除选中的条目',
1.6       bisitz   9892: 
                   9893:    'Modify Student Data'
1.22      zhu      9894: => '修改学生资料',
1.6       bisitz   9895: 
                   9896:    'First name'
1.70      zhu      9897: => '名字',
1.6       bisitz   9898: 
                   9899:    'Middle name'
1.22      zhu      9900: => '第二个名字',
1.6       bisitz   9901: 
                   9902:    'Last name'
1.70      zhu      9903: => '姓氏',
1.6       bisitz   9904: 
                   9905:    'ID'
1.93      raeburn  9906: => 'ID/学号',,
1.6       bisitz   9907: 
                   9908:    'Sending critical message'
1.22      zhu      9909: => '发送重要消息',
1.6       bisitz   9910: 
                   9911:    'Replying to'
1.10      zhu      9912: => '回复',
1.6       bisitz   9913: 
1.86      bisitz   9914:    'All messages:'
1.93      raeburn  9915: => 'All messages:',
1.86      bisitz   9916: 
                   9917:    'Unread messages:'
1.93      raeburn  9918: => 'Unread messages:',
1.86      bisitz   9919: 
                   9920:    'Read messages:'
1.93      raeburn  9921: => 'Read messages:',
1.86      bisitz   9922: 
                   9923:    'Replied to messages:'
1.93      raeburn  9924: => 'Replied to messages:',
1.86      bisitz   9925: 
                   9926:    'Forwarded messages:'
1.93      raeburn  9927: => 'Forwarded messages:',
1.86      bisitz   9928: 
                   9929:    'showing messages [_1] through [_2] of [_3].'
                   9930: => '显示消息[_1]通过[_2]的[_3] 。',
1.6       bisitz   9931: 
                   9932:    'Broadcast Message'
1.22      zhu      9933: => '广播消息',
1.6       bisitz   9934: 
1.68      bisitz   9935:    'randomly pick [quant,_1,resource]'
1.70      zhu      9936: => '随机挑选 [quant,_1,resource,resource]',
1.68      bisitz   9937: 
1.6       bisitz   9938:    'contents hidden'
1.22      zhu      9939: => '隐藏的内容',
1.6       bisitz   9940: 
1.68      bisitz   9941:    'URLs hidden'
1.70      zhu      9942: => '隐藏 URLs',
1.68      bisitz   9943: 
                   9944:    'random order'
1.70      zhu      9945: => '随机顺序',
1.68      bisitz   9946: 
1.6       bisitz   9947:    'Resources in course with version changes since yesterday'
1.63      zhu      9948: => '课程中的资源,从昨天起版本的变化',
1.6       bisitz   9949: 
                   9950:    'Version changes since Yesterday'
1.63      zhu      9951: => '从昨天起版本的变化',
1.6       bisitz   9952: 
                   9953:    'Resources in course with version changes since last week'
1.63      zhu      9954: => '课程中的资源,从上周起版本的变化',
1.6       bisitz   9955: 
                   9956:    'Version changes since last Week'
1.63      zhu      9957: => '从上周起版本的变化',
1.6       bisitz   9958: 
                   9959:    'Resources in course with version changes since last month'
1.63      zhu      9960: => '课程中的资源,从上个月起版本的变化',
1.6       bisitz   9961: 
                   9962:    'Version changes since last Month'
1.63      zhu      9963: => '从上个月起版本的变化',
1.6       bisitz   9964: 
                   9965:    'Resources in course with version changes seit start of course'
1.63      zhu      9966: => '课程中的资源,从课程开始起版本的变化',
1.6       bisitz   9967: 
                   9968:    'Version changes since start of Course'
1.63      zhu      9969: => '从课程开始起版本的变化',
1.6       bisitz   9970: 
                   9971:    'No version changes since yesterday'
1.63      zhu      9972: => '从昨天起版本没有变化',
1.6       bisitz   9973: 
                   9974:    'No version changes since last week'
1.63      zhu      9975: => '从上周起版本没有变化',
1.6       bisitz   9976: 
                   9977:    'No version changes since last month'
1.63      zhu      9978: => '从上个月起版本没有变化',
1.6       bisitz   9979: 
                   9980:    'No version changes since start of course'
1.63      zhu      9981: => '从课程开始起版本没有变化',
1.6       bisitz   9982: 
                   9983:    'version changes since yesterday'
1.63      zhu      9984: => '从昨天起版本的变化',
1.6       bisitz   9985: 
                   9986:    'version changes since last week'
1.63      zhu      9987: => '从上周起版本的变化',
1.6       bisitz   9988: 
                   9989:    'version changes since last month'
1.63      zhu      9990: => '从上个月起版本的变化',
1.6       bisitz   9991: 
                   9992:    'version changes since start of course'
1.63      zhu      9993: => '从课程开始起版本的变化',
1.6       bisitz   9994: 
                   9995:    'Roles for which access to course has expired since yesterday'
1.63      zhu      9996: => '从昨天起该课程过期的角色',
1.6       bisitz   9997: 
                   9998:    'Roles for which access to course has expired since last week'
1.63      zhu      9999: => '从上周起该课程过期的角色',
1.6       bisitz   10000: 
                   10001:    'Roles for which access to course has expired since last month'
1.63      zhu      10002: => '从上个月起该课程过期的角色',
1.6       bisitz   10003: 
                   10004:    'Roles for which access to course has expired since start of course'
1.63      zhu      10005: => '从课程开始起过期的角色',
1.6       bisitz   10006: 
                   10007:    'There are no roles which expired since yesterday'
1.63      zhu      10008: => '没有角色从昨天起过期了',
1.6       bisitz   10009: 
                   10010:    'There are no roles which expired since last week'
1.63      zhu      10011: => '没有角色从上周起过期了',
1.6       bisitz   10012: 
                   10013:    'There are no roles which expired since last month'
1.63      zhu      10014: => '没有角色从上个月起过期了',
1.6       bisitz   10015: 
                   10016:    'There are no roles which expired since start of course'
1.63      zhu      10017: => '没有角色从课程开始起过期了',
1.6       bisitz   10018: 
                   10019:    'roles which expired since yesterday'
1.63      zhu      10020: => '从昨天起该课程过期的角色',
1.6       bisitz   10021: 
                   10022:    'roles which expired since last week'
1.63      zhu      10023: => '从上周起该课程过期的角色',
1.6       bisitz   10024: 
                   10025:    'roles which expired since last month'
1.63      zhu      10026: => '从上个月起该课程过期的角色',
1.6       bisitz   10027: 
                   10028:    'roles which expired since start of course'
1.63      zhu      10029: => '从课程开始起过期的角色',
1.6       bisitz   10030: 
                   10031:    'Roles for which access to course has become available since yesterday'
1.63      zhu      10032: => '从昨天起分配给该课程的角色',
1.6       bisitz   10033: 
                   10034:    'Roles for which access to course has become available since last week'
1.63      zhu      10035: => '从上周起分配给该课程的角色',
1.6       bisitz   10036: 
                   10037:    'Roles for which access to course has become available since last month'
1.63      zhu      10038: => '从上个月起分配给该课程的角色',
1.6       bisitz   10039: 
                   10040:    'Roles for which access to course has become available since start of course'
1.63      zhu      10041: => '从课程开始起分配给该课程的角色',
1.6       bisitz   10042: 
                   10043:    'There are no roles which have become active since yesterday'
1.63      zhu      10044: => '从昨天起没有角色分配给该课程',
1.6       bisitz   10045: 
                   10046:    'There are no roles which have become active since last week'
1.63      zhu      10047: => '从上周起没有角色分配给该课程',
1.6       bisitz   10048: 
                   10049:    'There are no roles which have become active since last month'
1.63      zhu      10050: => '从上个月起没有角色分配给该课程',
1.6       bisitz   10051: 
                   10052:    'There are no roles which have become active since start of course'
1.63      zhu      10053: => '从课程开始起没有角色分配给该课程',
1.6       bisitz   10054: 
                   10055:    'roles which have become active since yesterday'
1.63      zhu      10056: => '从昨天起分配给该课程的角色',
1.6       bisitz   10057: 
                   10058:    'roles which have become active since last week'
1.63      zhu      10059: => '从上周起分配给该课程的角色',
1.6       bisitz   10060: 
                   10061:    'roles which have become active since last month'
1.63      zhu      10062: => '从上个月起分配给该课程的角色',
1.6       bisitz   10063: 
                   10064:    'roles which have become active since start of course'
1.63      zhu      10065: => '从课程开始起分配给该课程的角色',
1.6       bisitz   10066: 
                   10067:    'Show all posts'
1.27      zhu      10068: => '查看所有帖子',
1.6       bisitz   10069: 
                   10070:    'to display'
1.27      zhu      10071: => '显示', # ???
1.6       bisitz   10072: 
                   10073:    'posts previously marked read'
1.27      zhu      10074: => '帖子先前标记为已读',
1.6       bisitz   10075: 
                   10076:    'previously viewed posts'
1.27      zhu      10077: => '先前浏览的帖子',
1.6       bisitz   10078: 
                   10079:    'NEW'
1.18      zhu      10080: => '新的',
1.6       bisitz   10081: 
                   10082:    'Preferences on what is marked as NEW'
1.22      zhu      10083: => '偏好,什么将被标记为新',
1.6       bisitz   10084: 
                   10085:    'Mark NEW posts no longer new'
1.22      zhu      10086: => '随着新的帖子将不再标记为新',
1.6       bisitz   10087: 
                   10088:    'Sorting/Filtering options'
1.12      zhu      10089: => '排序/过滤选项',
1.6       bisitz   10090: 
                   10091:    'Export'
1.12      zhu      10092: => '导出',
1.6       bisitz   10093: 
                   10094:    'Attachments'
1.12      zhu      10095: => '附件',
1.6       bisitz   10096: 
                   10097:    'Download the zip file from [_1]Discussion Posting Archive'
1.12      zhu      10098: => '下载zip档案由[_1]讨论发布档案',
1.6       bisitz   10099: 
                   10100:    'The following errors occurred during export - [_1]'
1.93      raeburn  10101: => 'The following errors occurred during export - [_1]',
1.6       bisitz   10102: 
                   10103:    '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  10104: => '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   10105: 
                   10106:    '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  10107: => '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   10108: 
                   10109:    'Make Visible'
                   10110: => '显示',
                   10111: 
                   10112:    'Mark unread'
1.93      raeburn  10113: => 'Mark unread',
1.6       bisitz   10114: 
                   10115:    'Mark read'
1.93      raeburn  10116: => 'Mark read',
1.6       bisitz   10117: 
                   10118:    'This post has been edited by the author.'
1.93      raeburn  10119: => 'This post has been edited by the author.',
1.6       bisitz   10120: 
                   10121:    'Display all versions'
1.93      raeburn  10122: => 'Display all versions',
1.6       bisitz   10123: 
                   10124:    'Earlier version(s) were posted on: '
1.93      raeburn  10125: => 'Earlier version(s) were posted on: ',
1.6       bisitz   10126: 
                   10127:    'You do not have privileges to view all versions of posts.'
1.93      raeburn  10128: => 'You do not have privileges to view all versions of posts.',
1.6       bisitz   10129: 
                   10130:    'Please select a different role.'
1.93      raeburn  10131: => 'Please select a different role.',
1.6       bisitz   10132: 
                   10133:    'Error copying file attachment - [_1] to IMS package'
1.93      raeburn  10134: => 'Error copying file attachment - [_1] to IMS package',
1.6       bisitz   10135: 
                   10136:    'Error copying file attachment - [_1] to IMS package: '
1.93      raeburn  10137: => 'Error copying file attachment - [_1] to IMS package: ',
1.6       bisitz   10138: 
                   10139:    'Re: '
                   10140: => 'Re: ',
                   10141: 
                   10142:    'Please select a feedback type.'
1.93      raeburn  10143: => 'Please select a feedback type.',
1.6       bisitz   10144: 
1.89      bisitz   10145:    'Sorry, no feedback possible on this resource ...'
1.93      raeburn  10146: => 'Sorry, no feedback possible on this resource ...',
1.6       bisitz   10147: 
                   10148:    'Error sending message to [_1], no user specified.'
1.93      raeburn  10149: => 'Error sending message to [_1], no user specified.',
1.6       bisitz   10150: 
                   10151:    'Error sending message to [_1], no domain specified.'
1.93      raeburn  10152: => 'Error sending message to [_1], no domain specified.',
1.6       bisitz   10153: 
                   10154:    'Error sending message to'
1.93      raeburn  10155: => 'Error sending message to',
1.6       bisitz   10156: 
                   10157:    'Not registered'
1.22      zhu      10158: => '未注册', # ???
1.6       bisitz   10159: 
                   10160:    'Editing not permitted'
1.22      zhu      10161: => '不允许编辑',
1.6       bisitz   10162: 
                   10163:    'Marked postings read/unread'
1.22      zhu      10164: => '标记贴子为已读/未读',
1.6       bisitz   10165: 
                   10166:    'Changed sort/filter'
1.22      zhu      10167: => '改变排序/过滤器',
1.6       bisitz   10168: 
                   10169:    'Changed display status'
1.22      zhu      10170: => '改变显示状态',
1.6       bisitz   10171: 
                   10172:    'Deletion not permitted'
1.22      zhu      10173: => '不允许删除',
1.6       bisitz   10174: 
                   10175:    'Changed discussion status'
1.22      zhu      10176: => '讨论的状态已更改',
1.6       bisitz   10177: 
                   10178:    'Added to my course blog'
1.22      zhu      10179: => '添加到我的课程博客',
1.6       bisitz   10180: 
                   10181:    'Back to previous page'
1.18      zhu      10182: => '返回前一页',
1.6       bisitz   10183: 
                   10184:    'Go to previous page'
1.18      zhu      10185: => '返回前一页',
1.6       bisitz   10186: 
                   10187:    'Return to previous page'
1.18      zhu      10188: => '返回前一页',
1.6       bisitz   10189: 
                   10190:    'Untitled resource'
1.18      zhu      10191: => '资源没有标题',
1.6       bisitz   10192: 
                   10193:    'Discussion display options'
1.18      zhu      10194: => '讨论显示选项',
1.6       bisitz   10195: 
                   10196:    'Preferences can be set for this discussion that determine ....'
1.18      zhu      10197: => '这个讨论可以设置使用偏好',
1.6       bisitz   10198: 
                   10199:    'Which posts are displayed when you display this bulletin board or resource, and'
1.18      zhu      10200: => '哪些讨论将被显示在您的公告栏或资源里',
1.6       bisitz   10201: 
                   10202:    'Under what circumstances posts are identified as "NEW", and'
1.18      zhu      10203: => '在什么情况下讨论被确定为“新”',
1.6       bisitz   10204: 
                   10205:    'Whether individual posts can be marked as read/unread'
1.18      zhu      10206: => '个别帖子是否可以被标记为已读/未读',
1.6       bisitz   10207: 
                   10208:    'Posts not marked read'
1.18      zhu      10209: => '讨论没有标记为已读',
1.6       bisitz   10210: 
                   10211:    'New posts cease to be identified as "New"?'
1.18      zhu      10212: => '新的讨论不再被标识为“新”?',
1.6       bisitz   10213: 
                   10214:    'New posts cease to be identified as "NEW"?'
1.18      zhu      10215: => '新的讨论不再被标识为“新”?',
1.6       bisitz   10216: 
                   10217:    'Option to mark each post as read/unread?'
1.18      zhu      10218: => '选择帖子标记为已读/未读?',
1.6       bisitz   10219: 
                   10220:    'Shown'
1.10      zhu      10221: => '显示',
1.6       bisitz   10222: 
                   10223:    'Not shown'
1.10      zhu      10224: => '不显示',
1.6       bisitz   10225: 
                   10226:    'Discussion options'
1.10      zhu      10227: => '论坛选项',
1.6       bisitz   10228: 
                   10229:    'Set options that control the sort order of posts, and/or which posts are displayed.'
1.93      raeburn  10230: => 'Set options that control the sort order of posts, and/or which posts are displayed.',
1.6       bisitz   10231: 
                   10232:    'Sort order'
1.10      zhu      10233: => '排序顺序',
1.6       bisitz   10234: 
                   10235:    'Date order - oldest first'
1.10      zhu      10236: => '按日期顺序 - 最老的优先',
1.6       bisitz   10237: 
                   10238:    'Date order - newest first'
1.10      zhu      10239: => '按日期顺序 - 最新的优先',
1.6       bisitz   10240: 
                   10241:    'Threaded'
1.26      zhu      10242: => '按帖子', # ???
1.6       bisitz   10243: 
                   10244:    'By subject'
1.10      zhu      10245: => '按主题',
1.6       bisitz   10246: 
                   10247:    'By domain and username'
1.10      zhu      10248: => '按域名和用户名',
1.6       bisitz   10249: 
                   10250:    'By last name, first name'
1.10      zhu      10251: => '按姓氏,名字',
1.6       bisitz   10252: 
                   10253:    'Specific role status'
1.10      zhu      10254: => '具体角色的状态',
1.6       bisitz   10255: 
                   10256:    'Roles of any status'
1.10      zhu      10257: => '任意的角色',
1.6       bisitz   10258: 
                   10259:    'Only active roles'
1.10      zhu      10260: => '只有现在的角色',
1.6       bisitz   10261: 
                   10262:    'Only past roles'
1.10      zhu      10263: => '只有过去的角色',
1.6       bisitz   10264: 
                   10265:    'Only future roles'
1.10      zhu      10266: => '只有未来的角色',
1.6       bisitz   10267: 
                   10268:    'Specific user roles'
1.10      zhu      10269: => '特定的用户角色',
1.6       bisitz   10270: 
                   10271:    'All roles'
1.10      zhu      10272: => '所有角色',
1.6       bisitz   10273: 
                   10274:    'Students'
                   10275: => '学生',
                   10276: 
                   10277:    'Course Coordinators'
1.10      zhu      10278: => '课程协调员',
1.6       bisitz   10279: 
                   10280:    'Instructors'
                   10281: => '讲师',
                   10282: 
                   10283:    'TAs'
1.10      zhu      10284: => '辅导员',
1.6       bisitz   10285: 
                   10286:    'Exam proctors'
1.10      zhu      10287: => '监考老师',
1.6       bisitz   10288: 
                   10289:    'Custom role'
1.10      zhu      10290: => '自定义角色',
1.6       bisitz   10291: 
                   10292:    'Custom roles'
1.10      zhu      10293: => '自定义角色',
1.6       bisitz   10294: 
                   10295:    'Specific sections'
1.10      zhu      10296: => '具体章节',
1.6       bisitz   10297: 
                   10298:    'Specific groups'
1.10      zhu      10299: => '特定组',
1.6       bisitz   10300: 
                   10301:    'Pick specific users (by name)'
1.10      zhu      10302: => '选择特定的用户 (姓)',
1.6       bisitz   10303: 
                   10304:    'Show a list of current posters'
1.93      raeburn  10305: => 'Show a list of current posters',
1.6       bisitz   10306: 
                   10307:    'So far, no data has been returned for your request'
1.10      zhu      10308: => '到现在为止,您的查询没有返回任何数据。',
1.6       bisitz   10309: 
                   10310:    'Select a user'
1.10      zhu      10311: => '选择一个用户',
1.6       bisitz   10312: 
                   10313:    'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.'
1.93      raeburn  10314: => 'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.',
1.6       bisitz   10315: 
                   10316:    'photo'
1.10      zhu      10317: => '图片',
1.6       bisitz   10318: 
                   10319:    'Critical Message'
1.55      zhu      10320: => '重要邮件',
1.6       bisitz   10321: 
                   10322:    'Display a Message'
1.55      zhu      10323: => '显示邮件',
1.6       bisitz   10324: 
                   10325:    'Back to Folder Display'
1.10      zhu      10326: => '返回文件夹列表',
1.6       bisitz   10327: 
1.63      zhu      10328:    'Currently available actions (will open extra window):'
                   10329: => '目前可采取的行动 (在新窗口中打开):',
1.6       bisitz   10330: 
1.86      bisitz   10331:    'There are no unread messages in this folder.'
1.10      zhu      10332: => '在此文件夹中没有未阅读邮件。',
1.6       bisitz   10333: 
1.86      bisitz   10334:    'There are no read messages in this folder'
1.10      zhu      10335: => '在此文件夹中没有已阅读邮件。',
1.6       bisitz   10336: 
1.86      bisitz   10337:    'There are no forwarded messages in this folder.'
1.10      zhu      10338: => '在此文件夹中没有转发的邮件。',
1.6       bisitz   10339: 
                   10340:    'You have not replied to any messages in this folder.'
1.10      zhu      10341: => '在此文件夹中您没有需要回答的邮件。',
1.6       bisitz   10342: 
1.86      bisitz   10343:    'There are no messages in this folder.'
                   10344: => '空文件夹', # Empty Folder
1.6       bisitz   10345: 
                   10346:    'Cc:'
1.18      zhu      10347: => '抄送:',
1.6       bisitz   10348: 
                   10349:    'Bcc:'
1.18      zhu      10350: => '密送:',
1.6       bisitz   10351: 
1.12      zhu      10352:    'Bcc'
                   10353: => '密送',
                   10354: 
1.6       bisitz   10355:    'Retrieve discussion and message records'
1.26      zhu      10356: => '检索讨论和信息记录',
1.6       bisitz   10357: 
                   10358:    'New Record (record is visible to course faculty and staff)'
1.26      zhu      10359: => '新记录 (只有课程管理者和工作人员可见):',
1.6       bisitz   10360: 
                   10361:    'Post this Record'
1.12      zhu      10362: => '保存',
1.6       bisitz   10363: 
                   10364:    'Revise your search criteria for this domain'
1.93      raeburn  10365: => 'Revise your search criteria for this domain',
1.6       bisitz   10366: 
                   10367:    'Metadata Modified'
1.93      raeburn  10368: => 'Metadata Modified',
1.6       bisitz   10369: 
                   10370:    'Use of LON-CAPA requires Javascript to be enabled in your web browser.'
1.93      raeburn  10371: => 'Use of LON-CAPA requires Javascript to be enabled in your web browser.',
1.6       bisitz   10372: 
                   10373:    'As this is not the case, most functionality in the system will be unavailable.'
1.93      raeburn  10374: => 'As this is not the case, most functionality in the system will be unavailable.',
1.6       bisitz   10375: 
                   10376:    "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested file name."
1.93      raeburn  10377: => "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested file name.",
1.6       bisitz   10378: 
                   10379:    'Directory'
1.10      zhu      10380: => '目录',
1.6       bisitz   10381: 
                   10382:    'Only empty directories may be deleted.'
1.22      zhu      10383: => '只有空的目录可以被删除。',
1.6       bisitz   10384: 
                   10385:    'You must delete the contents of the directory first.'
1.22      zhu      10386: => '您必须首先删除目录中的内容。',
1.6       bisitz   10387: 
                   10388:    'Cannot delete non-obsolete published file'
1.93      raeburn  10389: => 'Cannot delete non-obsolete published file',
1.6       bisitz   10390: 
                   10391:    'Must not include'
1.93      raeburn  10392: => 'Must not include',
1.6       bisitz   10393: 
                   10394:    'Name of new file is the same as name of old file'
1.93      raeburn  10395: => 'Name of new file is the same as name of old file',
1.6       bisitz   10396: 
                   10397:    'no action taken'
1.93      raeburn  10398: => 'no action taken',
1.6       bisitz   10399: 
                   10400:    'copy metadata error'
1.93      raeburn  10401: => 'copy metadata error',
1.6       bisitz   10402: 
                   10403:    'No New filename specified'
1.93      raeburn  10404: => 'No New filename specified',
1.6       bisitz   10405: 
                   10406:    'Warning: a published problem of this name exists.'
1.93      raeburn  10407: => 'Warning: a published problem of this name exists.',
1.6       bisitz   10408: 
                   10409:    'Warning: a published library of this name exists.'
1.93      raeburn  10410: => 'Warning: a published library of this name exists.',
1.6       bisitz   10411: 
                   10412:    'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.'
1.93      raeburn  10413: => 'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.',
1.6       bisitz   10414: 
                   10415:    'Cannot change MIME type of a directory'
1.93      raeburn  10416: => 'Cannot change MIME type of a directory',
1.6       bisitz   10417: 
                   10418:    'Cannot rename or move non-obsolete published file'
1.93      raeburn  10419: => 'Cannot rename or move non-obsolete published file',
1.6       bisitz   10420: 
                   10421:    'Change discussion display'
1.93      raeburn  10422: => 'Change discussion display',
1.6       bisitz   10423: 
                   10424:    'Choose whether or not to display a count of the number of new posts for each resource or bulletin board which has unread posts.'
1.93      raeburn  10425: => 'Choose whether or not to display a count of the number of new posts for each resource or bulletin board which has unread posts.',
1.6       bisitz   10426: 
                   10427:    "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds."
1.93      raeburn  10428: => "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds.",
1.6       bisitz   10429: 
                   10430:    'Currently set to [_1].'
1.57      zhu      10431: => '当前设置为 [_1].',
1.6       bisitz   10432: 
                   10433:    'Change to [_1]'
1.57      zhu      10434: => '改变为 [_1]',
1.6       bisitz   10435: 
                   10436:    'No change'
1.12      zhu      10437: => '无变化',
1.6       bisitz   10438: 
                   10439:    'Count unread posts in discussions display set to [_1]'
1.57      zhu      10440: => '未读讨论计数显示设置为 [_1]',
1.6       bisitz   10441: 
                   10442:    'Groups Manager'
1.12      zhu      10443: => '组管理',
1.6       bisitz   10444: 
                   10445:    'Group access start and end dates'
1.12      zhu      10446: => '组访问开始和结束日期',
1.6       bisitz   10447: 
                   10448:    'None available'
1.12      zhu      10449: => '无可用',
1.6       bisitz   10450: 
                   10451:    'There are no active, future or previous group members to modify.'
1.93      raeburn  10452: => 'There are no active, future or previous group members to modify.',
1.6       bisitz   10453: 
                   10454:    'Members to delete or expire'
1.57      zhu      10455: => '成员身份到期或将被删除',
1.6       bisitz   10456: 
                   10457:    'To be deleted'
1.12      zhu      10458: => '将删除的',
1.6       bisitz   10459: 
                   10460:    'To be expired'
1.12      zhu      10461: => '期满',
1.6       bisitz   10462: 
                   10463:    'No members to be deleted or expired from the group.'
1.93      raeburn  10464: => 'No members to be deleted or expired from the group.',
1.6       bisitz   10465: 
                   10466:    'Files: [_1]'
1.18      zhu      10467: => '文件: [_1]',
1.6       bisitz   10468: 
                   10469:    'Folders: [_1]'
1.18      zhu      10470: => '文件夹: [_1]',
1.6       bisitz   10471: 
                   10472:    'Choose Task'
1.12      zhu      10473: => '选择行动',
1.6       bisitz   10474: 
                   10475:    'Modify default group settings'
1.12      zhu      10476: => '修改默认组设置',
1.6       bisitz   10477: 
                   10478:    'Modify access, tools and/or privileges for previous, future, or current members'
1.12      zhu      10479: => '修改组成员访问,工具和权限',
1.6       bisitz   10480: 
                   10481:    'Add member(s) to the group'
1.12      zhu      10482: => '添加组成员',
1.6       bisitz   10483: 
                   10484:    'Group Settings'
1.12      zhu      10485: => '组设定',
1.6       bisitz   10486: 
                   10487:    'Modify/Delete Members'
1.12      zhu      10488: => '修改/删除会员',
1.6       bisitz   10489: 
                   10490:    'Current Tool Set'
1.12      zhu      10491: => '目前的工具集',
1.6       bisitz   10492: 
                   10493:    'Change Privileges'
1.12      zhu      10494: => '更改权限',
1.6       bisitz   10495: 
                   10496:    'Membership Mapping'
1.12      zhu      10497: => '会员推荐',
1.6       bisitz   10498: 
                   10499:    'Group name, title and available collaborative tools'
1.12      zhu      10500: => '组名称,所有权和使用协作工具',
1.6       bisitz   10501: 
                   10502:    'Letters, numbers and underscore only'
1.12      zhu      10503: => '只有字母,数字和下划线',
1.6       bisitz   10504: 
                   10505:    'Discussion boards'
1.12      zhu      10506: => '论坛',
1.6       bisitz   10507: 
                   10508:    'E-mail'
1.93      raeburn  10509: => 'E-mail',
1.6       bisitz   10510: 
                   10511:    'File Repository'
1.12      zhu      10512: => '档案库',
1.6       bisitz   10513: 
                   10514:    'Group home page'
1.12      zhu      10515: => '组首页',
1.6       bisitz   10516: 
                   10517:    'Membership Roster'
1.12      zhu      10518: => '会员名册',
1.6       bisitz   10519: 
                   10520:    'Granularity:'
1.27      zhu      10521: => '細微性:',
1.6       bisitz   10522: 
                   10523:    'Different subsets of the chosen collaborative tools for different group members?'
1.27      zhu      10524: => '不同的组成员选择不同的协作工具?',
1.6       bisitz   10525: 
1.57      zhu      10526: #   'Disk quota: '
                   10527: #=> '磁盘配额: ',
                   10528: 
                   10529:    'Disk quota'
                   10530: => '磁盘配额',
1.6       bisitz   10531: 
                   10532:    'If you enable the file repository for the group, allocate a disk quota.'
1.27      zhu      10533: => '如果您对组启用了文件存放,请分配磁盘配额:',
1.6       bisitz   10534: 
                   10535:    '[_1] Mb'
                   10536: => '[_1] MB',
                   10537: 
                   10538:    'A total of [_1] Mb can be divided amongst all groups in the course, and [_2] Mb are currently unallocated.'
1.27      zhu      10539: => '该课的所有组共有 [_1] Mb 可分,[_2] MB 目前未被分配。',
1.6       bisitz   10540: 
                   10541:    'Default start and end dates for group access'
1.22      zhu      10542: => '默认情况下组访问的开始和结束日期',
1.6       bisitz   10543: 
                   10544:    'Start:'
1.18      zhu      10545: => '开始:',
1.6       bisitz   10546: 
                   10547:    'End:'
1.18      zhu      10548: => '结束:',
1.6       bisitz   10549: 
                   10550:    'Error: invalid course domain or number - group folder creation failed.'
1.12      zhu      10551: => '错误:无效的课程或域号码。建立了组列表失败。',
1.6       bisitz   10552: 
                   10553:    'Course Groups'
1.9       zhu      10554: => '课程组',
1.6       bisitz   10555: 
                   10556:    'Non-standard course - folder for all groups not added.'
1.27      zhu      10557: => '非标准课程 - 所有组的文件夹不会增加。',
1.6       bisitz   10558: 
                   10559:    'Build a list of users for selection of group members'
1.27      zhu      10560: => '从组成员里选择来建立一个用户列表',
1.6       bisitz   10561: 
                   10562:    'Group membership selection list criteria:'
1.12      zhu      10563: => '组成员名单选择标准:',
1.6       bisitz   10564: 
                   10565:    'Pick the criteria to use to build a list of course users from which you will select '
1.27      zhu      10566: => '选择的标准的使用来建立一个名单,您将选择',
1.6       bisitz   10567: 
                   10568:    'members of the new group.'
1.27      zhu      10569: => '新的组成员。',
1.6       bisitz   10570: 
                   10571:    '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      10572: => '如果您创建的组不想立即要添加成员,就没有必要选择任何标准。',
1.6       bisitz   10573: 
                   10574:    '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      10575: => '随后的步骤将自动添加/删除组成员,也可以让您指定所引发指定用户角色和第的过程中。这是通过指定的用户角色和在课程中章节<i>变化</i>被触发的。',
1.6       bisitz   10576: 
                   10577:    'Access types'
1.12      zhu      10578: => '访问类型',
1.6       bisitz   10579: 
                   10580:    'Currently has access'
1.12      zhu      10581: => '目前已获得',
1.6       bisitz   10582: 
                   10583:    'Will have future access'
1.12      zhu      10584: => '今后将有机会',
1.6       bisitz   10585: 
                   10586:    'Previously had access'
1.12      zhu      10587: => '曾获得',
1.6       bisitz   10588: 
                   10589:    'Course roles'
1.12      zhu      10590: => '课程角色', # 'Benutzerrollen im Kurs',
1.6       bisitz   10591: 
                   10592:    'Course sections'
1.12      zhu      10593: => '课程章节', # 'Sektionen im Kurs',
1.6       bisitz   10594: 
                   10595:    'all sections'
1.12      zhu      10596: => '所有章节',
1.6       bisitz   10597: 
                   10598:    'no section'
1.12      zhu      10599: => '无章节',
1.6       bisitz   10600: 
                   10601:    'Go to next step'
1.12      zhu      10602: => '下一步',
1.6       bisitz   10603: 
                   10604:    'Invalid group name'
1.12      zhu      10605: => '无效的组名称',
1.6       bisitz   10606: 
                   10607:    'The group name entered '
1.12      zhu      10608: => '输入的组名称 ',
1.6       bisitz   10609: 
                   10610:    'is not a valid name.'
1.12      zhu      10611: => '不是一个有效的名称。',
1.6       bisitz   10612: 
                   10613:    'can not be used as it is the name of '
1.12      zhu      10614: => '不能使用,因为它的名字是 ',
1.6       bisitz   10615: 
1.20      bisitz   10616:    'an existing [_1]'
1.12      zhu      10617: => '现有的 [_1]',
1.6       bisitz   10618: 
                   10619:    ' in this Course'
1.12      zhu      10620: => ' 在该课程里',
1.6       bisitz   10621: 
                   10622:    'Group names and section names used in a Course must be unique.'
1.12      zhu      10623: => '组名称和章节名称在课程中必须是独一无二的。',
1.6       bisitz   10624: 
                   10625:    'Group names may only contain letters, numbers or underscores.'
1.12      zhu      10626: => '组名称只能包含字母,数字或下划线。',
1.6       bisitz   10627: 
                   10628:    'Go to previous step'
1.12      zhu      10629: => '返回',
1.6       bisitz   10630: 
                   10631:    'Select Members'
1.12      zhu      10632: => '选择成员',
1.6       bisitz   10633: 
                   10634:    'Your group selections - '
1.12      zhu      10635: => '您的组选择 - ',
1.6       bisitz   10636: 
                   10637:    'The following settings will apply to the group:'
1.12      zhu      10638: => '下面的设置将适用于本组:',
1.6       bisitz   10639: 
                   10640:    'Granularity'
1.57      zhu      10641: => '細微性',
1.6       bisitz   10642: 
                   10643:    'File quota'
1.12      zhu      10644: => '文件共享',
1.6       bisitz   10645: 
                   10646:    'Default access dates'
1.12      zhu      10647: => '默认访问日期',
1.6       bisitz   10648: 
                   10649:    'Different collaborative tools<br />for different members:'
1.27      zhu      10650: => '不同的协作工具<br />对不同的成员组成:',
1.6       bisitz   10651: 
                   10652:    'Start date'
                   10653: => '开始日期',
                   10654: 
                   10655:    'Start date:'
                   10656: => '开始日期:',
                   10657: 
                   10658:    'End date'
                   10659: => '结束日期',
                   10660: 
                   10661:    'End date:'
                   10662: => '结束日期:',
                   10663: 
                   10664:    'Available for assignment to members:'
1.57      zhu      10665: => '可供成员访问:',
1.6       bisitz   10666: 
                   10667:    'Unavailable for assignment:'
1.57      zhu      10668: => '没有可能访问:',
1.6       bisitz   10669: 
                   10670:    'User privileges for collaborative tools'
1.57      zhu      10671: => '协作工具的用户权限',
1.6       bisitz   10672: 
                   10673:    '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  10674: => '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   10675: 
                   10676:    'For some tools there are also additional optional privileges which can be set.'
1.93      raeburn  10677: => 'For some tools there are also additional optional privileges which can be set.',
1.6       bisitz   10678: 
                   10679:    'Choose one of the following:'
1.93      raeburn  10680: => 'Choose one of the following:',
1.6       bisitz   10681: 
                   10682:    '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  10683: => '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   10684: 
                   10685:    'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.'
1.93      raeburn  10686: => 'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.',
1.6       bisitz   10687: 
                   10688:    'Group membership'
1.12      zhu      10689: => '组员',
1.6       bisitz   10690: 
                   10691:    'Add members'
1.12      zhu      10692: => '添加成员',
1.6       bisitz   10693: 
                   10694:    'Assign collaborative tools'
1.27      zhu      10695: => '转让协作工具',
1.6       bisitz   10696: 
                   10697:    'Tools'
1.12      zhu      10698: => '工具',
1.6       bisitz   10699: 
                   10700:    'Add Members'
1.12      zhu      10701: => '添加成员',
1.6       bisitz   10702: 
                   10703:    'Add?'
1.18      zhu      10704: => '添加?',
1.6       bisitz   10705: 
                   10706:    'All:'
1.18      zhu      10707: => '全部:',
1.6       bisitz   10708: 
                   10709:    '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  10710: => '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   10711: 
                   10712:    '[_1] [_2] was created.<br />'
1.12      zhu      10713: => '[_1] [_2] 已创建。<br />',
1.6       bisitz   10714: 
                   10715:    'Group membership list updated.'
1.12      zhu      10716: => '该组成员名单已经更新。',
1.6       bisitz   10717: 
                   10718:    '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  10719: => '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   10720: 
                   10721:    'An error occurred while updating the group membership list:'
1.93      raeburn  10722: => 'An error occurred while updating the group membership list:',
1.6       bisitz   10723: 
                   10724:    'Choose Privileges'
1.93      raeburn  10725: => 'Choose Privileges',
1.6       bisitz   10726: 
                   10727:    'Setting Changes Complete'
                   10728: => 'Änderungen der Einstellungen abgeschlossen',
                   10729: 
                   10730:    'Modifications Complete'
                   10731: => 'Änderungen abgeschlossen',
                   10732: 
                   10733:    'Creation Complete'
1.93      raeburn  10734: => 'Creation Complete',
1.6       bisitz   10735: 
                   10736:    'Additions Complete'
1.93      raeburn  10737: => 'Additions Complete',
1.6       bisitz   10738: 
                   10739:    'Verify deletion'
1.93      raeburn  10740: => 'Verify deletion',
1.6       bisitz   10741: 
                   10742:    'Deletion Complete'
1.93      raeburn  10743: => 'Deletion Complete',
1.6       bisitz   10744: 
                   10745:    'Create Group'
1.12      zhu      10746: => '创建组',
1.6       bisitz   10747: 
                   10748:    'discussion'
1.12      zhu      10749: => '论坛',
1.6       bisitz   10750: 
                   10751:    'email files'
1.12      zhu      10752: => '电子邮件档案',
1.6       bisitz   10753: 
                   10754:    'homepage'
1.12      zhu      10755: => '主页',
1.6       bisitz   10756: 
                   10757:    'roster'
1.12      zhu      10758: => '花名册',
1.6       bisitz   10759: 
                   10760:    'Edit Group Homepage'
1.12      zhu      10761: => '编辑组首页',
1.6       bisitz   10762: 
                   10763:    'Edit Group Settings'
1.12      zhu      10764: => '编辑组设置',
1.6       bisitz   10765: 
                   10766:    'Available Group Tools'
1.12      zhu      10767: => '可用的工具组',
1.6       bisitz   10768: 
1.22      zhu      10769:    'Group Chat Room'
1.12      zhu      10770: => '组聊天室',
1.6       bisitz   10771: 
                   10772:    'Group e-mail'
1.12      zhu      10773: => '组电子邮箱',
1.6       bisitz   10774: 
                   10775:    'Group page - [_1]'
1.12      zhu      10776: => '组页 - [_1]',
1.6       bisitz   10777: 
                   10778:    '[_1] discussion boards - [_2]'
1.12      zhu      10779: => '[_1] 论坛 - [_2]',
1.6       bisitz   10780: 
                   10781:    'New Discussion Board'
1.12      zhu      10782: => '创建新论坛',
1.6       bisitz   10783: 
                   10784:    'There are currently no discussion boards in this [_1].'
1.12      zhu      10785: => '在这 [_1] 里目前还没有论坛。',
1.6       bisitz   10786: 
                   10787:    'Discussion Board Title'
1.12      zhu      10788: => '论坛讨论标题',
1.6       bisitz   10789: 
                   10790:    'The new discussion board was added successfully.<br />'
1.12      zhu      10791: => '新的讨论论坛已成功创建。<br />',
1.6       bisitz   10792: 
                   10793:    'Edit [_1] board'
1.12      zhu      10794: => '编辑 [_1] 论坛',
1.6       bisitz   10795: 
                   10796:    'View all group discussion boards'
1.12      zhu      10797: => '查看各组讨论论坛',
1.6       bisitz   10798: 
                   10799:    'Show Student View'
1.12      zhu      10800: => '以学生视角显示',
1.6       bisitz   10801: 
                   10802:    'Note: in anonymous discussion, your name is visible only to course faculty'
1.12      zhu      10803: => '注意:在匿名的讨论中,你的名字只有课程教师看的见。',
1.6       bisitz   10804: 
                   10805:    'Send a Message in a Group'
1.12      zhu      10806: => '组内发送邮件',
1.6       bisitz   10807: 
                   10808:    'As this group has no members, there are no recipients to select.'
1.12      zhu      10809: => '由于这组没有成员,您无法选择收件人。',
1.6       bisitz   10810: 
                   10811:    'Allow replies'
1.10      zhu      10812: => '允许回复',
1.6       bisitz   10813: 
                   10814:    'Reply to'
1.10      zhu      10815: => '回复',
1.6       bisitz   10816: 
                   10817:    'Group Portfolio'
1.12      zhu      10818: => '组档案',
1.6       bisitz   10819: 
                   10820:    '[_1] portfolio files - [_2]'
1.13      zhu      10821: => '[_1] 组合文件 - [_2]',
1.6       bisitz   10822: 
                   10823:    'There are no membership data to display for this [_1]'
1.93      raeburn  10824: => 'There are no membership data to display for this [_1]',
1.6       bisitz   10825: 
                   10826:    'Group Membership'
1.12      zhu      10827: => '组成员',
1.6       bisitz   10828: 
                   10829:    '[_1] membership status - [_2]'
1.12      zhu      10830: => '[_1] 成员状态 - [_2]',
1.6       bisitz   10831: 
                   10832:    'Group Message'
1.55      zhu      10833: => '组邮件',
1.6       bisitz   10834: 
                   10835:    'Compose Group Message'
1.55      zhu      10836: => '撰写组邮件',
1.6       bisitz   10837: 
                   10838:    'Course Discussion Boards'
1.9       zhu      10839: => '课程讨论区',
1.6       bisitz   10840: 
                   10841:    'Post Discussion'
1.12      zhu      10842: => '提交讨论文件',
1.6       bisitz   10843: 
                   10844:    'Post Anonymous Discussion'
1.12      zhu      10845: => '匿名提交讨论文件',
1.6       bisitz   10846: 
                   10847:    'Content'
1.12      zhu      10848: => '内容',
1.6       bisitz   10849: 
                   10850:    'You do not currently have rights to view this group.'
1.93      raeburn  10851: => 'You do not currently have rights to view this group.',
1.6       bisitz   10852: 
                   10853:    'No page information provided.'
1.93      raeburn  10854: => 'No page information provided.',
1.6       bisitz   10855: 
                   10856:    '<p>No page information provided.</p>'
                   10857: => '<p>Keine Seiteninformationen angegeben.</p>',
                   10858: 
                   10859:    'Available functions'
1.12      zhu      10860: => '可用的功能',
1.6       bisitz   10861: 
                   10862:    'No group functionality.'
1.93      raeburn  10863: => 'No group functionality.',
1.6       bisitz   10864: 
                   10865:    'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].'
1.93      raeburn  10866: => 'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].',
1.6       bisitz   10867: 
                   10868:    'Group Page'
1.12      zhu      10869: => '组页',
1.6       bisitz   10870: 
1.57      zhu      10871:    'Quota allocated to group portfolio:'
                   10872: => '配额分配给组文件夹',
                   10873: 
1.6       bisitz   10874: 
                   10875:    'The quota is currently [_1] Mb'
1.57      zhu      10876: => '目前的配额: [_1] MB',
1.6       bisitz   10877: 
                   10878:    'The quota can be increased to [_1] Mb, by adding all unallocated space for groups in the course.'
1.57      zhu      10879: => '配额可提高到 [_1] MB, 加上该课程的组中所有未分配的空间。',
1.6       bisitz   10880: 
                   10881:    '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      10882: => '每个协作工具,包括核心权限,分配给所有成员基本权限。某些工具可能会还具有额外的权限,即可以设置特定的成员。',
1.6       bisitz   10883: 
                   10884:    'All group members will receive the same privileges for any tool assigned to them, including the default set of optional privileges.'
1.57      zhu      10885: => '所有组成员分配给他们的任何工具将得到相同的权限,包括默认设置可选特权。',
1.6       bisitz   10886: 
                   10887:    'Different group members may receive different privileges from others for the tools they have been assigned.'
1.93      raeburn  10888: => 'Different group members may receive different privileges from others for the tools they have been assigned.',
1.6       bisitz   10889: 
                   10890:    'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.'
1.93      raeburn  10891: => 'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.',
1.6       bisitz   10892: 
                   10893:    '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  10894: => '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   10895: 
                   10896:    'if enabled on the next page'
1.93      raeburn  10897: => 'if enabled on the next page',
1.6       bisitz   10898: 
                   10899:    'if enabled below'
1.93      raeburn  10900: => 'if enabled below',
1.6       bisitz   10901: 
                   10902:    'Additional privileges'
1.93      raeburn  10903: => 'Additional privileges',
1.6       bisitz   10904: 
                   10905:    'Fixed privileges'
1.57      zhu      10906: => '固定权限',
1.6       bisitz   10907: 
                   10908:    'Optional privileges'
1.57      zhu      10909: => '任择权限',
1.6       bisitz   10910: 
                   10911:    'Collaborative Tool'
1.57      zhu      10912: => '协作工具',
1.6       bisitz   10913: 
                   10914:    'Fixed'
1.57      zhu      10915: => '固定的',
1.6       bisitz   10916: 
                   10917:    'Optional'
1.57      zhu      10918: => '可选的',
1.6       bisitz   10919: 
                   10920:    'Additional Tools'
1.57      zhu      10921: => '其他工具',
1.6       bisitz   10922: 
                   10923:    'Core privileges'
1.57      zhu      10924: => '基本权限',
1.6       bisitz   10925: 
                   10926:    '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  10927: => '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   10928: 
                   10929:    'All new group members will receive the same privileges.'
1.57      zhu      10930: => '所有新的小组成员将得到同样的权限。',
1.6       bisitz   10931: 
                   10932:    '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      10933: => '如果以前到期的成员正在重新启用,或者未来进入的成员现在正在激活,先前的权限将被保留。',
1.6       bisitz   10934: 
                   10935:    'As no group members are being added, there are no specific user privileges to set.'
1.57      zhu      10936: => '由于没有增加组成员,没有设置具体用户的权限。',
1.6       bisitz   10937: 
                   10938:    '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      10939: => '目前还没有任何组织成员的权限以显示或设置,因为您还没有表示,你将被激活,重新启用,改变权限,或添加/删除任何现有成员的工具。',
1.6       bisitz   10940: 
                   10941:    'Currently the group is configured '
1.57      zhu      10942: => '目前该组的配置, ',
1.6       bisitz   10943: 
                   10944:    'so different members can receive different optional privileges for a particular tool.'
1.57      zhu      10945: => '不同成员为特定的工具可以得到不同的可选权限。',
1.6       bisitz   10946: 
                   10947:    'so all members will receive the same optional privileges for a particular tool.'
1.57      zhu      10948: => '所有成员为特定的工具可以得到相同的可选权限。',
1.6       bisitz   10949: 
                   10950:    'Settings for automatic group enrollment'
1.57      zhu      10951: => '设置自动分配组',
1.6       bisitz   10952: 
                   10953:    'Group membership mapping to specific sections/roles'
1.93      raeburn  10954: => 'Group membership mapping to specific sections/roles',
1.6       bisitz   10955: 
                   10956:    'Enable/disable automatic group enrollment for users in specified roles and sections'
1.93      raeburn  10957: => 'Enable/disable automatic group enrollment for users in specified roles and sections',
1.6       bisitz   10958: 
                   10959:    '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  10960: => '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   10961: 
                   10962:    "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  10963: => "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   10964: 
                   10965:    'Automatically enable group membership when roles are added?'
1.93      raeburn  10966: => 'Automatically enable group membership when roles are added?',
1.6       bisitz   10967: 
                   10968:    'Automatically expire group membership when roles are removed?'
1.93      raeburn  10969: => 'Automatically expire group membership when roles are removed?',
1.6       bisitz   10970: 
                   10971:    'Currently set to'
1.57      zhu      10972: => '当前设置为',
1.6       bisitz   10973: 
                   10974:    'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.'
1.93      raeburn  10975: => 'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.',
1.6       bisitz   10976: 
                   10977:    'Pick roles and sections for automatic group enrollment'
1.93      raeburn  10978: => 'Pick roles and sections for automatic group enrollment',
1.6       bisitz   10979: 
                   10980:    'Active?'
1.57      zhu      10981: => '激活?',
1.6       bisitz   10982: 
1.57      zhu      10983:    'Send group message'
1.12      zhu      10984: => '发送组邮件', # .n.t.
1.6       bisitz   10985: 
                   10986:    'Create boards'
1.12      zhu      10987: => '创建论坛', # n.t.
1.6       bisitz   10988: 
                   10989:    'Edit own posts'
1.57      zhu      10990: => '编辑自己的帖子', # .n.t.
1.6       bisitz   10991: 
                   10992:    'Hide/Delete any post'
1.57      zhu      10993: => '隐藏/删除 任意帖子',
1.6       bisitz   10994: 
                   10995:    'View boards'
1.57      zhu      10996: => '查看论坛', # .n.t.
1.6       bisitz   10997: 
                   10998:    'Control Access'
1.57      zhu      10999: => '访问控制', # .n.t.
1.6       bisitz   11000: 
                   11001:    'Basic Display'
1.57      zhu      11002: => '基本显示', # .n.t.
1.6       bisitz   11003: 
                   11004:    'Detailed Display'
1.57      zhu      11005: => '详细显示', # .n.t.
1.6       bisitz   11006: 
                   11007:    'View page'
1.57      zhu      11008: => '查看网页', # .n.t.
1.6       bisitz   11009: 
                   11010:    'Modify page'
1.57      zhu      11011: => '修改网页', # .n.t.
1.6       bisitz   11012: 
                   11013:    'email'
1.93      raeburn  11014: => 'email',
1.6       bisitz   11015: 
1.57      zhu      11016:    'Broadcast message'
                   11017: => '广播邮件',
1.6       bisitz   11018: 
                   11019:    'files'
1.12      zhu      11020: => '文件',
1.6       bisitz   11021: 
                   11022:    'Foils without names exist. This can cause problems to malfunction.'
1.93      raeburn  11023: => 'Foils without names exist. This can cause problems to malfunction.',
1.6       bisitz   11024: 
                   11025:    'Unknown area style [_1]'
1.93      raeburn  11026: => 'Unknown area style [_1]',
1.6       bisitz   11027: 
                   11028:    "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name."
1.93      raeburn  11029: => "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name.",
1.6       bisitz   11030: 
                   11031:    'Forwarded message from '
1.93      raeburn  11032: => 'Forwarded message from ',
1.6       bisitz   11033: 
                   11034:    'You received a critical message from [_1] in LON-CAPA.'
1.93      raeburn  11035: => 'You received a critical message from [_1] in LON-CAPA.',
1.6       bisitz   11036: 
                   11037:    'You received a message from [_1] in LON-CAPA.'
1.93      raeburn  11038: => 'You received a message from [_1] in LON-CAPA.',
1.6       bisitz   11039: 
                   11040:    "'New'  critical message from "
1.93      raeburn  11041: => "'New'  critical message from ",
1.6       bisitz   11042: 
                   11043:    "'New'  message from "
1.93      raeburn  11044: => "'New'  message from ",
1.6       bisitz   11045: 
                   11046:    'Refers to'
1.93      raeburn  11047: => 'Refers to',
1.6       bisitz   11048: 
                   11049:    'Previous attempts of student (if applicable)'
1.93      raeburn  11050: => 'Previous attempts of student (if applicable)',
1.6       bisitz   11051: 
                   11052:    'Original screen output (if applicable)'
1.93      raeburn  11053: => 'Original screen output (if applicable)',
1.6       bisitz   11054: 
                   11055:    'Correct Answer(s) (if applicable)'
1.93      raeburn  11056: => 'Correct Answer(s) (if applicable)',
1.6       bisitz   11057: 
                   11058:    '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  11059: => '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   11060: 
                   11061:    'The subject is 
                   11062: 
                   11063:  [_1]
                   11064: 
                   11065: '
                   11066: => 'Der Betreff lautet 
                   11067: 
                   11068:  [_1]
                   11069: 
                   11070: ',
                   11071: 
                   11072:    'Excerpt'
1.93      raeburn  11073: => 'Excerpt',
1.6       bisitz   11074: 
                   11075:    'Use 
                   11076: 
                   11077:  [_1]
                   11078: 
                   11079: to access the full message.'
                   11080: => 'Ueber 
                   11081: 
                   11082:  [_1]
                   11083: 
                   11084: erhalten Sie auf die gesamte Nachricht Zugriff.',
                   11085: 
                   11086:    'You can reply to this message'
1.93      raeburn  11087: => 'You can reply to this message',
1.6       bisitz   11088: 
                   11089:    'A reply will not be received by the recipient!'
1.93      raeburn  11090: => 'A reply will not be received by the recipient!',
1.6       bisitz   11091: 
                   11092:    "Include in course's 'User records' for recipient(s)"
1.10      zhu      11093: => "包括课程中的'用户记录'给收信人",
1.6       bisitz   11094: 
                   11095:    'No replies to sender'
1.10      zhu      11096: => '没有答复发件人',
1.6       bisitz   11097: 
                   11098:    'Display Message'
1.10      zhu      11099: => '显示邮件',
1.6       bisitz   11100: 
                   11101:    'Replying to a Message'
1.10      zhu      11102: => '回复邮件',
1.6       bisitz   11103: 
                   11104:    'Forwarding a Message'
1.10      zhu      11105: => '转发邮件',
1.6       bisitz   11106: 
                   11107:    'Forwarding Multiple Messages'
1.10      zhu      11108: => '转发多封邮件',
1.6       bisitz   11109: 
                   11110:    'At end of file some tags were still left unclosed, '
1.93      raeburn  11111: => 'At end of file some tags were still left unclosed, ',
1.6       bisitz   11112: 
                   11113:    'Upload and Send'
1.10      zhu      11114: => '上传和发送',
1.6       bisitz   11115: 
                   11116:    'Choose which course(s) to list.'
1.93      raeburn  11117: => 'Choose which course(s) to list.',
1.6       bisitz   11118: 
                   11119:    'Display courses'
1.10      zhu      11120: => '显示课程',
1.6       bisitz   11121: 
                   11122:    'Public'
1.10      zhu      11123: => '公开的',
1.6       bisitz   11124: 
1.35      bisitz   11125:    'Answer [_1]'
                   11126: => '答复 [_1]',
1.6       bisitz   11127: 
                   11128:    'EditXML [_1]'
1.93      raeburn  11129: => 'EditXML [_1]',
1.6       bisitz   11130: 
                   11131:    'Not authorized'
1.10      zhu      11132: => '未授权',
1.6       bisitz   11133: 
                   11134:    'An error occurred while processing this resource. The author has been notified.'
1.93      raeburn  11135: => 'An error occurred while processing this resource. The author has been notified.',
1.6       bisitz   11136: 
                   11137:    'Code ran too long. It ran for more than'
1.93      raeburn  11138: => 'Code ran too long. It ran for more than',
1.6       bisitz   11139: 
                   11140:    'seconds occurred while running &lt;while&gt; on line'
1.93      raeburn  11141: => 'seconds occurred while running &lt;while&gt; on line',
1.6       bisitz   11142: 
                   11143:    'Student View'
1.18      zhu      11144: => '学生视野',
1.6       bisitz   11145: 
                   11146:    'Correct answer'
1.18      zhu      11147: => '正确答案',
1.6       bisitz   11148: 
                   11149:    'Could not identify problem.'
1.18      zhu      11150: => '无法确定的问题。', # ???
1.6       bisitz   11151: 
                   11152:    'Chart'
1.18      zhu      11153: => '图表',
1.6       bisitz   11154: 
1.77      bisitz   11155:    'Student Data'
                   11156: => '学生资料',
1.6       bisitz   11157: 
                   11158:    'HTML, with links'
1.18      zhu      11159: => 'HTML格式,链接',
1.6       bisitz   11160: 
                   11161:    'HTML, with all links'
1.18      zhu      11162: => 'HTML格式,与所有链接',
1.6       bisitz   11163: 
                   11164:    'HTML, without links'
1.18      zhu      11165: => 'HTML格式,没有链接',
1.6       bisitz   11166: 
                   11167:    'Output Data'
1.18      zhu      11168: => '输出数据',
1.6       bisitz   11169: 
                   11170:    'Scores Summary'
1.18      zhu      11171: => '总分',
1.6       bisitz   11172: 
                   11173:    'Scores Per Problem'
1.18      zhu      11174: => '每题分数',
1.6       bisitz   11175: 
                   11176:    'Parts Correct'
1.93      raeburn  11177: => 'Parts Correct',
1.6       bisitz   11178: 
                   11179:    'fullname'
1.18      zhu      11180: => '全名',
1.6       bisitz   11181: 
                   11182:    'id'
1.18      zhu      11183: => 'ID/学生证号',
1.6       bisitz   11184: 
                   11185:    'Generate Chart'
1.18      zhu      11186: => '生成图表',
1.6       bisitz   11187: 
                   11188:    'Generate Graph'
1.18      zhu      11189: => '生成图',
1.6       bisitz   11190: 
                   11191:    'Select One Student'
1.18      zhu      11192: => '选择一个学生',
1.6       bisitz   11193: 
                   11194:    'All sections.'
1.18      zhu      11195: => '所有科目。',
1.6       bisitz   11196: 
                   11197:    'Section [_1].'
1.18      zhu      11198: => '章节 [_1]。',
1.6       bisitz   11199: 
                   11200:    'Section [_1]'
1.18      zhu      11201: => '章节 [_1]',
1.6       bisitz   11202: 
                   11203:    'Sections [_1] and [_2].'
1.18      zhu      11204: => '章节 [_1] 和 [_2]。',
1.6       bisitz   11205: 
                   11206:    'All groups.'
1.12      zhu      11207: => '所有组。',
1.6       bisitz   11208: 
                   11209:    'Group [_1].'
1.12      zhu      11210: => '组 [_1].',
1.6       bisitz   11211: 
                   11212:    'Groups [_1] and [_2].'
1.12      zhu      11213: => '组 [_1] 和 [_2].',
1.6       bisitz   11214: 
                   11215:    'Active access status.'
1.93      raeburn  11216: => 'Active access status.',
1.6       bisitz   11217: 
                   11218:    'Future access status.'
1.93      raeburn  11219: => 'Future access status.',
1.6       bisitz   11220: 
                   11221:    'Expired access status.'
1.93      raeburn  11222: => 'Expired access status.',
1.6       bisitz   11223: 
                   11224:    'Any access status.'
1.93      raeburn  11225: => 'Any access status.',
1.6       bisitz   11226: 
                   11227:    'Show links in new window:'
1.93      raeburn  11228: => 'Show links in new window:',
1.6       bisitz   11229: 
1.77      bisitz   11230:    'Summary Table'
1.93      raeburn  11231: => 'Summary Table',
1.77      bisitz   11232: 
1.6       bisitz   11233:    'Summary Tables'
1.93      raeburn  11234: => 'Summary Tables',
1.6       bisitz   11235: 
1.77      bisitz   11236:    'Summary table for [_1] ([_2])'
1.93      raeburn  11237: => 'Summary table for [_1] ([_2])',
1.6       bisitz   11238: 
                   11239:    'Average'
1.93      raeburn  11240: => 'Average',
1.6       bisitz   11241: 
1.77      bisitz   11242:    'maximum'
1.93      raeburn  11243: => 'maximum',
1.77      bisitz   11244: 
1.6       bisitz   11245:    'Maximum'
                   11246: => 'Maximum',
                   11247: 
1.77      bisitz   11248:    'Max. Total'
1.93      raeburn  11249: => 'Max. Total',
1.77      bisitz   11250: 
                   11251:    'Median'
                   11252: => 'Median',
                   11253: 
                   11254:    'Std Dev'
1.93      raeburn  11255: => 'Std Dev',
1.77      bisitz   11256: 
                   11257:    'sum'
1.93      raeburn  11258: => 'sum',
1.77      bisitz   11259: 
                   11260:    'maximum possible'
1.93      raeburn  11261: => 'maximum possible',
1.77      bisitz   11262: 
                   11263:    'parts correct'
1.93      raeburn  11264: => 'parts correct',
1.77      bisitz   11265: 
1.6       bisitz   11266:    'Return to the chart'
1.93      raeburn  11267: => 'Return to the chart',
1.6       bisitz   11268: 
1.77      bisitz   11269:    'Compiled on [_1]'
1.93      raeburn  11270: => 'Compiled on [_1]',
1.77      bisitz   11271: 
1.6       bisitz   11272:    "Click on a student's name or username to view their chart"
1.93      raeburn  11273: => "Click on a student's name or username to view their chart",
1.6       bisitz   11274: 
                   11275:    'status'
1.57      zhu      11276: => '状态',
1.6       bisitz   11277: 
                   11278:    'groups'
1.12      zhu      11279: => '组',
1.6       bisitz   11280: 
                   11281:    'Click on a students name or username to view their chart'
1.93      raeburn  11282: => 'Click on a students name or username to view their chart',
1.6       bisitz   11283: 
                   11284:    'Essay will be hand graded.'
1.93      raeburn  11285: => 'Essay will be hand graded.',
1.6       bisitz   11286: 
                   11287:    'Text you want to appear by default:'
1.18      zhu      11288: => '文字在默认情况下显示:',
1.6       bisitz   11289: 
                   11290:    'Check as many files as you wish in response to the problem:'
1.13      zhu      11291: => '选择所有的文件对于您想答复的问题:',
1.6       bisitz   11292: 
                   11293:    'Select portfolio files'
1.13      zhu      11294: => '选择组合文件',
1.6       bisitz   11295: 
                   11296:    'Select checked files, and continue selecting'
1.13      zhu      11297: => '选择文件并继续选择',
1.6       bisitz   11298: 
                   11299:    'Select checked files, and close window'
1.13      zhu      11300: => '选择文件并关闭窗口',
1.6       bisitz   11301: 
                   11302:    'Copy of'
1.93      raeburn  11303: => 'Copy of',
1.6       bisitz   11304: 
                   11305:    '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  11306: => '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   11307: 
                   11308:    'Overall result: [_1]'
1.18      zhu      11309: => '总分: [_1]',
1.6       bisitz   11310: 
                   11311:    'Dimension: [_1], status [_2] '
1.93      raeburn  11312: => 'Dimension: [_1], status [_2] ',
1.6       bisitz   11313: 
                   11314:    'Queue Status'
1.10      zhu      11315: => '队列状态',
1.6       bisitz   11316: 
                   11317:    'Check Mark'
1.10      zhu      11318: => '核选标记',
1.6       bisitz   11319: 
                   11320:    'Return commented version of [_1] to student.'
1.93      raeburn  11321: => 'Return commented version of [_1] to student.',
1.6       bisitz   11322: 
                   11323:    'Download All Submitted Documents'
1.93      raeburn  11324: => 'Download All Submitted Documents',
1.6       bisitz   11325: 
1.52      bisitz   11326:    'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])'
1.93      raeburn  11327: => 'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])',
1.6       bisitz   11328: 
                   11329:    'Compose message to student'
1.93      raeburn  11330: => 'Compose message to student',
1.6       bisitz   11331: 
                   11332:    'incl. grades'
1.10      zhu      11333: => '包含评分',
1.6       bisitz   11334: 
1.66      bisitz   11335:    'Message will be sent when you click on Save &amp; Next below.'
1.93      raeburn  11336: => 'Message will be sent when you click on Save &amp; Next below.',
1.6       bisitz   11337: 
                   11338:    'Set/Change parameters'
1.93      raeburn  11339: => 'Set/Change parameters',
1.6       bisitz   11340: 
                   11341:    'Grading Feedback'
1.27      zhu      11342: => '评估反馈',
1.6       bisitz   11343: 
1.52      bisitz   11344:    'Sending message to [_1]'
                   11345: => '发送邮件至 [_1]',
1.6       bisitz   11346: 
                   11347:    'Not allowed to modify grades for [_1]'
1.93      raeburn  11348: => 'Not allowed to modify grades for [_1]',
1.6       bisitz   11349: 
                   11350:    'You need to specify the username or ID'
1.93      raeburn  11351: => 'You need to specify the username or ID',
1.6       bisitz   11352: 
                   11353:    'You need to specify at least one grading field'
1.93      raeburn  11354: => 'You need to specify at least one grading field',
1.6       bisitz   11355: 
                   11356:    'Specify a file containing the class scores for current resource'
1.93      raeburn  11357: => 'Specify a file containing the class scores for current resource',
1.6       bisitz   11358: 
                   11359:    'Upload Scores'
1.27      zhu      11360: => '上传分数',
1.6       bisitz   11361: 
                   11362:    'Some point values were assigned for problems with a weight of zero. These values were ignored.'
1.93      raeburn  11363: => 'Some point values were assigned for problems with a weight of zero. These values were ignored.',
1.6       bisitz   11364: 
                   11365:    'Use CODE:'
1.93      raeburn  11366: => 'Use CODE:',
1.6       bisitz   11367: 
                   11368:    'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.'
1.93      raeburn  11369: => 'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.',
1.6       bisitz   11370: 
                   11371:    'scores from file' # Upload scores from file
1.93      raeburn  11372: => 'scores from file',
1.6       bisitz   11373: 
                   11374:    'Process'
1.93      raeburn  11375: => 'Process',
1.6       bisitz   11376: 
                   11377:    'clicker file' # Process clicker file
1.93      raeburn  11378: => 'clicker file',
1.6       bisitz   11379: 
                   11380:    'Grade'
1.93      raeburn  11381: => 'Grade',
1.6       bisitz   11382: 
                   11383:    'scantron forms' # Grade scantron forms
1.93      raeburn  11384: => 'scantron forms',
1.6       bisitz   11385: 
                   11386:    'Verify'
                   11387: => 'Überprüfen',
                   11388: 
                   11389:    'receipt'
1.93      raeburn  11390: => 'receipt',
1.6       bisitz   11391: 
                   11392:    'Manage'
1.93      raeburn  11393: => 'Manage',
1.6       bisitz   11394: 
                   11395:    'saved CODEs' # View saved CODEs
1.93      raeburn  11396: => 'saved CODEs', # n.t.
1.6       bisitz   11397: 
                   11398:    'Specify a file containing the clicker information for this resource'
1.93      raeburn  11399: => 'Specify a file containing the clicker information for this resource',
1.6       bisitz   11400: 
                   11401:    'Upload File'
1.27      zhu      11402: => '上传文件',
1.6       bisitz   11403: 
                   11404:    'Award points just for participation'
1.93      raeburn  11405: => 'Award points just for participation',
1.6       bisitz   11406: 
                   11407:    'Correctness determined from response by course personnel'
1.93      raeburn  11408: => 'Correctness determined from response by course personnel',
1.6       bisitz   11409: 
                   11410:    'Correctness determined from response with clicker ID(s)'
1.93      raeburn  11411: => 'Correctness determined from response with clicker ID(s)',
1.6       bisitz   11412: 
                   11413:    'Percentage points for correct solution'
1.93      raeburn  11414: => 'Percentage points for correct solution',
1.6       bisitz   11415: 
                   11416:    'Percentage points for incorrect solution'
1.93      raeburn  11417: => 'Percentage points for incorrect solution',
1.6       bisitz   11418: 
                   11419:    'You need to specify a clicker ID for the correct answer'
1.93      raeburn  11420: => 'You need to specify a clicker ID for the correct answer',
1.6       bisitz   11421: 
                   11422:    'Score based on attendance only'
1.93      raeburn  11423: => 'Score based on attendance only',
1.6       bisitz   11424: 
                   11425:    'Correctness determined by the following IDs'
1.93      raeburn  11426: => 'Correctness determined by the following IDs',
1.6       bisitz   11427: 
                   11428:    'specified'
1.93      raeburn  11429: => 'specified',
1.6       bisitz   11430: 
                   11431:    'No IDs found to determine correct answer'
1.93      raeburn  11432: => 'No IDs found to determine correct answer',
1.6       bisitz   11433: 
                   11434:    '[_1] Error: [_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.'
                   11435: => '[_1] Fehler: [_2] Die Datei, die Sie versucht haben hochzuladen, [_3] enthält keine Informationen. Bitte überprüfen Sie, ob Sie den richtigen Dateinamen angegeben haben.',
                   11436: 
                   11437:    'Scanning clicker file'
1.93      raeburn  11438: => 'Scanning clicker file',
1.6       bisitz   11439: 
                   11440:    'Found [_1] question(s)'
                   11441: => '[_1] Frage(n) gefunden',
                   11442: 
                   11443:    'Awarding [_1] percent for correct and [_2] percent for incorrect responses'
                   11444: => '[_1] Prozent für korrekte und [_2] Prozent für inkorrekte Antworten erhalten',
                   11445: 
                   11446:    'Clicker registered more than once'
1.93      raeburn  11447: => 'Clicker registered more than once',
1.6       bisitz   11448: 
                   11449:    'Unregistered Clicker'
1.93      raeburn  11450: => 'Unregistered Clicker',
1.6       bisitz   11451: 
                   11452:    'Found [_1] registered and [_2] unregistered clickers.'
                   11453: => '[_1] registrierte und [_2] nicht registrierte Clicker gefunden.',
                   11454: 
                   11455:    'Found no correct answers answers for grading!'
1.93      raeburn  11456: => 'Found no correct answers answers for grading!',
1.6       bisitz   11457: 
                   11458:    'Found [_1] entries for grading!'
                   11459: => '[_1] Einträge zur Bewertung gefunden!',
                   11460: 
                   11461:    'Found no questions.'
1.93      raeburn  11462: => 'Found no questions.',
1.6       bisitz   11463: 
                   11464:    'Finalize Grading'
1.93      raeburn  11465: => 'Finalize Grading',
1.6       bisitz   11466: 
                   11467:    'Question [_1]'
1.93      raeburn  11468: => 'Question [_1]',
1.6       bisitz   11469: 
                   11470:    'Assigning grades based on clicker file'
1.93      raeburn  11471: => 'Assigning grades based on clicker file',
1.6       bisitz   11472: 
                   11473:    'More than one correct result given for question "[_1]": [_2] versus [_3].'
1.93      raeburn  11474: => 'More than one correct result given for question "[_1]": [_2] versus [_3].',
1.6       bisitz   11475: 
                   11476:    'No correct result given for question "[_1]"!'
1.93      raeburn  11477: => 'No correct result given for question "[_1]"!',
1.6       bisitz   11478: 
                   11479:    'Correct answer: [_1]'
1.18      zhu      11480: => '正确答案: [_1]',
1.6       bisitz   11481: 
                   11482:    'Successfully stored grades for [_1] student(s).'
1.93      raeburn  11483: => 'Successfully stored grades for [_1] student(s).',
1.6       bisitz   11484: 
                   11485:    'Grading Menu'
1.27      zhu      11486: => '评估菜单',
1.6       bisitz   11487: 
                   11488:    'Missing tags, unable to properly run file.'
1.93      raeburn  11489: => 'Missing tags, unable to properly run file.',
1.6       bisitz   11490: 
                   11491:    'Using tag [_1] on line [_2] as end tag to [_3]'
                   11492: => 'Using tag [_1] on line [_2] as end tag to [_3]', # ??? lonxml.pm [SB 2008-08-07]
                   11493: 
                   11494:    'Found tag [_1] on line [_2] when looking for [_3] in file.'
1.93      raeburn  11495: => 'Found tag [_1] on line [_2] when looking for [_3] in file.',
1.6       bisitz   11496: 
1.66      bisitz   11497:    'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -'
1.93      raeburn  11498: => 'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -',
1.6       bisitz   11499: 
                   11500:    'File not found'
1.93      raeburn  11501: => 'File not found',
1.6       bisitz   11502: 
                   11503:    '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  11504: => '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   11505: 
                   11506:    'An error occurred while processing this resource. The instructor has been notified.'
1.93      raeburn  11507: => 'An error occurred while processing this resource. The instructor has been notified.',
1.6       bisitz   11508: 
                   11509:    'CourseID'
1.27      zhu      11510: => '课程编号',
1.6       bisitz   11511: 
                   11512:    'DocID'
1.27      zhu      11513: => '文件编号',
1.6       bisitz   11514: 
                   11515:    'Username, password and domain need to be specified.'
1.27      zhu      11516: => '用户名,密码和域必须指定!',
1.6       bisitz   11517: 
                   11518:    'Untitled Resource'
1.27      zhu      11519: => '无名资源',
1.6       bisitz   11520: 
                   11521:    'Not Available'
1.93      raeburn  11522: => 'Not Available',
1.6       bisitz   11523: 
                   11524:    'Clear'
1.93      raeburn  11525: => 'Clear',
1.6       bisitz   11526: 
                   11527:    'There are no parameters.'
1.93      raeburn  11528: => 'There are no parameters.',
1.6       bisitz   11529: 
                   11530:    'enroll type/action'
1.27      zhu      11531: => '注册类型/行动',
1.6       bisitz   11532: 
                   11533:    '<br />Map not loaded: The file <tt>[_1]</tt> does not exist.'
                   11534: => '<br />Inhaltszusammenstellung nicht geladen: Die Datei <tt>[_1]</tt> existiert nicht.',
                   11535: 
                   11536:    'Saved.'
1.18      zhu      11537: => '保存的。',
1.6       bisitz   11538: 
                   11539:    'An error occurred while saving.'
1.93      raeburn  11540: => 'An error occurred while saving.',
1.6       bisitz   11541: 
                   11542:    'Reverted.'
1.93      raeburn  11543: => 'Reverted.',
1.6       bisitz   11544: 
                   11545:    'Title in map'
1.93      raeburn  11546: => 'Title in map',
1.6       bisitz   11547: 
                   11548:    'Filename of resource'
1.93      raeburn  11549: => 'Filename of resource',
1.6       bisitz   11550: 
                   11551:    'Link to published resource'
1.93      raeburn  11552: => 'Link to published resource',
1.6       bisitz   11553: 
                   11554:    'Link to resource in Construction Space'
1.93      raeburn  11555: => 'Link to resource in Construction Space',
1.6       bisitz   11556: 
                   11557:    'Resource space'
1.93      raeburn  11558: => 'Resource space',
1.6       bisitz   11559: 
                   11560:    'Construction space'
1.93      raeburn  11561: => 'Construction space',
1.6       bisitz   11562: 
                   11563:    'discard'
1.93      raeburn  11564: => 'discard',
1.6       bisitz   11565: 
                   11566:    'Change Order'
1.93      raeburn  11567: => 'Change Order',
1.6       bisitz   11568: 
                   11569:    'Sort Imported Resources'
1.93      raeburn  11570: => 'Sort Imported Resources',
1.6       bisitz   11571: 
                   11572:    'Finalize order of resources'
1.93      raeburn  11573: => 'Finalize order of resources',
1.6       bisitz   11574: 
                   11575:    'Recover Deleted'
1.93      raeburn  11576: => 'Recover Deleted',
1.6       bisitz   11577: 
                   11578:    'Recover Removed Resources'
1.93      raeburn  11579: => 'Recover Removed Resources',
1.6       bisitz   11580: 
                   11581:    'Recover Checked'
1.93      raeburn  11582: => 'Recover Checked',
1.6       bisitz   11583: 
                   11584:    'Recent Detailed Assessment Statistical Data'
1.93      raeburn  11585: => 'Recent Detailed Assessment Statistical Data',
1.6       bisitz   11586: 
                   11587:    'No information available'
1.93      raeburn  11588: => 'No information available',
1.6       bisitz   11589: 
                   11590:    'Creating new file [_1]'
1.12      zhu      11591: => '创建新文件 [_1]',
1.6       bisitz   11592: 
                   11593:    '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  11594: => '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   11595: 
                   11596:     'Associate Resource With Selected Course'
1.93      raeburn  11597: => 'Associate Resource With Selected Course',
1.6       bisitz   11598: 
                   11599:    'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.'
1.93      raeburn  11600: => 'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.',
1.6       bisitz   11601: 
                   11602:    '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  11603: => '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   11604: 
                   11605:    'not available'
1.93      raeburn  11606: => 'not available',
1.6       bisitz   11607: 
                   11608:    'most recent version'
1.93      raeburn  11609: => 'most recent version',
1.6       bisitz   11610: 
                   11611:    'information not available'
1.93      raeburn  11612: => 'information not available',
1.6       bisitz   11613: 
                   11614:    'Num Student'
1.93      raeburn  11615: => 'Num Student',
1.6       bisitz   11616: 
                   11617:    'Degree of Difficulty'
1.93      raeburn  11618: => 'Degree of Difficulty',
1.6       bisitz   11619: 
                   11620:    'Degree of Discrimination'
1.93      raeburn  11621: => 'Degree of Discrimination',
1.6       bisitz   11622: 
                   11623:    'Time of computation'
1.93      raeburn  11624: => 'Time of computation',
1.6       bisitz   11625: 
                   11626:    'Messages deleted.'
1.22      zhu      11627: => '邮件已删除。',
1.6       bisitz   11628: 
                   11629:    'Error deleting messages'
1.93      raeburn  11630: => 'Error deleting messages',
1.6       bisitz   11631: 
                   11632:    'Messages cleared.'
1.22      zhu      11633: => '邮件已删除。',
1.6       bisitz   11634: 
                   11635:    'Error clearing messages'
1.22      zhu      11636: => '删除邮件时发生错误',
1.6       bisitz   11637: 
                   11638:    'Delete Messages for this Resource'
1.93      raeburn  11639: => 'Delete Messages for this Resource',
1.6       bisitz   11640: 
                   11641:    'Back To Directory'
1.10      zhu      11642: => '返回目录',
1.6       bisitz   11643: 
                   11644:    'Associated with course [_1]'
1.93      raeburn  11645: => 'Associated with course [_1]',
1.6       bisitz   11646: 
                   11647:    'This resource is not associated with a course.'
1.93      raeburn  11648: => 'This resource is not associated with a course.',
1.6       bisitz   11649: 
                   11650:    'Discard Edits and Return to Portfolio'
                   11651: => 'Änderungen verwerfen und zurück zum Portfolio-Bereich',
                   11652: 
                   11653:    'Could not transfer data in added fields to notes'
1.93      raeburn  11654: => 'Could not transfer data in added fields to notes',
1.6       bisitz   11655: 
                   11656:    'Transferred data in added fields to notes'
1.93      raeburn  11657: => 'Transferred data in added fields to notes',
1.6       bisitz   11658: 
                   11659:    'Home'
1.36      zhu      11660: => '根目录',
1.6       bisitz   11661: 
                   11662:    'Usage Statistics'
1.36      zhu      11663: => '使用统计',
1.6       bisitz   11664: 
                   11665:    'Courses/Network Hits'
1.36      zhu      11666: => '课程/网络访问次数',
1.6       bisitz   11667: 
                   11668:    'Already in this course:<br />[_1] in folder/map [_2].<br />'
1.93      raeburn  11669: => 'Already in this course:<br />[_1] in folder/map [_2].<br />',
1.6       bisitz   11670: 
                   11671:    'External Resource, preview not enabled'
1.93      raeburn  11672: => 'External Resource, preview not enabled',
1.6       bisitz   11673: 
                   11674:    'Somewhere something went wrong'
1.93      raeburn  11675: => 'Somewhere something went wrong',
1.6       bisitz   11676: 
                   11677:    'Please help us to find out what.'
1.93      raeburn  11678: => 'Please help us to find out what.',
1.6       bisitz   11679: 
                   11680:    'Please take a moment to fill out the form below.'
1.93      raeburn  11681: => 'Please take a moment to fill out the form below.',
1.6       bisitz   11682: 
                   11683:    'Your information, together with internal debugging information, will be emailed to the system and server administrators.'
1.93      raeburn  11684: => 'Your information, together with internal debugging information, will be emailed to the system and server administrators.',
1.6       bisitz   11685: 
                   11686:    'Send Information'
1.18      zhu      11687: => '发送错误报告',
1.6       bisitz   11688: 
                   11689:    'Please describe what you did just before this screen came up'
1.93      raeburn  11690: => 'Please describe what you did just before this screen came up',
1.6       bisitz   11691: 
                   11692:    'Is this problem reproducible?'
1.93      raeburn  11693: => 'Is this problem reproducible?',
1.6       bisitz   11694: 
                   11695:    'Yes!'
1.18      zhu      11696: => '是!',
1.6       bisitz   11697: 
                   11698:    'Do you have any guesses why this might have happened?'
1.18      zhu      11699: => '你有任何猜测,为什么会发生?',
1.6       bisitz   11700: 
                   11701:    'Thank you for your help!'
1.18      zhu      11702: => '谢谢您的支持!',
1.6       bisitz   11703: 
                   11704:    'Internal info:'
1.18      zhu      11705: => '内部信息:',
1.6       bisitz   11706: 
                   11707:    'Report submitted'
1.18      zhu      11708: => '提交的报告',
1.6       bisitz   11709: 
                   11710:    'Sending Error Report'
1.18      zhu      11711: => '发送错误报告',
1.6       bisitz   11712: 
                   11713:    'Thank you!'
1.18      zhu      11714: => '谢谢您!',
1.6       bisitz   11715: 
                   11716:    'Warning: Report not submitted'
1.18      zhu      11717: => '警告:报告未提交',
1.6       bisitz   11718: 
                   11719:    'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.'
1.93      raeburn  11720: => 'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.',
1.6       bisitz   11721: 
                   11722:    'The document contains errors and cannot be published.'
1.93      raeburn  11723: => 'The document contains errors and cannot be published.',
1.6       bisitz   11724: 
                   11725:    'error(s)'
1.93      raeburn  11726: => 'error(s)',
1.6       bisitz   11727: 
                   11728:    '[quant,_1,error]'
                   11729: => '[quant,_1,Fehler,Fehler]',
                   11730: 
                   11731:    'Please fill out all fields below.'
1.18      zhu      11732: => '请填写以下所有问题。',
1.6       bisitz   11733: 
                   11734:    '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  11735: => '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   11736: 
1.68      bisitz   11737:    '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  11738: => '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   11739: 
1.6       bisitz   11740:    'Parameters'
1.26      zhu      11741: => '参数',
1.6       bisitz   11742: 
1.68      bisitz   11743:    'Parameters:'
                   11744: => '参数:',
                   11745: 
1.6       bisitz   11746:    'Total Score and Maximum Possible for each Sequence or Folder'
1.93      raeburn  11747: => 'Total Score and Maximum Possible for each Sequence or Folder',
1.6       bisitz   11748: 
                   11749:    'Score on each Problem Part'
1.93      raeburn  11750: => 'Score on each Problem Part',
1.6       bisitz   11751: 
                   11752:    'Number of Tries before success on each Problem Part'
1.93      raeburn  11753: => 'Number of Tries before success on each Problem Part',
1.6       bisitz   11754: 
1.77      bisitz   11755:    'Number of Problem Parts completed successfully'
1.93      raeburn  11756: => 'Number of Problem Parts completed successfully',
1.6       bisitz   11757: 
                   11758:    'Unable to retrieve course information.'
1.93      raeburn  11759: => 'Unable to retrieve course information.',
1.6       bisitz   11760: 
                   11761:    'Please select an action to perform using the new filename'
1.93      raeburn  11762: => 'Please select an action to perform using the new filename',
1.6       bisitz   11763: 
                   11764:    'View or modify a course'
1.70      zhu      11765: => '查看或修改课程', # long version: 'Kurs-Einstellungen betrachten oder ändern',
1.6       bisitz   11766: 
                   11767:    'Enter the course with the role of [_1]'
1.93      raeburn  11768: => 'Enter the course with the role of [_1]',
1.6       bisitz   11769: 
                   11770:    'Enter the course with the role of [_1].'
1.93      raeburn  11771: => 'Enter the course with the role of [_1].',
1.6       bisitz   11772: 
                   11773:    'View or modify course settings which only a [_1] may modify.'
1.93      raeburn  11774: => 'View or modify course settings which only a [_1] may modify.',
1.6       bisitz   11775: 
                   11776:    'Manage course users'
                   11777: => '管理课程参加者',
                   11778: 
                   11779:    'Upload a File of Course Users'
1.70      zhu      11780: => '课程用户上传文件',
1.6       bisitz   11781: 
1.69      droeschl 11782:    'Add/Modify a Course User'
1.79      bisitz   11783: => '添加/修改课程用户',
1.6       bisitz   11784: 
                   11785:    'Edit Custom Roles'
1.70      zhu      11786: => '编辑自定义角色',
                   11787: 
                   11788:    'Custom Role'
                   11789: => '自定义角色',
1.6       bisitz   11790: 
                   11791:    'Enroll a Single Student'
1.70      zhu      11792: => '注册一名学生',
1.6       bisitz   11793: 
                   11794:    'Enroll a student'
1.70      zhu      11795: => '注册学生',
1.6       bisitz   11796: 
                   11797:    'Manage Course Groups'
1.12      zhu      11798: => '管理课程组',
1.6       bisitz   11799: 
                   11800:    'This error occurred while processing response [_1] in part [_2]'
1.93      raeburn  11801: => 'This error occurred while processing response [_1] in part [_2]',
1.6       bisitz   11802: 
                   11803:    'This error occurred while processing part [_1]'
1.93      raeburn  11804: => 'This error occurred while processing part [_1]',
1.6       bisitz   11805: 
                   11806:    'Unable to find section for this student'
1.93      raeburn  11807: => 'Unable to find section for this student',
1.6       bisitz   11808: 
                   11809:    'Classlist update for "[_1]" in "[_2]".'
1.93      raeburn  11810: => 'Classlist update for "[_1]" in "[_2]".',
1.6       bisitz   11811: 
                   11812:    'Error: "[_1]" during classlist update for "[_2]" in "[_3]".'
1.93      raeburn  11813: => 'Error: "[_1]" during classlist update for "[_2]" in "[_3]".',
1.6       bisitz   11814: 
                   11815:    'Role: '
1.18      zhu      11816: => '角色: ',
1.6       bisitz   11817: 
                   11818:    'Identify fields in uploaded list'
1.93      raeburn  11819: => 'Identify fields in uploaded list',
1.6       bisitz   11820: 
                   11821:    'Default domain'
1.18      zhu      11822: => '默认域',
1.6       bisitz   11823: 
                   11824:    'Change authentication for existing users in domain "[_1]" to these settings?'
1.93      raeburn  11825: => 'Change authentication for existing users in domain "[_1]" to these settings?',
1.6       bisitz   11826: 
                   11827:    'LON-CAPA Home Server for New Users'
1.18      zhu      11828: => 'LON-CAPA 家庭服务器的新用户',
1.6       bisitz   11829: 
1.73      bisitz   11830:    'LON-CAPA domain: [_1] with home server:'
                   11831: => 'LON-CAPA 域 [_1] 与家庭服务器:',
1.6       bisitz   11832: 
1.73      bisitz   11833:    'Settings for assigning roles'
1.93      raeburn  11834: => 'Settings for assigning roles',
1.6       bisitz   11835: 
                   11836:    'Pick the action to take on roles for these users:'
1.93      raeburn  11837: => 'Pick the action to take on roles for these users:',
1.6       bisitz   11838: 
                   11839:    'No role changes'
1.93      raeburn  11840: => 'No role changes',
1.6       bisitz   11841: 
                   11842:    'Add a domain role'
1.93      raeburn  11843: => 'Add a domain role',
1.6       bisitz   11844: 
                   11845:    'Add a course role'
1.93      raeburn  11846: => 'Add a course role',
1.6       bisitz   11847: 
                   11848:    'Default role'
1.93      raeburn  11849: => 'Default role',
1.6       bisitz   11850: 
1.73      bisitz   11851:    'Choose the role to assign to users without a value specified in the uploaded file.'
1.93      raeburn  11852: => 'Choose the role to assign to users without a value specified in the uploaded file.',
1.6       bisitz   11853: 
                   11854:    'Default role and section'
1.93      raeburn  11855: => 'Default role and section',
1.6       bisitz   11856: 
1.73      bisitz   11857:    'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.'
1.93      raeburn  11858: => 'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.',
1.6       bisitz   11859: 
                   11860:    'Default role and/or section(s)'
1.93      raeburn  11861: => 'Default role and/or section(s)',
1.6       bisitz   11862: 
                   11863:    'Role and/or section(s) for users without values specified in the uploaded file.'
1.93      raeburn  11864: => 'Role and/or section(s) for users without values specified in the uploaded file.',
1.6       bisitz   11865: 
                   11866:    'Display students with current/future access who are not in the uploaded file.'
1.93      raeburn  11867: => 'Display students with current/future access who are not in the uploaded file.',
1.6       bisitz   11868: 
                   11869:    'Students selected from this list can be dropped.'
1.93      raeburn  11870: => 'Students selected from this list can be dropped.',
1.6       bisitz   11871: 
                   11872:    'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).'
1.93      raeburn  11873: => 'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).',
1.6       bisitz   11874: 
                   11875:    'make these dates the default access dates for future student enrollment'
1.93      raeburn  11876: => 'make these dates the default access dates for future student enrollment',
1.6       bisitz   11877: 
                   11878:    'Set default start and end access dates for course.'
1.93      raeburn  11879: => 'Set default start and end access dates for course.',
1.6       bisitz   11880: 
                   11881:    'Unable to set default access dates for course.'
1.93      raeburn  11882: => 'Unable to set default access dates for course.',
1.6       bisitz   11883: 
                   11884:    'Please select'
1.93      raeburn  11885: => 'Please select',
1.6       bisitz   11886: 
                   11887:    'User Status: [_1]'
1.18      zhu      11888: => '用户状态: [_1]',
1.6       bisitz   11889: 
                   11890:    'Role Type: [_1]'
1.18      zhu      11891: => '角色类别: [_1]',
1.6       bisitz   11892: 
                   11893:    'Any role'
1.10      zhu      11894: => '任意角色',
1.6       bisitz   11895: 
                   11896:    'Role: [_1]'
1.18      zhu      11897: => '角色: [_1]',
1.6       bisitz   11898: 
                   11899:    'Select Course(s)'
1.10      zhu      11900: => '选择课程',
1.6       bisitz   11901: 
                   11902:    'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.'
1.93      raeburn  11903: => 'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.',
1.6       bisitz   11904: 
                   11905:    'There are no co-authors to display.'
1.93      raeburn  11906: => 'There are no co-authors to display.',
1.6       bisitz   11907: 
                   11908:    'There are no users with domain roles to display.'
1.93      raeburn  11909: => 'There are no users with domain roles to display.',
1.6       bisitz   11910: 
                   11911:    'There are no authors or co-authors to display.'
1.93      raeburn  11912: => 'There are no authors or co-authors to display.',
1.6       bisitz   11913: 
                   11914:    'There are no course users to display'
1.93      raeburn  11915: => 'There are no course users to display',
1.6       bisitz   11916: 
                   11917:    'There are no course users to display.'
1.93      raeburn  11918: => 'There are no course users to display.',
1.6       bisitz   11919: 
                   11920:    'There are no users matching the search criteria.'
1.93      raeburn  11921: => 'There are no users matching the search criteria.',
1.6       bisitz   11922: 
                   11923:    "You must select at least one user by checking a user's 'Select' checkbox"
1.93      raeburn  11924: => "You must select at least one user by checking a user's 'Select' checkbox",
1.6       bisitz   11925: 
                   11926:    'You need to select an action to take for the user(s) you have selected'
1.93      raeburn  11927: => 'You need to select an action to take for the user(s) you have selected',
1.6       bisitz   11928: 
                   11929:    ' for a single user?'
                   11930: => '? (betrifft einen einzelnen Benutzer)',
                   11931: 
                   11932:    ' for multiple users?'
                   11933: => '? (betrifft mehrere Benutzer)',
                   11934: 
                   11935:    'Proceed'
1.18      zhu      11936: => '下一步',
1.6       bisitz   11937: 
                   11938:    'Action to take for selected users'
1.93      raeburn  11939: => 'Action to take for selected users',
1.6       bisitz   11940: 
                   11941:    'Behavior of clickable username link for each user'
1.93      raeburn  11942: => 'Behavior of clickable username link for each user',
1.6       bisitz   11943: 
                   11944:    "Display a user's personal page"
                   11945: => "显示个人网页",
                   11946: 
                   11947:    "Modify a user's information"
1.93      raeburn  11948: => "Modify a user's information",
1.6       bisitz   11949: 
                   11950:    'Course(s): description, section(s), status'
1.93      raeburn  11951: => 'Course(s): description, section(s), status',
1.6       bisitz   11952: 
                   11953:    "Click on a username to view the user's personal page."
                   11954: => "点击用户名,以查看用户的个人网页。",
                   11955: 
                   11956:    'auto'
1.18      zhu      11957: => '自动',
1.6       bisitz   11958: 
                   11959:    'manual'
1.18      zhu      11960: => '手动',
1.6       bisitz   11961: 
                   11962:    'Unlock'
1.93      raeburn  11963: => 'Unlock',
1.6       bisitz   11964: 
                   11965:    'Lock'
1.93      raeburn  11966: => 'Lock',
1.6       bisitz   11967: 
                   11968:    'Domain Roles'
1.18      zhu      11969: => '域角色',
1.6       bisitz   11970: 
                   11971:    'Co-Author Roles'
1.18      zhu      11972: => '合著者角色',
1.6       bisitz   11973: 
                   11974:    'Course Roles'
1.18      zhu      11975: => '课程角色',
1.6       bisitz   11976: 
                   11977:    'Date and Section selector'
1.18      zhu      11978: => '日期和组选择',
1.6       bisitz   11979: 
                   11980:    'Date selector'
1.18      zhu      11981: => '日期选择器',
1.6       bisitz   11982: 
                   11983:    "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'"
1.93      raeburn  11984: => "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'",
1.6       bisitz   11985: 
                   11986:    "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'"
1.93      raeburn  11987: => "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'",
1.6       bisitz   11988: 
                   11989:    'Choose an action to take for selected users'
1.93      raeburn  11990: => 'Choose an action to take for selected users',
1.6       bisitz   11991: 
                   11992:    'New section to assign'
1.93      raeburn  11993: => 'New section to assign',
1.6       bisitz   11994: 
                   11995:    'Use "Save" to update the main window with your selections.'
1.93      raeburn  11996: => "Use "Save" to update the main window with your selections.",
1.6       bisitz   11997: 
                   11998:    'New section'
1.70      zhu      11999: => '新的章节',
1.6       bisitz   12000: 
                   12001:    'Course - [_1]:'
1.18      zhu      12002: => '课程 - [_1]:',
1.6       bisitz   12003: 
                   12004:    'Domain - [_1]:'
1.18      zhu      12005: => '域 - [_1]:',
1.6       bisitz   12006: 
                   12007:    'Users in course with expired [_1] roles'
1.93      raeburn  12008: => 'Users in course with expired [_1] roles',
1.6       bisitz   12009: 
                   12010:    'Users in course with future [_1] roles'
1.93      raeburn  12011: => 'Users in course with future [_1] roles',
1.6       bisitz   12012: 
                   12013:    'Users in course with active [_1] roles'
1.93      raeburn  12014: => 'Users in course with active [_1] roles',
1.6       bisitz   12015: 
                   12016:    'All users in course'
1.93      raeburn  12017: => 'All users in course',
1.6       bisitz   12018: 
                   12019:    'All users in course with [_1] roles'
1.93      raeburn  12020: => 'All users in course with [_1] roles',
1.6       bisitz   12021: 
                   12022:    'only users in section "[_1]"'
1.93      raeburn  12023: => 'only users in section "[_1]"',
1.6       bisitz   12024: 
                   12025:    'only users affiliated with no section or section "[_1]"'
1.93      raeburn  12026: => 'only users affiliated with no section or section "[_1]"',
1.6       bisitz   12027: 
                   12028:    ' and not in any group'
                   12029: => ' und in keiner Gruppe',
                   12030: 
                   12031:    ' and members of group: "[_1]"'
                   12032: => ' und Mitglieder der Gruppe "[_1]"',
                   12033: 
                   12034:    'only users affiliated with no section'
1.93      raeburn  12035: => 'only users affiliated with no section',
1.6       bisitz   12036: 
                   12037:    'only users affiliated with section "[_1]"'
1.93      raeburn  12038: => 'only users affiliated with section "[_1]"',
1.6       bisitz   12039: 
                   12040:    'only users not in any group'
1.93      raeburn  12041: => 'only users not in any group',
1.6       bisitz   12042: 
                   12043:    ' and also not in any group'
                   12044: => ' und auch nicht in einer Gruppe sind',
                   12045: 
                   12046:    'only members of group: "[_1]"'
1.18      zhu      12047: => '只有该组成员 "[_1]"',
1.6       bisitz   12048: 
                   12049:    ' and also members of group: "[_1]"'
                   12050: => ' und auch Mitglieder der Gruppe "[_1] sind',
                   12051: 
                   12052:    'Author space for [_1]'
1.93      raeburn  12053: => 'Author space for [_1]',
1.6       bisitz   12054: 
                   12055:    'Co-authors with expired [_1] roles'
1.93      raeburn  12056: => 'Co-authors with expired [_1] roles',
1.6       bisitz   12057: 
                   12058:    'Co-authors with future [_1] roles'
1.93      raeburn  12059: => 'Co-authors with future [_1] roles',
1.6       bisitz   12060: 
                   12061:    'Co-authors with active [_1] roles'
1.93      raeburn  12062: => 'Co-authors with active [_1] roles',
1.6       bisitz   12063: 
                   12064:    'All co-authors'
1.18      zhu      12065: => '所有合著者',
1.6       bisitz   12066: 
                   12067:    'All co-authors with [_1] roles'
1.93      raeburn  12068: => 'All co-authors with [_1] roles',
1.6       bisitz   12069: 
                   12070:    'Users in domain with expired [_1] roles'
1.93      raeburn  12071: => 'Users in domain with expired [_1] roles',
1.6       bisitz   12072: 
                   12073:    'Users in domain with future [_1] roles'
1.93      raeburn  12074: => 'Users in domain with future [_1] roles',
1.6       bisitz   12075: 
                   12076:    'Users in domain with active [_1] roles'
1.93      raeburn  12077: => 'Users in domain with active [_1] roles',
1.6       bisitz   12078: 
                   12079:    'All users in domain'
1.93      raeburn  12080: => 'All users in domain',
1.6       bisitz   12081: 
                   12082:    'All users in domain with [_1] roles'
1.93      raeburn  12083: => 'All users in domain with [_1] roles',
1.6       bisitz   12084: 
                   12085:    'Co-authors in domain with expired [_1] roles'
1.93      raeburn  12086: => 'Co-authors in domain with expired [_1] roles',
1.6       bisitz   12087: 
                   12088:    'Co-authors in domain with future [_1] roles'
1.93      raeburn  12089: => 'Co-authors in domain with future [_1] roles',
1.6       bisitz   12090: 
                   12091:    'Co-authors in domain with active [_1] roles'
1.93      raeburn  12092: => 'Co-authors in domain with active [_1] roles',
1.6       bisitz   12093: 
                   12094:    'All users with co-author roles in domain'
1.93      raeburn  12095: => 'All users with co-author roles in domain',
1.6       bisitz   12096: 
                   12097:    'All co-authors in domain  with [_1] roles'
1.93      raeburn  12098: => 'All co-authors in domain  with [_1] roles',
1.6       bisitz   12099: 
                   12100:    'All courses in domain'
1.93      raeburn  12101: => 'All courses in domain',
1.6       bisitz   12102: 
                   12103:    'Courses in domain with institutional code: [_1]'
1.93      raeburn  12104: => 'Courses in domain with institutional code: [_1]',
1.6       bisitz   12105: 
                   12106:    'Selected courses in domain'
1.93      raeburn  12107: => 'Selected courses in domain',
1.6       bisitz   12108: 
                   12109:    'users with expired [_1] roles'
1.93      raeburn  12110: => 'users with expired [_1] roles',
1.6       bisitz   12111: 
                   12112:    'users with future [_1] roles'
1.93      raeburn  12113: => 'users with future [_1] roles',
1.6       bisitz   12114: 
                   12115:    'users with active [_1] roles'
1.93      raeburn  12116: => 'users with active [_1] roles',
1.6       bisitz   12117: 
                   12118:    'all users'
1.70      zhu      12119: => '所有用户',
1.6       bisitz   12120: 
                   12121:    'users with [_1] roles'
1.70      zhu      12122: => '用户角色"[_1]"',
1.6       bisitz   12123: 
                   12124:    'There are no students to drop.'
1.93      raeburn  12125: => 'There are no students to drop.',
1.6       bisitz   12126: 
                   12127:    'Upload a file containing information about users'
1.70      zhu      12128: => '上传一个包含有用户信息的文件',
1.6       bisitz   12129: 
                   12130:    'Upload file of users'
1.70      zhu      12131: => '上传用户文件',
1.6       bisitz   12132: 
                   12133:    'How do I create a users list from a spreadsheet'
1.70      zhu      12134: => '如何从电子表格建立用户列表',
1.6       bisitz   12135: 
                   12136:    'Unable to enroll users'
1.70      zhu      12137: => '无法注册用户',
1.6       bisitz   12138: 
                   12139:    'Enrolling Users'
1.70      zhu      12140: => '注册用户',
1.6       bisitz   12141: 
                   12142:    'Updating Co-authors'
1.70      zhu      12143: => '更新共同作者',
1.6       bisitz   12144: 
                   12145:    'Adding/Modifying Users'
1.70      zhu      12146: => '添加/修改用户',
1.6       bisitz   12147: 
                   12148:    'Default section name [_1] could not be used as it is a reserved word.'
1.93      raeburn  12149: => 'Default section name [_1] could not be used as it is a reserved word.',
1.6       bisitz   12150: 
                   12151:    'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.'
1.93      raeburn  12152: => 'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.',
1.6       bisitz   12153: 
                   12154:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.'
                   12155: => '[_1]: Kursbelegung für Benutzer [_2] [_3] [_4] [_5] in der Sektion "[_6]" nicht möglich - es handelt sich um ein intern reserviertes Wort.',
                   12156: 
                   12157:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.'
                   12158: => '[_1]: Kursbelegung für Benutzer [_2] [_3] [_4] [_5] in der Sektion "[_6]" nicht möglich - es handelt sich um eine Kursgruppe.',
                   12159: 
                   12160:    'Section names and group names must be distinct.'
1.93      raeburn  12161: => 'Section names and group names must be distinct.',
1.6       bisitz   12162: 
                   12163:    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".'
                   12164: => '[_1]: Kursbelegung für Benutzer [_2] [_3] [_4] [_5] in der Sektion "[_6]" nicht möglich.',
                   12165: 
                   12166:    'This user already has an active/future student role in the course, unaffiliated to any section.'
1.93      raeburn  12167: => 'This user already has an active/future student role in the course, unaffiliated to any section.',
1.6       bisitz   12168: 
                   12169:    'This user already has an active/future role in section "[_1]" of the course.'
1.93      raeburn  12170: => 'This user already has an active/future role in section "[_1]" of the course.',
1.6       bisitz   12171: 
                   12172:    '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  12173: => '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   12174: 
                   12175:    '[_1]: You do not have permission to add the requested role [_2] for the user.'
                   12176: => '[_1]: Sie haben nicht die Berechtigung, dem Benutzer die gewünschte Rolle "[_2]" zuzuweisen.',
                   12177: 
                   12178:    'Allowable role(s) is/are: [_1].'
1.93      raeburn  12179: => 'Allowable role(s) is/are: [_1].',
1.6       bisitz   12180: 
                   12181:    '[_1]: Unable to enroll. No password specified.'
                   12182: => '[_1]: Kursbelegung nicht möglich. Kein Passwort angegeben!',
                   12183: 
                   12184:    '[_1]: Unable to add co-author. No password specified.'
                   12185: => '[_1]: Hinzufügen des Co-Autors nicht möglich. Kein Passwort angegeben!',
                   12186: 
                   12187:    '[_1]: Unable to add user. No password specified.'
                   12188: => '[_1]: Hinzufügen des Benutzers nicht möglich. Kein Passwort angegeben!',
                   12189: 
                   12190:    'Processed [quant,_1,user].'
                   12191: => '[quant,_1,Benutzer,Benutzer] verarbeitet.',
                   12192: 
                   12193:    'Roles added for [quant,_1,user].'
1.93      raeburn  12194: => 'Roles added for [quant,_1,user].',
1.6       bisitz   12195: 
                   12196:    '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  12197: => '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   12198: 
                   12199:    'No roles added'
1.93      raeburn  12200: => 'No roles added',
1.6       bisitz   12201: 
                   12202:    'Authentication changed for [_1] existing users.'
1.93      raeburn  12203: => 'Authentication changed for [_1] existing users.',
1.6       bisitz   12204: 
                   12205:    'Students to Drop'
1.93      raeburn  12206: => 'Students to Drop',
1.6       bisitz   12207: 
                   12208:    'There are no students with current/future access to the course.'
1.93      raeburn  12209: => 'There are no students with current/future access to the course.',
1.6       bisitz   12210: 
                   12211:    '[_1]: Unable to add/modify: [_2]'
                   12212: => '[_1]: Hinzufügen/Ändern nicht möglich: [_2]',
                   12213: 
                   12214:    '[_1]: Unable to modify authentication: [_2]'
                   12215: => '[_1]: Ändern der Authentifizierungsmethode nicht möglich: [_2]',
                   12216: 
                   12217:    '[_1]: Unable to add role: [_2]'
                   12218: => '[_1]: Hinzufügen der Rolle nicht möglich: [_2]',
                   12219: 
                   12220:    'No change in section assignment (none)'
1.93      raeburn  12221: => 'No change in section assignment (none)',
1.6       bisitz   12222: 
                   12223:    "Revoked role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12224: => "Revoked role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12225: 
                   12226:    "Deleted role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12227: => "Deleted role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12228: 
                   12229:    "Re-enabled role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12230: => "Re-enabled role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12231: 
                   12232:    "Activated role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12233: => "Activated role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12234: 
                   12235:    "Changed Access Dates for role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12236: => "Changed Access Dates for role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12237: 
                   12238:    "Changed section for role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12239: => "Changed section for role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12240: 
                   12241:    "Dropped role of '[_1]' in [_2] for [_3]"
1.93      raeburn  12242: => "Dropped role of '[_1]' in [_2] for [_3]",
1.6       bisitz   12243: 
                   12244:    'Error revoking [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12245: => 'Error revoking [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12246: 
                   12247:    'Error deleting [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12248: => 'Error deleting [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12249: 
                   12250:    'Error re-enabling [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12251: => 'Error re-enabling [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12252: 
                   12253:    'Error activating [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12254: => 'Error activating [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12255: 
                   12256:    'Error changing access dates for [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12257: => 'Error changing access dates for [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12258: 
                   12259:    'Error changing section for [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12260: => 'Error changing section for [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12261: 
                   12262:    'Error dropping [_1] in [_2] for [_3]: [_4].'
1.93      raeburn  12263: => 'Error dropping [_1] in [_2] for [_3]: [_4].',
1.6       bisitz   12264: 
                   12265:    'Revoked role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12266: => 'Revoked role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12267: 
                   12268:    'Deleted role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12269: => 'Deleted role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12270: 
                   12271:    'Re-enabled role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12272: => 'Re-enabled role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12273: 
                   12274:    'Activated role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12275: => 'Activated role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12276: 
                   12277:    'Changed Access Dates for role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12278: => 'Changed Access Dates for role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12279: 
                   12280:    'Changed section for role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12281: => 'Changed section for role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12282: 
                   12283:    'Dropped role(s) for [quant,_1,user,users,no users].'
1.93      raeburn  12284: => 'Dropped role(s) for [quant,_1,user,users,no users].',
1.6       bisitz   12285: 
                   12286:    'Re-enabling will re-activate data for the role.'
1.93      raeburn  12287: => 'Re-enabling will re-activate data for the role.',
1.6       bisitz   12288: 
                   12289:    'Display User Lists'
1.93      raeburn  12290: => 'Display User Lists',
1.6       bisitz   12291: 
                   12292:    'Display current class roster'
1.93      raeburn  12293: => 'Display current class roster',
1.6       bisitz   12294: 
                   12295:    'No section'
1.93      raeburn  12296: => 'No section',
1.6       bisitz   12297: 
                   12298:    'List Users'
1.70      zhu      12299: => '用户列表',
1.6       bisitz   12300: 
                   12301:    'Pick custom role'
1.70      zhu      12302: => '选择自定义角色',
1.6       bisitz   12303: 
                   12304:    'Advanced Role'
1.70      zhu      12305: => '扩展的角色',
1.6       bisitz   12306: 
                   12307:    "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages"
1.93      raeburn  12308: => "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages",
1.6       bisitz   12309: 
                   12310:    'Evade communication blocking'
1.93      raeburn  12311: => 'Evade communication blocking',
1.6       bisitz   12312: 
                   12313:    'Generate anonymous statistics'
1.93      raeburn  12314: => 'Generate anonymous statistics',
1.6       bisitz   12315: 
                   12316:    'Modify grade queue'
                   12317: => 'Ändern der Bewertungs-Warteschlange',
                   12318: 
                   12319:    'Grade items in grading queue'
1.93      raeburn  12320: => 'Grade items in grading queue',
1.6       bisitz   12321: 
                   12322:    'Set assessment parameters'
1.93      raeburn  12323: => 'Set assessment parameters', # Ressourcenparameter setzen/ändern (???)
1.6       bisitz   12324: 
                   12325:    'Advanced printing options (with answers, discussions, all foils, ...)'
1.93      raeburn  12326: => 'Advanced printing options (with answers, discussions, all foils, ...)',
1.6       bisitz   12327: 
                   12328:    'Print for other users and entire course'
1.93      raeburn  12329: => 'Print for other users and entire course',
1.6       bisitz   12330: 
                   12331:    'Get identity behind anonymous postings'
1.93      raeburn  12332: => 'Get identity behind anonymous postings',
1.6       bisitz   12333: 
                   12334:    'View grades'
1.93      raeburn  12335: => 'View grades',
1.6       bisitz   12336: 
                   12337:    "Access to What's New page"
1.70      zhu      12338: => "进入新页",
1.6       bisitz   12339: 
                   12340:    'Upload Users List'
1.70      zhu      12341: => '上传用户列表',
1.6       bisitz   12342: 
                   12343:    'Update Users'
1.70      zhu      12344: => '用户更新',
1.6       bisitz   12345: 
                   12346:    'Create/modify a user'
1.70      zhu      12347: => '创建/修改用户',
1.6       bisitz   12348: 
                   12349:    'Search for a user and modify/add user information or roles'
1.70      zhu      12350: => '搜索用户和修改/添加用户资料或角色',
1.6       bisitz   12351: 
                   12352:    'Add/modify a single user'
1.70      zhu      12353: => '添加/修改一个用户',
1.6       bisitz   12354: 
                   12355:    'Create users or modify the roles and privileges of users'
1.70      zhu      12356: => '创建或修改用户的角色和权限',
1.6       bisitz   12357: 
                   12358:    'Upload a File of Users'
1.70      zhu      12359: => '上传用户文件',
1.6       bisitz   12360: 
1.69      droeschl 12361:    'Add/Modify a User'
1.70      zhu      12362: => '添加/修改用户',
1.6       bisitz   12363: 
                   12364:    'create new user if required'
1.70      zhu      12365: => '如有必要,创建新用户',
1.6       bisitz   12366: 
1.69      droeschl 12367:    'Manage Users'
1.70      zhu      12368: => '管理用户',
1.6       bisitz   12369: 
                   12370:    'Create/Modify user'
1.70      zhu      12371: => '创建/修改用户',
1.6       bisitz   12372: 
                   12373:    'Visible input'
1.70      zhu      12374: => '可见输入',
1.6       bisitz   12375: 
                   12376:    'Currently in use'
1.70      zhu      12377: => '目前正在使用',
1.6       bisitz   12378: 
                   12379:    'Modify this user: [_1]'
1.70      zhu      12380: => '改此用户名: [_1]',
1.6       bisitz   12381: 
                   12382:    'Blank Problem'
1.12      zhu      12383: => '空白问题',
1.6       bisitz   12384: 
                   12385:    'Chemical Reaction Response'
1.70      zhu      12386: => '化学反应',
1.6       bisitz   12387: 
1.76      bisitz   12388:    'Chemical Reaction Response with Hints'
1.93      raeburn  12389: => 'Chemical Reaction Response with Hints', # '化学反应',
1.76      bisitz   12390: 
1.6       bisitz   12391:    'Click-On-Image Problem'
1.70      zhu      12392: => '点击图片',
1.6       bisitz   12393: 
                   12394:    'Curve Plot with Numerical Response'
1.93      raeburn  12395: => 'Curve Plot with Numerical Response',
1.6       bisitz   12396: 
                   12397:    'Custom Response'
1.93      raeburn  12398: => 'Custom Response',
1.76      bisitz   12399: 
                   12400:    'Custom Response with Partial Credit'
1.93      raeburn  12401: => 'Custom Response with Partial Credit',
1.6       bisitz   12402: 
                   12403:    'Data Plot with Numerical Response'
1.93      raeburn  12404: => 'Data Plot with Numerical Response',
1.6       bisitz   12405: 
                   12406:    'Essay Response'
1.18      zhu      12407: => '尝试回答',
1.6       bisitz   12408: 
                   12409:    'Exam Upload Resource'
1.93      raeburn  12410: => 'Exam Upload Resource',
1.6       bisitz   12411: 
                   12412:    'Formula Response using Computer Algebra System'
1.93      raeburn  12413: => 'Formula Response using Computer Algebra System',
1.6       bisitz   12414: 
                   12415:    'Formula Response using Computer Algebra System and Hints'
1.93      raeburn  12416: => 'Formula Response using Computer Algebra System and Hints',
1.6       bisitz   12417: 
1.76      bisitz   12418:    'Formula Response using Computer Algebra System R and Data Plot'
1.93      raeburn  12419: => 'Formula Response using Computer Algebra System R and Data Plot',
1.76      bisitz   12420: 
1.6       bisitz   12421:    'Formula Response with Samples'
1.93      raeburn  12422: => 'Formula Response with Samples',
1.6       bisitz   12423: 
                   12424:    'Unordered Multi-Answer Formula Response Problem'
1.93      raeburn  12425: => 'Unordered Multi-Answer Formula Response Problem',
1.6       bisitz   12426: 
1.76      bisitz   12427:    'Math Response using Computer Algebra System MAXIMA'
1.93      raeburn  12428: => 'Math Response using Computer Algebra System MAXIMA',
1.76      bisitz   12429: 
                   12430:    'Math Response using Computer Algebra System R'
1.93      raeburn  12431: => 'Math Response using Computer Algebra System R',
1.6       bisitz   12432: 
                   12433:    'Math Response using Computer Algebra System and Hints'
1.93      raeburn  12434: => 'Math Response using Computer Algebra System and Hints',
1.6       bisitz   12435: 
                   12436:    'Numerical Response'
1.93      raeburn  12437: => 'Numerical Response',
1.6       bisitz   12438: 
                   12439:    'One of Multiple Answers Numerical Problem'
1.93      raeburn  12440: => 'One of Multiple Answers Numerical Problem',
1.6       bisitz   12441: 
                   12442:    'Option Response - Matching'
1.93      raeburn  12443: => 'Option Response - Matching',
1.6       bisitz   12444: 
                   12445:    'Option Response - Concept Groups'
1.93      raeburn  12446: => 'Option Response - Concept Groups',
1.6       bisitz   12447: 
                   12448:    'Matching Response'
1.93      raeburn  12449: => 'Matching Response',
1.6       bisitz   12450: 
                   12451:    'Option Response - True/False'
1.93      raeburn  12452: => 'Option Response - True/False',
1.6       bisitz   12453: 
                   12454:    'Organic Material Response'
1.93      raeburn  12455: => 'Organic Material Response',
1.6       bisitz   12456: 
1.76      bisitz   12457:    'Organic Material Response with Hint'
1.93      raeburn  12458: => 'Organic Material Response with Hint',
1.76      bisitz   12459: 
1.6       bisitz   12460:    'Radio Button Response'
1.18      zhu      12461: => '单选',
1.6       bisitz   12462: 
                   12463:    'Randomly Labelled Image with Option Response'
1.93      raeburn  12464: => 'Randomly Labelled Image with Option Response',
1.6       bisitz   12465: 
                   12466:    'Rank Response'
1.70      zhu      12467: => '等级制度 (Rank Response)',
1.6       bisitz   12468: 
                   12469:    'String Response'
1.70      zhu      12470: => '文本输入 (String Response)',
1.6       bisitz   12471: 
1.81      bisitz   12472:    'Display catalog of courses and communities'
1.93      raeburn  12473: => '课程目录',
1.6       bisitz   12474: 
                   12475:    'Manage co-authors'
1.18      zhu      12476: => '管理共同作者',
1.6       bisitz   12477: 
                   12478:    'Upload a File of Co-authors'
1.18      zhu      12479: => '上传共同作者的文件',
1.6       bisitz   12480: 
1.69      droeschl 12481:    'Add/Modify a Co-author'
1.79      bisitz   12482: => '添加/修改一个共同的作者',
1.6       bisitz   12483: 
1.69      droeschl 12484:    'Manage Co-authors'
1.79      bisitz   12485: => '管理共同作者',
1.6       bisitz   12486: 
                   12487:    'No courses match the criteria you selected.'
1.18      zhu      12488: => '没有选择相对应的课程。',
1.6       bisitz   12489: 
                   12490:    'Key authority (<tt>id@domain</tt>) if other than course'
1.93      raeburn  12491: => 'Key authority (<tt>id@domain</tt>) if other than course',
1.6       bisitz   12492: 
                   12493:    'New bridgetask file'
1.93      raeburn  12494: => 'New bridgetask file',
1.6       bisitz   12495: 
                   12496:    'Create problem'
1.12      zhu      12497: => '创建问题',
1.6       bisitz   12498: 
                   12499:    'Create library'
1.12      zhu      12500: => '创建图书馆',
1.6       bisitz   12501: 
                   12502:    'Create survey'
1.12      zhu      12503: => '创建调查',
1.6       bisitz   12504: 
                   12505:    'Create task'
1.12      zhu      12506: => '创建任务',
1.6       bisitz   12507: 
                   12508:    'Problem Testing'
1.12      zhu      12509: => '问题测试',
1.6       bisitz   12510: 
                   12511:    "Don't Show Incorect/Correct Feedback"
1.12      zhu      12512: => "不显示不正确/正确的反馈",
1.6       bisitz   12513: 
                   12514:    "Don't Show Any Feedback"
1.12      zhu      12515: => "不显示任何反馈",
1.6       bisitz   12516: 
                   12517:    'Change View'
1.12      zhu      12518: => '更改视图',
1.6       bisitz   12519: 
                   12520:    'Show Default View'
1.12      zhu      12521: => '查看默认视图',
1.6       bisitz   12522: 
                   12523:    '[_1] for [_2] versions.'
1.70      zhu      12524: => '[_1] 的 [_2] 版本。',
1.6       bisitz   12525: 
                   12526:    'Set new preferred languages to '
1.9       zhu      12527: => '首选语言设置为 ',
1.6       bisitz   12528: 
                   12529:    'Reset preferred language.'
1.9       zhu      12530: => '重设的首选语言。',
1.6       bisitz   12531: 
                   12532:    'Set new preferred math display to '
1.93      raeburn  12533: => 'Set new preferred math display to ',
1.6       bisitz   12534: 
                   12535:    'Reset preferred math display.'
1.93      raeburn  12536: => 'Reset preferred math display.',
1.6       bisitz   12537: 
                   12538:    'Set new screenname to '
1.18      zhu      12539: => '在匿名讨论中新的昵称为 ',
1.6       bisitz   12540: 
                   12541:    'Reset screenname.'
1.9       zhu      12542: => '重置昵称。',
1.6       bisitz   12543: 
                   12544:    'Set new nickname to '
1.9       zhu      12545: => '设置新的昵称为 ',
1.6       bisitz   12546: 
                   12547:    'Reset nickname.'
1.9       zhu      12548: => '重设昵称。',
1.6       bisitz   12549: 
                   12550:    'Set menu mode to [_1].'
1.18      zhu      12551: => '设置菜单模式为 [_1]。',
1.6       bisitz   12552: 
                   12553:    'Reset '
1.9       zhu      12554: => '重置',
1.6       bisitz   12555: 
                   12556:    'Set message forwarding to '
1.22      zhu      12557: => '设置邮件转发到 ',
1.6       bisitz   12558: 
                   12559:    "Set message forwarding to 'off'."
1.22      zhu      12560: => "设置邮件转发为'关闭'。",
1.6       bisitz   12561: 
                   12562:    'Set non-critical message notification address(es) to '
1.22      zhu      12563: => '设置非重要的邮件通知地址为 ',
1.6       bisitz   12564: 
                   12565:    "Set non-critical message notification to 'off'."
1.22      zhu      12566: => "设置非重要的邮件通知为'关闭'。",
1.6       bisitz   12567: 
                   12568:    'Set critical message notification address(es) to '
1.22      zhu      12569: => '设置重要的邮件通知地址为 ',
1.6       bisitz   12570: 
                   12571:    "Set critical message notification to 'off'."
1.22      zhu      12572: => "设置重要的邮件通知为'关闭'。",
1.6       bisitz   12573: 
                   12574:    'Set address(es) to receive excerpts with html retained '
1.22      zhu      12575: => '设置保留HTML摘录的地址为 ',
1.6       bisitz   12576: 
                   12577:    'Set notification address to receive excerpts with html stripped.'
1.22      zhu      12578: => '设置接收邮件地址为不保留的HTML摘录。',
1.6       bisitz   12579: 
                   12580:    'Set all notification addresses to receive excerpts with html stripped.'
1.22      zhu      12581: => '设置所有的接收邮件地址为不保留的HTML摘录。',
1.6       bisitz   12582: 
                   12583:    'Set Page Background to '
1.22      zhu      12584: => '设置页面的背景为 ',
1.6       bisitz   12585: 
                   12586:    'Set Header Background to '
1.22      zhu      12587: => '设置页眉背景为 ',
1.6       bisitz   12588: 
                   12589:    'Set Header Border to '
1.22      zhu      12590: => '设置页眉边界为 ',
1.6       bisitz   12591: 
                   12592:    'Set Font to '
1.22      zhu      12593: => '设置字体为 ',
1.6       bisitz   12594: 
                   12595:    'Set Un-Visited Link to '
1.22      zhu      12596: => '设置未访问链接颜色为 ',
1.6       bisitz   12597: 
                   12598:    'Set Visited Link to '
1.22      zhu      12599: => '设置已访问链接颜色为 ',
1.6       bisitz   12600: 
                   12601:    'Set Active Link to '
1.22      zhu      12602: => '设置活动链接颜色为 ',
1.6       bisitz   12603: 
                   12604:    'Reset Page Background'
1.22      zhu      12605: => '重设网页背景',
1.6       bisitz   12606: 
                   12607:    'Reset Header Background'
1.22      zhu      12608: => '重置页眉背景',
1.6       bisitz   12609: 
                   12610:    'Reset Header Border'
1.22      zhu      12611: => '重置页眉边界',
1.6       bisitz   12612: 
                   12613:    'Reset Font.'
1.22      zhu      12614: => '重置字体颜色。',
1.6       bisitz   12615: 
                   12616:    'Reset Un-Visited Link.'
1.22      zhu      12617: => '重置未访问链接颜色。',
1.6       bisitz   12618: 
                   12619:    'Reset Visited Link.'
1.22      zhu      12620: => '重置已访问链接颜色。',
1.6       bisitz   12621: 
                   12622:    'Reset Active Link.'
1.22      zhu      12623: => '重置活动链接颜色。',
1.6       bisitz   12624: 
                   12625:    'Freezing Role: [_1]'
1.22      zhu      12626: => '冻结的角色: [_1]',
1.6       bisitz   12627: 
                   12628:    'Unfreezing Role: [_1]'
1.22      zhu      12629: => '解冻的角色: [_1] aufgehoben',
1.6       bisitz   12630: 
                   12631:    'No such user: '
1.22      zhu      12632: => '此用户不存在: ',
1.6       bisitz   12633: 
1.49      bisitz   12634:    '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  12635: => '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   12636: 
                   12637:    'Sorry, the token generated when you requested a password reset has expired.'
1.93      raeburn  12638: => 'Sorry, the token generated when you requested a password reset has expired.',
1.6       bisitz   12639: 
                   12640:    'Sorry, the URL generated when you requested reset of your password contained incomplete information.'
1.93      raeburn  12641: => 'Sorry, the URL generated when you requested reset of your password contained incomplete information.',
1.6       bisitz   12642: 
                   12643:    'Page requested in unexpected context'
1.93      raeburn  12644: => 'Page requested in unexpected context',
1.6       bisitz   12645: 
                   12646:    'Invalid username and/or domain'
1.93      raeburn  12647: => 'Invalid username and/or domain',
1.6       bisitz   12648: 
                   12649:    'Username and domain were blank'
1.93      raeburn  12650: => 'Username and domain were blank',
1.6       bisitz   12651: 
                   12652:    'Authentication type for this user can not be changed by this mechanism'
1.93      raeburn  12653: => 'Authentication type for this user can not be changed by this mechanism',
1.6       bisitz   12654: 
                   12655:    'One or more password fields were blank'
1.93      raeburn  12656: => 'One or more password fields were blank',
1.6       bisitz   12657: 
                   12658:    'Please log out and try again.'
1.93      raeburn  12659: => 'Please log out and try again.',
1.6       bisitz   12660: 
                   12661:    'Please try again later.'
1.93      raeburn  12662: => 'Please try again later.',
1.6       bisitz   12663: 
                   12664:    'Unable to retrieve saved token for password decryption'
1.93      raeburn  12665: => 'Unable to retrieve saved token for password decryption',
1.6       bisitz   12666: 
                   12667:    'Could not verify current authentication.'
1.93      raeburn  12668: => 'Could not verify current authentication.',
1.6       bisitz   12669: 
                   12670:    'The new passwords you entered do not match.'
1.93      raeburn  12671: => 'The new passwords you entered do not match.',
1.6       bisitz   12672: 
                   12673:    'Passwords must be a minimum of 7 characters long.'
1.93      raeburn  12674: => 'Passwords must be a minimum of 7 characters long.',
1.6       bisitz   12675: 
                   12676:    'The password you entered contained illegal characters.'
1.93      raeburn  12677: => 'The password you entered contained illegal characters.',
1.6       bisitz   12678: 
                   12679:    'Valid characters are'
1.93      raeburn  12680: => 'Valid characters are',
1.6       bisitz   12681: 
1.21      raeburn  12682:    'The password for [_1] was successfully changed.'
1.22      zhu      12683: => '[_1] 的密码已成功更改。',
1.6       bisitz   12684: 
1.21      raeburn  12685:    'The password for [_1] was not changed.'
1.93      raeburn  12686: => 'The password for [_1] was not changed.',
1.6       bisitz   12687: 
                   12688:    'In discussions: only new posts will be displayed.'
1.93      raeburn  12689: => 'In discussions: only new posts will be displayed.',
1.6       bisitz   12690: 
                   12691:    'In discussions: all posts will be displayed.'
1.93      raeburn  12692: => 'In discussions: all posts will be displayed.',
1.6       bisitz   12693: 
                   12694:    'In discussions: new posts will be cease to be identified as "NEW" after display.'
1.93      raeburn  12695: => 'In discussions: new posts will be cease to be identified as "NEW" after display.',
1.6       bisitz   12696: 
                   12697:    'In discussions: posts will be identified as "NEW" until marked as read by the reader.'
1.93      raeburn  12698: => 'In discussions: posts will be identified as "NEW" until marked as read by the reader.',
1.6       bisitz   12699: 
                   12700:    'The e-mail address entered in row '
1.22      zhu      12701: => '电子邮件地址输入行 ',
1.6       bisitz   12702: 
                   12703:    'The e-mail address you entered'
1.22      zhu      12704: => '您输入的电子邮件地址',
1.6       bisitz   12705: 
                   12706:    'is not a valid e-mail address'
1.22      zhu      12707: => '不是一个有效的电子邮件地址',
1.6       bisitz   12708: 
                   12709:    'Title for the Uploaded Score'
1.93      raeburn  12710: => 'Title for the Uploaded Score',
1.6       bisitz   12711: 
                   12712:    'Title for the Page'
1.56      zhu      12713: => '标题页',
1.6       bisitz   12714: 
                   12715:    'Title for the Problem'
1.56      zhu      12716: => '问题的标题',
1.6       bisitz   12717: 
                   12718:    'Title for the Drop Box'
1.93      raeburn  12719: => 'Title for the Drop Box',
1.6       bisitz   12720: 
                   12721:    'Title for the Bulletin Board'
1.56      zhu      12722: => '公告栏的标题',
1.6       bisitz   12723: 
                   12724:    'Not a valid user:domain'
1.56      zhu      12725: => '不是有效的用户:域',
1.6       bisitz   12726: 
                   12727:    'Please enter both user and domain in the format user:domain'
1.56      zhu      12728: => '请输入用户和域,格式为 用户:域',
1.6       bisitz   12729: 
1.25      bisitz   12730:    'Personal Information Page of '
1.93      raeburn  12731: => 'Personal Information Page of ',
1.6       bisitz   12732: 
                   12733:    'No info'
1.93      raeburn  12734: => 'No info',
1.6       bisitz   12735: 
                   12736:    'No user information available'
1.93      raeburn  12737: => 'No user information available',
1.6       bisitz   12738: 
                   12739:    'The new directory name was changed from [_1] to [_2].'
1.93      raeburn  12740: => 'The new directory name was changed from [_1] to [_2].',
1.6       bisitz   12741: 
                   12742:    'Unable to create a directory named'
1.93      raeburn  12743: => 'Unable to create a directory named',
1.6       bisitz   12744: 
                   12745:    'A file or directory by that name already exists.'
1.93      raeburn  12746: => 'A file or directory by that name already exists.',
1.6       bisitz   12747: 
                   12748:    'Allowing others to retrieve file: [_1]'
1.93      raeburn  12749: => 'Allowing others to retrieve file: [_1]',
1.6       bisitz   12750: 
                   12751:    '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  12752: => '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   12753: 
                   12754:    'Public files are available to anyone without the need for login.'
                   12755: => 'Öffentliche Dateien sind für alle verfügbar, auch ohne Login.',
                   12756: 
                   12757:    'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.'
1.93      raeburn  12758: => 'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.',
1.6       bisitz   12759: 
                   12760:    'A listing of files viewable without log-in is available at: '
1.93      raeburn  12761: => 'A listing of files viewable without log-in is available at: ',
1.6       bisitz   12762: 
                   12763:    "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  12764: => "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   12765: 
                   12766:    "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  12767: => "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   12768: 
                   12769:    'Conditional access controls for file: [_1]'
1.93      raeburn  12770: => 'Conditional access controls for file: [_1]',
1.6       bisitz   12771: 
                   12772:    'Help on setting up share access'
1.93      raeburn  12773: => 'Help on setting up share access',
1.6       bisitz   12774: 
                   12775:    'Help on changing settings'
1.93      raeburn  12776: => 'Help on changing settings',
1.6       bisitz   12777: 
                   12778:    'Help on removing share access'
1.93      raeburn  12779: => 'Help on removing share access',
1.6       bisitz   12780: 
                   12781:    'Public access: [_1]'
                   12782: => 'Öffentlicher Zugriff: [_1]',
                   12783: 
                   12784:    'Dates available'
1.12      zhu      12785: => '能够使用的日期',
1.6       bisitz   12786: 
                   12787:    'Passphrase-protected access: [_1]'
1.93      raeburn  12788: => 'Passphrase-protected access: [_1]',
1.6       bisitz   12789: 
                   12790:    'Passphrase'
1.93      raeburn  12791: => 'Passphrase',
1.6       bisitz   12792: 
                   12793:    'Conditional access: [_1]'
1.93      raeburn  12794: => 'Conditional access: [_1]',
1.6       bisitz   12795: 
                   12796:    'You have previously set [_1] conditional access controls.'
1.93      raeburn  12797: => 'You have previously set [_1] conditional access controls.',
1.6       bisitz   12798: 
                   12799:    'Change Conditions'
1.93      raeburn  12800: => 'Change Conditions',
1.6       bisitz   12801: 
                   12802:    'Add conditional access'
1.93      raeburn  12803: => 'Add conditional access',
1.6       bisitz   12804: 
                   12805:    'based on domain, username, or course affiliation.'
1.93      raeburn  12806: => 'based on domain, username, or course affiliation.',
1.6       bisitz   12807: 
                   12808:    '[_1]-based conditional access: '
                   12809: => '[_1]-basierter bedingungsabhängiger Zugriff: ',
                   12810: 
                   12811:    'conditions'
1.93      raeburn  12812: => 'conditions',
1.6       bisitz   12813: 
                   12814:    'condition'
1.93      raeburn  12815: => 'condition',
1.6       bisitz   12816: 
                   12817:    'Action?'
1.93      raeburn  12818: => 'Action?',
1.6       bisitz   12819: 
                   12820:    'Allowed [_1] member affiliations'
1.93      raeburn  12821: => 'Allowed [_1] member affiliations', # ???
1.6       bisitz   12822: 
                   12823:    'No [_1]-based conditions defined.'
1.93      raeburn  12824: => 'No [_1]-based conditions defined.',
1.6       bisitz   12825: 
                   12826:    'Type of change'
                   12827: => 'Änderungsart',
                   12828: 
                   12829:    'Access control'
1.93      raeburn  12830: => 'Access control',
1.6       bisitz   12831: 
                   12832:    'Additional information'
1.93      raeburn  12833: => 'Additional information',
1.6       bisitz   12834: 
                   12835:    'A problem occurred deleting access controls: [_1]'
1.93      raeburn  12836: => 'A problem occurred deleting access controls: [_1]',
1.6       bisitz   12837: 
                   12838:    'A problem occurred saving access control settings: [_1]'
1.93      raeburn  12839: => 'A problem occurred saving access control settings: [_1]',
1.6       bisitz   12840: 
                   12841:    'opened folder'
1.93      raeburn  12842: => 'opened folder',
1.6       bisitz   12843: 
                   12844:    'closed folder'
1.93      raeburn  12845: => 'closed folder',
1.6       bisitz   12846: 
                   12847:    'Passphrase-protected'
1.22      zhu      12848: => '密码保护',
1.6       bisitz   12849: 
                   12850:    'Conditional'
1.93      raeburn  12851: => 'Conditional',
1.6       bisitz   12852: 
                   12853:    'An error occurred ([_1]) while trying to delete [_2].'
1.93      raeburn  12854: => 'An error occurred ([_1]) while trying to delete [_2].',
1.6       bisitz   12855: 
                   12856:    'File: [_1] deleted.'
1.22      zhu      12857: => '文件 [_1] 已删除。',
1.6       bisitz   12858: 
                   12859:    'An error occurred ([_1]) while trying to delete access controls for the file.'
1.93      raeburn  12860: => 'An error occurred ([_1]) while trying to delete access controls for the file.',
1.6       bisitz   12861: 
                   12862:    'Access controls also deleted for the file.'
1.93      raeburn  12863: => 'Access controls also deleted for the file.',
1.6       bisitz   12864: 
                   12865:    'Error: no valid filename was provided to rename to.'
1.93      raeburn  12866: => 'Error: no valid filename was provided to rename to.',
1.6       bisitz   12867: 
                   12868:    'An error occurred ([_1]) while trying to rename [_2] to [_3]'
1.93      raeburn  12869: => 'An error occurred ([_1]) while trying to rename [_2] to [_3]',
1.6       bisitz   12870: 
                   12871:    'The new file name was changed from:<br />[_1] to [_2]'
1.93      raeburn  12872: => 'The new file name was changed from:<br />[_1] to [_2]',
1.6       bisitz   12873: 
                   12874:    'An error occurred ([_1]) while trying to delete access control records for the old name.'
1.93      raeburn  12875: => 'An error occurred ([_1]) while trying to delete access control records for the old name.',
1.6       bisitz   12876: 
                   12877:    'An error occurred ([_1]) while trying to upload [_2].'
1.93      raeburn  12878: => 'An error occurred ([_1]) while trying to upload [_2].',
1.6       bisitz   12879: 
                   12880:    'An error occurred (dir) ([_1]) while trying to delete [_2].'
1.93      raeburn  12881: => 'An error occurred (dir) ([_1]) while trying to delete [_2].',
1.6       bisitz   12882: 
                   12883:    'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].'
1.93      raeburn  12884: => 'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].',
1.6       bisitz   12885: 
                   12886:    'An error occurred ([_1]) while trying to create a new directory [_2].'
1.93      raeburn  12887: => 'An error occurred ([_1]) while trying to create a new directory [_2].',
1.6       bisitz   12888: 
                   12889:    'Access controls updated to reflect the name change.'
1.93      raeburn  12890: => 'Access controls updated to reflect the name change.',
1.6       bisitz   12891: 
                   12892:    'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.'
1.93      raeburn  12893: => 'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.',
1.6       bisitz   12894: 
                   12895:    'The conditions can include affiliation with a particular course, or a user account in a specific domain.'
1.93      raeburn  12896: => 'The conditions can include affiliation with a particular course, or a user account in a specific domain.',
1.6       bisitz   12897: 
                   12898:    'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.'
1.93      raeburn  12899: => 'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.',
1.6       bisitz   12900: 
                   12901:    'Current access controls defined for this file:'
1.93      raeburn  12902: => 'Current access controls defined for this file:',
1.6       bisitz   12903: 
                   12904:    'No access control settings currently exist for this file.'
1.93      raeburn  12905: => 'No access control settings currently exist for this file.',
1.6       bisitz   12906: 
                   12907:    'Deleted'
1.93      raeburn  12908: => 'Deleted',
1.6       bisitz   12909: 
                   12910:    'No end date'
1.22      zhu      12911: => '无结束日期',
1.6       bisitz   12912: 
                   12913:    'Start: '
1.22      zhu      12914: => '开始: ',
1.6       bisitz   12915: 
                   12916:    'End: '
1.22      zhu      12917: => '结束: ',
1.6       bisitz   12918: 
                   12919:    'Domains: '
1.22      zhu      12920: => '域: ',
1.6       bisitz   12921: 
                   12922:    'Users: '
1.22      zhu      12923: => '用户: ',
1.6       bisitz   12924: 
                   12925:    'New control(s) added'
1.93      raeburn  12926: => 'New control(s) added',
1.6       bisitz   12927: 
                   12928:    'Existing control(s) deleted'
1.93      raeburn  12929: => 'Existing control(s) deleted',
1.6       bisitz   12930: 
                   12931:    'Existing control(s) modified'
1.93      raeburn  12932: => 'Existing control(s) modified',
1.6       bisitz   12933: 
                   12934:    'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>'
1.93      raeburn  12935: => 'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>',
1.6       bisitz   12936: 
                   12937:    'Display all access settings for this file'
1.93      raeburn  12938: => 'Display all access settings for this file',
1.6       bisitz   12939: 
                   12940:    'Add a roles-based condition'
1.93      raeburn  12941: => 'Add a roles-based condition',
1.6       bisitz   12942: 
                   12943:    'New role-based condition'
1.93      raeburn  12944: => 'New role-based condition',
1.6       bisitz   12945: 
                   12946:    "Format for users' username:domain information:"
1.93      raeburn  12947: => "Format for users' username:domain information:", # ??? -> portfolio.pm
1.6       bisitz   12948: 
                   12949:    'Add new [_1] condition(s)?'
1.93      raeburn  12950: => 'Add new [_1] condition(s)?',
1.6       bisitz   12951: 
                   12952:    'Number to add: '
1.93      raeburn  12953: => 'Number to add: ',
1.6       bisitz   12954: 
                   12955:    'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.'
1.93      raeburn  12956: => 'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.',
1.6       bisitz   12957: 
1.88      bisitz   12958:    'Course status'
                   12959: => 'Course status', # '[_1] 状态',
1.6       bisitz   12960: 
                   12961:    'Files selected from other directories:'
1.93      raeburn  12962: => 'Files selected from other directories:',
1.6       bisitz   12963: 
                   12964:    'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.'
                   12965: => '[_1] konnte nicht hochgeladen werden (Größe: [_2] KB). Der verfügbare Speicherplatz wurde überschritten.',
                   12966: 
                   12967:    'Unable to upload [_1]. A locked file by that name was found in [_2].'
                   12968: => '[_1] konnte nicht hochgeladen werden. Eine gesperrte Datei mit diesem Namen wurde in [_2] gefunden.',
                   12969: 
                   12970:    'You will be able to rename or delete existing [_1] after a grade has been assigned.'
1.93      raeburn  12971: => 'You will be able to rename or delete existing [_1] after a grade has been assigned.',
1.6       bisitz   12972: 
                   12973:    'Unable to upload [_1]. A file by that name was found in [_2].'
                   12974: => '[_1] konnte nicht hochgeladen werden. Eine Datei mit diesem Namen wurde in [_2] gefunden.',
                   12975: 
                   12976:    'To upload, rename or delete existing [_1] in [_2].'
1.93      raeburn  12977: => 'To upload, rename or delete existing [_1] in [_2].', # ???
1.6       bisitz   12978: 
                   12979:    'Rename [_1] to [_2]?'
                   12980: => '[_1] in [_2] umbenennen?',
                   12981: 
                   12982:    'Reference Warning'
1.93      raeburn  12983: => 'Reference Warning',
1.6       bisitz   12984: 
                   12985:    '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  12986: => '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   12987: 
                   12988:    'Please select the locations from which the referenced files are to be uploaded.'
1.93      raeburn  12989: => 'Please select the locations from which the referenced files are to be uploaded.',
1.6       bisitz   12990: 
                   12991:    'Delete [_1]?'
1.12      zhu      12992: => '删除 [_1]?',
1.6       bisitz   12993: 
                   12994:    'Edit Portfolio File Catalog Information'
1.12      zhu      12995: => '编辑组合文件的目录信息',
1.6       bisitz   12996: 
                   12997:    'Edit Group Portfolio File Catalog Information'
1.12      zhu      12998: => '编辑组组合文件的目录信息',
1.6       bisitz   12999: 
                   13000:    'Update'
1.12      zhu      13001: => '更新',
1.6       bisitz   13002: 
                   13003:    'domains'
1.12      zhu      13004: => '域',
1.6       bisitz   13005: 
                   13006:    'users'
1.12      zhu      13007: => '用户',
1.6       bisitz   13008: 
                   13009:    'Access'
1.93      raeburn  13010: => 'Access',
1.6       bisitz   13011: 
                   13012:    'Conditional: domain-based'
1.93      raeburn  13013: => 'Conditional: domain-based',
1.6       bisitz   13014: 
                   13015:    'Conditional: user-based'
1.93      raeburn  13016: => 'Conditional: user-based',
1.6       bisitz   13017: 
                   13018:    'Conditional: course-based'
1.93      raeburn  13019: => 'Conditional: course-based',
1.6       bisitz   13020: 
                   13021:    '[_1] was submitted in response to problem: [_2]'
                   13022: => '[_1] wurde als Antwort auf die Aufgabe [_2] eingereicht.',
                   13023: 
                   13024:    '[_1] was handed back in response to problem: [_2]'
                   13025: => '[_1] wurde als antwort auf die Aufgabe [_2] zurückgegeben.',
                   13026: 
                   13027:    'In the course:'
1.93      raeburn  13028: => 'In the course:',
1.6       bisitz   13029: 
                   13030:    'Back'
1.12      zhu      13031: => '返回',
1.6       bisitz   13032: 
                   13033:    'Error: no directory name was provided.'
1.12      zhu      13034: => '错误:没有输入目录名称。',
1.6       bisitz   13035: 
                   13036:    'Unable to create a directory named [_1].'
1.12      zhu      13037: => '无法创建目录名 [_1]。',
1.6       bisitz   13038: 
                   13039:    'Action disallowed'
1.12      zhu      13040: => '不允许行动',
1.6       bisitz   13041: 
                   13042:    'You do not have sufficient privileges to [_1]'
1.12      zhu      13043: => '您没有足够权限 [_1]',
1.6       bisitz   13044: 
                   13045:    'upload files'
1.12      zhu      13046: => '上传文件',
1.6       bisitz   13047: 
                   13048:    'delete files'
1.12      zhu      13049: => '删除文件',
1.6       bisitz   13050: 
                   13051:    'rename files'
1.12      zhu      13052: => '重命名文件',
1.6       bisitz   13053: 
                   13054:    'set access controls for files'
1.12      zhu      13055: => '设置访问控制文件',
1.6       bisitz   13056: 
                   13057:    "in the group's file repository."
1.93      raeburn  13058: => "in the group's file repository.",
1.6       bisitz   13059: 
                   13060:    'in this portfolio.'
1.12      zhu      13061: => '在这个组区。',
1.6       bisitz   13062: 
                   13063:    'You do not have the privileges required to access the shared files space for this group.'
1.12      zhu      13064: => '您没有权限访问该组的共享文件。',
1.6       bisitz   13065: 
                   13066:    'Not a valid group for this course'
1.12      zhu      13067: => '本课程里不是一个有效的组',
1.6       bisitz   13068: 
                   13069:    'Group files for [_1]'
1.12      zhu      13070: => '[_1] 组的组文件 ',
1.6       bisitz   13071: 
                   13072:    'Invalid group'
1.12      zhu      13073: => '无效组',
1.6       bisitz   13074: 
                   13075:    'No file was selected to upload.'
1.12      zhu      13076: => '没有文件被选中上传。',
1.6       bisitz   13077: 
                   13078:    'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'
1.12      zhu      13079: => '要上传文件,请点击<strong>浏览... </strong>,并选择一个文件,然后点击<strong>上传</strong> 。',
1.6       bisitz   13080: 
                   13081:    'Edit the meta data'
1.12      zhu      13082: => '编辑元数据',
1.6       bisitz   13083: 
                   13084:    'Pick functionality'
1.12      zhu      13085: => '选择功能',
1.6       bisitz   13086: 
                   13087:    'Functionality to display/modify'
1.12      zhu      13088: => '功能显示/修改',
1.6       bisitz   13089: 
                   13090:    'You must select at least one functionality type to display.'
1.12      zhu      13091: => '您必须至少选择一个功能型。',
1.6       bisitz   13092: 
                   13093:    'Default color schemes'
1.12      zhu      13094: => '默认颜色方案',
1.6       bisitz   13095: 
                   13096:    'Log-in page options'
1.12      zhu      13097: => '登录页面选项',
1.6       bisitz   13098: 
                   13099:    'Default authentication/language/timezone'
1.12      zhu      13100: => '默认的身份验证/语言/时区',
1.6       bisitz   13101: 
                   13102:    'Default quotas for user portfolios'
1.93      raeburn  13103: => 'Default quotas for user portfolios',
1.6       bisitz   13104: 
                   13105:    'Auto-update settings'
1.12      zhu      13106: => '设置自动更新',
1.6       bisitz   13107: 
                   13108:    'Institutional directory searches'
1.93      raeburn  13109: => 'Institutional directory searches',
1.6       bisitz   13110: 
                   13111:    'User creation'
                   13112: => '创建用户',
                   13113: 
                   13114:    'User modification'
                   13115: => '用户设置',
                   13116: 
                   13117:    'Scantron format file'
1.93      raeburn  13118: => 'Scantron format file',
1.6       bisitz   13119: 
                   13120:    'Cataloging of courses'
1.12      zhu      13121: => '课程目录',
1.6       bisitz   13122: 
                   13123:    'Display options'
1.12      zhu      13124: => '显示选项',
1.6       bisitz   13125: 
                   13126:    'Display using: '
1.93      raeburn  13127: => 'Display using: ',
1.6       bisitz   13128: 
                   13129:    'one column'
1.12      zhu      13130: => '一列',
1.6       bisitz   13131: 
                   13132:    'two columns'
1.12      zhu      13133: => '两列',
1.6       bisitz   13134: 
                   13135:    'Changes made:'
1.93      raeburn  13136: => 'Changes made:',
1.6       bisitz   13137: 
                   13138:    'Back to configuration display'
1.93      raeburn  13139: => 'Back to configuration display',
1.6       bisitz   13140: 
                   13141:    'No changes made to log-in page settings'
1.93      raeburn  13142: => 'No changes made to log-in page settings',
1.6       bisitz   13143: 
                   13144:    'Support Request'
1.93      raeburn  13145: => 'Support Request',
1.6       bisitz   13146: 
                   13147:    'Do <b>not</b> use this form to ask questions about course content.'
1.93      raeburn  13148: => 'Do <b>not</b> use this form to ask questions about course content.',
1.6       bisitz   13149: 
                   13150:    'Contact your instructor instead.'
1.93      raeburn  13151: => 'Contact your instructor instead.',
1.6       bisitz   13152: 
                   13153:    'Cc'
1.12      zhu      13154: => '抄送',
1.6       bisitz   13155: 
                   13156:    'Your e-mail address'
1.27      zhu      13157: => '您的E-Mail地址',
1.6       bisitz   13158: 
                   13159:    'Search and Enroll'
1.27      zhu      13160: => '搜索和注册',
1.6       bisitz   13161: 
                   13162:    'Search or Add New User'
1.27      zhu      13163: => '搜索或添加新用户',
1.6       bisitz   13164: 
                   13165:    'No username and/or domain provided.'
1.93      raeburn  13166: => 'No username and/or domain provided.',
1.6       bisitz   13167: 
                   13168:    'No match was found for the username ([_1]) in LON-CAPA domain: [_2]'
1.93      raeburn  13169: => 'No match was found for the username ([_1]) in LON-CAPA domain: [_2]',
1.6       bisitz   13170: 
                   13171:    'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.'
1.93      raeburn  13172: => 'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.',
1.6       bisitz   13173: 
1.85      bisitz   13174:    'Problems occurred in creating the new Excel file.'
1.93      raeburn  13175: => 'Problems occurred in creating the new Excel file.',
1.85      bisitz   13176: 
                   13177:    'Problems occurred in creating the output file.'
1.93      raeburn  13178: => 'Problems occurred in creating the output file.',
1.85      bisitz   13179: 
                   13180:    'Problems occurred in writing the CSV file.'
1.93      raeburn  13181: => 'Problems occurred in writing the CSV file.',
1.6       bisitz   13182: 
1.85      bisitz   13183:    'This error has been logged.'
1.93      raeburn  13184: => 'This error has been logged.',
1.6       bisitz   13185: 
1.85      bisitz   13186:    'Please alert your LON-CAPA administrator.'
1.93      raeburn  13187: => 'Please alert your LON-CAPA administrator.',
1.6       bisitz   13188: 
                   13189:    'Records [_1]'
1.93      raeburn  13190: => 'Records [_1]', # ???
1.6       bisitz   13191: 
                   13192:    'Filter [_1]'
                   13193: => 'Filter [_1]',
                   13194: 
                   13195:    'Under you current role you are not permitted to change login settings for this user'
1.93      raeburn  13196: => 'Under you current role you are not permitted to change login settings for this user',
1.6       bisitz   13197: 
                   13198:    'History'
1.55      zhu      13199: => '历史',
1.6       bisitz   13200: 
                   13201:    'Part '
1.55      zhu      13202: => '部分 ',
1.6       bisitz   13203: 
                   13204:    'Transaction [_1]'
1.93      raeburn  13205: => 'Transaction [_1]', # ???
1.6       bisitz   13206: 
                   13207:    'Nothing submitted - no attempts.'
1.93      raeburn  13208: => 'Nothing submitted - no attempts.',
1.6       bisitz   13209: 
                   13210:    'No data.'
1.93      raeburn  13211: => 'No data.',
1.6       bisitz   13212: 
                   13213:    'Open in a new window'
1.93      raeburn  13214: => 'Open in a new window',
1.6       bisitz   13215: 
                   13216:    'Revoke user roles'
1.93      raeburn  13217: => 'Revoke user roles',
1.6       bisitz   13218: 
                   13219:    'Delete user roles'
1.93      raeburn  13220: => 'Delete user roles',
1.6       bisitz   13221: 
                   13222:    'Re-enable expired user roles'
1.93      raeburn  13223: => 'Re-enable expired user roles',
1.6       bisitz   13224: 
                   13225:    'Make future user roles active now'
1.93      raeburn  13226: => 'Make future user roles active now',
1.6       bisitz   13227: 
                   13228:    'Change starting/ending dates'
1.93      raeburn  13229: => 'Change starting/ending dates',
1.6       bisitz   13230: 
                   13231:    'Change section associated with user roles'
1.93      raeburn  13232: => 'Change section associated with user roles',
1.6       bisitz   13233: 
                   13234:    'Modify existing user: '
1.70      zhu      13235: => '修改现有的用户: ',
1.6       bisitz   13236: 
                   13237:    'Enroll one student'
1.70      zhu      13238: => '注册一名学生',
1.6       bisitz   13239: 
                   13240:    'Enroll one student: '
1.70      zhu      13241: => '注册一名学生: ',
1.6       bisitz   13242: 
                   13243:    'Existing Roles'
1.55      zhu      13244: => '现有的角色',
1.6       bisitz   13245: 
1.40      bisitz   13246:    'Existing Roles in this Course'
1.70      zhu      13247: => '课程中现有的角色',
1.40      bisitz   13248: 
                   13249:    'Existing Co-Author Roles in your Construction Space'
1.93      raeburn  13250: => 'Existing Co-Author Roles in your Construction Space',
1.40      bisitz   13251: 
                   13252:    'Existing Roles in this Domain'
1.70      zhu      13253: => '在该域中现有的角色',
1.40      bisitz   13254: 
1.6       bisitz   13255:    'Text-based Interface Login'
1.93      raeburn  13256: => 'Text-based Interface Login',
1.6       bisitz   13257: 
                   13258:    'Select Accessibility Options'
1.93      raeburn  13259: => 'Select Accessibility Options',
1.6       bisitz   13260: 
                   13261:    'Suppress rendering of images'
1.93      raeburn  13262: => 'Suppress rendering of images',
1.6       bisitz   13263: 
                   13264:    'Suppress Java applets'
1.55      zhu      13265: => '禁止Java小程序',
1.6       bisitz   13266: 
                   13267:    'Suppress rendering of embedded multimedia'
1.93      raeburn  13268: => 'Suppress rendering of embedded multimedia',
1.6       bisitz   13269: 
                   13270:    'Increase font size'
1.55      zhu      13271: => '放大字体',
1.6       bisitz   13272: 
                   13273:    'Switch to black and white mode'
1.55      zhu      13274: => '切换到黑白模式',
1.6       bisitz   13275: 
                   13276:    'Remember these settings for next login'
1.55      zhu      13277: => '下次登录时记住这些设置',
1.6       bisitz   13278: 
                   13279:    'You are already logged in!'
1.55      zhu      13280: => '您已经登录!',
1.6       bisitz   13281: 
                   13282:    'You are already logged in'
1.55      zhu      13283: => '您已经登录!',
1.6       bisitz   13284: 
                   13285:    'Please either [_1]continue the current session[_2] or [_3]logout[_4].'
1.55      zhu      13286: => '您的选择:[_1]继续当前的会话[_2]或者[_3]退出[_4]。',
1.6       bisitz   13287: 
                   13288:    'Login problems?'
1.9       zhu      13289: => '无法登录?',
1.6       bisitz   13290: 
                   13291:    'Reset password'
1.9       zhu      13292: => '重设密码',
1.6       bisitz   13293: 
                   13294:    'Reset forgotten LON-CAPA password'
1.55      zhu      13295: => '重置 LON-CAPA 密码',
1.6       bisitz   13296: 
1.89      bisitz   13297:    '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      13298: => '如果您使用相同的帐户的其他校园服务除了LON-CAPA, (例如,电子邮件,课程注册等) ,一个单独的中央管理机制可以重置密码。然而,如果您的帐户只是用于LON-CAPA访问,您可以从这个网页重置密码。',
1.6       bisitz   13299: 
                   13300:    'Three conditions must be met:'
1.55      zhu      13301: => '三个条件必须满足:',
1.6       bisitz   13302: 
                   13303:    'An e-mail address must have previously been associated with your LON-CAPA username.'
1.55      zhu      13304: => '必须有一个电子邮件地址与您的LON-CAPA用户联系在一起的。',
1.6       bisitz   13305: 
                   13306:    'You must be able to access e-mail sent to that address.'
1.55      zhu      13307: => '您必须能访问即将发送的电子邮件地址。',
1.6       bisitz   13308: 
                   13309:    'Your LON-CAPA account must be of a type for which LON-CAPA can reset a password.'
1.55      zhu      13310: => '您 LON-CAPA 帐户必须是一个类型为 LON-CAPA 可以重置密码。',
1.6       bisitz   13311: 
                   13312:    'Thank you for your request to reset the password for your LON-CAPA account.'
1.55      zhu      13313: => '感谢您要求重设 LON-CAPA 帐户的密码 。',
1.6       bisitz   13314: 
                   13315:    'Email address in LON-CAPA'
1.93      raeburn  13316: => 'Email address in LON-CAPA',
1.6       bisitz   13317: 
1.55      zhu      13318:    'E-mail address in LON-CAPA'
1.93      raeburn  13319: => 'E-mail address in LON-CAPA',
1.55      zhu      13320: 
1.6       bisitz   13321:    'The username you provided was not verified as a valid username in the LON-CAPA system for the [_1] domain.'
1.56      zhu      13322: => '您提供的用户名不是有效的用户名在 LON-CAPA 系统在该[_1]域。',
1.6       bisitz   13323: 
                   13324:    'Please [_1]go back[_2] and try again.'
1.55      zhu      13325: => '请[_1]返回[_2] ,然后再试一次。',
1.6       bisitz   13326: 
                   13327:    'The e-mail address you provided does not appear to be a valid address.'
1.56      zhu      13328: => '您提供的电子邮件地址不是一个有效的地址。',
1.6       bisitz   13329: 
                   13330:    'A valid e-mail address was not located in the LON-CAPA system for the username and domain you provided.'
1.56      zhu      13331: => '您提供的用户名和域在 LON-CAPA 系统中没有找到一个有效的电子邮件地址。',
1.6       bisitz   13332: 
                   13333:    'The username you provided uses an authentication type which can not be reset directly via LON-CAPA.'
1.56      zhu      13334: => '您提供的用户名使用的身份验证类型,不能直接通过 LON-CAPA 重置密码。',
1.6       bisitz   13335: 
1.41      bisitz   13336:    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3].'
1.56      zhu      13337: => '您不妨联系[_2]的[_3]的[_1] LON-CAPA 求助。',
1.6       bisitz   13338: 
                   13339:    'You may wish to send an e-mail to the server administrator: [_1] for [_2].' # 1: e-mail, 2: domain
1.56      zhu      13340: => '您不妨给服务器管理员发送电子邮件: [_1]的[_2] 。Sie können an den Server-Administrator [_1] der Einrichtung [_2] eine E-Mail schicken.',
1.6       bisitz   13341: 
                   13342:    'Assigning yourself a co-author or assistant co-author role in your own author area in Construction Space is not permitted'
1.93      raeburn  13343: => 'Assigning yourself a co-author or assistant co-author role in your own author area in Construction Space is not permitted',
1.6       bisitz   13344: 
                   13345:    'Owner(s)'
1.93      raeburn  13346: => 'Owner(s)',
1.6       bisitz   13347: 
                   13348:    'Practice Problem'
1.56      zhu      13349: => '练习题',
1.6       bisitz   13350: 
                   13351:    'Submissions are not permanently recorded'
1.93      raeburn  13352: => 'Submissions are not permanently recorded',
1.6       bisitz   13353: 
                   13354:    'Submissions to practice problems are not permanently recorded.'
1.93      raeburn  13355: => 'Submissions to practice problems are not permanently recorded.',
1.6       bisitz   13356: 
                   13357:    'not graded'
1.93      raeburn  13358: => 'not graded',
1.6       bisitz   13359: 
                   13360:    'Course initialization preference'
1.93      raeburn  13361: => 'Course initialization preference',
1.6       bisitz   13362: 
                   13363:    'Choose which page will be displayed when you enter this course after selecting a role.'
1.93      raeburn  13364: => 'Choose which page will be displayed when you enter this course after selecting a role.',
1.6       bisitz   13365: 
                   13366:    'Current value is determined by'
1.93      raeburn  13367: => 'Current value is determined by',
1.6       bisitz   13368: 
                   13369:    'and is set to display'
1.93      raeburn  13370: => 'and is set to display',
1.6       bisitz   13371: 
                   13372:    'Page display controlled by'
1.93      raeburn  13373: => 'Page display controlled by',
1.6       bisitz   13374: 
                   13375:    'If'
1.93      raeburn  13376: => 'If',
1.6       bisitz   13377: 
                   13378:    'Choose course entry'
1.93      raeburn  13379: => 'Choose course entry',
1.6       bisitz   13380: 
                   13381:    'Modify course entry'
1.93      raeburn  13382: => 'Modify course entry',
1.6       bisitz   13383: 
                   13384:    '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  13385: => '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   13386: 
                   13387:    '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  13388: => '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   13389: 
                   13390:    "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  13391: => "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   13392: 
                   13393:    'Setting optional privileges for specific group members'
1.57      zhu      13394: => '对具体组成员设置可选的权限',
1.6       bisitz   13395: 
                   13396:    'As no group tools will be made available to users, there are no specific user privileges to set.'
1.93      raeburn  13397: => 'As no group tools will be made available to users, there are no specific user privileges to set.',
1.6       bisitz   13398: 
                   13399:    'Create group'
1.12      zhu      13400: => '创建组',
1.6       bisitz   13401: 
                   13402:    '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  13403: => '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   13404: 
                   13405:    '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  13406: => '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   13407: 
                   13408:    'A problem occurred when creating folders for the new group [_1]:'
1.93      raeburn  13409: => 'A problem occurred when creating folders for the new group [_1]:',
1.6       bisitz   13410: 
                   13411:    'Group [_1] was created.'
1.12      zhu      13412: => '组 [_1] 已创建。',
1.6       bisitz   13413: 
                   13414:    'E-mail Address'
1.93      raeburn  13415: => 'E-mail Address',
1.6       bisitz   13416: 
                   13417:    'Closes '
1.93      raeburn  13418: => 'Closes ',
1.6       bisitz   13419: 
                   13420:    '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  13421: => '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   13422: 
                   13423:    '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  13424: => '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   13425: 
                   13426:    '[quant,_1,day]'
                   13427: => '[quant,_1,Tag,Tage]',
                   13428: 
                   13429:    '[quant,_1,hour]'
                   13430: => '[quant,_1,Stunde,Stunden]',
                   13431: 
                   13432:    '[quant,_1,minute]'
                   13433: => '[quant,_1,Minute,Minuten]',
                   13434: 
                   13435:    '[quant,_1,second]'
                   13436: => '[quant,_1,Sekunde,Sekunden]',
                   13437: 
                   13438:    'Start Timer?'
1.93      raeburn  13439: => 'Start Timer?',
1.6       bisitz   13440: 
                   13441:    'Sign up for time to work.'
1.93      raeburn  13442: => 'Sign up for time to work.',
1.6       bisitz   13443: 
                   13444:    'Requesting Another Worktime'
1.93      raeburn  13445: => 'Requesting Another Worktime',
1.6       bisitz   13446: 
                   13447:    'No available times.'
1.93      raeburn  13448: => 'No available times.',
1.6       bisitz   13449: 
                   13450:    'Return to last resource'
1.93      raeburn  13451: => 'Return to last resource',
1.6       bisitz   13452: 
                   13453:    'My Courses'
1.9       zhu      13454: => '我的课程',
1.6       bisitz   13455: 
                   13456:    '[_1] parts'
                   13457: => '[_1] Teile',
                   13458: 
                   13459:    'Part: [_1]'
1.27      zhu      13460: => '部分: [_1]',
1.6       bisitz   13461: 
                   13462:    'New Discussion'
1.12      zhu      13463: => '新的讨论',
1.6       bisitz   13464: 
                   13465:    'New Email'
1.12      zhu      13466: => '新的 E-Mail',
1.6       bisitz   13467: 
                   13468:    'New Error'
1.12      zhu      13469: => '新的错误',
1.6       bisitz   13470: 
                   13471:    '(randomly select [_1])'
                   13472: => '(zufällig [_1] ausgewählt)',
                   13473: 
                   13474:    '(randomly ordered)'
                   13475: => '(in zufälliger Reihenfolge)',
                   13476: 
                   13477:    'No course selected'
1.93      raeburn  13478: => 'No course selected',
1.6       bisitz   13479: 
                   13480:    'Open '
                   13481: => 'Öffnet am ',
                   13482: 
                   13483:    'Having technical difficulties; please check status later'
1.93      raeburn  13484: => 'Having technical difficulties; please check status later',
1.6       bisitz   13485: 
                   13486:    'Answer open'
1.93      raeburn  13487: => 'Answer open',
1.6       bisitz   13488: 
                   13489:    'Yes, and show correct answer if they exceed the maximum number of tries.'
1.93      raeburn  13490: => 'Yes, and show correct answer if they exceed the maximum number of tries.',
1.6       bisitz   13491: 
                   13492:    "No, don't show correct/incorrect feedback."
1.93      raeburn  13493: => "No, don't show correct/incorrect feedback.",
1.6       bisitz   13494: 
                   13495:    'No, show no feedback at all.'
1.93      raeburn  13496: => 'No, show no feedback at all.',
1.6       bisitz   13497: 
                   13498:    'single part'
1.93      raeburn  13499: => 'single part',
1.6       bisitz   13500: 
                   13501:    'Course Page'
1.36      zhu      13502: => '课程页面',
1.6       bisitz   13503: 
                   13504:    'Unable to set "number unread posts display" to [_1] due to [_2].'
                   13505: => '"Anzeige der Anzahl ungelesener Beiträge" konnte nicht auf [_1] gesetzt werden. Ursache: [_2]',
                   13506: 
                   13507:    'Current value is [_1].'
1.36      zhu      13508: => '当前的值是 [_1].',
1.6       bisitz   13509: 
                   13510:    'Unable to set interval to [_1] due to [_2].'
1.93      raeburn  13511: => 'Unable to set interval to [_1] due to [_2].',
1.6       bisitz   13512: 
                   13513:    'Changes to threshold(s) for problem tracking:'
1.93      raeburn  13514: => 'Changes to threshold(s) for problem tracking:',
1.6       bisitz   13515: 
                   13516:    'Set threshold for [_1] to [_2]'
1.36      zhu      13517: => '对于 [_1] 到 [_2] 的临界值',
1.6       bisitz   13518: 
                   13519:    'Set the default page to be displayed when you select a course role'
1.36      zhu      13520: => '设置默认页, 显示您选择的课程的角色',
1.6       bisitz   13521: 
                   13522:    '(Currently: [_1])'
1.36      zhu      13523: => '(现在: [_1])',
1.6       bisitz   13524: 
                   13525:    "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   13526: => "在课程中为您的课程的全局的用户首选项设置可以覆盖个别的课程设置,通过特定的课程设置[_1]What's New page[_2]。",
1.6       bisitz   13527: 
                   13528:    'Display the [_1]first resource[_2] in the course.'
1.36      zhu      13529: => '显示课程中的[_1]第一资源[_2]。',
1.6       bisitz   13530: 
                   13531:    "Display the [_1]What's New page[_2] - a summary of items in the course which require attention."
1.36      zhu      13532: => "显示 [_1]What's New page[_2] - 课程中的内容概述需要被注意。",
1.6       bisitz   13533: 
                   13534:    'Default now set'
1.93      raeburn  13535: => 'Default now set',
1.6       bisitz   13536: 
                   13537:    'when you select a course role from the roles screen'
1.93      raeburn  13538: => 'when you select a course role from the roles screen',
1.6       bisitz   13539: 
                   13540:    'you will be taken to the start of the course.'
1.93      raeburn  13541: => 'you will be taken to the start of the course.',
1.6       bisitz   13542: 
                   13543:    'a page will be displayed that lists items in the course that may require action from you.'
1.93      raeburn  13544: => 'a page will be displayed that lists items in the course that may require action from you.',
1.6       bisitz   13545: 
                   13546:    "Display the What's New page listing course action items"
1.93      raeburn  13547: => "Display the What's New page listing course action items",
1.6       bisitz   13548: 
                   13549:    'Go to the start of the course'
1.93      raeburn  13550: => 'Go to the start of the course',
1.6       bisitz   13551: 
                   13552:    'now'
1.93      raeburn  13553: => 'now',
1.6       bisitz   13554: 
                   13555:    'No official courses to display for [_1].'
1.93      raeburn  13556: => 'No official courses to display for [_1].',
1.6       bisitz   13557: 
                   13558:    '(Month - Day - Year)'
1.13      zhu      13559: => '(月 - 日 - 年)',
1.6       bisitz   13560: 
                   13561:    'Month[_1]Day[_2]Year'
1.13      zhu      13562: => '月[_1]日[_2]年',
1.6       bisitz   13563: 
                   13564:    '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  13565: => '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   13566: 
                   13567:    'Skipping'
1.93      raeburn  13568: => 'Skipping',
1.6       bisitz   13569: 
                   13570:    'Notifying host'
1.93      raeburn  13571: => 'Notifying host', # ???
1.6       bisitz   13572: 
                   13573:    'Back to Catalog Information'
1.18      zhu      13574: => '返回到目录信息',
1.6       bisitz   13575: 
                   13576:    ' at '
                   13577: => ' in ',
                   13578: 
                   13579:    "Computer's answer is incorrect ([_1])."
1.93      raeburn  13580: => "Computer's answer is incorrect ([_1]).",
1.6       bisitz   13581: 
                   13582:    'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.'
1.93      raeburn  13583: => 'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.',
1.6       bisitz   13584: 
                   13585:    'It is likely that the tolerance range [_1] needs to be adjusted.'
1.93      raeburn  13586: => 'It is likely that the tolerance range [_1] needs to be adjusted.',
1.6       bisitz   13587: 
                   13588:    'Submission Record'
1.93      raeburn  13589: => 'Submission Record',
1.6       bisitz   13590: 
                   13591:    'Set/Change grades'
1.93      raeburn  13592: => 'Set/Change grades',
1.6       bisitz   13593: 
                   13594:    'View of the problem'
1.93      raeburn  13595: => 'View of the problem',
1.6       bisitz   13596: 
                   13597:    'Assign Grades'
1.93      raeburn  13598: => 'Assign Grades',
1.6       bisitz   13599: 
                   13600:    'Save &amp; Next'
1.18      zhu      13601: => '保存并继续',
1.6       bisitz   13602: 
                   13603:    '[_1]student(s)'
1.22      zhu      13604: => '[_1]学生',
1.6       bisitz   13605: 
                   13606:    '(Next and Previous (student) do not save the scores.)'
                   13607: => '("Vorherige" und "Weiter" speichert nicht die Bewertungsdaten dieser Seite)',
                   13608: 
                   13609:    'LON-CAPA User Message'
1.22      zhu      13610: => 'LON-CAPA 用户邮件',
1.6       bisitz   13611: 
                   13612:    '<b>Message: </b> No more students for this section or class.'
                   13613: => '<b>Nachricht:</b> Keine weiteren Studenten für diese Sektion oder diesen Kurs.',
                   13614: 
                   13615:    'Click on the button below to return to the grading menu.'
1.93      raeburn  13616: => 'Click on the button below to return to the grading menu.',
1.6       bisitz   13617: 
                   13618:    'Group files'
1.12      zhu      13619: => '组文件',
1.6       bisitz   13620: 
                   13621:    'One group portfolio file is available.'
1.93      raeburn  13622: => 'One group portfolio file is available.',
1.6       bisitz   13623: 
                   13624:    'One portfolio file owned by [_1] is available.'
1.93      raeburn  13625: => 'One portfolio file owned by [_1] is available.',
1.6       bisitz   13626: 
                   13627:    'A total of [_1] group portfolio files are available.'
1.93      raeburn  13628: => 'A total of [_1] group portfolio files are available.',
1.6       bisitz   13629: 
                   13630:    'A total of [_1] portfolio files owned by [_2] are available'
1.93      raeburn  13631: => 'A total of [_1] portfolio files owned by [_2] are available',
1.6       bisitz   13632: 
                   13633:    '[quant,_1,file is,files are] publicly accessible.'
1.93      raeburn  13634: => '[quant,_1,file is,files are] publicly accessible.',
1.6       bisitz   13635: 
                   13636:    '[quant,_1,file requires,files require] a passphrase for access.'
                   13637: => '[quant,_1,Datei benötigt,Dateien benötigen] für den Zugriff ein Passwort.',
                   13638: 
                   13639:    'Group Portfolio files'
1.12      zhu      13640: => '组组合文件',
1.6       bisitz   13641: 
                   13642:    'Viewable portfolio files.'
1.12      zhu      13643: => '可见组合文件。',
1.6       bisitz   13644: 
                   13645:    'Viewable portfolio files'
1.12      zhu      13646: => '可见组合文件',
1.6       bisitz   13647: 
                   13648:    'Viewable group portfolio files'
1.12      zhu      13649: => '可见组组合文件',
1.6       bisitz   13650: 
                   13651:    'Display file listing'
1.36      zhu      13652: => '显示文件列表',
1.6       bisitz   13653: 
                   13654:    'Portfolio files for [_1]'
1.36      zhu      13655: => '[_1] 的组合文件',
1.6       bisitz   13656: 
                   13657:    'File access type: '
1.36      zhu      13658: => '文件访问类型: ',
1.6       bisitz   13659: 
                   13660:    'Update display'
1.36      zhu      13661: => '更新显示',
1.6       bisitz   13662: 
                   13663:    'Course Information page'
1.36      zhu      13664: => '课程资料页',
1.6       bisitz   13665: 
                   13666:    'Information about [_1]'
1.36      zhu      13667: => '关于 [_1] 的消息',
1.6       bisitz   13668: 
                   13669:    'There are no available files of the specified access type: [_1]'
1.36      zhu      13670: => '没有提供文件的指定访问类型: [_1]',
1.6       bisitz   13671: 
                   13672:    'File Type Displayed: [_1]'
1.36      zhu      13673: => '显示文件类型: [_1]',
1.6       bisitz   13674: 
                   13675:    'All file types'
1.36      zhu      13676: => '所有文件类型',
1.6       bisitz   13677: 
                   13678:    'The resource depends on another resource with variable filename, i.e., [_1].'
1.93      raeburn  13679: => 'The resource depends on another resource with variable filename, i.e., [_1].',
1.6       bisitz   13680: 
                   13681:    'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.'
1.93      raeburn  13682: => 'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.',
1.6       bisitz   13683: 
                   13684:    'Add Selection for:'
1.93      raeburn  13685: => 'Add Selection for:',
1.6       bisitz   13686: 
1.65      zhu      13687:    'Selected Parameters:'
1.93      raeburn  13688: => 'Selected Parameters:',
1.63      zhu      13689: 
1.65      zhu      13690:    'Show detailed Parameter Selection'
1.93      raeburn  13691: => 'Show detailed Parameter Selection',
1.63      zhu      13692: 
1.65      zhu      13693: # Resource Parameters - Start
1.63      zhu      13694: 
1.65      zhu      13695:    'Problem Opening Date (opendate)'
                   13696: => '问题开始日期 (opendate)',
1.6       bisitz   13697: 
                   13698:    'Problem Opening Date'
1.12      zhu      13699: => '问题开始日期',
1.6       bisitz   13700: 
1.65      zhu      13701:    'Problem Due Date (duedate)'
                   13702: => '问题截止日期 (duedate)',
                   13703: 
1.6       bisitz   13704:    'Problem Due Date'
1.12      zhu      13705: => '问题截止日期',
1.6       bisitz   13706: 
1.65      zhu      13707:    'Problem Answer Date (answerdate)'
                   13708: => '问题答案日期 (answerdate)',
                   13709: 
1.6       bisitz   13710:    'Problem Answer Date'
1.12      zhu      13711: => '问题答案日期',
1.6       bisitz   13712: 
1.65      zhu      13713:    'Time-Limit (interval)'
                   13714: => '期限 (interval)',
                   13715: 
1.6       bisitz   13716:    'Time-Limit'
1.12      zhu      13717: => '期限',
1.6       bisitz   13718: 
1.65      zhu      13719:    'Weight (weight)'
1.93      raeburn  13720: => 'Weight (weight)',
1.65      zhu      13721: 
1.6       bisitz   13722:    'Weight'
1.93      raeburn  13723: => 'Weight',
1.6       bisitz   13724: 
1.65      zhu      13725:    'Maximum Number of Tries (maxtries)'
1.93      raeburn  13726: => 'Maximum Number of Tries (maxtries)',
1.65      zhu      13727: 
1.6       bisitz   13728:    'Maximum Number of Tries'
1.93      raeburn  13729: => 'Maximum Number of Tries',
1.6       bisitz   13730: 
1.65      zhu      13731:    'Number of Tries before hints appear (hinttries)'
1.93      raeburn  13732: => 'Number of Tries before hints appear (hinttries)',
1.65      zhu      13733: 
1.6       bisitz   13734:    'Number of Tries before hints appear'
1.93      raeburn  13735: => 'Number of Tries before hints appear',
1.6       bisitz   13736: 
1.56      zhu      13737:    'Content Opening Date (contentopen)'
1.61      bisitz   13738: => '内容开放日期 (contentopen)',
                   13739: 
1.56      zhu      13740:    'Content Due Date (contentclose)'
1.61      bisitz   13741: => '内容关闭日期 (contentclose)',
1.56      zhu      13742: 
1.63      zhu      13743:    'Content Opening Date'
                   13744: => '内容开放日期',
1.6       bisitz   13745: 
                   13746:    'Content Close Date'
1.18      zhu      13747: => '内容关闭日期',
1.6       bisitz   13748: 
1.65      zhu      13749:    'Question Type (type)'
                   13750: => '问题类型 (type)',
                   13751: 
1.6       bisitz   13752:    'Question Type'
1.18      zhu      13753: => '问题类型',
1.6       bisitz   13754: 
1.65      zhu      13755:    'Show Problem Status (problemstatus)'
1.93      raeburn  13756: => 'Show Problem Status (problemstatus)',
1.65      zhu      13757: 
1.6       bisitz   13758:    'Show Problem Status'
1.18      zhu      13759: => '查看问题状态',
1.6       bisitz   13760: 
1.65      zhu      13761:    'Resource Hidden from Students (hiddenresource)'
1.93      raeburn  13762: => 'Resource Hidden from Students (hiddenresource)',
1.65      zhu      13763: 
1.6       bisitz   13764:    'Resource Hidden from Students'
1.93      raeburn  13765: => 'Resource Hidden from Students',
1.65      zhu      13766: 
                   13767:    'Resource hidden from students (hiddenresource)'
1.93      raeburn  13768: => 'Resource hidden from students (hiddenresource)',
1.65      zhu      13769: 
                   13770:    'Resource hidden from students'
1.93      raeburn  13771: => 'Resource hidden from students',
1.65      zhu      13772: 
                   13773:    'List of hidden parts (hiddenparts)'
1.93      raeburn  13774: => 'List of hidden parts (hiddenparts)',
1.6       bisitz   13775: 
                   13776:    'List of hidden parts'
1.93      raeburn  13777: => 'List of hidden parts', # ???
1.6       bisitz   13778: 
1.65      zhu      13779:    'Part Description (display)'
1.93      raeburn  13780: => 'Part Description (display)',
1.65      zhu      13781: 
1.6       bisitz   13782:    'Part Description'
1.93      raeburn  13783: => 'Part Description',
1.6       bisitz   13784: 
1.65      zhu      13785:    'Show Parts One-at-a-Time (ordered)'
1.93      raeburn  13786: => 'Show Parts One-at-a-Time (ordered)',
1.65      zhu      13787: 
1.6       bisitz   13788:    'Show Parts One-at-a-Time'
1.93      raeburn  13789: => 'Show Parts One-at-a-Time',
1.6       bisitz   13790: 
1.65      zhu      13791:    'Numerical Tolerance (tol)'
1.93      raeburn  13792: => 'Numerical Tolerance (tol)',
1.65      zhu      13793: 
1.6       bisitz   13794:    'Numerical Tolerance'
1.93      raeburn  13795: => 'Numerical Tolerance',
1.6       bisitz   13796: 
1.65      zhu      13797:    'Significant Digits (sig)'
1.93      raeburn  13798: => 'Significant Digits (sig)',
1.65      zhu      13799: 
1.6       bisitz   13800:    'Significant Digits'
1.93      raeburn  13801: => 'Significant Digits',
1.6       bisitz   13802: 
1.65      zhu      13803:    'Show Units - Disable Entry (turnoffunit)'
1.93      raeburn  13804: => 'Show Units - Disable Entry (turnoffunit)',
1.65      zhu      13805: 
1.6       bisitz   13806:    'Show Units - Disable Entry'
1.93      raeburn  13807: => 'Show Units - Disable Entry', # ???
1.6       bisitz   13808: 
1.65      zhu      13809:    'Discussion End Time (discussend)'
1.93      raeburn  13810: => 'Discussion End Time (discussend)',
1.65      zhu      13811: 
1.6       bisitz   13812:    'Discussion End Time'
1.93      raeburn  13813: => 'Discussion End Time',
1.6       bisitz   13814: 
1.65      zhu      13815:    'Hide Closed Discussion (discusshide)'
1.93      raeburn  13816: => 'Hide Closed Discussion (discusshide)',
1.65      zhu      13817: 
1.6       bisitz   13818:    'Hide Closed Discussion'
1.93      raeburn  13819: => 'Hide Closed Discussion',
1.6       bisitz   13820: 
1.65      zhu      13821:    'Randomly Order Resources (randomorder)'
1.93      raeburn  13822: => 'Randomly Order Resources (randomorder)',
1.65      zhu      13823: 
1.6       bisitz   13824:    'Randomly Order Resources'
1.93      raeburn  13825: => 'Randomly Order Resources',
1.6       bisitz   13826: 
1.65      zhu      13827:    'Randomly pick number of resources (randompick)'
1.93      raeburn  13828: => 'Randomly pick number of resources (randompick)',
1.65      zhu      13829: 
                   13830:    'Do not show plain URL (encrypturl)'
1.93      raeburn  13831: => 'Do not show plain URL (encrypturl)',
1.6       bisitz   13832: 
                   13833:    'Do not show plain URL'
1.93      raeburn  13834: => 'Do not show plain URL',
1.6       bisitz   13835: 
1.65      zhu      13836:    'Slots of availability (available)'
1.93      raeburn  13837: => 'Slots of availability (available)',
1.65      zhu      13838: 
1.6       bisitz   13839:    'Slots of availability'
1.93      raeburn  13840: => 'Slots of availability',
1.6       bisitz   13841: 
1.65      zhu      13842:    'CSS file to link (cssfile)'
1.93      raeburn  13843: => 'CSS file to link (cssfile)',
1.65      zhu      13844: 
1.6       bisitz   13845:    'CSS file to link'
1.93      raeburn  13846: => 'CSS file to link',
1.6       bisitz   13847: 
1.65      zhu      13848:    'Use slot based access controls (useslots)'
1.93      raeburn  13849: => 'Use slot based access controls (useslots)',
1.65      zhu      13850: 
1.6       bisitz   13851:    'Use slot based access controls'
1.93      raeburn  13852: => 'Use slot based access controls',
1.6       bisitz   13853: 
1.65      zhu      13854:   'Client IP/Name Access Control (acc)'
1.93      raeburn  13855: => 'Client IP/Name Access Control (acc)',
1.65      zhu      13856: 
1.6       bisitz   13857:    'Client IP/Name Access Control'
1.93      raeburn  13858: => 'Client IP/Name Access Control',
1.6       bisitz   13859: 
1.65      zhu      13860:    'Resource alias name for conditions (mapalias)'
1.93      raeburn  13861: => 'Resource alias name for conditions (mapalias)',
1.65      zhu      13862: 
1.6       bisitz   13863:    'Resource alias name for conditions'
1.93      raeburn  13864: => 'Resource alias name for conditions',
1.6       bisitz   13865: 
1.65      zhu      13866:    'Slots of availability selected by student (availablestudent)'
1.93      raeburn  13867: => 'Slots of availability selected by student (availablestudent)',
1.65      zhu      13868: 
1.6       bisitz   13869:    'Slots of availability selected by student'
1.93      raeburn  13870: => 'Slots of availability selected by student',
1.65      zhu      13871: 
                   13872:    'Hide buttons from students (buttonshide)'
1.93      raeburn  13873: => 'Hide buttons from students (buttonshide)',
1.6       bisitz   13874: 
                   13875:    'Hide buttons from students'
1.93      raeburn  13876: => 'Hide buttons from students', # ???
1.65      zhu      13877: 
                   13878:    'Hide DragMath-Editor (turnoffeditor)'
1.93      raeburn  13879: => 'Hide DragMath-Editor (turnoffeditor)',
1.6       bisitz   13880: 
                   13881:    'Hide DragMath-Editor'
1.93      raeburn  13882: => 'Hide DragMath-Editor',
1.6       bisitz   13883: 
1.65      zhu      13884:    'Maximum Number of Collaborators (maxcollaborators)'
1.93      raeburn  13885: => 'Maximum Number of Collaborators (maxcollaborators)',
1.65      zhu      13886: 
1.6       bisitz   13887:    'Maximum Number of Collaborators'
1.93      raeburn  13888: => 'Maximum Number of Collaborators',
1.6       bisitz   13889: 
1.65      zhu      13890:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
1.93      raeburn  13891: => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
1.65      zhu      13892: 
1.6       bisitz   13893:    'Allowed File Extensions for Uploaded Files'
1.93      raeburn  13894: => 'Allowed File Extensions for Uploaded Files',
1.6       bisitz   13895: 
1.65      zhu      13896:    'Hand Graded (handgrade)'
1.93      raeburn  13897: => 'Hand Graded (handgrade)',
1.65      zhu      13898: 
1.6       bisitz   13899:    'Hand Graded'
1.93      raeburn  13900: => 'Hand Graded',
1.6       bisitz   13901: 
1.65      zhu      13902:    'Number of bubbles in exam mode (numbubbles)'
                   13903: => '考试模式中的一些复选框 (numbubbles)',
                   13904: 
1.6       bisitz   13905:    'Number of bubbles in exam mode'
1.12      zhu      13906: => '考试模式中的一些复选框',
1.6       bisitz   13907: 
1.65      zhu      13908:    'Format for display of score (scoreformat)'
                   13909: => '评分显示格式 (scoreformat)',
                   13910: 
1.6       bisitz   13911:    'Format for display of score'
1.12      zhu      13912: => '评分显示格式',
1.6       bisitz   13913: 
1.65      zhu      13914:    'Max. Cumulative Size (MB) for Submitted Files (maxfilesize)'
                   13915: => '最大(MB)累积提交文件 (maxfilesize)',
                   13916: 
                   13917:    'Max. Cumulative Size (MB) for Submitted Files'
                   13918: => '最大(MB)累积提交文件',
                   13919: 
                   13920:    'Max. cumulative size (MB) for submitted files (maxfilesize)'
                   13921: => '最大(MB)累积提交文件 (maxfilesize)',
1.61      bisitz   13922: 
1.65      zhu      13923:    'Max. cumulative size (MB) for submitted files'
                   13924: => '最大(MB)累积提交文件',
1.63      zhu      13925: # Resource Parameters - End
1.61      bisitz   13926: 
1.65      zhu      13927: # Resource Parameter Categories - Start
                   13928:    'Problem Appearance'
1.93      raeburn  13929: => 'Problem Appearance',
1.65      zhu      13930: 
                   13931:    'Time Settings'
1.93      raeburn  13932: => 'Time Settings',
1.65      zhu      13933: 
                   13934:    'High Level Randomization'
                   13935: => 'Übergreifende Randomisierung',
                   13936: 
                   13937:    'Hiding'
1.93      raeburn  13938: => 'Hiding',
1.65      zhu      13939: 
                   13940:    'Behaviour of Input Fields'
1.93      raeburn  13941: => 'Behaviour of Input Fields',
1.65      zhu      13942: 
                   13943:    'Slots'
                   13944: => 'Slots',
                   13945: 
                   13946:    'File Submission'
1.93      raeburn  13947: => 'File Submission',
1.65      zhu      13948: # Resource Parameters Categories - End
1.6       bisitz   13949: 
                   13950:    'New LON-CAPA [_1] ID: [_2]'
1.12      zhu      13951: => '新的 LON-CAPA-[_1]-ID: [_2]',
1.6       bisitz   13952: 
                   13953:    'Not available'
1.12      zhu      13954: => '不详',
1.6       bisitz   13955: 
                   13956:    'Post Announcement'
1.12      zhu      13957: => '提交通知',
1.6       bisitz   13958: 
                   13959:    'The folder name: "[_1]" is already in use for an existing folder.'
1.10      zhu      13960: => '文件夹名称: "[_1]" 已经在现有的文件夹中。',
1.6       bisitz   13961: 
                   13962:    'The folder name: "[_1]" is already used for one of the folders automatically generated by the system.'
1.10      zhu      13963: => '文件夹名称: "[_1]" 已经用于一个文件夹自动生成系统。',
1.6       bisitz   13964: 
                   13965:    'Error - could not obtain lock on email folders record.'
1.93      raeburn  13966: => 'Error - could not obtain lock on email folders record.',
1.6       bisitz   13967: 
                   13968:    'The folder "[_1]" may not be deleted'
1.93      raeburn  13969: => 'The folder "[_1]" may not be deleted',
1.6       bisitz   13970: 
                   13971:    'The folder "[_1]" does not exist so deletion is not required.'
1.93      raeburn  13972: => 'The folder "[_1]" does not exist so deletion is not required.',
1.6       bisitz   13973: 
                   13974:    'The folder "[_1]" contains messages so it may not be deleted.'
1.22      zhu      13975: => '该文件夹“[_1]”包含有信息,因此不能删除。',
1.6       bisitz   13976: 
                   13977:    'Delete or move the messages to a different folder first.'
1.93      raeburn  13978: => 'Delete or move the messages to a different folder first.',
1.6       bisitz   13979: 
                   13980:    'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.'
1.93      raeburn  13981: => 'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.',
1.6       bisitz   13982: 
                   13983:    '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  13984: => '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   13985: 
                   13986:    '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  13987: => '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   13988: 
                   13989:    'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.'
1.93      raeburn  13990: => 'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.',
1.6       bisitz   13991: 
                   13992:    'Warning: failed to release lock for counter'
1.93      raeburn  13993: => 'Warning: failed to release lock for counter',
1.6       bisitz   13994: 
                   13995:    'Warning: failed to release lock for folder: [_1].'
1.93      raeburn  13996: => 'Warning: failed to release lock for folder: [_1].',
1.6       bisitz   13997: 
                   13998:    'Error uploading new folder.'
1.93      raeburn  13999: => 'Error uploading new folder.',
1.6       bisitz   14000: 
                   14001:    'Error reading contents of parent folder.'
1.93      raeburn  14002: => 'Error reading contents of parent folder.',
1.6       bisitz   14003: 
                   14004:    'Error saving updated parent folder.'
1.93      raeburn  14005: => 'Error saving updated parent folder.',
1.6       bisitz   14006: 
                   14007:    'Parameters not set for [_1] because the resource was not recognized as part of the course.'
                   14008: => '',
                   14009: 
                   14010:    'Message not moved, Attempted to move message to the same folder as it already is in.'
1.93      raeburn  14011: => 'Message not moved, Attempted to move message to the same folder as it already is in.',
1.6       bisitz   14012: 
                   14013:    'Message not moved, A network error occurred.'
1.93      raeburn  14014: => 'Message not moved, A network error occurred.',
1.6       bisitz   14015: 
                   14016:    'Message not moved as the message is no longer in the source folder.'
1.93      raeburn  14017: => 'Message not moved as the message is no longer in the source folder.',
1.6       bisitz   14018: 
                   14019:    'Message copied to new folder but status was not, A network error occurred.'
1.93      raeburn  14020: => 'Message copied to new folder but status was not, A network error occurred.',
1.6       bisitz   14021: 
                   14022:    'Message copied, but unable to delete the original from the source folder.'
1.93      raeburn  14023: => 'Message copied, but unable to delete the original from the source folder.',
1.6       bisitz   14024: 
                   14025:    'Message copied, but unable to delete the original status from the source folder.'
1.93      raeburn  14026: => 'Message copied, but unable to delete the original status from the source folder.',
1.6       bisitz   14027: 
                   14028:    '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  14029: => '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   14030: 
                   14031:    'Error: could not determine domain or number of course'
1.93      raeburn  14032: => 'Error: could not determine domain or number of course',
1.6       bisitz   14033: 
                   14034:    'Select message recipients from the group members listed below.'
1.93      raeburn  14035: => 'Select message recipients from the group members listed below.',
1.6       bisitz   14036: 
                   14037:    'Send another e-mail'
1.63      zhu      14038: => '发送另一个电子邮件',
1.6       bisitz   14039: 
                   14040:    'Send another group message'
1.12      zhu      14041: => '给其他组发送邮件',
1.6       bisitz   14042: 
                   14043:    'Return to group page'
1.12      zhu      14044: => '返回到组网页',
1.6       bisitz   14045: 
                   14046:    '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      14047: => '您必须确认您已经收到此邮件,然后才能访问其他页面。确认后,此邮件将移至您的收件箱。',
1.6       bisitz   14048: 
                   14049:    '[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.'
                   14050: => '[quant,_1,Nachricht ist, Nachrichten sind] nicht sichtbar, da die Anzeige von an Sie von anderen Studenten gesendeten LON-CAPA-Nachrichten zwischen [_2] und [_3] derzeit aufgrund von Online-Prüfungen gesperrt ist.',
                   14051: 
1.87      raeburn  14052:    'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.'
                   14053: => 'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.',
1.6       bisitz   14054: 
                   14055:    'The message you checked will be forwarded to the recipient(s) you select below.'
1.93      raeburn  14056: => 'The message you checked will be forwarded to the recipient(s) you select below.',
1.6       bisitz   14057: 
                   14058:    'Send Messages'
1.10      zhu      14059: => '发送邮件',
1.6       bisitz   14060: 
                   14061:    'Send Message'
1.43      bisitz   14062: => '发送邮件', # '发送讯息',
1.6       bisitz   14063: 
                   14064:    'Send Reply to Messages'
1.10      zhu      14065: => '发送回复邮件',
1.6       bisitz   14066: 
                   14067:    'Send Reply to Message'
1.10      zhu      14068: => '发送回复邮件',
1.6       bisitz   14069: 
                   14070:    'Forward Messages'
1.10      zhu      14071: => '转发邮件',
1.6       bisitz   14072: 
                   14073:    'Forward Message'
1.10      zhu      14074: => '转发邮件',
1.6       bisitz   14075: 
                   14076:    'Save message for re-use'
1.10      zhu      14077: => '邮件重新保存',
1.6       bisitz   14078: 
                   14079:    'Show re-usable messages'
1.10      zhu      14080: => '显示保存的邮件',
1.6       bisitz   14081: 
                   14082:    'This message was designated by the sender not to allow replies.'
1.93      raeburn  14083: => 'This message was designated by the sender not to allow replies.',
1.6       bisitz   14084: 
                   14085:    'The sender did not designate a reply to address for this message.'
1.93      raeburn  14086: => 'The sender did not designate a reply to address for this message.',
1.6       bisitz   14087: 
                   14088:    'Reply to other recipients'
1.93      raeburn  14089: => 'Reply to other recipients',
1.6       bisitz   14090: 
                   14091:    'Unless you choose otherwise:'
1.93      raeburn  14092: => 'Unless you choose otherwise:',
1.6       bisitz   14093: 
                   14094:    "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject."
1.93      raeburn  14095: => "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject.",
1.6       bisitz   14096: 
                   14097:    'original subject'
1.93      raeburn  14098: => 'original subject',
1.6       bisitz   14099: 
                   14100:    "sender's name"
1.93      raeburn  14101: => "sender's name",
1.6       bisitz   14102: 
                   14103:    'Message begins with:'
1.93      raeburn  14104: => 'Message begins with:',
1.6       bisitz   14105: 
                   14106:    'Any new text to display before the text of the original messages:'
1.93      raeburn  14107: => 'Any new text to display before the text of the original messages:',
1.6       bisitz   14108: 
                   14109:    'username1:domain1: text'
1.22      zhu      14110: => '用户名1:域名1: 文本',
1.6       bisitz   14111: 
                   14112:    'username2:domain2: text'
1.22      zhu      14113: => '用户名2:域名2: 文本',
1.6       bisitz   14114: 
1.26      zhu      14115:    'username3:domain1: text'
1.22      zhu      14116: => '用户名3:域名3: 文本',
1.6       bisitz   14117: 
                   14118:    "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      14119: => "邮件从相应用户的所有行<tt>用户名:域</tt>收集并附加到一般消息文本。", # ???
1.6       bisitz   14120: 
                   14121:    'Not allowed'
1.22      zhu      14122: => '不允许',
1.6       bisitz   14123: 
                   14124:    'Archived Message'
1.22      zhu      14125: => '存档的邮件',
1.6       bisitz   14126: 
                   14127:    '[quant,_1,communication blocking period was,communication blocking periods were] removed.'
                   14128: => '[quant,_1,Kommunikationssperr-Zeitraum wurde,Kommunikationssperr-Zeiträume wurden] entfernt.',
                   14129: 
                   14130:    '[quant,_1,communication blocking period was,communication blocking periods were] modified.'
                   14131: => '[quant,_1,Kommunikationssperr-Zeitraum wurde,Kommunikationssperr-Zeiträume wurden] geändert.',
                   14132: 
                   14133:    '[quant,_1,communication blocking period was,communication blocking periods were] added.'
                   14134: => '[quant,_1,Kommunikationssperr-Zeitraum wurde,Kommunikationssperr-Zeiträume wurden] hinzugefügt.',
                   14135: 
                   14136:    '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  14137: => '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   14138: 
                   14139:    'Reply To'
1.93      raeburn  14140: => 'Reply To',
1.6       bisitz   14141: 
                   14142:    'Current attempts of student (if applicable)'
1.93      raeburn  14143: => 'Current attempts of student (if applicable)',
1.6       bisitz   14144: 
                   14145:    'Current screen output (if applicable)'
1.93      raeburn  14146: => 'Current screen output (if applicable)',
1.6       bisitz   14147: 
                   14148:    'No saved comments yet.'
1.93      raeburn  14149: => 'No saved comments yet.',
1.6       bisitz   14150: 
                   14151:    'No saved comments yet for this resource.'
1.93      raeburn  14152: => 'No saved comments yet for this resource.',
1.6       bisitz   14153: 
                   14154:    'Could not deliver message'
1.93      raeburn  14155: => 'Could not deliver message',
1.6       bisitz   14156: 
                   14157:    'Please use the browser "Back" button and correct the recipient addresses ([_1]).'
1.93      raeburn  14158: => 'Please use the browser "Back" button and correct the recipient addresses ([_1]).',
1.6       bisitz   14159: 
                   14160:    'Failed to delete the message.'
1.93      raeburn  14161: => 'Failed to delete the message.',
1.6       bisitz   14162: 
                   14163:    'Marked [_1] message(s) read'
                   14164: => '[_1] Nachricht(en) als gelesen markiert',
                   14165: 
                   14166:    'Marked [_1] message(s) Unread'
                   14167: => '[_1] Nachricht(en) als ungelesen markiert',
                   14168: 
                   14169:    'Destination folder [_1] is not a valid folder'
1.93      raeburn  14170: => 'Destination folder [_1] is not a valid folder',
1.6       bisitz   14171: 
                   14172:    'Failed to move [_1] message(s)'
                   14173: => '[_1] Nachricht(en) konnte(n) nicht verschoben werden.',
                   14174: 
                   14175:    'Moved [_1] message(s)'
                   14176: => '[_1] Nachricht(en) wurde(n) verschoben.',
                   14177: 
                   14178:    'Failed to delete [_1] message(s)'
                   14179: => '[_1] Nachricht(en) konnte(n) nicht gelöscht werden.',
                   14180: 
                   14181:    'Deleted [_1] message(s)'
                   14182: => '[_1] Nachricht(en) wurde(n) gelöscht.',
                   14183: 
                   14184:    '[quant,_1,message] forwarded.'
                   14185: => '[quant,_1,Nachricht,Nachrichten] weitergeleitet.',
                   14186: 
                   14187:    'Could not forward [quant,_1,message].'
                   14188: => '[quant,_1,Nachricht,Nachrichten] konnte nicht nicht weitergeleitet werden.',
                   14189: 
                   14190:    'Could not deliver forwarded message.'
1.93      raeburn  14191: => 'Could not deliver forwarded message.',
1.6       bisitz   14192: 
                   14193:    'The recipient addresses may need to be corrected'
1.93      raeburn  14194: => 'The recipient addresses may need to be corrected',
1.6       bisitz   14195: 
                   14196:    'Mail folder "[_1]" created.'
1.10      zhu      14197: => '邮件文件夹 "[_1]" 已创建。',
1.6       bisitz   14198: 
                   14199:    'Creation failed.'
1.10      zhu      14200: => '创建失败。',
1.6       bisitz   14201: 
                   14202:    'Mail folder "[_1]" deleted.'
1.10      zhu      14203: => '邮件文件夹 "[_1]" 已删除。',
1.6       bisitz   14204: 
                   14205:    'Deletion failed.'
1.10      zhu      14206: => '删除失败。',
1.6       bisitz   14207: 
                   14208:    'Mail folder "[_1]" renamed "[_2]".'
1.10      zhu      14209: => '邮件文件夹 "[_1]" 更名为 "[_2]".',
1.6       bisitz   14210: 
                   14211:    'Renaming failed.'
1.10      zhu      14212: => '重命名失败。',
1.6       bisitz   14213: 
                   14214:    'Messages'
1.10      zhu      14215: => '邮件',
1.6       bisitz   14216: 
                   14217:    'Distribute from Uploaded File'
1.10      zhu      14218: => '从上传的文件分发', # ???
1.6       bisitz   14219: 
                   14220:    'Communication Blocking'
1.10      zhu      14221: => '通讯阻塞',
1.6       bisitz   14222: 
                   14223:    'Communication blocking during scheduled exams'
1.10      zhu      14224: => '有时限的通讯阻塞',
1.6       bisitz   14225: 
                   14226:    '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      14227: => '您可以在网上考试期间使用通信阻断,以防止该课程的学生接收其他学生的LON-CAPA信息。作为阻止的通信可能会中断参加了其他的LON-CAPA课程的学生之间的沟通,请您在在设置和更改安排考试时间时注意选择正确的开始和结束时间。',
1.6       bisitz   14228: 
                   14229:    'Modify existing communication blocking periods'
1.26      zhu      14230: => '修改现有的通信阻断时间',
1.6       bisitz   14231: 
                   14232:    'No communication blocks currently saved'
1.26      zhu      14233: => '目前任何通信被锁定。',
1.6       bisitz   14234: 
                   14235:    'Duration'
1.10      zhu      14236: => '持续',
1.6       bisitz   14237: 
                   14238:    'Event'
1.10      zhu      14239: => '事件',
1.6       bisitz   14240: 
                   14241:    'Blocked?'
1.26      zhu      14242: => '被锁定?',
1.6       bisitz   14243: 
                   14244:    'Add block'
1.26      zhu      14245: => '新增锁定',
1.6       bisitz   14246: 
                   14247:    'e.g., Exam 1'
1.26      zhu      14248: => '(例如:考试1)',
1.6       bisitz   14249: 
                   14250:    'Discussion'
1.10      zhu      14251: => '论坛',
1.6       bisitz   14252: 
                   14253:    'The following changes were made'
1.26      zhu      14254: => '进行了以下更改:',
1.6       bisitz   14255: 
                   14256:    'Add new communication blocking periods'
1.26      zhu      14257: => '添加新的的通信阻断时间',
1.6       bisitz   14258: 
                   14259:    'Set by'
1.93      raeburn  14260: => 'Set by',
1.6       bisitz   14261: 
                   14262:    'Deleted Message'
1.10      zhu      14263: => '删除的邮件',
1.6       bisitz   14264: 
                   14265:    'Marked Messages Read'
1.10      zhu      14266: => '邮件标记为已读',
1.6       bisitz   14267: 
                   14268:    'Marked Messages Unread'
1.10      zhu      14269: => '邮件标记为未读',
1.6       bisitz   14270: 
                   14271:    'Moved Messages'
1.10      zhu      14272: => '移动邮件',
1.6       bisitz   14273: 
                   14274:    'Deleted Messages'
1.10      zhu      14275: => '删除邮件',
1.6       bisitz   14276: 
                   14277:    'Marked Message as Unread'
1.10      zhu      14278: => '邮件标记为未读',
1.6       bisitz   14279: 
                   14280:    'Deleted Folder'
1.10      zhu      14281: => '删除文件夹',
1.6       bisitz   14282: 
                   14283:    'Renamed Folder'
1.10      zhu      14284: => '重命名文件夹',
1.6       bisitz   14285: 
                   14286:    'username:domain,username:domain,...'
1.10      zhu      14287: => '用户名:域,用户名:域...',
1.6       bisitz   14288: 
                   14289:    'All courses'
1.10      zhu      14290: => '所有课程',
1.6       bisitz   14291: 
                   14292:    'Pick specific course(s):'
1.93      raeburn  14293: => 'Pick specific course(s):',
1.6       bisitz   14294: 
                   14295:    'Search for a course in the [_1] domain'
1.93      raeburn  14296: => 'Search for a course in the [_1] domain',
1.6       bisitz   14297: 
                   14298:    'Actions available after searching for a course:'
1.93      raeburn  14299: => 'Actions available after searching for a course:',
1.6       bisitz   14300: 
                   14301:    '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  14302: => '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   14303: 
                   14304:    "Certain settings which control auto-enrollment of students from your institution's student information system."
1.93      raeburn  14305: => "Certain settings which control auto-enrollment of students from your institution's student information system.",
1.6       bisitz   14306: 
                   14307:    'The total disk space allocated for storage of portfolio files in all groups in a course.'
1.93      raeburn  14308: => 'The total disk space allocated for storage of portfolio files in all groups in a course.',
1.6       bisitz   14309: 
                   14310:    'No existing sections'
                   14311: => '(Keine Sektionen vorhanden)', # n.t.
                   14312: 
                   14313:    'Broadcast e-mail to users'
1.93      raeburn  14314: => 'Broadcast e-mail to users',
1.6       bisitz   14315: 
                   14316:    'Broadcast E-mail'
1.93      raeburn  14317: => 'Broadcast E-mail',
1.6       bisitz   14318: 
                   14319:    'Broadcast e-mail to Domain'
1.93      raeburn  14320: => 'Broadcast e-mail to Domain',
1.6       bisitz   14321: 
                   14322:    'Send a new e-mail message to selected users from this domain'
1.93      raeburn  14323: => 'Send a new e-mail message to selected users from this domain',
1.6       bisitz   14324: 
                   14325:    'Send a new e-mail to selected users from this domain'
1.93      raeburn  14326: => 'Send a new e-mail to selected users from this domain',
1.6       bisitz   14327: 
                   14328:    'Display e-mail sent by Domain Coordinators in this domain'
1.93      raeburn  14329: => 'Display e-mail sent by Domain Coordinators in this domain',
1.6       bisitz   14330: 
                   14331:    'Select Audience'
1.93      raeburn  14332: => 'Select Audience',
1.6       bisitz   14333: 
                   14334:    'Choose e-mail audience'
1.93      raeburn  14335: => 'Choose e-mail audience',
1.6       bisitz   14336: 
                   14337:    'Roles:'
                   14338: => '角色:',
                   14339: 
                   14340:    'Courses:'
                   14341: => '课程:',
                   14342: 
                   14343:    '[_1] selected.' # n.t.
1.12      zhu      14344: => '[_1] 选择的。',
1.6       bisitz   14345: 
                   14346:    'Access status:'
1.93      raeburn  14347: => 'Access status:',
1.6       bisitz   14348: 
                   14349:    'Username -> Email conversion:'
1.12      zhu      14350: => '用户名 -> E-Mail 转换:',
1.6       bisitz   14351: 
                   14352:    'Building valid e-mail address from username, if missing from preferences:'
1.93      raeburn  14353: => 'Building valid e-mail address from username, if missing from preferences:',
1.6       bisitz   14354: 
                   14355:    'Kerberos: enter default for each realm used in the domain, with comma separation of entries'
1.93      raeburn  14356: => 'Kerberos: enter default for each realm used in the domain, with comma separation of entries',
1.6       bisitz   14357: 
                   14358:    '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).'
                   14359: => '(z.B. MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).',
                   14360: 
                   14361:    'Internal, Filesystem and Local authentication: enter single default.'
1.93      raeburn  14362: => 'Internal, Filesystem and Local authentication: enter single default.',
1.6       bisitz   14363: 
                   14364:    'Authentication Method'
1.93      raeburn  14365: => 'Authentication Method',
1.6       bisitz   14366: 
                   14367:    'Username -> e-mail conversion'
1.93      raeburn  14368: => 'Username -> e-mail conversion',
1.6       bisitz   14369: 
                   14370:    'Internal (LON-CAPA)'
1.93      raeburn  14371: => 'Internal (LON-CAPA)',
1.6       bisitz   14372: 
                   14373:    'username@'
                   14374: => '用户名@',
                   14375: 
                   14376:    'Local/Customized'
1.93      raeburn  14377: => 'Local/Customized',
1.6       bisitz   14378: 
                   14379:    'Filesystem (UNIX)'
1.93      raeburn  14380: => 'Filesystem (UNIX)',
1.6       bisitz   14381: 
                   14382:    'Compose E-mail'
1.93      raeburn  14383: => 'Compose E-mail',
1.6       bisitz   14384: 
                   14385:    'No recipients identified'
1.93      raeburn  14386: => 'No recipients identified',
1.6       bisitz   14387: 
                   14388:    'Broadcast e-mail display options'
1.93      raeburn  14389: => 'Broadcast e-mail display options',
1.6       bisitz   14390: 
                   14391:    'Date range:'
1.93      raeburn  14392: => 'Date range:',
1.6       bisitz   14393: 
                   14394:    'Earliest to display:'
1.93      raeburn  14395: => 'Earliest to display:',
1.6       bisitz   14396: 
                   14397:    'Latest to display:'
1.93      raeburn  14398: => 'Latest to display:',
1.6       bisitz   14399: 
                   14400:    'Choose sender(s):'
1.93      raeburn  14401: => 'Choose sender(s):',
1.6       bisitz   14402: 
                   14403:    'Display e-mail'
1.10      zhu      14404: => '显示 E-Mail',
1.6       bisitz   14405: 
                   14406:    'E-mail display'
1.10      zhu      14407: => '显示 E-Mail',
1.6       bisitz   14408: 
                   14409:    'Display Broadcast e-mail'
1.10      zhu      14410: => '显示广播 E-Mail',
1.6       bisitz   14411: 
                   14412:    'No mail sent matching supplied criteria'
1.93      raeburn  14413: => 'No mail sent matching supplied criteria',
1.6       bisitz   14414: 
                   14415:    'Customrole'
1.93      raeburn  14416: => 'Customrole',
1.6       bisitz   14417: 
                   14418:    'Defined by [_1] at [_2].'
1.93      raeburn  14419: => 'Defined by [_1] at [_2].',
1.6       bisitz   14420: 
                   14421:    'No students found.'
1.93      raeburn  14422: => 'No students found.',
1.6       bisitz   14423: 
                   14424:    'Spreadsheet'
1.93      raeburn  14425: => 'Spreadsheet',
1.6       bisitz   14426: 
                   14427:    'Spreadsheet Help'
1.93      raeburn  14428: => 'Spreadsheet Help',
1.6       bisitz   14429: 
                   14430:    'Editing Help'
1.93      raeburn  14431: => 'Editing Help',
1.6       bisitz   14432: 
                   14433:    'Help on printing'
1.93      raeburn  14434: => 'Help on printing',
1.6       bisitz   14435: 
                   14436:    'Metadata Diffs'
1.93      raeburn  14437: => 'Metadata Diffs',
1.6       bisitz   14438: 
                   14439:    'Retrieve Metadata'
1.93      raeburn  14440: => 'Retrieve Metadata',
1.6       bisitz   14441: 
                   14442:    'Enter course'
1.93      raeburn  14443: => 'Enter course',
1.6       bisitz   14444: 
                   14445:    'Enter Course'
1.93      raeburn  14446: => 'Enter Course',
1.6       bisitz   14447: 
                   14448:    'Enter Access Key to Unlock this Course'
1.93      raeburn  14449: => 'Enter Access Key to Unlock this Course',
1.6       bisitz   14450: 
                   14451:    'Verifying Access Key to Unlock this Course'
                   14452: => 'Überprüfung des Zugriffsschlüssels, um Kurs zu entsperren',
                   14453: 
                   14454:    'Successfully registered key'
1.93      raeburn  14455: => 'Successfully registered key',
1.6       bisitz   14456: 
                   14457:    'Re-Enter Key'
1.93      raeburn  14458: => 'Re-Enter Key',
1.6       bisitz   14459: 
                   14460:    'Assigned from [_1] at [_2] for [_3]'
1.93      raeburn  14461: => 'Assigned from [_1] at [_2] for [_3]',
1.6       bisitz   14462: 
                   14463:    'Total Matches'
1.93      raeburn  14464: => 'Total Matches',
1.6       bisitz   14465: 
                   14466:    'Time Remaining'
1.93      raeburn  14467: => 'Time Remaining',
1.6       bisitz   14468: 
                   14469:    'IMPORT'
1.93      raeburn  14470: => 'IMPORT',
1.6       bisitz   14471: 
                   14472:    'Help on slots'
1.93      raeburn  14473: => 'Help on slots',
1.6       bisitz   14474: 
                   14475:    'New user accounts in [_1]'
1.93      raeburn  14476: => 'New user accounts in [_1]',
1.6       bisitz   14477: 
                   14478:    'Student enrollment changes in [_1]'
                   14479: => 'Änderungen der studentischen Kursbelegung in [_1]',
                   14480: 
                   14481:    'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:'
1.93      raeburn  14482: => 'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:',
1.6       bisitz   14483: 
                   14484:    'No institutional classlist data could be retrieved for [_1]'
1.93      raeburn  14485: => 'No institutional classlist data could be retrieved for [_1]',
1.6       bisitz   14486: 
                   14487:    'Not within time window for auto-enrollment in [_1]'
                   14488: => '[_1] befindet sich nicht innerhalb des Zeitfensters der automatischen Kursbelegung.',
                   14489: 
                   14490:    'Auto-enrollment not currently enabled for [_1]'
1.93      raeburn  14491: => 'Auto-enrollment not currently enabled for [_1]',
1.6       bisitz   14492: 
                   14493:    'The courseID provided does not match a course in this domain.'
1.93      raeburn  14494: => 'The courseID provided does not match a course in this domain.',
1.6       bisitz   14495: 
                   14496:    'Not Open'
1.93      raeburn  14497: => 'Not Open',
1.6       bisitz   14498: 
                   14499:    "This resource currently isn't open. It will be available at [_1]."
1.93      raeburn  14500: => "This resource currently isn't open. It will be available at [_1].",
1.6       bisitz   14501: 
                   14502:    'Could not handle ambiguous resource reference'
1.93      raeburn  14503: => 'Could not handle ambiguous resource reference',
1.6       bisitz   14504: 
                   14505:    'The nature of the problem is unclear'
1.93      raeburn  14506: => 'The nature of the problem is unclear',
1.6       bisitz   14507: 
                   14508:    'Course Roster'
                   14509: => '课程名册',
                   14510: 
                   14511:    'Classlist'
                   14512: => '班级名册',
                   14513: 
                   14514:    'Display of a student-viewable course roster is not currently enabled.'
1.93      raeburn  14515: => 'Display of a student-viewable course roster is not currently enabled.',
1.6       bisitz   14516: 
                   14517:    'Student-viewable course roster'
1.93      raeburn  14518: => 'Student-viewable course roster',
1.6       bisitz   14519: 
                   14520:    'Students with no section'
1.93      raeburn  14521: => 'Students with no section',
1.6       bisitz   14522: 
                   14523:    'Students in section "[_1]"'
1.93      raeburn  14524: => 'Students in section "[_1]"',
1.6       bisitz   14525: 
                   14526:    'Students in any section'
1.93      raeburn  14527: => 'Students in any section',
1.6       bisitz   14528: 
                   14529:    'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.'
1.93      raeburn  14530: => 'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.',
1.6       bisitz   14531: 
                   14532:    'The single student without a section[_1] has opted not to be listed in the roster.'
1.93      raeburn  14533: => 'The single student without a section[_1] has opted not to be listed in the roster.',
1.6       bisitz   14534: 
                   14535:    'The single student in the section[_1] has opted not to be listed in the roster.'
1.93      raeburn  14536: => 'The single student in the section[_1] has opted not to be listed in the roster.',
1.6       bisitz   14537: 
                   14538:    'The single student in the course[_1] has opted not to be listed in the roster.'
1.93      raeburn  14539: => 'The single student in the course[_1] has opted not to be listed in the roster.',
1.6       bisitz   14540: 
                   14541:    'None of the [_1] students without a section[_2] have opted to be listed in the roster.'
1.93      raeburn  14542: => 'None of the [_1] students without a section[_2] have opted to be listed in the roster.',
1.6       bisitz   14543: 
                   14544:    'None of the [_1] students in the section[_2] have opted to be listed in the roster.'
1.93      raeburn  14545: => 'None of the [_1] students in the section[_2] have opted to be listed in the roster.',
1.6       bisitz   14546: 
                   14547:    'None of the [_1] students in the course[_2] have opted to be listed in the roster.'
1.93      raeburn  14548: => 'None of the [_1] students in the course[_2] have opted to be listed in the roster.',
1.6       bisitz   14549: 
                   14550:    'All [_1] students without a section[_2] have opted to be listed in the roster.'
1.93      raeburn  14551: => 'All [_1] students without a section[_2] have opted to be listed in the roster.',
1.6       bisitz   14552: 
                   14553:    'All [_1] students in the section[_2] have opted to be listed in the roster.'
1.93      raeburn  14554: => 'All [_1] students in the section[_2] have opted to be listed in the roster.',
1.6       bisitz   14555: 
                   14556:    'All [_1] students in the course[_2] have opted to be listed in the roster.'
1.93      raeburn  14557: => 'All [_1] students in the course[_2] have opted to be listed in the roster.',
1.6       bisitz   14558: 
                   14559:    'The single student without a section[_1] has opted to be listed in the roster.'
1.93      raeburn  14560: => 'The single student without a section[_1] has opted to be listed in the roster.',
1.6       bisitz   14561: 
                   14562:    'The single student in the section[_1] has opted to be listed in the roster.'
1.93      raeburn  14563: => 'The single student in the section[_1] has opted to be listed in the roster.',
1.6       bisitz   14564: 
                   14565:    'The single student in the course[_1] has opted to be listed in the roster.'
1.93      raeburn  14566: => 'The single student in the course[_1] has opted to be listed in the roster.',
1.6       bisitz   14567: 
                   14568:    'All [_1] students without a section[_2] are listed in the roster.'
1.93      raeburn  14569: => 'All [_1] students without a section[_2] are listed in the roster.',
1.6       bisitz   14570: 
                   14571:    'All [_1] students in the section[_2] are listed in the roster.'
1.93      raeburn  14572: => 'All [_1] students in the section[_2] are listed in the roster.',
1.6       bisitz   14573: 
                   14574:    'All [_1] students in the course[_2] are listed in the roster.'
1.93      raeburn  14575: => 'All [_1] students in the course[_2] are listed in the roster.',
1.6       bisitz   14576: 
                   14577:    'There is only a single student without a section[_1]'
1.93      raeburn  14578: => 'There is only a single student without a section[_1]',
1.6       bisitz   14579: 
                   14580:    'There is only a single student in the section[_1]'
1.93      raeburn  14581: => 'There is only a single student in the section[_1]',
1.6       bisitz   14582: 
                   14583:    'There is only a single student in the course[_1]'
1.93      raeburn  14584: => 'There is only a single student in the course[_1]',
1.6       bisitz   14585: 
                   14586:    'There are currently no students to display.'
1.93      raeburn  14587: => 'There are currently no students to display.',
1.6       bisitz   14588: 
                   14589:    'Available Portfolio files'
1.93      raeburn  14590: => 'Available Portfolio files',
1.6       bisitz   14591: 
                   14592:    'Name not given'
1.12      zhu      14593: => '姓名不详',
1.6       bisitz   14594: 
                   14595:    '[quant,_1,file,files,No files]'
                   14596: => '[quant,_1,Datei,Dateien,Keine Dateien]',
                   14597: 
                   14598:    'Error retrieving file information.'
1.93      raeburn  14599: => 'Error retrieving file information.',
1.6       bisitz   14600: 
                   14601:    'Your roster setting'
1.93      raeburn  14602: => 'Your roster setting',
1.6       bisitz   14603: 
                   14604:    'You are currently listed in the student-viewable roster.'
1.93      raeburn  14605: => 'You are currently listed in the student-viewable roster.',
1.6       bisitz   14606: 
                   14607:    'You are currently <b>not</b> listed in the student-viewable roster.'
1.93      raeburn  14608: => 'You are currently <b>not</b> listed in the student-viewable roster.',
1.6       bisitz   14609: 
                   14610:    'Include yourself in the roster?'
1.93      raeburn  14611: => 'Include yourself in the roster?',
1.6       bisitz   14612: 
                   14613:    'Display of your name in the student-viewable roster set to <b>[_1]</b>.'
1.93      raeburn  14614: => 'Display of your name in the student-viewable roster set to <b>[_1]</b>.',
1.6       bisitz   14615: 
                   14616:    'Error occurred saving display setting.'
1.93      raeburn  14617: => 'Error occurred saving display setting.',
1.6       bisitz   14618: 
                   14619:    'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).'
1.93      raeburn  14620: => 'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).',
1.6       bisitz   14621: 
                   14622:    'View course roster'
1.93      raeburn  14623: => 'View course roster',
1.6       bisitz   14624: 
                   14625:    'Change Course Page Preferences'
1.93      raeburn  14626: => 'Change Course Page Preferences',
1.6       bisitz   14627: 
                   14628:    'Change Course Page Pref'
1.93      raeburn  14629: => 'Change Course Page Pref',
1.6       bisitz   14630: 
                   14631:    'No context.'
1.93      raeburn  14632: => 'No context.',
1.6       bisitz   14633: 
                   14634:    'unable to verify variable URL'
1.93      raeburn  14635: => 'unable to verify variable URL',
1.6       bisitz   14636: 
                   14637:    'Receipt'
1.93      raeburn  14638: => 'Receipt',
1.6       bisitz   14639: 
                   14640:    'Problems during Course Initialization'
1.93      raeburn  14641: => 'Problems during Course Initialization',
1.6       bisitz   14642: 
                   14643:    'Try Selecting Again'
1.93      raeburn  14644: => 'Try Selecting Again',
1.6       bisitz   14645: 
                   14646:    '<br />Invalid map: <tt>[_1]</tt>'
                   14647: => '<br />Ungültige Inhaltszusammenstellung: <tt>[_1]</tt>',
                   14648: 
                   14649:    'Please either [_1]close this window[_2] or [_3]log in again[_4].'
1.93      raeburn  14650: => 'Please either [_1]close this window[_2] or [_3]log in again[_4].',
1.6       bisitz   14651: 
                   14652:    'Thank you for using LON-CAPA.'
1.9       zhu      14653: => '感谢您使用 LON-CAPA。',
1.6       bisitz   14654: 
                   14655:    'You have been successfully logged out.'
1.9       zhu      14656: => '您已成功退出。',
1.6       bisitz   14657: 
                   14658:    'You can [_1]close this window[_2] now.'
1.9       zhu      14659: => '您现在可以 [_1]关闭这个窗口[_2]。',
1.6       bisitz   14660: 
                   14661:    '[_1]Log in again[_2]'
1.9       zhu      14662: => '[_1]重新登录[_2]',
1.6       bisitz   14663: 
1.71      bisitz   14664:    'No matches found in resources.'
1.93      raeburn  14665: => 'No matches found in resources.',
1.71      bisitz   14666: 
                   14667:    'No matches found in postings.'
1.93      raeburn  14668: => 'No matches found in postings.',
1.71      bisitz   14669: 
                   14670:    'Unable to understand the search phrase [_1]. Please modify your search.'
1.93      raeburn  14671: => 'Unable to understand the search phrase [_1]. Please modify your search.',
1.71      bisitz   14672: 
                   14673:    'Unable to understand the search phrase [_1]: [_2]'
1.93      raeburn  14674: => 'Unable to understand the search phrase [_1]: [_2]',
1.71      bisitz   14675: 
                   14676:    'You did not fill in enough information for the search to be started. You need to fill in relevant fields on the search page in order for a query to be processed.'
1.18      zhu      14677: => '搜寻无法完成,因为您没有足够的数据。您必须在搜索页面的搜索栏里填写关键词,从而使您的要求可以得到处理。',
1.31      bisitz   14678: # '您没有填写足够的信息进行搜索的开始。您需要填写在有关领域在搜寻网页上,以便查询处理。'
1.6       bisitz   14679: 
                   14680:    'conditionally hidden'
1.18      zhu      14681: => '有条件的隐藏',
1.6       bisitz   14682: 
                   14683:    'Problem Parameters'
1.12      zhu      14684: => '问题参数',
1.6       bisitz   14685: 
                   14686:    'No group name provided.'
1.12      zhu      14687: => '没有组名称。',
1.6       bisitz   14688: 
                   14689:    'Invalid group name provided.'
1.12      zhu      14690: => '无效的组名称。',
1.6       bisitz   14691: 
                   14692:    'Invalid [_1]'
1.12      zhu      14693: => '无效的 [_1]', # ???
1.6       bisitz   14694: 
                   14695:    '"[_1]" is not the name of a valid group in this [_2].'
1.12      zhu      14696: => '"[_1]" 并非是一个有效的名称在本组 [_2].',
1.6       bisitz   14697: 
                   14698:    'You do not have privileges to view the membership roster in this group.'
1.12      zhu      14699: => '您没有权限以查看该组的会员名册。',
1.6       bisitz   14700: 
                   14701:    'Group membership status - [_1]'
1.12      zhu      14702: => '组会员状态: [_1]',
1.6       bisitz   14703: 
                   14704:    'group membership status - [_1]'
1.12      zhu      14705: => '组会员状态: [_1]',
1.6       bisitz   14706: 
                   14707:    'There are no membership data to display for this group.'
1.12      zhu      14708: => '该组没有任何会员数据。Für diese Gruppe existieren keine anzeigbaren Mitgliedsdaten.',
1.6       bisitz   14709: 
                   14710:    'Membership status: '
1.12      zhu      14711: => '会员状态: ',
1.6       bisitz   14712: 
                   14713:    'There are no groups to display in this [_1].'
1.12      zhu      14714: => '没有任何组在此 [_1] 可以显示。', # ??? -> grouproster.pm
1.6       bisitz   14715: 
                   14716:    'Start Date'
1.10      zhu      14717: => '开始日期',
1.6       bisitz   14718: 
                   14719:    'End Date'
1.10      zhu      14720: => '结束日期',
1.6       bisitz   14721: 
                   14722:    'Functionality'
1.12      zhu      14723: => '功能',
1.6       bisitz   14724: 
                   14725:    'Privileges'
1.12      zhu      14726: => '权限',
1.6       bisitz   14727: 
                   14728:    'Any Membership status'
1.12      zhu      14729: => '任何会员状态',
1.6       bisitz   14730: 
                   14731:    'Active Member'
1.27      zhu      14732: => '活跃的会员',
1.6       bisitz   14733: 
                   14734:    'Former Member'
1.12      zhu      14735: => '以前的会员',
1.6       bisitz   14736: 
                   14737:    'Future Member'
1.12      zhu      14738: => '未来的会员',
1.6       bisitz   14739: 
                   14740:    'Group Folder - [_1]'
1.9       zhu      14741: => '组文件夹 - [_1]',
1.6       bisitz   14742: 
                   14743:    'Group homepage - [_1]'
1.9       zhu      14744: => '组网页 - [_1]',
1.6       bisitz   14745: 
                   14746:    'A support request has been sent to'
1.93      raeburn  14747: => 'A support request has been sent to',
1.6       bisitz   14748: 
                   14749:    'Your support request contained the following information'
1.93      raeburn  14750: => 'Your support request contained the following information',
1.6       bisitz   14751: 
                   14752:    'The following Cc e-mail address is invalid: '
1.93      raeburn  14753: => 'The following Cc e-mail address is invalid: ',
1.6       bisitz   14754: 
                   14755:    'The following Cc e-mail addresses are invalid: '
1.93      raeburn  14756: => 'The following Cc e-mail addresses are invalid: ',
1.6       bisitz   14757: 
                   14758:    '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  14759: => '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   14760: 
                   14761:    'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.'
1.93      raeburn  14762: => 'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.',
1.6       bisitz   14763: 
                   14764:    '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  14765: => '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   14766: 
                   14767:    'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].'
1.93      raeburn  14768: => 'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].',
1.6       bisitz   14769: 
                   14770:    'File does not have [_1] or [_2] starting tag'
1.93      raeburn  14771: => 'File does not have [_1] or [_2] starting tag',
1.6       bisitz   14772: 
                   14773:    'File does not have [_1] or [_2] ending tag'
1.93      raeburn  14774: => 'File does not have [_1] or [_2] ending tag',
1.6       bisitz   14775: 
1.94    ! raeburn  14776:    'File does not have [_1] ending tag'
        !          14777: => 'File does not have [_1] ending tag',
        !          14778: 
1.6       bisitz   14779:    'Example'
1.93      raeburn  14780: => 'Example',
1.6       bisitz   14781: 
                   14782:    'Algebraic Response Problems'
1.93      raeburn  14783: => 'Algebraic Response Problems',
1.6       bisitz   14784: 
                   14785:    'Chemistry Problems'
1.93      raeburn  14786: => 'Chemistry Problems',
1.6       bisitz   14787: 
                   14788:    'Free Form Problems'
1.93      raeburn  14789: => 'Free Form Problems',
1.6       bisitz   14790: 
                   14791:    'Handgraded Problems'
1.93      raeburn  14792: => 'Handgraded Problems',
1.6       bisitz   14793: 
                   14794:    'Miscellaneous'
1.93      raeburn  14795: => 'Miscellaneous',
1.6       bisitz   14796: 
                   14797:    'Multiple Choice Problems'
1.93      raeburn  14798: => 'Multiple Choice Problems',
1.6       bisitz   14799: 
                   14800:    'Numerical Problems'
1.93      raeburn  14801: => 'Numerical Problems',
1.6       bisitz   14802: 
                   14803:    'Language:'
                   14804: => '语言:',
                   14805: 
                   14806:    'Math Rendering:'
1.93      raeburn  14807: => 'Math Rendering:',
1.6       bisitz   14808: 
                   14809:    'Restrict Domain Coordinator Access'
1.93      raeburn  14810: => 'Restrict Domain Coordinator Access',
1.6       bisitz   14811: 
                   14812:    'By default, the Domain Coordinator can enter your construction space.'
1.93      raeburn  14813: => 'By default, the Domain Coordinator can enter your construction space.',
1.6       bisitz   14814: 
                   14815:    'Block access to construction space'
1.93      raeburn  14816: => 'Block access to construction space',
1.6       bisitz   14817: 
                   14818:    'jsMath'
                   14819: => 'jsMath',
                   14820: 
                   14821:    'tth (TeX to HTML)'
1.18      zhu      14822: => 'tth (TeX to HTML)',
1.6       bisitz   14823: 
                   14824:    'mimetex (Convert to Images)'
1.93      raeburn  14825: => 'mimetex (Convert to Images)',
1.6       bisitz   14826: 
                   14827:    'jsMath:'
                   14828: => 'jsMath:',
                   14829: 
                   14830:    'tth (TeX to HTML):'
1.18      zhu      14831: => 'tth (TeX to HTML):',
1.6       bisitz   14832: 
                   14833:    'mimetex (Convert to Images):'
1.93      raeburn  14834: => 'mimetex (Convert to Images):',
1.6       bisitz   14835: 
                   14836:    '[_1], [_2], or [_3]'
                   14837: => '[_1], [_2] 或者 [_3]',
                   14838: 
                   14839:    'internal, optional'
1.18      zhu      14840: => '内部的,可选的',
1.6       bisitz   14841: 
                   14842:    'user:domain,user:domain,...'
1.18      zhu      14843: => '用户名:域,用户名:域...',
1.6       bisitz   14844: 
                   14845:    'user:domain,user:domain(section;section;...;*;...),...'
1.70      zhu      14846: => '用户名:域,用户名:域(科,章节;...;*;...),...',
1.6       bisitz   14847: 
                   14848:    'user:domain,user:domain,*:domain'
1.18      zhu      14849: => '用户名:域,用户名:域,*:域',
1.6       bisitz   14850: 
                   14851:    'Course members with current access'
1.93      raeburn  14852: => 'Course members with current access',
1.6       bisitz   14853: 
                   14854:    'Course members with expired access'
1.93      raeburn  14855: => 'Course members with expired access',
1.6       bisitz   14856: 
                   14857:    'Course members with future access'
1.93      raeburn  14858: => 'Course members with future access',
1.6       bisitz   14859: 
                   14860:    'Other Roles'
                   14861: => '其他角色',
                   14862: 
                   14863:    'Select Author'
1.12      zhu      14864: => '选择作者',
1.6       bisitz   14865: 
                   14866:    'Non-standard Course'
1.12      zhu      14867: => '非标准课程',
1.6       bisitz   14868: 
                   14869:    'Switch course role to...'
                   14870: => '更改用户角色...',
                   14871: 
                   14872:    'Message'
1.22      zhu      14873: => '邮件',
1.6       bisitz   14874: 
                   14875:    'Time of change'
1.12      zhu      14876: => '更改时间',
1.6       bisitz   14877: 
                   14878:    'active'
1.27      zhu      14879: => '活跃的',
1.6       bisitz   14880: 
                   14881:    'previous'
1.27      zhu      14882: => '以前的',
1.6       bisitz   14883: 
                   14884:    'Access dates to apply for selected users'
1.93      raeburn  14885: => 'Access dates to apply for selected users',
1.6       bisitz   14886: 
                   14887:    'Changes in section affiliation to apply to selected users'
1.93      raeburn  14888: => 'Changes in section affiliation to apply to selected users',
1.6       bisitz   14889: 
                   14890:    '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  14891: => '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   14892: 
                   14893:    '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  14894: => '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   14895: 
                   14896:    "Retain each user's current section affiliations?"
1.93      raeburn  14897: => "Retain each user's current section affiliations?",
1.6       bisitz   14898: 
                   14899:    '(Does not apply to student roles).'
                   14900: => '(Betrifft nicht Studentenrollen).',
                   14901: 
                   14902:    '[_1]Show[_2] clicker id'
1.93      raeburn  14903: => '[_1]Show[_2] clicker id',
1.6       bisitz   14904: 
                   14905:    '[_1]Hide[_2] clicker id'
1.93      raeburn  14906: => '[_1]Hide[_2] clicker id',
1.6       bisitz   14907: 
                   14908:    'Catalog:'
                   14909: => '目录:',
                   14910: 
                   14911:    'Main Categories'
                   14912: => '主要类型',
                   14913: 
                   14914:    'Official courses (with institutional codes)'
                   14915: => '官方课程(带机构代码)',
                   14916: 
                   14917:    'Official courses'
                   14918: => '官方课程',
                   14919: 
                   14920:    'with institutional codes'
                   14921: => '带机构代码',
                   14922: 
                   14923:    'Self-enroll (if permitted)'
                   14924: => '自己报名(如果被允许)',
                   14925: 
                   14926:    'No ending date'
1.22      zhu      14927: => '无结束日期',
1.6       bisitz   14928: 
                   14929:    'From:[_1]'
1.93      raeburn  14930: => 'From:[_1]',
1.6       bisitz   14931: 
                   14932:    'To:[_1]'
1.93      raeburn  14933: => 'To:[_1]',
1.6       bisitz   14934: 
                   14935:    'Starts: [_1]'
1.22      zhu      14936: => '开始: [_1]',
1.6       bisitz   14937: 
                   14938:    'Ends: [_1]'
1.22      zhu      14939: => '结束: [_1]',
1.6       bisitz   14940: 
                   14941:    'Ended: [_1]'
1.93      raeburn  14942: => 'Ended: [_1]',
1.6       bisitz   14943: 
                   14944:    'Currently enabled'
1.93      raeburn  14945: => 'Currently enabled',
1.6       bisitz   14946: 
                   14947:    '[quant,_1,section:,sections:,No sections]'
                   14948: => '[quant,_1,Sektion:,Sektionen:,Keine Sektionen]',
                   14949: 
                   14950:    'No information available for [_1].'
1.93      raeburn  14951: => 'No information available for [_1].',
1.6       bisitz   14952: 
                   14953:    'Self-enrollers:'
1.93      raeburn  14954: => 'Self-enrollers:',
1.6       bisitz   14955: 
                   14956:    'Choices:'
1.93      raeburn  14957: => 'Choices:',
1.6       bisitz   14958: 
                   14959:    'Configure User Self-enrollment'
1.70      zhu      14960: => '配置用户自助注册',
1.6       bisitz   14961: 
                   14962:    'View Change Logs'
                   14963: => 'Änderungsprotokoll', # long version: Änderungsprotokoll betrachten
                   14964: 
                   14965:    'View Log-in History'
1.93      raeburn  14966: => 'View Log-in History', # longversion: Anmeldehistorie betrachten
1.6       bisitz   14967: 
                   14968:    'Configure Self-enrollment'
1.70      zhu      14969: => '配置自助注册',
1.6       bisitz   14970: 
                   14971:    'Self-enrollment with a student role'
1.70      zhu      14972: => '自助注册一个学生角色',
1.6       bisitz   14973: 
                   14974:    'Users allowed to self-enroll in this course'
1.70      zhu      14975: => '用户可自行注册来参加此课程',
1.6       bisitz   14976: 
                   14977:    'Any user in any domain:'
1.70      zhu      14978: => '任何用户在任何域:',
1.6       bisitz   14979: 
                   14980:    'User types:'
1.70      zhu      14981: => '用户类型:',
1.6       bisitz   14982: 
                   14983:    'any'
1.10      zhu      14984: => '任意',
1.6       bisitz   14985: 
                   14986:    'Any Users'
1.10      zhu      14987: => '任何用户',
1.6       bisitz   14988: 
                   14989:    'Any users'
1.10      zhu      14990: => '任何用户',
1.6       bisitz   14991: 
                   14992:    'Others'
1.10      zhu      14993: => '其他',
1.6       bisitz   14994: 
                   14995:    'Additional domain:'
1.70      zhu      14996: => '其他域:',
1.6       bisitz   14997: 
                   14998:    'Users in additional domain:'
1.70      zhu      14999: => '用户在其他域:',
1.6       bisitz   15000: 
                   15001:    'Specific domain:'
1.70      zhu      15002: => '特定域:',
1.6       bisitz   15003: 
                   15004:    'Users in specific domain:'
1.70      zhu      15005: => '用户在其特定域:',
1.6       bisitz   15006: 
                   15007:    'Other domain:'
1.26      zhu      15008: => '其他域:',
1.6       bisitz   15009: 
                   15010:    'Users in other domain:'
1.70      zhu      15011: => '用户在其他域:',
1.6       bisitz   15012: 
                   15013:    'Restrict self-enrollment to students officially registered for the course'
1.70      zhu      15014: => '限制自助注册为正式注册的学生的课程',
1.6       bisitz   15015: 
                   15016:    'Dates self-enrollment available'
1.70      zhu      15017: => '自助注册期限',
1.6       bisitz   15018: 
                   15019:    'Starts'
1.70      zhu      15020: => '开始',
1.6       bisitz   15021: 
                   15022:    'Ends'
1.70      zhu      15023: => '结束',
1.6       bisitz   15024: 
                   15025:    'Course access dates assigned to self-enrolling users'
1.70      zhu      15026: => '课程访问日期分配给自助注册的用户',
1.6       bisitz   15027: 
                   15028:    'Section assigned to self-enrolling users'
1.70      zhu      15029: => '章节指派给自助注册用户',
1.6       bisitz   15030: 
                   15031:    'The following changes were made to self-enrollment settings:'
1.70      zhu      15032: => '进行了以下自助注册设置的更改:',
1.6       bisitz   15033: 
                   15034:    '[_1]: "[_2]" set to "[_3]".'
1.70      zhu      15035: => '[_1]: "[_2]" 设置为 "[_3]".',
1.6       bisitz   15036: 
                   15037:    '"[_1]" set to "[_2]".'
1.70      zhu      15038: => '"[_1]" 设置为 "[_2]".',
1.6       bisitz   15039: 
                   15040:    'No changes were made to the existing self-enrollment settings in this course.'
1.70      zhu      15041: => '现有的自助注册设置在该课程中未作任何修改。',
1.6       bisitz   15042: 
                   15043:    'Self-enrollment result'
1.70      zhu      15044: => '自助注册结果',
1.6       bisitz   15045: 
                   15046:    'Enroll in course'
1.70      zhu      15047: => '注册课程',
1.6       bisitz   15048: 
                   15049:    'Sections:'
1.70      zhu      15050: => '章节:',
1.6       bisitz   15051: 
                   15052:    'Self-enroll in course'
1.70      zhu      15053: => '自助注册参加课程',
1.6       bisitz   15054: 
                   15055:    'Self-enroll in a LON-CAPA course'
1.70      zhu      15056: => '自助注册参加LON-CAPA课程',
1.6       bisitz   15057: 
                   15058:    'Self-enroll'
1.70      zhu      15059: => '自助注册',
1.6       bisitz   15060: 
                   15061:    'Self-enroll in [_1]'
1.70      zhu      15062: => '自助注册到 [_1]',
1.6       bisitz   15063: 
                   15064:    'Self-enrollment error'
1.70      zhu      15065: => '自助注册错误',
1.6       bisitz   15066: 
                   15067:    'Invalid domain or course number'
1.26      zhu      15068: => '无效的域或课程数目',
1.6       bisitz   15069: 
                   15070:    'Self-enrollment unavailable'
1.70      zhu      15071: => '自助注册无法使用',
1.6       bisitz   15072: 
                   15073:    'Self-enrollment is restricted to students officially registered for this course.'
1.93      raeburn  15074: => 'Self-enrollment is restricted to students officially registered for this course.',
1.6       bisitz   15075: 
                   15076:    'Self-enrollment is not currently available for this course.'
1.93      raeburn  15077: => 'Self-enrollment is not currently available for this course.',
1.6       bisitz   15078: 
                   15079:    'Self-enrollment is not currently available in this course'
1.93      raeburn  15080: => 'Self-enrollment is not currently available in this course',
1.6       bisitz   15081: 
                   15082:    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.'
1.93      raeburn  15083: => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.',
1.6       bisitz   15084: 
                   15085:    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).'
1.93      raeburn  15086: => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).',
1.6       bisitz   15087: 
                   15088:    'Self-enrollment will become available starting [_1]; please enroll at that time.'
1.93      raeburn  15089: => 'Self-enrollment will become available starting [_1]; please enroll at that time.',
1.6       bisitz   15090: 
                   15091:    'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.'
1.93      raeburn  15092: => 'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.',
1.6       bisitz   15093: 
                   15094:    'Self-enrollment will become available starting [_1].'
1.93      raeburn  15095: => 'Self-enrollment will become available starting [_1].',
1.6       bisitz   15096: 
                   15097:    'The link to the requested page could not be followed.'
1.93      raeburn  15098: => 'The link to the requested page could not be followed.',
1.6       bisitz   15099: 
                   15100:    'The placeholder for the courseID is absent.'
1.93      raeburn  15101: => 'The placeholder for the courseID is absent.',
1.6       bisitz   15102: 
                   15103:    'LON-CAPA account required'
1.93      raeburn  15104: => 'LON-CAPA account required',
1.6       bisitz   15105: 
                   15106:    'You need to be logged into LON-CAPA to self-enroll in a course.'
1.93      raeburn  15107: => 'You need to be logged into LON-CAPA to self-enroll in a course.',
1.6       bisitz   15108: 
                   15109:    'If you have an account in LON-CAPA, [_1]log-in[_2].'
1.93      raeburn  15110: => 'If you have an account in LON-CAPA, [_1]log-in[_2].',
1.6       bisitz   15111: 
                   15112:    'Otherwise:'
1.93      raeburn  15113: => 'Otherwise:',
1.6       bisitz   15114: 
                   15115:    "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  15116: => "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   15117: 
                   15118:    'if you have an institutional login, [_1]create an account[_2]'
1.93      raeburn  15119: => 'if you have an institutional login, [_1]create an account[_2]',
1.6       bisitz   15120: 
                   15121:    'you can use an e-mail address to [_1]create an account[_2]'
1.93      raeburn  15122: => 'you can use an e-mail address to [_1]create an account[_2]',
1.6       bisitz   15123: 
                   15124:    'Otherwise, if you have an institutional login, [_1]create an account[_2].'
1.93      raeburn  15125: => 'Otherwise, if you have an institutional login, [_1]create an account[_2].',
1.6       bisitz   15126: 
                   15127:    'Otherwise, you will use an e-mail address to [_1]create an account[_2].'
1.93      raeburn  15128: => 'Otherwise, you will use an e-mail address to [_1]create an account[_2].',
1.6       bisitz   15129: 
                   15130:    "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account."
1.93      raeburn  15131: => "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account.",
1.6       bisitz   15132: 
                   15133:    'You will be able to self enroll in this course once the account has been created.'
1.93      raeburn  15134: => 'You will be able to self enroll in this course once the account has been created.',
1.6       bisitz   15135: 
                   15136:    'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.'
1.93      raeburn  15137: => 'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.',
1.6       bisitz   15138: 
                   15139:    '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  15140: => '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   15141: 
                   15142:    'You already have an active student role (section: "[_1]") in this course.'
1.93      raeburn  15143: => 'You already have an active student role (section: "[_1]") in this course.',
1.6       bisitz   15144: 
                   15145:    'You have a student role (section: "[_1]") in this course which will become active [_2].'
1.93      raeburn  15146: => 'You have a student role (section: "[_1]") in this course which will become active [_2].',
1.6       bisitz   15147: 
                   15148:    'Self-enrollment is restricted to officially registered students.'
1.93      raeburn  15149: => 'Self-enrollment is restricted to officially registered students.',
1.6       bisitz   15150: 
                   15151:    'As you are not currently registered for this course, self-enrollment is unavailable.'
1.93      raeburn  15152: => 'As you are not currently registered for this course, self-enrollment is unavailable.',
1.6       bisitz   15153: 
                   15154:    'The end date for access to this course for users who self-enroll has passed.'
1.93      raeburn  15155: => 'The end date for access to this course for users who self-enroll has passed.',
1.6       bisitz   15156: 
                   15157:    '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  15158: => '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   15159: 
                   15160:    'Self-enrollment in this course was successful.'
1.93      raeburn  15161: => 'Self-enrollment in this course was successful.',
1.6       bisitz   15162: 
                   15163:    'The start date for access to this course for users who self-enroll has yet to be reached.'
1.93      raeburn  15164: => 'The start date for access to this course for users who self-enroll has yet to be reached.',
1.6       bisitz   15165: 
                   15166:    '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  15167: => '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   15168: 
                   15169:    'Your new role is available immediately, and will provide access to the course until [_1].'
1.93      raeburn  15170: => 'Your new role is available immediately, and will provide access to the course until [_1].',
1.6       bisitz   15171: 
                   15172:    'Enrollment process complete'
1.93      raeburn  15173: => 'Enrollment process complete',
1.6       bisitz   15174: 
                   15175:    'Enrollment incomplete'
1.93      raeburn  15176: => 'Enrollment incomplete',
1.6       bisitz   15177: 
                   15178:    'Self-enrollment in this course failed.'
1.93      raeburn  15179: => 'Self-enrollment in this course failed.',
1.6       bisitz   15180: 
                   15181:    'You are not permitted to enroll yourself in this course.'
1.93      raeburn  15182: => 'You are not permitted to enroll yourself in this course.',
1.6       bisitz   15183: 
                   15184:    'Enter course now'
1.93      raeburn  15185: => 'Enter course now',
1.6       bisitz   15186: 
                   15187:    'other'
1.93      raeburn  15188: => 'other',
1.6       bisitz   15189: 
                   15190:    'Self-enrollment in this course is available to any user affiliated with [_1].'
1.93      raeburn  15191: => 'Self-enrollment in this course is available to any user affiliated with [_1].',
1.6       bisitz   15192: 
                   15193:    'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".'
1.93      raeburn  15194: => 'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".',
1.6       bisitz   15195: 
                   15196:    'Self-enrollment is not currently available for this course for users affiliated with [_1].'
1.93      raeburn  15197: => 'Self-enrollment is not currently available for this course for users affiliated with [_1].',
1.6       bisitz   15198: 
                   15199:    'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:'
1.93      raeburn  15200: => 'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:',
1.6       bisitz   15201: 
                   15202:    'Your registration status could not be verified.'
1.93      raeburn  15203: => 'Your registration status could not be verified.',
1.6       bisitz   15204: 
                   15205:    'Your registration status could not determined, because a problem occurred retrieving data.'
1.93      raeburn  15206: => 'Your registration status could not determined, because a problem occurred retrieving data.',
1.6       bisitz   15207: 
                   15208:    'As no institutional course sections are currently associated with this course, your registration status is undetermined.'
1.93      raeburn  15209: => 'As no institutional course sections are currently associated with this course, your registration status is undetermined.',
1.6       bisitz   15210: 
                   15211:    '[_1]Ad hoc[_2] roles in domain [_3] --'
                   15212: => '[_1]Ad-hoc[_2]-Rollen in der Domäne [_3] --',
                   15213: 
                   15214:    'Assemble resources'
                   15215: => '布置课程内容',
                   15216: 
                   15217:    'Create, edit, modify and publish resources'
1.93      raeburn  15218: => 'Create, edit, modify and publish resources',
1.6       bisitz   15219: 
                   15220:    'Create, modify and delete course groups'
1.93      raeburn  15221: => 'Create, modify and delete course groups',
1.6       bisitz   15222: 
                   15223:    'View course groups'
1.12      zhu      15224: => '查看课程组',
1.6       bisitz   15225: 
                   15226:    'View student activity'
1.93      raeburn  15227: => 'View student activity',
1.6       bisitz   15228: 
                   15229:    'Show full details for each course ([_1] only)'
1.93      raeburn  15230: => 'Show full details for each course ([_1] only)',
1.6       bisitz   15231: 
                   15232:    'Include courses set to be hidden from catalog ([_1] only)'
1.93      raeburn  15233: => 'Include courses set to be hidden from catalog ([_1] only)',
1.6       bisitz   15234: 
                   15235:    'Include subcategories within "[_1]"'
1.18      zhu      15236: => '包含子类 "[_1]"',
1.6       bisitz   15237: 
                   15238:    'Only show courses which allow self-enrollment'
1.18      zhu      15239: => '只显示允许自行登记的课程',
1.6       bisitz   15240: 
                   15241:    'include subdirectories'
1.18      zhu      15242: => '包括子目录',
1.6       bisitz   15243: 
                   15244:    'force republication of previously published files'
1.93      raeburn  15245: => 'force republication of previously published files',
1.6       bisitz   15246: 
                   15247:    'make file(s) obsolete'
1.93      raeburn  15248: => 'make file(s) obsolete',
1.6       bisitz   15249: 
                   15250:    'force directory level catalog information over existing'
1.93      raeburn  15251: => 'force directory level catalog information over existing',
1.6       bisitz   15252: 
                   15253:    'Session could not be opened.'
1.93      raeburn  15254: => 'Session could not be opened.',
1.6       bisitz   15255: 
                   15256:    'The domain you provided is not a valid LON-CAPA domain.'
1.93      raeburn  15257: => 'The domain you provided is not a valid LON-CAPA domain.',
1.6       bisitz   15258: 
                   15259:    'Student Settings'
1.93      raeburn  15260: => 'Student Settings',
1.6       bisitz   15261: 
                   15262:    'Coordinator Settings'
1.93      raeburn  15263: => 'Coordinator Settings',
1.6       bisitz   15264: 
                   15265:    'Author Settings'
1.93      raeburn  15266: => 'Author Settings',
1.6       bisitz   15267: 
                   15268:    'Administrator Settings'
1.93      raeburn  15269: => 'Administrator Settings',
1.6       bisitz   15270: 
                   15271:    'Item'
1.93      raeburn  15272: => 'Item',
1.6       bisitz   15273: 
                   15274:    'Found [_1] without responses. This resource cannot be published.'
1.93      raeburn  15275: => 'Found [_1] without responses. This resource cannot be published.',
1.6       bisitz   15276: 
                   15277:    'LON-CAPA helpdesk'
1.93      raeburn  15278: => 'LON-CAPA helpdesk',
1.6       bisitz   15279: 
                   15280:    'Create a user account in LON-CAPA'
1.93      raeburn  15281: => 'Create a user account in LON-CAPA',
1.6       bisitz   15282: 
                   15283:    'Account creation unavailable'
1.93      raeburn  15284: => 'Account creation unavailable',
1.6       bisitz   15285: 
                   15286:    'Error creating token.'
1.93      raeburn  15287: => 'Error creating token.',
1.6       bisitz   15288: 
                   15289:    'Account creation'
1.93      raeburn  15290: => 'Account creation',
1.6       bisitz   15291: 
                   15292:    '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  15293: => '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   15294: 
                   15295:    '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  15296: => '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   15297: 
                   15298:    "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  15299: => "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   15300: 
                   15301:    "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  15302: => "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   15303: 
                   15304:    "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution."
1.93      raeburn  15305: => "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution.",
1.6       bisitz   15306: 
                   15307:    "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  15308: => "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   15309: 
                   15310:    'A LON-CAPA account may not be created with the username you use.'
1.93      raeburn  15311: => 'A LON-CAPA account may not be created with the username you use.',
1.6       bisitz   15312: 
                   15313:    'User Information'
1.93      raeburn  15314: => 'User Information',
1.6       bisitz   15315: 
                   15316:    'User information'
1.93      raeburn  15317: => 'User information',
1.6       bisitz   15318: 
                   15319:    'Review user information'
1.93      raeburn  15320: => 'Review user information',
1.6       bisitz   15321: 
                   15322:    '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  15323: => '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   15324: 
                   15325:    '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  15326: => '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   15327: 
                   15328:    '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  15329: => '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   15330: 
                   15331:    'Confirmation'
1.93      raeburn  15332: => 'Confirmation',
1.6       bisitz   15333: 
                   15334:    'Confirm that you wish to create an account.'
1.93      raeburn  15335: => 'Confirm that you wish to create an account.',
1.6       bisitz   15336: 
                   15337:    'New username'
1.93      raeburn  15338: => 'New username',
1.6       bisitz   15339: 
                   15340:    'Create account'
1.93      raeburn  15341: => 'Create account',
1.6       bisitz   15342: 
                   15343:    'You must enter a password'
1.93      raeburn  15344: => 'You must enter a password',
1.6       bisitz   15345: 
                   15346:    'The passwords you entered did not match.'
1.93      raeburn  15347: => 'The passwords you entered did not match.',
1.6       bisitz   15348: 
                   15349:    'Create account with a username provided by this institution'
1.93      raeburn  15350: => 'Create account with a username provided by this institution',
1.6       bisitz   15351: 
                   15352:    '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  15353: => '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   15354: 
                   15355:    'Type in your log-in ID and password to find out.'
1.93      raeburn  15356: => 'Type in your log-in ID and password to find out.',
1.6       bisitz   15357: 
                   15358:    'Log-in ID'
1.93      raeburn  15359: => 'Log-in ID',
1.6       bisitz   15360: 
                   15361:    'Create account with an e-mail address as your username'
1.93      raeburn  15362: => 'Create account with an e-mail address as your username',
1.6       bisitz   15363: 
                   15364:    '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  15365: => '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   15366: 
                   15367:    'Request LON-CAPA account'
1.93      raeburn  15368: => 'Request LON-CAPA account',
1.6       bisitz   15369: 
                   15370:    'Validation'
1.93      raeburn  15371: => 'Validation',
1.6       bisitz   15372: 
                   15373:    'Thank you for your request to create a new LON-CAPA account.'
1.93      raeburn  15374: => 'Thank you for your request to create a new LON-CAPA account.',
1.6       bisitz   15375: 
                   15376:    'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].'
1.93      raeburn  15377: => 'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].',
1.6       bisitz   15378: 
                   15379:    'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]'
1.93      raeburn  15380: => 'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]',
1.6       bisitz   15381: 
                   15382:    'A message has been sent to the e-mail address you provided.'
1.93      raeburn  15383: => 'A message has been sent to the e-mail address you provided.',
1.6       bisitz   15384: 
                   15385:    'The message includes the web address for the link you will use to complete the account creation process.'
1.93      raeburn  15386: => 'The message includes the web address for the link you will use to complete the account creation process.',
1.6       bisitz   15387: 
                   15388:    'The link included in the message will be valid for the next [_1]two[_2] hours.'
1.93      raeburn  15389: => 'The link included in the message will be valid for the next [_1]two[_2] hours.',
1.6       bisitz   15390: 
                   15391:    'An error occurred when sending a message to the e-mail address you provided.'
1.93      raeburn  15392: => 'An error occurred when sending a message to the e-mail address you provided.',
1.6       bisitz   15393: 
                   15394:    'An error occurred creating a token required for the account creation process.'
1.93      raeburn  15395: => 'An error occurred creating a token required for the account creation process.',
1.6       bisitz   15396: 
                   15397:    'Please contact the [_1] ([_2]) for assistance.'
1.93      raeburn  15398: => 'Please contact the [_1] ([_2]) for assistance.',
1.6       bisitz   15399: 
                   15400:    '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  15401: => '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   15402: 
                   15403:    'Sorry, the token generated when you requested creation of an account has expired.'
1.93      raeburn  15404: => 'Sorry, the token generated when you requested creation of an account has expired.',
1.6       bisitz   15405: 
                   15406:    'Sorry, the URL generated when you requested creation of an account contained incomplete information.'
1.93      raeburn  15407: => 'Sorry, the URL generated when you requested creation of an account contained incomplete information.',
1.6       bisitz   15408: 
                   15409:    '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  15410: => '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   15411: 
1.89      bisitz   15412:    '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  15413: => '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   15414: 
                   15415:    'A LON-CAPA account already exists for username [_1] at this institution ([_2]).'
1.93      raeburn  15416: => 'A LON-CAPA account already exists for username [_1] at this institution ([_2]).',
1.6       bisitz   15417: 
                   15418:    'The password entered was also correct so you have been logged in.'
1.93      raeburn  15419: => 'The password entered was also correct so you have been logged in.',
1.6       bisitz   15420: 
                   15421:    'Authentication failed'
1.93      raeburn  15422: => 'Authentication failed',
1.6       bisitz   15423: 
                   15424:    'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].'
1.93      raeburn  15425: => 'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].',
1.6       bisitz   15426: 
                   15427:    'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.'
1.93      raeburn  15428: => 'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.',
1.6       bisitz   15429: 
                   15430:    'A problem occurred when attempting to create your new LON-CAPA account.'
1.93      raeburn  15431: => 'A problem occurred when attempting to create your new LON-CAPA account.',
1.6       bisitz   15432: 
                   15433:    'Please provide user information and a password for your new account.'
1.93      raeburn  15434: => 'Please provide user information and a password for your new account.',
1.6       bisitz   15435: 
                   15436:    'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.'
1.93      raeburn  15437: => 'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.',
1.6       bisitz   15438: 
                   15439:    'Create LON-CAPA account'
1.93      raeburn  15440: => 'Create LON-CAPA account',
1.6       bisitz   15441: 
                   15442:    'Could not load javascript file [_1]'
1.93      raeburn  15443: => 'Could not load javascript file [_1]',
1.6       bisitz   15444: 
                   15445:    'Invalid ID format'
1.93      raeburn  15446: => 'Invalid ID format',
1.6       bisitz   15447: 
                   15448:    'An error occurred when storing a token'
1.93      raeburn  15449: => 'An error occurred when storing a token',
1.6       bisitz   15450: 
                   15451:    'You will not be able to proceed to the next stage of account creation'
1.93      raeburn  15452: => 'You will not be able to proceed to the next stage of account creation',
1.6       bisitz   15453: 
                   15454:    'A LON-CAPA account has been created for username: [_1] in domain: [_2].'
1.93      raeburn  15455: => 'A LON-CAPA account has been created for username: [_1] in domain: [_2].',
1.6       bisitz   15456: 
                   15457:    'Account creation failed for username: [_1] in domain: [_2].'
1.93      raeburn  15458: => 'Account creation failed for username: [_1] in domain: [_2].',
1.6       bisitz   15459: 
                   15460:    'User account creation is not available for the current default authentication type.'
1.93      raeburn  15461: => 'User account creation is not available for the current default authentication type.',
1.6       bisitz   15462: 
                   15463:    'The e-mail address you provided is already in use as a username at this institution.'
1.93      raeburn  15464: => 'The e-mail address you provided is already in use as a username at this institution.',
1.6       bisitz   15465: 
                   15466:    'Username rules at this institution do not allow the e-mail address you provided to be used as a username.'
1.93      raeburn  15467: => 'Username rules at this institution do not allow the e-mail address you provided to be used as a username.',
1.6       bisitz   15468: 
                   15469:    'The e-mail address you provided may not be used as a username at this LON-CAPA institution.'
1.93      raeburn  15470: => 'The e-mail address you provided may not be used as a username at this LON-CAPA institution.',
1.6       bisitz   15471: 
                   15472:    'Validation of the code your entered failed.'
1.93      raeburn  15473: => 'Validation of the code your entered failed.',
1.6       bisitz   15474: 
                   15475:    'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.'
1.93      raeburn  15476: => 'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.',
1.6       bisitz   15477: 
                   15478:    'Type in the letters/numbers shown below'
1.93      raeburn  15479: => 'Type in the letters/numbers shown below',
1.6       bisitz   15480: 
                   15481:    'You may need to reload the previous page to obtain a new token.'
1.93      raeburn  15482: => 'You may need to reload the previous page to obtain a new token.',
1.6       bisitz   15483: 
                   15484:    'Unable to retrieve your log-in information - unexpected context'
1.93      raeburn  15485: => 'Unable to retrieve your log-in information - unexpected context',
1.6       bisitz   15486: 
                   15487:    "Your e-mail address uses the same internet domain as your institution's LON-CAPA service."
1.93      raeburn  15488: => "Your e-mail address uses the same internet domain as your institution's LON-CAPA service.",
1.6       bisitz   15489: 
                   15490:    'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.'
1.93      raeburn  15491: => 'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.',
1.6       bisitz   15492: 
                   15493:    'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.'
1.93      raeburn  15494: => 'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.',
1.6       bisitz   15495: 
                   15496:    'Changes/page:'
1.63      zhu      15497: => '每页显示列数:',
1.6       bisitz   15498: 
                   15499:    'Window during which changes occurred:'
1.63      zhu      15500: => '在这个时期发生的变化:',
1.6       bisitz   15501: 
                   15502:    'This page is either empty or it only contains resources that are currently hidden'
1.93      raeburn  15503: => 'This page is either empty or it only contains resources that are currently hidden',
1.6       bisitz   15504: 
                   15505:    'Please use the LON-CAPA navigation arrows to move to another item in the course'
1.93      raeburn  15506: => 'Please use the LON-CAPA navigation arrows to move to another item in the course',
1.6       bisitz   15507: 
                   15508:    'Unable to modify requested student ([_1])'
1.93      raeburn  15509: => 'Unable to modify requested student ([_1])',
1.6       bisitz   15510: 
                   15511:    'Unable to grade requested sequence ([_1]).'
1.93      raeburn  15512: => 'Unable to grade requested sequence ([_1]).',
1.6       bisitz   15513: 
                   15514:    'No score was changed or updated.'
1.93      raeburn  15515: => 'No score was changed or updated.',
1.6       bisitz   15516: 
                   15517:    'The scores were changed for [quant,_1,problem].'
1.93      raeburn  15518: => 'The scores were changed for [quant,_1,problem].',
1.6       bisitz   15519: 
1.81      bisitz   15520:    '[_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
                   15521: => '[_1]Besuchen Sie die [_2]Kurs-/Community-Übersicht[_3], um alle LON-CAPA-Kurse und -Communitys der Domäne [_4] zu betrachten.', # '[_1]访问[_2]课程目录[_3], 来查看 [_4] LON-CAPA 的所有课程。',
1.6       bisitz   15522: 
1.83      bisitz   15523:    '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.'
                   15524: => '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   15525: 
                   15526: #SD begin 2008-07-02
                   15527:    'When'
1.70      zhu      15528: => '什么时候',
1.6       bisitz   15529: 
                   15530:    'Who made the change'
1.70      zhu      15531: => '谁进行了修改',
1.6       bisitz   15532: 
                   15533:    'Changed User'
1.70      zhu      15534: => '改变用户',
1.6       bisitz   15535: 
                   15536:    'Context'
1.70      zhu      15537: => '概述',
1.6       bisitz   15538: 
                   15539:    'Context:'
1.70      zhu      15540: => '概述:',
1.6       bisitz   15541: 
                   15542:    'After:'
1.70      zhu      15543: => '之后:',
1.6       bisitz   15544: 
                   15545:    'Before:'
1.70      zhu      15546: => '之前:',
1.6       bisitz   15547: 
                   15548:    'User Changes'
1.70      zhu      15549: => '用户更改',
1.6       bisitz   15550: 
                   15551:    'For this user, the default quota would be [_1]'
1.70      zhu      15552: => '此使用者的默认的配额为[_1]',
1.6       bisitz   15553: 
                   15554:    'Search for a user and enroll as a student'
1.70      zhu      15555: => '搜索用户并注册为学生',
1.6       bisitz   15556: 
                   15557:    'username is known'
1.93      raeburn  15558: => 'username is known',
1.6       bisitz   15559: 
                   15560:    'Create a new user'
1.70      zhu      15561: => '创建一个新用户',
1.6       bisitz   15562: 
                   15563:    'Enroll'
1.70      zhu      15564: => '注册',
1.6       bisitz   15565: 
                   15566:    'User Search to enroll student'
1.93      raeburn  15567: => 'User Search to enroll student',
1.6       bisitz   15568: 
                   15569:    'Select a user to enroll as a student'
1.93      raeburn  15570: => 'Select a user to enroll as a student',
1.6       bisitz   15571: 
                   15572:    'modify' #Kontext? breadcrumb_text
1.93      raeburn  15573: => 'modify',
1.6       bisitz   15574: 
                   15575: #   'userpicked' #Kontext?
                   15576: #=> '',
                   15577: 
                   15578:    'as a student'
1.70      zhu      15579: => '作为一名学生',
1.6       bisitz   15580: 
                   15581:    'Set section/dates'
1.70      zhu      15582: => '设置章节/日期',
1.6       bisitz   15583: 
                   15584:    'Unknown'
1.93      raeburn  15585: => 'Unknown',
1.6       bisitz   15586: 
                   15587:    'You do not have privileges to assign co-author roles.'
1.93      raeburn  15588: => 'You do not have privileges to assign co-author roles.',
1.6       bisitz   15589: 
                   15590:    'This user has an unrecognized authentication scheme'
1.93      raeburn  15591: => 'This user has an unrecognized authentication scheme',
1.6       bisitz   15592: 
                   15593:    'Please alert a domain coordinator of this situation'
1.93      raeburn  15594: => 'Please alert a domain coordinator of this situation',
1.6       bisitz   15595: 
                   15596:    'Please specify login data below'
1.93      raeburn  15597: => 'Please specify login data below',
1.6       bisitz   15598: 
                   15599:    'No domain specified'
1.93      raeburn  15600: => 'No domain specified',
1.6       bisitz   15601: 
1.19      zhu      15602:    'Invalid domain name'
1.93      raeburn  15603: => 'Invalid domain name',
1.6       bisitz   15604: 
1.19      zhu      15605:    'Only letters, numbers, periods, dashes, and underscores are valid'
1.93      raeburn  15606: => 'Only letters, numbers, periods, dashes, and underscores are valid',
1.6       bisitz   15607: 
                   15608:    'You do not have the authority to modify this users authentification information'
1.93      raeburn  15609: => 'You do not have the authority to modify this users authentification information',
1.6       bisitz   15610: 
                   15611:    'New Student/Employee ID does not match existing ID for this user.'
1.93      raeburn  15612: => 'New Student/Employee ID does not match existing ID for this user.',
1.6       bisitz   15613: 
                   15614:    "Change is not permitted without checking the 'Force ID change' checkbox on the previous page."
1.93      raeburn  15615: => "Change is not permitted without checking the 'Force ID change' checkbox on the previous page.",
1.6       bisitz   15616: 
                   15617:    'Unable to successfully change environment for'
1.93      raeburn  15618: => 'Unable to successfully change environment for',
1.6       bisitz   15619: 
                   15620:    'No roles'
1.93      raeburn  15621: => 'No roles',
1.6       bisitz   15622: 
                   15623:    'The following fields were not updated: '
1.93      raeburn  15624: => 'The following fields were not updated: ',
1.6       bisitz   15625: 
                   15626:    "You do not have the authority to change this field given the user's current set of active/future [_1] roles:"
1.93      raeburn  15627: => 'You do not have the authority to change this field given the user's current set of active/future [_1] roles:',
1.6       bisitz   15628: 
                   15629:    "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:"
1.93      raeburn  15630: => 'You do not have the authority to change these fields given the user's current set of active/future [_1] roles:',
1.6       bisitz   15631: 
1.49      bisitz   15632:    'Please contact your [_1]helpdesk[_2] for more information.'
1.93      raeburn  15633: => 'Please contact your [_1]helpdesk[_2] for more information.',
1.6       bisitz   15634: 
                   15635:    '<b>[_1]</b> enrolled'
1.70      zhu      15636: => '<b>[_1]</b> 注册的',
1.6       bisitz   15637: 
                   15638:    'in section [_1]'
1.93      raeburn  15639: => 'in section [_1]',
1.6       bisitz   15640: 
                   15641:    'Access starts immediately'
1.70      zhu      15642: => '访问立即开始',
1.6       bisitz   15643: 
                   15644:    'Access starts: '
1.70      zhu      15645: => '访问开始: ',
1.6       bisitz   15646: 
                   15647:    'ends: no ending date'
1.70      zhu      15648: => '结束:没有结束日期',
1.6       bisitz   15649: 
                   15650:    'ends: '
1.70      zhu      15651: => '结束: ',
1.6       bisitz   15652: 
                   15653:    '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  15654: => '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   15655: 
                   15656:    '(default)'
1.70      zhu      15657: => '(默认的)',
1.6       bisitz   15658: 
                   15659:    '(default for [_1])'
1.70      zhu      15660: => '(默认 [_1])',
1.6       bisitz   15661: 
                   15662:    'You are not authorized to make bulk changes to user roles'
1.93      raeburn  15663: => 'You are not authorized to make bulk changes to user roles',
1.6       bisitz   15664: 
                   15665:    'You do not have permission to modify dates or sections for users'
1.93      raeburn  15666: => 'You do not have permission to modify dates or sections for users',
1.6       bisitz   15667: 
                   15668:    'deleted'
1.93      raeburn  15669: => 'deleted',
1.6       bisitz   15670: 
                   15671:    'No start date'
1.10      zhu      15672: => '没有开始日期',
1.6       bisitz   15673: 
                   15674:    'Previous [_1] changes'
1.93      raeburn  15675: => 'Previous [_1] changes',
1.6       bisitz   15676: 
                   15677:    'Next [_1] changes'
1.93      raeburn  15678: => 'Next [_1] changes',
1.6       bisitz   15679: 
1.74      bisitz   15680:    'There are no records to display.'
                   15681: => '没有记录显示。',
                   15682: 
                   15683:    'There are no transactions to display.'
1.93      raeburn  15684: => 'There are no transactions to display.',
1.6       bisitz   15685: 
                   15686:    'Automated enrollment'
1.70      zhu      15687: => '自动注册',
1.6       bisitz   15688: 
                   15689:    'Roster Update'
1.70      zhu      15690: => '名册更新',
1.6       bisitz   15691: 
                   15692:    'Course Creation'
1.70      zhu      15693: => '创建课程',
1.6       bisitz   15694: 
                   15695:    'User Management in course'
1.70      zhu      15696: => '在课程中的用户管理',
1.6       bisitz   15697: 
                   15698:    'User Management in domain'
1.70      zhu      15699: => '在域中的用户管理',
1.6       bisitz   15700: 
                   15701:    'Self-enrolled'
1.70      zhu      15702: => '自助注册',
1.6       bisitz   15703: 
                   15704:    'Your search term must contain more than just spaces.'
1.93      raeburn  15705: => 'Your search term must contain more than just spaces.',
1.6       bisitz   15706: 
                   15707:    'this course'
1.70      zhu      15708: => '本课程',
1.6       bisitz   15709: 
                   15710:    'LON-CAPA domain: '
1.93      raeburn  15711: => 'LON-CAPA domain: ',
1.6       bisitz   15712: 
                   15713:    'the institutional directory for domain: '
1.93      raeburn  15714: => 'the institutional directory for domain: ',
1.6       bisitz   15715: 
1.49      bisitz   15716:    'Please contact the [_1]helpdesk[_2] if you need to create a new user.'
1.93      raeburn  15717: => 'Please contact the [_1]helpdesk[_2] if you need to create a new user.',
1.6       bisitz   15718: 
                   15719:    'Section for self-enrolled users unchanged as the proposed section is a group'
1.93      raeburn  15720: => 'Section for self-enrolled users unchanged as the proposed section is a group',
1.6       bisitz   15721: 
                   15722:    'Group names and section names must be distinct'
1.12      zhu      15723: => '组名称和章节的名称必须是不同的',
1.6       bisitz   15724: 
                   15725:    'Section for self-enrolled users unchanged, as "all" is a reserved section name.'
1.93      raeburn  15726: => 'Section for self-enrolled users unchanged, as "all" is a reserved section name.',
1.6       bisitz   15727: 
                   15728:    'An error occurred when saving changes to self-enrollment settings in this course.'
1.93      raeburn  15729: => 'An error occurred when saving changes to self-enrollment settings in this course.',
1.6       bisitz   15730: 
                   15731: #SD end 2008-07-02
                   15732: 
                   15733:    'Server Switch Required'
1.93      raeburn  15734: => 'Server Switch Required',
1.6       bisitz   15735: 
                   15736:    'Construction Space access is only available from the home server of the corresponding Author.'
1.93      raeburn  15737: => 'Construction Space access is only available from the home server of the corresponding Author.',
1.6       bisitz   15738: 
                   15739:    "Click the 'Switch Server' link to go there."
1.93      raeburn  15740: => "Click the 'Switch Server' link to go there.",
1.6       bisitz   15741: 
                   15742:    'Default in use:'
1.70      zhu      15743: => '默认情况下使用:',
1.6       bisitz   15744: 
1.89      bisitz   15745:    'Self-creation of account by users with status: [_1]'
1.93      raeburn  15746: => 'Self-creation of account by users with status: [_1]',
1.6       bisitz   15747: 
                   15748:    'modifiable fields (if institutional data blank): '
                   15749: => 'änderbare Felder (falls Daten der Einrichtung leer sind): ',
                   15750: 
                   15751: # domainprefs.pm
                   15752: #   'Formats disallowed for $text{$type}: '
                   15753: #=> 'Formats disallowed for $text{$type}: ',
                   15754: #
                   15755: #   'Format rules to check for $text{$type}: '
                   15756: #=> 'Format rules to check for $text{$type}: ',
                   15757: 
                   15758: # loncommon.pm
                   15759: #   "You must either choose $text{'action'} with a different format --  $text{'one'} that will not conflict with 'official' institutional $text{'items'}, or leave the ID field blank."
                   15760: # => "You must either choose $text{'action'} with a different format --  $text{'one'} that will not conflict with 'official' institutional $text{'items'}, or leave the ID field blank."
                   15761: 
                   15762:    'Source Code'
1.93      raeburn  15763: => 'Source Code',
1.6       bisitz   15764: 
                   15765:    'Copy Problem Source Code to Construction Space'
1.93      raeburn  15766: => 'Copy Problem Source Code to Construction Space',
1.6       bisitz   15767: 
                   15768:    'Please enter the directory that you would like the source code to go into.'
1.93      raeburn  15769: => 'Please enter the directory that you would like the source code to go into.',
1.6       bisitz   15770: 
                   15771:    'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.'
1.93      raeburn  15772: => 'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.',
1.6       bisitz   15773: 
                   15774:    'shared_source'
1.93      raeburn  15775: => 'shared_source',
1.6       bisitz   15776: 
                   15777:    'Copy to Construction Space'
1.93      raeburn  15778: => 'Copy to Construction Space',
1.6       bisitz   15779: 
                   15780:    '[_1]W[_2]ARNING' # Highlight first char
                   15781: => '[_1]W[_2]ARNUNG',
                   15782: 
                   15783:    'At end of file some tags were still left unclosed:'
1.93      raeburn  15784: => 'At end of file some tags were still left unclosed:',
1.6       bisitz   15785: 
                   15786:    'Unable to save file [_1]'
1.93      raeburn  15787: => 'Unable to save file [_1]',
1.6       bisitz   15788: 
                   15789:    'Warnings and Errors'
1.93      raeburn  15790: => 'Warnings and Errors',
1.6       bisitz   15791: 
                   15792:    'Edit Math'
1.93      raeburn  15793: => 'Edit Math',
1.6       bisitz   15794: 
                   15795:    'DragMath Latex Equation Editor'
1.93      raeburn  15796: => 'DragMath Latex Equation Editor', # n.t.
1.6       bisitz   15797: 
                   15798:    '[_1]Return[_2] to editing resource.'
                   15799: => '[_1]Zurück[_2] zur Ressource',
                   15800: 
                   15801:    'Counting pages for student: [_1]'
1.93      raeburn  15802: => 'Counting pages for student: [_1]',
1.6       bisitz   15803: 
                   15804:    'LaTeX could not successfully parse your tex file.'
1.93      raeburn  15805: => 'LaTeX could not successfully parse your tex file.',
1.6       bisitz   15806: 
                   15807:    'It probably has errors in it.'
1.93      raeburn  15808: => 'It probably has errors in it.',
1.6       bisitz   15809: 
                   15810:    'Here are the error messages in the LaTeX log file:'
1.93      raeburn  15811: => 'Here are the error messages in the LaTeX log file:',
1.6       bisitz   15812: 
                   15813:    'There are errors in [_1].'
1.93      raeburn  15814: => 'There are errors in [_1].',
1.6       bisitz   15815: 
                   15816:    'There are errors.'
1.93      raeburn  15817: => 'There are errors.',
1.6       bisitz   15818: 
                   15819:    'These errors prevent this resource from printing correctly.'
1.93      raeburn  15820: => 'These errors prevent this resource from printing correctly.',
1.6       bisitz   15821: 
                   15822:    'A message has been sent to the instructor describing this failure.'
1.93      raeburn  15823: => 'A message has been sent to the instructor describing this failure.',
1.6       bisitz   15824: 
                   15825:    'You are running LaTeX in [_1]batch mode[_2].'
1.93      raeburn  15826: => 'You are running LaTeX in [_1]batch mode[_2].',
1.6       bisitz   15827: 
                   15828:    'It has found an error in [_1][_2]and corrected it.'
1.93      raeburn  15829: => 'It has found an error in [_1][_2]and corrected it.',
1.6       bisitz   15830: 
                   15831:    'Usually this correction is valid but you probably need to check the indicated resource one more time and implement neccessary corrections by yourself.'
                   15832: => 'Üblicherweise ist diese Korrektur gültig, allerdings sollten Sie dennoch die angezeigte Ressource überprüfen ',
                   15833: 
                   15834:    'The link to [_1]Your log file[_2]'
1.93      raeburn  15835: => 'The link to [_1]Your log file[_2]',
1.6       bisitz   15836: 
                   15837:    'The link to [_1]Your original LaTeX file[_2]'
1.93      raeburn  15838: => 'The link to [_1]Your original LaTeX file[_2]',
1.6       bisitz   15839: 
                   15840:    'bomb'
1.93      raeburn  15841: => 'bomb',
1.6       bisitz   15842: 
                   15843:    'Output Tags'
1.93      raeburn  15844: => 'Output Tags',
1.6       bisitz   15845: 
                   15846:    'WARNING: Cannot connect to database!'
1.70      zhu      15847: => '警告:无法连接到数据库!',
1.6       bisitz   15848: 
                   15849:    'Error occurred saving new values in metadata table in LON-CAPA database!'
1.70      zhu      15850: => '保存新值数据表到LON-CAPA数据库中时发生错误!',
1.6       bisitz   15851: 
1.81      bisitz   15852:    'Your course/community currently appears in the Course/Community Catalog for this domain.'
1.93      raeburn  15853: => 'Your course/community currently appears in the Course/Community Catalog for this domain.',
1.6       bisitz   15854: 
                   15855:    'Courses can be both self-cataloging, based on an institutional code (e.g., fs08phy231), or can be assigned categories from a hierarchy defined for the domain.'
1.70      zhu      15856: => '课程可自我编目的基础的研究所代码(例如, fbi_ws20082009_linalg )或可通过域的定义分配类别界定。',
1.6       bisitz   15857: 
1.81      bisitz   15858:    'Your course/community does not currently appear in the Course/Community Catalog for this domain.'
1.93      raeburn  15859: => 'Your course/community does not currently appear in the Course/Community Catalog for this domain.',
1.6       bisitz   15860: 
                   15861:    'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.'
1.93      raeburn  15862: => 'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.',
1.6       bisitz   15863: 
                   15864:    '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  15865: => '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   15866: 
                   15867:    'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:'
1.93      raeburn  15868: => 'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:',
1.6       bisitz   15869: 
                   15870:    'Take the following action to ensure the course appears in the Catalog:'
1.93      raeburn  15871: => 'Take the following action to ensure the course appears in the Catalog:',
1.6       bisitz   15872: 
                   15873:    'Ask a domain coordinator to change the "Exclude from course catalog" setting.'
1.93      raeburn  15874: => 'Ask a domain coordinator to change the "Exclude from course catalog" setting.',
1.6       bisitz   15875: 
                   15876:    'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".'
1.93      raeburn  15877: => 'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".',
1.6       bisitz   15878: 
                   15879:    'Ask a domain coordinator to assign an institutional code (if this is an official course).'
1.93      raeburn  15880: => 'Ask a domain coordinator to assign an institutional code (if this is an official course).',
1.6       bisitz   15881: 
                   15882:    'Ask a domain coordinator to enable or create at least one course category in the domain.'
1.93      raeburn  15883: => 'Ask a domain coordinator to enable or create at least one course category in the domain.',
1.6       bisitz   15884: 
                   15885:    'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.'
1.93      raeburn  15886: => 'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.',
1.6       bisitz   15887: 
                   15888:    '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  15889: => '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   15890: 
                   15891:    'Ask a domain coordinator to assign a category to the course.'
1.93      raeburn  15892: => 'Ask a domain coordinator to assign a category to the course.',
1.6       bisitz   15893: 
1.93      raeburn  15894:    'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.'
                   15895: => 'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.',
1.6       bisitz   15896: 
                   15897:    '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  15898: => '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   15899: 
                   15900:    'Use [_1]Set course environment[_2] to assign a category to the course.'
1.93      raeburn  15901: => 'Use [_1]Set course environment[_2] to assign a category to the course.',
1.6       bisitz   15902: 
                   15903:    'You are able to both assign a course category and choose to exclude this course from the catalog.'
1.93      raeburn  15904: => 'You are able to both assign a course category and choose to exclude this course from the catalog.',
1.6       bisitz   15905: 
                   15906:    '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  15907: => '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   15908: 
                   15909:    'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.'
1.93      raeburn  15910: => 'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.',
1.6       bisitz   15911: 
                   15912:    'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.'
1.93      raeburn  15913: => 'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.',
1.6       bisitz   15914: 
                   15915:    "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  15916: => "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   15917: 
                   15918:    'You can only use this screen to select courses in the current domain.'
1.93      raeburn  15919: => 'You can only use this screen to select courses in the current domain.',
1.6       bisitz   15920: 
1.41      bisitz   15921:    '[_1]Your Excel spreadsheet[_2] is ready for download.'
1.6       bisitz   15922: => '[_1]Ihre Exceldatei[_2] steht zum Download bereit.',
                   15923: 
1.41      bisitz   15924:    '[_1]Your CSV file[_2] is ready for download.'
1.6       bisitz   15925: => '[_1]Ihre CSV-Datei[_2] steht zum Download bereit.',
                   15926: 
                   15927:    'Name (username)'
1.93      raeburn  15928: => 'Name (username)',
1.6       bisitz   15929: 
                   15930:    'Grades Assigned'
1.93      raeburn  15931: => 'Grades Assigned',
1.6       bisitz   15932: 
                   15933:    'Comments'
1.18      zhu      15934: => '注释',
1.6       bisitz   15935: 
                   15936:    'No Course Data'
1.93      raeburn  15937: => 'No Course Data',
1.6       bisitz   15938: 
                   15939:    'Error getting student data ([_1])'
1.93      raeburn  15940: => 'Error getting student data ([_1])',
1.6       bisitz   15941: 
                   15942:    'Score'
1.93      raeburn  15943: => 'Score',
1.6       bisitz   15944: 
1.77      bisitz   15945:    'score'
1.93      raeburn  15946: => 'score',
1.77      bisitz   15947: 
1.6       bisitz   15948:    'Display Options'
1.36      zhu      15949: => '显示选项',
1.6       bisitz   15950: 
                   15951:    'This role has section(s) associated with it.'
1.93      raeburn  15952: => 'This role has section(s) associated with it.',
1.6       bisitz   15953: 
                   15954:    'Enter a specific section.'
1.93      raeburn  15955: => 'Enter a specific section.',
1.6       bisitz   15956: 
                   15957:    'Enter a specific section, or leave blank for no section.'
1.93      raeburn  15958: => 'Enter a specific section, or leave blank for no section.',
1.6       bisitz   15959: 
                   15960:    'Available sections are:'
1.93      raeburn  15961: => 'Available sections are:',
1.6       bisitz   15962: 
                   15963:    'You entered an invalid section choice:'
1.93      raeburn  15964: => 'You entered an invalid section choice:',
1.6       bisitz   15965: 
                   15966:    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3] domain.'
1.56      zhu      15967: => '您不妨联系[_2][_3]域的[_1] LON-CAPA 求助。',
1.6       bisitz   15968: 
                   15969:    '([_1] time zone)'
1.9       zhu      15970: => '(时区 [_1])',
1.6       bisitz   15971: 
                   15972:    'Selecting an Author'
1.93      raeburn  15973: => 'Selecting an Author',
1.6       bisitz   15974: 
                   15975:    'Invalid domain'
1.26      zhu      15976: => '无效域',
1.6       bisitz   15977: 
                   15978:    'There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.'
1.93      raeburn  15979: => 'There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.',
1.6       bisitz   15980: 
                   15981:    '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  15982: => '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   15983: 
                   15984:    '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  15985: => '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   15986: 
                   15987:    '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  15988: => '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   15989: 
1.83      bisitz   15990:    'As your session file for the course or community has expired, you will need to re-select it.'
1.93      raeburn  15991: => 'As your session file for the course or community has expired, you will need to re-select it.', # '当>您的课程已过期,您将需要重新选择课程。',
1.6       bisitz   15992: 
                   15993:    '[quant,_1,yr]'
                   15994: => '[quant,_1,Jahr,Jahre]',
                   15995: 
                   15996:    '[quant,_1,mth]'
                   15997: => '[quant,_1,Mon.,Mon.]',
                   15998: 
                   15999:    '[quant,_1,hr]'
                   16000: => '[quant,_1,h,h]',
                   16001: 
                   16002:    '[quant,_1,min]'
                   16003: => '[quant,_1,min,min]',
                   16004: 
                   16005:    '[quant,_1,sec]'
                   16006: => '[quant,_1,s,s]',
                   16007: 
                   16008:    'Loading student data...'
1.18      zhu      16009: => '检索学生数据...',
1.6       bisitz   16010: 
                   16011:    'Options'
1.18      zhu      16012: => '选项',
1.6       bisitz   16013: 
                   16014:    'Time Period'
1.18      zhu      16015: => '周期',
1.6       bisitz   16016: 
                   16017:    'Rsource is undefined.'
1.93      raeburn  16018: => 'Rsource is undefined.',
1.6       bisitz   16019: 
                   16020:    'Plot Graph'
1.93      raeburn  16021: => 'Plot Graph',
1.6       bisitz   16022: 
                   16023:    'Download'
1.18      zhu      16024: => '下载',
1.6       bisitz   16025: 
                   16026:    'PDF File'
1.18      zhu      16027: => 'PDF 文档',
1.6       bisitz   16028: 
                   16029:    'Zip File'
1.18      zhu      16030: => 'ZIP 文档',
1.6       bisitz   16031: 
                   16032:    'File Size (Bytes)'
1.18      zhu      16033: => '文件大小 (Bytes)',
1.6       bisitz   16034: 
                   16035:    'Contents'
1.18      zhu      16036: => '内容',
1.6       bisitz   16037: 
                   16038:    'Problem Type'
1.12      zhu      16039: => '问题类型',
1.6       bisitz   16040: 
                   16041:    'not in this course'
1.93      raeburn  16042: => 'not in this course',
1.6       bisitz   16043: #Start: redesigned menus
                   16044: #lonparmset.pm
1.18      zhu      16045: 
1.6       bisitz   16046:    'Edit environment settings for this course.'
1.93      raeburn  16047: => 'Edit environment settings for this course.',
1.6       bisitz   16048: 
                   16049:    'Portfolio Metadata'
1.27      zhu      16050: => '元数据-组合',
1.6       bisitz   16051: 
                   16052:    'Settings for this Course'
1.27      zhu      16053: => '设置这门课程',
1.6       bisitz   16054: 
                   16055:    'New and Existing Parameter Settings for Resources'
1.27      zhu      16056: => '新的和现有资源的参数设置',
1.6       bisitz   16057: 
                   16058:    'Edit Resource Parameters - Helper Mode'
1.27      zhu      16059: => '编辑源参数 - 辅助模式',
1.6       bisitz   16060: 
                   16061:    'Edit Resource Parameters - Overview Mode'
1.27      zhu      16062: => '编辑资源参数 - 概况模式',
1.6       bisitz   16063: 
                   16064:    'Edit Resource Parameters - Table Mode'
1.27      zhu      16065: => '编辑资源参数 - 表模式',
1.6       bisitz   16066: 
                   16067:    'Existing Parameter Settings for Resources'
1.27      zhu      16068: => '现有资源的参数设置',
1.6       bisitz   16069: 
                   16070:    'Change Log'
1.27      zhu      16071: => '变更记录',
1.6       bisitz   16072: 
                   16073:    'Restrict metadata for this course.'
1.93      raeburn  16074: => 'Restrict metadata for this course.',
1.6       bisitz   16075: 
                   16076:    'Manage slots for this course.'
1.93      raeburn  16077: => 'Manage slots for this course.',
1.6       bisitz   16078: 
                   16079:    'Reset access times for folders/maps, resources or the course.'
1.93      raeburn  16080: => 'Reset access times for folders/maps, resources or the course.',
1.6       bisitz   16081: 
                   16082:    'Set default actions for parameters.'
1.93      raeburn  16083: => 'Set default actions for parameters.',
1.6       bisitz   16084: 
                   16085:    'Set/Modify resource parameters in helper mode.'
1.93      raeburn  16086: => 'Set/Modify resource parameters in helper mode.',
1.6       bisitz   16087: 
                   16088:    'Set/Modify resource parameters in table mode.'
1.93      raeburn  16089: => 'Set/Modify resource parameters in table mode.',
1.6       bisitz   16090: 
                   16091:    'Set/Modify resource parameters in overview mode.'
1.93      raeburn  16092: => 'Set/Modify resource parameters in overview mode.',
1.6       bisitz   16093: 
                   16094:    'Set/Modify existing resource parameters in overview mode.'
1.93      raeburn  16095: => 'Set/Modify existing resource parameters in overview mode.',
1.6       bisitz   16096: 
                   16097:    'View parameter and course blog posting/user notification change log.'
1.93      raeburn  16098: => 'View parameter and course blog posting/user notification change log.',
1.6       bisitz   16099: #lonpreferences.pm
                   16100: 
                   16101:    'Screen Name'
                   16102: => '昵称',
                   16103: 
1.63      zhu      16104:    'Screenname'
                   16105: => '昵称',
                   16106: 
                   16107:    'Nickname'
                   16108: => '昵称',
                   16109: 
1.55      zhu      16110:    'Messages &amp; Notifications'
1.22      zhu      16111: => '邮件&公告',
1.6       bisitz   16112: 
                   16113:    'Discussion Display'
1.9       zhu      16114: => '讨论显示',
1.6       bisitz   16115: 
                   16116:    'Page Display Settings'
                   16117: => '页面显示设置',
                   16118: 
                   16119:    'Color Scheme'
                   16120: => '颜色方案',
                   16121: 
                   16122:    'Menu Display'
                   16123: => '菜单显示',
                   16124: 
                   16125:    'Content Display Settings'
1.9       zhu      16126: => '内容显示设置',
1.6       bisitz   16127: 
                   16128:    'WYSIWYG Editor'
                   16129: => 'WYSIWYG-编辑器',
                   16130: 
                   16131:    'Roles Page'
1.9       zhu      16132: => '角色页面',
1.6       bisitz   16133: 
                   16134:    'Display of Scientific Equations'
1.55      zhu      16135: => '显示科学公式',
1.6       bisitz   16136: 
                   16137:    'Edit information about yourself that should be displayed on your public profile.'
1.93      raeburn  16138: => 'Edit information about yourself that should be displayed on your public profile.',
1.6       bisitz   16139: 
                   16140:    'Change the name that is displayed in your posts.'
1.18      zhu      16141: => '变更在您的讨论中的名称。',
1.6       bisitz   16142: 
                   16143:    'Change LON-CAPA default colors.'
1.93      raeburn  16144: => 'Change LON-CAPA default colors.',
1.6       bisitz   16145: 
                   16146:    'Change messageforwarding or notifications settings.'
1.93      raeburn  16147: => 'Change messageforwarding or notifications settings.',
1.6       bisitz   16148: 
                   16149:    'Choose the default language for this user.'
                   16150: => 'Ändern der voreingestellten Benutzersprache für diesen Benutzer.',
                   16151: 
                   16152:    'Enable or disable the WYSIWYG-Editor.'
1.93      raeburn  16153: => 'Enable or disable the WYSIWYG-Editor.',
1.6       bisitz   16154: 
                   16155:    'Configure the roles hotlist.'
1.93      raeburn  16156: => 'Configure the roles hotlist.',
1.6       bisitz   16157: 
                   16158:    'Change how Scientific Equations are displayed.'
1.9       zhu      16159: => '改变如何显示科学方程。',
1.6       bisitz   16160: 
                   16161:    'Register your clicker.'
1.9       zhu      16162: => '登记您的应答设备 (遥控).',
1.6       bisitz   16163: 
                   16164:    'Change your password.'
1.9       zhu      16165: => '更改您的密码。',
1.6       bisitz   16166: 
                   16167:    'Launch the remote control for LON-CAPA.'
1.93      raeburn  16168: => 'Launch the remote control for LON-CAPA.',
1.6       bisitz   16169: 
                   16170:    'Collapse the remote control for LON-CAPA.'
1.93      raeburn  16171: => 'Collapse the remote control for LON-CAPA.',
1.6       bisitz   16172: 
                   16173:    'Restrict domain coordinator access.'
1.93      raeburn  16174: => 'Restrict domain coordinator access.',
1.6       bisitz   16175: 
                   16176:    'Set the default page to be displayed when you select a course role.'
                   16177: => 'Ändern der voreingestellten Seite, die nach Auswahl eines Kurses angezeigt wird.',
                   16178: 
                   16179:    'Toggle Debug Messages.'
1.93      raeburn  16180: => 'Toggle Debug Messages.',
1.6       bisitz   16181: 
                   16182:    'Change whether the menus are displayed with buttons, icons or icons and text.'
1.93      raeburn  16183: => 'Change whether the menus are displayed with buttons, icons or icons and text.',
1.6       bisitz   16184:    'Course Initialization'
1.36      zhu      16185: => '课程初始化',
1.6       bisitz   16186: #loncreateuser.pm
1.69      droeschl 16187:    'Single Users'
1.70      zhu      16188: => '单用户',
1.6       bisitz   16189: 
                   16190:    'Upload a CSV or a text file containing users.'
1.70      zhu      16191: => '课程参加者上传CSV或文本文件。',
1.6       bisitz   16192: 
                   16193:    'Add a user with a certain role to this course.'
1.70      zhu      16194: => '添加一个具有特定的角色的用户到这门课程中。',
1.6       bisitz   16195: 
1.69      droeschl 16196:    'Add/Modify a Student'
1.79      bisitz   16197: => '添加/修改学生',
1.6       bisitz   16198: 
                   16199:    'Add a user with the role student to this course.'
1.70      zhu      16200: => '添加一个用户到课程中,作为学生角色。',
1.6       bisitz   16201: 
                   16202:    'Configuration'
1.28      zhu      16203: => '设置',
1.6       bisitz   16204: 
                   16205:    'Automated enrollment manager.'
1.70      zhu      16206: => '管理自助注册',
1.6       bisitz   16207: 
1.83      bisitz   16208:    'Self-Enrollment'
1.93      raeburn  16209: => 'Self-Enrollment',
1.83      bisitz   16210: 
1.6       bisitz   16211:    'User Self-Enrollment'
1.70      zhu      16212: => '用户自助注册',
1.6       bisitz   16213: 
1.83      bisitz   16214:    'Configure user self-enrollment.'
1.70      zhu      16215: => '配置用户自助注册。',
1.6       bisitz   16216: 
                   16217:    'Manage course groups.'
1.12      zhu      16218: => '管理课程组。',
1.6       bisitz   16219: 
                   16220:    'Change Logs'
1.28      zhu      16221: => '更改记录',
1.6       bisitz   16222: 
                   16223:    'View change log.'
1.28      zhu      16224: => '显示更改记录。',
1.6       bisitz   16225: 
                   16226:    'Administration'
1.28      zhu      16227: => '管理',
1.6       bisitz   16228: 
1.69      droeschl 16229:    'Manage Course Users'
1.70      zhu      16230: => '用户课程管理',
1.6       bisitz   16231: 
                   16232:    'Show and manage users of this course.'
1.70      zhu      16233: => '查看和管理这门课程的用户。',
1.6       bisitz   16234: 
                   16235:    'Remove a student from this course.'
1.70      zhu      16236: => '从这门课程中移除一名学生。',
1.6       bisitz   16237: 
                   16238:    'Custom Roles'
1.28      zhu      16239: => '自定义角色',
1.6       bisitz   16240: 
                   16241:    'Configure a custom role.'
1.70      zhu      16242: => '配置自定义角色。',
                   16243: 
                   16244:    'Multiple Users'
                   16245: => '多用户',
                   16246: 
1.6       bisitz   16247: #lonstatistics.pm
                   16248:    'Statistics and Analyses'
1.70      zhu      16249: => '统计与分析',
1.6       bisitz   16250: 
                   16251:    'Plots'
1.70      zhu      16252: => '图表',
1.6       bisitz   16253: 
                   16254:    'Reports'
1.28      zhu      16255: => '报告',
1.6       bisitz   16256: 
1.18      zhu      16257:    'Personal Homepage'
                   16258: => '个人主页',
                   16259: 
1.56      zhu      16260:    'Link Name:'
                   16261: => '连接的名字:',
                   16262: 
                   16263:    'Address:'
                   16264: => '地址:',
                   16265: 
1.18      zhu      16266:    'Link Name'
1.56      zhu      16267: => '连接的名字',
1.18      zhu      16268: 
                   16269:    'Address'
1.56      zhu      16270: => '地址',
1.18      zhu      16271: 
                   16272:    'Broadcast to Active Members'
1.27      zhu      16273: => '通知活跃的会员',
1.18      zhu      16274: 
1.19      zhu      16275:    'Thank you for your input!'
                   16276: => '非常感谢您的评估!',
                   16277: 
                   16278:    'Saving feedback: [_1]'
                   16279: => '保存到信息反馈: [_1]',
                   16280: 
                   16281:    'Logging first evaluation'
                   16282: => '登录到首次评估',
                   16283: 
                   16284:    '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.'
                   16285: => 'WYSIWYG 编辑器仅支持简单的 HTML,并且在许多情况下不适合复杂的创作。在一些情况下,它可能破坏复杂的创作及 LaTeX 和脚本函数的调用。',
                   16286: 
                   16287:    'Special Admin Options'
                   16288: => '特别管理选项',
                   16289: 
                   16290:    'Discussion postings'
                   16291: => '讨论帖子',
                   16292: 
1.22      zhu      16293:    'Currently using [_1] of the [_2] available.'
                   16294: => '目前使用 [_1] ,在 [_2] 可用中。',
                   16295: 
                   16296:    'Registering clickers: [_1]'
                   16297: => '注册的“遥控”号码为: [_1]',
                   16298: 
                   16299:    'New Broadcast Message'
                   16300: => '新的广播信息',
1.41      bisitz   16301: 
1.22      zhu      16302:    'Send a broadcast message to members of this Course and/or other users.'
                   16303: => '发送广播信息给这门课程的成员和/或其他用户。',
1.41      bisitz   16304: 
1.22      zhu      16305:    'New Messages from File'
                   16306: => '从文件生成新邮件',
                   16307: 
                   16308:    'Send copy to permanent e-mail address (if known)'
1.41      bisitz   16309: => '发送一份副本给外部电子邮件(如果有的话)',
1.19      zhu      16310: 
1.22      zhu      16311:    'Require return receipt?'
                   16312: => '回执确认?',
1.18      zhu      16313: 
1.26      zhu      16314:    'Message Administration'
                   16315: => '邮件管理',
                   16316: 
                   16317:    'Message Log for Selected Users'
                   16318: => '选定用户的邮件日志',
                   16319: 
1.28      zhu      16320:    'New Document'
                   16321: => '新文档',
                   16322: 
                   16323:   'Bcc: course members with current access'
                   16324: => '密送:当前访问的课程参加者',
                   16325: 
1.55      zhu      16326:    'Tools:'
                   16327: => '工具:',
                   16328: 
                   16329:    'Upload PDF Form'
                   16330: => '上传PDF格式文档',
                   16331: 
                   16332:    'Upload a PDF Form with filled Form Fields'
                   16333: => '上传带有填写表格字段的PDF格式文档',
                   16334: 
                   16335:    'Please choose a PDF-File.'
                   16336: => '请选择一个PDF文件。',
                   16337: 
                   16338:    "Can't find any valid PDF formfields."
                   16339: => '找不到任何有效的PDF格式文档 。',
                   16340: 
                   16341:    'Results of PDF Form problems'
                   16342: => 'PDF格式习题答案',
                   16343: 
1.56      zhu      16344:    'Published Documents'
                   16345: => '公开文件',
                   16346: 
1.63      zhu      16347: 
                   16348:    ''
                   16349: => '',
                   16350: 
                   16351: 
1.6       bisitz   16352: #SYNCMARKER
                   16353: );
                   16354: 
                   16355: 1;
                   16356: 

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