Diff for /loncom/localize/localize/zh.pm between versions 1.2 and 1.128

version 1.2, 2009/01/15 10:41:06 version 1.128, 2016/01/28 19:37:52
Line 1 Line 1
 # The LearningOnline Network with CAPA  # The LearningOnline Network with CAPA
 # Chinese Simplified Localization Lexicon  # Chinese Simplified Localization Lexicon
 #  #
 #    # $Id$
 #  #
 # Copyright Michigan State University Board of Trustees  # Copyright Michigan State University Board of Trustees
 #  #
 # This file is part of the LearningOnline Network with CAPA (LON-CAPA).  # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
 #  #
 # LON-CAPA is free software; you can redistribute it and/or modify  # LON-CAPA is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by  # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or  # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.  # (at your option) any later version.
 #  #
 # LON-CAPA is distributed in the hope that it will be useful,  # LON-CAPA is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.  # GNU General Public License for more details.
 #  #
 # You should have received a copy of the GNU General Public License  # You should have received a copy of the GNU General Public License
 # along with LON-CAPA; if not, write to the Free Software  # along with LON-CAPA; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #  #
 # /home/httpd/html/adm/gpl.txt  # /home/httpd/html/adm/gpl.txt
 #  #
 # http://www.lon-capa.org/  # http://www.lon-capa.org/
 #  #
 ######################################################################  ######################################################################
 ######################################################################  ######################################################################
   
   
 package Apache::localize::zh;  package Apache::localize::zh;
 use base qw(Apache::localize);  use base qw(Apache::localize);
   
 %Lexicon=('_AUTO' => 1,  %Lexicon=('_AUTO' => 1,
 'char_encoding'=> 'UTF-8',  'char_encoding'=> 'UTF-8',
 'language_code'=> 'zh',  'language_code'=> 'zh',
 'lang_locale' => 'zh-cn.utf8',  'lang_locale' => 'zh-cn.utf8',
 'date_locale'  =>  'date_locale'  =>
       '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds Uhr',        '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds',
 'date_months'  => '一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十一月,十二月',  'date_months'  => '一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十一月,十二月',
 #'date_months'  => 'Jan.,Feb.,März,April,Mai,Juni,Juli,Aug.,Sep.,Okt.,Nov.,Dez.',  'date_days'    => '星期日,星期一,星期二,星期三,星期四,星期五,星期六',
 'date_days'    => '星期日,星期一,星期二,星期三,星期四,星期五,星期六',  'date_am' => '上午',
 #'date_days'    => 'So.,Mo.,Di.,Mi.,Do.,Fr.,Sa.',  'date_pm' => '下午',
 'date_am' => '上午',  'htmlarea_lang' => 'zh-cn',
 #'date_am' => 'vormittags',  
 'date_pm' => '下午',     'Deutsch - UTF' # do not translate
 #'date_pm' => 'nachmittags',  => 'Deutsch - UTF',
 'textual_remote_display' => 'on',  
 'htmlarea_lang' => 'zh-cn',     'English - UTF' # do not translate
   => 'English - UTF',
    'Domain'  
 => '领域',     'Português - UTF' # do not translate
 #=> 'Domäne',  => 'Português - UTF',
   
    'Domain:'     'español (castellano) - UTF' # do not translate
 => '领域:',  => 'español (castellano) - UTF',
 #=> 'Domäne:',  
      'français - UTF' # do not translate
    'Server'  => 'français - UTF',
 => 'Server',  
      'türkçe - UTF' # do not translate
    'Server Load'  => 'türkçe - UTF',
 => 'Serverlast',  
      'Русский - UTF' # do not translate
    'User Load'  => 'Русский - UTF',
 => 'Nutzerlast',  
      'עברית - UTF' # do not translate
    'Help'  => 'עברית - UTF',
 => '帮助',  
 #=> 'Hilfe',     '日本語 - UTF' # do not translate
   => '日本語 - UTF',
    'Log in'  
 => '登录',     '简体中文 - UTF' # do not translate
 #=> 'Anmelden',  => '简体中文 - UTF',
   
    'Log-in to LON-CAPA'     'ﺍیﺭﺎﻧی - UTF' # do not translate
 => '登录 LON-CAPA',  => 'ﺍیﺭﺎﻧی - UTF',
 #=> 'In LON-CAPA anmelden',  
      'ﺎﻠﻋﺮﺒﻳﺓ - UTF' # do not translate
    'Username'  => 'ﺎﻠﻋﺮﺒﻳﺓ - UTF',
 => '用户名',  
 #=> 'Benutzerkennung',     'Swedish Chef - UTF'
   => 'Swedish Chef - UTF',
    'Password'  
 => '密码',     'Domain'
 #=> 'Passwort',  => '领域',
   
    'choose'     'Domain:'
 => 'wähle',  => '领域:',
   
    'enter'     'Server'
 => 'eingeben',  => '服务器',
   
    'view'     'Server Load'
 => 'betrachten',  => '服务器负载',
   
    'calendar'     'User Load'
 => 'Kalender',  => '用户负载',
   
    'prefer-'     'Help'
 => 'Präfe-',  => '帮助',
   
    'ences'     'Log in'
 => 'renzen',  => '登录',
   
    'role'     'Log-in to LON-CAPA'
 => 'Rolle',  => '登录 LON-CAPA',
   
    'course'     'Username'
 => 'Kurs',  => '用户名',
   
    'Course'     'Password'
 => 'Kurs',  => '密码',
   
    'Section/Group'     'choose'
 => 'Sektion/Gruppe',  => '选择',
   
    'today'     'enter'
 => 'heute',  => '进入',
   
    'last week'     'view'
 => 'letzte Woche',  => 'view',
   
    'last month'     'calendar'
 => 'letzten Monat',  => '日历',
   
    'last three months'     'prefer-'
 => 'letzte drei Monate',  => 'prefer-',
   
    'last six months'     'ences'
 => 'letzte sechs Monate',  => 'ences',
   
    'last year'     'role'
 => 'letztes Jahr',  => '角色',
   
    'Submit'     'course'
 => 'Abschicken',  => '课程',
   
    'Rename'     'Course'
 => '重命名',  => '课程',
 #=> 'Umbenennen',  
      'Section/Group'
    'Save'  => '科/组',
 => '保存',  
 #=> 'Speichern',     'today'
   => '今日',
    'Save All'  
 => '保存',     'last week'
 #=> 'Alles speichern',  => '上周',
   
    'Done'     'last month'
 => 'Fertig',  => '上个月',
   
    'Select User'     'last three months'
 => '选择用户',  => '过去3个月',
 #=> 'Benutzer auswählen',  
      'last six months'
    'Select Course'  => '过去6个月',
 => '选择课程',  
 #=> 'Kurs auswählen',     'last year'
   => '去年',
    'Changes will become active for your current session after'  
 => 'Änderungen werden für Ihre derzeitige Sitzung aktiv, nachdem Sie',     'Submit'
   => '提交',
    're-initializing course'  
 => 'Kurs neu initialisieren',     'Rename'
   => '重命名',
    ', or the next time you log in.'  
 => 'haben, oder wenn Sie sich das nächste Mal anmelden.',     'Save'
   => '保存',
    'Uploaded Document'  
 => 'Hochgeladenes Dokument',     'Save All'
   => '全部保存',
    'No content modifications yet.'  
 => 'Noch keine Inhaltsänderungen.',     'Done'
   => '完成',
    'Part is not open to be viewed. It'  
 => 'Aufgabenteil nicht verfügbar. Er',     'Select User'
   => '选择用户',
    'Unable to determine if this resource is open due to network problems. Please try again later.'  
 => 'Aufgrund von Netzwerkproblemen kann nicht festgestellt werden, ob diese Ressource verfügbar ist. Bitte versuchen Sie es später noch einmal.',     'Select Course'
   => '选择课程',
    'Note: it can take up to 10 minutes for changes to take effect for all users.'  
 => 'Beachten Sie, dass es bis zu 10 Minuten dauern kann, bis Änderungen für alle Benutzer aktiv werden.',     'Changes will become active for your current session after'
   => 'Changes will become active for your current session after',
    'Language'  
 => '语言',     're-initializing course'
 #=> 'Sprache',  => '课程重新初始化',
   
    'Notes'     ', or the next time you log in.'
 => 'Notizen',  => ',或在您下次登录。',
   
    'Abstract'     'Uploaded Document'
 => 'Kurzbeschreibung',  => '上传文件',
    
    'Create a user or modify the roles and privileges of a user'     'No content modifications yet.'
 # => 'Benutzeraccounts erstellen oder Benutzerrollen und -priviligien ändern',  => '还没有修改任何内容。',
 => 'Benutzeraccounts und Rechte verwalten',  
      'Part is not open to be viewed. It'
    'View course assessment statistics'  => 'Part is not open to be viewed. It',
 => '查看课程评估统计', #??? [SB 20.10.2006]  
 #=> 'Aufgabenstatistiken', #??? [SB 20.10.2006]     'Unable to determine if this resource is open due to network problems. Please try again later.'
   => 'Unable to determine if this resource is open due to network problems. Please try again later.',
   
    'Set deadlines and other assessment parameters, as well as modify course environment'     'Note: it can take up to 10 minutes for changes to take effect for all users.'
 => 'Setzen von Deadlines und anderen Parametern zur Beurteilung sowie Ändern der Kursumgebung',  => '注意:所有用户更改生效可能需要10分钟。',
   
    'New Folder'     'Language'
 => '新建文件夹',  => '语言',
 #=> 'Neues Verzeichnis',  
      'Notes'
    'Simple Page'  => '注释',
 => '简单的页面',  
 #=> 'Einfache Seite',     'Abstract'
   => '摘要',
    'Simple Problem'  
 => '简单的问题',     'Create a user or modify the roles and privileges of a user'
 #=> 'Einfache Aufgabe',  => '创建或修改用户的角色和权限',
   
    'Upload Document'     'View course assessment statistics'
 => '上传文件',  => '查看课程评估统计',
 #=> 'Dokument hochladen',  
      'Set deadlines and other assessment parameters, as well as modify course environment'
    'Search'  => '设置最后期限和其他评估参数,以及修改课程环境',
 => '搜索',  
 #=> 'Suchen',     'New Folder'
   => '新建文件夹',
    'Import'  
 => '导入',     'Simple Page'
 #=> 'Importieren',  => '简单的页面',
   
    'Main Course Documents'     'Simple Problem'
 => '主要课程文件',  => '简单的问题',
 #=> 'Haupt-Kursdokumente',  
      'Upload Document'
    'Supplemental Course Documents'  => '上传文件',
 => '附加的课程文件',  
 #=> 'Zusätzliche Kursdokumente',     'Search'
   => '搜索',
    'Bulletin Board'  
 => '公告板',     'Import'
 #=> 'Schwarzes Brett',  => '导入',
   
    'Special Documents'     'Main Course Documents'
 => '特别文件',  => '主要课程文件',
 #=> 'Spezielle Dokumente',  
      'Supplemental Course Documents'
    'Special documents'  => '附加的课程文件',
 => '特别文件',  
 #=> 'Spezielle Dokumente',     'Discussion Board'
   => '公告板',
    'create'  
 => 'erstelle',     'Published Resources'
   => '发布的资源',
    'grades'  
 => 'Bewertungen',     'Special Documents'
   => '特别文件',
    'commu-'  
 => 'Kommu-',     'Special documents'
   => '特别文件',
    'nication'  
 => 'nikation',     'Document'
   => '文件',
    'enroll'  
 => 'Kurs belegen',     'Settings'
   => '设置',
    'navigate'  
 => 'Inhalts-',     'create'
   => '创建',
    'contents'  
 => 'verzeich',     'grades'
   => '评估',
    'Navigate Contents'  
 => '浏览目录',     'commu-'
 #=> 'Inhaltsverzeichnis',  => 'commu-',
   
    'Announcements and Calendar'     'nication'
 => '注意事项和日历',  => 'nication',
 #=> 'Bekanntmachungen und Kalender',  
      'enroll'
    'Author'  => '记录',
 => 'Autor',  
      'navigate'
    'Change Your Preferences'  => '目录',
 => 'Ändern Ihrer Benutzerpräferenzen',  
      'contents'
    'Choose the user role'  => '导航',
 => '更换用户角色',  
 #=> 'Benutzerrolle wechseln',     'Navigate Contents'
   => '浏览目录',
    'Co-Author'  
 => 'Co-Autor',     'Announcements and Calendar'
   => '注意事项和日历',
    'Communication and Messages'  
 => 'Kommunikation und Nachrichten',     'Author'
   => '作者',
    'Course Coordinator'  
 => '课程组织者',     'Change Your Preferences'
 #=> 'Kurs-Koordinator',  => '更改用户首选项',
   
    'Course Statistics and Charts'     'Choose the user role'
 => 'Kursstatistiken und Notenübersicht',  => '更换用户角色',
   
    'Course announcements and my calendar'     'Co-Author'
 #=> 'Kurs-Bekanntmachungen und mein Kalender',  => '合著者',
 => '注意事项和日历',  
 #=> 'Bekanntmachungen und Kalender',     'Co-Author [_1]'
   => '合著者 [_1]',
    'Course Announcements'  
 => 'Kurs-Bekanntmachungen',     'Communication and Messages'
   => '通信与信息',
    'Create Users, Change User Privileges'  
 # => 'Erstellen neuer Benutzeraccounts, ändern von Benutzerprivilegien',     'Course Coordinator'
   => 'Benutzeraccounts und Rechte verwalten',  => '课程组织者',
   
    'Domain Coordinator'     'Course Statistics and Charts'
 => 'Domänen-Koordinator',  => '课程统计和图表',
   
    'Enrollment Manager'     'Course announcements and my calendar'
 => 'Kursbelegungs-Verwaltung',  => '注意事项和日历',
   
    'Enter grades from check-out assessment resources'     'Course Announcements'
 => 'Eingeben von Bewertungen für Beurteilungs-Ressourcen', #??? [SB 20.10.2006]  => '课程公告',
   
    'Exam Proctor'     'Create Users, Change User Privileges'
 => 'Klausuraufsichtspersonal',  => 'Create Users, Change User Privileges',
   
    'Exit LON-CAPA'     'Domain Coordinator'
 => '退出',  => 'Domain Coordinator',
 #=> 'Abmelden',  
      'Enrollment Manager'
    'Grades Spreadsheet'  => 'Enrollment Manager',
 => 'Beurteilungsbogen mit Bewertungen',  
      'Enter grades from check-out assessment resources'
    'Grading'  => 'Enter grades from check-out assessment resources',
 => 'Bewertung',  
      'Exam Proctor'
    'Instructor'  => '监考人员',
 => 'Dozent',  
      'Exit LON-CAPA'
    'Launch Remote Control'  => '退出',
 => '激活远程控制',  
 #=> 'Fernbedienung aktivieren',     'Grades Spreadsheet'
   => '等级表',
    'Main Menu'  
 => '主菜单',     'Grading'
 #=> 'Hauptmenü',  => '评估',
   
    'Navigate Course Contents'     'Instructor'
 => '浏览目录',  => '讲师',
 #=> 'Inhaltsverzeichnis',  
      'Launch Remote Control'
    'No Role, Cumulative Privileges'  => '激活远程控制',
 => 'Keine Rolle, kumulative Privilegien',  
      'Main Menu'
    'Return to Last Location'  => '主菜单',
 => '回到最后的位置',  
 #=> 'Zurück zum zuletzt verwendeten Kursdokument',     'Navigate Course Contents'
   => '浏览目录',
    'Send and receive messages'  
 # => 'Verschicken und Empfangen von Nachrichten',     'No Role, Cumulative Privileges'
 # => 'Interne Nachrichten verwalten',  => '没有角色,增加特权',
 =>'发送和接收邮件',  
 #=> 'Kommunikation und Nachrichten',     'Return to Last Location'
   => '回到最后的位置',
    'Set my user preferences'  
 => '用户设置',     'Send and receive messages'
 #=> 'Benutzereinstellungen',  =>'发送和接收邮件',
   
    'Student'     'Send and Receive Messages'
 => '学生',  =>'发送和接收邮件',
 #=> 'Studierender',  
      'Set my user preferences'
    'Student: '  => '用户设置',
 => '学生:',  
 #=> 'Studierender: ',     'Student'
   => '学生',
    'Switch to another user role'  
 # => 'Andere Benutzerrolle wählen',     'Student: '
 => '更换用户角色',  => '学生:',
 #=> 'Benutzerrolle wechseln',  
      'Switch to another user role'
    'Teaching Assistant'  => '更换用户角色',
 => 'Tutor',  
      'Teaching Assistant'
    'Use or edit my bookmark collection'  => '教学助理',
 # => 'Meine Lesezeichen-Sammlung verwenden oder editieren',  
 => '书签收藏',     'Use or edit my bookmark collection'
 #=> 'Lesezeichen-Sammlung',  => '书签收藏',
   
    'User Roles'     'User Roles'
 => '用户角色',  => '用户角色',
 #=> 'Benutzerrollen',  
      'Calculate course grades (Spreadsheet)'
    'Calculate course grades (Spreadsheet)'  => 'Calculate course grades (Spreadsheet)',
 => 'Bewertungen berechnen (Beurteilungsbogen)',  
      'Enter the chat room for the course'
    'Enter the chatroom for the course'  => '课程聊天室',
 => '课程聊天室',  
 #=> 'Kurs-Chatroom',     'Navigate the table of contents for this course'
   => '课程目录',
    'Navigate the table of contents for this course'  
 => '课程目录',     'Syllabus'
 #=> 'Inhaltsverzeichnis des Kurses',  => '课程表',
   
    'Syllabus'     'Course syllabus'
 => '课程表',  => '课程教学大纲',
 #=> 'Kursüberblick',  
      'View the course assessment progress chart'
    'Course syllabus'  => '察看课程评估进展图表',
 => '课程教学大纲',  
 #=> 'Kursüberblick',     'Class Hours'
   => '课时',
    'View the course assessment progress chart'  
 => '察看课程评估进展图表',     'Coursepack'
 #=> 'Aufgabenfortschritt des Kurses',  => '课外书',
   
    'Class Hours'     'Current Month'
 => 'Vorlesungstermine',  => '这个月',
   
    'Course Description'     'Deadlines'
 => 'Kurstitel',  => '截止日期',
   
    'Coursepack'     'Grading Information'
 => 'Kurspaket',  => '评估信息',
   
    'Current Month'     'Helproom Hours'
 => '这个月',  => '帮助',
 #=> 'Dieser Monat',  
      'Instructor Information'
    'Deadlines'  => '讲师信息',
 => 'Fälligkeitsdaten',  
      'Next Month'
    'Grading Information'  => '下个月',
 => 'Informationen zur Bewertung',  
      'Office Hours'
    'Helproom Hours'  => '办公时间',
 => '帮助',  
 #=> 'Hilfe',     'Prerequisites'
   => '必要条件',
    'Instructor Information'  
 => 'Information über den Dozenten',     'Previous Month'
   => '上个月',
    'Next Month'  
 => '下个月',     'Readings'
 #=> 'Nächster Monat',  => '材料',
   
    'Office Hours'     'Mon'
 => 'Sprechstunden',  => '星期一',
   
    'Prerequisites'    'Tue'
 => 'Voraussetzungen',  => '星期二',
   
    'Previous Month'     'Wed'
 => '上个月',  => '星期三',
 #=> 'Vorheriger Monat',  
      'Thu'
    'Readings'  => '星期四',
 => 'Material',  
      'Fri'
    'Mon'  => '星期五',
 => '星期一',  
 #=> 'Mo',     'Sat'
   => '星期六',
   'Tue'  
 => '星期二',     'Sun'
 #=> 'Di',  => '星期日',
   
    'Wed'     'January'
 => '星期三',  => '一月',
 #=> 'Mi',  
      'February'
    'Thu'  => '二月',
 => '星期四',  
 #=> 'Do',     'March'
   => '三月',
    'Fri'  
 => '星期五',     'April'
 #=> 'Fr',  => '四月',
   
    'Sat'     'May'
 => '星期六',  => '五月',
 #=> 'Sa',  
      'June'
    'Sun'  => '六月',
 => '星期日',  
 #=> 'So',     'July'
   => '七月',
    'January'  
 => '一月',     'August'
 #=> 'Januar',  => '八月',
   
    'February'     'September'
 => '二月',  => '九月',
 #=> 'Februar',  
      'October'
    'March'  => '十月',
 => '三月',  
 #=> 'März',     'November'
   => '十一月',
    'April'  
 => '四月',     'December'
 #=> 'April',  => '十二月',
   
    'May'     'Textbook'
 => '五月',  => '教材',
 #=> 'Mai',  
       'Web Links'
    'June'  => '网站链接',
 => '六月',  
 #=> 'Juni',     'Drop/Add students in this course'
   => '在该课程移除/添加学生',
    'July'  
 => '七月',     'A score has been assigned.'
 #=> 'Juli',  => 'A score has been assigned.',
   
    'August'     'Some parts were not submitted.'
 => '八月',  => 'Some parts were not submitted.',
 #=> 'August',  
      'Due'
    'September'  => 'Due',
 => '九月',  
 #=> 'September',     'The filetype extension of the file you uploaded is not allowed.'
   => 'The filetype extension of the file you uploaded is not allowed.',
    'October'  
 => '十月',     'Units incorrect.'
 #=> 'Oktober',  => '单位不正确的。',
   
    'November'     'Only a number required.'
 => '十一月',  => '只允许一个数字。Only a number required.',
 #=> 'November',  
      'Units required'
    'December'  => '要求单位',
 => '十二月',  
 #=> 'Dezember',     'Tries'
   => '尝试',
    'Textbook'  
 => 'Bücherliste',     'Submit Answer'
   => '提交答案',
     'Web Links'  
 => 'Weblinks',     'Prepare a printable document'
   => '打印',
    'Drop/Add students in this course'  
 => 'Kursbelegungen verwalten',     'Go To My First Homework Problem'
   => '转到我的第一次作业问题',
    'A score has been assigned.'  
 => 'Bewertung wurde zugewiesen', # ???     'Cancel'
   => '取消',
    'Some parts were not submitted.'  
 => 'Einige Aufgabenteile sind nicht bearbeitet worden.',     'Discussions'
   => '讨论',
    'Due'  
 => 'Fällig',     'New discussion since'
   => 'New discussion since',
    'The filetype extension of the file you uploaded is not allowed.'  
 => 'Die Endung der von Ihnen eingereichten Datei ist nicht erlaubt.',     'New message (click to open)'
   => '新邮件 (点击查看)',
    'Units incorrect.'  
 => 'Einheit inkorrekt.',     'Close all folders'
   => '关闭所有文件夹',
    'Only a number required.'  
 => 'Als Eingabe ist nur eine Zahl zulässig.',     'Open all folders'
   => '打开所有文件夹',
    'Units required'  
 => 'Einheiten erwartet',     'Goodbye'
   => '再见',
    'Tries'  
 => 'Versuche',     'Select'
   => '选择',
    'Submit Answer'  
 => 'Antwort einreichen',     'Re-Initialize'
   => '重新初始化',
    'Prepare a printable document'  
 => '打印', # long version: 'Druckbares Dokument erstellen',     'Currently selected.'
 #=> 'Drucken', # long version: 'Druckbares Dokument erstellen',  => '目前选定的。',
   
      'Switch Server'
    'Go To My First Homework Problem'  => '选择服务器',
 => 'Gehe zur ersten Übungsaufgabe',  
      'system wide'
    'Cancel'  => '全系统的',
 => 'Abbrechen',  
 #=> 'Abbrechen',     'Currently not available'
   => '目前无法使用',
    'Discussions'  
 => 'Diskussionen',     'No role specified'
   => '没有具体的角色',
    'New discussion since'  
 => 'Neue Diskussion seit',     'Remark'
   => '注释',
    'New message (click to open)'  
 => 'Neue Nachricht (zum Anzeigen klicken)',     'Extent'
   => '领域',
    'Close all folders'  
 => 'Alle Verzeichnisse schließen',     'Current Privileges'
   => '当前权限',
    'Open all folders'  
 => 'Alle Verzeichnisse öffnen',     'User Role'
   => '用户角色',
    'Goodbye'  
 => 'Auf Wiedersehen',     'Start'
   => '开始',
    'Select'  
 => '选择',     'End'
 # =>'Auswählen',  => '结束',
   
    'Re-Initialize'     'System'
 => 'Neu initialisieren',  => '系统',
   
    'Currently selected.'     'Display'
 => 'Derzeit ausgewählt.',  => '显示',
   
    'Switch Server'     'Display:'
 => 'Server wechseln',  => '显示:',
   
    'system wide'     'Do not display'
 => 'netzwerkweit', # 'systemweit'  => '不显示',
   
    'Currently not available'     "an unknown date"
 => 'Derzeit nicht verfügbar',  => '日期不详', # !
   
    'No role specified'     "an indeterminate date"
 => 'Keine bestimmte Rolle',  => '无限期',
   
    'Remark'     'will open on [_1]'
 => 'Bemerkung',  => '开放于 [_1]',
   
    'Extent'     'is due at [_1]'
 => 'Bereich',  => 'is due at [_1]',
   
    'Current Privileges'     'was due on [_1], and answers will be available on [_2]'
 => 'Derzeitige Berechtigungen',  => 'was due on [_1], and answers will be available on [_2]',
   
    'User Role'     'is closed but you are allowed to view it'
 => '用户角色',  => "is closed but you are allowed to view it",
 #=> 'Benutzerrolle',  
      "Undid changes, Switched [_1] and [_2]"
    'Start'  => "Undid changes, Switched [_1] and [_2]",
 => 'Anfang',  
      "Unable to undo, unable to switch [_1] and [_2]"
    'End'  => "Unable to undo, unable to switch [_1] and [_2]",
 => 'Ende',  
      "Unable to make backup [_1]"
    'System'  => "Unable to make backup [_1]",
 => 'System',  
      "Saving Modifications to [_1]"
    'Display'  => "Saving Modifications to [_1]",
 => 'Anzeigen',  
      "Unable to write to [_1]"
    'Display:'  => "Unable to write to [_1]",
 => 'Anzeigen:',  
      "Analyzing a problem"
    'Do not display'  => "Analyzing a problem",
 => 'Nicht anzeigen',  
      "EditXML"
    "an unknown date"  => "EditXML",
 => ': unbekannter Zeitpunkt', # !  
      'Discard Edits and View'
    "an indeterminate date"  => 'Discard Edits and View',
 => 'unbestimmter Zeitpunkt',  
      'Submit Changes'
    "will open on"  => 'Submit Changes',
 => "wird verfügbar sein am",  
      'Submit Changes and View'
    "is due at"  => 'Submit Changes and View',
 => "ist fällig am",  
      'Edit'
    "was due on"  => '编辑',
 => "war fällig am",  
      ', select a template from the pull-down menu below'
    'is closed but you are allowed to view it'  => ', select a template from the pull-down menu below',
 => "ist geschlossen, kann aber von Ihnen betrachtet werden",  
      'undo'
    "Undid changes, Switched [_1] and [_2]"  => 'undo',
 => "Änderungen rückgängig gemacht. [_1] und [_2] wurden ausgetauscht.",  
      'Answer'
    "Unable to undo, unable to switch [_1] and [_2]"  => 'Answer',
 => "Änderungen konnten nicht rückgängig gemacht werden. [_1] und [_2] konnten nicht ausgetauscht werden.",  
      'Frequency'
    "Unable to make backup [_1]"  => 'Frequency',
 => "Konnte keine Sicherheitsdatei in [_1] erstellen!",  
      'You did not select a template.'
    "Saving Modifications to [_1]"  => 'You did not select a template.',
 => "Speichere Änderungen in [_1]",  
      'Analyze Progress'
    "Unable to write to [_1]"  => 'Analyze Progress',
 => "Konnte Änderungen nicht in [_1] speichern!",  
      'Getting Problem Variants'
    "Analyzing a problem"  => 'Getting Problem Variants',
 => "Analysiere Aufgabe",  
      'last problem'
    "EditXML"  => 'last problem',
 => "XML-Editor",  
      "may open later."
    'Discard Edits and View'  => 'may open later.',
 => 'Änderungen verwerfen und betrachten',  
      "Select a"
    'Submit Changes'  => "Select a",
 => 'Speichern und weiterbearbeiten', # 'Änderungen speichern',  
      'Part'
    'Submit Changes and View'  => '部分',
 => 'Speichern und betrachten',  
      "Then"
    'Edit'  => 'Then',
 => '编辑',  
 #=> 'Editor',     'is in under construction'
   => 'is in under construction',
    ', select a template from the pull-down menu below'  
 => 'wählen Sie eine Vorlage aus dem unterstehenden Auswahlmenü',     'List of possible answers'
   => 'List of possible answers',
    'undo'  
 => 'Rückgängig machen',     'Response [_1] is not analyzable at this time'  #    'is not analyzable at this time'
   => 'Response [_1] is not analyzable at this time',  #   '目前没有可分析性',
    'Answer'  
 => 'Antwort',     'Title'
   => '标题',
    'Frequency'  
 => 'Häufigkeit',     'Path'
   => 'Path',
    'You did not select a template.'  
 => 'Sie haben keine Vorlage ausgewählt.',     'New Search'
   => '重新搜索',
    'Analyze Progress'  
 => 'Fortschritt analysieren',     'Go Back'
   => '后退',
    'Getting Problem Variants'  
 => 'Berechne Aufgabenvariationen',     'Go back'
   => '后退',
    'last problem'  
 => 'letzte Aufgabe',     'File'
   => '文件',
    "may open later."  
 => 'könnte zu einem späteren Zeitpunkt verfügbar werden.',     'Date'
   => '日期',
    ', and answers will be available on'  
 => ', Antworten werden verfügbar sein am',     'You have no unread messages'
   => '您没有未读邮件',
    "Select a"  
 => "Wählen Sie",     'New Message'
   => '新邮件',
    'Unable to find'  
 => 'Konnte nicht gefunden werden',     'New Messages'
   => '新邮件',
    'Part'  
 => 'Aufgabenteil',     'View All Messages'
   => '查看所有邮件',
    "Then"  
 => 'Dann',     'Map'
   => '课程内容',
    'is in under construction'  
 => 'ist in Arbeit',     'Page'
   => '页',
    'List of possible answers'  
 => 'Liste von möglichen Antworten',     'Page:'
   => '页:',
    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'  
 => 'Keine analysierbaren Aufgabenteile gefunden.  Derzeit werden nur numerische Ausdrücke, Formeln und Strings als Antworttypen unterstützt.',     'Sequence'
   => '顺序',
    'is not analyzable at this time'  
 => 'ist derzeit nicht analysierbar',     'Map contents are not shown in order.'
   => '课程内容不排序显示。',
    'Title'  
 => '标题',     'Empty'
 #=> 'Titel',  => '空的',
   
    'Path'     'File [_1] could not be copied.'
 => 'Pfad',  => '文件 [_1] 无法复制。',
   
    'New Search'     'Back to Directory'
 => 'Neue Suche',  => '返回文件夹',
   
    'Go Back'     'No upload file specified.'
 => '后退',  => '没有上传指定的文件。',
 #=> 'Zurück',  
      'The target is an existing directory.'
    'Go back'  => '目标在一个现有的目录中。',
 => '后退',  
 #=> 'Zurück',     'Please use browser "Back" button and pick a filename'
   => 'Please use browser "Back" button and pick a filename',
    'File'  
 => '文件',     "You do not have authoring privileges for this resource"
 #=> 'Datei',  => "You do not have authoring privileges for this resource",
   
    'Date'     'Copying file'
 => '日期',  => '复制文件',
 #=> 'Datum',  
      'No write permission to user directory, FAIL'
    'You have no unread messages'  => '没有权限写入这个目录。中断',
 => 'Sie haben keine ungelesenen Nachrichten',  
      'Actions'
    'New Messages'  => '动作', # '行动',
 => 'Neue Nachrichten',  
      'Name'
    'View All Messages'  => '名字',
 => 'Alle Nachrichten',  
      'Status'
    'Map'  => '状态',
 => 'Inhaltszusammenstellung',  
      'Last Modified'
    'Page'  => '最后修改',
 => 'Seite',  
      'Yes'
    'Sequence'  => '是',
 => 'Sequenz',  
      'Authoring Space Directory'
    'Map contents are not shown in order.'  => 'Authoring Space Directory', # '建设目录',
 => 'Inhaltszusammenstellungs-Inhalte werden nicht sortiert angezeigt.',  
      'Contact [_1] for access.'
    'Empty'  => '获取 [_1] 联系。',
 => 'Leer',  
      'Please log into [_1] to edit.'
    'File [_1] could not be copied.'  => '请登入 [_1] 进行修改。',
 => 'Die Datei [_1] konnte nicht kopiert werden.',  
      'Save uploaded file as [_1]'
    'Back to Directory'  => '保存上传的文件为 [_1]',
 => 'Zurück zum Verzeichnis',  
      'Searching'
    'No upload file specified.'  => '搜索',
 => 'Es wurde keine Datei zum Hochladen angegeben.',  
      'Searching ...'
    'The target is an existing directory.'  => '搜索...',
 => 'Die Zieldatei ist ein existierendes Verzeichnis.',  
      'Owner:Domain'
    'Please use browser "Back" button and pick a filename'  => '所有者:域',
 => 'Bitte benutzen Sie "Zurück" in Ihrem Webbrowser und geben Sie einen Dateinamen an',  
      'Owner/Co-owner(s)'
    "You do not have authoring privileges for this resource"  => '所有者/合伙人',
 => "Sie haben für diese Ressource keine Schreibberechtigung!",  
      'Select the Authoring Space'
    'Copying file'  => 'Select the Authoring Space', # '选择建设领域',
 => 'Kopiere Datei',  
      'It is recommended that you use an up-to-date virus scanner before handling this file.'
    'No write permission to user directory, FAIL'  => 'It is recommended that you use an up-to-date virus scanner before handling this file.',
 => 'Keine Schreibberechtigung für dieses Verzeichnis. Abbruch',  
      'not displayed'
    'Actions'  => '不显示',
 => 'Aktionen',  
      "Open, no due date"
    'Name'  => "开放的,没有截止日期",
 => 'Name',  
      "Uncompleted Homework"
    'Status'  => "未完成家庭作业",
 => 'Status',  
      "Show Only Uncompleted Homework"
    'Last Modified'  => "只显示未完成家庭作业",
 => 'Letzte Änderung',  
      "All homework is currently completed."
    'Yes'  => "目前所有完成的功课。",
 => 'Ja',  
      'This course is empty.'
    'Construction Space Directory'  => '这课程是空的。',
 => 'Konstruktionsbereich-Verzeichnis',  
      'Coursemap undefined.'
    'Contact [_1] for access.'  => '课程内容没有定义。',
 => 'Kontaktieren Sie [_1], um Zugriff zu erhalten.',  
      "Was due"
    'Please log into [_1] to edit.'  => "截止于",
 => 'Bitte melden Sie sich in der Domäne [_1] an, um Zugriff zu erhalten.',  
      "Answer available"
    'Save uploaded file as [_1]'  => "答案可用",
 => 'Hochgeladene Datei speichern unter [_1]',  
      "Excused by instructor"
    'Searching'  => "由讲师通过",
 => 'Suche',  
      "Answer submitted, not yet graded"
    'Searching ...'  => "提交答案,尚未评分",
 => 'Suche...',  
      "No due date"
    'Owner:Domain'  => "没有截止日期",
 => 'Eigentümer:Domäne',  
      'never'
    'Owner/Co-owner(s)'  => '从来不',
 => '(Co-)Eigentümer',  
      'Answer submitted'
    'Select the Construction Space'  => '提交答案',
 => 'Wählen Sie den Konstruktionsbereich',  
      '[_1] of [_2] tries used'
    'It is recommended that you use an up-to-date virus scanner before handling this file.'  => '[_1] 的 [_2] 尝试使用',
 => 'Es wird grundsätzlich empfohlen, einen aktuellen Virenscanner zu benutzen, bevor Sie diese Datei verwenden.',  
      'Processing'
    'not displayed'  => '数据处理',
 => 'nicht angezeigt',  
      'Access and Usage Statistics'
    "Open, no due date"  => '访问和使用统计',
 => "Verfügbar, kein Fälligkeitsdatum",  
      'Evaluation Comments'
    "Uncompleted Homework"  => '评价评论',
 => "Unerledigte Übungsaufgaben",  
      'Evaluation Data'
    "Show Only Uncompleted Homework"  => '评价数据',
 => "Zeige nur unerledigte Übungsaufgaben",  
      'Server Administration'
    "All homework is currently completed."  => '服务器管理',
 => "Derzeit sind alle Übungsaufgaben erledigt.",  
      'System Administration'
    'This course is empty.'  => '系统管理',
 => 'Dieser Kurs ist leer.',  
      'Users with Roles Assigned by'
    'Coursemap undefined.'  => 'Users with Roles Assigned by',
 => 'Inhaltszusammenstellung des Kurses ist nicht definiert.',  
      'Name starting with'
    "Was due"  => '从开头',
 => "War fällig am",  
      'This resource has been marked obsolete by the author(s)'
    "Answer available"  => 'This resource has been marked obsolete by the author(s)',
 => "Antwort verfügbar",  
      'Upload'
    "Excused by instructor"  => '上传',
 => "Vom Dozenten erlassen",  
      'Uploaded'
    "Answer submitted, not yet graded"  => '已上传',
 => "Antwort eingereicht, noch nicht bewertet",  
      'Dynamic Metadata'
    "No due date"  => '动态数据',
 => "Kein Fälligkeitsdatum",  
      'View file'
    'never'  => '查看文件',
 => 'niemals',  
      'Illegal filename.'
    'Answer submitted'  => '无效的文件名。',
 => 'Antwort eingereicht',  
      'Rule'
    '[_1] of [_2] tries used'  => '规则',
 => '[_1] von [_2] Versuchen verbraucht',  
      'Back to Source Directory'
    'Processing'  => '回到源目录',
 => 'Wird verarbeitet',  
      'Back to Source'
    'Access and Usage Statistics'  => '回到源文件',
 => 'Zugriffs- und Nutzungsstatistiken',  
      'Back to Resource'
    'Evaluation Comments'  => 'Back to Resource', # '回到资源',
 => 'Evaluierungskommentare',  
      'File copied.'
    'Evaluation Data'  => '档案复制。',
 => 'Evaluierungsdaten',  
      'FAIL'
    'Server Administration'  => '中断',
 => 'Serververwaltung',  
      'Back to [_1]'
    'System Administration'  => '回到 [_1]',
 => 'Systemverwaltung',  
      'untitled'
    'aboutlon.gif'  => '无标题',
 => 'aboutlon.gif',  
      'The extension on this file, [_1], is reserved internally by LON-CAPA.'
    'accessbutton.gif'  => 'The extension on this file, [_1], is reserved internally by LON-CAPA.',
 => 'accessbutton.gif',  
      'The extension on this file is reserved internally by LON-CAPA.'
    'userauthentication.gif'  => 'The extension on this file is reserved internally by LON-CAPA.',
 => 'userauthentication.gif',  
      'The extension on this file, [_1], is not recognized by LON-CAPA.'
    'Users with Roles Assigned by'  => 'The extension on this file, [_1], is not recognized by LON-CAPA.',
 => 'Benutzer, deren Rollen vergeben wurden von',  
      'The extension on this file is not recognized by LON-CAPA.'
    'Name starting with'  => 'The extension on this file is not recognized by LON-CAPA.',
 => 'Name beginnt mit',  
      'Please change the extension.'
    'This resource has been marked obsolete by the author(s)'  => 'Please change the extension.',
 => 'Dieses Ressource wurde vom Autor bzw. von den Autoren als überholt gekennzeichnet',  
      'Became this version on ...'
    'Uploaded'  => 'Became this version on ...',
 => 'Hochgeladen',  
      'Browse published resources'
    'Dynamic Metadata'  => '发布资源',
 => 'Dynamische Metadaten',  
      'Choose the course to work on'
    'View file'  => '选择您想要选的课程',
 => 'Datei betrachten',  
      'Create a new course'
    'Illegal filename.'  => '创建课程',
 => 'Ungültiger Dateiname.',  
      'Customized right of use ...'
    'Rule'  => 'Customized right of use ...',
 => 'Regel',  
      'Delete messages from discussion boards'
    'Back to Source Directory'  => 'Delete messages from discussion boards',
 => 'Zurück zum Quellverzeichnis',  
      'Domain only - use limited to courses in the domain'
    'Back to Source'  => 'Domain only - use limited to courses in the domain',
 => 'Zurück zur Quelldatei',  
      'Edit and view documents included in this course'
    'File copied.'  => '布置课程内容',
 => 'Datei kopiert.',  
      'Edit/Modify DOCS'
    'FAIL'  => '布置课程内容',
 => 'Abbruch',  
      'Enter my Authoring Space'
    'Back to [_1]'  => 'Enter my Authoring Space',
 => 'Zurück zur Ressource [_1]',  
      'Failed to copy source'
    'untitled'  => 'Failed to copy source',
 => 'kein Titel',  
      'Failed to write metadata copy'
    'The extension on this file, [_1], is reserved internally by LON-CAPA.'  => 'Failed to write metadata copy',
 => 'Die Dateiendung [_1] ist LON-CAPA-intern reserviert.',  
      'Finalize Publication'
    'The extension on this file is reserved internally by LON-CAPA.'  => 'Finalize Publication',
 => 'Die Dateiendung ist LON-CAPA-intern reserviert.',  
      'Grant/revoke role of Co-Author'
    'The extension on this file, [_1], is not recognized by LON-CAPA.'  => 'Grant/revoke role of Co-Author',
 => 'Die Dateiendung [_1] ist LON-CAPA unbekannt.',  
      'Grant/revoke role of Domain Coordinator'
    'The extension on this file is not recognized by LON-CAPA.'  => 'Grant/revoke role of Domain Coordinator',
 => 'Die Dateiendung [_1] ist LON-CAPA unbekannt.',  
      'Grant/revoke role of Exam Proctor'
    'Please change the extension.'  => 'Grant/revoke role of Exam Proctor',
 => 'Bitte ändern Sie die Dateiendung.',  
      'Grant/revoke role of Instructor'
    'Became this version on ...'  => 'Grant/revoke role of Instructor',
 => 'Wurde diese Version am...',  
      'Grant/revoke role of Student'
    'Browse published resources'  => 'Grant/revoke role of Student',
 # => 'Veröffentlichte Dokumente betrachten',  
 => '发布资源',     'Grant/revoke role of Superuser'
 #=> 'Veröffentlichte Ressourcen',  => 'Grant/revoke role of Superuser',
   
    'Choose the course to work on'     'No previous versions published.'
 => 'Wählen Sie den Kurs, in dem Sie arbeiten wollen',  => 'No previous versions published.',
   
    'Create a new course'     'No write permission to'
 => '创建课程',  => 'No write permission to',
 #=> 'Kurse erstellen',  
      'Please pick a version to retrieve:'
   => 'Please pick a version to retrieve:',
    'Customized right of use ... '  
 => 'Spezielle Nutzungsrechte...',     'Private - visible to author only for testing purposes'
   => 'Private - visible to author only for testing purposes',
    'Delete messages from bulletin boards'  
 => 'Lösche Nachrichten vom Schwarzen Brett',  #   'Private Publication - did not synchronize database'
   #=> 'Private Publication - did not synchronize database',
    'Domain only - use limited to courses in the domain'  
 => 'Beschränkt auf Domäne - Nutzung begrenzt auf Kurse innerhalb dieser Domäne',     'Public - no authentication or authorization required for use'
   => 'Public - no authentication or authorization required for use',
    'Edit and view documents included in this course'  
 => '布置课程内容', # old: 'Kurs-Ressourcen bearbeiten'     'Retrieval of an old version will overwrite the file currently in Authoring Space.'
 #=> 'Kursinhalt einrichten', # old: 'Kurs-Ressourcen bearbeiten'  => 'Retrieval of an old version will overwrite the file currently in Authoring Space.',
   
    'Edit/Modify DOCS'     'Retrieve selected Version'
 => '布置课程内容',  => 'Retrieve selected Version',
 #=> 'Kursinhalt einrichten',  
      'Retrieve previous version'
    'Enter my construction space'  => 'Retrieve previous version',
 # => 'Konstruktionsbereich aufrufen',  
 => 'Mein Konstruktionsbereich',     'Retrieve previous versions of [_1]'
   => 'Retrieve previous versions of [_1]',
    'Failed to copy source'  
 => 'Konnte Quelldatei nicht kopieren',     'Search the contents of this course'
   => '课程内容搜索',
    'Failed to write metadata copy'  
 => 'Konnte Metadaten nicht kopieren',     'Search the database of published resources and accessible portfolio files'
   => '搜索数据库资源和文件夹',
    'Finalize Publication'  
 => 'Veröffentlichung abschließen',     'Send broadcast and receipt-required email'
   => 'Send broadcast and receipt-required email',
    'Grant/revoke role of Co-Author'  
 => 'Vergebe/entziehe Co-Autorenrollen',     'Show Problem Completeness'
   => 'Show Problem Completeness',
    'Grant/revoke role of Domain Coordinator'  
 => 'Vergebe/entziehe Domänen-Koordinator-Rolle',     'Switch to another course'
   => 'Switch to another course',
    'Grant/revoke role of Exam Proctor'  
 => 'Vergebe/entziehe Rolle des Klausuraufsichtspersonals',     'System wide - can be used for any courses system wide'
   => '全系统-可用于全系统任何课程',
    'Grant/revoke role of Instructor'  
 => 'Vergebe/entziehe Rolle des Dozenten',     'The extension on this file'
   => 'The extension on this file',
    'Grant/revoke role of Student'  
 => 'Vergebe/entziehe Rolle von Studierenden',     'Unsupported character combination [_1] in filename, FAIL.'
   => 'Unsupported character combination [_1] in filename, FAIL.',
    'Grant/revoke role of Superuser'  
 => 'Vergebe/entziehe Rolle des Superusers',     'No valid extension found in filename, FAIL'
   => 'No valid extension found in filename, FAIL',
    'No previous versions published.'  
 => 'Es wurden keine vorhergehenden Versionen veröffentlicht.',     'Filename of resource contains internal version number. Cannot publish such resources, FAIL'
   => 'Filename of resource contains internal version number. Cannot publish such resources, FAIL',
    'No write permission to'  
 => 'Keine Schreibberechtigung für',     'No valid custom distribution rights file specified, FAIL'
   => 'No valid custom distribution rights file specified, FAIL',
    'Please pick a version to retrieve:'  
 => 'Bitte wählen Sie eine Version aus, die Sie wiederherstellen möchten:',     'Could not write metadata, FAIL'
   => 'Could not write metadata, FAIL',
    'Private - visible to author only for testing purposes'  
 => 'Privat - für den Autor nur zu Testzwecken sichtbar',     'View documents included in this course'
   => '附加的课程文件',
 #   'Private Publication - did not synchronize database'  
 #=> 'Private Veröffentlichung - nicht mit Datenbank synchronisiert',     'Additional Keywords'
   => '其他关键字',
    'Public - no authentication or authorization required for use'  
 => 'Öffentlich - keine LON-CAPA-Anmeldung zur Nutzung notwendig',     'Additional Metadata (non-standard, parameters, exports)'
   => '其他元数据 (没有标准化,参数,导出)',
    'Retrieval of an old version will overwrite the file currently in construction space.'  
 => 'Das Wiederherstellen einer alten Version überschreibt die derzeit im Konstruktionsbereich vorhandene Datei.',     'Author and Co-Author roles may not be available on servers other than your home server.'
   => '作者和共同作者的角色可能无法使用服务器上以外的其他家庭服务器。',
    'Retrieve previous versions of [_1]'  
 => 'Wiederherstellen vorheriger Versionen von [_1]',     'Author(s)'
   => '作者',
    'Retrieve version'  
 => 'Ausgewählte Version wiederherstellen',     'Average number of tries till solved'
   => '平均人数,尝试成功解答的',
    'Search the contents of this course'  
 => 'Kursinhalts-Suche',     'Browse Resources'
   => '浏览资源',
    'Search the database of published resources and accessible portfolio files'  
 => '搜索数据库资源和文件夹',     'Catalog Information'
 #=> 'Datenbank veröffentlichter Ressourcen und Portfolio-Dateien',  => '目录信息',
   
    'Send broadcast and receipt-required email'     'Collapse Remote Control'
 => 'Sende Broadcast-E-Mail mit Empfangsbestätigung',  => '禁用远程控制',
   
    'Show Problem Completeness'     'Authoring Space'
 => 'Zeige Aufgabenvollständigkeit',  => 'Authoring Space',
   
    'Switch to another course'     'Copied metadata'
 => 'Zu einem anderen Kurs wechseln',  => '复制元数据',
   
    'System wide - can be used for any courses system wide'     'Copied source file'
 # => 'Systemweit - kann für alle Kurse systemweit verwendet werden',  => '复制源文件',
 => 'Netzwerkweit - kann für alle Kurse im gesamten LON-CAPA-Netzwerk verwendet werden',  
      'Copyright/Distribution'
    'The extension on this file'  => '版权/权限',
 => 'Die Endung dieser Datei',  
      'Copyright/Distribution:'
    'Unsupported character combination [_1] in filename, FAIL.'  => '版权/权限:',
 => 'Ungültige Zeichenkombination [_1] im Dateinamen. Abbruch!',  
      'Course Documents'
    'No valid extension found in filename, FAIL'  => '课程文件',
 => 'Ungültige Dateinamen-Erweiterung. Abbruch!',  
      'Creation Date'
    'Cannot publish versioned resource, FAIL'  => '创建日期',
 => 'Versionierte Ressource kann nicht veröffentlicht werden. Abbruch!', # ???  
      'Custom Distribution File'
    'No valid custom distribution rights file specified, FAIL'  => '自定义文件访问权限',
 => 'Keine gültige Rechtedatei für spezille Nutzungsrechte angegeben. Abbruch!',  
      'Degree of difficulty'
    'Could not write metadata, FAIL'  => '难度',
 => 'Metadaten konnten nicht geschrieben werden. Abbruch!',  
      'Copy Course Content to Authoring Space'
    'View documents included in this course'  => 'Copy Course Content to Authoring Space',
 => '附加的课程文件',  
 #=> 'Zusätzliche Kursdokumente',     'Copying content to Authoring Space requires switching server.'
   => 'Copying content to Authoring Space requires switching server.',
    'Additional Keywords'  
 => 'Zusätzliche Schlüsselwörter',     'Entering course ...'
   => '进入课程...',
    'Additional Metadata (non-standard, parameters, exports)'  
 => 'Zusätzliche Metadaten (nicht standardisiert, Parameter, Exporte)',     'Exam Information'
   => '考试信息',
    'Author and Co-Author roles may not be available on servers other than your home server.'  
 => 'Autoren- und Co-Autoren-Rollen könnten auf anderen Servern als Ihrem Heimatserver nicht verfügbar sein.',     'External Resource'
   => '外部资源',
    'Author(s)'  
 => 'Autor(en)',     'Generate new role ...'
   => '创建新的角色...',
    'Average number of tries till solved'  
 => 'Durchschnittliche Anzahl an Versuchen bis zur erfolgreichen Lösung',     'Go to the next resource in the course sequence'
   => '前进',
    'Browse Resources'  
 => 'Ressourcen durchsehen',     'Go to the previous resource in the course sequence'
   => '后退',
    'Catalog Information'  
 => 'Katalogisierungsdaten',     'Import a published document'
   => '导入出版文件',
    'Collapse Remote Control'  
 => 'Fernbedienung deaktivieren',     'Keyword(s)'
   => '密码',
    'Construction Space'  
 => 'Konstruktionsbereich',     'Logged Out'
   => '登出',
    'Copied metadata'  
 => 'Metadaten kopiert',     'MIME Type'
   => 'MIME类型',
    'Copied source file'  
 => 'Quelldatei wurde kopiert',     'Make notes and annotations about this resource'
   => '备忘录',
    'Copyright/Distribution'  
 => 'Copyright/Zugriffsrechte',     'The material is covered with sufficient depth'
   => '这些主题包含有足够的难度',
    'Copyright/Distribution:'  
 => 'Copyright/Zugriffsrechte:',     'Metadata Information'
   => '元数据信息',
    'Course Documents'  
 => '课程文件',     'My Personal Info'
 #=> 'Kursdokumente',  => '我的个人网页',
   
    'Creation Date'     'Network-wide number of accesses (hits)'
 => 'Erstellungsdatum',  => '网络的访问数量(“点击”)',
   
    'Custom Distribution File'     'Network-wide number of courses using resource'
 => 'Datei zum Maßschneidern der Zugriffsrechte',  => '使用该课程资源的访问数量',
   
    'Degree of difficulty'     'Number of resources that follow this resource in maps'
 => 'Schwierigkeitsgrad',  => '该资源目录汇编之后的访问数量',
   
    'Dump Course DOCS to Construction Space'     'Number of resources that lead up to this resource in maps'
 => 'Kursdokumente in Konstruktionsbereich übernehmen',  => '该资源目录汇编之前的访问数量',
   
    'Dump Course DOCS to Construction Space: available on other servers'     'Number of resources using or importing resource'
 => 'Kursdokumente in Konstruktionsbereich übernehmen: verfügbar auf anderen Servern',  => '资源数量的使用或导入',
   
    'Entering course ...'     'Obsolete'
 => 'Betrete Kurs...',  => '过时的',
   
    'Exam Information'     'Parent Directory'
 => 'Prüfungsinformationen',  => '父目录',
   
    'External Resource'     'Project Information'
 => '外部资源',  => '项目信息',
 #=> 'Externe Ressource',  
      'Publisher/Owner'
    'Generate new role ...'  => '出版社/所有人',
 => 'Erzeuge neue Rolle...',  
      'Publishing'
    'Go to the next resource in the course sequence'  => '出版物:',
 => '前进', # long version: 'Gehe zur nächsten Ressource in der Kurssequenz',  
 #=> 'Weiter', # long version: 'Gehe zur nächsten Ressource in der Kurssequenz',     'Publishing [_1]'
   => '出版物: [_1]',
   
    'Go to the previous resource in the course sequence'     'Resource Details'
 => '后退', # long version: 'Gehe zur vorhergehenden Ressource in der Kurssequenz',  => 'Resource Details',
 #=> 'Zurück', # long version: 'Gehe zur vorhergehenden Ressource in der Kurssequenz',  
      'Link to Resource'
    'Import a published document'  => 'Link to Resource',
 => 'Importieren einer veröffentlichten Ressource',  
      'Searching for your resource will be based on the following metadata. Please provide as much data as possible.'
    'Keyword(s)'  => 'Searching for your resource will be based on the following metadata. Please provide as much data as possible.',
 => 'Schlüsselwörter',  
      'Resource Publication'
    'Logged Out'  => 'Resource Publication',
 => 'Abgemeldet',  
      'Resource is technically correct'
    'MIME Type'  => 'Resource is technically correct',
 => 'MIME-Typ',  
      'Score Upload Form'
    'Make notes and annotations about this resource'  => '分数上传表单',
 => '备忘录',  
 #=> 'Notizen', # long version: 'Notizen zu dieser Ressource erstellen',     'Select Map'
   => '选择内容列表',
    'The material is covered with sufficient depth'  
 => 'Das Thema wird in ausreichender Tiefe behandelt',     'Load Map'
   => '上传',
    'Metadata Information'  
 => 'Metadaten-Information',     'Set a bookmark for this resource'
   => '设定书签',
    'My Personal Info'  
 => '我的个人网页',     'Show all roles'
 #=> 'Meine Über-mich-Seite',  => '显示所有角色',
   
    'Network-wide number of accesses (hits)'     'Subject'
 => 'Netzwerkweite Anzahl von Zugriffen ("Hits")',  => '主题',
   
    'Network-wide number of courses using resource'     'Successful Login'
 => 'Netzwerkweite Anzahl von Kursen, die diese Ressource verwenden',  => '登录成功',
   
    'Number of resources that follow this resource in maps'     'Suggested Replacement for Obsolete File'
 => 'Anzahl der Ressourcen, die in Inhaltszusammenstellungen Nachfolger zu dieser Ressource sind',  => '建议更换过时文件',
   
    'Number of resources that lead up to this resource in maps'     'Switching Role'
 => 'Anzahl der Ressourcen, die in Inhaltszusammenstellung Vorgänger zu dieser Ressource sind',  => '更换角色',
   
    'Number of resources using or importing resource'     'Target'
 => 'Anzahl der Ressourcen, die diese Ressource verwenden oder importieren',  => '目标',
   
    'Obsolete'     'This syllabus can be publicly viewed at [_1]'
 => 'Überholt',  => '此课程可公开浏览: [_1]',
   
    'Parent Directory'     'Instead of using this template you can specify an external URL as Syllabus in the [_1]Course Parameters[_2].'
 => 'Übergeordnetes Verzeichnis',  => '如果不使用此模板,您可以在[_1]课程参数[_2]指定外部网址作为课程摘要。',
   
    'Project Information'     'Total number of students who have worked on this problem'
 => 'Projektinformation',  => '回答该问题的学生总数',
   
    'Publisher/Owner'     'URLs To Include in Syllabus'
 => 'Herausgeber/Besitzer',  => '网址,包括教学大纲',
   
    'Publishing'     'Upload a new main course document'
 => 'Veröffentlichung:',  => '外部文件',
   
    'Publishing [_1]'     'Upload a new supplemental course document'
 => 'Veröffentlichung: [_1]',  => '附加的课程文件',
   
    'Resource Details'     'User'
 => 'Details über Ressource',  => '用户',
   
    'Link to Resource'     'Wrote Metadata'
 => 'Link zur Ressource',  => 'Wrote Metadata',
   
    'Searching for your resource will be based on the following metadata. Please provide as much data as possible.'     'Your home server is '
 => 'Suche nach Ihrer Ressource wird auf den folgenden Metadaten beruhen. Bitte machen Sie so viele Angaben wie möglich.',  => 'Your home server is ',
   
    'Resource Publication'     'anno-'
 => 'Veröffentlichung von Ressourcen',  => 'anno-',
   
    'Resource is technically correct'     'announce'
 => 'Die Ressource ist technisch in Ordnung',  => 'announce',
   
    'Score Upload Form'     'bookmark'
 => '分数上传表单',  => 'bookmark',
 #=> 'Formular zum Hochladen von Noten',  
      'chart'
    'Select Map'  => 'chart',
 => '选择内容列表',  
 #=> 'Inhaltszusammenstellung wählen',     'chat'
   => '聊天室',
    'Load Map'  
 => '上传',     'close this window'
 #=> 'Hochladen', # 'Lade Inhaltszusammenstellung',  => 'close this window',
   
    'Set a bookmark for this resource'     'con-'
 => 'Lesezeichen setzen', # long version: 'Lesezeichen auf diese Ressource setzen',  => 'con-',
   
    'Show all roles'     'docs'
 => '显示所有角色',  => 'docs',
 #=> 'Alle Rollen anzeigen',  
      'exit'
    'Subject'  => '退出',
 => 'Thema',  
      'fas'
    'Successful Login'  => 'fas',
 => '登陆成功',  
 #=> 'Erfolgreich angemeldet',     'library'
   => 'library',
    'Suggested Replacement for Obsolete File'  
 => 'Vorgeschlagener Ersatz für überholte Datei',     'log in again'
   => 'log in again',
    'Switching Role'  
 => '更换角色',     'my'
 #=> 'Benutzerrolle wechseln',  => 'my',
   
    'Target'     'or'
 => 'Ziel',  => 'or',
   
    'This syllabus can be publicly viewed at'     'Or'
 => 'Dieser Kursüberblick kann öffentlich abgerufen werden unter',  => 'Or',
   
    'Total number of students who have worked on this problem'     'prepare'
 => 'Gesamtzahl von Studierenden, die diese Aufgabe bearbeitet haben',  => 'prepare',
   
    'URLs To Include in Syllabus'     'printout'
 => 'URLs, die in den Kursüberblick eingefügt werden sollen',  => 'printout',
   
    'Upload a new main course document'     'resource'
 => '外部文件',  => 'resource',
 #=> 'Externe Dokumente',  
      'roles'
    'Upload a new supplemental course document'  => '角色',
 => '附加的课程文件',  
 #=> 'Zusätzliche Kursdokumente',     'search'
   => '查找',
    'User'  
 => '用户',     'set'
 #=> 'Benutzer',  => 'set',
   
    'Wrote Metadata'     'space'
 => 'Metadaten wurden geschrieben',  => '领域',
   
    'Your home server is '     'stats'
 => 'Ihr Heimatserver ist ',  => 'stats',
   
    'anno-'     'struct'
 => 'Bemerk-',  => 'struct',
   
    'announce'     'switch'
 => 'ankündigen',  => 'switch',
   
    'backward'     'tations'
 => 'backward',  => 'tations',
   
    'bookmark'     'updated periodically'
 => 'Lesezeichen',  => '定期更新',
   
    'chart'     'user'
 => 'Chart',  => '用户',
   
    'chat'     'visible to author and co-authors only'
 => 'Chat',  => '只有作者和共同作者可见',
   
    'close this window'     'All versions'
 => 'dieses Fenster schließen',  => '所有版本',
   
    'con-'     'Default Metadata for Directory [_1]'
 => 'con-',  => '默认元数据目录 [_1]',
   
    'docs'     'Error Messages'
 => 'Dokus',  => '错误信息',
   
    'edit crs'     'Save Catalog Information'
 => 'Bearbeite crs',  => '保存目录信息',
   
    'exit'     'Update Display'
 => '退出',  => '更新显示',
 #=> 'abmelden',  
      'Content changed'
    'fas'  => '内容变化',
 => 'fas',  
      'Differences'
    'forward'  => '差异',
 => 'forward',  
      'Last Week'
    'library'  => '上周',
 => 'Bibliothek',  
      'Modification Date'
    'log in again'  => '修改日期',
 => 'erneut anmelden',  
      'Since Start of Course'
    'my'  => '从启动课程起',
 => 'mein',  
      'Since Yesterday'
    'or'  => '从昨天起',
 => 'oder',  
      'Verify Course Documents'
    'Or'  => '验证课程文件',
 => 'oder',  
      'Version'
    'parms'  => '版本',
 => 'parms',  
      'access denied'
    'prepare'  => '拒绝访问',
 => 'Vorbereiten',  
      'connection down'
    'printout'  => 'connection down',
 => 'Ausdruck',  
      'during the last'
    'resource'  => 'during the last',
 => 'Ressource',  
      'not found'
    'roles'  => 'not found',
 => '角色',  
 #=> 'Rollen',     'warning(s)'
   => 'warning(s)',
    'search'  
 => '查找',     '[quant,_1,warning]'
 #=> 'suche',  => '[quant,_1,warning]',
   
    'set'     'Advanced Catalog Search'
 => 'setze',  => 'Advanced Catalog Search',
   
    'space'     'Advanced Search'
 => 'Bereich',  => '高级搜索',
   
    'stats'     'Any Language'
 => 'Statistiken',  => '任何语言',
   
    'struct'     'Any category'
 => 'Struktur',  => '任何类别',
   
    'switch'     'Any copyright/distribution'
 => 'wechsle',  => '任何版权/访问权限',
   
    'tations'     'Broadcast Message to Course'
 => 'ungen',  => '发送广播消息',
   
    'updated periodically'     "Click to download or use your browser's Save Link function"
 => 'regelmäßig aktualisiert',  => "Click to download or use your browser's Save Link function",
   
    'user'     'Close'
 => 'Benutzer',  => '关闭',
   
    'visible to author and co-authors only'     'Compact View'
 => 'nur für Autoren und Co-Autoren sichtbar',  => '简洁视图',
   
    'All versions'     'Detailed Citation View'
 => 'Alle Versionen',  => '查看详细引文',
   
    'Default Metadata for Directory [_1]'     'Distribute Messages from Uploaded File to Course'
 => 'Voreingestellte Metadaten für das Verzeichnis [_1]',  => 'Distribute Messages from Uploaded File to Course',
   
    'Error Messages'     'Edit Catalog Information'
 => 'Fehlermeldungen',  => '编辑目录信息',
   
    'Save Catalog Information'     'Edit Content of a Map'
 => 'Katalogisierungsdaten speichern',  => 'Edit Content of a Map',
   
    'Update Display'     'Edit Directory Catalog Information'
 => 'Neu anzeigen',  => '编辑目录信息分类',
   
    'Content changed'     'Evaluate Resource'
 => 'Inhalt geändert',  => '评估此资源',
   
    'Differences'     'Failed Access to Authoring Space'
 => 'Unterschiede',  => 'Failed Access to Authoring Space',
   
    'Last Week'     'Fielded Format'
 => 'letzte Woche',  => '字段格式',
   
    'Modification Date'     'File Category'
 => 'Änderungsdatum',  => '文件分类',
   
    'Since Start of Course'     'Force publication of unmodified files'
 => 'seit Anfang des Kurses',  => 'Force publication of unmodified files',
   
    'Since Yesterday'     'Keywords'
 => 'seit gestern',  => '关键词',
   
    'Verify Course Documents'     'Last access'
 => 'Überprüfe Kursdokumente',  => '上次访问',
   
    'Version'     'Last modified'
 => 'Version',  => '最后修改',
   
    'access denied'     'Limit by copyright/distribution'
 => 'Zugriff verweigert',  => '受版权/访问权限限制',
   
    'connection down'     'Limit by language'
 => 'Verbindung unterbrochen',  => '受语言限制',
   
    'during the last'     'Open'
 => 'während der letzten',  => '打开',
   
    'not found'     'Per Page'
 => 'nicht gefunden',  => '每页',
   
    'warning(s)'     'Printing Helper'
 => 'Warnung(en)',  => '打印助手',
   
    '[quant,_1,warning]'     'Provide feedback messages or contribute to the course discussion about this resource'
 => '[quant,_1,Warnung,Warnungen]',  => '反馈意见或讨论',
   
    'Advanced Catalog Search'     'Provide my evaluation of this resource'
 => 'Erweiterte Katalog-Suche',  => '对此资源给出我的评价',
   
    'Advanced Search'     'Publish'
 => 'Erweiterte Suche',  => '发布',
   
    'Any Language'     'Publish Directory'
 => 'Beliebige Sprache',  => '发布目录',
   
    'Any category'     'Publish Directory and Sub Directories'
 => 'Beliebige Kategorie',  => '发布目录和子目录',
   
    'Any copyright/distribution'     'Related'
 => 'Beliebiges Copyright/Zugriffsrecht',  => '相关的',
   
    'Broadcast Message to Course'     'Resource Feedback and Discussion'
 => 'Broadcast-Nachricht senden', # 'Broadcast-Nachricht an gesamten Kurs senden',  => '资源的反馈和讨论',
   
    "Click to download or use your browser's Save Link function"     'Search Complete'
 => "Zum Speichern hier klicken oder 'Ziel speichern unter'-Funktion des Webbrowsers verwenden",  => '搜索完成',
   
    'Close'     'Send Message to User(s)'
 => 'Schließen',  => '发送讯息到用户',
   
    'Compact View'     'Show catalog information'
 => 'Kompaktansicht',  => '查看目录信息',
   
    'Detailed Citation View'     'Show Metadata'
 => 'Detailierte Zitatansicht',  => '查看元数据',
   
    'Distribute Messages from Uploaded File to Course'     'Show resource'
 => 'Aus Datei Nachrichten erzeugen', # 'Verteile Nachrichten der hochgeladenen Datei an den Kurs',  => '查看资源',
   
    'Edit Catalog Information'     'Statistics'
 => 'Katalogisierungsdaten bearbeiten',  => '统计',
   
    'Edit Content of a Map'     'Summary View'
 => 'Inhalt der Inhaltszusammenstellung bearbeiten',  => '概要',
   
    'Edit Directory Catalog Information'     'There are currently no results.'
 => 'Verzeichnis der Katalogisierungsdaten bearbeiten',  => '目前没有任何结果。',
   
    'Evaluate Resource'     'Search: '
 => 'Ressource evaluieren',  => '搜索: ',
   
    'Failed Access to Construction Space'     'URL'
 => 'Zugriff auf Konstruktionsbereich fehlgeschlagen',  => 'URL',
   
    'Fielded Format'     'Unpublished'
 => 'In Felder aufgeteiltes Format',  => '未发行的',
   
    'File Category'     'Up'
 => 'Dateikategorie',  => 'Up',
   
    'Force publication of unmodified files'     'View'
 => 'veröffentliche auch ungeänderte Dateien',  => '查看',
   
    'Keywords'     'View Critical Messages'
 => 'Schlüsselwörter',  => '浏览重要讯息',
   
    'Last access'     'Words'
 => 'Letzter Zugriff',  => '词',
   
    'Last modified'     'XML/SGML'
 => 'Letzte Änderungen',  => 'XML/SGML',
   
    'Limit by copyright/distribution'     'abstract'
 => 'Durch Copyright/Zugriffsrechte einschränken',  => 'abstract',
   
    'Limit by language'     'audio'
 => 'Durch Sprache einschränken',  => '音频',
   
    'Open'     'author'
 => 'Öffnen',  => '作者',
   
    'Per Page'     'catalog'
 => 'Pro Seite',  => '目录',
   
    'Printing Helper'     'copyright'
 => 'Hilfsprogramm zum Drucken',  => '版权',
   
    'Provide feedback messages or contribute to the course discussion about this resource'     'directory'
 => 'Feedback, Kursdiskussion', # long version: 'Feedback geben oder an der Kursdiskussion zu dieser Ressource teilnehmen',  => '文件夹',
   
    'Provide my evaluation of this resource'     'discuss'
 => 'Ressource evaluieren', # long version: 'Diese Ressource evaluieren',  => 'discuss',
   
    'Publish'     'evaluate'
 => 'Veröffentlichen',  => '评价',
   
    'Publish Directory'     'feedback'
 => 'Verzeichnis veröffentlichen',  => '反馈',
   
    'Publish Directory and Sub Directories'     'keywords'
 => 'Veröffentliche Verzeichnis und Unterverzeichnisse',  => '关键词',
   
    'Related'     'language'
 => 'Verwandte',  => '语言',
   
    'Resource Feedback and Discussion'     'movies'
 => 'Feedback und Diskussion zu dieser Ressource',  => '电影',
   
    'Search Complete'     'notes'
 => 'Suche beendet',  => '注释',
   
    'Send Message to User(s)'     'obsolete'
 => 'Nachricht senden', # 'Nachricht an einzelne(n) Benutzer senden',  => '过时的',
   
    'Show catalog information'     'pages'
 => 'Katalogisierungsdaten', # long version: 'Katalogisierungsdaten anzeigen',  => '页',
   
    'Show resource'     'pictures'
 => 'Zeige Ressource an',  => '图片',
   
    'Statistics'     'problem'
 => 'Statistiken',  => '任务',
   
    'Summary View'     'resources'
 => 'Zusammenfassung',  => '资源',
   
    'There are currently no results'     'sequence'
 => 'Derzeit noch keine Ergebnisse',  => '顺序',
   
    'Search: '     'subject: '
 => 'Suche: ',  => '主题',
   
    'URL'     'this'
 => 'URL',  => '这个',
   
    'Unpublished'     'title'
 => 'unveröffentlicht',  => '标题',
   
    'Up'     'About Me'
 => 'Hoch',  => '关于我',
   
    'View'     'Discussion Board/Discussion'
 => 'Betrachten',  => 'Discussion Board/Discussion',
   
    'View Critical Messages'     'Clear All'
 => 'Wichtige Nachrichten ansehen',  => '全部清除',
   
    'Words'     'Close All Folders'
 => 'Wörter',  => '关闭所有文件夹',
   
    'XML/SGML'     'Authoring Space File Operation'
 => 'XML/SGML',  => 'Authoring Space File Operation',
   
    'abstract'     'Contact Information'
 => 'Kurzbeschreibung',  => '联系信息',
   
    'audio'     'Contact'
 => 'Audio',  => '联系我',
   
    'author'     'Copied old metadata'
 => 'Autor',  => '复制旧数据',
   
    'catalog'     'Failed to write old metadata copy'
 => 'katalog',  => 'Failed to write old metadata copy',
   
    'copyright'     'Copied old target file'
 => 'Copyright',  => '复制旧的目标文件',
   
    'customdistributionfile'     'Failed to copy old target'
 => 'customdistributionfile',  => 'Failed to copy old target',
   
    'directory'     'Created directory [_1]'
 => 'Verzeichnis',  => 'Created directory [_1]',
   
    'discuss'     'Copyright'
 => 'Diskutiere',  => '版权',
   
    'evaluate'     'Could Not Process Request'
 => 'Auswerten',  => '命令无法执行',
   
    'feedback'     'Default'
 => 'Feedback',  => '默认设置',
   
    'info'     'Discard Selected'
 => 'Info',  => 'Discard Selected',
   
    'keywords'     'EMail and Messages'
 => 'Schlüsselwörter',  => '电子邮件和信息',
   
    'language'     'Edit this resource'
 => 'Sprache',  => '编辑此资源',
   
    'movies'     'Enter Authoring Space as co-author'
 => 'Filme',  => 'Enter Authoring Space as co-author',
   
    'notes'     'Enter Authoring Space as a co-author'
 => 'Notizen',  => 'Enter Authoring Space as a co-author',
   
    'obsolete'     'Enter Authoring Space as assistant co-author'
 => 'überholt',  => 'Enter Authoring Space as assistant co-author',
   
    'obsoletereplacement'     'Host'
 => 'obsoletereplacement',  => '计算',
   
    'pages'     'Last updated'
 => 'Seiten',  => '最后更新',
   
    'pictures'     'Mime type'
 => 'Bilder',  => 'MIME 类型',
   
    'problem'     'Modified'
 => 'Aufgabe',  => '修改过的',
   
    'resources'     'Modify deadlines, etc, for this assessment resource'
 => 'Ressourcen',  => '为这项评估资源修改期限等',
   
    'sequence'     'Modify user grades for this assessment resource'
 => 'Sequenz',  => '手动评估',
   
    'subject'     'View user submissions for this assessment resource'
 => 'Thema',  => 'View user submissions for this assessment resource',
   
    'this'     'Move Down'
 => 'Diese',  => '下移',
   
    'title'     'Move Up'
 => 'Titel',  => '上移',
   
    'About Me'     'New Title'
 => '关于我',  => '新标题',
 #=> 'Über mich',  
      'Open All Folders'
    'Bulletin Board/Discussion'  => '打开所有文件夹',
 => 'Schwarzes Brett / Diskussionsforum',  
      'Owner/Publisher'
    'Clear All'  => '所有者/出版社',
 => 'Lösche alle',  
      'Personal Information Page'
    'Close All Folders'  => '个人资料页面',
 => 'Schließe alle Verzeichnisse',  
      'Personal Information'
    'Construction Space File Operation'  => '个人信息',
 => 'Dateioperation im Konstruktionsbereich',  
      'Privacy Note:'
    'Contact Information'  => '注意隐私:',
 => '联系信息',  
 #=> 'Kontaktdaten',     'Published'
   => '出版的',
    'Contact'  
 => '联系我',     'Reading results from'
 #=> 'Kontakt',  => 'Reading results from',
   
    'Copied old metadata'     'Retrieve'
 => 'Alte Metadaten kopiert',  => '恢复',
   
    'Failed to write old metadata copy'     'Revert to Last Saved'
 => 'Kopie der alten Metadaten konnte nicht geschrieben werden',  => 'Revert to Last Saved',
   
    'Copied old target file'     'Revision Date'
 => 'Alte Zieldatei kopiert',  => 'Revision Date',
   
    'Failed to copy old target'     'Shared by course faculty and staff'
 => 'Alte Zieldatei konnte nicht kopiert werden.',  => '共同管理人员和工作人员',
   
    'Created directory'     'Synchronized SQL metadata database'
 => 'Verzeichnis wurde angelegt',  => 'Synchronized SQL metadata database',
   
    'Copyright'     'Task'
 => '版权',  => 'Task',
 #=> 'Copyright',  
      'Temporary Assembly Workspace'
   => 'Temporary Assembly Workspace',
    'Could Not Process Request'  
 => 'Befehl konnte nicht ausgeführt werden',     '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.'
   => '任何登录LON-CAPA的人都能看到您提供的数据,如果不想公开就不要上传任何数据。',
    'Default'  
 => 'Voreinstellung',     'Topic'
   => '主题',
    'Discard Selected'  
 => 'Verwerfe ausgewählte',     'Upload a Photo'
   => '上传相片',
    'EMail and Messages'  
 => 'E-Mail und Nachrichten',     'Add Records'
   => '添加记录',
    'Edit this resource'  
 => 'Bearbeiten', # long version: 'Bearbeite diese Ressource',     'User Notes, Face-to-Face, Critical Messages, Broadcast Messages, Archived Messages'
   => '用户注释, 个人讨论, 重要信息, 小区广播,存档信息',
    'Enter construction space as co-author'  
 => 'Konstruktionsbereich (als Co-Autor)',     'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
   => '用户注释,记录用户的讨论和重要信息',
    'Enter construction space as a co-author'  
 => 'Konstruktionsbereich (als Co-Autor)',     'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
   => '用户注释,记录面对面的讨论,课程重要讯息',
    'Enter construction space as assistant co-author'  
 => 'Konstruktionsbereich (als Co-Autor-Assistent)',     'User Notes, Records of Face-To-Face Discussions, Critical Messages, Broadcast Messages and Archived Messages in Course'
   => '用户注释,记录面对面讨论,重要的信息,广播信息,课程存档',
    'Host'  
 => 'Rechner',     'No notes, face-to-face discussion records, critical messages or broadcast messages in this course.'
   => 'No notes, face-to-face discussion records, critical messages or broadcast messages in this course.', # '对于 [_1] 没有用户注释, 记录用户的讨论, 重要信息, 或者广播信息。',
    'Last updated'  
 => '最后更新',     'No notes, face-to-face discussion records, critical messages or broadcast messages in this community.'
 #=> 'Zuletzt aktualisiert',  => 'No notes, face-to-face discussion records, critical messages or broadcast messages in this community.', # '对于 [_1] 没有用户注释, 记录用户的讨论, 重要信息, 或者广播信息。',
   
    'Mime type'     'Version Number'
 => 'MIME Typ',  => '版本号',
   
    'Modified'     'View Published Version'
 => 'geändert',  => '查看发布的版本',
   
    'Modify deadlines, etc, for this assessment resource'     'Web References'
 => 'Bearbeite Fälligkeitsdaten, etc. für diese Beurteilungs-Ressource',  => 'Web 引用',
   
    'Modify user grades for this assessment resource'     'co con-'
 => 'Manuelle Bewertung', # 'Bearbeite die Noten des Benutzers für diese Beurteilungs-Ressource',  => 'co con-',
   
    'View user submissions for this assessment resource'     'co res'
 => 'Einreichungen betrachten', # 'Betrachte Benutzer-Einreichungen für diese Beurteilungs-Ressource',  => 'co res',
   
    'Move Down'     'contacting'
 => 'Nach unten',  => '建立联系',
   
    'Move Up'     'edit'
 => 'Nach oben',  => '编辑',
   
    'New Title'     'interface available'
 => 'Neuer Titel',  => 'interface available',
   
    'Open All Folders'     'missions'
 => 'Öffne alle Verzeichnisse',  => '任务',
   
    'Owner/Publisher'     'view sub-'
 => 'Besitzer/Herausgeber',  => 'view sub-',
   
    'Personal Information'     'waiting on'
 => '个人信息',  => 'waiting on',
 #=> 'Persönliche Informationen',  
      '#Stdnts'
    'Privacy Note'  => '#Stdnts',
 => '注意隐私',  
 #=> 'Hinweis zur Privatssphäre',     '#YES'
   => '#YES',
    'Published'  
 => 'veröffentlicht',     '%Wrng'
   => '%Wrng',
    'Reading results from'  
 => 'Lese Ergebnisse von',     'Brief view of each students performance in course.'
   => 'Brief view of each students performance in course.',
    'Retrieve'  
 => 'Wiederherstellen',     'Clear Caches'
   => '清除缓存',
    'Revert to Last Saved'  
 => 'Gehe zur letzten gespeicherten Version',     'Course Statistics and Charts cannot be retrieved until the database is restarted. Your data is intact but cannot be displayed at this time.'
   => 'Course Statistics and Charts cannot be retrieved until the database is restarted. Your data is intact but cannot be displayed at this time.',
    'Revision Date'  
 => 'Änderungsdatum',     'Detailed statistics and graphs of student performance on problems.'
   => 'Detailed statistics and graphs of student performance on problems.',
    'Shared by course faculty and staff'  
 => '共同管理人员和工作人员',     'DoDiff'
 #=> 'Gemeinsam für Kursverwaltung und Personal',  => 'DoDiff',
   
    'Synchronized SQL metadata database'     'Enrollment Status'
 => 'SQL Metadaten-Datenbank synchronisiert',  => 'Enrollment Status',
   
    'Task'     'Generate Statistics'
 => 'Aufgabe',  => '建立统计资料',
   
    'Temporary Assembly Workspace'     'Max Tries'
 => 'Temporärer Arbeitsbereich',  => 'Max Tries',
   
    '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.'     'Mean Tries'
 => '任何登录LON-CAPA的人都能看到您提供的数据,如果不想公开就不要上传任何数据。',  => 'Mean Tries',
 #=> 'Die Daten, die Sie hier bereitstellen, können von jeder Person, die in LON-CAPA angemeldet ist, eingesehen werden. Geben Sie daher keine Daten an, die Sie hier nicht öffentlich machen wollen.',  
      'Output'
   => 'Output',
    'Topic'  
 => 'Thema',     'Overall Problem Statistics'
   => 'Overall Problem Statistics',
    'Upload a Photo'  
 => '上传相片',     'Please notify the server administrator [_1]'
 #=> 'Foto hochladen',  => 'Please notify the server administrator [_1]',
   
    'Upload'     'Preparing Excel Spreadsheet'
 => '上传',  => 'Preparing Excel Spreadsheet',
 #=> 'Hochladen',  
      'Problem Status Chart'
    'Add Records'  => 'Problem Status Chart',
 => '添加记录',  
      'S.D. tries'
    'User Notes, Face-to-Face, Critical Messages, Broadcast Messages, Archived Messages'  => 'S.D. tries',
 => '用户笔记, 个人讨论, 重要信息, 小区广播,存档信息',  
 #=> 'Benutzeranmerkungen, persönliche Diskussionsbeiträge, wichtige Nachrichten, Broadcast-Nachrichten, Archivierte Nachrichten',     'Sections'
   => 'Sections',
    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'  
 => '用户笔记,记录用户的讨论和重要信息',     'Sequence or Folder'
 #=> 'Benutzeranmerkungen, Aufzeichnungen von persönlichen Diskussionsbeiträgen und wichtige Nachrichten',  => 'Sequence or Folder',
   
    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'     'Sequences and Folders'
 => 'Benutzeranmerkungen, Aufzeichnungen von persönlichen Diskussionsbeiträgen und wichtige Nachrichten für den Kurs',  => 'Sequences and Folders',
   
    'User Notes, Records of Face-To-Face Discussions, Critical Messages, Broadcast Messages and Archived Messages in Course'     'Skew Tries'
 => 'Benutzeranmerkungen, Aufzeichnungen von persönlichen Diskussionsbeiträgen, wichtige Nachrichten, Broadcast-Nachrichten und archivierte Nachrichten für den Kurs',  => 'Skew Tries',
   
    'No notes, face-to-face discussion records, critical messages, or broadcast messages in this [_1].'     'Statistics and Problem Analysis'
 => 'Für diesen [_1] existieren keine Benutzer-Anmerkungen, Aufzeichnungen von Face-to-face-Diskussionsbeiträgen, wichtige Nachrichten oder Broadcast-Nachrichten.',  => 'Statistics and Problem Analysis',
   
    'No notes, face-to-face discussion records, critical messages or broadcast messages in this [_1].'     'Student performance statistics on all problems.'
 => 'Für diesen [_1] existieren keine Benutzer-Anmerkungen, Aufzeichnungen von persönlichen Diskussionsbeiträgen, wichtige Nachrichten oder Broadcast-Nachrichten.',  => 'Student performance statistics on all problems.',
   
    'Version Number'     'Unable to connect to database!'
 => 'Versionsnummer',  => 'Unable to connect to database!',
   
    'View Published Version'     'Your Excel Spreadsheet'
 => 'Veröffentlichte Version betrachten',  => 'Your Excel Spreadsheet',
   
    'Web References'     'Your Excel spreadsheet.'
 => 'Web 引用',  => 'Your Excel spreadsheet.',
 #=> 'Webreferenzen',  
      'Your Excel spreadsheet'
    'co con-'  => 'Your Excel spreadsheet',
 => 'Co-Kon-',  
      'Your CSV file.'
    'co res'  => 'Your CSV file.',
 => 'co-res',  
      'Your CSV file'
    'contacting'  => 'Your CSV file',
 => 'kontaktiere',  
      'part'
    'edit'  => '部分',
 => 'Bearbeite',  
      'part - '
    'interface available'  => '部分 ',
 => 'Oberflächensprache verfügbar',  
      'problem statistics grouped by sequence'
    'missions'  => 'problem statistics grouped by sequence',
 => 'Aufgaben',  
      'problem statistics ungrouped'
    'view sub-'  => 'problem statistics ungrouped',
 => 'Betrachte Unter-',  
      'problem statistics, Excel'
    'waiting on'  => 'problem statistics, Excel',
 => 'warte auf',  
      'Significant figures are incorrect, submission was not graded.'
    '#Stdnts'  => 'Significant figures are incorrect, submission was not graded.',
 => 'Anzahl Stud.',  
      '. . . for a particular section'
    '#YES'  => '. . . for a particular section',
 => 'Anzahl Ja',  
      '. . . for all students in the course'
    '%Wrng'  => '. . . for all students in the course',
 => '%Wrng',  
      '. . . for an individual student'
    'Brief view of each students performance in course.'  => '. . . for an individual student',
 => 'Kurze Übersicht der Leistungen eines jeden Studenten im Kurs.',  
      '12 am' # midnight
    'Clear Caches'  => '12 am',
 => 'Cache löschen',  
      'midnight'
    'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.'  => '午夜',
 => 'Kurs-Statistiken und -Diagramme können solange nicht empfangen werden, bis die Datenbank neu gestartet wurde. Ihre Daten sind vorhanden, können aber zu diesem Zeitpunkt nicht angezeigt werden.',  
      '1 am'
    'Detailed statistics and graphs of student performance on problems.'  => '1 am',
 => 'Ausführliche Statistiken und Graphen der studentischen Leistung hinsichtlich der Aufgaben',  
      '2 am'
    'DoDiff'  => '2 am',
 => 'Verwende diff',  
      '3 am'
    'Enrollment Status'  => '3 am',
 => 'Kursbelegungs-Status',  
      '4 am'
    'Generate Statistics'  => '4 am',
 => 'Erzeuge Statistiken',  
      '5 am'
    'Max Tries'  => '5 am',
 => 'Max. Anz. an Vers.',  
      '6 am'
    'Mean Tries'  => '6 am',
 => 'Mittl. Anz. Vers.',  
      '7 am'
    'Output'  => '7 am',
 => 'Ausgabe',  
      '8 am'
    'Overall Problem Statistics'  => '8 am',
 => 'Insgesamte Aufgabenstatistik',  
      '9 am'
    'Please notify the server administrator [_1]'  => '9 am',
 => 'Benachrichtigen Sie bitte den Server-Administrator [_1]',  
      '10 am'
    'Please select a report to generate.'  => '10 am',
 => 'Wählen Sie bitte einen Bericht, den Sie erstellen möchten.',  
      '11 am'
    'Preparing Excel Spreadsheet'  => '11 am',
 => 'Erstelle Excel-Tabelle',  
      '12 noon'
    'Problem Status Chart'  => '12 noon',
 => 'Aufgabenstatus-Diagramm',  
      'noon'
    'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.'  => '中午',
 => 'Es traten Probleme beim Erstellen der neuen Excel-Datei auf. Dieser Fehler wurde mitgeloggt. Bitte benachrichtigen Sie Ihren LON-CAPA-Administrator.',  
      '1 pm'
    'S.D. tries'  => '1 pm',
 => 'S.D. Versuche',  
      '2 pm'
    'Sections'  => '2 pm',
 => 'Sektionen',  
      '3 pm'
    'Sequence or Folder'  => '3 pm',
 => 'Sequenz oder Verzeichnis',  
      '4 pm'
    'Sequences and Folders'  => '4 pm',
 => 'Sequenzen und Verzeichnisse',  
      '5 pm'
    'Skew Tries'  => '5 pm',
 => 'Schiefe d. Vers.',  
      '6 pm'
    'Statistics and Problem Analysis'  => '6 pm',
 => 'Statistiken und Aufgabenanalysen',  
      '7 pm'
    'Student performance statistics on all problems.'  => '7 pm',
 => 'Statistik studentischer Leistungen hinsichtlich aller Aufgaben',  
      '8 pm'
    'Unable to connect to database!'  => '8 pm',
 => 'Verbindungsaufbau zur Datenbank nicht möglich!',  
      '9 pm'
    'Your Excel Spreadsheet'  => '9 pm',
 => 'Ihre Excel-Tabelle',  
      '10 pm'
    'Your Excel spreadsheet.'  => '10 pm',
 => 'Ihre Exceldatei',  
      '11 pm'
    'Your Excel spreadsheet'  => '11 pm',
 => 'Ihre Exceldatei',  
      '<- Previous'
    'Your CSV file.'  => '<- Previous',
 => 'Ihre CSV-Datei',  
      'ALL'
    'Your CSV file'  => 'ALL',
 => 'Ihre CSV-Datei',  
      'All Maps or Folders'
    'part'  => 'All Maps or Folders',
 => 'Aufgabenteil',  
      'Any User'
    'part - '  => '任何用户',
 => 'Teil ',  
      'Assessment URL and Title'
    'problem statistics grouped by sequence'  => '评估网址和标题',
 => 'Aufgabenstatistiken, gruppiert nach Sequenz',  
      'Assigned User Roles'
    'problem statistics ungrouped'  => '用户角色分配',
 => 'Aufgabenstatistiken, nicht gruppiert',  
      'Browse resources'
    'problem statistics, Excel'  => '搜索资源',
 => 'Aufgabenstatistiken, Excel',  
      'Changes can take up to 10 minutes before being active for all students.'
    'Significant figures are incorrect, submission was not graded.'  => 'Changes can take up to 10 minutes before being active for all students.',
 => 'Die Anzahl der signifikanten Stellen ist inkorrekt. Dieser Versuch wurde nicht gezählt.',  
      'Course Assessment Parameter - Helper Mode'
    '. . . for a particular section'  => '课程评估参数 - 助手模式',
 => '. . . für eine bestimmte Sektion',  
      'Course Assessment Parameters - Overview Mode'
    '. . . for all students in the course'  => '课程评估参数 - 摘要模式',
 => '. . . für alle Studenten im Kurs',  
      'Course Assessments Parameters - Table Mode'
    '. . . for an individual student'  => '课程评估参数 - 表模式',
 => '. . . für einen bestimmten Studenten',  
      'Course Environment Parameters'
    '1 am'  => '课程环境参数',
 => '1',  
      'Course Parameter Helper'
    '1 pm'  => '课程参数实用工具',
 => '13',  
      'Create New Environment Variable'
    '10 am'  => '创造新的环境变量',
 => '10',  
      'Current Session Value'
    '10 pm'  => '当前会话的值',
 => '22',  
      'Default Value'
    '11 am'  => '缺省值',
 => '11',  
      'Delete a role'
    '11 pm'  => '删除角色',
 => '23',  
      'Disable all communication among students'
    '12 am'  => 'Disable all communication among students',
 => '00',  
      'Enclosing Map or Folder'
    '12 noon'  => '附有目录或文件夹',
 => '12',  
      'Every problem in a particular folder'
    '2 am'  => '每一个问题在一个特定的文件夹',
 => '2',  
      'Every problem in the course'
    '2 pm'  => '课程的中每一个问题',
 => '14',  
      'Folder'
    '3 am'  => '文件夹',
 => '3',  
      'Grant/revoke Course Custom Role'
    '3 pm'  => 'Grant/revoke Course Custom Role',
 => '15',  
      'Grant/revoke role of Administrator'
    '4 am'  => 'Grant/revoke role of Administrator',
 => '4',  
      'Grant/revoke role of Author'
    '4 pm'  => 'Grant/revoke role of Author',
 => '16',  
      'Grant/revoke role of Course Coordinator'
    '5 am'  => 'Grant/revoke role of Course Coordinator',
 => '5',  
      'Grant/revoke role of Domain Guest'
    '5 pm'  => 'Grant/revoke role of Domain Guest',
 => '17',  
      'Grant/revoke role of Librarian'
    '6 am'  => 'Grant/revoke role of Librarian',
 => '6',  
      'Grant/revoke role of Teaching Assistant'
    '6 pm'  => 'Grant/revoke role of Teaching Assistant',
 => '18',  
      'Internally authenticated'
    '7 am'  => 'Internally authenticated',
 => '7',  
      'Kerberos authenticated'
    '7 pm'  => 'Kerberos authenticated',
 => '19',  
      'LON-CAPA Helper:'
    '8 am'  => 'LON-CAPA Helper:',
 => '8',  
      'Lock and unlock assessments'
    '8 pm'  => 'Lock and unlock assessments',
 => '20',  
      'Manage Access Keys'
    '9 am'  => 'Manage Access Keys',
 => '9',  
      'Manage access keys'
    '9 pm'  => 'Manage access keys',
 => '21',  
      'Max Possible To Date'
    '<- Previous'  => '到现在为止,最高可达到',
 => '<- Zurück',  
      'Modify Course Assessment Parameters'
    'ALL'  => 'Modify Course Assessment Parameters',
 => 'ALLE',  
      'Modify authentication mechanism and data for a user'
    'All Maps or Folders'  => 'Modify authentication mechanism and data for a user',
 => 'Alle Inhaltszusammenstellungen oder Verzeichnisse',  
      'Modify grades'
    'Any User'  => 'Modify grades',
 => 'Jeder Benutzer',  
      'Next ->'
    'Assessment URL and Title'  => '下一步 ->',
 => 'Beurteilungs-URL und -Titel',  
      'One particular problem'
    'Assigned User Roles'  => 'One particular problem',
 => 'Zugewiesene Benutzerrollen',  
      'Parameter Name'
    'Browse resources'  => '参数名',
 => 'Durchsuche Ressourcen',  
      'Parameter Type'
    'Changes can take up to 10 minutes before being active for all students.'  => '参数类型',
 => 'Es kann bis zu 10 Minuten dauern, bis diese Änderungen für alle Studierenden aktiviert worden sind.',  
      'Parameter in Effect'
    'Course Assessment Parameter - Helper Mode'  => '有效参数',
 => 'Parameter zur Kursbeurteilung - Hilfsmodus',  
      'Please select a problem to analyze'
    'Course Assessment Parameters - Overview Mode'  => '请选择问题进行分析',
 => 'Parameter zur Kursbeurteilung - Übersichtsmodus',  
      'Post anonymously'
    'Course Assessments Parameters - Table Mode'  => '匿名发送',
 => 'Parameter zur Kursbeurteilung - Tabellenmodus',  
      'Post discussion on course resources'
    'Course Environment Parameters'  => '发送该课程资源的讨论',
 => 'Kursumgebungsparameter',  
      'Post system frontpage announcements'
    'Course Parameter Helper'  => '给系统主页发送通知',
 => 'Kursparameter-Hilfsprogramm',  
      'Post to live chatrooms'
    'Create New Environment Variable'  => '发送到在线聊天室',
 => 'Neue Umgebungsvariable erstellen',  
      'Post to chatrooms'
    'Current Session Value'  => '发送到聊天室',
 => 'Wert für diese Sitzung',  
      'Problems Not Contained In A Folder'
    'Default Value'  => '问题不包含在一个文件夹中',
 => 'Voreingestellter Wert',  
      'Section'
    'Delete a role'  => '章节',
 => 'Rolle löschen',  
      'Section:'
    'Disable all communication among students'  => '章节:',
 => 'Unterbinden jeglicher Kommunikation zwischen Studenten',  
      'Select Date'
    'Enclosing Map or Folder'  => '请选择日期',
 => 'Eingeschlossene(s) Inhaltszusammenstellung oder Verzeichnis',  
      'Select Enclosing Map or Folder'
    'Every problem in a particular folder'  => 'Select Enclosing Map or Folder',
 => 'Jede Aufgabe in einem bestimmten Verzeichnis',  
      'Select Parameter Level'
    'Every problem in the course'  => 'Select Parameter Level',
 => 'Jede Aufgabe im Kurs',  
      'Send internal email'
    'Folder'  => '发送内部电子邮件',
 => 'Verzeichnis',  
      'Set Course Environment Parameters'
    'Grant/revoke Course Custom Role'  => 'Set Course Environment Parameters',
 => 'Vergebe/entziehe benutzerdefinierte Kursrolle',  
      'Set Date'
    'Grant/revoke role of Administrator'  => '设定日期',
 => 'Vergebe/entziehe Rolle des Administrators',  
      'Set Defaults for All Resources in [_1]Specifically for [_2][_3]'
    'Grant/revoke role of Author'  => 'Set Defaults for All Resources in [_1]Specifically for [_2][_3]',
 => 'Vergebe/entziehe Rolle des Autors',  
      'Set a due date'
    'Grant/revoke role of Course Coordinator'  => '设定一个截止日期',
 => 'Vergebe/entziehe Rolle des Kurs-Koordinators',  
      'Set an answer open date'
    'Grant/revoke role of Domain Guest'  => 'Set an answer open date',
 => 'Vergebe/entziehe Rolle des Domänengasts',  
      'Set an open date'
    'Grant/revoke role of Librarian'  => 'Set an open date',
 => 'Vergebe/entziehe Rolle des Bibliothekars',  
      'Set opening datefor all problems in the course for. . .'
    'Grant/revoke role of Teaching Assistant'  => 'Set opening datefor all problems in the course for. . .',
 => 'Vergebe/entziehe Rolle des Tutors',  
      'Set the number of tries'
    'Internally authenticated'  => '设置尝试次数',
 => 'Intern authentifiziert',  
      'Set the problem weight'
    'Kerberos authenticated'  => '设置问题难度',
 => 'Kerberos-authentifiziert',  
      'Set/Modify Course Assessment Parameter'
    'LON-CAPA Helper:'  => '设置/修改课程评估参数',
 => 'LON-CAPA-Hilfsprogramm:',  
      'Set/Modify Course Assessment Parameters'
    'Lock and unlock assessments'  => '设置/修改课程评估参数',
 => 'Sperren und Entsperren von Beurteilungen',  
      'Set/Modify Course Parameters'
    'Manage Access Keys'  => '设置/修改课程参数',
 => 'Zugriffsschlüssel verwalten',  
      'Show More Options'
    'Manage access keys'  => '显示更多选项',
 => 'Zugriffsschlüssel verwalten',  
      'Students Affected'
    'Max Possible To Date'  => '受影响的学生',
 => 'Bis jetzt maximal erreichbar',  
      '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.'
    'Modify Course Assessment Parameters'  => '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.',
 => 'Bearbeite Parameter für die Kursbeurteilung',  
      'Total'
    'Modify authentication mechanism and data for a user'  => '总共',
 => 'Bearbeite Authentifizierungs-Methode und Daten für einen Benutzer',  
      'Total Parts In Course'
    'Modify grades'  => 'Total Parts In Course',
 => 'Bewertungen ändern',  
      'Type'
    'Next ->'  => '型号',
 => 'Weiter ->',  
      'UNIX authenticated'
    'One particular problem'  => 'UNIX 认证',
 => 'Eine bestimmte Aufgabe',  
      'USERS'
    'Parameter Name'  => '用户',
 => 'Parametername',  
      'Unknown ID'
    'Parameter Type'  => '未知 ID',
 => 'Parametertyp',  
      'Unknown user'
    'Parameter in Effect'  => '未知用户',
 => 'Effektiver Parameter',  
      'Update Course Assessment Parameter Display'
    'Please select a problem to analyze'  => 'Update Course Assessment Parameter Display',
 => 'Wählen Sie die zu analysierende Aufgabe',  
      'Update Section or Specific User'
    'Post anonymously'  => 'Update Section or Specific User',
 => 'Anonym absenden',  
      'Verify Selection'
    'Post discussion on course resources'  => '确认选择',
 => 'Diskussion zu den Ressourcen des Kurses absenden',  
      'Welcome to the Assignment Parameter Helper'
    'Post system frontpage announcements'  => 'Welcome to the Assignment Parameter Helper',
 => 'Sende Ankündigungen auf der Hauptseite des Systems',  
      'What parameter do you want to set for all problems in the course?'
    'Post to live chatrooms'  => 'What parameter do you want to set for all problems in the course?',
 => 'In die Live-Chatrooms senden',  
      'What should the opening date be set to?'
    'Problems Not Contained In A Folder'  => 'What should the opening date be set to?',
 => 'Aufgaben, die sich nicht in einem Unterverzeichnis befinden',  
      'Which Problem or Problems?'
    'Section'  => 'Which Problem or Problems?',
 => 'Sektion',  
      'Which problems do you wish to set a parameter for?'
    'Section:'  => 'Which problems do you wish to set a parameter for?',
 => 'Sektion:',  
      'You need to choose another user role or enter a specific course or community for this function.'
    'Select Date'  => 'You need to choose another user role or enter a specific course or community for this function.', # '对于此功能您需要选择另一个用户角色,或者输入特定的课程。',
 => 'Datum auswählen',  
      'a.m.'
    'Select Enclosing Map or Folder'  => '上午',
 => 'Eingeschlossene(s) Inhaltszusammenstellung oder Verzeichnis',  
      'acc keys'
    'Select Parameter Level'  => 'acc keys',
 => 'Parameter-Ebene',  
      'according to course preferences'
    'Send internal email'  => '根据课程设置',
 => 'Verschicke interne Nachrichten',  
      'according to resource settings'
    'Set Course Environment Parameters'  => '根据资源设置',
 => 'Setze Kursumgebungs-Parameter',  
      'according to user session state'
    'Set Date'  => '根据用户会话状态',
 => 'Setze Datum',  
      'all'
    'Set Defaults for All Resources in'  => '所有的',
 => 'Setze voreingestellte Werte für alle Ressourcen im',  
      'at'
    'Set a due date'  => '在',
 => 'Setze Fälligkeitsdatum',  
      'at Domain'
    'Set an answer open date'  => '在域',
 => 'Setze Antwort-Verfügbarkeits-Datum',  
      'at domain'
    'Set an open date'  => '在域',
 => 'Setze eine Bearbeitungsbeginn-Datum',  
      'default'
    'Set opening datefor all problems in the course for. . .'  => '默认',
 => 'Setze Öffnungsdatum für alle Aufgaben im Kurs auf. . .',  
      'for Enclosing Map or Folder'
    'Set the number of tries'  => '对于附有目录或文件夹', #??? [SB 18.10.2006]
 => 'Setze Anzahl von Versuchen',  
      'for Resource'
    'Set the problem weight'  => '资源',
 => 'Setze Aufgabengewicht',  
      'from Enclosing Map or Folder'
    'Set/Modify Course Assessment Parameter'  => '从附有目录或文件夹', #??? [SB 18.10.2006]
 => 'Setze/Ändere Parameter zur Kursbeurteilung',  
      'general'
    'Set/Modify Course Assessment Parameters'  => '一般的',
 => 'Setze/Ändere Parameter zur Kursbeurteilung',  
      'in Course'
    'Set/Modify Course Parameters'  => '在课程',
 => 'Setze/Ändere Kursparameter',  
      'in Section/Group'
    'Show More Options'  => '在科/组',
 => 'Zeige mehr Optionen',  
      'manage'
    'Students Affected'  => '管理',
 => 'Betroffene Studierende',  
      'of'
    '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.'  => 'of',
 => 'Dieses Hilfsprogramm wird Ihnen dabei helfen, das Datum für den Bearbeitungsbeginn, die Fälligkeit und die Antwort-Verfügbarkeit für Aufgaben zu setzen und die Anzahl der Versuche für Aufgaben festzulegen. Sie werden gefragt, für welche Aufgaben Sie die Parameter zu setzen wünschen, dann, welche Parameter Sie setzen möchten. Schließlich wählen Sie aus, wen diese Einstellungen betreffen. Nach Abschluss dieser Hilfeunterstützung wird Ihnen gezeigt, wo Sie in dem erweiterten Interface die Parameter setzen können, die Sie ausgewählt haben, damit Sie dies in Zukunft direkt erledigen können. Klicken Sie auf Weiter -&gt; um zu beginnen oder wählen Sie &lt;- Zurück, um zur vorherigen Seite zurückzukehren.',  
      'or ID'
    'Total'  => '或者 ID',
 => 'Gesamt',  
      'p.m.'
    'Total Parts In Course'  => '下午',
 => 'Gesamtanzahl an Aufgabenteilen in dem Kurs',  
      'percent'
    'Type'  => '百分比',
 => 'Typ',  
      'unless locked'
    'UNIX authenticated'  => '除非锁定',
 => 'UNIX authentifiziert',  
      'users in'
    'USERS'  => 'users in',
 => 'BENUTZER',  
      'Access Key Management'
    'Unknown ID'  => 'Access Key Management',
 => 'Unbekannte ID',  
      'Assessment'
    'Unknown user'  => '评价',
 => 'Unbekannter Benutzer',  
      'Calculations'
    'Update Course Assessment Parameter Display'  => 'Calculations',
 => 'Aktualisiere die Anzeige der Parameter zur Kursbeurteilung',  
      'Comma Separated Values'
    'Update Section or Specific User'  => 'Comma Separated Values',
 => 'Aktualisiere Sektion oder bestimmten Benutzer',  
      'Course ID'
    'Verify Selection'  => '课程 ID',
 => 'Überprüfe Auswahl',  
      'Course level sheet'
    'Welcome to the Assignment Parameter Helper'  => 'Course level sheet', # ??? [SB 2007-07-02]
 => 'Willkommen zum Hilfsprogramm für Übungs-Parameter',  
      'Detailed Problem Analysis'
    'What parameter do you want to set for all problems in the course?'  => 'Detailed Problem Analysis',
 => 'Welche Parameter möchten Sie für alle Aufgaben in dem Kurs setzen?',  
      'End Helper'
    'What should the opening date be set to?'  => 'End Helper',
 => 'Auf wann soll das Öffnungsdatum gesetzt werden?',  
      'Excel'
    'Which Problem or Problems?'  => 'Excel',
 => 'Welche Aufgabe oder Aufgaben?',  
      'Text (essays only)'
    'Which problems do you wish to set a parameter for?'  => 'Text (essays only)',
 => 'Für welche Aufgaben möchten Sie die Parameter setzen?',  
      'Finish Course Initialization'
    'You need to choose another user role or enter a specific course for this function'  => 'Finish Course Initialization',
 => 'Für die angeforderte Seite müssen Sie eine andere Benutzerrolle wählen oder einen bestimmten Kurs betreten.',  
      'Generate Spreadsheet'
    'a.m.'  => '生成报告表',
 => 'vorm.',  
      'Grant/revoke role of Bubblesheet Operator'
    'acc keys'  => 'Grant/revoke role of Bubblesheet Operator',
 => 'Zugr.-Schlüssel',  
      'HTML'
    'according to course preferences'  => 'HTML',
 => 'nach den Kurs-Einstellungen',  
      'Invalid date entry'
    'according to resource settings'  => 'Invalid date entry',
 => 'nach den Ressourceneinstellungen',  
      'Load:'
    'according to user session state'  => '加载:',
 => 'nach dem Status der Benutzersitzung',  
      'No changes were made to the current settings.'
    'all'  => 'No changes were made to the current settings.',
 => 'alle',  
      'Output Format'
    'at'  => '输出格式',
 => 'in',  
      'Processing course structure'
    'at Domain'  => 'Processing course structure',
 => 'in Domäne',  
      'Processing first student'
    'at domain'  => 'Processing first student',
 => 'in Domäne',  
      'Row'
    'default'  => '排列',
 => 'voreingestellt',  
      'Save as'
    'for Enclosing Map or Folder'  => '另存为',
 => 'für eingeschlossene(s) Inhaltszusammenstellung oder Verzeichnis', #??? [SB 18.10.2006]  
      'Save as &amp; Make This Sheet the Default'
    'for Resource'  => '另存为 & 使此工作表作为一个默认使用',
 => 'für Ressource',  
      'Bubblesheet Operator'
    'from Enclosing Map or Folder'  => 'Bubblesheet Operator',
 => 'aus eingeschlossener/m Inhaltszusammenstellung oder Verzeichnis', #??? [SB 18.10.2006]  
      'Select All'
    'general'  => '全选',
 => 'generell',  
      'Select All Students'
    'in Course'  => '选择所有学生',
 => 'in Kurs',  
      'Select Spreadsheet File'
    'in Section/Group'  => '选择电子表格文件',
 => 'in Sektion/Gruppe',  
      'Send bubblesheet data to a course'
    'manage'  => 'Send bubblesheet data to a course',
 => 'verwalte',  
      'Spreadsheet Computation'
    'midnight'  => 'Spreadsheet Computation',
 => 'Mitternacht',  
      'Spreadsheet Computation Status'
    'noon'  => 'Spreadsheet Computation Status',
 => 'Mittag',  
      'Student level sheet'
    'num_override'  => 'Student level sheet',
 => 'num_override',  
      'Summary'
    'of'  => 'Summary',
 => 'von',  
      'Template'
    'or ID'  => 'Template',
 => 'oder ID',  
      'Unselect All'
    'p.m.'  => 'Unselect All',
 => 'nachm.',  
      'Unselect All Students'
    'percent'  => 'Unselect All Students',
 => 'Prozent',  
      'Upload bubblesheet data'
    'unless locked'  => 'Upload bubblesheet data',
 => 'falls nicht gesperrt',  
      'You must choose at least one student to continue.'
    'users in'  => 'You must choose at least one student to continue.',
 => 'Benutzer in',  
      'You must choose one or more choices to continue.'
    'Access Key Management'  => 'You must choose one or more choices to continue.',
 => 'Zugriffsschlüssel-Verwaltung',  
      'may be open from a different computer.'
    'Assessment'  => 'may be open from a different computer.',
 => 'Beurteilung',  
      'minutes'
    'Calculations'  => 'minutes',
 => 'Berechnungen',  
      'remaining'
    'Comma Separated Values'  => 'remaining',
 => 'CSV (kommaseparierte Liste)',  
      'second'
    'Course ID'  => 'second',
 => 'Kurs-ID',  
      'seconds'
    'Course level sheet'    => 'seconds',
 => 'Kurs-Level-Bogen', # ??? [SB 2007-07-02]  
      'Additional Recipients'
    'Detailed Problem Analysis'  => '其他收件人',
 => 'Detaillierte Aufgabenanalyse',  
      'Analyze Over [_1] [_2]'
    'End Helper'  => 'Analyze Over [_1] [_2]',
 => 'Hilfsprogramm beenden',  
      'Analyze Problem'
    'Excel'  => 'Analyze Problem',
 => 'Excel',  
      'Analyze Problem Again'
    'Text (essays only)'  => 'Analyze Problem Again',
 => 'Text (nur bei Essays)',  
      'Analyze as '
    'Finish Course Initialization'  => 'Analyze as ',
 => 'Beende Kursinitialisierung',  
      'Browsing resource, all submissions are temporary.'
    'Generate Spreadsheet'  => 'Browsing resource, all submissions are temporary.',
 => 'Erzeuge Beurteilungsbogen',  
      'By'
    'Grant/revoke role of Scantron Operator'  => 'By',
 => 'Vergebe/entziehe Rolle des Scantron-Operators',  
      'Check All'
    'HTML'  => '全选',
 => 'HTML',  
      'Check for All'
    'Invalid date entry'  => '检查所有',
 => 'Ungültiger Datumseintrag',  
      'Check for None'
    'Load:'  => '检查无',
 => 'Lade:',  
      'Check for Section/Group'
    'No changes were made to the current settings.'  => '检查科/组',
 => 'An den derzeitigen Einstellungen wurden keine Veränderungen vorgenommen.',  
      'Choose a different resource'
    'Output Format'  => '选择不同的资源',
 => 'Ausgabeformat',  
      'Concepts'
    'Processing course structure'  => '草稿',
 => 'Kursstruktur verarbeiten',  
      'Critical Messages'
    'Processing first student'  => '重要讯息',
 => 'Für ersten Studierenden berechnen',  
      'Delete'
    'Row'  => '删除',
 => 'Reihe',  
      'Delete Checked'
    'Save as'  => '删除选中',
 => 'Speichere unter',  
      'Display All Messages'
    'Save as & Make This Sheet the Default'  => '显示所有邮件',
 => 'Speichern unter und diesen Beurteilungsbogen als Voreinstellung verwenden',  
      'Display all Messages'
    'Scantron Operator'  => '显示所有邮件',
 => 'Scantron-Operator',  
      'Foils'
    'Select All'  => '选择',
 => 'Alle auswählen',  
      'Forward'
    'Select All Students'  => '转发',
 => 'Wähle alle Studierenden',  
      'Forwarded message from'
    'Select Spreadsheet File'  => '转发邮件从',
 => 'Beurteilungsbogen-Datei auswählen',  
      'Forwarding'
    'Send Scantron data to a course'  => '转发',
 => 'Scantron-Daten an einen Kurs senden',  
      'From'
    'Spreadsheet Computation'  => '从',
 => 'Beurteilungsbogen berechnen',  
      'Functions'
    'Spreadsheet Computation Status'  => '功能',
 => 'Status der Beurteilungsbogen-Berechnungen',  
      'Mail'
    'Student level sheet'  => '邮件',
 => 'Studierdenden-Level-Bogen',  
      'Mark Unread'
    'Summary'  => '标记为未读',
 => 'Zusammenfassung',  
      'New Problem Variation'
    'Template'  => 'New Problem Variation',
 => 'Vorlage',  
      'New Randomization'
    'Unselect All'  => '新的变化',
 => 'Auswahl komplett aufheben', # 'Alle deselektieren',  
      'Next'
    'Unselect All Students'  => '下一步',
 => 'Alle Studenten deselektieren',  
      'Number of Plots [_1]'
    'Upload Scantron data'  => 'Number of Plots [_1]',
 => 'Scantron-Daten hochladen',  
      'Option Response Problem Analysis'
    'You must choose at least one student to continue.'  => 'Option Response Problem Analysis',
 => 'Zum Fortfahren müssen Sie mindestens einen Studierenden auswählen.',  
      'Previous'
    'You must choose one or more choices to continue.'  => '以前的',
 => 'Zum Fortfahren müssen Sie mindestens eine oder mehrere Auswahlen treffen.',  
      'Re'
    'last student'  => '回复',
 => 'letzten Studierenden',  
      'Record'
    'may be open from a different computer.'  => '记录',
 => 'könnte von einem anderen Computer aus geöffnet sein.',  
      'Reply'
    'minutes'  => '回复',
 => 'Minuten',  
      'Reset Submissions'
    'remaining'  => 'Reset Submissions',
 => 'übrig',  
      'Select a course'
    'second'  => '选择课程',
 => 'Sekunde',  
      'Selecting a User'
    'seconds'  => '选择用户',
 => 'Sekunden',  
      'Send New'
    'seconds for'  => 'Send New',
 => 'Sekunden für',  
      'Send Reply'
    'Additional Recipients'  => '发送回复',
 => 'Weitere Empfänger',  
      'Send as critical message'
    'Analyze Over '  => '发出一个重要信息',
 => 'Analyse über ',  
      'Simple Problem Editor'
    'Analyze Problem'  => '简单的问题编辑器',
 => 'Analysiere Aufgabe',  
      'Starting'
    'Analyze Problem Again'  => '开始',
 => 'Aufgabe erneut analysieren',  
      'Student Data Compilation Progress'
    'Analyze as '  => '学生资料汇编进展',
 => 'Analysiere als ',  
      'Student Data Compilation Status'
    'Browsing resource, all submissions are temporary.'  => '学生资料汇编状态',
 => 'Eingereichte Antworten werden nicht gespeichert.',  
      'There is no student data for this problem.'
    'By'  => '对于这个问题,没有任何学生的数据。',
 => 'Von',  
      'Time'
    'Check All'  => '时间',
 => 'Alle auswählen',  
      'To:'
    'Check for All'  => '收件人:',
 => 'Überprüfe für alle',  
      'Uncheck All'
    'Check for None'  => '全部取消',
 => 'Überprüfe für nichts',  
      'Unsuccessful Login'
    'Check for Section/Group'  => '登录失败',
 => 'Überprüfe für Sektion/Gruppe',  
      'Update Student Data'
    'Choose a different resource'  => '更新学生资料',
 => 'Eine andere Ressource auswählen',  
      'You have no critical messages.'
    'Concepts'  => '您没有任何重要讯息。',
 => 'Konzepte',  
      'and return receipt'
    'Critical Messages'  => 'and return receipt',
 => 'Wichtige Nachrichten',  
      'can not be accessed from your location.'
    'Delete'  => 'can not be accessed from your location.',
 => 'Löschen',  
      'Unacceptable username [_1] for user [_2] [_3] [_4] [_5]'
    'Delete Checked'  => 'Unacceptable username [_1] for user [_2] [_3] [_4] [_5]',
 => 'Ausgewählte löschen',  
      'Unacceptable domain [_1] for user [_2] [_3] [_4] [_5]'
    'Display All Messages'  => 'Unacceptable domain [_1] for user [_2] [_3] [_4] [_5]',
 => 'Alle Nachrichten anzeigen',  
      'All Documents in Course'
    'Display all Messages'  => 'All Documents in Course',
 => 'Alle Nachrichten anzeigen',  
      'All Resources (possibly large output)'
    'Foils'  => 'All Resources (possibly large output)',
 => 'Auswahlmöglichkeiten',  
      'Anonymous'
    'Forward'  => '匿名',
 => 'Weiterleiten',  
      'Anonymous contribution to course discussion of resource'
    'Forwarded message from'  => '匿名参加这个资源的讨论',
 => 'Weitergeleitete Nachricht von',  
      'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
    'Forwarding'  => 'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).',
 => 'Weiterleitung',  
      'Associate columns with student attributes.'
    'From'  => 'Associate columns with student attributes.',
 => 'Von',  
      'Attribute'
    'Functions'  => 'Attribute',
 => 'Funktionen',  
      'CSV (comma separated values, spreadsheet)'
    'Mail'  => 'CSV (逗号分隔值, 表格)',
 => 'Nachricht',  
      'Check Course Document Versions'
    'Mark Unread'  => 'Check Course Document Versions',
 => 'Als ungelesen kennzeichnen',  
      'Check/Set Resource Versions'
    'New Problem Variation'  => '检查/设置源版本',
 => 'Neue Aufgabenvariation',  
      'Chronological View'
    'New Randomization'  => '顺序查看',
 => 'Neue Variation',  
      'Column'
    'Next'  => 'Column',
 => 'Weiter',  
      'Column [_1]'
    'Number of Plots:'  => 'Column [_1]',
 => 'Anzahl an Graphen:',  
      'Continue enrollment?'
    'Option Response Problem Analysis'  => 'Continue enrollment?',
 => 'Analyse von option response-Aufgabe',  
      'Contribution to course discussion of resource'
    'Previous'  => '正常参加这个资源的讨论',
 => 'Vorherig',  
      'Diffs'
    'Re'  => '区别',
 => 'Antw',  
   #   'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
    'Record'  #=> 'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)',
 => 'Eintrag',  
   
    'Reply'     'Disable Student/Employee ID Safeguard and force change of conflicting IDs'
 => 'Antworten',  => '禁用学生/员工编号,维护和强制改变不一致的IDs',
   
    'Reset Submissions'     '(only do if you know what you are doing.)'
 => 'Einreichungen zurücksetzen',  => '(只有这样做,如果你知道自己在做什么。)',
   
    'Select a course'     'Discussion Contributions'
 => 'Kurs auswählen',  => '参加讨论',
   
    'Selecting a User'     'Drop Students'
 => 'Benutzer auswählen',  => '从该课程删除学生',
   
    'Send New'     'Dropped [_1]'
 => 'Sende neue',  => '[_1] ausgeschlossen',
   
    'Send Reply'     'Dropped [_1] student(s).'
 => 'Sende Antwort',  => '[_1] Student(en) ausgeschlossen.',
   
    'Send as critical message'     'Dropping Students'
 => 'Sende als wichtige Nachricht',  => 'Dropping Students',
   
    'Simple Problem Editor'     'EMail Address'
 => 'Einfacher Aufgabeneditor',  => 'EMail Address',
   
    'Starting'     'Enroll a single student'
 => 'Starte',  => '注册一个学生',
   
    'Student Data Compilation Progress'     'Enrolling Students'
 => 'Kompilierungsfortschritt der studentischen Daten',  => '注册学生',
   
    'Student Data Compilation Status'     'Error'
 => 'Kompilierungsstatus der studentischen Daten',  => 'Error',
   
    'There is no student data for this problem.'     'Error: '
 => 'Für diese Aufgabe existieren keine studentischen Daten.',  => 'Error: ',
   
    'Time'     'Error: [_1]'
 => 'Zeit',  => 'Error: [_1]',
   
    'To'     'Field'
 => 'An',  => 'Field',
   
    'Uncheck All'     'Filenames in Authoring Space'
 => 'Gesamte Auswahl aufheben',  => 'Filenames in Authoring Space',
   
    'Unsuccessful Login'     'First Name'
 => 'Login fehlgeschlagen',  => '名',
   
    'Update Student Data'     'Folder in Authoring Space'
 => 'Aktualisiere Studentendaten',  => 'Folder in Authoring Space',
   
    'You have no critical messages.'     'Full Update'
 => 'Sie haben keine wichtigen Nachrichten.',  => '全面更新',
   
    'and return receipt'     'Full update (also print list of users not enrolled anymore)'
 => 'mit Empfangsbestätigung',  => 'Full update (also print list of users not enrolled anymore)', # => '全面更新 (auch Liste von Benutzern ausgeben, die den Kurs nicht mehr belegt haben)',
   
    'can not be accessed from your location.'     'Generation'
 => 'kann von Ihrer Position aus nicht aufgerufen werden.',  => '生成',
   
    '[_1]: Unacceptable username for user [_2] [_3] [_4] [_5]'     'Group/Section'
 => '[_1]: Unzulässige Benutzerkennung für den Benutzer [_2] [_3] [_4] [_5]',  => '组/科',
   
    'All Documents in Course'     'HTML/XML'
 => 'Alle Ressourcen im Kurs',  => 'HTML/XML',
   
    'All Resources (possibly large output)'     'Hide'
 => 'Alle Ressourcen (möglicherweise lange Ausgabe)',  => '隐藏',
   
    'Anonymous'     'Student/Employee ID'
 => 'Anonym',  => '学生/员工 ID',
   
    'Anonymous contribution to course discussion of resource'     'Identify fields'
 => 'Anonyme Teilnahme an der Kursdiskussion über diese Ressource',  => 'Identify fields',
   
    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'     'If active, the new role will be available when the students next log in to LON-CAPA.'
 => 'Generell sollten nur Autoren und Co-Autoren über das Dateisystem authentifiziert sein (erlaubt Zugriff auf das Server-Dateisystem).',  => 'If active, the new role will be available when the students next log in to LON-CAPA.',
   
    'Associate columns with student attributes.'     'Ignore First Line'
 => 'Verknüpfung der Spalten aus der Datei mit den studentischen Eigenschaftsfeldern',  => '忽略第一行',
   
    'Attribute'     'Initial Password'
 => 'Eigenschaft',  => '初始密码',
   
    'CSV (comma separated values, spreadsheet)'     'Internal Filename'
 => 'CSV (komma-separierte Liste, Tabelle)',  => '内部文件名',
   
    'Check Course Document Versions'     'Invalid home server specified'
 => 'Überprüfe Versionen der Kursdokumente',  => 'Invalid home server specified',
   
    'Check/Set Resource Versions'     'Keep all Resources up-to-date with most recent Versions (default)'
 => '检查/设置资源版本',  => 'Keep all Resources up-to-date with most recent Versions (default)',
 #=> 'Versionen einstellen',  
      'LON-CAPA Domain for Students'
    'Chronological View'  => 'LON-CAPA Domain for Students',
 => 'Chronologische Sicht',  
      'LON-CAPA Enrollment Manager'
    'Column'  => 'LON-CAPA Enrollment Manager',
 => 'Spalte',  
      'LON-CAPA domain: [_1]'
    'Column&nbsp;[_1]'  => 'LON-CAPA 域: [_1]',
 => 'Spalte&nbsp;[_1]',  
      'Last Name'
    'Column [_1]'  => '姓',
 => 'Spalte [_1]',  
      'Last Name, First Names'
    'Continue enrollment?'  => '姓,名',
 => 'Trotzdem mit der Kursbelegung fortfahren?',  
      'Login Type'
    'Contribution to course discussion of resource'  => '登录类型',
 => 'Normale Teilnahme an der Kursdiskussion über die Ressource',  
      'Middle Names/Initials'
    'Diffs'  => '中名/缩写',
 => 'Unterschiede',  
      'Modify Parameters'
 #   'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'  => '修改参数',
 #=> 'Deaktiviere ID-/Matrikelnummer-Safeguard und erzwinge Änderung von in Konflikt stehenden IDs (Machen Sie dies nur, wenn Sie wirklich wissen, was Sie tun).',  
      'Modify student data'
   => '修改学生资料',
    'Disable Student/Employee ID Safeguard and force change of conflicting IDs'  
 => 'Studenten-/Mitarbeiter-ID-Safeguard deaktivieren und Änderung von in Konflikt stehenden IDs erzwingen.',     'Most recently published Version'
   => '最近发布的版本',
    '(only do if you know what you are doing.)'  
 => '(Machen Sie dies nur, wenn Sie wirklich wissen, was Sie tun.)',     'No Kerberos domain was specified.'
   => 'No Kerberos domain was specified.',
    'Discussion Contributions'  
 => 'Diskussionsbeiträge',     'None Found'
   => '没有找到',
    'Drop Students'  
 => 'Studenten ausschließen',     'Note: For large courses, this operation may be time consuming.'
   => 'Note: For large courses, this operation may be time consuming.',
    'Dropped [_1]'  
 => '[_1] ausgeschlossen',     'This will not take effect if the user already exists.'
   => 'This will not take effect if the user already exists.',
    'Dropped [_1] student(s).'  
 => '[_1] Student(en) ausgeschlossen.',     'Processed [_1] student(s).'
   => '[_1] Studierende bearbeitet.',
    'Dropping Students'  
 => 'Schließe Studenten aus',     'Re-enrollment will re-activate data.'
   => 'Re-enrollment will re-activate data.',
    'Dump Course DOCS'  
 => 'Kursdokumente übernehmen',     'Registering'
   => 'Registering',
    'EMail Address'  
 => 'E-Mail-Adresse',     'Samples'
   => '例如',
    'Enroll a single student'  
 => 'Einzelnen Studenten Kurs belegen lassen',     'Save as ...'
   => '另存为...',
    'Enrolling Students'  
 => 'Studenten werden in den Kurs aufgenommen',     'Set Version to be used in Course'
   => 'Set Version to be used in Course',
    'Error'  
 => 'Fehler',     'Set Versions to be used in Course according to Selections below'
   => 'Set Versions to be used in Course according to Selections below',
    'Error: '  
 => 'Fehler: ',     'Set all Resource Versions to current Version (Fix Versions)'
   => 'Set all Resource Versions to current Version (Fix Versions)',
    'Error: [_1]'  
 => 'Fehler: [_1]',     'Show Preview'
   => 'Show Preview',
    'Error dropping [_1]:[_2]'  
 => 'Fehler beim Ausschließen von [_1]:[_2]',     'Space separated'
   => '以空格分隔',
    'Field'  
 => 'Feld',     'Starting and Ending Dates'
   => '起始和结束日期',
    'Filenames in Construction Space'  
 => 'Dateinamen im Konstruktionsbereich',     'Student Number'
   => '学生证号码',
    'First Name'  
 => 'Vorname',     'Tabulator separated'
   => '以制表符分隔',
    'Folder in Construction Space'  
 => 'Verzeichnis im Konstruktionsbereich',     'The optional email address field was not specified.'
   => 'The optional email address field was not specified.',
    'Full Update'  
 => 'Vollständige Aktualisierung',     'The optional name field was not specified.'
   => 'The optional name field was not specified.',
    'Full update (also print list of users not enrolled anymore)'  
 => 'Vollständige Aktualisierung (auch Liste von Benutzern ausgeben, die den Kurs nicht mehr belegt haben)',     'The optional ID number field was not specified.'
   => 'The optional ID number field was not specified.',
    'Generation'  
 => 'Generation',     'The optional section or group field was not specified.'
   => 'The optional section or group field was not specified.',
    'Group/Section'  
 => 'Gruppe/Sektion',     'The optional student number field was not specified.'
   => 'The optional student number field was not specified.',
    'HTML/XML'  
 => 'HTML/XML',     'The optional section field was not specified.'
   => 'The optional section field was not specified.',
    'Hide'  
 => 'Verbergen',     'The optional role field was not specified.'
   => 'The optional role field was not specified.',
    'Student/Employee ID'  
 => 'Studenten-/Mitarbeiter-ID',     'The optional domain field was not specified.'
   => 'The optional domain field was not specified.',
    'Identify fields'  
 => 'Identifiziere Felder',     'There are no students currently enrolled.'
   => 'There are no students currently enrolled.',
    'If active, the new role will be available when the students next log in to LON-CAPA.'  
 => 'Falls aktiv, dann wird die neue Rolle verfügbar sein, wenn sich die Studenten das nächste Mal in LON-CAPA anmelden.',     'Continue adding users?'
   => 'Continue adding users?',
    'Ignore First Line'  
 => 'Erste Zeile nicht berücksichtigen',     'Threaded View'
   => '线程查看',
    'Initial Password'  
 => 'Anfangspasswort',     'Total number of records found in file: [_1]'
   => 'Total number of records found in file: [_1]',
    'Internal Filename'  
 => 'Interner Dateiname',     'Unable to enroll students'
   => 'Unable to enroll students',
    'Invalid home server specified'  
 => 'Ungültiger Heimatserver angegeben',     'Updating discussion time'
   => 'Updating discussion time',
    'Keep all Resources up-to-date with most recent Versions (default)'  
 => 'Alle Ressourcen immer mit den neuesten Versionen aktuell halten (voreingestellt)',     'Uploading Class List'
   => 'Uploading Class List',
    'LON-CAPA Domain for Students'  
 => 'LON-CAPA-Domäne für Studierende',     'Verify Content'
   => '检查内容',
    'LON-CAPA Enrollment Manager'  
 => 'LON-CAPA-Kursbelegungs-Verwaltung',     'Version used in Course'
   => 'Version used in Course',
    'LON-CAPA domain: [_1]'  
 => 'LON-CAPA-Domäne: [_1]',     'View Class List'
   => 'View Class List',
    'Last Name'  
 => 'Nachname',     'View Class list'
   => 'View Class list',
    'Last Name, First Names'  
 => 'Nachname, Vornamen',     'Welcome'
   => '欢迎',
    'Login Type'  
 => 'Login-Typ',     'Welcome to the Learning[_1]Online[_2] Network with CAPA. Please wait while your session is being set up.'
   => '欢迎您到在线网络 LON-CAPA 学习。请稍候,您的会话正在建立。',
    'Middle Names/Initials'  
 => 'Zweiter Vorname/Initialen',     'You must choose an authentication type.'
   => '你必须选择一个身份验证类型。',
    'Modify Parameters'  
 => 'Parameter ändern',     'You need to specify the Kerberos domain.'
   => 'You need to specify the Kerberos domain.',
    'Modify student data'  
 => 'Bearbeite Studentendaten',     'You need to specify the initial password.'
   => 'You need to specify the initial password.',
    'Most recently published Version'  
 => 'Zuletzt veröffentlichte Version',     'You need to specify the username field.'
   => 'You need to specify the username field.',
    'No Kerberos domain was specified.'  
 => 'Es wurde keine Kerberos-Domäne angegeben.',     'Your Version Settings have been Saved'
   => 'Your Version Settings have been Saved',
    'None Found'  
 => 'Kein gefunden',     '[_1] Do not change login data'
   => '[_1] 不要更改登录数据',
    'Note: For large courses, this operation may be time consuming.'  
 => 'Beachten Sie, dass die Ausführung für große Kurse lange dauern könnte.',     '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5 [_5]'
   => '[_1] Kerberos身份验证域 [_2] [_3] 版本 4 [_4] 版本 5 [_5]',
    'Note: This will not take effect if the user already exists.'  
 => 'Anmerkung: Diese Einstellung bleibt ohne Wirkung, falls der Benutzer bereits existiert.',     'Currently Kerberos authenticated with domain [_1] Version [_2].'
   => '目前的Kerberos身份验证域 [_1] 版本 [_2]。',
    'Processed [_1] student(s).'  
 => '[_1] Studierende bearbeitet.',     'Currently Kerberos authenticated, Version [_1].'
   => '目前Kerberos身份验证,版本 [_1]。',
    'Re-enrollment will re-activate data.'  
 => 'Eine erneute Kursbelegung würde die Daten reaktivieren.',     'most recent'
   => '最新的',
    'Registering'  
 => 'Registriere',     'name only visible to course faculty'
   => '只有课程管理者能看见',
    'Samples'  
 => 'Beispiele',     'Calculate answers'
   => '计算的答案',
    'Save as ...'  
 => 'Speichern unter...',    'Show All Foils'
   => '显示全部选项',
    'Set Version to be used in Course'  
 => 'Setze Version als die im Kurs genutzte',     'Show All Instances'
   => '显示全部选项',
    'Set Versions to be used in Course according to Selections below'  
 => 'Versionen gemäß der unten getroffenen Auswahlen einstellen',     '1 out of N multiple choice (radio button)'
   => '单选',
    'Set all Resource Versions to current Version (Fix Versions)'  
 => 'Alle Ressourcen auf die derzeitige Version festsetzen',     'Add new option'
   => '添加新的选择',
    'Show Preview'  
 => 'Zeige Vorschau',     'Administrator'
   => '管理员',
    'Space separated'  
 => 'Durch Leerzeichen getrennt',     'Answer:'
   => '回复:',
    'Starting and Ending Dates'  
 => 'Anfangs- und Endezeitpunkte',     'Attachment'
   => '附件',
    'Student Number'  
 => 'Matrikelnummer',     '(128 KB max size)'
   => '(最大 128 KB)',
    'Tabulator separated'  
 => 'Durch Tabulatoren getrennt',     'Change'
   => '改变',
    'The optional email address field was not specified.'  
 => 'Das optionale E-Mail-Adress-Feld wurde nicht ausgefüllt.',     'Change Random Seed To:'
   => '随机数的基础上:',
    'The optional name field was not specified.'  
 => 'Das optionale Namensfeld wurde nicht ausgefüllt.',     'Change Your Language Preferences'
   => '变更您的语言偏好',
    'The optional ID number field was not specified.'  
 => 'Das optionale Matrikelnummer-Feld wurde nicht ausgefüllt.',     'Concept:'
   => '概念:',
    'The optional section or group field was not specified.'  
 => 'Das optionale Sektions- oder Gruppenfeld wurde nicht ausgefüllt.',     'Correct Option:'
   => '正确的选择:',
    'The optional student number field was not specified.'  
 => 'Das optionale Matrikelnummer-Feld wurde nicht ausgefüllt.',     'Create a New Course'
   => '创建一个新的课程',
    'The optional section field was not specified.'  
 => 'Das optionale Sektionsfeld wurde nicht ausgefüllt.',     'Create a New Course or Group Space'
   => '创建一个新的课程或组空间',
    'The optional role field was not specified.'  
 => 'Das optionale Rollenfeld wurde nicht ausgefüllt.',     'Current'
   => '现在的',
    'The optional domain field was not specified.'  
 => 'Das optionale Domänenfeld wurde nicht ausgefüllt.',     'Delete an option'
   => '删除一个选项',
    'There are no students currently enrolled.'  
 => 'Derzeit haben keine Studierenden den Kurs belegt.',     'Delete:'
   => '删除:',
    'Continue adding users?'  
 => 'Mit dem Hinzufügen von Benutzern fortfahren?',     'Diffs with Current Version'
   => '与当前版本的区别',
    'Threaded View'  
 => 'Thread-Ansicht',     'Diffs with Version'
   => '不同版本之间的区别',
    'Total number of records found in file: [_1]'  
 => 'Gesamtanzahl an Datensätzen, die in der Datei gefunden wurden: [_1]',     'Diffs with current Version'
   => '与当前版本的区别',
    'Unable to enroll students'  
 => 'Konnte Studenten nicht eintragen.',     'Display and analysis of submission times on assessments.'
   => 'Display and analysis of submission times on assessments.',
    'Updating discussion time'  
 => 'Aktualisiere Diskussionszeit',     'Display foils in order given'
   => '在给定的分类里显示选项',
    'Upload a class list'  
 => 'Kursteilnehmerliste hochladen',     'Display foils in random order'
   => '在一个随机序列里显示选项',
    'Uploading Class List'  
 => 'Lade Kursteilnehmerliste hoch',     'Domain Guest'
   => '网上邻居',
    'Verify Content'  
 => '检查内容',     'Essay, open end'
 #=> 'Inhalte prüfen',  => '尝试,没有时间限制',
   
    'Version used in Course'     'False'
 => 'Version, die im Kurs verwendet wird',  => '错误的',
   
    'View Class List'     'Foil'
 => 'Zeige Kursteilnehmerliste',  => '选项',
   
    'View Class list'     'Format:'
 => 'Kursteilnehmerliste anzeigen',  => '格式:',
   
    'Welcome'     'Height(pixel):'
 => 'Willkommen',  => '高 (Pixel):',
   
    'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up.'     'Hint Text'
 => 'Willkommen zu LON-CAPA. Bitte warten Sie, während Ihre Sitzung vorbereitet wird.',  => '提示文字',
   
    'You must choose an authentication type.'     'If this resource is in active use, student performance data from the previous version may become inaccessible.'
 => 'Sie müssen einen Authentifizierungstyp auswählen.',  => 'If this resource is in active use, student performance data from the previous version may become inaccessible.',
   
    'You need to specify the Kerberos domain.'     'Image:'
 => 'Sie müssen eine Kerberos-Domäne auswählen.',  => '图片:',
   
    'You need to specify the initial password.'     'Incorrect Answers:'
 => 'Sie müssen ein initiales Passwort auswählen.',  => '错误的答案:',
   
    'You need to specify the username field.'     'Last accessed'
 => 'Sie müssen das Benutzerkennung-Feld ausfüllen.',  => '上次访问',
   
    'Your Version Settings have been Saved'     'Librarian'
 => 'Ihre Versionseinstellungen wurden gespeichert',  => 'Librarian',
   
    '[_1] Do not change login data'     'Making Backup to [_1]'
 => '[_1] Login-Daten nicht ändern',  => 'Making Backup to [_1]',
   
    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5 [_5]'     'Max Number Of Shown Foils:'
 => '[_1] Kerberos-authentifiziert mit Domäne [_2] [_3] Version 4 [_4] Version 5 [_5]',  => '显示选项的最大数量:',
   
    'Currently Kerberos authenticated with domain [_1] Version [_2].'     'Max number of foils displayed'
 => 'Derzeit Kerberos-authentifiziert mit Domäne [_1] Version [_2].',  => '显示选项的最大数量',
   
    'Currently Kerberos authenticated, Version [_1].'     'Metadata'
 => 'Derzeit Kerberos-authentifiziert, Version [_1].',  => '元数据',
   
    'most recent'     'metadata'
 => 'neuester',  => '元数据',
   
    'name only visible to course faculty'     'Metadata Version'
 => 'Name nur für Kursverwaltung sichtbar',  => '元数据版本',
   
    'Calculate answers'     'Metadata current version'
 => 'Berechne Antworten',  => '元数据的最新版本',
   
    '&nbsp;Show&nbsp;All&nbsp;Foils'     'Save Metadata'
 => '&nbsp;Zeige&nbsp;alle&nbsp;Auswahlmöglichkeiten',  => '保存元数据',
   
    '1 out of N multiple choice (radio button)'     'Name:'
 => '1-aus-N-Auswahl (radio button)',  => '姓氏:',
   
    'Add new option'     'New parameters or saved values'
 => 'Neue Option einfügen',  => '新的参数或保存价值',
   
    'Administrator'     'No language preference'
 => 'Administrator',  => '没有语言偏好',
   
    'Answer:'     'Not shown, not used'
 => 'Antwort:',  => '没有显示,没有使用',
   
    'Attachment'     'Obsolete parameters or saved values'
 => 'Anhang',  => '过时的参数或保存价值',
   
    '(128 KB max size)'     'Option response'
 => '(maximal 128 KB)',  => '答案选项',
   
    'Change'     'Please do not reply to this address.'
 => 'Ändern',  => 'Please do not reply to this address.',
   
    'Change Random Seed To:'     'Position'
 => 'Zufallszahlen-Basis:',  => 'Position',
   
    'Change Your Language Preferences'     'Preferred language'
 => 'Ändere Spracheinstellungen',  => '首选语言',
   
    'Concept:'     'Problems'
 => 'Konzept:',  => 'Problems',
   
    'Correct Option:'     'Produce Excel Output'
 => 'Korrekte Auswahl:',  => 'Produce Excel Output',
   
    'Create a New Course'     'Question Text'
 # => 'Erzeuge einen neuen Kurs',  => '文字问题',
 => 'Kurse erstellen',  
      'Random position'
    'Create a New Course or Group Space'  => '随机位置',
 => 'Einen neuen Kurs oder neuen Gruppenbereich erstellen',  
      'Retrieve Published Resources'
    'Current'  => '恢复发布的资源',
 => 'Derzeitig',  
      'Short string response'
    'Delete an option'  => '简短的文字回答',
 => 'Eine Option löschen',  
      'Show always at bottom position'
    'Delete:'  => '总是在最后显示',
 => 'Löschen:',  
      'Show always at top position'
    'Diffs with Current Version'  => '总是在最开始显示',
 => 'Unterschiede zur derzeitigen Version',  
      'Size:'
    'Diffs with Version'  => '大小:',
 => 'Unterscheidet sich von Version',  
      'Save Changes'
    'Diffs with current Version'  => '保存更改',
 => 'Unterschiede zur derzeitigen Version',  
      'Submission Time Analysis'
    'Display and analysis of submission times on assessments.'  => '提交时间分析',
 => 'Anzeige und Analyse der Einreichungszeiten in Beurteilungen',  
      'Submit Changes and Edit'
    'Display foils in order given'  => '保存并继续编辑',
 => 'Auswahlmöglichkeiten in gegebener Sortierung anzeigen',  
      'TeXWidth(mm):'
    'Display foils in random order'  => 'TeX-宽 (mm):',
 => 'Auswahlmöglichkeiten in zufälliger Reihenfolge anzeigen',  
      'Text'
    'Domain Guest'  => '文本',
 => 'Domänengast',  
      'Text Block'
    'Essay, open end'  => '文本块',
 => 'Essay, keine Zeitbegrenzung',  
      'This is an automatic message generated by the LON-CAPA system.'
    'False'  => 'This is an automatic message generated by the LON-CAPA system.',
 => 'Falsch',  
      'True'
    'Foil'  => '正确的',
 => 'Auswahlmöglichkeit',  
      'unused'
    'Format:'  => '未用过的',
 => 'Format:',  
      'Type-in value'
    'Height(pixel):'  => 'Type-in value',
 => 'Höhe (Pixel):',  
      'Unit:'
    'Hint Text'  => '单位:',
 => 'Lösungshinweis',  
      'Value'
    'If this resource is in active use, student performance data from the previous version may become inaccessible.'  => '值',
 => 'Wenn diese Ressource in Benutzung ist, ist es möglich, dass auf Leistungsdaten der Studenten von vorhergehenden Versionen nicht mehr zugegriffen werden kann.',  
      'Warning!'
    'Image:'  => '警告!',
 => 'Bild:',  
      'Width(pixel):'
    'Incorrect Answers:'  => '宽 (Pixel):',
 => 'Falsche Antworten:',  
      'anonymous'
    'Last accessed'  => '匿名',
 => 'Letzter Zugriff',  
      'bytes'
    'Librarian'  => 'bytes',
 => 'Bibliothekar',  
      'loginproblems.html'
    'Making Backup to [_1]'  => 'loginproblems.html',
 => 'Erstelle Sicherungsdatei in [_1]',  
      'versions of this problem'
    'Max Number Of Shown Foils:'  => '这个问题的版本',
 => 'Maximale Anzahl anzuzeigender Auswahlmöglichkeiten:',  
   
    'Max number of foils displayed'  #=====================
 => 'Maximale Anzahl gezeigter Auswahlmöglichkeiten',  # Begin remote control (mydesk.tab)
   # 2x8 chars, only lower case
    'Metadata'  # Same order as in mydesk.tab!
 => 'Metadaten',     'choose[_1]'
   => '选择',
    'metadata'     'course[_1]'
 => 'Metadaten',  => '课程',
   
    'Metadata Version'     'switch[_1]'
 => 'Metadaten-Version',  => '转换',
      'course[_2]'
    'Metadata current version'  => '课程',
 => 'Derzeitige Version der Metadaten',  
      'switch[_2]'
    'Save Metadata'  => '转换',
 => 'Metadaten speichern',     'role[_1]'
   => '角色',
    'Name:'  
 => 'Name:',     'choose[_2]'
   => '选择',
    'New parameters or saved values'     'role[_2]'
 => 'Neue Parameter oder gespeicherte Werte',  => '角色',
   
    'No language preference'     'course[_3]'
 => 'Keine Sprachpräferenz',  => '课程',
      'docs[_1]'
    'Not shown, not used'  => '内容',
 => 'Nicht gezeigt, nicht benutzt',  
      'course[_7]'
    'Obsolete parameters or saved values'  => '编辑',
 => 'Veraltete Parameter oder gespeicherte Werte',     'editor[_1]'
   => '课程文档',
    'Option response'  
 => 'Option Antwort',     'navigate[_1]'
   => '课程',
    'Please do not reply to this address.'     'contents[_1]'
 => 'Bitte antworten Sie nicht an diese Adresse.',  => '目录',
   
    'Please select a report to generate'     'request-[_1]'
 => 'Bitte wählen Sie einen Bericht zum Erstellen aus',  => 'request-[_1]',
      'course[_16]'
    'Position'  => 'course[_16]',
 => 'Position',  
      'my[_1]'
    'Preferred language'  => '我的',
 => 'Bevorzugte Sprache',     'grades[_1]'
   => '得分',
    'Problems'  
 => 'Probleme',     'course[_4]'
   => '课程',
    'Produce Excel Output'     'grades[_2]'
 => 'Erstelle Excel-Ausgabe',  => '等级',
   
    'Question Text'     'course[_5]'
 => 'Fragetext',  => 'course[_5]',
      'chart[_1]'
    'Random position'  => 'chart[_1]',
 => 'Zufällige Position',  
      'course[_6]'
    'Retrieve Published Resources'  => '课程',
 => 'Veröffentlichte Ressourcen wiederherstellen',     'stats[_1]'
   => '统计',
    'Short string response'  
 => 'Kurze Textantwort',     'manage[_1]'
   => 'manage[_1]',
    'Show always at bottom position'     'acc keys[_1]'
 => 'Immer am Ende anzeigen',  => 'acc keys[_1]',
   
    'Show always at top position'     'course[_12]'
 => 'Immer am Anfang anzeigen',  => '课程参加者',
      'roster[_1]'
    'Size:'  => '名单',
 => 'Größe:',  
      'user[_1]'
    'Save Changes'  => '用户',
 => 'Änderungen speichern',     'roles[_1]'
   => '角色',
    'Submission Time Analysis'  
 => 'Analyse der Einreichzeit',     'create[_1]'
   => '创建',
    'Submit Changes and Edit'     'course[_8]'
 => 'Speichern und weiterbearbeiten',  => '课程',
   
    'TeXWidth(mm):'     'course[_9]'
 => 'TeX-Breite (mm):',  => '课程',
      'parms[_1]'
    'Text'  => '参数',
 => 'Text',  
      'con-[_1]'
    'Text Block'  => 'con-[_1]',
 => 'Textblock',     'struct[_1]'
   => 'struct[_1]',
    'This is an automatic message generated by the LON-CAPA system.'  
 => 'Dies ist eine durch LON-CAPA automatisch erstellte Nachricht.',     'co con-[_1]'
   => 'co con-[_1]',
    'True'     'struct[_2]'
 => 'Wahr',  => 'struct[_2]',
   
    'unused'     'domain[_1]'
 => 'nicht verwendet',  => '域',
      'config[_1]'
    'Type-in value'  => '配置',
 => 'eingebbarer Wert',  
      'resource[_1]'
    'Unit:'  => '发布', # '资源',
 => 'Einheit:',     'space[_1]'
   => '资源',
    'Value'  
 => 'Wert',     'co res[_1]'
   => 'co res[_1]',
    'Warning!'     'space[_2]'
 => 'Achtung!',  => 'space[_2]',
   
    'Width(pixel):'     'what is[_1]'
 => 'Breite (Pixel):',  => '有什么',
      'new[_1]'
    'anonymous'  => '新内容',
 => 'anonym',  
      'enter[_1]'
    'bytes'  => 'enter[_1]',
 => 'Bytes',     'grades[_3]'
   => 'grades[_3]',
    'loginproblems.html'  
 => 'loginproblems.html',     'course[_13]'
   => '课程',
    'versions of this problem'     'catalog[_1]'
 => 'Versionen von dieser Aufgabe',  => '目录',
   
      'view[_1]'
 # Begin remote control (mydesk.tab)  => '查看',
 # 2x8 chars, only lower case     'bookmark[_1]'
 # Same order as in mydesk.tab!  => '书签',
   
    'choose[_1]'     'calendar[_1]'
 => 'wähle[_1]',  => '日历',
    'course[_1]'     'announce[_1]'
 => 'kurs[_1]',  => '通告',
   
    'switch[_1]'     'commu-[_1]'
 => 'wechsle[_1]',  => '发送和接收',
    'course[_2]'     'nication[_1]'
 => 'kurs[_2]',  => '邮件',
   
    'switch[_2]'     'course[_10]'
 => 'wechsle[_2]',  => '课程-',
    'role[_1]'     'chatroom[_1]'
 => 'rolle[_1]',  => '聊天室',
   
    'choose[_2]'     'course[_14]'
 => 'wähle[_2]',  => '课程-',
    'role[_2]'     'groups[_1]'
 => 'rolle[_2]',  => '组',
   
    'course[_3]'     'port-[_1]'
 => 'kurs-[_3]',  => '文件夹',
    'docs[_1]'     'folio[_1]'
 => 'inhalt[_1]',  => '空间',
   
    'edit crs[_1]'     'edit[_1]'
 => 'bearb[_1]',  => '编辑',
    'docs[_2]'     'blogs[_1]'
 => 'kursdok[_2]',  => '博客',
   
    'navigate[_1]'     'search[_3]'
 => 'inhalts-[_1]',  => 'search[_3]',
    'contents[_1]'     'prtfolio[_1]'
 => 'verz[_1]',  => 'prtfolio[_1]',
   
    'my[_1]'     'search[_1]'
 => 'meine[_1]',  => '在课程中',
    'grades[_1]'     'course[_11]'
 => 'bewert[_1]',  => '搜索',
   
    'course[_4]'     'search[_2]'
 => 'kurs[_4]',  => '搜索',
    'grades[_2]'     'library[_1]'
 => 'bewert[_2]',  => '资源',
   
    'course[_5]'     'prefer-[_1]'
 => 'kurs-[_5]',  => '用户',
    'chart[_1]'     'ences[_1]'
 => 'fortschr[_1]',  => '设置',
   
    'course[_6]'     'exit[_1]'
 => 'kurs-[_6]',  => '注销',
    'stats[_1]'     ' [_1]'
 => 'stat[_1]',  => ' ',
   
    'manage[_1]'  #=====================
 => 'verwalte[_1]',  # Remote control entries which occur only in lonmenu.pm
    'acc keys[_1]'  
 => 'z-schl[_1]',     'problem[_1]'
   => 'problem[_1]', # '问题',
    'course[_12]'     'grades[_4]'
 => 'kursteil[_12]',  => 'grades[_4]',
    'roster[_1]'  
 => 'nehmer[_1]',     'sub-[_1]'
   => 'sub-[_1]',
    'user[_1]'     'missions[_1]'
 => 'benutzer[_1]',  => 'missions[_1]',
    'roles[_1]'  
 => 'rollen[_1]',     'problem[_2]'
   => 'problem[_2]', # '问题',
    'create[_1]'     'parms[_2]'
 => 'kurs[_1]',  => 'parms[_2]',
    'course[_8]'  
 => 'erstel[_8]',     'dir[_1]'
   => 'dir[_1]',
    'course[_9]'     'list[_1]'
 => 'kurs-[_9]',  => 'list[_1]',
    'parms[_1]'  
 => 'param[_1]',     'retrieve[_1]'
   => 'retrieve[_1]',
    'con-[_1]'     'version[_1]'
 => 'konstr-[_1]',  => 'version[_1]',
    'struct[_1]'  
 => 'bereich[_1]',     'publish[_1]'
   => 'publish[_1]',
    'domain[_1]'     'resource[_3]'
 => 'domänen-[_1]',  => 'resource[_3]',
    'config[_1]'  
 => 'konfig[_1]',     'delete[_1]'
   => 'delete[_1]',
    'resource[_1]'     'resource[_2]'
 => 'res-[_1]',  => 'resource[_2]',
    'space[_1]'  
 => 'bereich[_1]',     'prepare[_1]'
   => 'prepare[_1]',
    'co res[_1]'     'printout[_1]'
 => 'co-res-[_1]',  => '', # !
    'space[_2]'  
 => 'bereich[_2]',     'backward[_1]'
   => 'backward[_1]',
    'what is[_1]'  
 => 'wasgibts[_1]',     'forward[_1]'
    'new[_1]'  => 'forward[_1]',
 => 'neues[_1]',  
      'set[_1]'
    'enter[_1]'  => 'set[_1]',
 => 'eingeben[_1]',     'bookmark[_2]'
    'grades[_3]'  => 'bookmark[_2]',
 => 'bewert[_3]',  
      'anno-[_1]'
    'send[_1]'  => 'anno-[_1]',
 => 'sende[_1]',     'tations[_1]'
    'scantron[_1]'  => 'tations[_1]',
 => 'scantron[_1]',  
      'catalog[_2]'
    'course[_13]'  => 'catalog[_2]',
 => 'kurs-[_13]',     'info[_1]'
    'catalog[_1]'  => 'info[_1]', # '信息',
 => 'übersi[_1]',  
      'evaluate[_1]'
    'view[_1]'  => 'evaluate[_1]',
 => 'lese-[_1]',     'this[_1]'
    'bookmark[_1]'  => 'this[_1]',
 => 'zeichen[_1]',  
      'feedback[_1]'
    'calendar[_1]'  => 'feedback[_1]',
 => 'kalend-[_1]',     'discuss[_1]'
    'announce[_1]'  => 'discuss[_1]',
 => 'ankünd[_1]',  
   # End remote control
    'commu-[_1]'  #=====================
 => 'kommu-[_1]',  
    'nication[_1]'     '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
 => 'nikation[_1]',  => '(输入最大[_1]同事的用户名或用户名@域名,例如:smithje or smithje@[_2]。)',
   
    'course[_10]'     '(Hand in a file you have prepared on your computer)'
 => 'kurs-[_10]',  => '(Hand in a file you have prepared on your computer)',
    'chat[_1]'  
 => 'chatroom[_1]',     ', select a template from the pull-down menu below.'
   => ', select a template from the pull-down menu below.',
    'course[_14]'  
 => 'kurs-[_14]',     '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'
    'groups[_1]'  => '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.',
 => 'gruppen[_1]',  
      'ABSTRACT'
    'port-[_1]'  => '摘要',
 => 'port-[_1]',  
    'folio[_1]'     'Access Control'
 => 'folio[_1]',  => '访问控制',
   
    'edit[_1]'     'Activate'
 => 'blogs[_1]',  => '激活',
    'blogs[_1]'  
 => 'verwalt[_1]',     'Add Roles'
   => '添加角色',
    'search[_3]'  
 => 'suche in[_3]',     "Add one empty page/column after each student's assignment"
    'prtfolio[_1]'  => "Add one empty page/column after each student's assignment",
 => 'prtfolio[_1]',  
      "Add three empty pages/column after each student's assignment"
    'search[_1]'  => "Add three empty pages/column after each student's assignment",
 => 'im kurs[_1]',  
    'course[_11]'     "Add two empty pages/column after each student's assignment"
 => 'suchen[_11]',  => "Add two empty pages/column after each student's assignment",
   
    'search[_2]'     'Date Shift'
 => 'suche in[_2]',  => 'Date Shift',
    'library[_1]'  
 => 'res[_1]',     'Do not clone date parameters'
   => 'Do not clone date parameters',
    'prefer-[_1]'  
 => 'benutz-[_1]',     'Clone date parameters as-is'
    'ences[_1]'  => 'Clone date parameters as-is',
 => 'einst[_1]',  
      'Shift date parameters by number of days'
    'exit[_1]'  => 'Shift date parameters by number of days',
 => 'beenden[_1]',  
    ' [_1]'     'Additional settings, if specified below, will override cloned settings'
 => ' [_1]',  => 'Additional settings, if specified below, will override cloned settings',
   
 #=====================     'Advanced Edit'
 #???:  => 'Advanced Edit',
   
    'course[_7]'     'All Resources'
 => 'Kurs[_7]',  => 'All Resources',
   
    'enroll[_1]'     'All Students'
 => 'Kursbelegung durchführen für[_1]',  => '所有学生',
   
    'user[_1]'     'Allowed filetypes: [_1]'
 => 'Benutzer[_1]',  => 'Allowed filetypes: [_1]',
   
    'roles[_1]'     'An error occurred during the attempt to change the section for this student.'
 => 'Rollen[_1]',  => 'An error occurred during the attempt to change the section for this student.',
   
    'user[_1]'     'An error occurred during the attempt to change the role information for this student.'
 => 'Benutzer[_1]',  => 'An error occurred during the attempt to change the role information for this student.',
   
    'roles[_1]'     'Analyzing Results'
 => 'Rollen[_1]',  => 'Analyzing Results',
   
    'co con-[_1]'     'Answerable'
 => 'Co-Kon-[_1]',  => 'Answerable',
   
    'struct[_2]'     'Assessment Parameters'
 => 'strukt[_2]',  => 'Assessment Parameters',
   
    'resource[_1]'     'Automated Enrollment Manager'
 => 'ressource[_1]',  => 'Automated Enrollment Manager',
   
    'space[_1]'     'Automated adds'
 => 'bereich[_1]',  => 'Automated adds',
   
    'anno-[_1]'     'Automated drops'
 => 'anno-[_1]',  => 'Automated drops',
   
    'backward[_1]'     'Automated enrollment settings'
 => 'backward[_1]',  => 'Automated enrollment settings',
   
    'bookmark[_2]'     'Bad Filename'
 => 'lesezeichen[_2]',  => 'Bad Filename',
   
    'evaluate[_1]'     'Begin Enrollment'
 => 'auswerten[_1]',  => 'Begin Enrollment',
   
    'feedback[_1]'     'Binary File'
 => 'feedback[_1]',  => 'Binary File',
   
    'forward[_1]'     'Blank'
 => 'forward[_1]',  => 'Blank',
   
    'discuss[_1]'     'Browse'
 => 'diskutiere[_1]',  => 'Browse',
   
 # End remote control     'CSV format'
   => 'CSV format',
    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'  
 => '(Geben Sie maximal [_1] Mitarbeiternamen ein, in der Form Benutzerkennung oder Benutzerkennung@Domäne, z.B. mustermann oder mustermann@[_2].)',     'Cannot publish directory'
   => 'Cannot publish directory',
    '(Hand in a file you have prepared on your computer)'  
 => '(Reichen Sie eine Datei ein, die Sie auf Ihrem Computer vorbereitet haben)',     'Cannot retrieve directory'
   => 'Cannot retrieve directory',
    ', select a template from the pull-down menu below.'  
 => ', wählen Sie eine Vorlage aus dem folgenden Auswahlmenü aus.',     'Catalog Search'
   => 'Catalog Search',
    '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'  
 => '<*response>-Tags sind zugleich innerhalb und außerhalb eines <part>-Tags. Dies ist keine gültige Aufgabe. Beim Bewerten können Fehler auftreten.',     'Change User Privileges'
   => 'Change User Privileges',
    'ABSTRACT'  
 => 'ÜBERBLICK',     'Changed discussion view mode'
   => '改变讨论视图模式',
    'Access Control'  
 => 'Zugangskontrolle',     'Click here for FAQ'
   => 'Click here for FAQ',
    'Activate'  
 => 'Aktivieren',     'Click here for help'
   => 'Click here for help',
    'Add Roles'  
 => 'Rollen hinzufügen',     'Click here to report bugs'
   => 'Click here to report bugs',
    "Add one empty page/column after each student's assignment"  
 => "Füge eine leere Seite/Spalte nach jeder studentischen Übung ein",     'Click-On Texts (comma sep):'
   => 'Click-On Texts (comma sep):',
    "Add three empty pages/column after each student's assignment"  
 => "Füge drei leere Seiten/Spalten nach jeder studentischen Übung ein",     'Clone an existing course'
   => 'Clone an existing course',
    "Add two empty pages/column after each student's assignment"  
 => "Füge zwei leere Seiten/Spalten nach jeder studentischen Übung ein",     'Close This Window'
   => 'Close This Window',
    'Date Shift'  
 => 'Datumsverschiebung',     'Closed'
   => 'Closed',
    'Do not clone date parameters'  
 => 'Datumswerte nicht klonen',     'Communication'
   => '通讯',
    'Clone date parameters as-is'  
 => 'Datumswerte unverändert übernehmen',     'Compare versions of'
   => 'Compare versions of',
    'Shift date parameters by number of days'  
 => 'Datumswerte um bestimmte Anzahl an Tagen verschieben',     'No differences found'
   => 'No differences found',
    'Additional settings, if specified below, will override cloned settings'  
 => 'Weitere Einstellungen, falls unten angegeben, werden erzeugte Einstellungen überschreiben',     'Completely new course'
   => 'Completely new course',
    'Advanced Edit'  
 => 'Erweiterter Editor',     'Authoring Space Version'
   => 'Authoring Space Version',
    'All Resources'  
 => 'Alle Ressourcen',     'Continue'
   => '下一步',
    'All Students'  
 => 'Alle Studierenden',     'Copy current file to'
   => 'Copy current file to',
    'Allowed filetypes: [_1]'  
 => 'Akzeptierte Dateitypen: [_1]',     'Copy selected'
   => 'Copy selected',
    'An error occurred during the attempt to change the section for this student.'  
 => 'Beim Ändern der Sektion für diesen Studenten trat ein Fehler auf.',     'Course Code'
   => 'Course Code',
    'An error occurred during the attempt to change the role information for this student.'  
 => 'Beim Ändern der Rolleninformationen für diesen Studenten trat ein Fehler auf.',     'Course Content'
   => '课程内容',
    'Analyzing Results'  
 => 'Ergebnisse der Analyse',     'Course Data'
   => '课程数据',
    'Answerable'  
 => 'Beantwortbar',     'Course Home Server'
   => 'Course Home Server',
    'Assessment Parameters'  
 => 'Parameter zur Beurteilung',     'Course ID/Number'
   => '课程-ID/编号',
    'Automated Enrollment Manager'  
 => 'Verwaltung der automatischen Kursbelegung',     'Course Information'
   => '课程资料',
    'Automated adds'  
 => 'Automatische Hinzufügungen',     'Resource Level'
   => '资源等级',
    'Automated drops'  
 => 'Automatische Ausschließungen',     'Map/Folder Level'
   => 'Map/Folder Level',
    'Automated enrollment settings'  
 => 'Einstellungen für automatische Kursbelegung',     'Course Level'
   => '课程等级',
    'Bad Filename'  
 => 'Ungültiger Dateiname',     'Course Search'
   => '课程搜寻',
    'Begin Enrollment'  
 => 'Kursbelegung beginnen',     'Course Title'
   => '课程名称',
    'Binary File'  
 => 'Binärdatei',     'Create New User'
   => '创建新用户',
    'Blank'  
 => 'Leer',     'Create User'
   => '创建用户',
    'Browse'  
 => 'Durchblättern',     'Crosslisted courses'
   => 'Crosslisted courses',
    'CSV format'  
 => 'CSV Format',     'Current Class List'
   => '目前的学生名单',
    'Cannot publish directory'  
 => 'Kann Verzeichnis nicht veröffentlichen',     'Current Ending Date: [_1]'
   => '目前结束日期: [_1]',
    'Cannot retrieve directory'  
 => 'Kann Verzeichnis nicht wiederherstellen',     'Current Ending Date: not set'
   => '目前结束日期: 未设置',
    'Catalog Search'  
 => 'Katalog-Suche',     'Current Resource'
   => '现有资源',
    'Change User Privileges'  
 => 'Benutzerrechte ändern',     'Current Starting Date: [_1]'
   => '目前开始日期: [_1]',
    'Changed discussion view mode'  
 => 'Ansichtsmodus der Diskussion geändert',     'Current Starting Date: not set'
   => '目前开始日期: 未设置',
    'Click here for FAQ'  
 => 'Häufig gestellte Fragen',     'Current Version'
   => '当前版本',
    'Click here for help'  
 => 'Hilfe',     'Currently no active roles, courses or communities'
   => 'Currently no active roles, courses or communities', # '目前没有任何活动的角色或课程',
    'Click here to report bugs'  
 => 'Hier zum Melden von Fehlern klicken',     'Currently no additional roles, courses or communities'
   => 'Currently no additional roles, courses or communities', # '目前还没有更多的角色或课程',
    'Click-On Texts (comma sep):'  
 => 'Antwortvorgabetexte zum Anklicken (durch Kommata getrennt):',     'The following [quant,_1,role,roles] will become active in the future:'
   => 'The following [quant,_1,role,roles] will become active in the future:',
    'Clone an existing course'  
 => 'Einen bestehenden Kurs clonen',     'Currently submitted: [_1]'
   => '目前提交:[_1]',
    'Close This Window'  
 => 'Dieses Fenster schließen',     'Custom Role Editor'
   => '自订角色编辑器',
    'Closed'  
 => 'Geschlossen',     'Cut selected'
   => 'Cut selected',
    'Communication'  
 => '通讯',     'Decompress'
 #=> 'Kommunikation',  => '解压缩',
   
    'Compare versions of'     'Default Assessment Spreadsheet'
 => 'Vergleiche Versionen von',  => 'Default Assessment Spreadsheet',
   
    'Completely new course'     'Default Course Spreadsheet'
 => 'Komplett neuer Kurs',  => 'Default Course Spreadsheet',
   
    'Construction Space Version'     'Default Student Spreadsheet'
 => 'Version des Konstruktionsbreichs',  => 'Default Student Spreadsheet',
   
    'Continue'     'Default XML Style File'
 => 'Weiter',  => 'Default XML Style File',
   
    'Copy current file to'     'Default for new courses is'
 => 'Kopiere derzeitige Datei nach',  => 'Default for new courses is',
   
    'Copy selected'     'Default:'
 => 'Kopiere ausgewählte',  => 'Default:',
   
    'Course Code'     'Define Role'
 => 'Kurscode',  => 'Define Role',
   
    'Course Content'     'Dependencies'
 => '课程内容',  => 'Dependencies',
 #=> 'Kursinhalt',  
      'Description:'
    'Course Data'  => '描述:',
 => 'Kursdaten',  
      'Disable student resource discussion'
    'Course Home Server'  => 'Disable student resource discussion',
 => 'Heimatserver des Kurses',  
      'Disable student use of chatrooms'
    'Course ID/Number'  => 'Disable student use of chatrooms',
 => 'Kurs-ID/Nummer',  
      'Display file attributes'
    'Course Information'  => 'Display file attributes',
 => 'Kursinformationen',  
      'Do NOT generate as standard course'
    'Resource Level'  => 'Do NOT generate as standard course',
 => 'Ressource', # 'Ressourcen-Ebene',  
      'Domain Level'
    'Map/Folder Level'  => 'Domain Level',
 => 'Inhaltszus./Verzeichnis', # 'Inhaltszus.-/Verzeichnis-Ebene',  
      "Don't Show Feedback"
    'Course Level'  => "Don't Show Feedback",
 => 'Kurs', # 'Kurs-Ebene',  
      'Duration of automated classlist updates'
    'Course Search'  => 'Duration of automated classlist updates',
 => 'Suche im Kurs',  
      'Dynamic Metadata (updated periodically)'
    'Course Title'  => '动态数据 (定期更新)',
 => 'Kurstitel',  
      'ERROR'
    'Create New User'  => '错误',
 => 'Neuen Benutzer erstellen',  
      'Edit Custom Role Privileges'
    'Create User'  => '编辑自定义角色权限',
 => 'Benutzer erstellen',  
      '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.'
    'Crosslisted courses'  => '编辑错误-这些错误可能不会影响正在运行的问题,但他们很可能会导致问题进一步使用编辑模式。请使用XML模式来解决这些错误。',
 => 'Fachbereichsübergreifene Kurse',  
      'End Time'
    'Current Class List'  => '结束时间',
 => 'Aktuelle Kursteilnehmerliste',  
      'Ending Date'
    'Current Ending Date: [_1]'  => '结束日期',
 => 'Derzeitiges Endedatum: [_1]',  
      'Ending date'
    'Current Ending Date: not set'  => '结束日期',
 => 'Derzeitiges Endedatum: nicht gesetzt',  
      'Enroll One Student'
    'Current Resource'  => '登记一名学生',
 => 'Derzeitige Ressource',  
      'Enroll as student'
    'Current Starting Date: [_1]'  => '登记学生',
 => 'Derzeitiges Anfangsdatum: [_1]',  
      'Enrolling'
    'Current Starting Date: not set'  => '登记',
 => 'Derzeitiges Anfangsdatum: nicht gesetzt',  
      'Enrolling Student'
    'Current Version'  => '登记学生',
 => 'Derzeitige Version',  
      '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.'
    'Currently no active roles or courses'  => '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.',
 => 'Derzeit keine aktiven Rollen oder Kurse',  
      '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.'
    'Currently no additional roles or courses'  => '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.',
 => 'Derzeit keine weiteren Rollen oder Kurse',  
      'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
    'The following [quant,_1,role,roles] will become active in the future:'  => '在搜索栏里输入关键字或词组用  AND, OR, 或 NOT 间隔,然后点击下面的 搜索 ',
 => 'Die [quant,_1,folgende Rolle wird,folgenden Rollen werden] zukünftig aktiv:',  
      'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
    'Currently submitted: [_1]'  => '在搜索栏里输入关键字或词组,如 AND,OR,或 NOT 间隔。',
 => 'Derzeit eingereicht: [_1]',  
      'Entering Authoring Space'
    'Custom Role Editor'  => 'Entering Authoring Space',
 => 'Editor für benutzerdefinierte Rollen',  
      'Error: Directory Non Empty'
    'Cut selected'  => 'Error: Directory Non Empty',
 => 'Auswahl ausschneiden',  
      'Error: destination for operation is an existing directory.'
    'Decompress'  => 'Error: destination for operation is an existing directory.',
 => 'Entpacken',  
      'Evaluation Error '
    'Default Assessment Spreadsheet'  => 'Evaluation Error ',
 => 'Standard-Beurteilungsbogen',  
      'Homework Problem'
    'Default Course Spreadsheet'  => 'Homework Problem',
 => 'Standard-Kurs-Beurteilungsbogen',  
      'Exam Problem'
    'Default Student Spreadsheet'  => 'Exam Problem',
 => 'Standard-Studenten-Beurteilungsbogen',  
      'Excel format'
    'Default XML Style File'  => 'Excel format',
 => 'Standard-XML-Style-Datei',  
      'Feedback Addresses for Course Content Comments'
    'Default for new courses is'  => 'Feedback Addresses for Course Content Comments',
 => 'Standard für neue Kurse ist',  
      'Feedback Addresses for Course Policy'
    'Default:'  => 'Feedback Addresses for Course Policy',
 => 'Voreingestellt:',  
      'Feedback Addresses for Resource Content Question'
    'Define Role'  => 'Feedback Addresses for Resource Content Question',
 => 'Rolle erstellen',  
      'First'
    'Dependencies'  => 'First',
 => 'Abhängigkeiten',  
      'First Resource'
    'Description:'  => 'First Resource',
 => 'Beschreibung:',  
      'Foil name [_1] appears more than once. Foil names need to be unique.'
    'Disable student resource discussion'  => 'Foil name [_1] appears more than once. Foil names need to be unique.',
 => 'Ressourcendiskussion für Studenten deaktivieren',  
      'Folder/Map'
    'Disable student use of chatrooms'  => '文件夹/课程内容',
 => 'Chatroom-Nutzungsmöglichkeit für Studenten deaktivieren',  
      'For one or more students'
    'Display file attributes'  => 'For one or more students',
 => 'Zeige Dateiattribute',  
      'Found a <*response> outside of a <part> in a <part>ed problem'
    'Do NOT generate as standard course'  => 'Found a <*response> outside of a <part> in a <part>ed problem',
 => 'NICHT als Standard-Kurs erstellen',  
      'Generate messages from a file'
    'Domain Level'  => '从一个文件生成邮件',
 => 'Domänenebene',  
      'Go'
    "Don't Show Feedback"  => 'Go',
 => "Kein Feedback anzeigen",  
      'go'
    'Duration of automated classlist updates'  => 'go',
 => 'Dauer der automatischen Aktualisierung der Kursteilnehmerlisten',  
      'Go to ...'
    'Dynamic Metadata (updated periodically)'  => '转到...',
 => 'Dynamische Metadaten (regelmäßig aktualisiert)',  
      'Help on Creating Courses'
    'ERROR'  => 'Help on Creating Courses',
 => 'FEHLER',  
      'Home Server'
    'Edit Custom Role Privileges'  => 'Home Server',
 => 'Bearbeite benutzerdefinierte Rollenprivilegien',  
      'Homework problem'
    '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.'  => 'Homework problem',
 => 'Editor Fehler - diese Fehler müssen das Ausführen der Aufgabe nicht beeinflussen, aber sie werden wahrscheinlich Probleme mit der weiteren Benutzung des Editormodus verursachen. Bearbeiten Sie bitte die Aufgabe im XML-Modus, um diese Fehler zu beheben.',  
      'How do I create a CSV file from a spreadsheet'
    'End Time'  => '我如何从Excel表创建一个CSV文件',
 => 'Endezeit',  
      'How do I create a class list from a spreadsheet'
    'Ending Date'  => 'How do I create a class list from a spreadsheet',
 => 'Endedatum',  
      'How should the results be printed?'
    'Ending date'  => 'How should the results be printed?',
 => 'Endedatum',  
      'Immediately expire own role as Course Coordinator'
    'Enroll One Student'  => 'Immediately expire own role as Course Coordinator',
 => 'Einen einzelnen Studenten den Kurs belegen lassen',  
      'Import and Paste Area'
    'Enroll as student'  => 'Import and Paste Area',
 => 'Student den Kurs belegen lassen',  
      'Include retrieval of student photographs?'
    'Enrolling'  => 'Include retrieval of student photographs?',
 => 'Belege',  
      'Institutional Information'
    'Enrolling Student'  => 'Institutional Information',
 => 'Student wird in den Kurs aufgenommen',  
      'Invalid Significant figures detected'
    '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.'  => 'Invalid Significant figures detected',
 => 'Füllen Sie so viele Felder wie möglich aus. Das System wird Sie informieren und zu dieser Seite zurückbringen, falls die Daten nicht ausreichen, Studierende in Ihren Kurs einzuschreiben.',  
      'Invalid characters in requested name have been removed.'
    '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.'  => 'Invalid characters in requested name have been removed.',
 => 'Füllen Sie so viele Felder wie möglich aus.<br /> Das System wird Sie informieren und zu dieser Seite zurückbringen,<br /> falls die Daten nicht ausreichen, Benutzer in Ihren Kurs einzuschreiben.',  
      'Invalid login mode or password.'
    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'  => 'Invalid login mode or password.',
 => 'Geben Sie Suchbegriffe oder -Sätze ein. Sie können AND, OR und NOT als Such-Operatoren verwenden. Klicken Sie anschließend unten auf SUCHEN.',  
      'Invalid username or domain'
    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'  => '无效的用户名或域',
 => 'Geben Sie Suchbegriffe oder -Sätze ein. Sie können als Such-Operatoren AND, OR und NOT verwenden.',  
      'KEYWORDS'
    'Entering Construction Space'  => 'KEYWORDS',
 => 'Betrete Konstruktionsbereich...',  
      'LaTeX batchmode'
    'Error: Directory Non Empty'  => 'LaTeX batchmode',
 => 'Fehler: Verzeichnis nicht leer',  
      'LaTeX mode'
    'Error: destination for operation is an existing directory.'  => 'LaTeX mode',
 => 'Fehler: Das Ziel der Operation ist ein existierendes Verzeichnis.',  
      'Languages used'
    'Evaluation Error '  => '所用语言',
 => 'Auswertungsfehler',  
      'Last'
    'Homework Problem'  => 'Last',
 => 'Übungsaufgabe',  
      'Leave blank on scoring form'
    'Exam Problem'  => 'Leave blank on scoring form',
 => 'Prüfungsaufgabe',  
      'List Directory'
    'Excel format'  => '目录列表',
 => 'Excel-Format',  
      'Location'
    'Feedback Addresses for Course Content Comments'  => '地点',
 => 'Feedback-Adressen für Kommentare zu Kursinhalten',  
      'Login Data'
    'Feedback Addresses for Course Policy'  => '登录数据',
 => 'Feedback-Adressen für Kursrichtlinien',  
      'Logout'
    'Feedback Addresses for Resource Content Question'  => '退出',
 => 'Feedback-Adressen für Fragen zum Inhalt der Ressourcen',  
      'Make new directory'
    'First'  => '创建新目录',
 => 'Erste',  
      'Make new file'
    'First Resource'  => '创建新文件',
 => 'Erste Ressource',  
      'Manual Grading'
    'Foil name [_1] appears more than once. Foil names need to be unique.'  => '手动评分',
 => 'Die Auswahlmöglichkeits-Bezeichnung [_1] tritt mehr als einmal auf. Bezeichnungen für Auswahlmöglichkeiten müssen jedoch eindeutig sein.',  
      'Map has branchings. Use advanced editor.'
    'Folder/Map'  => 'Map has branchings. Use advanced editor.',
 => 'Verzeichnis/Inhaltszusammenstellung',  
      'Map has conditions. Use advanced editor.'
    'For one or more students'  => 'Map has conditions. Use advanced editor.',
 => 'Für einen oder mehrere Studierende',  
      'Map has resource parameters. Use advanced editor.'
    'Found a <*response> outside of a <part> in a <part>ed problem'  => 'Map has resource parameters. Use advanced editor.',
 => 'Es wurde ein <*response>-Tag außerhalb eines <part>-Bereichs einer Aufgabe gefunden, die aber Aufgabenteile (parts) verwendet.',  
      'Map has unconnected resources. Use advanced editor.'
    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'  => 'Map has unconnected resources. Use advanced editor.',
 => 'Keine analysierbaren korrekten Antworten in dieser Aufgabe gefunden. Derzeit werden nur numerische Ausdrücke, Formeln und Strings als Antworttypen unterstützt.',  
      'Messaging'
    'Generate messages from a file'  => '发送邮件',
 => 'Erstelle Nachrichten aus Datei',  
      'first'
    'Arabic - UTF'  => '名', # !
 => 'Arabisch - UTF',  
      'last'
    'German - UTF'  => '姓', # !
 => 'Deutsch - UTF',  
      'middle'
    'English - UTF'  => '中名', # !
 => 'Englisch - UTF',  
      'Middle Name'
    'Spanish (Castellan) - UTF'  => '中名',
 => 'Spanisch (Kastellanisch) - UTF',  
      'Missing Kerberos domain information.'
    'Persian - UTF'  => '丢失的Kerberos域信息。',
 => 'Persisch - UTF',  
      'Modification may make assessment data inaccessible!'
    'French - UTF'  => '修改可能使评估数据无法访问!',
 => 'Französisch - UTF',  
      'Modify Enrollment for'
    'Hebrew - UTF'  => '修改注册为',
 => 'Hebräisch - UTF',  
      'Modify User'
    'Japanese - UTF'  => '修改用户',
 => 'Japanisch - UTF',  
      'Modify another students data'
    'Portuguese - UTF'  => '修改另一个学生的数据',
 => 'Portugiesisch - UTF',  
      'Modify deadlines, etc, for this resource'
    'Russian - UTF'  => '修改此资源的截止日期等',
 => 'Russisch - UTF',  
      'Modifying data for user'
    'Turkish - UTF'  => '修改用户的数据',
 => 'Türkisch - UTF',  
      'Modifying this will make problems have different numbers and answers!'
    'Swedish Chef - ISO'  => '修改这将使问题有不同的号码和答案!',
 => 'Dänischer Koch - ISO',  
      'Move current file to'
    'Undetermined - ISO'  => '目前文件移动到',
 => 'Unbestimmt - ISO',  
      'Must create new subdirectory inside a directory'
    'Interlingua (International Auxiliary Language Association) - ISO'  => '必须在目录里面创造新的子目录',
 => 'Interlingua (International Auxiliary Language Association) - ISO',  
      'Name of Role'
    'Go'  => '角色名字',
 => 'Go',  
      'New Directory'
    'go'  => '新目录',
 => 'Go',  
      'New HTML file'
    'Go to ...'  => '新的HTML文件',
 => 'Gehe nach...',  
      'New Resource'
    'Help on Creating Courses'  => '新资源',
 => 'Hilfe bei der Kurserstellung',  
      'New Role'
    'Home Server'  => '新角色',
 => 'Heimatserver',  
      'New User'
    'Homework problem'  => '新用户',
 => 'Übungsaufgabe',  
      'New Value'
    'How do I create a CSV file from a spreadsheet'  => '新的价值',
 => 'Wie erstelle ich aus einer Excel-Tabelle eine CSV-Datei?',  
      'New assembled page'
    'How do I create a class list from a spreadsheet'  => '新组合页面',
 => 'Wie erstelle ich eine Kursteilnehmerliste von einem Beurteilungsbogen?',  
      'New assembled sequence'
    'How should the results be printed?'  => '新的组合序列',
 => 'Wie sollten die Resultate ausgedruckt werden?',  
      'New custom rights file'
    'Immediately expire own role as Course Coordinator'  => '新文件的访问控制',
 => 'Eigene Rolle als Kurs-Koordinator mit sofortiger Wirkung verfallen lassen',  
      'New file'
    'Import and Paste Area'  => '新文件',
 => 'Feld zum Importieren und Einfügen',  
      'New problem'
    'Include retrieval of student photographs?'  => '新问题',
 => 'Abrufen der Studentenfotos einbinden?',  
      'New style file'
    'Institutional Information'  => '新的风格文件',
 => 'Institutionelle Information',  
      'New subdirectory'
    'Invalid Significant figures detected'  => '新的子目录',
 => 'Ungültige signifikante Stellen entdeckt',  
      'Next    '
    'Invalid characters in requested name have been removed.'  => '下一步    ',
 => 'Aus dem gewünschten Dateinamen wurden ungültige Zeichen entfernt.',  
      'No'
    'Invalid login mode or password.'  => '否',
 => 'Falscher Login-Modus oder Passwort.',  
      'No Access or Usages Statistics are available for this resource.'
    'Invalid username or domain'  => '没有访问或使用的统计数据可用于该资源。',
 => 'Ungültige Benutzerkennung oder Domäne',  
      'No Assessment Statistical Data is available for this resource'
    'KEYWORDS'  => '没有任何评估统计数据可用于该资源。',
 => 'SCHLÜSSELWÖRTER',  
      'No Evaluation Data is available for this resource.'
    'LaTeX batchmode'  => '没有任何评价数据可用于该资源。',
 => 'LaTeX-Batchmodus',  
      'No new filename specified.'
    'LaTeX mode'  => '没有指定新的文件名。',
 => 'LaTeX-Modus',  
      'No such file'
    'Languages used'  => '文件未找到',
 => 'Verwendete Sprachen',  
      'Not Allowed'
    'Last'  => '不允许',
 => 'Letzte',  
      'Not applicable -'
    'Leave blank on scoring form'  => 'Not applicable -',
 => 'Im Bewertungsformular leer lassen',  
      'Not open to be viewed'
    'List Directory'  => 'Not open to be viewed',
 => 'Verzeichnisinhalt auflisten',  
      'Not set -'
    'Location'  => 'Not set -',
 => 'Ort',  
      'Notification of enrollment changes'
    'Login Data'  => 'Notification of enrollment changes',
 => 'Login-Daten',  
      'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
    'Logout'  => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
 => '退出',  
      'Number of columns'
    'Make new directory'  => 'Number of columns',
 => 'Neues Verzeichnis erstellen',  
      'Old Value'
    'Make new file'  => 'Old Value',
 => 'Neue Datei erstellen',  
      'One particular problem (overrides folder and course defaults)'
    'Manual Grading'  => 'One particular problem (overrides folder and course defaults)',
 => 'Manuelle Bewertung',  
      'Online Help'
    'Map has branchings. Use advanced editor.'  => '联机帮助',
 => 'Die Inhaltszusammenstellung hat Verzweigungen. Verwenden Sie den erweiterten Editor.',  
      'Help: [_1]'
    'Map has conditions. Use advanced editor.'  => '帮助: [_1]',
 => 'Die Inhaltszusammenstellung hat Bedingungen. Verwenden Sie den erweiterten Editor.',  
      'Only domain coordinators can change a users password.'
    'Map has resource parameters. Use advanced editor.'  => '只有域协调员可以更改用户的密码。',
 => 'Die Inhaltszusammenstellung hat Ressourcen-Parameter. Verwenden Sie den erweiterten Editor.',  
      'Open Course'
    'Map has unconnected resources. Use advanced editor.'  => '创建课程',
 => 'Die Inhaltszusammenstellung hat unverknüpfte Ressourcen. Verwenden Sie den erweiterten Editor.',  
      'Open all assessments'
    'Messaging'  => '所有评估访问',
 => 'Versenden von Nachrichten',  
      'Open and correct'
    'first'  => '公开和正确',
 => 'Vorname', # !  
      'Open with full tries'
    'last'  => '向所有人开放的尝试',
 => 'Nachname', # !  
      'Output Format: [_1]'
    'middle'  => '输出格式: [_1]',
 => '2. Vorname', # !  
      'Layout Options'
    'Middle Name'  => '布局选项',
 => '2. Vorname',  
      'Page layout'
    'Missing Kerberos domain information.'  => '页面布局',
 => 'Fehlende Kerberos-Domänen-Informationen.',  
      'Paper type'
    'Modification may make assessment data inaccessible!'  => '纸张类型',
 => 'Eine Veränderung könnte die Beurteilungsdaten unzugänglich machen!',  
      'PDF Form Fields'
    'Modify Enrollment for'  => 'PDF格式字段',
 => 'Bearbeite Kursbelegung für',  
      'with Form Fields'
    'Modify User'  => '带有格式字段',
 => 'Benutzerdaten ändern',  
      'without Form Fields'
    'Modify another students data'  => '不带有格式字段',
 => 'Daten eines anderen Studenten bearbeiten',  
      'Problems from the Whole Course'
    'Modify deadlines, etc, for this resource'  => 'Problems from the Whole Course',
 => 'Deadlines, etc, für diese Ressource bearbeiten',  
      'Resources from the Whole Course'
    'Modifying data for user'  => 'Resources from the Whole Course',
 => 'Bearbeitung der Daten für Benutzer',  
      'Parameter'
    'Modifying this will make problems have different numbers and answers!'  => '参数',
 => 'Eine Veränderung wird bewirken, dass Aufgaben unterschiedliche Zahlen und Antworten haben werden!',  
      'Paste after selected'
    'Move current file to'  => 'Paste after selected',
 => 'Derzeitige Datei verschieben nach',  
      'Personal Data'
    'Must create new subdirectory inside a directory'  => '个人资料',
 => 'Müssen ein neues Unterverzeichnis in dem Verzeichnis erstellen',  
      'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'
    'Name of Role'  => 'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process',
 => 'Bezeichnung der Rolle',  
      'No such user [_1] at domain [_2].' # 1: user, 2: domain
    'Navigate'  => 'No such user [_1] at domain [_2].',
 => 'Navigiere',  
      'Please click Back on your browser and select another user, or [_1]Create User[_2]'
    'New Directory'  => 'Please click Back on your browser and select another user, or [_1]Create User[_2]',
 => 'Neues Verzeichnis',  
      'Invalid home server for course: [_1]'
    'New HTML file'  => 'Invalid home server for course: [_1]',
 => 'Neue HTML-Datei',  
      'Please contact your LON-CAPA administrator regarding this situation.'
    'New Resource'  => 'Please contact your LON-CAPA administrator regarding this situation.',
 => 'Neue Ressource',  
      'Please select an authentication mechanism'
    'New Role'  => 'Please select an authentication mechanism',
 => 'Neue Rolle',  
      'Please select the Authentication mechanism'
    'New User'  => 'Please select the Authentication mechanism',
 => 'Neuer Benutzer',  
      'Please stand by.'
    'New Value'  => 'Please stand by.',
 => 'Neuer Wert',  
      "Please use browser 'Back' button and pick a filename"
    'New assembled page'  => "Please use browser 'Back' button and pick a filename",
 => '新组合页面',  
 #=> 'Neue zusammengesetzte Seite',     'Preparing Printout'
   => 'Preparing Printout',
    'New assembled sequence'  
 => 'Neue zusammengesetzte Sequenz',     'Print'
   => 'Print',
    'New custom rights file'  
 => 'Neue Datei zur Zugriffkontrolle',     'Print Index'
   => 'Print Index',
    'New file'  
 => 'Neue Datei',     'Print Discussions'
   => 'Print Discussions',
    'New problem'  
 => 'Neue Aufgabe',     'Print Annotations'
   => 'Print Annotations',
    'New style file'  
 => 'Neue Style-Datei',     'Print Table of Contents'
   => 'Print Table of Contents',
    'New subdirectory'  
 => 'Neues Unterverzeichnis',     'Print:'
   => 'Print:',
    'Next    '  
 => 'Weiter    ',     'Problems from entire course'
   => 'Problems from entire course',
    'No'  
 => 'Nein',     'Processed file: [_1]'
   => 'Processed file: [_1]',
    'No Access or Usages Statistics are available for this resource.'  
 => 'Für diese Ressource sind keine Zugriffs- oder Nutzungsstatistiken verfügbar.',     'Publish this Resource'
   => 'Publish this Resource',
    'No Assessment Statistical Data is available for this resource'  
 => 'Für diese Ressource sind keine statistischen Beurteilungsdaten verfügbar.',     'Randomization algorithm used'
   => 'Randomization algorithm used',
    'No Evaluation Data is available for this resource.'  
 => 'Für diese Ressource sind keine Evaluierungsdaten verfügbar.',     'Recent'
   => '最新的',
    'No new filename specified.'  
 => 'Kein neuer Dateiname angegeben.',     'Rename current file to'
   => '当前文件重命名为',
    'No such file'  
 => 'Datei nicht gefunden',     'Report a Bug'
   => '报告错误',
    'Not Allowed'  
 => 'Nicht zulässig',     'Resource'
   => '资源',
    'Not applicable -'  
 => 'Nicht anwendbar -',     'Resource Differences'
   => '资源的差异',
    'Not open to be viewed'  
 => 'Ressource darf nicht betrachtet werden',     'Resources from selected sequence in course'
   => 'Resources from selected sequence in course',
    'Not set -'  
 => 'Nicht gesetzt -',     'Response'
   => '回答',
    'Notification of enrollment changes'  
 => 'Benachrichtigung über Änderungen der Kursbelegung',     'Retrieve Old Version'
   => 'Retrieve Old Version',
    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'  
 => 'Soll LON-CAPA den <b>Kurs-Koordinator</b> benachrichtigen, wenn während der automatischen Aktualisierung Änderungen an der Kursbelegung auftreten?',     'Retrieving current (most recent) version'
   => 'Retrieving current (most recent) version',
    'Number of columns'  
 => 'Anzahl an Spalten',     'Retrieving old version'
   => 'Retrieving old version',
    'Old Value'  
 => 'Alter Wert',     'Return to DOCS'
   => '回到课程内容',
    'One particular problem (overrides folder and course defaults)'  
 => 'Eine bestimmte Aufgabe (überschreibt Verzeichnis- und Kurs-Voreinstellungen)',     'Reverse Association'
   => 'Reverse Association',
    'Online Help'  
 => 'Online-Hilfe',     'Revoke'
   => '撤销',
    'Only domain coordinators can change a users password.'  
 => 'Nur Domänen-Koordinatoren können das Passwort eines Benutzers ändern.',     'Revoke Existing Roles'
   => '撤销现有的角色',
    'Open Course'  
 => 'Kurs anlegen',     'Role'
   => '角色',
    'Open all assessments'  
 => 'Alle Beurteilungen zugänglich machen',     'Role:'
   => '角色:',
    'Open and correct'  
 => 'Öffnen und korrigieren',     'Role Information'
   => '角色信息',
    'Open with full tries'  
 => 'Öffnen mit allen Versuchen',     'Sample Points:'
   => 'Sample Points:',
    'Output Format: [_1]'  
 => 'Ausgabeformat: [_1]',     'Save entries below as a draft answer (not submitting them for credit yet)'
   => 'Save entries below as a draft answer (not submitting them for credit yet)',
    'Layout Options'  
 => 'Layout-Optionen',     'Select Action'
   => '选择行动',
    'Page layout'  
 => 'Seitenlayout',     'Select All Resources'
   => '选择所有资源',
    'Paper type'  
 => 'Papiertyp',     'Select Printing Options:'
   => '选择打印选项:',
    'PDF-Formfields'  
 => 'PDF-Formularfelder',     'Select Problem(s) to print'
   => '选择要打印任务',
    'with Formfields'  
 => 'mit Formluarfeldern',     'Select Resource(s) to print'
   => '选择要打印的资源',
    'without Formfields'  
 => 'ohne Formularfelder',     'Select Resources To Print'
   => '选择要打印的资源',
    'Parameter'  
 => 'Parameter',     'Select Section'
   => '选择章节',
    'Paste after selected'  
 => 'In Auswahl einfügen',     'Select Sequence To Print From'
   => '选择打印顺序',
    'Personal Data'  
 => '个人资料',     'Select Students and Resources'
 #=> 'Persönliche Daten',  => '选择学生和资源',
   
    'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'     'Select Style File'
 => 'Wählen Sie hier die voreingestellte Authentifizierungs-Methode aus, die bei neuen Benutzern in dieser LON-CAPA-Domäne verwendet werden soll, die durch den automatischen Kursbelegungs-Prozess hinzugefügt wurden',  => '选择文件风格',
   
    'No such user [_1] at domain [_2].' # 1: user, 2: domain     "Select a user name to modify the student's information"
 => 'In der Domäne [_2] existiert der Benutzer [_1] nicht.',  => "选择一个用户名来修改学生的信息",
   
    'Please click Back on your browser and select another user, or [_1]Create User[_2]'     'Select a user name to view the users personal page.'
 => 'Bitte klicken Sie in Ihrem Webbrowser auf Zurück und wählen Sie einen anderen Benutzer aus oder wählen Sie [_1]Benutzer erstellen[_2]',  => '选择一个用户名,以查看用户的个人页面。',
   
    'Invalid home server for course: [_1]'     'Select resources for the assignment'
 => 'Ungültiger Heimatserver für Kurs [_1]',  => 'Select resources for the assignment',
   
    'Please contact your LON-CAPA administrator regarding this situation.'     'Set'
 => 'Bitte kontaktieren Sie zu dieser Angelegenheit Ihren LON-CAPA-Administrator.',  => '设置',
   
    'Please select an authentication mechanism'     'Set?'
 => 'Wählen Sie bitte eine Authentifizierungs-Methode aus',  => '设置?',
   
    'Please select the Authentication mechanism'     'Set Course Environment'
 => 'Auswahl der Authentifizierungs-Methode',  => '设置课程环境',
   
    'Please stand by.'     'Set End Date'
 => 'Bitte warten.',  => '设置结束日期',
   
    "Please use browser 'Back' button and pick a filename"     'Set Individual User Roles'
 => "Benutzen Sie bitte den Zurück-Button des Webbrowsers und wählen Sie einen Dateinamen aus",  => '设定用户角色和权限',
   
    'Preparing Printout'     'Set Start Date'
 => 'Bereite Ausdruck vor',  => '设置开始日期',
   
    'Print'     'Set content feedback to Course Coordinator'
 => 'Drucken',  => 'Set content feedback to Course Coordinator',
   
    'Print Index'     'Set course policy feedback to Course Coordinator'
 => 'Index drucken',  => 'Set course policy feedback to Course Coordinator',
   
    'Print Discussions'     'Set opening date for all problems in the course for. . .'
 => 'Diskussionsbeiträge drucken',  => 'Set opening date for all problems in the course for. . .',
   
    'Print Annotations'     'Set to ...'
 => 'Notizen drucken',  => 'Set to ...',
   
    'Print Table of Contents'     'Show Answer'
 => 'Inhaltsverzeichnis drucken',  => 'Show Answer',
   
    'Print:'     'Show Feedback'
 => 'Drucke:',  => 'Show Feedback',
   
    'Problems from entire course'     'Simple Edit'
 => 'Aufgaben des gesamten Kurses',  => 'Simple Edit',
   
    'Processed file: [_1]'     'Start Time'
 => 'Verarbeitete Datei: [_1]',  => 'Start Time',
   
    'Publish this Resource'     "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
 => 'Diese Ressource veröffentlichen',  => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
   
    'Randomization algorithm used'     'Starting Date'
 => 'Verwendeter Randomisierungs-Algorithmus',  => '开始日期',
   
    'Recent'     'Starting date'
 => 'zuletzt',  => '开始日期',
   
    'Rename current file to'     'Student ID'
 => 'Derzeitige Datei umbenennen in',  => '学生证',
   
    'Report a Bug'     'Student Information'
 => 'Einen Fehler melden',  => '学生信息',
   
    'Resource'     'Student Sheet Links'
 => 'Ressource',  => '学生表链接',
   
    'Resource Differences'     'Student Status'
 => 'Ressourcen-Unterschiede',  => '学生状态',
   
    'Resources from selected sequence in course'     'Student Status: [_1]'
 => 'Ressourcen von ausgewählten Sequenzen im Kurs',  => '学生状态: [_1]',
   
    'Response'     'Student information updated successfully.'
 => 'Antwort',  => '学生信息已成功更新。',
   
    'Retrieve Old Version'     'Students need access key to enter course'
 => 'Alte Version wiederherstellen',  => 'Students need access key to enter course',
   
    'Retrieving current (most recent) version'     'Students with expired roles'
 => 'Aktuelleste Version wiederherstellen',  => 'Students with expired roles',
   
    'Retrieving old version'     'Subject:'
 => 'Alte Version wiederherstellen',  => '标题:',
   
    'Return to DOCS'     'Submissions'
 => 'Zurück zum Kursinhalt',  => 'Submissions',
   
    'Reverse Association'     'Submit Modifications'
 => 'Umgekehrte Assoziierung',  => '提交更改',
   
    'Revoke'     'Submit entries below as answer to receive credit'
 => 'Entziehen',  => 'Submit entries below as answer to receive credit',
   
    'Revoke Existing Roles'     'Survey Question'
 => 'Bestehende Rollen entziehen',  => 'Survey Question',
   
    'Role'     'Survey question'
 => 'Rolle',  => 'Survey question',
   
    'Role:'     'System Level'
 => 'Rolle:',  => 'System Level',
   
    'Role Information'     'Target Edit Map'
 => 'Information zur Rolle',  => 'Target Edit Map', #??? [SB 18.10.2006]
   
    'Sample Points:'     'TeX unconverted due to errors'
 => 'Abtastpunkte:',  => 'TeX unconverted due to errors',
   
    'Save entries below as a draft answer (not submitting them for credit yet)'     'TeX unconverted due to previous errors'
 => 'Die untenstehenden Eintragungen als Entwurf speichern (aber noch nicht endgültig einreichen)',  => 'TeX unconverted due to previous errors',
   
    'Select Action'     'The error reported was'
 => 'Aktion auswählen',  => 'The error reported was',
   
    'Select All Resources'     '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.'
 => 'Alle Ressourcen auswählen',  => '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.',
   
    'Select Printing Options:'     "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."
 => 'Auswahl der Druckoptionen',  => "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.",
   
    'Select Problem(s) to print'     'The requested file'
 => 'Aufgaben zum Ausdrucken wählen',  => 'The requested file',
   
    'Select Resource(s) to print'     'The student must log out and log in again to see these changes.'
 => 'Ressource(n) zum Ausdrucken wählen',  => 'The student must log out and log in again to see these changes.',
   
    'Select Resources To Print'     'There are currently no Error Messages for this resource.'
 => 'Ressourcen zum Ausdrucken wählen',  => 'There are currently no Error Messages for this resource.',
   
    'Select Section'     'There are no Evaluation Comments on this resource.'
 => 'Sektion auswählen',  => 'There are no Evaluation Comments on this resource.',
   
    'Select Sequence To Print From'     'There was an error determining the environment values for'
 => 'Sequenz, von der gedruckt werden soll, auswählen',  => 'There was an error determining the environment values for',
   
    'Select Students and Resources'     'Top Level Map'
 => 'Studierenden und Ressourcen auswählen',  => 'Top Level Map',
   
    'Select Style File'     'Type Name Here'
 => 'Styledatei auswählen',  => 'Type Name Here',
   
    "Select a user name to modify the student's information"     'Type in value'
 => "Klicken Sie auf die Benutzerkennung, um die Daten des Studierenden zu ändern.",  => 'Type in value',
   
    'Select a user name to view the users personal page.'     'Type:'
 => 'Wählen Sie eine Benutzerkennung, von welcher Sie die persönliche Seite ansehen möchten.',  => 'Type:',
   
    'Select resources for the assignment'     'UNDISPLAYABLE'
 => 'Wählen Sie Ressourcen für die Übung aus',  => 'UNDISPLAYABLE',
   
    'Set'     'Unable to enroll'
 => 'Setze',  => 'Unable to enroll',
   
    'Set?'     'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
 => 'Setzen?',  => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
   
    'Set Course Environment'     'Unable to retrieve environment data for'
 => 'Kursumgebung',  => 'Unable to retrieve environment data for',
   
    'Set End Date'     'Unable to set default dates for course'
 => 'Endedatum festlegen',  => 'Unable to set default dates for course',
   
    'Set Individual User Roles'     'Unavailable course'
 => 'Benutzerrollen und -rechte einrichten',  => 'Unavailable course',
   
    'Set Start Date'     'Unknown Action'
 => 'Anfangsdatum festlegen',  => 'Unknown Action',
   
    'Set content feedback to Course Coordinator'     'Upload file'
 => 'Inhaltsbezogenes Feedback soll Kurs-Koordinator erhalten',  => 'Upload file',
   
    'Set course policy feedback to Course Coordinator'     'Upload file to Authoring Space'
 => 'Feedback zu Kursrichtlinien soll Kurs-Koordinator erhalten',  => 'Upload file to Authoring Space',
   
    'Set opening date for all problems in the course for. . .'     'VIEW'
 => 'Setze Öffnungstermin für alle Aufgaben in dem Kurs auf. . .',  => 'VIEW',
   
    'Set to ...'     'View the FAQ'
 => 'Setze auf...',  => 'View the FAQ',
   
    'Show Answer'     'Visibly Separate Items on Pages'
 => 'Zeige Antwort',  => 'Visibly Separate Items on Pages',
   
    'Show Feedback'     'WARNING: The metadata table does not exist in the LON-CAPA database.'
 => 'Zeige Feedback',  => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
   
    'Simple Edit'     'Warning: change of MIME type!'
 => 'Einfacher Editor',  => 'Warning: change of MIME type!',
   
    'Start Time'     'Warning: target file exists!'
 => 'Startzeit',  => 'Warning: target file exists!',
   
    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"     'Warning: target file exists, and has been published!'
 => "Beginne jede studentische Übung auf einer neuen Seite/Spalte (füge einen Seitenvorschub nach jeder Übung ein)",  => 'Warning: target file exists, and has been published!',
   
    'Starting Date'     'Width'
 => 'Anfangsdatum',  => 'Width',
   
    'Starting date'     'Print Options'
 => 'Anfangsdatum',  => '打印选项',
   
    'Student ID'     'Print Answers'
 => 'Matrikelnummer',  => '打印回答',
   
    'Student Information'     'Only Answers'
 => 'Studenten-Informationen',  => '只有回答',
   
    'Student Sheet Links'     'With Answers'
 => 'Tabellenlinks des Studierenden',  => '带答案',
   
    'Student Status'     'Without Answers'
 => 'Studierendenstatus',  => '没有答案',
   
    'Student Status: [_1]'     'You are working with an unsaved version of your map.'
 => 'Studierendenstatus: [_1]',  => 'You are working with an unsaved version of your map.',
   
    'Student information updated successfully.'     'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
 => 'Studenten-Informationen erfolgreich aktualisiert.',  => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
   
    'Students need access key to enter course'     'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'
 => 'Die Studierenden benötigen zum Betreten des Kurses einen Zugangsschlüssel',  => 'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.',
   
    'Students with expired roles'     '[_1] (what you just saw on the screen)'
 => 'Studierende mit abgelaufenen Rollen',  => '[_1] (what you just saw on the screen)',
   
    'Subject:'     '[_1] Local Authentication with argument [_2]'
 => 'Thema:',  => '[_1] 局部认证带 [_2]',
   
    'Submissions'     'Currently using local (institutional) authentication.'
 => 'Einreichungen',  => 'Currently using local (institutional) authentication.', # => '目前使用的地方(机构)的认证。Derzeit lokal (institutionell) authentifiziert.',
   
    'Submit Modifications'     '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) section ID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:zol2'
 => 'Veränderungen einreichen',  => '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) section ID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:zol2',
   
    'Submit entries below as answer to receive credit'     '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'
 => 'Die untenstehenden Eintragungen einreichen',  => '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',
   
    'Survey Question'     'after selected'
 => 'Frage einer Umfrage',  => '选定后',
   
    'Survey question'     'and'
 => 'Frage einer Umfrage',  => 'and',
   
    'System Level'     'between'
 => 'Systemebene',  => 'between',
   
    'Target Edit Map'     'button'
 => 'Ziel Editor Inhaltszusammenstellung', #??? [SB 18.10.2006]  => 'button',
   
    'TeX unconverted due to errors'     'by'
 => 'TeX wegen Fehlern nicht konvertiert',  => 'by',
   
    'TeX unconverted due to previous errors'     'check all'
 => 'TeX aufgrund vorheriger Fehler nicht konvertiert',  => '全选',
   
    'The error reported was'     'chmod error'
 => 'Der genannte Fehler war',  => '属性错误',
   
    '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.'     'click on the'
 => 'Die folgenden Einträge werden benutzt, um den Kurs gemäß des Namensschemas Ihrer Institution zu identifizieren. Ihre Auswahl wird benutzt werden, um eine interne LON-CAPA-Kurs-ID mit der/den zugehörigen Kurs-Sektion-ID(s) zu verbinden. Diese ID(s) werden von der Einrichtung verwendet, die für das zur Verfügungstellen der offiziellen Kurslisten an Ihrer Institution zuständig ist (z.B. Prüfungsamt). Diese Zuordnung is notwendig, wenn Sie die automatische Ergänzung von Kurslisten wählen.',  => 'click on the',
   
    "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."     'copy Error'
 => "Die folgenden Einstellungen kontrollieren die automatische Kursbelegung von Studierenden in diesen Kurs anhand der verfügbaren Informationen für diesen Kurs von der offiziellen Kursteilnehmerliste Ihrer Institution.",  => '复制错误',
   
    'The requested file'     'currently does not exist'
 => 'Die angeforderte Datei',  => 'currently does not exist',
   
    'The student must log out and log in again to see these changes.'     'custom'
 => 'Der Studierende muss sich ausloggen und neu einloggen, um diese Änderungen zu sehen.',  => "自定义",
   
    'There are currently no Error Messages for this resource.'     'custom distribution file'
 => 'Momentan liegen keine Fehlermeldungen zu dieser Ressource vor.',  => '自定义文件', # ???
   
    'There are no Evaluation Comments on this resource.'     'domain'
 => 'Zu dieser Ressource liegen keine Evaluierungskommentare vor.',  => '域',
   
    'There was an error determining the environment values for'     'expired or revoked'
 => 'Es trat ein Fehler auf bei der Bestimmung der Umgebungswerte für',  => 'expired or revoked',
   
    'Top Level Map'     'extension'
 => 'Hauptebenen-Inhaltszusammenstellung',  => 'extension',
   
    'Type Name Here'     'external'
 => 'Hier Name eingeben',  => 'external',
   
    'Type in value'     'file<br />extension'
 => 'Wert eingeben',  => 'file<br />extension',
   
    'Type:'     'first name'
 => 'Typ:',  => '名',
   
    'UNDISPLAYABLE'     'generation'
 => 'NICHT DARSTELLBAR',  => '生成',
   
    'Unable to enroll'     'in domain'
 => 'Kursbelegung nicht möglich',  => '在域',
   
    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'     'internal'
 => 'Die Datei kann nicht veröffentlicht werden, da Sie doppelte IDs enthält. IDs müssen jedoch eindeutig sein. Die doppelten IDs sind',  => '内部的',
   
    'Unable to retrieve environment data for'     'is in this state by royal decree.'
 => 'Konnte die Umgebungsdaten nicht wiederherstellen für',  => 'is in this state by royal decree.',
   
    'Unable to set default dates for course'     'last name'
 => 'Konnte die Defaulttermine des Kurses nicht setzen für',  => '姓',
   
    'Unavailable course'     'make these dates the default for future enrollment'
 => 'Nicht verfügbarer Kurs',  => 'make these dates the default for future enrollment',
   
    'Unknown Action'     'middle name'
 => 'Unbekannte Aktion',  => '中名',
   
    'Upload class list'     'name'
 => 'Lade Kursteilnehmerliste hoch',  => '姓',
   
    'Upload file'     'no ending date'
 => 'Datei hochladen',  => '无结束日期',
   
    'Upload file to Construction Space'     'number'
 => 'Datei in den Konstruktionsbereich hochladen',  => 'number',
   
    'VIEW'     'obsolete replacement'
 => 'ANSICHT',  => 'obsolete replacement',
   
    'View the FAQ'     'only check if you know what you are doing'
 => 'Zeige die FAQ',  => 'only check if you know what you are doing',
   
    'Visibly Separate Items on Pages'     'only search domain [_1]'
 => 'Sichtbar unterschiedliche Einzelteile auf Seiten',  => '只在该域 [_1] 搜索',
   
    'WARNING: The metadata table does not exist in the LON-CAPA database.'     'optional'
 => 'ACHTUNG: Die Metadaten-Tabelle existiert nicht in der LON-CAPA-Datenbank.',  => '可选的',
   
    'Warning: change of MIME type!'     'or any other value'
 => 'Achtung: Änderung des MIME-Typs!',  => '或任何其他的值',
   
    'Warning: target file exists!'     'private'
 => 'Achtung: Zieldatei existiert bereits!',  => '私人的',
   
    'Warning: target file exists, and has been published!'     'public'
 => 'Achtung: Zieldatei existiert und wurde bereits veröffentlicht!',  => '公开的',
   
    'Width'     'publisher<br />owner'
 => 'Breite',  => 'publisher<br />owner',
   
    'Print Options'     'section'
 => 'Druckoptionen',  => 'section',
   
    'Print Answers'     'standard'
 => 'Antworten drucken',  => '标准的',
   
    'Only Answers'     'standard LaTeX mode'
 => 'Nur Antworten',  => '标准的 LaTeX 模式',
   
    'With Answers'     'standard courses only'
 => 'Mit Antworten',  => '只标准课程',
   
    'Without Answers'     'student name'
 => 'Ohne Antworten',  => '学生姓名',
   
    'You are working with an unsaved version of your map.'     'template'
 => 'Sie arbeiten momentan an einer nicht gespeicherten Version Ihrer Inhaltszusammenstellung.',  => '模板',
   
    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'     'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
 => 'Sie haben die ID/Matrikelnummer geändert, aber nicht den ID-/Matrikelnummer-Safeguard deaktiviert. Die ID/Matrikelnummer wird daher nicht geändert.',  => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
   
    'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'     'unable to enroll'
 => 'Ihre Versuch zur Änderung der Rolleninformationen für diesen Studenten wurde abgelehnt. Sie haben offensichtlich nicht genügend Rechte zum Ändern der Studenten-Daten.',  => '无法注册',
   
    '[_1] (what you just saw on the screen)'     'uncheck all'
 => '[_1] (was Sie gerade auf dem Bildschirm sahen)',  => '全部取消',
   
    '[_1] Local Authentication with argument [_2]'     'use related words'
 => '[_1] Lokale Authentifizierung mit Argument [_2]',  => '使用相关的关键词',
   
    'Currently using local (institutional) authentication.'     'username'
 => 'Derzeit lokal (institutionell) authentifiziert.',  => '用户名',
   
    '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'     'versus'
 => 'Eine komma-separierte Liste von Kurs-Sektionen zusammen mit dem derzeitigen Kurs, wobei jeder Eintrag den institutionellen Kurssektionsnamen beinhaltet, gefolgt von einem Doppelpunkt und dann der (optionalen) Sektions-ID zur Verwendung in LON-CAPA, z.B. fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:zol2',  => 'versus',
   
    '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'     'with server'
 => 'Eine komma-separierte Liste institutioneller Sektionsnummern, jeweils getrennt durch einen Doppelpunkt von der in LON-CAPA verwendeten entsprechenden (optionalen) Sektions-ID, z.B. 001:1,002:2',  => 'with server',
   
    'after selected'     'yes'
 => 'nach erfolgter Auswahl',  => '是',
   
    'and'     'Swedish Chef'
 => 'und',  => 'Swedish Chef',
   
    'anno.gif'     '[_1] for default hiding'
 => 'anno.gif',  => '[_1] for default hiding',
   
    'anot.gif'     '[_1] for visible separation.'
 => 'anot.gif',  => '[_1] for visible separation.',
   
    'bchat.gif'     'Changes will not show until next login.'
 => 'bchat.gif',  => 'Changes will not show until next login.',
   
    'between'     '[_1] if allowed, anything else if not'
 => 'zwischen',  => '[_1] if allowed, anything else if not',
   
    'button'     '"[_1]" to disable, anything else if not'
 => 'Button',  => '"[_1]" to disable, anything else if not',
   
    'by'     '[_1] to suppress, anything else to not suppress'
 => 'durch',  => '[_1] to suppress, anything else to not suppress',
   
    'catalog.gif'     'Set value to [_1] to allow all roles.'
 => 'catalog.gif',  => 'Set value to [_1] to allow all roles.',
   
    'ccrs.gif'     '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
 => 'ccrs.gif',  => '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
   
    'check all'     '[_1] is not an acceptable weight. Weight must be a positive number.'
 => 'Alle auswählen',  => '[_1] is not an acceptable weight. Weight must be a positive number.',
   
    'chmod error'     '1 minute'
 => 'Fehler beim Auführen von chmod',  => '1 minute',
   
    'chrt.gif'     '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
 => 'chrt.gif',  => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',
   
    'click on the'     '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
 => 'klicken Sie bitte auf',  => '<b>HTML banned</b>: HTML will not be allowed in discussion postings.',
   
    'com.gif'     '<b>Instructor</b> - instructors will not be able to participate in discussions'
 => 'com.gif',  => '<b>Instructor</b> - instructors will not be able to participate in discussions',
   
    'copy Error'     '<b>Instructor</b> - instructors will not be able to use or view the chat room'
 => 'Kopierfehler',  => '<b>Instructor</b> - instructors will not be able to use or view the chat room',
   
    'courses.gif'     '<b>Students</b> - students will not be able to participate in discussions'
 => 'courses.gif',  => '<b>Students</b> - students will not be able to participate in discussions',
   
    'cprv.gif'     '<b>Students</b> - students will not be able to use or view the chat room.'
 => 'cprv.gif',  => '<b>Students</b> - students will not be able to use or view the chat room.',
   
    'cstr.gif'     '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
 => 'cstr.gif',  => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',
   
    'currently does not exist'     '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
 => 'existiert z.Z. nicht',  => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',
   
    'custom'     'Your current LON-CAPA domain is [_1].'
 => "benutzerdefiniert", # 'anpassbar', # individuell ???  => 'Your current LON-CAPA domain is [_1].',
   
    'custom distribution file'     '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.'
 => 'benutzerdefinierte Datei', # ???  => '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.',
   
    'docs.gif'     'Granting permission to clone course'
 => 'docs.gif',  => 'Granting permission to clone course',
   
    'domain'     '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:'
 => 'Domäne',  => '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:',
   
    'egrd.gif'     '(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.'
 => 'egrd.gif',  => '(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.',
   
    'enrl.gif'     'Allow limited HTML in discussion posts'
 => 'enrl.gif',  => 'Allow limited HTML in discussion posts',
   
    'eval.gif'     'Allow problems to be split over pages'
 => 'eval.gif',  => 'Allow problems to be split over pages',
   
    'expired or revoked'     'Answer Date (answerdate)'
 => 'abgelaufen oder entzogen',  => 'Answer Date (answerdate)',
   
    'extension'     'Chat Room Participation'
 => 'Endung',  => 'Chat Room Participation',
   
    'external'     'Chat Participation'
 => 'extern',  => 'Chat Participation',
   
    'fdbk.gif'     'Click here to return to the chart.'
 => 'fdbk.gif',  => 'Click here to return to the chart.',
   
    'file<br />extension'     'Completed'
 => 'Datei-<br />Endung',  => 'Completed',
   
    'first name'     'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.'
 => 'Vorname',  => 'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.',
   
    'generation'     'Course ID or number'
 => 'Generation',  => 'Course ID or number',
   
    'grds.gif'     'Course Initialization Helper'
 => 'grds.gif',  => 'Course Initialization Helper',
   
    'in domain'     'Course default for all problems'
 => 'in Domäne',  => 'Course default for all problems',
   
    'internal'     '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.'
 => 'intern',  => '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.',
   
    'is in this state by royal decree.'     'Courses'
 => 'hat die Erlaubnis aufgrund eines königlichen Erlasses.',  => '课程',
   
    'keys.gif'     'Default beginning date when enrolling students'
 => 'keys.gif',  => 'Default beginning date when enrolling students',
   
    'last name'     'Default ending date when enrolling students'
 => 'Nachname',  => 'Default ending date when enrolling students',
   
    'logout.gif'  
 => 'logout.gif',     'Default set of options to pass to tth/m when converting tex'
   => 'Default set of options to pass to tth/m when converting tex',
    'make these dates the default for future enrollment'  
 => 'Diese Datumswerte als voreingestellte Werte für zukünftige Kursbelegungen verwenden',     'Disable display of problem receipts'
   => 'Disable display of problem receipts',
    'middle name'  
 => 'zweiter Vorname',     'Disallow Resource Discussion for Roles'
   => 'Disallow Resource Discussion for Roles',
    'name'  
 => 'Name',     'Disallow Resource Discussion for Users'
   => 'Disallow Resource Discussion for Users',
    'nav.gif'  
 => 'nav.gif',     'Disallow live chatroom use for Roles'
   => 'Disallow live chatroom use for Roles',
    'no ending date'  
 => 'kein Endedatum',     'Disallow live chatroom use for Users'
   => 'Disallow live chatroom use for Users',
    'number'  
 => 'Nummer',     'Discussion Participation'
   => 'Discussion Participation',
    'obsolete replacement'  
 => 'veraltete Ersetzung',     'Due Date (contentclose)'
   => 'Due Date (contentclose)',
    'only check if you know what you are doing'  
 => 'nur auswählen, wenn Sie wissen, was Sie tun',     'Due Date (duedate)'
   => 'Due Date (duedate)',
    '[_1] only search domain [_2]' # 1: checkbox, 2: domain  
 => '[_1] Nur in Domäne [_2] suchen',     'Every problem in a particular folder (overrides course default)'
   => 'Every problem in a particular folder (overrides course default)',
    'optional'  
 => 'optional',     'Exit'
   => '退出',
    'or any other value'  
 => 'oder jeder andere Wert',     'Feedback Addresses for Course Content'
   => '课程内容的信息反馈地址',
    'parm.gif'  
 => 'parm.gif',     'Finish Helper'
   => '结束帮助程序',
    'pref.gif'  
 => 'pref.gif',     'HTML can be allowed or banned inside of course discussion.'
   => 'HTML can be allowed or banned inside of course discussion.',
    'private'  
 => 'privat',     'HTML in Discussions'
   => 'HTML in Discussions',
    'prt.gif'  
 => 'prt.gif',     'Hide Empty Rows in Spreadsheets'
   => 'Hide Empty Rows in Spreadsheets',
    'public'  
 => 'öffentlich',     'How many tries should be set for all problems in the course?'
   => 'How many tries should be set for all problems in the course?',
    'publisher<br />owner'  
 => 'Herausgeber<br />Besitzer',     'How many tries should be set for the selected folder?'
   => 'How many tries should be set for the selected folder?',
    'res.gif'  
 => 'res.gif',     'How many tries should be set for the selected problem?'
   => 'How many tries should be set for the selected problem?',
    'roles.gif'  
 => 'roles.gif',     '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.'
   => '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.',
    'sbkm.gif'  
 => 'sbkm.gif',     '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.'
   => '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.',
    'section'  
 => 'Sektion',     'No section assigned'
   => 'No section assigned',
    'set[_1]'  
 => 'Set[_1]',     'Number of assignments printed at the same time:'
   => 'Number of assignments printed at the same time:',
    'spacer.gif'  
 => 'spacer.gif',     'Opening Date (contentopen)'
   => 'Opening Date (contentopen)',
    'sprs.gif'  
 => 'sprs.gif',     'Opening Date (opendate)'
   => 'Opening Date (opendate)',
    'src.gif'  
 => 'src.gif',     'Please adjust significant figures.'
   => 'Please adjust significant figures.',
    'standard'  
 => 'Standard',     'Please select the section you wish to set the answer open date for:'
   => 'Please select the section you wish to set the answer open date for:',
    'standard LaTeX mode'  
 => 'Standard-LaTeX-Modus',     'Please select the section you wish to set the due date for:'
   => 'Please select the section you wish to set the due date for:',
    'standard courses only'  
 => 'Nur Standardkurse',     'Please select the section you wish to set the number of tries for:'
   => 'Please select the section you wish to set the number of tries for:',
    'stat.gif'  
 => 'stat.gif',     'Please select the section you wish to set the opening date for:'
   => 'Please select the section you wish to set the opening date for:',
    'student name'  
 => 'Name des Studenten',     'Please select the section you wish to set the problem weight for:'
   => 'Please select the section you wish to set the problem weight for:',
    'template'  
 => 'Vorlage',     'Please select the student you wish to set the answer open date for:'
   => 'Please select the student you wish to set the answer open date for:',
    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'  
 => 'Zur Kopplung mit institutionellen Daten, z.B. <tt>ss08inf345</tt> für <i>Sommersemester 2008 Informatik 345</i>',     'Please select the student you wish to set the due date for:'
   => 'Please select the student you wish to set the due date for:',
    'unable to enroll'  
 => 'Belegung nicht möglich',     'Please select the student you wish to set the number of tries for:'
   => 'Please select the student you wish to set the number of tries for:',
    'uncheck all'  
 => 'Gesamte Auswahl aufheben',     'Please select the student you wish to set the opening date for:'
   => 'Please select the student you wish to set the opening date for:',
    'use related words'  
 => 'Verwende ähnliche Wörter',     'Please select the student you wish to set the problem weight for:'
   => 'Please select the student you wish to set the problem weight for:',
    '[_1] use related words'  
 => '[_1] verwende ähnliche Wörter',     'Privileged users that should not be hidden on staff listings'
   => 'Privileged users that should not be hidden on staff listings',
    'username'  
 => 'Benutzerkennung',     'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
   => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
    'vbkm.gif'  
 => 'vbkm.gif',     'Reading results from [_1]'
   => 'Reading results from [_1]',
    'versus'  
 => 'gegen',     'Receipt algorithm used'
   => 'Receipt algorithm used',
    'with server'  
 => 'mit Server',     'Receiving results from [_1]'
   => 'Receiving results from [_1]',
    'yes'  
 => 'ja',     'Resources'
   => '资源',
    'Swedish Chef'  
 => 'Dänischer Koch',     'Search Complete on Server [_1]'
   => 'Search Complete on Server [_1]', # '搜索完成 [_1]',
    '[_1] for default hiding'  
 => '[_1] für voreingestelltes Verbergen',     'Search: [_1]'
   => '搜索: [_1]',
    '[_1] for visible separation.'  
 => '[_1] für sichtbare Trennung.',     'Select All Files'
   => '选择所有文件',
    'Changes will not show until next login.'  
 => 'Änderungen werden beim nächsten Login aktiv.',     'Select All Published'
   => '选择所有发布的',
    '[_1] if allowed, anything else if not'  
 => '[_1], um zu erlauben. Alles andere, um nicht zu erlauben.',     'Select Folder'
   => '选择文件夹',
    '"[_1]" to disable, anything else if not'  
 => '"[_1]", um zu deaktivieren. Alles andere, um zu aktivieren.',     'Select Only Current Students'
   => '只选择目前的学生',
    '[_1] to suppress, anything else to not suppress'  
 => '[_1], um zu unterdrücken. Alles andere, um nicht zu unterdrücken.',     'Select Problem'
   => '选择任务',
    'Set value to [_1] to allow all roles.'  
 => '[_1], um für alle Rollen zu erlauben.',     'Select Student'
   => '选择学生',
   
    '# Do not translate this line.  [_1] is a check box'     'Select for Section/Group'
 => '# Diese Zeile nicht übersetzen .  [_1] ist ein Ankreuzfeld',  => '选择科/组',
   
    '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field'     'Select the folder you wish to set the parameter for:'
 => '# Diese Zeile nicht übersetzen.  [_1] ist ein Ankreuzfeld, [_2] ist ein Texteingabefeld',  => 'Select the folder you wish to set the parameter for:',
   
    '# Do not translate this line.  [_1] is a column index.'     'Select the problem you wish to set the parameter for:'
 => '# Diese Zeile nicht übersetzen.  [_1] ist ein Spaltenindex.',  => 'Select the problem you wish to set the parameter for:',
   
    '# Do not translate this line.  [_1] is a drop-down box listing domains.'     'Set Problem Tries'
 => '# Diese Zeile nicht übersetzen.  [_1] ist ein Feld, um Domänen auszuwählen.',  => 'Set Problem Tries',
   
    '# Do not translate this line.  [_1] is a username'     'Set Problem Weight'
 => '# Diese Zeile nicht übersetzen.  [_1] ist eine Benutzerkennung',  => 'Set Problem Weight',
   
    '# Do not translate this line.  [_1] is the number of students processed'     'Set answer open date for all problems in the course for ...'
 => '# Diese Zeile nicht übersetzen.  [_1] ist die Anzahl der bearbeiteten Studierdendatensätze',  => 'Set answer open date for all problems in the course for ...',
   
    '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.'     'Set answer open date for the selected folder for ...'
 => '# Diese Zeile nicht übersetzen.  [_1] ist Benutzerkennung, [_2] - [_5] sind Vorname, 2. Vorname, Nachname und Generation.',  => 'Set answer open date for the selected folder for ...',
   
    '# Do not translate this line.  [_1] is username, [_2] is error message'     'Set answer open date for the selected problem for...'
 => '# Diese Zeile nicht übersetzen.  [_1] ist Benutzerkennung, [_2] ist Fehlermeldung',  => 'Set answer open date for the selected problem for...',
   
   '# Do not translate this line.  [_1] is username@domain'     'Set due date for all problems in the course for ...'
 => '# Diese Zeile nicht übersetzen.  [_1] ist benutzername@domäne',  => 'Set due date for all problems in the course for ...',
   
    '# Do not translate this line.  [_1] is username@domain [_2] is the error message.'     'Set due date for the selected folder for ...'
 => '# Diese Zeile nicht übersetzen.  [_1] ist benutzername@domäne [_2] ist die Fehlermeldung.',  => 'Set due date for the selected folder for ...',
   
    '# Do not translate this line.  [_1], [_3], and [_4] are check boxes'     'Set due date for the selected problem for ...'
 => '# Diese Zeile nicht übersetzen.  [_1], [_3], und [_4] sind Auswahlfelder',  => 'Set due date for the selected problem for ...',
   
    '# Do not translate this line.  [_2] is a text entry element'     'Set number of tries for all problems in the course for ...'
 => '# Diese Zeile nicht übersetzen.  [_2] ist ein Texteingabefeld',  => 'Set number of tries for all problems in the course for ...',
   
    '# [_1] is a drop-down selection box'     'Set number of tries for the selected folder for ...'
 => '# [_1] ist ein Drop-Down-Auswahlmenü',  => 'Set number of tries for the selected folder for ...',
   
    '# [_1] is a number [_2] is the current domain'     'Set number of tries for the selected problem for ...'
 => '# [_1] ist eine Nummer [_2] ist der derzeitige Bereich',  => 'Set number of tries for the selected problem for ...',
   
    '# [_1] is an html link to the current file '     'Set opening date for all problems in the course for ...'
 => '# [_1] ist eine html-Verknüpfung zur derzeitigen Datei ',  => 'Set opening date for all problems in the course for ...',
   
    '# _1 is a selection dialog'     'Set opening date for the selected folder for ...'
 => '# _1 ist ein Auswahldialog',  => 'Set opening date for the selected folder for ...',
   
    '# _1 is a server name'     'Set opening date for the selected problem for ...'
 => '# _1 ist ein Servername',  => 'Set opening date for the selected problem for ...',
   
    '# _1 is search string'     'Set problem weight for all problems in the course for ...'
 => '# _1 ist ein Suchbegriff',  => 'Set problem weight for all problems in the course for ...',
   
    "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'"     'Set problem weight for the selected folder for ...'
 => "# _1, _3, und _5 sind Verknüpfungsanker, _2,_4, und _6 sind '</a>'",  => 'Set problem weight for the selected folder for ...',
   
    '#[_1] is the foil name'     'Set problem weight for the selected problem for ...'
 => '#[_1] ist die Bezeichnung der Auswahlmöglichkeit',  => 'Set problem weight for the selected problem for ...',
   
    '#_1 is the foil name, _2 is the current value of the foil'     'Set value to [_1] to allow.'
 => '#_1 ist die Bezeichnung der Auswahlmöglichkeit, _2 ist der aktuelle Wert der Auswahlmöglichkeit',  => 'Set value to [_1] to allow.',
   
    '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.'     'Setting the [_1]'
 => '&quot; [_1] &quot; ist keine zulässige Anzahl von Versuchen. Die Anzahl muss eine positive, ganze Zahl (ohne Dezimaltrennzeichen) sein.',  => 'Setting the [_1]',
   
    '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.'     'Setting the [_1] to [_2]'
 => '&quot; [_1] &quot; ist keine zulässige Gewichtung. Die Gewichtung muss eine positive Zahl sein.',  => 'Setting the [_1] to [_2]',
   
    '1 minute'     'Student Name'
 => '1 Minute',  => '学生姓名',
   
    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'     '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.'
 => '<b>HTML zugelassen</b>: Diskussionsteilnehmer können in ihren Beiträgen eingeschränkten HTML-Befehlssatz verwenden.',  => '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.',
   
    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'     'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
 => '<b>HTML verboten</b>: HTML wird in Diskussionen nicht zugelassen.',  => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
   
    '<b>Instructor</b> - instructors will not be able to participate in discussions'     'There are no currently enrolled students in the course.'
 => '<b>Dozent</b> - Dozenten werden nicht an den Diskussionen teilnehmen können.',  => 'There are no currently enrolled students in the course.',
   
    '<b>Instructor</b> - instructors will not be able to use or view the chat room'     'There are no currently enrolled students in the selected sections.'
 => '<b>Dozent</b> - Dozenten werden den Chatroom weder betreten noch die Inhalte einsehen können',  => 'There are no currently enrolled students in the selected sections.',
   
    '<b>Students</b> - students will not be able to participate in discussions'     'There are no previously enrolled students in the course.'
 => '<b>Studierende</b> - Studenten werden nicht an Diskussionen teilnehmen können',  => 'There are no previously enrolled students in the course.',
   
    '<b>Students</b> - students will not be able to use or view the chat room.'     'There are no previously enrolled students in the selected sections.'
 => '<b>Studierende</b> - Studenten werden den Chatroom weder betreten noch die Inhalte einsehen können',  => 'There are no previously enrolled students in the selected sections.',
   
    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'     'There are no students with future access in the course.'
 => '<b>Tutor</b> - Tutoren werden nicht an den Diskussionen teilnehmen können',  => 'There are no students with future access in the course.',
   
    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'     'There are no students with future access in the selected sections.'
 => '<b>Tutor</b> - Tutoren werden den Chatroom weder betreten noch die Inhalte einsehen können',  => 'There are no students with future access in the selected sections.',
   
    '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>'     'There are no students in the course.'
 => '<p>Ihre derzeitige LON-CAPA-Domäne ist &quot;<b>[_1]</b>&quot;.</p>',  => 'There are no students in the course.',
   
    '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.'     'There are no students in the selected sections.'
 => 'Fortgeschritten: Sie können Feedback von unterschiedlichen Sektionen aus an unterschiedliche Personen senden. Hierzu ist jeder Eintrag mit einem Komma zu trennen. Um Feedback an eine bestimmte Adresse für unterschiedliche Sektionen zu senden, hängen Sie die die Sektionsbezeichnung(en) (getrennt durch Semicola) in einer Klammerliste nach benutzer:domäne an. Beispiel: john102:msu(001;002;003), bob293:msu(004;005;006), irgendwer:irgendwo(007;008;009) würde Feedback an &quot; john102&quot; für Sektionen 1, 2 und 3, an &quot;bob293&quot; für Sektionen 4, 5 und 6 und an &quot;irgendwer:irgendwo&quot; für Sektionen 7, 8 und 9 senden. Beachten Sie, dass es nicht erforderlich ist, dass die Adressen in einer bestimmten Domäne liegen.',  => 'There are no students in the selected sections.',
   
    '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 Next -&gt;.'     'This controls how receipt numbers are generated.'
 => 'Alle Einstellungen, die mit diesem Hilfsprogramm änderbar sind, können auch über die Kurs- und Ressourcen-Parameter im Unterpunkt "Kursumgebung" geändert werden. Wenn Sie noch keine Erfahrung mit der Koordination von LON-CAPA-Kursen haben oder wenn Sie dieses Hilfsprogramm bevorzugen, klicken Sie bitte jetzt auf <tt>Weiter -&gt;</tt>.',  => 'This controls how receipt numbers are generated.',
   
    'Allow limited HTML in discussion posts'     'This helper will set up your LON-CAPA course and choose which features will be active.'
 => 'Beschränkte Verwendung von HTML in den Diskussionsbeiträgen zulassen',  => 'This helper will set up your LON-CAPA course and choose which features will be active.',
   
    'Allow problems to be split over pages'     'Unselect All Files'
 => 'Erlauben, dass sich Aufgaben auf mehrere Seiten aufteilen dürfen',  => 'Unselect All Files',
   
    'Answer Date (answerdate)'     'Unselect All Published'
 => 'Antwort-Verfügbarkeits-Datum (answerdate)',  => 'Unselect All Published',
   
    'Chat Participation'     'Unselect All Resources'
 => 'Teilnahme am Chat',  => 'Unselect All Resources',
   
    'Click here to return to the chart.'     'Unselect for Section/Group'
 => 'Klicken Sie hier, um zum Chart zurückzukehren.',  => '取消选择科/组',
   
    'Completed'     'Welcome to Your New LON-CAPA Course'
 => 'Ausgeführt',  => '欢迎使用您的新 LON-CAPA 课程',
   
    'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.'     'What parameter do you want to set for the selected folder?'
 => 'Bestätigen Sie, dass diese Informationen richtig sind. Klicken Sie dann auf &quot;Beende Hilfsprogramm&quot;, um das Einstellen der Parameter abzuschließen.',  => 'What parameter do you want to set for the selected folder?',
   
    'Course ID or number'     'What parameter do you want to set for the selected problem?'
 => 'Kurs-ID oder -Nummer',  => 'What parameter do you want to set for the selected problem?',
   
    'Course Initialization Helper'     'What should the answer open date be set to?'
 => 'Hilfsprogramm zur Kurs-Einrichtung',  => 'What should the answer open date be set to?',
   
    'Course default for all problems'     'What should the due date be set to?'
 => 'Voreinstellungen des Kurses für alle Aufgaben',  => 'What should the due date be set to?',
   
    '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 email address.'     'What weight should be set for all problems in the course?'
 => 'Kursmitglieder können Feedback zum Kurs geben. Sie können hier auswählen, wer das Feedback empfangen soll, wie z.B. ein anderer Dozent oder Tutor. Bitte geben Sie deren LON-CAPA-Benutzer unten in der Form benutzer:domäne ein, wobei &quot;benutzer&quot; und &quot;domäne&quot; LON-CAPA-Benutzerkennung und LON-CAPA-Domäne sind. Verwenden Sie keine E-Mail-Adresse!',  => 'What weight should be set for all problems in the course?',
   
    'Courses'     'What weight should be set for the selected folder?'
 => '课程',  => 'What weight should be set for the selected folder?',
 #=> 'Kurse',  
      'What weight should be set for the selected problem?'
    'Default beginning date when enrolling students'  => 'What weight should be set for the selected problem?',
 => 'Voreingestelltes Anfangsdatum für die studentische Kursbelegung',  
      '[_1] Filesystem Authenticated (with initial password [_2])'
    'Default ending date when enrolling students'  => '[_1] Filesystem Authenticated (with initial password [_2])',
 => 'Voreingestelltes Endedatum für die studentische Kursbelegung',  
      'Currently Filesystem Authenticated.'
   => 'Currently Filesystem Authenticated.',
    'Default set of options to pass to tth/m when converting tex'  
 => 'Voreingestellte Optionen für tth/m für die Konvertierung von TeX',     '[_1] Internally authenticated (with initial password [_2])'
   => '[_1] LON-CAPA 内部认证 (初始密码 [_2])',
    'Disable display of problem receipts'  
 => 'Anzeige von Aufgaben-Nachweisnummern deaktivieren',     'Currently internally authenticated.'
   => '目前 LON-CAPA 内部认证。',
    'Disallow Resource Discussion for Roles'  
 => 'Diskussion über Ressource für folgende Rollen nicht gestatten:',     'Records per Page:'
   => '每页显示结果:',
    'Disallow Resource Discussion for Users'  
 => 'Diskussion über Ressource für folgende Benutzer nicht gestatten:',     '[_1] with value [_2]'
   => '[_1] 与价值 [_2]',
    'Disallow live chatroom use for Roles'  
 => 'Nutzungsmöglichkeit des Live-Chatrooms für folgende Rollen nicht gestatten:',     'all resources in the course'
   => '课程中的所有资源',
    'Disallow live chatroom use for Users'  
 => 'Besuchen des Live-Chatrooms für folgende Benutzer nicht gestatten:',     'all students in course'
   => '在课程中的所有学生',
    'Discussion Participation'  
 => 'Diskussionsteilnahme',     'anonymous students'
   => '匿名学生',
    'Due Date (contentclose)'  
 => 'Fälligkeitsdatum (contentclose)',     'answer date'
   => '回答日期',
    'Due Date (duedate)'  
 => 'Fälligkeitsdatum (duedate)',     'contacting [_1]'
   => '联系 [_1]',
    'Every problem in a particular folder (overrides course default)'  
 => 'Jede Aufgabe in einen bestimmten Verzeichnis (überschreibt Kurs-Voreinstellung)',     'due date'
   => '截止日期',
    'Exit'  
 => '退出',     'for'
   => 'for',
    'Feedback Addresses for Course Content'  
 => 'Feedback-Adressen für Kursinhalt',     'for [_1]all resources in the course[_2]'
   => '为 [_1]课程中的所有资源 [_2]',
    'Finish Helper'  
 => 'Beende Hilfsprogramm',     'for [_1]all students in course[_2]'
   => '为 [_1]在课程中的所有学生 [_2]',
    'HTML can be allowed or banned inside of course discussion.'  
 => 'HTML kann innerhalb von Kursdiskussionen erlaubt oder verboten werden.',     'for [_1]'
   => '为 [_1]',
    'HTML in Discussions'  
 => 'HTML in Diskussionen',     'for section [_1]'
   => 'for section [_1]',
    'Hide Empty Rows in Spreadsheets'  
 => 'Leere Zeilen in den Beurteilungsbögen verbergen',     'for the map named [_1]'
   => 'for the map named [_1]',
    'How many tries should be set for all problems in the course?'  
 => 'Wieviele Versuche sollten für alle Aufgaben im Kurs gesetzt werden?',     'for the resource named [_1], part [_2]'
   => 'for the resource named [_1], part [_2]',
    'How many tries should be set for the selected folder?'  
 => 'Wieviele Versuche sollten für alle gewählten Verzeichnisse gesetzt werden?',     'for the resource ID [_1] (name unavailable), part [_2]'
   => 'for the resource ID [_1] (name unavailable), part [_2]',
    'How many tries should be set for the selected problem?'  
 => 'Wieviele Versuche sollten für die ausgewählte Aufgabe gesetzt werden?',     'from'
   => 'from',
    'LON-CAPA has live chat functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.'  
 => 'LON-CAPA bietet eine Live-Chat-Funktion an. Dieser Kurs wird seinen eigenen Chatroom erhalten. Sie können Studenten, Tutoren oder Dozenten das Recht verweigern, den Chatroom zu nutzen.',     'from current subdirectory'
   => 'from current subdirectory',
    '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.'  
 => 'LON-CAPA bietet für alle Ressourcen des Kurses eine Diskussionsmöglichkeit an. In der Grundeinstellung dürfen allen Benutzer an diesen Diskussionen teilnehmen. Wenn Sie nicht wollen, dass bestimmte Arten von Benutzern an den Diskussionen teilnehmen sollen dürfen, wählen Sie diese unten aus. Beachten Sie, dass Ihr Kurs nicht jede Art von Benutzerrollen haben könnte. Sie können problemlos Rollen ignorieren, die Sie nicht verwenden wollen (Beispiel: Klausuraufsichtspersonal ist üblicherweise nur für sehr große Kurse hilfreich.) Benutzergruppen, die nicht an der Diskussion teilnehmen dürfen, können dennoch jede Diskussion der anderen Benutzer mitlesen.',     'helper'
   => '辅助程序',
    'No section assigned'  
 => 'Keiner Sektion zugewiesen',     'in'
   => 'in',
    'Number of assignments printed at the same time:'  
 => 'Anzahl von Übungen, die gleichzeitig gedruckt werden sollen:',     'instructor'
   => '讲师',
    'Opening Date (contentopen)'  
 => 'Bearbeitungsbeginn-Datum (contentopen)',     'number of tries'
   => '尝试次数',
    'Opening Date (opendate)'  
 => 'Bearbeitungsbeginn-Datum (opendate)',     'opening date'
   => '开始日期',
    'Please adjust significant figures.'  
 => 'Bitte passen Sie die signifikanten Stellen an.',     'problem weight'
    => '问题难度',
    'Please select the section you wish to set the answer open date for:'  
 => 'Bitte wählen Sie die Sektion, für die Sie das Antwort-Verfügbarkeits-Datum festlegen wollen:',     'role,role,...'
   => '角色,角色,...',
    'Please select the section you wish to set the due date for:'  
 => 'Bitte wählen Sie die Sektion, für die Sie das Fälligkeitsdatum festlegen wollen:',     'selected students'
   => '选定的学生',
    'Please select the section you wish to set the number of tries for:'  
 => 'Bitte wählen Sie die Sektion, für die Sie die Anzahl der Versuche festlegen wollen:',     'student'
   => '学生',
    'Please select the section you wish to set the opening date for:'  
 => 'Bitte wählen Sie die Sektion, für die Sie den Bearbeitungsbeginn festlegen wollen:',     'to'
   => 'to',
    'Please select the section you wish to set the problem weight for:'  
 => 'Bitte wählen Sie die Sektion, für die Sie die Aufgabengewichtung festlegen wollen:',     'to [_1] ([_2])'
   => 'to [_1] ([_2])',
    'Please select the student you wish to set the answer open date for:'  
 => 'Bitte wählen Sie den Studenten, für den Sie das Antwort-Verfügbarkeits-Datum festlegen wollen:',     'waiting on [_1]'
   => '等待 [_1]',
    'Please select the student you wish to set the due date for:'  
 => 'Bitte wählen Sie den Studenten, für den Sie das Fälligkeitsdatum festlegen wollen:',     'what you just saw on the screen'
   => 'what you just saw on the screen',
    'Please select the student you wish to set the number of tries for:'  
 => 'Bitte wählen Sie den Studenten, für den Sie die Anzahl der Versuche festlegen wollen:',     'Enter my portfolio space'
   => '文件夹空间',
    'Please select the student you wish to set the opening date for:'  
 => 'Bitte wählen Sie den Studenten, für den Sie den Bearbeitungsbeginn festlegen wollen:',     'No syllabus information provided.'
   => 'No syllabus information provided.',
    'Please select the student you wish to set the problem weight for:'  
 => 'Bitte wählen Sie den Studenten, für den Sie die Aufgabengewichtung festlegen wollen:',     'Sorry ...'
   => '对不起...',
    'Privileged users that should not be hidden on staff listings'  
 => 'Privilegierte Nutzer, die auf Personallisten nicht verborgen werden sollen',     'This resource might be part of another course.'
   => 'This resource might be part of another course.',
    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'  
 => 'Zufallszahlen-Basis für zufällige Wahl der Ressourcen-Anzahl (optional. Setzen Sie dies nur, wenn Sie die Funktionalität verstehen) (randompickseed)',     'Agree'
   => 'Agree',
    'Reading results from [_1]'  
 => 'Lese Ergebnisse von [_1]',     'Any comments?'
   => '评论:',
    'Receipt algorithm used'  
 => 'Verwendetes Verfahren für Empfangsquittungen',     'Copy this column'
   => 'Copy this column',
    'Receiving results from [_1]'  
 => 'Erhalte Ergebnisse von [_1]',     'Disagree'
   => 'Disagree',
    'Resources'  
 => 'Ressourcen',     'General Intro'
   => 'General Intro',
    'Search Complete [_1]'  
 => ' Suche vollständige(n) [_1]',     'Greek Symbols'
   => '希腊字母',
    'Search: [_1]'  
 => 'Suche: [_1]',     'HTML character entities'
   => 'HTML character entities',
    'Select All Files'  
 => 'Alle Dateien auswählen',     '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.'
   => '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.',
    'Select All Published'  
 => 'Alle veröffentlichten Ressourcen auswählen',     'LON-CAPA Help'
   => 'LON-CAPA Help',
    'Select Folder'  
 => 'Verzeichnis auswählen',     'Landscape'
   => 'Landscape',
    'Select Only Current Students'  
 => 'Nur aktuelle Studenten auswählen',     'Launch navigation window'
   => '启动导航窗口',
    'Select Problem'  
 => 'Aufgabe auswählen',     'Grade Levels'
   => '级别',
    'Select Student'  
 => 'Studenten auswählen',     'Grade Level'
   => '级别',
    'Select for Section/Group'  
 => 'Auswahl für Sektion/Gruppe',     'Lowest Grade Level'
   => '最低级别',
    'Select the folder you wish to set the parameter for:'  
 => 'Wählen Sie das Verzeichnis, für den sie den Parameter einstellen wollen:',     'Lowest Grade Level:'
   => '最低级别:',
    'Select the problem you wish to set the parameter for:'  
 => 'Wählen Sie die Aufgabe, für die Sie den Parameter einstellen wollen:',     'Highest Grade Level'
   => '最高级别',
    'Set Problem Tries'  
 => 'Aufgaben-Versuche einstellen',     'Highest Grade Level:'
   => '最高级别:',
    'Set Problem Weight'  
 => 'Aufgaben-Gewichtung einstellen',     'Mark all posts read'
   => '将所有帖子标记为已阅读',
    'Set answer open date for all problems in the course for ...'  
 => 'Setze Antwort-Verfügbarkeits-Datum aller Aufgaben des Kurses für...',     'My question/comment/feedback:'
   => '我的问题/评论/反馈:',
    'Set answer open date for the selected folder for ...'  
 => 'Setze Antwort-Verfügbarkeits-Datum des ausgewählten Verzeichnisses für...',     'Other Symbols'
   => '其他符号',
    'Set answer open date for the selected problem for...'  
 => 'Setze Antwort-Verfügbarkeits-Datum der ausgewählten Aufgabe für...',     'Please check at least one of the following feedback types:'
   => '请从以下选项:',
    'Set due date for all problems in the course for ...'  
 => 'Setze Fälligkeitsdatum aller Aufgaben des Kurses für...',     'Please rank the following criteria:'
   => '请以以下标准评价:',
    'Set due date for the selected folder for ...'  
 => 'Setze Fälligkeitsdatum des ausgewählten Verzeichnisses für...',     'Portrait'
   => '竖排格式',
    'Set due date for the selected problem for ...'  
 => 'Setze Fälligkeitsdatum der ausgewählten Aufgabe für...',     'Question about resource content'
   => '关于此资源内容的问题',
    'Set number of tries for all problems in the course for ...'  
 => 'Setze Anzahl der Versuche aller Aufgaben des Kurses für...',     'Question/Comment/Feedback about course policy'
   => '关于课程规则的问题/评论/反馈',
    'Set number of tries for the selected folder for ...'  
 => 'Setze Anzahl der Versuche des ausgewählten Verzeichnisses für...',     'Select a Course to Enter'
   => '选择一个课程',
    'Set number of tries for the selected problem for ...'  
 => 'Setze Anzahl der Versuche der ausgewählten Aufgabe für...',     'Sending Messages'
   => '发送邮件',
    'Set opening date for all problems in the course for ...'  
 => 'Setze Bearbeitungsbeginn-Datum aller Aufgaben des Kurses für...',     'Show Me My First Homework Problem'
   => 'Show Me My First Homework Problem',
    'Set opening date for the selected folder for ...'  
 => 'Setzte Bearbeitsbeginn-Datum des ausgewählten Verzeichnisses für...',     'Standards'
   => '标准',
    'Set opening date for the selected problem for ...'  
 => 'Setze Bearbeitungsbeginn-Datum der ausgewählten Aufgabe für...',     'Strongly Agree'
   => 'Strongly Agree',
    'Set problem weight for all problems in the course for ...'  
 => 'Setze Aufgabengewichtung aller Aufgaben des Kurses für...',     'Strongly Disagree'
   => 'Strongly Disagree',
    'Set problem weight for the selected folder for ...'  
 => 'Setze Aufgabengewichtung des ausgewählten Verzeichnisses...',     'Symbol'
   => '符号',
    'Set problem weight for the selected problem for ...'  
 => 'Setze Aufgabengewichtung der ausgewählten Aufgabe für...',     'The material appears to be correct'
   => '这些材料似乎是正确的',
    'Set value to [_1] to allow.'  
 => '[_1], um zu erlauben.',     'The material is helpful'
   => '这些材料是有用的',
    'Setting the [_1]'  
 => 'Einstellung auf [_1] setzen',     'The material is presented in a clear way'
   => '这些材料中提出一个明确的方式',
    'Setting the [_1] to [_2]'  
 => 'Einstellung ändern von [_1] auf [_2]',     'The resource is technically correct (loads fast enough, does not produce errors, links work, etc)'
   => '资源在技术上是正确的(加载速度足够快, 不会产生错误, 链接页面可以访问, 等等)',
    'Student Name'  
 => 'Name des Studenten',     'HTML character enties'
   => 'HTML 字符实体',
    'The &quot;Course Description&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next -&gt;&quot; to continue.'  
 => 'Die &quot;Kursbezeichnung&quot; ist der Name des Kurses, der von den Kursteilnehmern gesehen wird. Sie können diese Bezeichnung nun ändern und mit &quot;Weiter -&gt;&quot; fortfahren',     '"Waiting for Remote Control window to load: "+[_1]'
   => '"等待加载远程控制窗口: "+[_1]',
    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'  
 => 'Die Antwort auf diese Frage kann niemals richtig werden. Die folgenden Auswahlmöglichkeiten im &lt;optionresponse&gt;-Tag beinhalten unzulässige richtige Optionen',     '[_1]Continue[_2] on in Inline Menu mode'
   => '[_1]继续[_2] 在内置菜单模式下',
    'There are no currently enrolled students in the course.'  
 => 'Derzeit gibt es keine Kursteilnehmer im Kurs.',     'All posts'
   => '所有的讨论',
    'There are no currently enrolled students in the selected sections.'  
 => 'Es gibt keine derzeit eingeschriebenen Kursteilnehmer in der ausgewählen Sektion.',     'Change Color Scheme'
   => '更改颜色方案',
    'There are no previously enrolled students in the course.'  
 => 'Es gibt keine in der Vergangenheit eingeschriebenen Kursteilnehmer im Kurs.',     'Change Colors'
   => '改变颜色',
    'There are no previously enrolled students in the selected sections.'  
 => 'Es gibt keine in der Vergangenheit eingeschriebenen Kursteilnehmer in den ausgewählten Sektionen.',     'Change Discussion Display Preferences'
   => '改变讨论显示偏好',
    'There are no students with future access in the course.'  
 => 'Es gibt keine Studenten mit zukünftigem Kurszugriff im Kurs.',     'Change How Math Equations Are Displayed'
   => '改变显示科学计算公式',
    'There are no students with future access in the selected sections.'  
 => 'Es gibt keine Studenten mit zukünftigem Kurszugriff in den ausgewählten Sektionen.',     'Change Language'
   => '语言',
    'There are no students in the course.'  
 => 'Es gibt keine Kursteilnehmer im Kurs.',     'Change Language Preferences'
   => '更改语言首选项',
    'There are no students in the selected sections.'  
 => 'Es gibt keine Kursteilnehmer in den ausgewählten Sektionen.',     'Change Message Forwarding and Notification Email Addresses'
   => '更改邮件转发和通知的电子邮件地址',
    'This controls how receipt numbers are generated.'  
 => 'Steuert die Erzeugung der Nachweisnummern.',     'Change Password'
   => '更改密码',
    'This helper will set up your LON-CAPA course and choose which features will be active.'  
 => 'Dieses Hilfsprogramm unterstützt Sie dabei, Ihren LON-CAPA-Kurs einzurichten und zu wählen, welche Einstellungen aktiv sein werden.',     'Change Preferences'
   => '改变参数',
    'Unselect All Files'  
 => 'Auswahl für alle Dateien aufheben',     'Change Roles Page Preferences'
   => '改变角色页参数',
    'Unselect All Published'  
 => 'Auswahl für alle veröffentlichten Dokumente aufheben',     'Change Screen Name'
   => '改变昵称',
    'Unselect All Resources'  
 => 'Auswahl für alle Ressourcen aufheben',     'Change Screenname'
   => '改变昵称',
    'Unselect for Section/Group'  
 => 'Auswahl für Sektion/Gruppe aufheben',     'Change WYSIWYG Editor Preferences'
   => 'WYSIWYG-编辑器',
    'Welcome to Your New LON-CAPA Course'  
 => 'Willkommen in Ihrem neuen LON-CAPA-Kurs',     'Contact Helpdesk'
   => '联系求助',
    'What parameter do you want to set for the selected folder?'  
 => 'Welchen Parameter möchten Sie für das ausgewählte Verzeichnis setzen?',     'Current discussion settings'
   => '目前讨论的设置',
    'What parameter do you want to set for the selected problem?'  
 => 'Welchen Parameter möchten Sie für die ausgewählte Aufgabe setzen?',     'Due Date'
   => '截止日期',
    'What should the answer open date be set to?'  
 => 'Auf welchen Wert soll das Antwort-Verfügbarkeits-Datum gesetzt werden?',     'Each post can be toggled read/unread'
   => 'Each post can be toggled read/unread',
    'What should the due date be set to?'  
 => 'Auf welchen Wert soll das Fälligkeitsdatum gesetzt werden?',     "Edit the 'About Me' Personal Information Screen"
   => "个人网页",
    'What weight should be set for all problems in the course?'  
 => 'Auf welchen Wert soll die Gewichtung für alle Aufgaben im Kurs gesetzt werden?',     'Enable WYSIWYG Editor'
   => '应用 WYSIWYG-编辑器',
    'What weight should be set for the selected folder?'  
 => 'Auf welchen Wert soll die Gewichtung für das ausgewählte Verzeichnis gesetzt werden?',     'End of Sequence'
   => '结束序列',
    'What weight should be set for the selected problem?'  
 => 'Auf welchen Wert soll die Gewichtung der ausgewählten Aufgabe gesetzt werden?',     'Entering Course'
   => '进入课程',
    'Your course is now set up. Please select the Finish Course Initialization button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen, by pushing the Course Environment button.'  
 => 'Ihr Kurs ist nun eingerichtet. Bitte klicken Sie auf "Abschließen", um den Kurs mit den vorgenommenen Einstellungen neu zu initialisieren. All diese Einstellungen können im Menüpunkt "Kurs- und Ressourcen-Parameter", Unterpunkt "Kursumgebung" geändert werden.',     'Get help'
   => '获得帮助',
    '[_1] Filesystem Authenticated (with initial password [_2])'  
 => '[_1] Authentifizierung über Dateisystem (mit Anfangspasswort [_2])',     'Go to main menu'
   => '进入主菜单',
    'Currently Filesystem Authenticated.'  
 => 'Derzeit dateisystem-authentifiziert.',     'Has New Discussion'
   => '有新讨论',
    '[_1] Internally authenticated (with initial password [_2])'  
 => '[_1] LON-CAPA-interne Authentifizierung (mit Anfangspasswort [_2])',     '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.'
   => '当弹出式窗口过滤器被激活,远程控制启动将会失败。 为了使用远程控制,在此网站请禁用这些过滤器。',
    'Currently internally authenticated.'  
 => 'Derzeit LON-CAPA-intern authentifiziert.',     'Navigate Course Content'
   => '浏览目录',
    '[_1] Records per Page'  
 => '[_1] Suchergebnisse je Seite',     'New posts only'
   => '只有新的讨论',
    '[_1] minutes'  
 => '[_1] Minuten',     'No Resource'
   => '没有资源',
    '[_1] minutes, [_2] seconds'  
 => '[_1] Minuten, [_2] Sekunden',     'No syllabus available'
   => '没有提供教学大纲',
    '[_1] with value [_2]'  
 => '[_1] mit dem Wert [_2]',     'Not currently assigned.'
   => '目前没有任务发布。',
    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'  
 => '[_1]zurück[_2] &nbsp; [_3]neu laden[_4] &nbsp; [_5]weiter[_6]',     'Not new'
   => '不是新的',
    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next'  
 => '[_1]zurück[_2] &nbsp; [_3]neu laden[_4] &nbsp; weiter',     'Off'
   => '关',
    '[_2] seconds'  
 => '[_2] seconds',     'On'
   => '开',
    'all resources in the course'  
 => 'alle Ressourcen des Kurses',     'Once displayed'
   => '显示一次',
    'all students in course'  
 => 'alle Teilnehmer des Kurses',     'Once marked not NEW'
   => '一次后标记不是新的',
    'anonymous students'  
 => 'Anonyme Studenten',     'Please click on the the resource you intend to access'
   => 'Please click on the the resource you intend to access',
    'answer date'  
 => 'Antwortdatum',     'Posts cease to be marked "NEW"'
   => 'Posts cease to be marked "NEW"',
    'contacting [_1]'  
 => 'kontaktiere [_1]',     'Posts to be displayed'
   => 'Posts to be displayed',
    'due date'  
 => 'Fälligkeitsdatum',     'Role selected. Please stand by.'
   => '角色选定。请稍候。',
    'for'  
 => 'für',     'Send'
   => '发送',
    'for [_1]all resources in the course[_2]'  
 => 'für [_1]alle Ressourcen des Kurses[_2]',     'Set User Preferences'
   => '设置用户参数',
    'for [_1]all students in course[_2]'  
 => 'für [_1]alle Teilnehmer des Kurses[_2]',     'Show Preview and Check Spelling'
   => '查看预览和拼写检查',
    'for [_1]'  
 => 'für [_1]',     'Sort by:'
   => '排序方式:',
    'for section [_1]'  
 => 'für den Sektion [_1]',     '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.'
   => '外部菜单(远程控制)已被禁用,继续在内置菜单模式下工作。您可能已经关闭了远程控制的窗口,或被您的浏览器的弹出窗口过滤器阻止了。为了使用远程控制,在此网站禁用该过滤器,并在内置菜单重新启动远程控制。',
    'for the map named [_1]'  
 => 'für die Inhaltszusammenstellung mit der Bezeichnung [_1]',     'There are several possibilities of where to go next'
   => 'There are several possibilities of where to go next',
    'for the resource named [_1]'  
 => 'für die Ressource mit der Bezeichnung [_1]',     'To use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.'
   => '为了使用远程控制,在此网站禁用弹出窗口过滤器,并在内置菜单重新启动远程控制。',
    'from'  
 => 'von',     'Toggle read/unread'
   => '切换已读/未读',
    'from current subdirectory'  
 => 'von derzeitigem Unterverzeichnis',     'Unread only'
   => '只有未读',
    'helper'  
 => 'Hilfsprogramm',     "View this user's personal page"
   => "显示这个用户的个人网页",
    'in'  
 => 'in ',     'You have reached the end of the sequence of materials.'
   => '您已达到教材序列的最后。',
    'instructor'  
 => 'Dozent',     'You may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser.'
   => '您可能已经关闭了远程控制的窗口,或者被您的浏览器的弹出窗口过滤器拦截了。',
    'number of tries'  
 => 'Anzahl der Versuche',     'attachments'
   => '附件',
    'opening date'  
 => 'Startdatum',     'About User'
   => '个人网页',
    'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'  
 => 'zurück &nbsp; [_3]neu laden[_4] &nbsp; [_5]weiter[_6]',  
      'All documents out of a published map into this folder'
    'problem weight'  => '在这个目录里面发布的所有文件的内容列表',
 => 'Gewichtung der Aufgabe',  
      'Change Math Pref'
    'role,role,...'  => 'Change Math Pref',
 => '角色,角色,...',  
 #=> 'Rolle,Rolle,...',     'Change Math Preferences'
   => '改变显示科学方程式偏好',
   
    'selected students'     'Comment'
 => '选定的学生',  => '注解',
 #=> 'ausgewählte Studierende',  
      'Communication/Messages'
    'student'  => '通信/邮件',
 => '学生',  
 #=> 'Student',     'Configure blocking of student communication during exams'
   => 'Configure blocking of student communication during exams',
    'textual_remote_display'  
 => 'textual_remote_display',     'Convert to Images'
   => '转换为图像',
    'to'  
 => 'auf',     'Course and Catalog Search'
   => '课程和目录搜索',
    'to [_1] ([_2])'  
 => 'auf [_1] ([_2])',     'Create Subdirectory'
   => '创建子目录',
    'waiting on [_1]'  
 => '等待 [_1]',     'Upload file to current directory'
 #=> 'warte auf [_1]',  => '上传文件到当前目录',
   
    'what you just saw on the screen'     'Create subdirectory in current directory'
 => 'was Sie gerade auf dem Bildschirm gesehen haben',  => '在当前目录下,创建一个新的子目录',
   
    'Enter my portfolio space'     'Upload embedded images/multimedia/css/linked files if HTML file'
 => '文件夹空间',  => '对于HTML文件: 上传嵌入式图像/多媒体文件/CSS/链接文件',
 #=> 'Portfolio-Bereich',  
      'Delete Selected'
    'No syllabus information provided.'  => '删除所选',
 => 'Kein Kursüberblick vorhanden.',  
      'CRITICAL'
    'Sorry ...'  => '重要的',
 => '对不起...',  
 #=> 'Schade...',     'Currently no documents.'
   => '目前没有任何文件。',
    'This resource might be part of another course.'  
 => 'Diese Ressource ist wahrscheinlich Bestandteil eines anderen Kurses.',     'Enter terms or phrases, then press "Search" below'
   => '在搜索栏里输入关键字或词组,然后点击下面的“搜索”。',
    'Agree'  
 => 'Trifft eher zu',     'INBOX'
   => '收件箱',
    'Any comments?'  
 => 'Kommentare:',     'Upload embedded images/multimedia files if HTML file'
   => '对于HTML文件: 上传嵌入式图像/多媒体文件',
    'Copy this column'  
 => 'Kopiere diese Spalte',     'IMS Import'
   => 'IMS Import',
    'Disagree'  
 => 'Trifft eher nicht zu',     'Import IMS package'
   => '导入 IMS-包',
    'General Intro'  
 => 'Allgemeine Einführung',     'IMS Export'
   => 'IMS Export',
    'Greek Symbols'  
 => 'Griechische Buchstaben',     'Export Course to IMS Package'
   => '导出-IMS-包',
    'HTML character entities'  
 => 'HTML-Zeichencode',     'Export content item?'
   => 'Export content item?',
    '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.'  
 => 'Wenn Sie sich diesen Text online ansehen, kopieren Sie den Eintrag in der rechten Spalte und fügen sie ihn in den Texteingabebereich ein, um das entsprechende Symbol auf der linken Seite zu erhalten.',     'Export discussion posts?'
   => 'Export discussion posts?',
    'LON-CAPA Help'  
 => 'LON-CAPA-Hilfe',     'As you did not select any content items or discussions for export, an IMS package has not been created.'
   => 'As you did not select any content items or discussions for export, an IMS package has not been created.',
    'Landscape'  
 => 'Querformat',     'Please [_1]go back[_2] to select either content items or discussions for export.'
   => 'Please [_1]go back[_2] to select either content items or discussions for export.',
    'Launch navigation window'  
 => 'Navigationsfenster starten',     '[_1]Your IMS package[_2] is ready for download.'
   => '[_1]Your IMS package[_2] is ready for download.',
    'Grade Levels'  
 => 'Kursniveau',     'Import a document'
   => 'LON-CAPA-内部文件',
    'Lowest Grade Level'  
 => 'Niedrigstes Kursniveau',     'Make New Folder'
   => '新建文件夹',
    'Lowest Grade Level:'  
 => 'Niedrigstes Kursniveau:',     'New Composite Page'
   => '新组合页面',
    'Highest Grade Level'  
 => 'Höchstes Kursniveau',     'New Messages Only'
   => '只有新邮件',
    'Highest Grade Level:'  
 => 'Höchstes Kursniveau:',     'Portfolio Manager'
   => '组合管理',
    'Mark all posts read'  
 => 'Alle Diskussionsbeiträge als gelesen kennzeichnen',     'Preferred method to display Math'
   => '首选的方法来显示科学方程式',
    'My question/comment/feedback:'  
 => 'Meine Frage/Anmerkung/Feedback:',     'Published documents'
   => '发布文件',
    'Not set -'  
 => 'Nicht gesetzt -',     'Recover Deleted Documents'
   => '恢复已删除的资源',
    'Other Symbols'  
 => 'Weitere Symbole',     'Send a Message'
   => '发送邮件',
    'Please check at least one of the following feedback types:'  
 => 'Bitte wählen Sie eine der angebotenen Optionen:',     'SENT MESSAGES'
   => '已发送邮件',
    'Please rank the following criteria:'  
 => 'Bitte evaluieren Sie die folgenden Kriterien:',     'Show'
   => '显示',
    'Portrait'  
 => 'Hochformat',     'TRASH'
   => '已删除邮件',
    'Question about resource content'  
 => 'Frage zum Inhalt der Ressource',     'TeX to HTML'
   => 'TeX to HTML',
    'Question/Comment/Feedback about course policy'  
 => 'Frage/Anmerkung/Feedback zu Regeln des Kurses ',     'View Folder'
   => '查看文件夹',
    'Select a Course to Enter'  
 => '选择一个课程',     'fulltext search (time consuming)'
 #=> 'Wählen Sie den gewünschten Kurs aus',  => '全文检索 (费时的)',
   
    'Sending Messages'     'search discussion postings (resources and discussion boards)'
 => 'Sende Nachricht',  => '搜索讨论帖子 (资源和布告栏)',
 #=> 'Sende Nachricht',  
      'Roles'
   => '角色',
    'Show Me My First Homework Problem'  
 => 'Zeige erste Übungsaufgabe',     'Select style file'
   => '选择档案风格',
    'Standards'  
 => 'Standards',     '(mark them then click "next" button)'
   => '(标记,然后点击“下一步”按钮)',
    'Strongly Agree'  
 => 'Trifft völlig zu',     '100 Level'
   => '1. 学年',
    'Strongly Disagree'  
 => 'Trifft überhaupt nicht zu',     '200 Level'
   => '2. 学年',
    'Symbol'  
 => 'Symbol',     '300 Level'
   => '3. 学年',
    'The material appears to be correct'  
 => 'Das Material scheint korrekt zu sein',     '400 Level'
   => '4. 学年',
    'The material is helpful'  
 => 'Das Material ist hilfreich',     'Action'
   => '动作',
    'The material is presented in a clear way'  
 => 'Das Material wird in einer verständlichen Art dargestellt',     'Actions for current directory'
   => '此目录的行动',
    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc)'  
 => 'Die Ressource ist technisch einwandfrei (lädt ausreichend schnell, erzeugt keine Fehlermeldungen, verlinkte Seiten sind erreichbar, etc.)',     'Change Discussion Preferences'
   => '改变讨论偏好',
    'HTML character enties'  
 => 'HTML-Zeichen-Entitys',     'Change Message Forwarding/Notification'
   => '邮件转发和通知',
    '"Waiting for Remote Control window to load: "+[_1]'  
 => '"Warte auf das Laden der Fernbedienung: "+[_1]',     'Change WYSIWYG Preferences'
   => 'WYSIWYG-编辑器',
    '<a href="[_1]">Continue</a> on in Inline Menu mode'  
 => '<a href="[_1]">Weiter</a> im Kopfzeilenmenü-Modus',     'Change to '
   => '变化为 ',
    'All posts'  
 => 'Alle Diskussionsbeiträge',     'Clean Up'
   => '清理',
    'Change Color Scheme'  
 => 'Farben',     'Closed - XML source is closed to everyone'
   => '锁定 - XML的源代码对手有人锁定',
    'Change Colors'  
 => 'Farben',     'Copy'
   => '复制',
    'Change Discussion Display Preferences'  
 => 'Darstellung der Diskussionsbeiträge',     'Create a new directory or LON-CAPA document'
   => '创建一个新的目录或 LON-CAPA 文件',
    'Change How Math Equations Are Displayed'  
 => 'Darstellung wissenschaftlicher Formeln',     'Current setting '
   => '当前设置 ',
    'Change Language'  
 => '语言',     'Delete Directory'
 #=> 'Sprache',  => '删除文件夹',
   
    'Change Language Preferences'     'Delete directory'
 => 'Sprache',  => '删除文件夹',
   
    'Change Message Forwarding and Notification Email Addresses'     'Delete this resource'
 => 'Nachrichtenweiterleitung und Benachrichtigung',  => '删除此资源',
   
    'Change Password'     'Disable WYSIWYG editor'
 => 'Passwort ändern',  => '不使用 WYSIWYG-编辑器',
   
    'Change Preferences'     'Display Preference'
 => '改变参数', # 'Präferenzen ändern'  => '显示偏好',
 #=> 'Benutzereinstellungen', # 'Präferenzen ändern'  
      'Edit catalog information'
    'Change Roles Page Preferences'  => '编辑目录信息',
 => 'Schnellzugriffsliste für Benutzerrollen',  
      'Enable WYSIWYG editor'
    'Change Screen Name'  => '使用 WYSIWYG-编辑器',
 => 'Nicknamen',  
      'Grade 1'
    'Change Screenname'  => '1 级',
 => 'Nicknamen ändern',  
      'Grade 10'
    'Change WYSIWYG Editor Preferences'  => '10 级',
 => 'WYSIWYG-Editor',  
      'Grade 11'
    'Contact Helpdesk'  => '11 级',
 => 'Helpdesk kontaktieren',  
      'Grade 12'
    'Current discussion settings'  => '12 级',
 => 'Einstellung für diesen Diskussionsbeitrag',  
      'Grade 13'
    'Duedate'  => '13 级',
 => 'Fälligkeitsdatum',  
      'Grade 2'
    'Each post can be toggled read/unread'  => '2 级',
 => 'Jeder Diskussionsbeitrag kann zwischen als gelesen und als ungelesen umgeschaltet werden',  
      'Grade 3'
    "Edit the 'About Me' Personal Information Screen"  => '3 级',
 => "个人网页", # "Persönliche-Informationen-Seite ('Über mich')",  
 #=> "Über-mich-Seite", # "Persönliche-Informationen-Seite ('Über mich')",     'Grade 4'
   => '4 级',
    'Enable WYSIWYG Editor'  
 => 'WYSIWYG-Editor verwenden',     'Grade 5'
   => '5 级',
    'End of Sequence'  
 => 'Ende der Sequenz',     'Grade 6'
   => '6 级',
    'Entering Course'  
 => 'Betrete Kurs',     'Grade 7'
   => '7 级',
    'Get help'  
 => 'Hilfe abrufen',     'Grade 8'
   => '8 级',
    'Go to main menu'  
 => 'Zum Hauptmenü wechseln',     'Grade 9'
   => '9 级',
    'Has New Discussion'  
 => 'Neue Diskussionsbeiträge',     'Graduate Level'
   => '研究生层次',
    '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.'  
 => 'Das Starten der Fernbedienung wird scheitern, wenn ein Filter gegen Pop-Up-Fenster aktiviert ist. Um die Fernbedienung zu verwenden, deaktivieren Sie diesen Filter für diese Webseite.',     'List current directory'
   => '文件夹',
    'Navigate Course Content'  
 => '浏览目录',     'Mark obsolete'
 #=> 'Inhaltsverzeichnis',  => '标记为过时的',
   
    'New posts only'     'Move'
 => 'Nur neue Diskussionsbeiträge',  => '移动',
   
    'No Resource'     'New library file'
 => 'Keine Ressource',  => '新的库文件',
   
    'No syllabus available'     'No file: [_1]'
 => 'Kein Kursüberblick verfügbar',  => '没有任何文件: [_1]',
   
    'Not currently assigned.'     'No personal information provided'
 => 'Derzeit nicht als Aufgabe gestellt.',  => '没有提供的个人资料',
   
    'Not new'     'Not specified'
 => 'Nicht neu',  => '未指定',
   
    'Off'     'Open - XML source is open to people who want to use it'
 => 'Aus',  => '开放 - XML的源代码开放给想要使用它的人',
   
    'On'     'Points Display'
 => 'An',  => '分数显示',
   
    'Once displayed'     'Completed Problems Display'
 => 'sobald angezeigt',  => '显示完成作业',
   
    'Once marked not NEW'     'Points Scored'
 => 'sobald als nicht NEU markiert',  => '得分',
   
    'Please click on the the resource you intend to access'     'Attempted'
 => 'Bitte klicken Sie auf die Ressource, auf die Sie zugreifen wollen',  => '尝试',
   
    'Posts cease to be marked "NEW"'     'Posts displayed?'
 => 'Beiträge nicht mehr als "NEU" kennzeichnen',  => '帖子显示?',
   
    'Posts to be displayed'     'Preferences can be set that determine'
 => 'Diskussionsbeiträge, die angezeigt werden sollen',  => '预置可设置确定',
   
    'Role selected. Please stand by.'     'Print contents of directory'
 => 'Rolle ausgewählt. Bitte warten.',  => '打印目录',
   
    'Send'     'Print directory'
 => 'Senden',  => '打印目录',
   
    'Set User Preferences'     'Problem Document'
 => '设置用户参数',  => '任务文件', # '问题',
 #=> 'Benutzereinstellungen',  
      'Publish this Directory'
    'Show Preview and Check Spelling'  => '发布此目录',
 => 'Zeige Vorschau und prüfe Rechtschreibung',  
      'Publish this resource'
    'Sort by:'  => '发布此资源',
 => 'Sortieren nach:',  
      'Re-publish'
    '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.'  => '重新发布',
 => 'Die Fernbedienung wurde deaktiviert und durch das Kopfzeilenmenu ersetzt. Sie haben entweder das Fernbedienungsfenster geschlossen oder es wurde durch einen Filter für Pop-Up-Fenster von Ihrem Webbrowser geblockt. Um die Fernbedienung in solch einem Fall dennoch zu verwenden, deaktivieren Sie den Filter für diese Webseite und aktivieren Sie die Fernbedienung aus dem Kopfzeilenmenü erneut.', # n.t.  
      'Retrieve old version'
    'There are several possibilities of where to go next'  => '恢复旧版本',
 => 'Es gibt mehrere Möglichkeite, wohin Sie als nächstes gehen können',  
      'Select action'
    'To use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.'  => '选择行动',
 => 'Um die Fernbedienung zu verwenden, deaktivieren Sie den Filter gegen Pop-Up-Fenster für diese Webseite und starten die Fernbedienung aus dem Kopfzeilenmenü erneut.',  
      'Send message'
    'Toggle read/unread'  => '发送消息',
 => 'Umschalten zwischen gelesen/ungelesen',  
       'Set display preferences for discussion posts for both discussion boards and individual resources in all your courses.'
    'Unread only'  => '在这里,您可以设置您的讨论是否显示在所有的课程的布告栏和个人资源里。',
 => 'Nur ungelesene',  
      'Source Distribution'
    "View this user's personal page"  => '源代码的访问权限',
 => "显示这个用户的个人网页",  
 #=> "Persönliche Über-mich-Seite dieses Nutzers anzeigen",     'The preferences you set here can be overridden within each individual discussion.'
   => '您的喜好设定这里可以适用在每个讨论。', # '您的喜好设定可以被每个讨论更改。',
    'You have reached the end of the sequence of materials.'  
 => 'Sie haben das Ende der Sequenz von Lehrmaterialien erreicht.',     'Under what circumstances posts are identified as "NEW"'
   => '在什么情况下讨论被设定为“新”',
    'You may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser.'  
 => 'Sie haben entweder das Fernbedienungsfenster geschlossen oder es wurde vom Filter gegen Pop-Up-Fenster Ihres Webbrowsers blockiert.',     'Upload a new document'
   => '上传新文件',
    'attachments'  
 => 'Anhänge',     'Use random seed'
   => '使用随机种子',
    'info[_1]'  
 => 'info[_1]',     'Use style file'
   => '使用样式文件',
    'prepare[_1]'  
 => 'prepare[_1]',     'Which posts are displayed when you display a discussion board or resource, and'
   => '哪些讨论将将被显示,如果你有一个布告栏或资源,',
    'printout[_1]'  
 => 'printout[_1]',     'closed'
   => '锁定源代码', # !
    'tations[_1]'  
 => 'tations[_1]',     'open'
   => '公开源代码', # !
    'this[_1]'  
 => 'this[_1]',     '(mark desired resources then click "next" button)'
   => '(标记所需资源然后单击“下一步”按钮)',
    'About User'  
 => '个人网页',     '[_1]Change[_2] for just [_3]this course[_4] or for all [_5]your courses[_6].'
 #=> 'Über-mich-Seite',  => '[_1]改变[_2] 只为 [_3]该课程[_4] 或者为所有 [_5]您的课程[_6].',
   
      "Page displayed after role selection in course now set by [_1]user's global preferences[_2]."
    'All documents out of a published map into this folder'  => "Page displayed after role selection in course now set by [_1]user's global preferences[_2].",
 => '在这个目录里面发布的所有文件的内容列表',  
 #=> 'Alle Dokumente aus einer veröffentlichten Inhaltszusammenstellung in dieses Verzeichnis',     'Page displayed after role selection in this course set to [_1].'
   => 'Page displayed after role selection in this course set to [_1].',
    'Change Math Pref'  
 => 'Darstellung wissenschaftl. Formeln',     'Unable to set control of page display to [_1] due to [_2].'
   => 'Unable to set control of page display to [_1] due to [_2].',
    'Change Math Preferences'  
 => 'Darstellung wissenschaftlicher Formeln',     'Unable to set page display, after role selection, for this course to [_1] due to [_2].'
   => 'Unable to set page display, after role selection, for this course to [_1] due to [_2].',
    'Comment'  
 => '注解',     'Add or Edit Blog Entries'
 #=> 'Kommentar',  => '添加或修改博客条目',
   
    'Communication/Messages'     'Add to my public course blog'
 => 'Kommunikation und Nachrichten',  => '添加到我的公共课程博客',
   
    'Configure blocking of student communication during exams'     'Annotator'
 => 'Blockieren von studentischer Kommunikation während Prüfungen konfigurieren',  => '注释者',
   
    'Convert to Images'     'Av. Attempts'
 => 'In Grafik konvertieren',  => 'Av. Attempts',
   
    'Course and Catalog Search'     'Available RSS Feeds and Blogs'
 => 'Kurs- und Katalog-Suche',  => '可用的 RSS订阅和博客',
   
    'Create Subdirectory'     'Average number of attempts'
 => 'Erzeuge Unterverzeichnis',  => 'Average number of attempts',
   
    'Upload file to current directory'     'Bookmarks'
 => 'Datei in aktuelles Verzeichnis laden',  => '书签',
   
    'Create subdirectory in current directory'     'Change interval?'
 => 'Im aktuellen Verzeichnis neues Unterverzeichnis erzeugen',  => '更改间隔?',
   
    'If HTML file, upload embedded images/multimedia/css/linked files'     'Change options?'
 => '对于HTML文件:<br />上传嵌入式图像/多媒体文件/CSS/链接文件',  => '更改选项?',
 #=> 'Bei HTML-Dateien:<br />Eingebettete Bilder/Multimedia-Dateien/CSS/verlinkte Dateien mit hochladen',  
      'Change thresholds?'
    'Delete Selected'  => '更改阈值?',
 => '删除所选',  
 #=> 'Ausgewählte löschen',     'Clean up'
   => '清理',
    'Critical'  
 => 'Wichtig',     'Close Folder'
   => '关闭文件夹',
    'Currently no documents.'  
 => 'Zurzeit keine Dokumente.',     'Configure Blocking of Student Communication during Exams'
   => 'Configure Blocking of Student Communication during Exams',
    'Enter terms or phrases, then press "Search" below'  
 => 'Geben Sie Suchbegriffe oder -Sätze ein und klicken Sie dann unten auf "Suchen"',     'Course Action Items'
   => 'Course Action Items',
    'INBOX'  
 => '收件箱',     'Creating PDF'
 #=> 'POSTEINGANG',  => '创建PDF文件',
   
    'If HTML file, upload embedded images/multimedia files'     'Currently: [_1].'
 => '对于HTML文件:<br />上传嵌入式图像/多媒体文件',  => '现在: [_1].',
 #=> 'Bei HTML-Dateien:<br />Eingebettete Bilder und Multimedia-Dateien mit hochladen', # 'Wenn HTML-Datei, eingebettete Bilder-/Multimedia-Dateien hochladen',  
      'Deg. Diff'
    'Import IMS package'  => '难度',
 => '导入 IMS-包',  
 #=> 'Importiere IMS-Paket',     'Description'
   => '描述',
    'Import a document'  
 => 'LON-CAPA-内部文件',     'Display Action Items'
 #=> 'LON-CAPA-interne Dokumente',  => 'Display Action Items',
   
    'Make New Folder'     'Enter my groups in the course'
 => '新建文件夹',  => '我的课程组',
 #=> 'Neues Verzeichnis erstellen',  
      'Entering [_1]'
    'New Composite Page'  => '进入 [_1]',
 => '新组合页面',  
 #=> 'Neue zusammengesetzte Seite',     'Entering [_1] ...'
   => '进入 [_1]...',
    'New Messages Only'  
 => 'Nur neue Nachrichten',     'First resource'
   => '第一资源',
    'Portfolio Manager'  
 => 'Portfolio-Verwaltung',     'Generated [_1] ([_2] bytes)'
   => '生成于 [_1] ([_2] bytes)',
    'Preferred method to display Math'  
 => 'Bevorzugte Methode, um wissenschaftliche Formeln darzustellen',     'Go to first resource'
   => '转到第一资源',
    'Published documents'  
 => '发布文件',     'Group Documents'
 #=> 'Veröffentlichte Dokumente',  => '组文件',
   
    'Recover Deleted Resources'     'Groups'
 => '恢复已删除的资源',  => '组',
 #=> 'Entfernte Ressourcen wiederherstellen',  
      'Help Menu'
    'Send a Message'  => '求助菜单',
 => 'Nachricht versenden',  
      'Hide all'
    'Sent Messages'  => '全部隐藏',
 => 'Gesendet',  
      'Hide this Feed'
    'Show'  => '隐藏这个Feed',
 => '显示',  
 #=> 'Zeige',     'LON-CAPA Feed "[_1]" for [_2]'
   => 'LON-CAPA-Feed "[_1]" 对于 [_2]',
    'TRASH'  
 => 'Gelöscht',     'Last Reset'
   => '最后重启',
    'TeX to HTML'  
 => 'TeX nach HTML',     'Last revised'
   => '最近更改',
    'Upload'  
 => '上传',     'Link'
 #=> 'Hochladen',  => '连接',
   
    'View Folder'     'Log In'
 => 'Verzeichnis betrachten',  => '登录',
   
    'fulltext search (time consuming)'     'Move Checked to Folder'
 => 'Volltextsuche (zeitaufwändig)',  => 'Move Checked to Folder',
   
    'search discussion postings (resources and bulletin boards)'     'Name for New Feed'
 => 'Suche in Diskussionsbeiträgen (Ressourcen und Bulletin-Boards)',  => '新Feed的名字',
   
    'Roles'     'Name of this Feed'
 => '角色',  => '这个Feed的名字',
   
    'Select style file'     'New course messages'
 => 'Stil-Datei auswählen',  => '新的课程信息',
   
    '(mark them then click "next" button)'     'New critical messages in course'
 => '(markieren und dann auf "Weiter" klicken)',  => '新的课程重要信息',
   
    '100 Level'     'New in course'
 => '1. Studienjahr',  => '新课程',
   
    '200 Level'     'New version'
 => '2. Studienjahr',  => '新版本',
   
    '300 Level'     'No messages sent.'
 => '3. Studienjahr',  => '没有寄出的邮件。',
   
    '400 Level'     'No new course messages'
 => '4. Studienjahr',  => '没有新的课程信息',
   
    'Action'     'No problems require handgrading'
 => 'Aktion',  => '没有习题需要手动评分',
   
    'Actions for current directory'     'No problems satisfy threshold criteria'
 => 'Aktionen für dieses Verzeichnis',  => '没有问题达到要求标准',
   
    'Change Discussion Preferences'     'No problems with errors'
 => 'Ändere Präferenzen für Diskussionen',  => '没有错误的问题',
   
    'Change Message Forwarding/Notification'     'No unread critical messages in course'
 => 'Nachrichtenweiterleitung und Benachrichtigung',  => '没有未读的重要邮件',
   
    'Change WYSIWYG Preferences'     'No unread posts in course discussions'
 => 'WYSIWYG-Editor',  => '没有未读的帖子在课程论坛里面',
   
    'Change to '     'No updated versions'
 => 'Ändern in ',  => '没有更新版本',
   
    'Clean Up'     'Num. students'
 => 'Aufräumen',  => '学生的数量',
   
    'Closed - XML source is closed to everyone'     'Number of errors'
 => 'Gesperrt - XML-Quellcode ist für alle gesperrt',  => '错误的数量',
   
    'Copy'     'Number of new posts'
 => '复制',  => '新帖子的数量',
 #=> 'Kopieren',  
      'Number ungraded'
    'Create a new directory or LON-CAPA document'  => '未评分的数量',
 => 'Neue Ressource oder neues Verzeichnis erstellen',  
      'Open Folder'
    'Current setting '  => '打开文件夹',
 => 'Derzeitige Eintellung ',  
   #   'Open all folders'
    'Delete Directory'  #=> '打开所有文件夹',
 => 'Verzeichnis löschen',  
      'Page set to be displayed after you have selected a role in this course'
    'Delete directory'  => '页面显示设置,在您选择了该课程中的角色后',
 => 'Verzeichnis löschen',  
      'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role'
    'Delete this resource'  => 'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role',
 => 'Ressource löschen', # long version: 'Lösche diese Ressource',  
      'Please stand by while processing your print request, this may take some time ...'
    'Disable WYSIWYG editor'  => 'Please stand by while processing your print request, this may take some time ...',
 => 'WYSIWYG-Editor nicht verwenden',  
      'Problem'
    'Display Preference'  => '问题',
 => 'Darstellungs-Präferenz',  
      'Problem Name'
    'Edit catalog information'  => '问题描述',
 => 'Katalogisierungsdaten editieren',  
      'Problem is not open to be viewed. It'
    'Enable WYSIWYG editor'  => 'Problem is not open to be viewed. It',
 => 'WYSIWYG-Editor verwenden',  
      'Problems requiring handgrading'
    'Grade 1'  => '必须手动评分的问题',
 => '1. Klasse',  
      '(Problems with av. attempts &ge; [_1] or deg. difficulty &ge; [_2]) [_3] and total number of students with submissions &ge; [_4]'
    'Grade 10'  => '(问题尝试的平均数目 &ge; [_1] 或者难度 &ge; [_2]) [_3] 和回答问题的学生总数 &ge; [_4]',
 => '10. Klasse',  
      'Problems with errors'
    'Grade 11'  => '错误的问题',
 => '11. Klasse',  
      'Recently generated printouts'
    'Grade 12'  => 'Recently generated printouts',
 => '12. Klasse',  
      'Recently generated printout zip files'
    'Grade 13'  => 'Recently generated printout zip files',
 => '13. Klasse',  
      'Reset Count?'
    'Grade 2'  => '计数器复位?',
 => '2. Klasse',  
      'Reset counters to 0'
    'Grade 3'  => '重置计数器为0',
 => '3. Klasse',  
      'Select [_1]'
    'Grade 4'  => '选择 [_1]',
 => '4. Klasse',  
      'Select the sequence to print resources from:'
    'Grade 5'  => '选择该资源的打印顺序:',
 => '5. Klasse',  
      'Selected [_1]Problems[_2] from folder [_3]'
    'Grade 6'  => '选定[_1]问题[_2]从文件夹[_3]',
 => '6. Klasse',  
      'Selected [_1]Resources[_2] from folder [_3]'
    'Grade 7'  => '选定[_1]资源[_2]从文件夹[_3]',
 => '7. Klasse',  
      'Selected <b>Problems</b> from <b>entire course</b>'
    'Grade 8'  => '选定<b>问题</b>从<b>整个课程</b>',
 => '8. Klasse',  
      'Selected <b>Resources</b> from <b>entire course</b>'
    'Grade 9'  => '选定<b>资源</b>从<b>整个课程</b>',
 => '9. Klasse',  
      'Selected <b>Problems</b> from <b>entire course</b> for <b>selected people</b>'
    'Graduate Level'  => '选定<b>资源</b>从<b>整个课程</b>给<b>选定的人</b>',
 => 'Graduierten-Niveau',  
      'Selected [_1]Problems[_2] from folder [_3] for [_4]selected people[_5]'
    'List current directory'  => '选定[_1]问题[_2]从文件夹[_3]给[_4]选定的人[_5]',
 => 'Verzeichnis', # long version: 'Aktuelles Verzeichnis anzeigen',  
      'Selected [_1]Problems[_2] from folder [_3] for [_4]CODEd assignments[_5]'
    'Mark obsolete'  => '选定[_1]问题[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
 => 'Als überholt markieren',  
      'Selected [_1]Resources[_2] from folder [_3] for [_4]selected people[_5]'
    'Move'  => '选定[_1]资源[_2]从文件夹[_3]给[_4]选定的人[_5]',
 => 'Verschieben',  
      'Selected [_1]Resources[_2] from folder [_3] for [_4]CODEd assignments[_5]'
    'New library file'  => '选定[_1]资源[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
 => 'Neue Programmbibliotheks-Datei',  
      'Selected [_1]Problems[_2] from current subdirectory [_3]'
    'No file: [_1]'  => '选定[_1]问题[_2]从当前的子文件夹[_3]',
 => 'Datei nicht vorhanden: [_1]',  
      'Selected <b>Resources</b> from <b>selected folder</b> in course'
    'No personal information provided'  => '选定<b>资源</b>从课程里的<b>选定的文件夹</b>',
 => 'Keine Informationen zur Person zur Verfügung gestellt',  
      'Show all'
    'Not specified'  => '全部显示',
 => 'Nicht spezifiziert',  
      'Show my first due problem'
    'Once marked as read'  => '查看我的首要问题来处理',
 => 'Sobald als gelesen markiert',  
      'Show only uncompleted problems'
    'Open - XML source is open to people who want to use it'  => '只显示未完成的问题',
 => 'Lesbar - XML-Quellcode ist für interessierte Autoren lesbar',  
      'Show everything'
    'Points Display'  => '查看所有',
 => 'Anzeige erreichter Punkte',  
      'Uncompleted Problems'
    'Completed Problems Display'  => '没有完成问题',
 => 'Anzeige abgeschlossener Aufgaben',  
      'All homework assignments have been completed.'
    'Points Scored'  => '所有的问题都已经完成。',
 => 'Erreichte Punkte',  
      'Speller Suggestions'
    'Attempted'  => 'Speller Suggestions',
 => 'Versucht',  
      'Start a New Feed'
    'Posts displayed?'  => '开始一个新的Feed',
 => 'Welche Beiträge sollen angezeigt werden?',  
      'Save Marked Changes'
    'Preferences can be set that determine'  => '保存标记的更改',
 => 'Präferenzen können eingestellt werden, die festlegen...',  
      'Save changes'
    'Print contents of directory'  => '保存更改',
 => 'Inhalte diese Verzeichnis drucken',  
      'This action is currently not authorized.'
    'Print directory'  => '这一行动目前是不被允许的。',
 => 'Verzeichnis drucken',  
      'Time of last post'
    'Problem Document'  => '最后发表的帖子的时间',
 => 'Aufgaben-Dokument',  
      'Title of document goes here'
    'Publish this Directory'  => 'Title of document goes here',
 => 'Dieses Verzeichnis veröffentlichen',  
      'Body of document goes here'
    'Publish this resource'  => 'Body of document goes here',
 => 'Veröffentlichen', # long version: 'Diese Ressource veröffentlichen',  
      'Total number of students with submissions'
    'Re-publish'  => 'Total number of students with submissions',
 => 'Neu veröffentlichen',  
      'Unread course discussion posts'
    'Retrieve old version'  => '未读的课程讨论帖子',
 => 'Alte Version wiederherstellen',  
      'Version used'
    'Select action'  => '使用版本',
 => 'Aktion auswählen',  
      'View current problem status and grading information'
    'Send message'  => '查看当前的问题的状态和等级评定信息',
 => 'Nachricht versenden',  
      "What's New?"
    'Set display preferences for discussion posts for both bulletin boards and individual resources in all your courses.'  => "有什么新内容?",
 => 'Hier können Sie festlegen, wie Diskussionsbeiträge, Nachrichten an Schwarzen Brettern und einzelne Ressourcen in allen Ihren Kursen angezeigt werden sollen.',  
      "What's New? page"
    'Show all foils'  => "有什么新页面",
 => 'Alle Auswahlmöglichkeiten anzeigen',  
      "What's New page"
    'Source Distribution'  => "有什么新页面",
 => 'Zugriffsrechte auf Quellcode',  
      'You are accessing an invalid course'
    'The preferences you set here can be overridden within each individual discussion.'  => '您在试图访问无效的课程。',
 => 'Die Einstellungen, die Sie hier vornehmen, können bei jedem Diskussionsbeitrag individuell geändert werden.',  
      'course only'
    'Under what circumstances posts are identfied as "New"'  => 'course only',
 => 'unter welchen Bedingungen Beiträge als "NEU" identifiziert werden',  
      'delete'
    'Upload a new document'  => '删除',
 => 'Externes Dokument hochladen',  
      'first resource in the course'
    'Use random seed'  => '第一期课程资源',
 => 'Zufallszahlen-Basis',  
      'hidden'
    'Use style file'  => '隐藏的',
 => 'Verwende Stil-Datei',  
      'since last month'
    'Which posts are displayed when you display a bulletin board or resource, and'  => '自上个月以来',
 => 'welche Nachrichten angezeigt werden, wenn Sie ein Schwarzes Brett bzw. eine Ressource anzeigen',  
      'since last week'
    'closed'  => '自上周以来',
 => 'Quellcode gesperrt', # !  
      'since start of course'
    'del.gif'  => '从课程开始起',
 => 'del.gif',  
      'since yesterday'
    'delete[_1]'  => '从昨天起',
 => 'lösche[_1]',  
      'specific setting for this course'
    'dir[_1]'  => '这门课程的具体设置',
 => 'dir[_1]',  
      'user preference'
    'list.gif'  => '用户偏好',
 => 'list.gif',  
      "what's new? page"
    'list[_1]'  => "有什么新页面",
 => 'Liste[_1]',  
      'your general user preferences'
    'open'  => '您的一般使用者偏好',
 => 'Quellcode öffentlich', # !  
      'Submitting as Comment'
    'pub.gif'  => '提交评论',
 => 'pub.gif',  
      'Submitting as Policy Feedback'
    'publish[_1]'  => '提交课程指导方针反馈',
 => 'veröffentliche [_1]',  
      'Submitting as Question'
    'resource[_2]'  => '提交的问题',
 => 'Ressource[_2]',  
      'Total Points In Course'
    'retrieve[_1]'  => '课程总分',
 => 'wiederherstellen[_1]',  
      'the resource you just saw on the screen'
    'rtrv.gif'  => 'the resource you just saw on the screen',
 => 'rtrv.gif',  
      'Annotations'
    'version[_1]'  => '注释',
 => 'Version[_1]',  
      'Close (no save)'
    '(mark desired resources then click "next" button)'  => '关闭 (不保存)',
 => '(markieren Sie gewünschte Ressourcen und klicken Sie dann auf "Weiter")',  
      'Save and Update'
    '[_1]Change[_2] for just [_3]this course[_4] or for all [_5]your courses[_6].'  => '保存和更新',
 => '[_1]Ändern:[_2] nur für [_3]diesen Kurs[_4] oder für alle [_5]Ihre Kurse[_6].',  
      'Bookmark Tree Viewer/Editor'
    "Page displayed after role selection in course now set by [_1]user's global preferences[_2]."  => '书签树浏览器/编辑器',
 => "Seite, die nach Betreten des Kurses angezeigt werden soll, wird nun durch Ihre [_1]allgemeinen Benutzereinstellungen[_2] gesteuert.",  
      'Chat'
    'Page displayed after role selection in this course set to [_1].'  => '聊天',
 => 'Seite, die nach Betreten des Kurses angezeigt werden soll, wurde auf [_1] gesetzt.',  
      'Chat Room'
    'Unable to set control of page display to [_1] due to [_2].'  => '聊天室',
 => 'Setzen der Seitenanzeige-Einstellungen auf [_1] war nicht möglich aufgrund von [_2].',  
      'Drop Box'
    'Unable to set page display, after role selection, for this course to [_1] due to [_2].'  => '收件箱',
 => 'Setzen der Seitenanzeige-Einstellungen nach Rollenauswahl für diesen Kurs auf [_1] war nicht möglich aufgrund von [_2].',  
      'Import Bookmarks'
    'Add or Edit Blog Entries'  => '导入书签',
 => 'Blog-Einträge hinzufügen oder bearbeiten',  
      'The LearningOnline Network with CAPA'
    'Add to my public course blog'  => 'The LearningOnline Network with CAPA',
 => 'Zu meinem öffentlichen Kurs-Blog hinzufügen',  
      'This LON-CAPA server is temporarily not available for login.'
    'Annotator'  => '该 LON-CAPA 服务器目前无法登录。',
 => 'Annotator',  
      'Please attempt to login to one of the following servers:'
    'Av. Attempts'  => '请尝试登录到下列其中一个服务器:',
 => 'Mittlere Anzahl an Versuchen',  
      '(preferred)'
    'Available RSS Feeds and Blogs'  => '(首选的)',
 => 'Verfügbare RSS-Feeds und Blogs',  
      'Although your current role has privileges to view any existing groups in this course, you do not have privilegesto create new groups.'
    'Average number of attempts'  => 'Although your current role has privileges to view any existing groups in this course, you do not have privilegesto create new groups.',
 => 'Durchschnittliche Anzahl an Versuchen',  
      'Collaborative Tools'
    'Bookmarks'  => '协作工具',
 => 'Lesezeichen',  
      'Course content'
    'Change interval?'  => '课程内容',
 => 'Intervall ändern',  
      'Create a new group'
    'Change options?'  => '创建新组',
 => 'Optionen ändern',  
      'Created'
    'Change thresholds?'  => '生成',
 => 'Schwellenwerte ändern',  
      'Creator'
    'Clean up'  => '创设者',
 => 'Aufräumen',  
      'Discussion Boards'
    'Close Folder'  => '讨论板',
 => 'Verzeichnis schließen',  
      'Disk Use (%)'
    'Configure Blocking of Student Communication during Exams'  => '使用的存贮空间 (%)',
 => 'Kommunikationssperre einrichten', # 'Blockieren studentischer Kommunikation während Prüfungen konfigurieren',  
      'Enable Recent Roles Hotlist:'
    'Course Action Items'  => '启用最近的角色活动表:',
 => 'Kurs-Aktionselemente',  
      'Files'
    'Creating PDF'  => '文件',
 => 'Erstellung PDF-Datei',  
      'Group Name'
    'Currently: [_1].'  => '组名',
 => 'Zurzeit: [_1].',  
      'Group Title'
    'Deg. Diff'  => '组标题',
 => 'Schwierigkeitsgrad',  
      'Members'
    'Description'  => '成员',
 => 'Beschreibung',  
      'Modify'
    'Display Action Items'  => '修改',
 => 'Aktionselemente anzeigen',  
      'Re-enable'
    'Enter my groups in the course'  => '修复',
 => 'Meine Kursgruppen',  
      'Expire'
    'Entering [_1]'  => '失效',
 => 'Betrete [_1]',  
      'Group settings'
    'Entering [_1] ...'  => '组设置',
 => 'Betrete [_1]...',  
      'Modify group membership'
    'First resource'  => '修改组成员',
 => 'Erste Ressource',  
      'No groups exist.'
    'Generated [_1] ([_2] bytes)'  => '没有组存在。',
 => 'Erzeugt am [_1] ([_2] Bytes)',  
      'Number of roles in Hotlist:'
    'Go to first resource'  => '角色的快速访问列表:',
 => 'Gehe zur ersten Ressource',  
      'Quota (MB)'
    'Group Documents'  => '容量 (MB)',
 => 'Gruppen-Dokumente',  
      'Remote Control'
    'Groups'  => '遥控器',
 => '小组',  
      '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.'
    'Help Menu'  => '一些 LON-CAPA 用户有很多角色。在快速访问列表里面将显示最近使用过的角色的最后N角色访问过的地方,这些角色将显示在角色选择页面的上方。 用户如果只有很少的角色,应该禁用快速访问列表。',
 => 'Hilfemenü',  
      '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.'
    'Hide all'  => '一些 LON-CAPA 用户有很多课程。在快速访问列表里面将显示最近使用过的课程的最后N课程访问过的地方,这些课程将显示在课程选择页面的上方。用户如果只有很少的角色,应该禁用快速访问列表。',
 => 'Alle verbergen',  
      'Switch to Inline Menu Mode'
    'Hide this Feed'  => '切换到内置菜单模式',
 => 'Diesen Feed verbergen',  
      '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.'
    'LON-CAPA Feed "[_1]" for [_2]'  => '这下面的列表可以用来<q>冻结</q>屏幕上的角色。这些标记为冻结的将不会从名单中删除,即便最近没有被使用过时。',
 => 'LON-CAPA-Feed "[_1]" für [_2]',  
      'View Status'
    'Last Reset'  => '查看状态',
 => 'Letzte Zurücksetzung',  
      'View/Change Status'
    'Last revised'  => '查看/修改状态',
 => 'Letzte Änderung',  
      'You are not currently a member of any active groups in this course.'
    'Link'  => 'You are not currently a member of any active groups in this course.',
 => 'Link',  
      'Group [_1] was updated.'
    'Log In'  => '组 [_1] 已更新。',
 => 'Anmelden',  
      'An error occurred while setting parameters for Discussion Boards folder: [_1]'
    'Move Checked to Folder'  => 'An error occurred while setting parameters for Discussion Boards folder: [_1]',
 => 'Verschiebe Auswahl in Verzeichnis',  
      'Discussion Boards Folder created.'
    'Name for New Feed'  => '创建讨论板夹。',
 => 'Name des neuen Feed',  
      'You do not have group administration privileges in this course.'
    'Name of this Feed'  => 'You do not have group administration privileges in this course.',
 => 'Name dieses Feeds',  
      'An error occurred when [_1] the group. Please try again.'
    'New course messages'  => 'An error occurred when [_1] the group. Please try again.',
 => 'Neue Kursnachrichten',  
      'You have requested deletion of the group [_1].'
    'New critical messages in course'  => 'You have requested deletion of the group [_1].',
 => 'Neue wichtige Kursnachrichten',  
      'The following users could not be activated, because an error occurred:'
    'New in course'  => 'The following users could not be activated, because an error occurred:',
 => 'Neu im Kurs',  
      'The following users could not be re-enabled, because an error occurred:'
    'New version'  => 'The following users could not be re-enabled, because an error occurred:',
 => 'Neue Version',  
      'The following users could not be modified, because an error occurred:'
    'No messages sent.'  => 'The following users could not be modified, because an error occurred:',
 => 'Keine Nachrichten verschickt.',  
      'The following users could not be added, because an error occurred:'
    'No new course messages'  => 'The following users could not be added, because an error occurred:',
 => 'Keine neuen Kursnachrichten',  
      'The following users could not be deleted, because an error occurred:'
    'No problems require handgrading'  => 'The following users could not be deleted, because an error occurred:',
 => 'Keine Aufgaben müssen manuell bewertet werden',  
      'The following users could not be expired, because an error occurred:'
    'No problems satisfy threshold criteria'  => 'The following users could not be expired, because an error occurred:',
 => 'Keine Aufgaben erfüllen die Schwellenkriterien',  
      'No change occurred for the following users:'
    'No problems with errors'  => 'No change occurred for the following users:',
 => 'Keine Aufgaben mit Fehlern',  
      'When a group is deleted the following occurs:'
    'No unread critical messages in course'  => 'When a group is deleted the following occurs:',
 => 'Kein ungelesenen wichtigen Kursnachrichten',  
      'All group membership is terminated.'
    'No unread posts in course discussions'  => 'All group membership is terminated.',
 => 'Kein ungelesenen Beiträge in Kursdiskussionsforen',  
      'The group ceases to be available either for viewing or for modification of group settings and membership.'
    'No updated versions'  => 'The group ceases to be available either for viewing or for modification of group settings and membership.',
 => 'Keine aktualisierten Versionen',  
      '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.'
    'Num. students'  => '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.',
 => 'Studierendenanzahl',  
      '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.'
    'Number of errors'  => '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.',
 => 'Fehleranzahl',  
      'Delete group'
    'Number of new posts'  => '删除组',
 => 'Anzahl neuer Diskussionsbeiträge',  
      'Group deletion failed because deletion of [_1] out of [_2] members failed.'
    'Number ungraded'  => '删除组失败,因为[_1]的[_2]成员不能被删除。',
 => 'Anzahl nicht bewerteter',  
      'Group successfully deleted.'
    'Open Folder'  => '该组已成功删除。',
 => 'Verzeichnis öffnen',  
      "Although the group was deleted, an error occurred when removing the group's folder from the 'Course Groups' folder: [_1]"
    'Open all folders'  => "该组已被删除,从课程组的文件夹删除组文件夹时发生错误:[_1]",
 => 'Alle Verzeichnisse öffnen',  
      'Group deletion failed.'
    'Page set to be displayed after you have selected a role in this course'  => '组删除失败。',
 => 'Seite, die angezeigt werden soll, nachdem Sie eine Rolle in diesem Kurs ausgewählt haben',  
      'Course Folder -[_1]'
    'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role'  => '课程文件夹 [_1]',
 => 'Bitte wählen Sie den Typ der LON-CAPA-Entität - Kurs oder Gruppe - für den Sie die Benutzerrolle hinzufügen/ändern wollen.',  
      'An error occurred when reading contents of parent folder to group:'
    'Please stand by while processing your print request, this may take some time ...'  => 'An error occurred when reading contents of parent folder to group:',
 => 'Ihr Druckauftrag wird bearbeitet. Dies kann einige Zeit dauern. Bitte warten Sie...',  
      'An error occurred when saving updated parent folder to group:'
    'Print contents of directory'  => 'An error occurred when saving updated parent folder to group:',
 => 'Inhalte des Verzeichnisses drucken',  
      'You have requested enabling the previously deleted group [_1].'
    'Print directory'  => 'You have requested enabling the previously deleted group [_1].',
 => 'Verzeichnis drucken',  
      'When a deleted group is re-enabled the following occurs:'
    'Problem'  => 'When a deleted group is re-enabled the following occurs:',
 => 'Aufgabe',  
      'Group settings and membership at the time the group was deleted are reinstated.'
    'Problem Document'  => 'Group settings and membership at the time the group was deleted are reinstated.',
 => 'Aufgabe',  
      'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.'
    'Problem Name'  => 'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.',
 => 'Aufgabenbezeichnung',  
      'Reenable group'
    'Problem is not open to be viewed. It'  => '组恢复',
 => 'Aufgabe nicht zur Betrachtung freigegeben. Es',  
      'The group [_1] was not re-enabled, because it is not a deleted group.[_2]Perhaps it has already been re-enabled?'
    'Problems requiring handgrading'  => 'The group [_1] was not re-enabled, because it is not a deleted group.[_2]Perhaps it has already been re-enabled?',
 => 'Aufgaben, die manuell bewertet werden müssen',  
      'No end date set'
    '(Problems with av. attempts &ge; [_1] or deg. difficulty &ge; [_2]) [_3] and total number of students with submissions &ge; [_4]'  => '没有设定结束日期',
 => '(Aufgaben mit durchschnittlicher Anzahl an Versuchen &ge; [_1] oder Schwierigkeitsgrad &ge; [_2]) [_3] und insgesamte Anzahl an Studierenden, die etwas eingereicht haben &ge; [_4]',  
      'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]'
    'Problems with errors'  => 'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]',
 => 'Aufgaben mit Fehlern',  
      "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]"
    'Re-publish'  => "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]",
 => 'Neu veröffentlichen',  
      'Re-enabling group failed.'
    'Recently generated printouts'  => '重新启用组失败。',
 => 'Zuletzt erzeugte Ausdrucke',  
      'with related words'
    'Recently generated printout zip files'  => '相关的关键词',
 => 'Zuletzt erzeugte ZIP-Dateien',  
      'with no related words'
    'Reset Count?'  => '没有相关的关键词',
 => 'Zähler zurücksetzen?',  
      'Change Roles Preferences'
    'Reset counters to 0'  => '改变角色偏好',
 => 'Zähler auf 0 zurücksetzen',  
      'Display [_1] Most Recent Roles'
    'Select [_1]'  => '显示 [_1] 个最近角色',
 => 'Wähle [_1]',  
      'Freeze Role'
    'Select the sequence to print resources from:'  => '冻结角色',
 => 'Wählen Sie die Sequenz, aus der Ressourcen gedruckt werden sollen:',  
      'Recent Roles Hotlist is Disabled'
    'Selected [_1]Problems[_2] from folder [_3]'  => '禁用最近使用角色的快速访问列表',
 => 'Bestimmte [_1]Aufgaben[_2] aus dem Verzeichnis [_3]',  
      'Recent Roles Hotlist is Enabled'
    'Selected [_1]Resources[_2] from folder [_3]'  => '启用最近使用角色的快速访问列表',
 => 'Bestimmte [_1]Ressourcen[_2] aus dem Verzeichnis [_3]',  
      'Author Space'
    'Selected <b>Problems</b> from <b>entire course</b>'  => '作者空间',
 => 'Bestimmte <b>Aufgaben</b> des <b>gesamten Kurses</b>',  
      'Degree of discrimination'
    'Selected <b>Resources</b> from <b>entire course</b>'  => '分化程度',
 => 'Bestimmte <b>Ressourcen</b> des <b>gesamten Kurses</b>',  
      'Disable WYSIWYG Editor'
    'Selected <b>Problems</b> from <b>entire course</b> for <b>selected people</b>'  => '禁用WYSIWYG编辑器',
 => 'Bestimmte <b>Ressourcen</b> des <b>gesamten Kurses</b> für <b>bestimmte Personen</b>',  
      'Hypertext Document'
    'Selected [_1]Problems[_2] from folder [_3] for [_4]selected people[_5]'  => 'HTML 文件',
 => 'Bestimmte [_1]Aufgaben[_2] aus dem Verzeichnis [_3] für [_4]bestimmte Personen[_5]',  
      'Last Modifying User'
    'Selected [_1]Problems[_2] from folder [_3] for [_4]CODEd assignments[_5]'  => '上次修改用户',
 => 'Bestimmte [_1]Aufgaben[_2] aus dem Verzeichnis [_3] für [_4]geCODEte Übungen[_5]', # ???  
      'Last Revision Date'
    'Selected [_1]Resources[_2] from folder [_3] for [_4]selected people[_5]'  => '最近修订日期',
 => 'Bestimmte [_1]Resourcen[_2] aus dem Verzeichnis [_3] für [_4]bestimmte Personen[_5]',  
      'Linked/Related Resources'
    'Selected [_1]Resources[_2] from folder [_3] for [_4]CODEd assignments[_5]'  => '联系/相关资源',
 => 'Bestimmte [_1]Ressourcen[_2] aus dem Verzeichnis [_3] für [_4]geCODEte Übungen[_5]', # ???  
      'Network-wide courses using resource'
    'Selected [_1]Problems[_2] from current subdirectory [_3]'  => '网络上使用该课程资源',
 => 'Bestimmte[_1]Aufgaben[_2] aus aktuellem Unterverzeichnis [_3]',  
      'Never'
    'Selected <b>Resources</b> from <b>selected folder</b> in course'  => '从不',
 => 'Bestimmte <b>Ressourcen</b> aus </b>bestimmtem Verzeichnis</b> im Kurs',  
      'Preview'
    'Send Message'  => '预览',
 => 'Nachricht versenden',  
      'Resources that follow this resource in maps'
    'Show all'  => 'Resources that follow this resource in maps',
 => 'Alle anzeigen',  
      'Resources that lead up to this resource in maps'
    'Show my first due problem'  => 'Resources that lead up to this resource in maps',
 => 'Zeige meine erste zu bearbeitende Aufgabe',  
      'Resources used by this resource'
    'Show only uncompleted problems'  => 'Resources used by this resource',
 => 'Zeige nur nicht erledigte Aufgaben',  
      'Resources using or importing resource'
    'Show everything'  => '资源使用或导入',
 => 'Alles anzeigen',  
      'Return'
    'Uncompleted Problems'  => '后退',
 => 'Nicht erledigte Aufgaben',  
      'Setting WYSIWYG editor to:'
    'All homework assignments have been completed.'  => 'WYSIWYG-编辑器设置为:',
 => 'Alle Übungsaufgaben sind erledigt.',  
      'Source Available'
    'Speller Suggestions'  => '源代码可用',
 => 'Speller Suggestions',  
      'Source Custom Distribution File'
    'Start a New Feed'  => '源代码的访问权限',
 => 'Neuen Feed starten',  
      'Start new page[_1]before selected'
    'Save Marked Changes'  => 'Start new page[_1]before selected',
 => 'Markierte Änderungen speichern',  
      'on'
    'Save changes'  => '开',
 => 'Änderungen speichern',  
      '(on)'
    'The preferences you set here can be overridden within each individual discussion.'  => '(on)',
 => 'Die hier einstellbaren Präferenzen können innerhalb jedes Diskussionsbeitrages geändert werden.',  
      'off'
    'This action is currently not authorized.'  => '关',
 => 'Diese Aktion ist zurzeit nicht erlaubt.',  
      '(off)'
    'Time of last post'  => '(off)',
 => 'Uhrzeit des letzten Beitrags', #??? [SB 20.10.2006]  
      '(re-initialize course to access)'
    'Title of document goes here'  => '(re-initialize course to access)',
 => 'Dokumententitel hier eintragen',  
      'All Parts'
    'Body of document goes here'  => 'All Parts',
 => 'Hauptinhalt des Dokuments kommt hier hin',  
      'Changes will become active for your current session after [_1], or the next time you log in.'
    'Total number of students with submissions'  => '点击 [_1] 按钮来保存最后的更改。',
 => 'Gesamtzahl an Studierenden, die etwas eingereicht haben',  
      'Cut'
    'Unread course discussion posts'  => '剪切',
 => 'Ungelesene Kursdiskussionsbeiträge',  
      'Random Order'
    'Version used'  => '任意顺序',
 => 'verwendete Version',  
      'Due and Answer Available'
    'Version[_1]'  => 'Due and Answer Available',
 => 'Version[_1]',  
      'Edit any group in the course'
    'View current problem status and grading information'  => '课程分组管理',
 => 'Bewertungs-Informationen',  
      'Editing the Table of Contents for your Course'
    "What's New?"  => '如何修改课程内容',
 => "Was gibt's Neues?",  
      'Enter any group in the course'
    "What's New? page"  => 'Enter any group in the course',
 => "Was-gibt's-Neues-Seite",  
      'Existing Parameter Settings for Your Resources'
    'You are accessing an invalid course'  => 'Existing Parameter Settings for Your Resources',
 => 'Sie versuchen auf einen ungültigen Kurs zuzugreifen.',  
      'Group'
    'course only'  => '组',
 => 'nur Kurs',  
      'Group:'
    'delete'  => '组:',
 => 'Löschen',  
      'Hidden'
    'first resource in the course'  => '隐藏',
 => 'erste Kursressource',  
      'List Symbs'
    'grps.gif'  => '内部标识',
 => 'grps.gif',  
      'Symb List'
    'hidden'  => '内部标识名单',
 => 'verborgen',  
   #   'Manage Course Slots'
    'list[_1]'  #=> '管理课程插槽',
 => 'list[_1]',  
      'Manage Slots'
    'new feed'  => 'Manage Slots',
 => 'new feed',  
      'Manage student enrollment '
    'since last month'  => '招生管理 ',
 => 'seit letztem Monat',  
      'Modify Resource Parameters - Overview Mode'
    'since last week'  => '修改资源参数 - 概况模式',
 => 'seit letzter Woche',  
      'Modify parameter settings (due dates, etc) for resources and the course'
    'since start of course'  => '修改课程和资源参数',
 => 'seit Kursbeginn',  
      'Modify parameter settings for this resource'
    'since yesterday'  => '参数设置',
 => 'seit gestern',  
      'New and Existing Parameter Settings for Your Resources'
    'specific setting for this course'  => '为您的资源设置新的和现有的参数',
 => 'spezifische Einstellung für diesen Kurs',  
      'Parameter Change Log and Course Blog Posting/User Notification'
    'test.problem'  => '参数变更记录和课程博客/用户通知',
 => 'test.problem',  
      'Parameter Manager'
    'user preference'  => '参数管理',
 => 'Benutzerpräferenz',  
      'Randomly Pick: '
    'version[_1]'  => '随机挑选: ',
 => 'Version[_1]',  
      'Remove'
    "what's new? page"  => '删除',
 => "Was-gibt's-Neues-Seite",  
      'Rendering:'
    'your general user preferences'  => '检查:',
 => 'Ihre allgemeinen Benutzerpräferenzen',  
      'Select Parameters to View'
    'Submitting as Comment'  => '选择想要查看的参数',
 => 'Kommentar wird gesendet',  
      'Select Parts to View'
    'Submitting as Policy Feedback'  => '选择想要查看的部分',
 => 'Feedback zu Kursrichtlinien wird gesendet',  
      'Set Parameter Setting Default Actions'
    'Submitting as Question'  => '设置默认操作的参数',
 => 'Frage wird gesendet',  
      'Set Portfolio Metadata'
    'Total Points In Course'  => '设置元数据-组合',
 => 'Gesamtpunkte im Kurs',  
      'Set/Modify Resource Parameters - Helper Mode'
    'You are accessing an invalid course'  => '设置/修改资源参数 - 辅助模式',
 => 'Sie versuchen auf einen ungültigen Kurs zuzugreifen',  
      'Set/Modify Resource Parameters - Overview Mode'
    'the resource you just saw on the screen'  => '设置/修改资源参数 - 概况模式',
 => 'die zuletzt betrachtete Ressource',  
      'Set/Modify Resource Parameters - Table Mode'
    'Annotations'  => '设置/修改资源参数 - 表模式',
 => 'Notizen',  
      'Settings for Your Course'
    'Close (no save)'  => '课程设置',
 => 'Schließen (ohne Speichern)',  
      'Table Mode'
    'Save and Update'  => '表模式',
 => 'Speichern und aktualisieren',  
      'Table Mode Parameter Setting'
    'Bookmark Tree Viewer/Editor'  => '表模式参数设定',
 => 'Lesezeichenbaum-Anzeige/Editor',  
      '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]".'
    'Chat'  => '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]".',
 => 'Chat',  
      'URL hidden'
    'Chat room'  => '隐藏 URL',
 => 'Chatroom',  
      'Update Parameter Display'
    'Drop Box'  => '更新参数',
 => 'Drop Box',  
      'View calculated grades (Spreadsheet)'
    'Import Bookmarks'  => '计算评分(Spreadsheet)',
 => '导入书签',  
 #=> 'Lesezeichen importieren',     "What's new?"
   => "有什么新的?",
    'The LearningOnline Network with CAPA'  
 => 'The LearningOnline Network with CAPA',     're-initializing Course'
   => '重新初始化课程',
    'This LON-CAPA server is temporarily not available for login.'  
 => 'Dieser LON-CAPA-Server ist derzeit zum Anmelden nicht verfügbar.',     'Show Resource'
   => '查看资源',
    'Please attempt to login to one of the following servers:'  
 => 'Bitte versuchen Sie sich an einem der folgenden Server anzumelden:',     'Feedback to resource author'
   => '反馈给此资源的作者',
    '(preferred)'  
 => '(bevorzugt)',     'Click to add/remove attachments'
   => '单击添加/删除附件',
    'Although your current role has privileges to view any existing groups in this course, you do not have privilegesto create new groups.'  
 => 'Obwohl Sie in Ihrer derzeitigen Rolle über das Recht verfügen alle Gruppen in diesem Kurs anzusehen, haben Sie nicht das Recht neue Gruppen zu erzeugen.',     'New attachments'
   => '新附件',
    'Collaborative Tools'  
 => 'Kollaborative Werkzeuge',     'Retained attachments'
   => '保留附件',
    'Course content'  
 => 'Kursinhalt',     'Add a new attachment to this post.'
   => '给这个信息添加新的附件:',
    'Create a new group'  
 => 'Neue Gruppe erstellen',     'Discussion Post Attachments'
   => '讨论张贴附件',
    'Created'  
 => 'Erstellt',     'Modify course settings'
   => 'Modify course settings',
    'Creator'  
 => 'Ersteller',     'Send and display broadcast e-mail'
   => 'Send and display broadcast e-mail',
    'Discussion Boards'  
 => 'Diskussionsforen',     'Awarded Total Points'
   => '达到总分',
    'Disk Use (%)'  
 => 'Speicherplatzverbrauch (%)',     'Total Parts Done'
   => 'Total Parts Done',
    'Enable Recent Roles Hotlist:'  
 => 'Verwende Schnellzugriff für zuletzt verwendete Rollen:',     'Create a single course'
   => 'Create a single course',
    'Erster Kurs'  
 => 'Erster Kurs',     'Create a new course by completing an online form.'
   => 'Create a new course by completing an online form.',
    'Files'  
 => 'Dateien',     'Create a single collaborative group space'
   => 'Create a single collaborative group space',
    'Group Name'  
 => 'Gruppenname',     'Create a new group space for non-course use by completing an online form.'
   => 'Create a new group space for non-course use by completing an online form.',
    'Group Title'  
 => 'Gruppentitel',     'Create courses/groups by uploading an attributes file'
   => 'Create courses/groups by uploading an attributes file',
    'Members'  
 => 'Mitglieder',     'Upload an attributes file containing specifications for one or more courses or groups in XML format.'
   => 'Upload an attributes file containing specifications for one or more courses or groups in XML format.',
    'Modify'  
 => 'Verändern',     'current'
   => '当前的',
    'Re-enable'  
 => 'Wiederherstellen',     'Version changes'
   => 'Version changes',
    'Expire'  
 => 'Ablaufen lassen',     'Change interval'
   => 'Change interval',
    'Group settings'  
 => 'Gruppen-Einstellungen',     'Student Submission Reports'
   => 'Student Submission Reports',
    'Modify group membership'  
 => 'Gruppen-Mitgliedschaften ändern',     'Prepare reports of student submissions.'
   => 'Prepare reports of student submissions.',
    'No groups exist.'  
 => 'Es existieren keine Gruppen.',     'Survey Reports'
   => 'Survey Reports',
    'Number of roles in Hotlist:'  
 => 'Anzahl der Rollen in Schnellzugriffsliste:',     'Prepare reports on survey results.'
   => 'Prepare reports on survey results.',
    'Quota (Mb)'  
 => 'Speicherplatz (MB)',     'View survey'
   => 'View survey',
    'Remote Control'  
 => 'Fernbedienung',     'Previous Survey'
   => 'Previous Survey',
    '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.'  
 => 'Einige LON-CAPA-Benutzer haben sehr viele Rollen. Der Schnellzugriff auf zuletzt verwendete Rollen speichert die letzten n Rollen, die Sie verwendet haben und bietet Ihnen eine Liste mit diesen Rollen am Anfang Ihrer Rollenauswahlseite. Benutzer mit nur wenigen Rollen sollten diese Schnellzugriffsliste deaktiviert lassen.',     'Next Survey'
   => 'Next Survey',
    '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.'  
 => 'Einige LON-CAPA-Benutzer haben sehr viele Kurse belegt. Der Schnellzugriff auf zuletzt verwendete Kurse speichert die letzten n Kurse, die Sie verwendet haben und bietet Ihnen eine Liste mit diesen Kursen am Anfang Ihrer Kursauswahlseite. Benutzer mit nur wenigen Kursen sollten diese Schnellzugriffsliste deaktiviert lassen.',     'Choose a different Survey'
   => 'Choose a different Survey',
    'Switch to Inline Menu Mode'  
 => 'Zum Modus mit Kopfzeilenmenü wechseln',     'Generate Report'
   => 'Generate Report',
    '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.'  
 => 'Die nachfolgende Liste kann verwendet werden, um Rollen <q>einzufrieren</q>. Rollen, die als eingefroren markiert wurden, werden nicht aus der Liste beseitigt werden, selbst wenn sie in letzter Zeit nicht verwendet wurden.',     'Part [_1], Response [_2]'
   => '部份 [_1], 答案 [_2]',
    'View Status'  
 => 'Status anzeigen',     'Foil Name'
   => 'Foil Name',
    'View/Change Status'  
 => 'Status anzeigen/ändern',     'Foil Text'
   => 'Foil Text',
    'You are not currently a member of any active groups in this course.'  
 => 'Sie sind zurzeit nicht Mitglied einer aktiven Gruppe in diesem Kurs.',     'Percent'
   => '百分比',
    'Group [_1] was updated.'  
 => 'Die Gruppe [_1] wurde aktualisiert.',     'Correct Problems Plot'
   => 'Correct Problems Plot',
    'An error occurred while setting parameters for Discussion Boards folder: [_1]'  
 => 'beim eim Einstellen der Parameter für das Diskussionsforums-Verzeichnis ist ein Fehler aufgetreten: [_1]',     'Display a histogram of student performance in the course.'
   => 'Display a histogram of student performance in the course.',
    'Discussion Boards Folder created.'  
 => 'Diskussionsforums-Verzeichnis wurde angelegt.',     'Access Status'
   => '访问状态',
    'You do not have group administration privileges in this course.'  
 => 'Sie haben in diesem Kurs keine Gruppen-Administrationsrechte.',     '[_1] Limit by time'
   => '[_1] 限制时间',
    'An error occurred when [_1] the group. Please try again.'  
 => 'Bei der Aktion "[_1]" für die Gruppe ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.',     'Submission Time Plots'
   => 'Submission Time Plots',
    'You have requested deletion of the group [_1].'  
 => 'Sie möchten die Gruppe [_1] löschen.',     'Currently Has Access'
   => '目前访问',
 #activated  
 #reenabled     'Will Have Future Access'
 #modified  => '将来的访问',
 #added  
 #deleted     'Previously Had Access'
 #expired  => '此前的访问',
   
    'The following users could not be activated, because an error occurred:'     'Any Access Status'
 => 'Die folgenden Benutzer konnten nicht aktiviert werden, da ein Fehler aufgetreten ist:',  => '任易的访问状态',
   
    'The following users could not be reenabled, because an error occurred:'     'Previous Problem'
 => 'Die folgenden Benutzer konnten nicht wiederhergestellt werden, da ein Fehler aufgetreten ist:',  => '前面的问题',
   
    'The following users could not be modified, because an error occurred:'     'Next Problem'
 => 'Die folgenden Benutzer konnten nicht geändert werden, da ein Fehler aufgetreten ist:',  => '下一个问题',
   
    'The following users could not be added, because an error occurred:'     'Choose a different Problem'
 => 'Die folgenden Benutzer konnten nicht hinzugefügt werden, da ein Fehler aufgetreten ist:',  => 'Choose a different Problem',
   
    'The following users could not be deleted, because an error occurred:'     'Update Caches'
 => 'Die folgenden Benutzer konnten nicht entfernt werden, da ein Fehler aufgetreten ist:',  => 'Update Caches',
   
    'The following users could not be expired, because an error occurred:'     'Begin'
 => 'Die Mitgliedschaften der folgenden Benutzer konnten nicht entzogen werden, da ein Fehler aufgetreten ist:',  => 'Begin',
   
    'No change occurred for the following users:'     'There are no students in the sections selected.'
 => 'Folgende Benutzer bleiben unverändert:',  => 'There are no students in the sections selected.',
   
    'When a group is deleted the following occurs:'     'There are no students in the sections/groups selected.'
 => 'Beim Löschen einer Gruppe passiert folgendes:',  => 'There are no students in the sections/groups selected.',
   
    'All group membership is terminated.'     'There is no submission data for this problem at all.'
 => 'Alle Gruppen-Mitgliedschaften werden aufgelöst.',  => 'There is no submission data for this problem at all.',
   
    'The group ceases to be available either for viewing or for modification of group settings and membership.'     'There is no submission data for this problem.'
 => 'Betrachten und Ändern der Gruppen-Einstellungen und -Mitgliedschaften wird für die Gruppe nicht mehr möglich sein.',  => 'There is no submission data for this problem.',
   
    '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.'     'There is no submission data for this resource.'
 => 'Das Gruppenverzeichnis wird aus dem zugehörigen Verzeichnis entfernt - normalerweise ist dies das "Kursgruppen"-Verzeichnis, in dem die Verzeichnisse aller Gruppen für diesen Kurs enthalten sind.',  => 'There is no submission data for this resource.',
   
    '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.'     'There is no data to plot.'
 => 'Auch wenn die gelöschte Gruppe nicht länger verfügbar sein wird, so bleibt der Gruppenname dennoch reserviert und steht für neue Gruppen im selben Kurs zukünftig nicht zur Verfügung.',  => 'There is no data to plot.',
   
    'Delete group'     'Analysis of [_1] is not supported.'
 => 'Gruppe löschen',  => 'Analysis of [_1] is not supported.',
   
    'Group deletion failed because deletion of [_1] out of [_2] members failed.'     'None of the selected students attempted the problem more than [_1] times.'
 => 'Das Löschen der Gruppe ist fehlgeschlagen, da [_1] von [_2] Mitgliedern nicht entfernt werden konnten.',  => 'None of the selected students attempted the problem more than [_1] times.',
   
    'Group successfully deleted.'     'None of the selected students attempted the problem.'
 => 'Die Gruppe wurde erfolgreich gelöscht.',  => 'None of the selected students attempted the problem.',
   
    "Although the group was deleted, an error occurred when removing the group's folder from the 'Course Groups' folder: [_1]"     'The analysis you have selected is not supported at this time.'
 => "Die Gruppe wurde zwar gelöscht, beim Entfernen des Gruppen-Verzeichnisses aus dem 'Kursgruppen'-Verzeichnis ist jedoch ein Fehler aufgetreten: [_1]",  => 'The analysis you have selected is not supported at this time.',
   
    'Group deletion failed.'     'Graph Problem Submission Times'
 => 'Das Löschen der Gruppe ist fehlgeschlagen.',  => 'Graph Problem Submission Times',
   
    'Course Folder -[_1]'     'Return to Directory'
 => 'Kursverzeichnis [_1]',  => '返回目录',
   
    'An error occurred when reading contents of parent folder to group:'     'Return to directory'
 => 'Beim Lesen des übergeordneten Verzeichnisses für die Gruppe ist ein Fehler aufgetreten:',  => '返回目录',
   
    'An error occurred when saving updated parent folder to group:'     'My Roles'
 => 'Beim Speichern des aktualisierten übergeordneten Verzeichnisses für die Gruppe ist ein Fehler aufgetreten:',  => '我的角色',
   
    'An error occurred when reading contents of parent folder to group:'     'My Space'
 => 'Beim Lesen des Inhalts des übergeordneten Verzeichnisses für die Gruppe ist ein Fehler aufgetreten:',  => '我的空间',
   
    'You have requested enabling the previously deleted group [_1].'     'Edit blogs, RSS feeds, and podcasts'
 => 'Sie möchten die gelöschte Gruppe [_1] wiederherstellen.',  => '博客, RSS-反馈 和 播客',
   
    'When a deleted group is re-enabled the following occurs:'     'Content Library'
 => 'Beim Wiederherstellen einer gelöschten Gruppe passiert folgendes:',  => '内容',
   
    'Group settings and membership at the time the group was deleted are reinstated.'     'Search the contents of this course or accessible portfolio files'
 => 'Gruppen-Einstellungen und -Mitgliedschaften, die zum Zeitpunkt des Löschens dieser Gruppe bestanden, werden wieder hergestellt.',  => '搜索这门课程的内容,或可组合文件',
   
    'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.'     'Grading and Statistics'
 => 'Ein Gruppenverzeichnis wird dem "Kursgruppen"-Verzeichnis hinzugefügt, das Verzeichnisse aller Gruppen für diesen Kurs enthält.',  => '审查和统计',
   
    'Reenable group'     'Other'
 => 'Gruppe wiederherstellen',  => '其他',
   
    'The group [_1] was not re-enabled, because it is not a deleted group.[_2]Perhaps it has already been re-enabled?'     'group'
 => 'Die Gruppe [_1] wurde nicht wiederhergestellt, da es nicht um eine gelöschte Gruppe handelt.[_2]Möglicherweise wurde sie zwischenzeitlich schon wiederhergestellt.',  => '组',
   
    'No end date set'     'Size'
 => 'Keine Endedatum gesetzt',  => '大小',
   
    'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]'     'Current Access Status'
 => 'Die Mitgliedschaft wurde für [_quant,_1,Benutzer] wiederhergestellt, jeweils mit den voreingestellten Start- und Endedatumswerten dieser Gruppe: [_2] und [_3].',  => '目前获得状态',
   
    "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]"     'Delete Checked Files'
 => "Die Gruppe wurde zwar wiederhergestellt, beim Hinzufügen des Gruppen-Verzeichnisses zu dem 'Kursgruppen'-Verzeichnis ist jedoch ein Fehler aufgetreten: [_1]",  => '删除选中的文件',
   
    'Re-enabling group failed.'     'Using the portfolio file list'
 => 'Wiederherstellen der Gruppe ist fehlgeschlagen.',  => '使用组合的文件列表',
   
    'with related words'     'Help on the portfolio'
 => 'mit ähnlichen Wörtern',  => '组帮助',
   
    'with no related words'     'Private'
 => 'ohne ähnliche Wörter',  => '私人的',
   
    'Change Roles Preferences'     'Change How Menus are Displayed'
 => 'Rollenpräferenzen ändern',  => '改变菜单显示',
   
    'Display [_1] Most Recent Roles'     'Use icons and text'
 => 'Zeige [_1] der zuletzt verwendeten Rollen',  => '使用图标和文本',
   
    'Freeze Role'     'Use buttons and text'
 => 'Rolle einfrieren',  => '使用按钮和文本',
   
    'Recent Roles Hotlist is Disabled'     'Use icons only'
 => 'Schnellzugriffsliste für zuletzt verwendete Rollen wird nicht verwendet',  => '只有图标',
   
    'Recent Roles Hotlist is Enabled'     'Previous Tries'
 => 'Schnellzugriffsliste für zuletzt verwendete Rollen wird verwendet',  => '以前的尝试',
   
    'Author Space'     'Change Main Menu'
 => 'Autorenbereich',  => '改变主菜单',
   
    'Degree of discrimination'     'New screenname (shown if you post anonymously)'
 => 'Grad der Abgrenzung',  => '新昵称(显示在匿名讨论中)',
   
    'Disable WYSIWYG Editor'     'New nickname (shown if you post non-anonymously)'
 => 'WYSIWYG-Editor deaktivieren',  => '新昵称(显示在正常讨论中)',
   
    'Hypertext Document'     'Choose the time window to use to display roles for which access to the course expired.'
 => 'HTML-Dokument',  => 'Choose the time window to use to display roles for which access to the course expired.',
   
    'Last Modifying User'     'Choose the time window to use to display roles for which access to the course became available.'
 => 'Benutzer, der zuletzt geändert hat',  => 'Choose the time window to use to display roles for which access to the course became available.',
   
    'Last Revision Date'     'Choose the time window to use to display resources in the course with version changes.'
 => 'Datum der letzten Überarbeitung',  => '选择的时间窗口,显示课程资源与版本变化。',
   
    'Linked/Related Resources'     'User Management'
 => 'Verknüpfte/Verwandte Ressourcen',  => '用户管理',
   
    'Network-wide courses using resource'     'Manage student enrollment'
 => 'Netzwerkweite Kurse, die diese Ressource verwenden',  => '招生管理',
   
    'Never'     'Modify an existing group'
 => 'Niemals',  => '修改现有的组',
   
    'Preview'     'Delete an existing group'
 => 'Vorschau',  => '删除现有的组',
   
    'Resources that follow this resource in maps'     'Re-enable a deleted group'
 => 'Ressourcen, die in einer Inhaltszusammenstellung Nachfolger dieser Ressource sind',  => '还原已删除的组',
   
    'Resources that lead up to this resource in maps'     'Enter an existing group'
 => 'Ressourcen, die in einer Inhaltszusammenstellung Vorläufer dieser Ressource sind',  => '加入现有的组',
   
    'Resources used by this resource'     'Course Management'
 => 'Ressourcen, die von dieser Ressource verwendet werden',  => '课程管理',
   
    'Resources using or importing resource'     'Reset Student Access Times'
 => 'Ressourcen, die diese Ressource benutzen', #??? [SB 18.10.2006]  => '重置学生的访问时间',
   
    'Return'     'Submission #'
 => '后退',  => '回答次数',
 #=> 'Zurück',  
      'Try'
    'Setting WYSIWYG editor to:'  => '尝试',
 => 'Setze WYSIWYG-Editor auf:',  
      'Try [_1]'
    'Source Available'  => '尝试 [_1]。',
 => 'Quellcode verfügbar',  
      'Submitted Answer'
    'Source Custom Distribution File'  => '提交答案',
 => 'Datei zum Maßschneidern der Zugriffsrechte für Quellcode',  
      'Close Window'
    'Start new page<br />before selected'  => '关闭窗口',
 => 'Start new page<br />before selected',  
      'Close window'
    'on'  => '关闭窗口',
 => 'an',  
      'Portfolio Search'
    '(on)'  => '组合搜索',
 => '(an)',  
      'Enter words and quoted phrases'
    'off'  => '输入字词和引用短语',
 => 'aus',  
      'Portfolio and Course Search'
    '(off)'  => '组合及课程搜寻',
 => '(aus)',  
      'Message Status'
    '(re-initialize course to access)'  => '邮件状态',
 => '(Kurs neu initialisieren, um Zugriff zu erhalten)',  
      'Any'
    'All Parts'  => '任意的',
 => 'Alle Teile',  
      'Unread'
    'Changes will become active for your current session after [_1], or the next time you log in.'  => '未阅读',
 # => 'Um die Änderungen für die aktuelle Sitzung zu übernehmen, klicken Sie [_1] oder melden Sie sich neu an.',  
 # => '[_1] Hier klicken, um die letzten Änderungen sofort zu übernehmen.'     'Read'
 => '点击 [_1] 按钮来保存最后的更改。',  => '已阅读',
 #=> 'Klicken Sie auf [_1], um die letzten Änderungen sofort zu übernehmen.',  
      'Replied to'
    'Cut'  => '回复',
 => '剪切',  
 #=> 'Ausschneiden',     'Forwarded'
   => '转发',
    'Random Order'  
 => '任意顺序',     'Rename Folder'
 #=> 'Zufällige Reihenfolge',  => '重命名文件夹',
   
    'Due and Answer Available'     'Delete Folder'
 => 'Fällig, Antwort verfügbar',  => '删除文件夹',
   
    'Edit any group in the course'     'Recent Roles'
 => '课程分组管理',  => '最近的角色',
 #=> 'Kursgruppen verwalten',  
      'Close navigation window'
    'Editing the Table of Contents for your Course'  => '关闭导航窗口',
 => '如何修改课程内容',  
 #=> 'Wie bearbeite ich den Inhalt des Kurses',     'Post Anonymous'
   => '匿名发送',
    'Enter any group in the course'  
 => 'Einer beliebigen Gruppe des Kurses beitreten',     'Post'
   => '发送',
    'Existing Parameter Settings for Your Resources'  
 => 'Bestehende Parameter-Einstellungen für Ihre Ressourcen',     'Back to preferences menu'
   => '后退',
    'Export Course to IMS'  
 => '导出-IMS',     'Forward messages to other account(s) in LON-CAPA'
 #=> 'IMS-Export',  => 'Forward messages to other account(s) in LON-CAPA',
   
    'Group'     'Forward to account(s)'
 => 'Gruppe',  => 'Forward to account(s)', # '转发地址',
   
    'Group:'     'e.g. <tt>userA:domain1,userB:domain2,...</tt>'
 => 'Gruppe:',  => '例如 <tt>用户A:领域1,用户B:领域2,...</tt>',
   
    'Hidden'     'Notification E-mail Address(es)'
 => '隐藏',  => 'Notification E-mail Address(es)',
 #=> 'Verborgen',  
      'E-mail address(es) which should be notified about new LON-CAPA messages'
    'List Symbs'  => '关于 LON-CAPA 新消息被通知的 E-Mail 地址',
 => '内部标识',  
 #=> 'Interne Bezeichner',     'e.g. <tt>joe@doe.com</tt>'
   => '例如 <tt>xiaoming@sohu.com</tt>',
   
    'Symb List'     'Notification address'
 => 'Liste interner Bezeichner',  => '通知地址',
   
    'Manage Course Slots'     'Types of message for which notification is sent'
 => 'Kurs-Slots verwalten',  => '发出应该被通知的信息',
   
    'Manage student enrollment '     'Excerpt retains HTML tags in message'
 => 'Studentische Kursbelegungen verwalten ',  => '在邮件中保持 HTML',
   
    'Modify Resource Parameters - Overview Mode'     'All'
 => 'Ändern von Ressourcen-Parametern - Übersichtsmodus',  => '所有的',
   
    'Modify parameter settings (due dates, etc) for resources and the course'     'Critical only'
 => '修改课程和资源参数',  => '只重要的',
 #=> 'Kurs- und Ressourcen-Parameter',  
      'Non-critical only'
    'Modify parameter settings for this resource'  => '非重要的',
 => '参数设置', # long version: 'Parametereinstellungen für diese Ressource ändern',  
 #=> 'Parametereinstellungen', # long version: 'Parametereinstellungen für diese Ressource ändern',     'Add new address'
   => '添加新的地址',
   
    'New and Existing Parameter Settings for Your Resources'     'What are forwarding and notification addresses?'
 => 'Neue und bestehende Parameter-Einstellungen für die Ressourcen',  => '什么是转发和通知地址?',
   
    'Parameter Change Log and Course Blog Posting/User Notification'     'What are critical messages?'
 => 'Parameteränderungs-Protokoll und Kurs-Blog-Einträge/Benutzer-Benachrichtigung',  => '什么是重要的信息?',
   
    'Parameter Manager'     'Change Roles Page Pref'
 => '参数管理',  => '用户角色快速访问列表',
 #=> 'Kurs- und Ressourcen-Parameter',  
      'Number of Roles in Hotlist:'
    'Randomly Pick: '  => '一些角色的快速访问列表:',
 => '随机挑选: ',  
 #=> 'Wähle zufällig: ',     'Current Password'
   => '当前密码',
    'Remove'  
 => '删除',     'New Password'
 #=> 'Entfernen',  => '新密码',
   
    'Rendering:'     'Confirm Password'
 => 'Überprüfung:',  => '新密码确认',
   
    'Select Parameters to View'     'Passwords must be a minimum of 7 characters long. Please try again.'
 => 'Auswahl der Parameter, die angezeigt werden sollen',  => '密码必须至少有7个字符长。请再试一次。',
   
    'Select Parts to View'     'The new passwords you entered do not match. Please try again.'
 => 'Auswahl der anzuzeigenden Aufgabenteile',  => '新的密码输入不匹配。请再试一次。',
   
    'Set Parameter Setting Default Actions'     'Please make sure your old password was entered correctly.'
 #SD => 'Setze Parameter-Einstellungen für Default-Aktionen',  => '请确认您的旧密码输入正确。',
 => 'Standardaktionen für Parametereinstellungen',  
      'Send me a message'
    'Set Portfolio Metadata'  => '请给我发送邮件',
 => 'Portfolio-Metadaten',  
      'Show Public View'
    'Set/Modify Resource Parameters - Helper Mode'  => '查看公众视野',
 => 'Ressourcen-Parameter - Hilfsmodus',  
      'Delete Photo'
    'Set/Modify Resource Parameters - Overview Mode'  => '删除照片',
 => 'Ressourcen-Parameter - Übersichtsmodus',  
      'Help with filling in text boxes'
    'Set/Modify Resource Parameters - Table Mode'  => '文本框输入帮助',
 => 'Ressourcen-Parameter - Tabellenmodus',  
      'Examples'
    'Settings for Your Course'  => '例子',
 => 'Kurs-Einstellungen',  
      'Summary Preview'
    'Table Mode'  => '摘要预览',
 => 'Tabellenmodus',  
      'Send copy to permanent email address (if known)'
    'Table Mode Parameter Setting'  => '发送副本到其它的电子邮件地址 (如果已知)',
 => 'Tabellenmodus-Parameter-Einstellungen',  
      'Include in course RSS newsfeed'
    '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]".'  => '包括课程的 RSS-Feeds',
 => 'Die Ressourcen in "[_1]" können nur zeitlich begrenzt bearbeitet werden. Sobald Sie auf "[_2]" klicken, haben Sie [_3], um alle Ressourcen in "[_1]" zu bearbeiten.',  
      'Allow replies:'
    'URL hidden'  => '允许答复:',
 => '隐藏 URL',  
 #=> 'URL verborgen',     'Reply to:'
   => '回复:',
    'Update Parameter Display'  
 => 'Parameteranzeige aktualisieren',     'Domain Management'
   => '域管理',
    'View calculated grades (Spreadsheet)'  
 => '计算评分(电子表格)',     'Course ID of Key Authority:'
 #=> 'Berechnete Bewertungen (Beurteilungsbogen)',  => 'Course ID of Key Authority:',
   
    "What's new?"     'Set domain configuration'
 => "有什么新的?",  => '域配置',
 #=> "Was gibt's Neues?",  
      'Domain Configuration'
    '[quant,_1,day]'  => '域配置',
 => '[quant,_1,Tag,Tage]',  
      'View/Modify Domain Settings'
    'grades[_3]'  => '查看/修改域配置',
 => 'Bewertungen[_3]',  
      'Menu'
    'new.gif'  => '菜单',
 => 'new.gif',  
      'Domain Settings'
    'parms[_2]'  => '域配置',
 => 'parms[_2]',  
      'Course Environment'
    'pgrd.gif'  => '课程环境',
 => 'pgrd.gif',  
      'Edit Course Environment'
    'pparm.gif'  => '编辑课程环境',
 => 'pparm.gif',  
      'Users allowed to clone course'
    'problem[_1]'  => 'Users allowed to clone course',
 => 'problem[_1]',  
      'Users with active Course Coordinator role in this course are permitted to clone and need not be included.'
    'problem[_2]'  => 'Users with active Course Coordinator role in this course are permitted to clone and need not be included.',
 => 'problem[_2]',  
      'Use [_1] to allow course to be cloned by anyone in the specified domain.'
    're-initializing Course'  => 'Use [_1] to allow course to be cloned by anyone in the specified domain.',
 => '重新初始化课程',  
 #=> 'Kurs neu initialisieren',     'Use [_1] to allow unrestricted cloning in all domains.'
   => 'Use [_1] to allow unrestricted cloning in all domains.',
    'Show Resource'  
 => 'Zeige Ressource',     'URL of Syllabus (not using internal handler)'
   => '教学大纲的网址 (URL)',
    'Feedback to resource author'  
 => 'Feedback an den Autor der Ressource',     'Custom Text for Resource Content Question Option in Feedback'
   => 'Custom Text for Resource Content Question Option in Feedback',
   
 #     'Custom Text for Course Content Option in Feedback'
   => 'Custom Text for Course Content Option in Feedback',
    'Click to add/remove attachments',  
 => 'Hier klicken, um Anhänge anzufügen/zu entfernen',     'Custom Text for Course Policy Option in Feedback'
   => 'Custom Text for Course Policy Option in Feedback',
    'New attachments'  
 => 'Neue Anhänge',     'Allow students to view classlist.'
   => 'Allow students to view classlist.',
    'Retained attachments'  
 => 'Zurückbehaltene Anhänge',     'Allow users with specified roles to edit/delete their own discussion posts'
   => 'Allow users with specified roles to edit/delete their own discussion posts',
    'Add a new attachment to this post.'  
 => 'Neuen Anhang für diese Nachricht erstellen:',     'Suppress number of tries in printing'
   => 'Suppress number of tries in printing',
    'Discussion Post Attachments'  
 => 'Anhänge für Diskussionsbeiträge',     'Default paper type'
   => 'Default paper type',
   
 #     'Default beginning date for student access.'
   => '学生访问的默认开始日期',
    'Modify course settings'  
 => 'Kurs-Einstellungen',     'Default ending date for student access.'
   => '学生访问的默认结束日期',
    'Send and display broadcast e-mail'  
 => 'Broadcast-E-Mails',     'Disable checking of Significant Figures'
   => 'Disable checking of Significant Figures',
    'Awarded Total Points'  
 => 'Erreichte Gesamtpunktzahl',     'Disable automatically printing point values onto exams.'
   => 'Disable automatically printing point values onto exams.',
    'Total Parts Done'  
 => 'Gesamtanzahl erledigter Aufgabenteile',     'Send message to student when clicking Done on Tasks'
   => 'Send message to student when clicking Done on Tasks', # ???
    'Create a single course'  
 => 'Einen neuen, einzelnen Kurs erstellen',     'Restrict Metadata'
   => '限制数据',
    'Create a new course by completing an online form.'  
 => 'Einen neuen Kurs durch Ausfüllen eines Formulars erstellen.',     'Show to student'
   => 'Show to student',
    'Create a single collaborative group space'  
 => 'Einzelnen, kollaborativen Gruppenbereich erstellen',     'Provide text area for students to type metadata'
   => 'Provide text area for students to type metadata',
    'Create a new group space for non-course use by completing an online form.'  
 => 'Einen Gruppenbereich für die Verwendung außerhalb von Kursen durch Ausfüllen eines Formulars erstellen.',     'Provide choices for students to select from'
   => 'Provide choices for students to select from',
    'Create courses/groups by uploading an attributes file'  
 => 'Kurse/Gruppen durch Hochladen einer Attributedatei erstellen',     'Student may select multiple choices from list'
   => 'Student may select multiple choices from list',
    'Upload an attributes file containing specifications for one or more courses or groups in XML format.'  
 => 'Hochladen einer Attributedatei, die Spezifikationen für einen oder mehrere Kurse oder Gruppen im XML-Format enthält.',     'Student may select only one choice from list'
   => 'Student may select only one choice from list',
    'current'  
 => 'aktuell',     'Add a Metadata Field'
   => 'Add a Metadata Field',
   
 #     'Order Metadata Fields'
    'Update Class List'  => 'Order Metadata Fields',
 => 'Kursteilnehmerliste aktualisieren', # n.t.  
      'Continue Import'
    'Version changes'  => 'Continue Import',
 => 'Versionsänderungen',  
      'Continue Search'
    'Change interval'  => 'Continue Search',
 => 'Intervall ändern',  
      'Finish Import'
    'Student Submission Reports'  => 'Finish Import',
 => 'Berichte studentischer Einreichungen',  
      'Include'
    'Prepare reports of student submissions.'  => 'Include',
 => 'Berichte zu den studentischen Einreichungen erstellen',  
      'LON-CAPA Catalog Search'
    'Survey Reports'  => 'LON-CAPA 目录搜索',
 => 'Umfrage-Berichte',  
      '[_1] include external resources'
    'Prepare reports on survey results.'  => '[_1] include external resources',
 => 'Berichte zu Umfrage-Ergebnissen erstellen',  
      'Change Course Initialization Preference'
    'View survey'  => '课程初始化设置',
 => 'Umfrage betrachten',  
      'Change Course Init. Pref.'
    'Previous Survey'  => '课程初始化设置',
 => 'Vorherige Umfrage',  
      'Reset Access Times'
    'Next Survey'  => 'Reset Access Times',
 => 'Nächste Umfrage',  
      'Select Scope'
    'Choose a different Survey'  => 'Select Scope',
 => 'Andere Umfrage wählen',  
      'Reset times on one or more folders/maps for a single student.'
    'Generate Report'  => 'Reset times on one or more folders/maps for a single student.',
 => 'Bericht erstellen',  
      'Reset times on a single folder/map for a section or whole clase.'
    'Part [_1], Response [_2]'  => 'Reset times on a single folder/map for a section or whole clase.',
 => 'Aufgabenteil [_1], Antwort [_2]',  
      'Choose a student:'
    'Foil Name'  => '选择一个学生:',
 => 'Name der Auswahlmöglichkeit',  
      'Select Currently Enrolled Students and Active Course Personnel'
    'Foil Text'  => 'Select Currently Enrolled Students and Active Course Personnel',
 => 'Text der Auswahlmöglichkeit',  
      'This is a list of first access times and what was accessed, please select those you want deleted.'
    'Percent'  => 'This is a list of first access times and what was accessed, please select those you want deleted.',
 => 'Prozent',  
      'Select:'
    'Correct Problems Plot'  => '选择:',
 => 'Richtige-Antworten-Diagramme',  
      'All Course Personnel'
    'Display a histogram of student performance in the course.'  => '所有课程人员',
 => 'Histogramm studentischer Kursleistungen anzeigen',  
      'No Section'
    'Access Status'  => 'No Section',
 => 'Zugriffsstatus',  
      'Unselect'
    'Limit by time'  => '取消',
 => 'Zeitliche Begrenzung', # n.t.  
      'Select a folder/map'
    'Submission Time Plots'  => '选择目录/内容列表',
 => 'Einreichungszeit-Diagramme',  
      'Will remove access times for'
    'Currently Has Access'  => 'Will remove access times for',
 => 'Aktueller Zugriff',  
      'from users'
    'Will Have Future Access'  => 'from users',
 => 'Zukünftiger Zugriff',  
      'No Access times found for student'
    'Previously Had Access'  => 'No Access times found for student',
 => 'In der Vergangenheit liegender Zugriff',  
      'Finish'
    'Any Access Status'  => 'Finish',
 => 'Beliebiger Zugriffsstatus',  
      'Name of New Folder'
    'Previous Problem'  => '新建文件夹的名称',
 => 'Vorherige Aufgabe',  
      'Name of New Page'
    'Next Problem'  => '新组合页面的名称',
 => 'Nächste Aufgabe',  
      'New Page'
    'Choose a different Problem'  => '新组合页面',
 => 'Eine andere Aufgabe auswählen',  
      'WARNING: Removing a resource makes associated grades and scores inaccessible!'
    'Update Caches'  => 'WARNING: Removing a resource makes associated grades and scores inaccessible!',
 => 'Cache aktualisieren',  
      'Clipboard'
    'Begin'  => 'Clipboard',
 => 'Beginn',  
      'Remove[_99]'
    'There are no students in the sections selected.'  => 'Remove[_99]',
 => 'In den gewählten Sektionen sind keine Studenten.',  
      '?[_99]'
    'There are no students in the sections/groups selected.'  => '?[_99]',
 => 'In den gewählten Sektionen/Gruppen sind keine Studenten.',  
      'WARNING: Cutting a resource makes associated grades and scores inaccessible!'
    'There is no submission data for this problem at all.'  => 'WARNING: Cutting a resource makes associated grades and scores inaccessible!',
 => 'Für diese Aufgabe existieren keinerlei studentische Einreichungsdaten.',  
      'Grades remain inaccessible if resource is pasted into another folder.'
    'There is no submission data for this problem.'  => 'Grades remain inaccessible if resource is pasted into another folder.',
 => 'Für diese Aufgabe existieren keine studentischen Einreichungsdaten.',  
      'Cut[_98]'
    'There is no submission data for this resource.'  => 'Cut[_98]',
 => 'Für diese Ressource existieren keine Einreichungsdaten.',  
      '?[_98]'
    'There is no student data for this problem.'  => '?[_98]',
 => 'Für diese Aufgabe existieren keine studentischen Daten.',  
      'Paste'
    'There is no data to plot.'  => 'Paste',
 => 'Es existieren keine Daten, die geplottet werden könnten.',  
      '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].'
    'Analysis of [_1] is not supported.'  => '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].',
 => 'Die Analyse von Aufgaben des Typs "[_1]" wird nicht unterstützt.',  
      'This may take a few moments to display.'
    'None of the selected students attempted the problem more than [_1] times.'  => '计算需要几分钟的时间。',
 => 'Keiner der ausgewählten Studenten hat für die Aufgabe mehr als [_1] Versuche benötigt.',  
      'Detailed Citation Preview'
    'None of the selected students attempted the problem.'  => '详细引文预览',
 => 'Keiner der ausgewählten Studenten hat die Aufgabe bearbeitet.',  
      'related words'
    'The analysis you have selected is not supported at this time.'  => '相关词',
 => 'Die von Ihnen ausgewählte Analyse wird derzeit nicht angeboten.',  
      'Any domain'
    'Graph Problem Submission Times'  => '任何域',
 => 'Graph Aufgaben-Einreichungszeiten',  
      'Reset'
   => '重置',
 #  
    'Return to Directory'     'MIME Type Category'
 => 'Zurück zum Verzeichnis',  => 'MIME 类型分类',
   
    'Return to directory'     'Domains'
 => 'Zurück zum Verzeichnis',  => '域',
   
      'Custom Metadata fields'
 # 2007-06-15  => '自定义元数据字段',
   
    'My Roles'     'Field Name'
 => '我的角色',  => '域名',
 #=> 'Meine Rollen',  
      'Field Value(s)'
    'My Space'  => '域值',
 => '我的空间',  
 #=> 'Mein Bereich',     'Another custom field/value pair?'
   => '其他自定义字段/值配对?',
    'Edit blogs, RSS feeds, and podcasts'  
 => '博客, RSS-Feeds 和 播客',     'Creation and Modification dates'
 #=> 'Blogs, RSS-Feeds und Podcasts',  => '建立与修改日期',
   
    'Content Library'     'Created between'
 => '内容',  => '创建时间',
 #=> 'Inhalte',  
      'Last modified between'
    'Search the contents of this course or accessible portfolio files'  => '上次修改时间',
 => 'Kurs- und Portfolio-Suche',  
      'Standard Portfolio Metadata'
    'Grading and Statistics'  => '标准的元数据组合',
 => '审查和统计',  
 #=> 'Bewertungen und Statistiken',     'Advanced Portfolio Search'
   => '高级组合搜索',
    'Other'  
 => '其他',     'Standard Catalog Metadata'
 #=> 'Sonstiges',  => '标准目录元数据',
   
    'group'     'Problem Statistics'
 => 'Gruppe',  => '问题统计',
   
    'Actions'     'Statistics calculated for number of students'
 => 'Aktionen',  => '统计计算出以下的学生人数',
   
    'Size'     'Portfolio and Catalog Search'
 => 'Größe',  => '搜索文件夹和目录',
   
    'Current Access Status'     'Search the database of accessible portfolio files'
 => 'Aktueller Zugriffsstatus',  => 'Search the database of accessible portfolio files',
   
    'Delete Checked Files'     'Authoring Space:'
 => 'Markierte Dateien löschen',  => 'Authoring Space:',
   
    'Using the portfolio file list'     'Problem Status:'
 => 'Verwendung der Portfolio-Dateiliste',  => '问题状态:',
   
    'Help on the portfolio'     'Problem Type:'
 => 'Hilfe zum Portfolio-Bereich', # n.t.  => '问题类型:',
   
    'Private'     'Feedback Mode:'
 => 'privat',  => '反馈模式:',
   
    'Change How Menus are Displayed'     'Answer for Part: [_1]'
 => 'Darstellung der Menüs',  => 'Answer for Part: [_1]',
   
    'Use icons and text'     'Script Vars'
 => 'Icons mit Text',  => 'Script Vars',
   
    'Use buttons and text'     'Regular file'
 => 'Buttons mit Text',  => 'Regular file',
   
    'Use icons only'     'Testbank file'
 => 'Nur Icons',  => 'Testbank file',
   
    'Previous Tries'     'IMS package'
 => 'Bisherige Antworten',  => 'IMS-软件包',
   
    'Change Main Menu'     'There are unsaved changes'
 => 'Darstellung der Menüs',  => 'There are unsaved changes',
   
    'New screenname (shown if you post anonymously):'     'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.'
 => 'Nickname für anonyme Beiträge:',  => 'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.',
   
    'New nickname (shown if you post non-anonymously):'     'Active Link'
 => 'Nickname für normale (nicht anonyme) Beiträge:',  => '活动链接',
   
    'Choose the time window to use to display roles for which access to the course expired.'     'Font'
 => 'Auswahl des Zeitfensters zur Anzeige von Rollen, die in diesem Kurs abgelaufen sind',  => '字体',
   
    'Choose the time window to use to display roles for which access to the course became available.'     'Un-Visited Link'
 => 'Auswahl des Zeitfensters zur Anzeige von Rollen, die diesem Kurs zugeteilt sind',  => '未访问过的链接',
   
    'Choose the time window to use to display resources in the course with version changes.'     'Page Background'
 => 'Auswahl des Zeitfensters zur Anzeige von Kurs-Ressourcen mit Versionsänderungen',  => '网页背景',
   
    'User Management'     'Header Border'
 => '用户管理',  => '标题边框',
 #=> 'Benutzerverwaltung',  
      'Header Background'
    'Manage student enrollment'  => '标题背景',
 => 'Studentische Kursbelegungen',  
      'Visited Link'
    'Modify an existing group'  => '访问过的链接',
 => 'Bestehende Gruppe ändern',  
      'Change Custom Colors'
    'Delete an existing group'  => '更改自定义颜色',
 => 'Bestehende Gruppe löschen',  
      'Reset All'
    'Re-enable a deleted group'  => '所有颜色重置为默认颜色',
 => 'Gelöschte Gruppe wiederherstellen',  
      'Save and Edit'
    'Enter an existing group'  => '保存并继续编辑',
 => 'Einer bestehenden Gruppe beitreten',  
      'Save and View'
    'Course Management'  => '保存和查看',
 => '课程管理',  
 #=> 'Kurs-Verwaltung',     'Check Spelling'
   => '拼写检查',
    'Reset Student Access Times'  
 => 'Studentische Zugriffszeiten zurücksetzen',     'Selecting a Course'
   => '选择课程',
    'Submission #'  
 => 'Antwort-Nr.',     'Course Activity:'
   => 'Course Activity:',
    'Try'  
 => 'Versuch',     'Course Domain:'
   => 'Course Domain:',
    'Try [_1]'  
 => '[_1]. Versuch',     'Course Institutional Code:'
   => 'Course Institutional Code:',
    'Submitted Answer'  
 => 'Eingereichte Antwort',     "Course Owner's Username:"
   => "Course Owner's Username:",
    'Close Window'  
 => 'Fenster schließen',     "Course Owner's Domain:"
   => "Course Owner's Domain:",
    'Close window'  
 => 'Fenster schließen',     'LON-CAPA course ID:'
   => 'LON-CAPA 课程 ID:',
    'Portfolio Search'  
 => 'Portfolio-Suche',     'Course Description'
   => '课程简介',
    'Enter words and quoted phrases'  
 => 'Eingabe von Wörtern und in Anführungszeichen gesetzten Ausdrücken',     'Resource Space Home'
   => '资源空间主页',
    'Portfolio and Course Search'  
 => 'Kurs- und Portfolio-Suche',     'Default start and end dates for student access'
   => 'Default start and end dates for student access',
    'Message Status'  
 => 'Nachrichtenstatus',     'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
   => 'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
    'Any'  
 => 'Beliebig',     'Course Group Settings'
   => '课程组设置',
    'Unread'  
 => 'Ungelesen',     'Set a quota for the total disk space available for storage of course group portfolio files.'
   => 'Set a quota for the total disk space available for storage of course group portfolio files.',
    'Read'  
 => 'Gelesen',     'Creation Options'
   => '创建选项',
    'Replied to'  
 => 'Beantwortet',     ' Creation Settings'
   => ' 创建设置',
    'Forwarded'  
 => 'Weitergeleitet',     'Creation Outcome'
   => '创作成果',
    'Rename Folder'  
 => 'Verzeichnis umbenennen',     'New LON-CAPA course ID:'
   => '新的 LON-CAPA 课程 ID:',
    'Delete Folder'  
 => 'Verzeichnis löschen',     'Created on'
   => '创建于',
    'Recent Roles'  
 => 'Zuletzt verwendete Rollen',     'Cloning course from'
   => 'Cloning course from',
    'Close navigation window'  
 => 'Navigationsfenster beenden',     'Setting environment'
   => 'Setting environment',
    'Post Anonymous'  
 => 'Anonym absenden',     'Opening all assignments'
   => 'Opening all assignments',
    'Post'  
 => 'Absenden',     'Setting first resource'
   => 'Setting first resource',
    'Back to preferences menu'  
 => 'Zurück',     'Assigning role of [_1] Coordinator to [_2] at [_3]: '
   => 'Assigning role of [_1] Coordinator to [_2] at [_3]: ',
    'Forwarding Address(es)'  
 => 'LON-CAPA-Weiterleitungsadresse(n)',     'Roles will be active at next login'
   => 'Roles will be active at next login',
    'e.g. <tt>userA:domain1,userB:domain2,...</tt>'  
 => 'z.B. <tt>BenutzerA:Domäne1,BenutzerB:Domäne2,...</tt>',     'Active at next login.'
   => 'Active at next login.',
    'Notification E-mail Address(es)'  
 => 'Benachrichtigungs-E-Mail-Adressen',     'Expired after logout.'
   => 'Expired after logout.',
    'Email Address(es) which should be notified about new LON-CAPA messages'  
 => 'E-Mail-Adresse(n) zur Benachrichtigung über neue LON-CAPA-Nachrichten',     'No new course created.'
   => 'No new course created.',
    'e.g. <tt>joe@doe.com</tt>'  
 => 'z.B. <tt>hans@wurst.de</tt>',     'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.'
   => 'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.',
    'Notification address'  
 => 'Benachrichtigungsadresse',     '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]).'
   => '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]).',
    'Types of message for which notification is sent'  
 => 'Art der Nachrichten, für die Benachrichtigung stattfinden soll',     'Create Another [_1]'
   => 'Create Another [_1]',
    'Excerpt retains HTML tags in message'  
 => 'Im Nachrichtenauszug HTML beibehalten',     'from domain'
   => 'from domain',
    'All'  
 => 'alle',     'Submit Evaluation'
   => '提交评价',
    'Critical only'  
 => 'nur wichtige',     'Standard Problem'
   => '标准问题',
    'Non-critical only'  
 => 'nur nicht-wichtige',     'Practice'
   => 'Practice',
    'Add new address'  
 => 'Neue Adresse hinzufügen',     'Exam'
   => 'Exam',
    'What are forwarding and notification addresses?'  
 => 'Was sind Weiterleitungs- und Benachrichtigungs-Adressen?',     'Survey'
   => '调查',
    'What are critical messages?'  
 => 'Was sind wichtige Nachrichten?',     'Library'
   => '图书馆',
    'Change Roles Page Pref'  
 => 'Schnellzugriffsliste für Benutzerrollen',     'Value:'
   => 'Value:',
    'Number of Roles in Hotlist:'  
 => 'Anzahl Rollen in Schnellzugriffsliste:',     'String Value'
   => 'String Value',
    'Current Password'  
 => 'Derzeitiges Passwort',     'practice'
   => 'practice',
    'New Password'  
 => 'Neues Passwort',     'Loading Domain Coordinator Menu'
   => 'Loading Domain Coordinator Menu',
    'Confirm Password'  
 => 'Bestätigung neues Passwort',     "Disk space allocated to user's portfolio files"
   => "Disk space allocated to user's portfolio files",
    'Passwords must be a minimum of 7 characters long. Please try again.'  
 => 'Das Passwort muss mindestens 7 Zeichen lang sein. Bitte versuchen Sie es noch einmal.',     'Current quota'
   => '目前的配额',
    'The new passwords you entered do not match. Please try again.'  
 => 'Die Bestätigung des neuen Passworts stimmt nicht mit dem neuen Passwort überein. Bitte versuchen Sie es noch einmal.',     'For this user, the default quota is [_1] MB.'
   => '此用户的默认配额是 [_1] MB。',
    'Please make sure your old password was entered correctly.'  
 => 'Stellen Sie sicher, dass das alte Passwort korrekt eingegeben wurde.',     'Change quota'
   => '更改配额',
    'Send me a message'  
 => '请给我发送邮件',     'Custom quota'
 #=> 'Diesem Benutzer eine Nachricht schicken',  => '自定义配额',
   
    'Show Public View'     'Existing sections'
 => '查看公众视野',  => '现有的章节',
 #=> 'Öffentliche Sicht zeigen',  
      'Define new section'
    'Delete Photo'  => '创建新的章节',
 => '删除照片',  
 #=> 'Foto löschen',     'Create/Modify Another User'
   => '创建/修改另一个用户',
    'Help with filling in text boxes'  
 => '文本框输入帮助',     'Set Privileges for New User'
 #=> 'Hilfe zur Eingabe in Textfeldern',  => '设置新用户的权限',
   
    'Examples'     'Generating user'
 => 'Beispiele',  => '生成用户',
   
    'Summary Preview'     'Generating user: [_1]'
 => 'Zusammenfassungsvorschau',  => '生成用户: [_1]',
   
    'Send copy to permanent email address (if known)'     'Home server'
 => 'Sende Kopie an externe E-Mail-Adresse (falls hinterlegt)',  => 'Home server',
   
    'Include in course RSS newsfeed'     'Home server: [_1]'
 => 'In kursinterne RSS-Feeds einbinden',  => 'Home server: [_1]',
   
    'Allow replies:'     'Modifying Roles'
 => 'Antworten zulassen:',  => '修改角色',
   
    'Reply to:'     'No roles to modify'
 => 'Antwort an:',  => '没有角色修改',
   
    'Domain Management'     'starting'
 => 'Domänen-Verwaltung',  => '开始',
   
    'Course ID of Key Authority:'     'Add to classlist:'
 => 'Kurs-ID des Schlüsselmeisters:',  => '添加到学生名册:',
   
    'Set domain configuration'     'Change Current Login Data'
 => 'Domänen-Konfiguration',  => 'Change Current Login Data',
   
    'Domain Configuration'     'Enter New Login Data'
 => 'Domänen-Konfiguration',  => 'Enter New Login Data',
   
    'View/Modify Domain Settings'     'will override current values'
 => 'Domänen-Konfiguration',  => 'will override current values',
   
    'Menu'     'Section Numbers and corresponding LON-CAPA section IDs'
 => '菜单',  => 'Section Numbers and corresponding LON-CAPA section IDs',
 #=> 'Menü',  
      'Overall Assessment Statistical Data'
    'Domain Settings'  => '总体评价统计数据',
 => 'Domänen-Konfiguration',  
      'No new dynamic data found.'
    'Course Environment'  => '没有发现新的动态数据。',
 => 'Kursumgebung',  
      'Current value is'
    'Edit Course Environment'  => 'Current value is',
 => 'Kursumgebung',  
      'Interval set to version changes [_1]'
    'Users allowed to clone course'  => 'Interval set to version changes [_1]',
 => 'Benutzer, die berechtigt sein sollen, diesen Kurs zu klonen',  
      'Creating a new problem resource.'
    'Users with active Course Coordinator role in this course are permitted to clone and need not be included.'  => 'Creating a new problem resource.',
 => 'Benutzer mit aktiver Kurs-Koordinatoren-Rolle zu diesem Kurs haben automatisch das Recht zum Klonen und brauchen daher hier nicht eingetragen werden.',  
      'Creating a new library resource.'
    'Use [_1] to allow course to be cloned by anyone in the specified domain.'  => 'Creating a new library resource.',
 => '[_1] gestattet jedem in der angegebenen Domäne diesen Kurs zu klonen.',  
      'Creating a new survey resource.'
    'Use [_1] to allow unrestricted cloning in all domains.'  => 'Creating a new survey resource.',
 => '[_1] gestattet jedem aller Domänen diesen Kurs zu klonen.',  
      'Creating a new task resource.'
    'URL of Syllabus (not using internal handler)'  => 'Creating a new task resource.',
 => 'Externer Kursüberblick (URL)',  
      'The requested file [_1] currently does not exist.'
    'Custom Text for Resource Content Question Option in Feedback'  => 'The requested file [_1] currently does not exist.',
 => 'Eigener Text für Ressourcen-Inhaltsfragen-Option beim Feedback',  
      'To create a new problem, select a template from the list below. Then click on the "Create problem" button.'
    'Custom Text for Course Content Option in Feedback'  => 'To create a new problem, select a template from the list below. Then click on the "Create problem" button.',
 => 'Eigener Text für Kursinhalts-Option beim Feedback',  
      'To create a new library, select a template from the list below. Then click on the "Create library" button.'
    'Custom Text for Course Policy Option in Feedback'  => 'To create a new library, select a template from the list below. Then click on the "Create library" button.',
 => 'Eigener Text für Kursrichtlinien-Option beim Feedback',  
      'To create a new survey, select a template from the list below. Then click on the "Create survey" button.'
    'Allow students to view classlist.'  => 'To create a new survey, select a template from the list below. Then click on the "Create survey" button.',
 => 'Studenten erlauben, die Kursteilnehmerliste einzusehen',  
      'To create a new task, select a template from the list below. Then click on the "Create task" button.'
    'Allow users with specified roles to edit/delete their own discussion posts'  => 'To create a new task, select a template from the list below. Then click on the "Create task" button.',
 => 'Erlaube Benutzern mit folgenden Rollen, ihre eigenen Diskussionsbeiträge zu editieren/löschen',  
      'Accessibility Options'
    'Suppress number of tries in printing'  => 'Accessibility Options',
 => 'Beim Druck Angabe der Anzahl der Versuche auslassen',  
      'About LON-CAPA'
    'Default paper type'  => '关于 LON-CAPA',
 => 'Standard-Papierformat',  
      'Course/Community Catalog'
    'Default beginning date for student access.'  => '课程目录',
 => 'Voreingestelltes Anfangsdatum für studentischen Zugriff',  
      '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:'
    'Default ending date for student access.'  => '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:',
 => 'Voreingestelltes Endedatum für studentischen Zugriff',  
      'The course has yet to be created.'
    'Disable checking of Significant Figures'  => 'The course has yet to be created.',
 => 'Überprüfung signifikanter Stellen deaktivieren',  
      'Automatic enrollment of registered students has not been enabled for the course.'
    'Disable automatically printing point values onto exams.'  => 'Automatic enrollment of registered students has not been enabled for the course.',
 => 'Automatisches Drucken von Punkten auf Prüfungen deaktivieren',  
      'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.'
    'Send message to student when clicking Done on Tasks'  => 'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.',
 => 'Nachricht an Studenten versenden, wenn diese auf "Erledigt" in ihren Übungen klicken', # ???  
      '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.'
    'Restrict Metadata'  => '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.',
 => 'Portfolio-Metadaten',  
      'If you were expecting to see an active role listed for a particular course, that course may not have been created yet.'
    'Show to student'  => 'If you were expecting to see an active role listed for a particular course, that course may not have been created yet.',
 => 'dem Studenten zeigen',  
      '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
    'Provide text area for students to type metadata'  => '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.',
 => 'dem Studenten Textfeld anbieten, um Metadaten eingeben zu können',  
      'You can search the Course/Community Catalog for courses and communities which permit self-enrollment, if you would like to enroll in one.'
    'Provide choices for students to select from'  => 'You can search the Course/Community Catalog for courses and communities which permit self-enrollment, if you would like to enroll in one.',
 => 'dem Studenten Auswahl anbieten, um wählen zu können aus',  
      'User Authentication'
    'Student may select multiple choices from list'  => 'User Authentication',
 => 'Mehrfachauswahl aus Liste erlauben',  
      'Log-in Help'
    'Student may select only one choice from list'  => '登录帮助',
 => 'Nur eine Auswahl aus der Liste erlauben',  
      'Forgot password?'
    'Add a Metadata Field'  => '忘记密码?',
 => 'Ein Metadatenfeld hinzufügen',  
      'New User?'
    'Order Metadata Fields'  => '新用户?',
 => 'Order Metadata Fields',  
      'Crosslisted'
    'Continue Import'  => 'Crosslisted',
 => 'Import fortsetzen',  
      'Owner'
    'Continue Search'  => 'Owner',
 => 'Suche fortsetzen',  
      'Code'
    'Finish Import'  => 'Code',
 => 'Import abschließen',  
      'Course listing'
    'Include'  => '课程目录',
 => 'Einbinden',  
      'Display information about official [_1] classes for which LON-CAPA courses have been created:'
    'CLOSE'  => 'Display information about official [_1] classes for which LON-CAPA courses have been created:',
 => 'Schließen', # n.t.  
      'help/support'
    'LON-CAPA Catalog Search'  => 'help/support',
 => 'LON-CAPA-Katalog-Suche',  
      'Ask helpdesk'
    '[_1] include external resources'  => 'Ask helpdesk',
 => '[_1] externe Ressourcen mit einbeziehen',  
      'Back to last location'
    'Change Course Initialization Preference'  => 'Back to last location',
 => 'Kurs-Initialisierung',  
      'Note'
    'Change Course Init. Pref.'  => '注意',
 => 'Kurs-Initialisierung',  
      'Note:'
    'Reset Access Times'  => '注意:',
 => 'Studentische Zugriffszeiten zurücksetzen',  
      'Student questions about course content should be directed to the course instructor'
    'Select Scope'  => 'Student questions about course content should be directed to the course instructor',
 => 'Bereich wählen',  
      'Submit Request'
    'Reset times on one or more folders/maps for a single student.'  => 'Submit Request',
 => 'Zeiten in einem/r oder mehreren Verzeichnissen/Inhaltszusammenstellungen für einen einzelnen Studenten zurücksetzen',  
      'E-mail address'
    'Reset times on a single folder/map for a section or whole clase.'  => 'E-Mail 地址',
 => 'Zeiten für ein(e) einzelne(s) Verzeichnis/Inhaltszusammenstellung für eine Sektion oder einen gesamten Kurs zurücksetzen',  
      'Enter the username you use to log-in to LON-CAPA, and your domain.'
    'Choose a student:'  => 'Enter the username you use to log-in to LON-CAPA, and your domain.',
 => 'Student auswählen:',  
      'URL of page'
    'Select Currently Enrolled Students and Active Course Personnel'  => '该页的网址',
 => 'Wahl derzeit eingeschriebener Studenten oder aktiven Kurspersonals',  
      'Phone'
    'This is a list of folders/maps and times they were accessed, plese select those you want deleted.'  => '电话',
 => 'Hier ist eine Liste der Verzeichnisse/Inhaltszusammenstellungen und Zeiten, an denen Zugriff auf diese bestand. Bitte wählen Sie die aus, die gelöscht werden sollen.',  
      'Course Details'
    'Select:'  => 'Course Details',
 => 'Auswahl:',  
      'Enter institutional course code'
    'All Course Personnel'  => 'Enter institutional course code',
 => 'Gesamtes Kurspersonal',  
      'Enter course title'
    'No Section'  => 'Enter course title',
 => 'Keine Sektion',  
      'Section Number'
    'Unselect'  => 'Section Number',
 => 'Auswahl aufheben',  
      'Detailed Description'
    'Select a folder/map'  => '详细说明',
 => '选择目录/内容列表',  
 #=> 'Verzeichnis/Inhaltszusammenstellung wählen',     'Clear Form'
   => '重置表',
    'Will remove access times for'  
 => 'Werde Zugriffszeiten entfernen für',     'Material presented in clear way'
   => '这些材料中提出一个明确的方式',
    'from users'  
 => 'von Benutzern',     'Material covered with sufficient depth'
   => '这些材料包括有足够的深度',
    'No Access times found for student'  
 => 'Keine Zugriffszeit gefunden für Student',     'Material is helpful'
   => '这些材料是有用的',
    'Finish'  
 => 'Abschließen',     'Material appears to be correct'
   => '这些材料似乎是正确的',
    'Name of New Folder'  
 => 'Name des neuen Verzeichnisses:',     'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.'
   => 'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.',
    'Name of New Page'  
 => 'Name der neuen zusammengesetzten Seite',     'is in this state due to author settings.'
   => 'is in this state due to author settings.',
    'New Page'  
 => '新组合页面',     'User Data for'
 #=> 'Neue zusammengesetzte Seite',  => 'User Data for',
   
    'WARNING: Removing a resource makes associated grades and scores inaccessible!'     'Email Address'
 => 'Achtung: Das Entfernen der Ressource macht die damit verknüpften Bewertungen und Punkte unerreichbar!',  => 'E-Mail地址',
   
    'Remove[_99]'     'Enroll Student'
 => 'Soll[_99]',  => '注册学生',
   
    '?[_99]'     'If active, the new role will be available when the student next logs in to LON-CAPA.'
 => 'wirklich entfernt werden?',  => 'If active, the new role will be available when the student next logs in to LON-CAPA.',
   
    'WARNING: Cutting a resource makes associated grades and scores inaccessible!'     'Enroll another student'
 => 'Achtung: Das Ausschneiden der Ressource macht die damit verknüpften Bewertungen und Punkte unerreichbar!',  => '注册另一名学生',
   
    'Grades remain inaccessible if resource is pasted into another folder.'     'Enroll Another Student'
 => 'Die Bewertungen bleiben unerreichbar, auch wenn die Ressource in einem anderen Verzeichnis eingefügt wird.',  => '注册另一名学生',
   
    'Cut[_98]'     'start date'
 => 'Soll[_98]',  => '开始日期',
   
    '?[_98]'     'end date'
 => 'wirklich ausgeschnitten werden?[_98]',  => '结束日期',
   
    'Paste'     'active groups'
 => 'Einfügen',  => '活跃的组',
   
    '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].'     'active group(s)'
 => 'Diese Seite zeigt Ihnen, wie viele Aufgaben (oder Aufgabenteile) Sie vollständig beantwortet und wie viele Sie noch nicht bearbeitet haben. Sie können sich auch eine [_1]detailierte Punktetabelle[_2] anzeigen lassen.',  => '活跃的组',
   
    'This may take a few moments to display.'     "Select a user name to view the user's personal page."
 => 'Die Berechnung könnte einen Moment dauern.',  => "选择一个用户名,以查看此用户的个人网页。",
   
    'Detailed Citation Preview'     'View recent activity by this student'
 => 'Detailierte Zitatsvorschau',  => '最后处于活动状态的人',
   
    'related words'     'View recent activity'
 => 'ähnliche Wörter',  => '查看最近活动',
   
    'Any domain'     'Recent activity of [_1]'
 => 'Beliebige Domäne',  => '最后处于活动状态的 [_1]',
   
    'Reset'  
 => 'Zurücksetzen',     'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.'
   => 'Compiling student activity data can take a long time. Your request continues to be processed while results are displayed.',
    'MIME Type Category'  
 => 'MIME-Typ-Kategorie',     'Composing Query'
   => 'Composing Query',
    'Domains'  
 => 'Domänen',     'Student Activity'
   => 'Student Activity',
    'Custom Metadata fields'  
 => 'Eigene Metadaten-Felder',     'Waiting up to [_1] seconds for results'
   => 'Waiting up to [_1] seconds for results',
    'Field Name'  
 => 'Feldbezeichnung',     'Activity data compiled up to [_1]'
   => 'Activity data compiled up to [_1]',
    'Field Value(s)'  
 => 'Feldinhalt(e)',     'While data is processed, periodically reload this page for more recent activity'
   => 'While data is processed, periodically reload this page for more recent activity',
    'Another custom field/value pair?'  
 => 'Ein weiteres eigenes Metadaten-Feld?',     'Data'
   => 'Data',
    'Creation and Modification dates'  
 => 'Erstellungs- und Änderungszeiten',     'Resubmit last request to check for newer data'
   => 'Resubmit last request to check for newer data',
    'Created between'  
 => 'Erstellung zwischen',     'View Classlist'
   => 'View Classlist',
    'Last modified between'  
 => 'Letzte Änderung zwischen',     'Count'
   => 'Count',
    'Standard Portfolio Metadata'  
 => 'Standard-Portfolio-Metadaten',     'Modifying authentication:'
   => 'Modifying authentication:',
    'Advanced Portfolio Search'  
 => 'Erweiterte Portfolio-Suche',     'Modify User Privileges'
   => 'Modify User Privileges',
    'Standard Catalog Metadata'  
 => 'Standard-Katalog-Metadaten',     'Insert:'
   => 'Insert:',
    'Problem Statistics'  
 => 'Aufgaben-Statistiken',     'Delete?'
   => 'Delete?',
    'Statistics calculated for number of students'  
 => 'Statistiken berechnet für folgende Anzahl an Studenten',     'Randomize Foil Order:'
   => 'Randomize Foil Order:',
    'Portfolio and Catalog Search'  
 => '搜索文件夹和目录',     'Use template:'
 #=> 'Datenbank veröffentlichter Ressourcen und Portfolio-Dateien',  => 'Use template:',
   
 # 2007-06-22     'Display Direction'
    'Search the database of accessible portfolio files'  => 'Display Direction',
 => 'Datenbank der Portfolio-Dateien',  
      'vertical'
    'Construction Space:'  => 'vertical',
 => 'Konstruktionsbereich:',  
      'horizontal'
    'Problem Status:'  => 'horizontal',
 => 'Aufgabenstatus:',  
      'Script'
    'Problem Type:'  => 'Script',
 => 'Aufgabentyp:',  
      'Problem Editing'
    'Feedback Mode:'  => '问题编辑',
 => 'Feedback-Modus:',  
      'Hint'
    'Answer for Part: [_1]'  => '提示',
 => 'Antwort für Teil [_1]',  
      'Show hint even if problem Correct:'
    'Script Vars'  => 'Show hint even if problem Correct:',
 => 'Skript-Variablen',  
      'Single Line Text Entry Area'
    'Regular file'  => 'Single Line Text Entry Area',
 => 'Reguläre Datei',  
      'Parameters for a response'
    'Testbank file'  => 'Parameters for a response',
 => 'Testbank-Datei',  
      'Problem Part'
    'IMS package'  => '问题部分',
 => 'IMS-Paket',  
      'Part ID:'
    'There are unsaved changes'  => '问题部分编号:',
 => 'Es liegen ungespeicherte Änderungen vor!',  
      'Displayed Part Description:'
    'Found no analyzable responses in this problem, currently only Numerical,  => 'Displayed Part Description:',
 Formula and String response styles are supported.'  
 => 'Keine analysierbaren Antwortblöcke in der Aufgabe gefunden. Derzeit werden     'Readonly:'
 nur numericalresponse, formularesponse und stringresponse unterstützt.',  => 'Readonly:',
   
    'Active Link'     'Response: Numerical'
 => 'Aktive Links',  => 'Response: Numerical',
   
    'Font'     'random'
 => 'Zeichen',  => 'random',
   
    'Un-Visited Link'     'top'
 => 'Unbesuchte Links',  => 'top',
   
    'Page Background'     'bottom'
 => 'Seitenhintergrund',  => 'bottom',
   
    'Header Border'     'Add new Option:'
 => 'Seitenkopf-Rahmen',  => 'Add new Option:',
   
    'Header Background'     'Delete an Option:'
 => 'Seitenkopf-Hintergrund',  => 'Delete an Option:',
   
    'Visited Link'     'Print options:'
 => 'Besuchte Links',  => 'Print options:',
   
    'Change Custom Colors'     "Don't show option list"
 => 'Farbeinstellungen übernehmen',  => "Don't show option list",
   
    'Reset All Colors to Default'     'Display of options when printed'
 => 'Alle Farben auf Voreinstellung zurücksetzen',  => 'Display of options when printed',
   
    'Save and Edit'     'Normal list'
 => 'Speichern und weiterbearbeiten',  => 'Normal list',
   
    'Save and View'     'Listed in vertical column'
 => 'Speichern und betrachten',  => 'Listed in vertical column',
   
    'Check Spelling'     'Multiple Option Response Question'
 => 'Rechtschreibprüfung',  => 'Multiple Option Response Question',
   
    'Selecting a Course'     'Select Options'
 => 'Kurs auswählen',  => 'Select Options',
   
    'Course Activity:'     'Image'
 => 'Letzte Kursaktivität:',  => 'Image',
   
    'Course Domain:'     'Image Url:'
 => 'Kurs-Domäne:',  => 'Image Url:',
   
    'Course Institutional Code:'     'width (pixel):'
 => 'Kurs-Instituts-Code:',  => 'width (pixel):',
   
    "Course Owner's Username:"     'height (pixel):'
 => 'Benutzerkennung des Kurs-Eigentümers:',  => 'height (pixel):',
   
    "Course Owner's Domain:"     'Alignment:'
 => 'Domäne des Kurs-Eigentümers:',  => 'Alignment:',
   
    'LON-CAPA course ID:'     'Encrypt URL:'
 => 'LON-CAPA-Kurs-ID:',  => 'Encrypt URL:',
   
    'Course Description:'     'no'
 => 'Kurstitel:',  => 'no',
   
    'Resource Space Home'     'Location:'
 => 'Ressourcenbereich-Hauptverzeichnis',  => 'Location:',
   
    'Default start and end dates for student access'     'Randomly labeled image'
 => 'Voreingestelltes Anfangs- und Endedatum für studentischen Zugriff',  => 'Randomly labeled image',
   
    'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?'     'Response: Click on Image'
 => 'Soll LON-CAPA den <b>Domänen-Koordinator</b> benachrichtigen, wenn während der automatischen Aktualisierung Änderungen an der Kursbelegung auftreten?',  => 'Response: Click on Image',
   
    'Course Group Settings'     'Collection of Imageresponse foils'
 => 'Kursgruppen-Einstellungen',  => 'Collection of Imageresponse foils',
   
    'Set a quota for the total disk space available for storage of course group     'Image response foil'
 portfolio files.'  => 'Image response foil',
 => 'Verfügbarer Gesamtspeicherplatz für Portfolio-Dateien für alle Kursgruppen dieses Kurses:',  
      'Enter Coordinates'
    'Creation Options'  => 'Enter Coordinates',
 => 'Erstellungsoptionen',  
      'Rectangle'
    ' Creation Settings'  => 'Rectangle',
 => ' Erstellungs-Einstellungen',  
      'Coordinate Pairs'
    'Creation Outcome'  => 'Coordinate Pairs',
 => 'Ergebnis der Erstellung',  
      'Polygon'
    'New LON-CAPA course ID:'  => 'Polygon',
 => 'Neue LON-CAPA-Kurs-ID:',  
      'Coordinate list'
    'Created on'  => 'Coordinate list',
 => 'Erstellt in Domäne',  
      'Create Polygon Data'
    'Cloning course from'  => 'Create Polygon Data',
 => 'Kurs geclont aus Domäne',  
      'Task Description'
    'Setting environment'  => '问题描述',
 => 'Einstellung der Kursumgebung',  
      'Clickable Image'
    'Opening all assignments'  => 'Clickable Image',
 => 'Start aller Übungen',  
      'Image Source File'
    'Setting first resource'  => 'Image Source File',
 => 'Einstellung der ersten Ressource',  
      'Select Position on Image'
    'Assigning role of [_1] Coordinator to [_2] at [_3]: '  => 'Select Position on Image',
 => 'Zuweisung der Rolle des [_1]-Koordinators an [_2] in [_3]: ',  
      'Select First Coordinate on Image'
    'Roles will be active at next login'  => 'Select First Coordinate on Image',
 => 'Rollen werden ab dem nächsten Login aktiv sein',  
      'Select Second Coordinate on Image'
    'Active at next login.'  => 'Select Second Coordinate on Image',
 => 'Beim nächsten Login aktiv. ',  
      'Select Finish to save selection'
    'Expired after logout.'  => 'Select Finish to save selection',
 => 'Nach dem Abmelden abgelaufen.',  
      'Enter Coordinate or click finish to close Polygon'
    'No new course created.'  => 'Enter Coordinate or click finish to close Polygon',
 => 'Der Kurs wurde nicht erstellt.',  
      'Click to select a Coordinate or click Finish to save current selection'
    'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.'  => 'Click to select a Coordinate or click Finish to save current selection',
 => 'Ein neuer Kurs kann nicht von dem angebenen Originalkurs ([_1]) geklont werden, da dieser Kurs nicht existiert.',  
      'New Name'
    '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]).'  => 'New Name',
 => 'Der neue Kurs kann nicht von dem angebenenen Kurs geklont werden, da der neue Kurseigentümer ([_1]) nicht die Berechtigung erteilt bekommen hat, den existierenden Kurs ([_2]) zu klonen.',  
      'Make Obsolete'
    'Create Another [_1]'  => 'Make Obsolete',
 => 'Einen weiteren [_1] anlegen',  
      'Set Margins'
    'from domain'  => 'Set Margins',
 => 'aus der Domäne',  
      'How should each column be formatted?'
    'Submit Evaluation'  => 'How should each column be formatted?',
 => 'Evaluierung absenden',  
      'Width:'
    'Standard Problem'  => '宽:',
 => 'Standard-Aufgabe',  
      'Height:'
    'Practice'  => '高:',
 => 'Übung',  
      'Left Margin:'
    'Exam'  => 'Left Margin:',
 => 'Prüfung',  
      'Username and/or password could not be authenticated.'
    'Survey'  => '用户名和(或)密码无法验证。',
 => 'Umfrage',  
      'Please check the username and password.'
    'Library'  => '请检查您的用户名和密码。',
 => 'Bibliothek',  
      'Try again'
    'Value:'  => '再试一次',
 => 'Wert:',  
      'Information needed to verify your login information is missing, inaccessible or expired.'
    'String Value'  => '验证您的登录的信息丢失,无法进入或已经过期。',
 => 'Text-Wert',  
      'Sending'
    'Specifically for'  => '发送中',
 => 'Im Speziellen für', # n.t.  
      'Completed.'
    'practice'  => '邮件已发送。',
 => 'Übung',  
      'Messages being sent.'
    'Loading Domain Coordinator Menu'  => '邮件被发送。',
 => 'Lade Domänen-Koordinator-Menü...',  
      'Assigning'
    "Disk space allocated to user's portfolio files"  => 'Assigning',
 => "Speicherplatz für Portfolio-Dateien des Benutzers",  
      'ending'
    'Current quota'  => 'ending',
 => 'Derzeitiger Speicherplatz',  
      'Assistant Co-Author'
    'For this user, the default quota is [_1] Mb.'  => 'Assistant Co-Author',
 => 'Für diesen Benutzer ist der voreingestellte Speicherplatz [_1] MB.',  
      'Metadata for [_1]'
    'Change quota'  => 'Metadata for [_1]',
 => 'Speicherplatz ändern',  
      'There are [_1] matches to your query.'
    'Custom quota'  => '有 [_1] 匹配您的查询。',
 => 'Selbsteingestellter Speicherplatz',  
      'There were no results matching your query.'
    'Existing sections'  => 'There were no results matching your query.',
 => 'Bestehende Sektionen',  
      'Revise search'
    'Define new section'  => '修改搜寻',
 => 'Neue Sektion erstellen',  
      'Internal Error - Bad view selected.'
    'Create/Modify Another User'  => 'Internal Error - Bad view selected.',
 => 'Andere Benutzeraccounts erstellen oder ändern',  
      'Unable to save import results.'
    'Set Privileges for New User'  => 'Unable to save import results.',
 => 'Einstellungen für neuen Benutzer',  
      'A MySQL error has occurred.'
    'Generating user'  => 'A MySQL error has occurred.',
 => 'Erstelle Benutzer',  
      'Number of accesses'
    'Generating user: [_1]'  => 'Number of accesses',
 => 'Erstelle Benutzer: [_1]',  
      'Ascending'
    'Home server'  => '上升的',
 => 'Heimatserver',  
      'Descending'
    'Home server: [_1]'  => '下降的',
 => 'Heimatserver: [_1]',  
      'Students Attempting'
    'Modifying Roles'  => 'Students Attempting', # ??? [SB 2007-07-03]
 => 'Anpassung der Benutzerrollen',  
      'Average Number of Tries'
    'No roles to modify'  => 'Average Number of Tries',
 => 'Es erfolgte keine Änderung der Benutzerrollen.',  
      'Mean Degree of Difficulty'
    'starting'  => 'Mean Degree of Difficulty',
 => 'Start am',  
      'Mean Degree of Discrimination'
    'Add to classlist:'  => 'Mean Degree of Discrimination',
 => 'Hinzufügen zur Kursteilnehmerliste:',  
      'Evaluation: Clear'
    'Change Current Login Data'  => 'Evaluation: Clear',
 => 'Derzeitige Login-Einstellung ändern',  
      'Evaluation: Technically Correct'
    'Enter New Login Data'  => 'Evaluation: Technically Correct',
 => 'Neue Login-Einstellungen',  
      'Evaluation: Material is Correct'
    'will override current values'  => 'Evaluation: Material is Correct',
 => 'überschreibt derzeitigen Wert',  
      'Evaluation: Material is Helpful'
    'Set a quota for the total disk space available for storage of course group portfolio files.'  => 'Evaluation: Material is Helpful',
 => 'Verfügbarer Gesamtspeicherplatz für Portfolio-Dateien für alle Kursgruppen dieses Kurses:',  
      'Evaluation: Material has Depth'
    'Section Numbers and corresponding LON-CAPA section IDs'  => 'Evaluation: Material has Depth',
 => 'Sektionsnummern und korrespondierende LON-CAPA-Sektions-IDs',  
      'Prev'
    'Overall Assessment Statistical Data'  => '上一个',
 => 'Übergreifende statistische Beurteilungsdaten',  
      'Reload'
    'No new dynamic data found.'  => '重新加载',
 => 'Keine neuen dynamischen Daten gefunden.',  
      'Results [_1] to [_2] out of [_3]'
    'Current value is'  => '结果 [_1] 至 [_2] 的 [_3]',
 => 'Aktuelle Einstellung ist',  
      'Unactionable Search Query'
    'Interval set to version changes [_1]'  => '查询被否决',
 => 'Intervall auf Versionsänderungen [_1] gesetzt',  
      'Revise Search Request'
    'Creating a new problem resource.'  => '修改搜索请求',
 => 'Neue Aufgabe erstellen',  
      'LON-CAPA Access Control'
    'Creating a new library resource.'  => 'LON-CAPA 访问控制',
 => 'Neue Bibliothiek erstellen',  
      'Access  : '
    'Creating a new survey resource.'  => '访问  : ',
 => 'Neue Umfrage erstellen',  
      'Resource: '
    'Creating a new task resource.'  => '资源: ',
 => 'Neue "bridgetask"-Datei erstellen',  
      'Action  : '
    'The requested file [_1] currently does not exist.'  => 'Action  : ',
 => 'Die angeforderte Datei [_1] existiert momentan nicht.',  
      'You have modified your course recently, [_1] may fix this access problem.'
    'To create a new problem, select a template from the list below. Then click on the "Create problem" button.'  => 'You have modified your course recently, [_1] may fix this access problem.',
 => 'Um eine neue Aufgabe zu erstellen, wählen Sie eine Vorlage aus der unten angebotenen Liste. Klicken Sie dann auf den "Aufgabe erstellen"-Button.',  
      'Published on ...'
    'To create a new library, select a template from the list below. Then click on the "Create library" button.'  => 'Published on ...',
 => 'Um eine neue Bibliothek zu erstellen, wählen Sie eine Vorlage aus der unten angebotenen Liste. Klicken Sie dann auf den "Bibliothek erstellen"-Button.',  
      'Currently published version'
    'To create a new survey, select a template from the list below. Then click on the "Create survey" button.'  => 'Currently published version',
 => 'Um eine neue Umfrage zu erstellen, wählen Sie eine Vorlage aus der unten angebotenen Liste. Klicken Sie dann auf den "Umfrage erstellen"-Button.',  
      'Edit Metadata'
    'To create a new task, select a template from the list below. Then click on the "Create task" button.'  => '编辑元数据',
 => 'Um eine neue "bridgetask"-Datei zu erstellen, wählen Sie eine Vorlage aus der unten angebotenen Liste. Klicken Sie dann auf den "bridgetask-Datei erstellen"-Button.',  
      'Cleanup XML Document'
    'Accessibility Options'  => 'Cleanup XML Document',
 => 'Alternativ-Login',  
      'Select actions to attempt:'
    'About LON-CAPA'  => '选择所需的行动:',
 => '关于 LON-CAPA',  
 #=> 'Über LON-CAPA',     'Linefeeds, formfeeds, and carriage returns'
   => 'Linefeeds, formfeeds, and carriage returns',
    'Course Catalog'  
 => '课程目录',     'Empty tags'
 #=> 'Kursübersicht',  => 'Empty tags',
   
    '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:'     'Lower casing'
 => 'Falls Sie eine aktive Rolle für einen bestimmten Kurs in der Domäne "[_1]" erwartet haben, könnte es sein, dass diese aus einem der folgenden Gründe fehlt:',  => 'Lower casing',
   
    'The course has yet to be created.'     'Symbol font'
 => 'Der Kurs wurde noch nicht erstellt.',  => 'Symbol font', # ??? [SB 2007-07-03]
   
    'Automatic enrollment of registered students has not been enabled for the course.'     'Cleanup'
 => 'Die automatische Kursbelegung registrierter Studenten wurde für diesen Kurs nicht aktiviert.',  => 'Cleanup',
   
    'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.'     'Back to Source File'
 => 'Sie sind in einer Sektion des Kurses, für die die automatische Kursbelegung im zugehörigen LON-CAPA-Kurs nicht aktiviert ist.',  => 'Back to Source File',
   
    '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.'     'Hypertext Cascading Style Sheet'
 => 'Sie haben sich kürzlich für den Kurs registriert und es gibt eine Zeitverzögerung zwischen der Zeit Ihrer Registrierung und dem Erscheinen dieser Information in der LON-CAPA-Kursteilnehmerliste.',  => 'Hypertext Cascading Style Sheet',
   
    'If you were expecting to see an active role listed for a particular course, that course may not have been created yet.'     'Online Survey'
 => 'Falls Sie eine aktive Rolle für einen bestimmten Kurs erwartet haben, könnte es sein, dass diese noch nicht erstellt wurde.',  => 'Online Survey',
   
    'The [_1]Course Catalog[_2] provides information about all [_3] classes for which LON-CAPA courses have been created.' # [_3]: domain     'Unable to find [_1]'
 => 'Die [_1]Kursübersicht[_2] enthält Informationen über alle Kurse der Domäne [_3], für die LON-CAPA-Kurse eingerichtet wurden.',  => 'Unable to find [_1]',
   
    'You can search the course catalog for courses which permit self-enrollment, if you would like to enroll in a course.'     'Post Server Announcements'
 => 'Falls Sie einen Kurs belegen möchten, können Sie die Kursübersicht nach Kursen durchsuchen, die eine Selbsteintragung zulassen.',  => 'Post Server Announcements',
   
    'User Authentication'     'Post announcements to the system login and roles screen'
 => 'Benutzer-Authentifizierung',  => 'Post announcements to the system login and roles screen',
   
    'Log-in Help'     '(leave blank to delete announcement)'
 => '登录帮助',  => '(leave blank to delete announcement)',
   
    'Forgot password?'     'Check machines:'
 => '忘记密码?',  => 'Check machines:',
   
    'New User?'     'Current Announcement'
 => '新用户?',  => 'Current Announcement',
   
    'Crosslisted'     'Calendar'
 => 'querverwiesen',  => '日历',
   
    'Owner'     'Download your Calendar as iCalendar File'
 => 'Eigentümer',  => '下载您的日历',
   
    'Code'     'No calendar available for this date.'
 => 'Kurscode',  => '没有日历用于此日期。',
   
    'Course listing'     'Posting [_1]'
 => '课程目录',  => 'Posting [_1]',
 #=> 'Kursübersicht',  
      'This LON-CAPA server is version [_1]'
    'Course Listing'  => '这里是 LON-CAPA [_1]',
 => '课程目录',  
 #=> 'Kursübersicht',     'Only changes made from servers running LON-CAPA [_1] or later are displayed.'
   => 'Only changes made from servers running LON-CAPA [_1] or later are displayed.',
    'Display information about official [_1] classes for which LON-CAPA courses have been created:'  
 => 'Informationen zu offiziellen Kursen der [_1], für die LON-CAPA-Kurse eingerichtet wurden',     'Edit Answer'
   => 'Edit Answer',
    'help/support'  
 => 'Hilfe und Support',     'Date/Time'
   => '日期/时间',
    'Ask helpdesk'  
 => 'Anfrage an Helpdesk abschicken',     'Threshold Name'
   => 'Threshold Name',
    'Back to last location'  
 => 'Zurück zum letzten Ort',     'Current value'
   => 'Current value',
    'Note'  
 => 'Anmerkung',     'Change?'
   => '改变?',
    'Student questions about course content should be directed to the course instructor'  
 => 'Studentische Fragen zum Kursinhalt richten Sie bitte direkt an den Dozenten des Kurses',     'Make changes'
   => '保存',
    'Submit Request'  
 => 'Anfrage abschicken',     'Change thresholds'
   => 'Change thresholds',
    'E-mail address'  
 => 'E-Mail 地址',     'Picture Conversion Status'
 #=> 'E-Mail-Adresse',  => 'Picture Conversion Status',
   
    'Enter the username you use to log-in to LON-CAPA, and your domain.'     'Class Print Status'
 => 'Geben Sie Ihre LON-CAPA-Benutzerkennung ein und wählen Sie Ihre Domäne.',  => 'Class Print Status',
   
    'URL of page'     'Removing error messages:'
 => 'URL der Seite',  => 'Removing error messages:',
   
    'Phone'     'Invalid target directory, FAIL'
 => '电话',  => 'Invalid target directory, FAIL',
 #=> 'Telefon-Nr.',  
      'Creating old version [_1]'
    'Course Details'  => 'Creating old version [_1]',
 => 'Kursdetails',  
      'Initial version'
    'Enter institutional course code'  => 'Initial version',
 => 'Kurs-Instituts-Code',  
      'Press "Generate Statistics" when you are ready.'
    'Enter course title'  => 'Press "Generate Statistics" when you are ready.',
 => 'Kurstitel',  
      'It may take some time to update the student data for the first analysis. Future analysis this session will not have this delay.'
    'Section Number'  => 'It may take some time to update the student data for the first analysis. Future analysis this session will not have this delay.',
 => 'Sektionsnummer',  
      'A course-wide error occurred.'
    'Detailed Description'  => 'A course-wide error occurred.',
 => 'Detailierte Beschreibung',  
      'none'
    'Clear Form'  => '没有',
 => 'Formular zurücksetzen',  
      'Prepare Report'
    'Material presented in clear way'  => '编写报告',
 => 'Das Material wird in einer verständlichen Art dargestellt',  
      'Show problem'
    'Material covered with sufficient depth'  => '提示显示',
 => 'Das Thema wird in ausreichender Tiefe behandelt',  
      'Show correct answers'
    'Material is helpful'  => 'Show correct answers',
 => 'Das Material ist hilfreich',  
      'Show all submissions'
    'Material appears to be correct'  => 'Show all submissions',
 => 'Das Material scheint korrekt zu sein',  
      'Show problem grading'
    'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.'  => 'Show problem grading',
 => 'Die Aktion wird lediglich die Ressource selbst wiederherstellen. Möchten Sie auch eine alte Version der Metadaten zu dieser Ressource wiederherstellen, müssen Sie dies extra tun.',  
      'Computing correct answers greatly increases the amount of time required to prepare a report.'
    'is in this state due to author settings.'  => 'Computing correct answers greatly increases the amount of time required to prepare a report.',
 => 'befindet sich aufgrund von Einstellungen des Autors temporär in diesem Zustand.',  
      'Please select problems and use the [_1]Prepare Report[_2] button to continue.'
    'User Data for'  => 'Please select problems and use the [_1]Prepare Report[_2] button to continue.',
 => 'Benutzerdaten von',  
      'Please select a Survey to analyze'
    'Email Address'  => 'Please select a Survey to analyze',
 => 'E-Mail-Adresse',  
      'There are no survey problems in this course.'
    'Enroll Student'  => 'There are no survey problems in this course.',
 => 'Studenten Kurs belegen lassen',  
      'Generate Survey Report'
    'If active, the new role will be available when the student next logs in to LON-CAPA.'  => 'Generate Survey Report',
 => 'Falls bereits aktiv, wird die Rolle ab dem nächsten Login für den Studenten verfügbar sein.',  
      'Building text document.'
    'Enroll another student'  => 'Building text document.',
 => 'Einen weiteren Studenten den Kurs belegen lassen',  
      'Generated on [_1]'
    'Enroll Another Student'  => 'Generated on [_1]',
 => 'Einen weiteren Studenten den Kurs belegen lassen',  
      'Your text file'
    'start date'  => 'Your text file',
 => 'Anfangsdatum',  
      'Done compiling text file. See link below to download.'
    'end date'  => 'Done compiling text file. See link below to download.',
 => 'Endedatum',  
      'There is no essay or string response data to output for this survey.'
    'active groups'  => 'There is no essay or string response data to output for this survey.',
 => 'Aktive Gruppen',  
      'Building spreadsheet.'
    'active group(s)'  => '生成电子表格。',
 => 'Aktive Gruppen',  
      '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.'
    "Select a user name to view the user's personal page."  => '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.',
 => "选择一个用户名,以查看此用户的个人网页。",  
 #=> "Klicken Sie auf die Benutzerkennung, um die persönliche Informationsseite dieses Benutzers anzuschauen.",     'Done compiling spreadsheet. See link below to download.'
   => 'Done compiling spreadsheet. See link below to download.',
    'View recent activity by this student'  
 => '最后处于活动状态的人', # n.t.     'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin'
 #=> 'Zuletzt stattgefundene Aktivitäten dieser Person', # n.t.  => 'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin',
   
    'Recent activity of [_1]:[_2]'     'Create Plot'
 => '最后处于活动状态的 [_1]:[_2]',  => 'Create Plot',
 #=> 'Zuletzt stattgefundene Aktivtäten von [_1]:[_2]',  
      'Start Time:'
   => 'Start Time:',
    'Compiling student activity data can take a long time.  
 Your request continues to be processed while results are displayed.     'End Time:'
 ' # 2xCR!  => 'End Time:',
 => 'Das Zusammenstellen der Aktivitätsdaten kann eine Weile dauern.  
 Ihre Anfrage wird weiter verarbeitet, während die schon vorhandenen Ergebnisse bereits angezeigt werden.     'Sender'
 ',  => '寄件人',
   
    'Composing Query'     'Number'
 => 'Stelle Anfrage zusammen',  => 'Number',
   
    'Student Activity'     'Upload Classlist'
 => 'Studentische Aktivitäten',  => 'Upload Classlist',
   
    'Waiting up to [_1] seconds for results'     'Semicolon separated values'
 => 'Warte noch maximal [_1] Sekunden auf Ergebnisse',  => '以分号分隔',
   
    'Activity data compiled up to [_1]'     'Show Log'
 => 'Aktivitätsdaten zusammengestellt bis [_1]',  => '查看日志',
   
    'While data is processed, periodically reload this page for more recent activity'     'Course Document Change Log'
 => 'Während die Daten verarbeitet werden, können Sie gelegentlich die Seite aktualisieren, um aktuellere Aktivitätsdaten zu erhalten.',  => 'Course Document Change Log',
   
    'Data'     'Records'
 => 'Daten',  => 'Records',
   
    'Resubmit last request to check for newer data'     'Before'
 => 'Letzte Anfrage erneut abschicken, um auf aktuellere Daten zu prüfen',  => '以前',
   
    'View Classlist'     'After'
 => 'Kursteilnehmerliste anschauen',  => '以后',
   
    'Count'     'Current folder/page'
 => 'Zähler', # n.t.  => '当前文件夹/页',
   
    'Modifying authentication:'     'Containing phrase'
 => 'Ändere Authentifizierung:',  => '含有短语',
   
    'Home server: [_1]'     'None'
 => 'Heimatserver: [_1]',  => '没有',
   
    'Modify User Privileges'     'Users'
 => 'Benutzerrechte anpassen',  => '用户',
   
    'Insert:'     'Include parameter types'
 => 'Einfügen:',  => 'Include parameter types',
   
    'Delete?'     'Parameter Change Log'
 => 'Löschen?',  => 'Parameter Change Log',
   
    'Randomize Foil Order:'     'Announce'
 => 'Reihenfolge der Auswahlmöglichkeiten randomisieren:',  => 'Announce',
   
    'Use template:'     'Not active anymore'
 => 'Vorlage verwenden:',  => 'Not active anymore',
   
    'Display Direction'     'Add to Course Announcements'
 => 'Anzeige-Richtung:',  => 'Add to Course Announcements',
   
    'vertical'     'Username : Domain'
 => 'vertikal',  => '用户名:域',
   
    'horizontal'     'Active'
 => 'horizontal',  => '活跃的',
   
    'Script'     'Expired'
 => 'Skript-Block', # n.t.  => 'Expired',
   
    'Problem Editing Help'     'Future'
 => 'Hilfe zur Aufgabenerstellung', # n.t.  => 'Future',
   
    'Problem Editing'     'Sort by realm first, then student (group/section)'
 => 'Aufgabenerstellung',  => 'Sort by realm first, then student (group/section)',
   
    'Hint'     'Sort by student (group/section) first, then realm'
 => 'Hinweis', # n.t.  => 'Sort by student (group/section) first, then realm',
   
    'Show hint even if problem Correct:'     'Shift all dates based on this date'
 => 'Hinweis auch zeigen, wenn Aufgabe richtig beantwortet wurde:',  => 'Shift all dates based on this date',
   
    'Single Line Text Entry Area'     'Overview Mode'
 => 'Zeile mit Texteingabefeld', # n.t.  => '概况模式',
   
    'Parameters for a response'     'Overview'
 => 'Parameter für Antworttyp', # n.t.  => '概况',
   
    'Problem Part'     'Set Parameters'
 => 'Aufgabenteil', # n.t.  => '参数设置',
   
    'Part ID:'     'Parts'
 => 'Aufgabenteil-ID:',  => '部分',
   
    'Displayed Part Description:'     'Section(s)'
 => 'Anzuzeigende Aufgabenteil-Beschreibung:',  => '章节(en)',
   
    'Readonly:'     'Group(s)'
 => 'Nur lesbar:', # n.t.  => '组',
   
    'Response: Numerical'     'Parameter Selection'
 => 'Antwortblock: numerisch', # n.t.  => '参数选择',
   
    'random'     'Add Selection for...'
 => 'zufällig',  => 'Add Selection for...',
   
    'top'     'Select Common Only'
 => 'am Anfang',  => 'Select Common Only',
   
    'bottom'     'Problem Dates'
 => 'am Ende',  => 'Problem Dates',
   
    'Add new Option:'     'Content Dates'
 => 'Option hinzufügen:',  => 'Content Dates',
   
    'Delete an Option:'     'Discussion Settings'
 => 'Option löschen:', # n.t.  => 'Discussion Settings',
   
    'Print options:'     'Visibilities'
 => 'Ausgabe der Optionen:',  => '可见的',
   
    "Don't show option list"     'Part Parameters'
 => "Optionsliste nicht anzeigen", # n.t.  => '部分参数',
   
    'Display of options when printed'     'For User [_1] or Student/Employee ID [_2] at Domain [_3]'
 => 'Anzeigeart der Optionen beim Druck',  => '对于用户 [_1] 或学生/员工编号 [_2] 在域 [_3]',
   
    'Normal list'     'Group Files'
 => 'Normale Liste',  => '编组文件',
   
    'Listed in vertical column'     "Enter user:domain for User's 'About Me' Page"
 => 'In senkrechter Spalte aufgelistet',  => "Enter user:domain for User's 'About Me' Page",
   
    'Multiple Option Response Question'     'No map selected.'
 => 'Antwortblock: Optionsauswahl',  => 'No map selected.',
   
    'Select Options'     'Most Recent:'
 => 'Wählbare Optionen', # n.t.  => '最新:',
   
    'Image'     'In Course:'
 => 'Bild', # n.t.  => '课程:',
   
    'Image Url:'     'Use:'
 => 'URL des Bildes:',  => '使用:',
   
    'width (pixel):'     'Search LON-CAPA help'
 => 'Breite (Pixel):',  => '搜索 LON-CAPA 帮助',
   
    'height (pixel):'     'Before course enrollment start!'
 => 'Höhe (Pixel):',  => 'Before course enrollment start!',
   
    'Alignment:'     'After course enrollment end!'
 => 'Ausrichtung:', # n.t.  => 'After course enrollment end!',
   
    'Encrypt URL:'     'in the past'
 => 'URL verschlüsseln:', # n.t.  => '在过去',
   
    'no'     'in the future'
 => 'nein',  => '在将来',
   
    'Location:'     'Choose'
 => 'Stelle:', # n.t.  => 'Choose',
   
    'Randomly labeled image'     'Title:'
 => 'Dynamisch beschriftetes Bild', # n.t.  => '标题:',
   
    'Response: Click on Image'     'URL:'
 => 'Antwortblock: Klick-ins-Bild', # n.t.  => 'URL:',
   
    'Collection of Imageresponse foils'     'Course, Portfolio and Catalog Search'
 => 'Sammlung von Bildantwort-Auswahlmöglichkeiten', # n.t.  => '目录搜索,组合搜索和课程搜索',
   
    'Image response foil'     'ERROR:'
 => 'Bildantwort-Auswahlmöglichkeit', # n.t.  => '错误:',
   
    'Enter Coordinates' # n.t.     '(click for example)'
 => 'Koordinaten festlegen',  => '(click for example)',
   
    'Rectangle'     'click for example'
 => 'Rechteck', # n.t.  => 'click for example',
   
    'Coordinate Pairs'     'Re-Enable'
 => 'Koordinatenpaar',  => '重新启用',
   
    'Polygon'     'Script Functions'
 => 'Polygon',  => 'Script Functions',
   
    'Coordinate list'     'Image Options'
 => 'Koordinatenliste', # n.t.  => '图像选项',
   
    'Create Polygon Data'     'left'
 => 'Polygon-Daten festlegen', # n.t.  => '左边',
   
    'Task Description'     'right'
 => 'Beschreibung der Aufgabe', # n.t.  => '右边',
   
    'Clickable Image'     'TeXwidth (mm):'
 => 'Klickbares Bild', # n.t.  => 'TeX-宽 (mm):',
   
    'Image Source File'     'TeXheight (mm):'
 => 'Pfad und Name der Bilddatei', # n.t.  => 'TeX-高 (mm):',
   
    'Select Position on Image'     'TeXwrap:'
 => 'Auswahl der Position im Bild',  => 'TeXwrap:',
   
    'Select First Coordinate on Image'     'Sorry!'
 => 'Klicken Sie an die Stelle der ersten Koordinate',  => '对不起...',
   
    'Select Second Coordinate on Image'     'Resource not available.'
 => 'Klicken Sie an die Stelle der zweiten Koordinate',  => 'Resource not available.',
   
    'Select Finish to save selection'     'File Type'
 => 'Klicken Sie auf Abschließen zum Abschließen der Aktion oder auf Abbrechen zum Abbrechen',  => 'File Type',
   
    'Enter Coordinate or click finish to close Polygon'     'Output of decompress:'
 => 'Klicken Sie in das Bild, um die Koordinaten für das Polygon festzulegen',  => 'Output of decompress:',
   
    'Click to select a Coordinate or click Finish to save current selection'     'Decompress complete.'
 => 'Klicken Sie in das Bild, um Koordinaten festzulegen',  => 'Decompress complete.',
   
    'New Name'     'Archive:'
 => 'Neuer Dateiname',  => '存档:',
   
    'Make Obsolete'     'inflating:'
 => 'Als überholt markieren',  => 'inflating:',
   
    'Set Margins'     'Incorrect:'
 => 'Seitenränder festlegen',  => '错误:',
   
    'How should each column be formatted?'     'Correct:'
 => 'Wie soll jede Spalte formatiert werden?', # n.t.  => '正确:',
   
    'Width:'     'Correct'
 => 'Breite:', # n.t.  => '正确',
   
    'Height:'     'Pick course first'
 => 'Höhe:', # n.t.  => '只能选择课程',
   
    'Left Margin:'     'User Information Changed'
 => 'Linker Rand:', # n.t.  => '用户信息变更',
   
    'Username and/or password could not be authenticated.'     'Changed To'
 => 'Benutzerkennung und/oder Passwort konnten nicht erfolgreich authentifiziert werden.',  => '改为',
   
    'Please check the username and password.'     'disk space allocated to portfolio files'
 => 'Bitte überprüfen Sie Ihre Benutzerkennung und Ihr Passwort.',  => 'disk space allocated to portfolio files',
   
    'Try again'     'You have new messages'
 => 'Nochmal versuchen',  => 'You have new messages',
   
    'Information needed to verify your login information is missing, inaccessible or expired.'     'Destination folder'
 => 'Die Daten, um Ihre Anmeldung zu überprüfen, fehlen, können nicht gelesen werden oder sind abgelaufen.',  => '目的文件夹',
   
    'Sending'     'Mark Read'
 => 'Sende',  => '标记为已读',
   
    'Completed.'     'Move to Folder ->'
 => 'Ausgeführt.',  => '移至文件夹 ->',
   
    'Messages being sent.'     'Register Response Devices (&quot;Clickers&quot;)'
 => 'Nachrichten wurden gesendet',  => '注册应答设备 (&quot;Clickers&quot;)',
   
    'showing messages'     'Enter response device ("clicker") numbers'
 => 'zeige Nachrichten',  => '输入应答设备(&quot;Clickers&quot;)的号码',
   
    'Assigning'     'Locating your clicker ID'
 => 'Zuweisung der Rolle',  => '定位您的应答设备编号',
   
    'ending'     'Register Clicker'
 => 'Ende am',  => '注册应答设备',
   
    'Assistant Co-Author'     'Register'
 => 'Co-Autor-Assistent',  => '注册',
   
    'Metadata for [_1]'     'New Link'
 => 'Metadaten für [_1]',  => '新的书签',
   
    'There are [_1] matches to your query.'     'Refresh'
 => 'Ihre Suche hat [_1] Treffer ergeben.',  => '更新',
   
    'Revise search'     'Custom metadata [_1]'
 => 'Suche ändern',  => '自定义元数据 [_1]',
   
    'in LON-CAPA domain'     'Question/Comment/Feedback about course content'
 => 'in LON-CAPA-Domäne', # n.t.  => '课程内容的问题/评论/反馈',
   
    'Sort by [_1] [_2]'     'User modify/custom role edit'
 => 'Sortiert nach [_1] [_2]',  => '用户帐户和权限管理',
   
    'Number of accesses'     'User Search'
 => 'Anzahl der Zugriffe',  => '用户搜索',
   
    'Ascending'     'to add/modify roles'
 => 'aufsteigend',  => ', 添加/修改角色',
   
    'Descending'     'is'
 => 'absteigend',  => '是',
   
    'Students Attempting'     'contains'
 => 'Studentische Versuche', # ??? [SB 2007-07-03]  => '包括',
   
    'Average Number of Tries'     'in this domain'
 => 'Durchschnittliche Anzahl an Versuchen',  => '在该域',
   
    'Mean Degree of Difficulty'     'in institutional directory'
 => 'Durchschnittlicher Schwierigkeitsgrad',  => '在研究所目录',
   
    'Mean Degree of Discrimination'     'Domain/institution to search'
 => 'Durchschnittlicher Grad der Abgrenzung',  => 'Domain/institution to search',
   
    'Evaluation: Clear'     'Directory search has not been configured for domain: [_1]'
 => 'Evaluierung: Klar',  => '目录搜索,在还没有被配置的域:[_1]',
   
    'Evaluation: Technically Correct'     'permanent e-mail'
 => 'Evaluierung: Technisch korrekt',  => '永久电子邮件',
   
    'Evaluation: Material is Correct'     'Set user role'
 => 'Evaluierung: Material ist korrekt',  => '设置用户角色',
   
    'Evaluation: Material is Helpful'     'No exact match found for this username ([_1]) in this domain.'
 => 'Evaluierung: Material ist hilfreich',  => '对该用户名([_1])在这个领域中没有找到完全匹配的。',
   
    'Evaluation: Material has Depth'     'No match found for this username ([_1]) in this domain.'
 => 'Evaluierung: Tiefe des Themas',  => '对该用户名([_1])在这个领域中没有找到相应的。',
   
    'Prev'     'Make new user "[_1]"'
 => 'Zurück',  => '新用户 "[_1]"',
   
    'Reload'     'Course Editor'
 => 'Aktualisieren',  => '编辑课程',
   
    'Results [_1] to [_2] out of [_3]'     'Community Editor'
 => 'Treffer [_1] bis [_2] von insgesamt [_3]',  => 'Community Editor',
   
    'Unactionable Search Queary'     'Choose which items you wish to export from your Course.'
 => 'Suchanfrage zurückgewiesen',  => '选择您要从课程中导出的项目。',
   
    '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.'     'Content items'
 => 'Sie haben nicht genügend Informationen eingetragen, damit die Suche gestartet werden kann. Füllen Sie relevante Felder aus, damit die Suche ausgeführt werden kann.', # n.t.  => '内容项目',
   
    'Revise Search Request'     'Discussion posts'
 => 'Suchanfrage ändern',  => '讨论文章',
   
    'LON-CAPA Access Control'     'Download the zip file from'
 => 'LON-CAPA-Zugriffskontrolle',  => '下载zip档案从:',
   
    'Access  : '     'IMS course archive'
 => 'Zugriff  : ',  => 'IMS课程存档',
   
    'Resource: '     'last name, first name'
 => 'Ressource: ',  => '姓氏,名字',
   
    'Action  : '     'Select a Template'
 => 'Aktion   : ',  => 'Select a Template',
   
    'You have modified your course recently, [_1] may fix this access problem.'     'Edit custom role'
 => 'Sie haben den Kurs kürzlich verändert. [_1] könnte das Zugriffsproblem beheben.',  => 'Edit custom role',
   
    'Published on ...'     'Privilege'
 => 'Veröffentlicht am...',  => 'Privilege',
   
    'Currently published version'     'Showing users with a name starting with [_1]'
 => 'Derzeit veröffentlichte Version',  => '显示用户,起始是 [_1]',
   
    'Edit Metadata'     'Permanent e-mail address'
 => 'Metadaten ändern',  => '永久的 E-Mail 地址',
   
    'Cleanup XML Document'     'Permanent e-mail'
 => 'XML-Code aufräumen',  => '永久的 E-Mail 地址',
   
    'Select actions to attempt:'     'User [_1] in domain [_2]'
 => 'Auswahl der gewünschten Aktionen:',  => '用户 [_1] 在域 [_2]',
   
    'Linefeeds, formfeeds, and carriage returns'     'Result'
 => 'Zeilenumbrüche (LF), Seitenvorschübe und "Wagenrückläufe" (CR)',  => 'Result',
   
    'Empty tags'     'Directory search in domain [_1] is not available for the requested search type: "[_2]"'
 => 'Leere Tags',  => 'Directory search in domain [_1] is not available for the requested search type: "[_2]"',
   
    'Lower casing'     "No match found for this username ([_1]) in your institution's directory."
 => 'Kleinschreibung',  => "No match found for this username ([_1]) in your institution's directory.",
   
    'Symbol font'     'Setting'
 => 'Symbolischer Zeichensatz', # ??? [SB 2007-07-03]  => 'Setting',
   
    'Cleanup'     'Directory search available?'
 => 'Aufräumen',  => 'Directory search available?',
   
    'Back to Source File'     'Back to actions menu'
 => 'Zurück zur Quelldatei',  => 'Back to actions menu',
   
    'Hypertext Cascading Style Sheet'     'Edit action'
 => 'Stylesheet-Datei',  => 'Edit action',
   
    'Online Survey'     'Effect'
 => 'Umfrage',  => 'Effect',
   
    'Unable to find [_1]'     'Course / User'
 => 'Die Datei [_1] konnte nicht gefunden werden.',  => 'Course / User',
   
    'Post Server Announcements'     'deny'
 => 'Server-Bekanntmachungen',  => 'deny',
   
    'Post announcements to the system login and roles screen'     'allow'
 => 'Server-Bekanntmachungen für die Login-Seite und die Rollenauswahl',  => 'allow',
   
    '(leave blank to delete announcement)'     'Delete this rule'
 => '(leer lassen, um Bekanntmachung zu entfernen)',  => 'Delete this rule',
   
    'Check machines:'     'Insert rule above'
 => 'Server auswählen:',  => 'Insert rule above',
   
    'Current Announcement'     'Insert rule below'
 => 'Derzeitige Bekanntmachung',  => 'Insert rule below',
   
    'Calendar'     'Move rule down'
 => '日历',  => 'Move rule down',
 #=> 'Kalender',  
      'Move rule up'
    'Download your Calendar as iCalendar File'  => 'Move rule up',
 => 'Kalender-Download im iCalendar-Format',  
      'Warning: It can take up to 1 hour for rights changes to fully propagate.'
    'No calendar available for this date.'  => 'Warning: It can take up to 1 hour for rights changes to fully propagate.',
 => 'Für dieses Datum ist kein Kalender verfügbar.',  
      'email address'
    'Posting [_1]'  => 'email address',
 => 'Sende an [_1]',  
      'Updated'
    'This is LON-CAPA [_1]'  => '已更新',
 => 'Hier läuft LON-CAPA [_1]',  
      'The error occurred on host [_1]'
    'Edit Answer'  => 'The error occurred on host [_1]',
 => 'Antwort editieren',  
      'This error occurred on machine [_1]'
    'Date/Time'  => 'This error occurred on machine [_1]',
 => 'Datum, Uhrzeit',  
      'Clear all Messages in Subdirectory'
    'Threshold Name'  => 'Clear all Messages in Subdirectory',
 => 'Schwellenwert-Name',  
      'Task information'
    'Current value'  => 'Task information',
 => 'Aktueller Wert',  
      'Automated adds/drops'
    'Change?'  => 'Automated adds/drops',
 => 'Ändern',  
      'Change enrollment dates'
    'Make changes'  => 'Change enrollment dates',
 => 'Speichern',  
      'Change access dates'
    'Change thresholds'  => 'Change access dates',
 => 'Schwellenwerte ändern',  
      'Notification of changes'
    'Picture Conversion Status'  => 'Notification of changes',
 => 'Bildkonvertierungs-Status',  
      'Change crosslistings'
    'Class Print Status'  => 'Change crosslistings',
 => 'Druckstatus',  
      'Section settings'
    'Removing error messages:'  => 'Section settings',
 => 'Entfernen von Fehlermeldungen:',  
      'Student photo settings'
    'Creating old version [_1]'  => 'Student photo settings',
 => 'Erstelle alte Version [_1]', # n.t.  
      'Update roster now'
    'Initial version'  => 'Update roster now',
 => 'Urversion',  
      'Update student photos'
    'Press "Generate Statistics" when you are ready.'  => 'Update student photos',
 => 'Klicken Sie auf "Erzeuge Statistiken", wenn Sie die gewünschten Einstellungen vorgenommen haben.',  
      'View students and change type'
    'It may take some time to update the student data for the first analysis. Future analysis this session will not have this delay.'  => 'View students and change type',
 => 'Es kann einige Zeit dauern, um die studentischen Daten für die erste Analyse zu aktualisieren. Zukünftige Analysen werden nicht diese Verzögerung verursachen.',  
      'Changes to nightly automated enrollments'
    'A course-wide error occurred.'  => 'Changes to nightly automated enrollments',
 => 'Ein kursweiter Fehler ist aufgetreten.',  
      'Currently: Nightly adds: [_1], Nightly drops: [_2]'
    'Analyze Over'  => 'Currently: Nightly adds: [_1], Nightly drops: [_2]',
 => 'Analyse über', # n.t.  
      'OFF'
    'Number of Plots'  => 'OFF',
 => 'Anzahl Plots', #???  
      'ON'
    'none'  => 'ON',
 => 'nichts',  
      'Additions based on classlist changes:'
    'Output as [_1]' # _1: checkbox  => 'Additions based on classlist changes:',
 => 'Ausgabeformat [_1]',  
      'Removals based on classlist changes:'
    'Prepare Report'  => 'Removals based on classlist changes:',
 => 'Bericht erstellen',  
      'Enable'
    'Show problem [_1]' # _1: checkbox  => 'Enable',
 => 'Aufgabe anzeigen [_1]',  
      'Disable'
    'Show correct answers [_1]' # _1: checkbox  => 'Disable',
 => 'Korrekte Antworten anzeigen [_1]',  
      '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.'
    'Show all submissions [_1]' # _1: checkbox  => '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.',
 => 'Alle Einreichungen anzeigen [_1]',  
      'Changes to first and/or last automated enrollment dates'
    'Show problem grading [_1]' # _1: checkbox  => 'Changes to first and/or last automated enrollment dates',
 => 'Aufgabenbewertung anzeigen [_1]',  
      'Currently: First enrollment: [_1], Last enrollment: [_2]'
    'Computing correct answers greatly increasese the amount of time required to prepare a report.'  => 'Currently: First enrollment: [_1], Last enrollment: [_2]',
 => 'Die Berechnung korrekter Antworten erhöht die benötigte Zeit erheblich, um den Bericht zu erstellen.',  
      'Set date of first automated enrollment for registered students'
    'Please select problems and use the [_1]Prepare Report[_2] button to continue.'  => 'Set date of first automated enrollment for registered students',
 => 'Wählen Sie die zu berücksichtigenden Aufgaben aus und klicken Sie anschließend auf den [_1]Bericht erstellen[_2]-Button.',  
      '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'
    'Please select a Survey to analyze'  => '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',
 => 'Wählen Sie eine Umfrage, die analysiert werden soll:',  
      'Set date of last automated enrollment for registered students'
    'There are no survey problems in this course.'  => 'Set date of last automated enrollment for registered students',
 => 'In diesem Kurs sind keine Umfragen enthalten.',  
      '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.'
    'Generate Survey Report'  => '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.',
 => 'Umfragebericht generieren',  
      'Changes to default start and/or end dates for student access'
    'Building text document.'  => 'Changes to default start and/or end dates for student access',
 => 'Erstelle Textdokument.',  
      'Currently: default first access:'
    'Generated on [_1]'  => 'Currently: default first access:',
 => 'Generiert am [_1]',  
      ', default last access:'
    'Your text file'  => ', default last access:',
 => 'Ihre Textdatei',  
      'Set date of first access for registered students added via automated enrollment'
    'Done compiling text file. See link below to download.'  => 'Set date of first access for registered students added via automated enrollment',
 => 'Erstellung der Textdatei abgeschlossen. Verwenden Sie den unten angegebenen Link zum Herunterladen.',  
      'Set date of last access for registered students added via automated enrollment'
    'There is no essay or string response data to output for this survey.'  => 'Set date of last access for registered students added via automated enrollment',
 => 'In dieser Umfrage existieren keine Essay- oder Text-Antwortdaten (essayresponse, stringresponse), die ausgegeben werden könnten.',  
      'Changes to section settings'
    'Building spreadsheet.'  => 'Changes to section settings',
 => 'Erstelle Tabelle.',  
      'Currently no sections of'
    '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.'  => 'Currently no sections of',
 => '[_1]:[_2]-Antworten für [_3] könnten zu lang sein, um in eine Excel-Tabelle reinzupassen.',  
      'are contributing enrollment to the LON-CAPA class roster.'
    'Done compiling spreadsheet. See link below to download.'  => 'are contributing enrollment to the LON-CAPA class roster.',
 => 'Erstellung der Tabelle abgeschlossen. Verwenden Sie den unten angegebenen Link zum Herunterladen.',  
      'Add enrollment from additional sections.'
    'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin'  => 'Add enrollment from additional sections.',
 => 'Wählen Sie eine Sequenz aus der "Sequenzen und Verzeichnisse"-Liste und klicken Sie auf "Diagramm erzeugen", um zu starten.',  
      'Number of new sections to add:'
    'Create Plot'  => 'Number of new sections to add:',
 => 'Diagramm erzeugen',  
      'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course'
    'Start Time:'  => 'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course',
 => 'Startzeit:',  
      'if you have chosen to enable a nightly automated enrollment update.'
    'End Time:'  => 'if you have chosen to enable a nightly automated enrollment update.',
 => 'Endezeit:',  
      'Nightly additions based on classlist changes now'
    'Sender'  => 'Nightly additions based on classlist changes now',
 => 'Absender',  
      'Nightly additions based on classlist changes still'
    'Number'  => 'Nightly additions based on classlist changes still',
 => 'Nummer',  
      'Nightly removals based on classlist changes now'
    'Upload Classlist'  => 'Nightly removals based on classlist changes now',
 => 'Kursteilnehmerliste hochladen',  
      'Nightly removals based on classlist changes still'
    'Semicolon separated values'  => 'Nightly removals based on classlist changes still',
 => 'Durch Semikolons getrennt',  
      'enabled'
    ' with home server '  => 'enabled',
 => ' mit Heimatserver ', # n.t.  
      'disabled'
    'Show Log'  => 'disabled',
 => '查看日志',  
 #=> 'Veränderungs-Protokoll',     'The first date for automated enrollment has been changed'
   => 'The first date for automated enrollment has been changed',
    'Course Document Change Log'  
 => 'Kursressourcen-Veränderungs-Protokoll',     'The last date for automated enrollment has been changed'
   => 'The last date for automated enrollment has been changed',
    'Records'  
 => 'Datensätze',     'The first date for automated enrollment has been left unchanged as'
   => 'The first date for automated enrollment has been left unchanged as',
    'Before'  
 => '以前',     'The last date for automated enrollment has been left unchanged as'
 #=> 'Vorher',  => 'The last date for automated enrollment has been left unchanged as',
   
    'After'     'Currently: Notification:'
 => '以后',  => 'Currently: Notification:',
 #=> 'Nachher',  
      'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?'
    'Current folder/page'  => 'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?',
 => 'Aktuelles Verzeichnis/Seite',  
      'The table below contains a list of Kurs-Koordinators in this course.'
    'Containing phrase'  => 'The table below contains a list of Kurs-Koordinators in this course.',
 => 'Enthält Text:',  
      'username:domain'
    'None'  => '用户名:域',
 => 'nichts',  
      'Course Access'
    'Users'  => 'Course Access',
 => '用户',  
 #=> 'Benutzer',     'Current notification status'
   => 'Current notification status',
   
    'Include parameter types'     'Notification active'
 => 'Parametertypen zeigen',  => 'Notification active',
   
    'Parameter Change Log'     'Notification inactive'
 => 'Parameteränderungs-Protokoll',  => 'Notification inactive',
   
    'Announce'     'Notification?'
 => 'Bekanntmachen',  => 'Notification?',
   
    'Not active anymore'     'Notification of enrollment changes now'
 => 'nicht mehr aktiv',  => 'Notification of enrollment changes now',
   
    'Add to Course Announcements'     'Notification of enrollment changes still'
 => 'Den Kursbekanntmachungen hinzufügen',  => 'Notification of enrollment changes still',
   
    'Username : Domain'     'The following will receive notification if there are any changes in enrollment in LON-CAPA course:'
 => 'Benutzerkennung:Domäne',  => 'The following will receive notification if there are any changes in enrollment in LON-CAPA course:',
   
    'Active'     'as a result of the nightly enrollment check:'
 => 'aktiv',  => 'as a result of the nightly enrollment check:',
   
    'Expired'     'View/Modify Course Settings'
 => 'Abgelaufen',  => 'View/Modify Course Settings',
   
    'Future'     'Course search'
 => 'Zukünftig',  => 'Course search',
   
    'Sort by realm first, then student (group/section)'     'View/Modify Courses'
 => 'Sortierung nach Bereich, dann nach Student (Gruppe/Sektion)',  => 'View/Modify Courses',
   
    'Sort by student (group/section) first, then realm'     'Course details'
 => 'Sortierung nach Student (Gruppe/Sektion), dann nach Bereich',  => 'Course details',
   
    'Shift all dates based on this date'     'Detailed course information:'
 => 'Alle Datumseinträge anhand dieses Datums verschieben',  => 'Detailed course information:',
   
    'Overview Mode'     'Default Access Dates for Students'
 => 'Übersichtsmodus',  => 'Default Access Dates for Students',
   
    'Overview'     'Student Counts'
 => 'Übersicht',  => 'Student Counts',
   
    'Set Parameters'     'Auto-enrollment of[_1]registered students'
 => 'Parameter einstellen',  => 'Auto-enrollment of[_1]registered students',
   
    'Parts'     'Details'
 => 'Aufgabenteile',  => 'Details',
   
    'Section(s)'     'Not enabled'
 => 'Sektion(en)',  => 'Not enabled',
   
    'Group(s)'     'section:'
 => 'Gruppe(n)',  => 'section:',
   
    'Parameter Selection'     'Previous access'
 => 'Parameter-Auswahl',  => 'Previous access',
   
    'Add Selection for...'     'Current access'
 => 'Auswahl hinzufügen für...',  => 'Current access',
   
    'Select Common Only'     'Future access'
 => 'Übliche wählen',  => 'Future access',
   
    'Problem Dates'     'Back to course listing'
 => 'Aufgabendatumsfelder',  => '返回课程目录',
   
    'Content Dates'     'Immediate course roster update'
 => 'Inhaltsdatumsfelder',  => 'Immediate course roster update',
   
    'Discussion Settings'     'There were no new students to add to the course.'
 => 'Diskussions-Einstellungen',  => 'There were no new students to add to the course.',
   
    'Visibilities'     'Back to options page'
 => 'Sichtbarkeit',  => 'Back to options page',
   
    'Part Parameters'     'View/Modify settings for: '
 => 'Aufgabenteil-Parameter',  => 'View/Modify settings for: ',
   
    'For User [_1] or Student/Employee ID [_2] at Domain [_3]'     'Modify quota for group portfolio files'
 => 'Für Benutzer [_1] oder Studenten-/Mitarbeiter-ID [_2] in der Domäne [_3]',  => 'Modify quota for group portfolio files',
   
    'Group Files'     'Display current settings for automated enrollment'
 => '编组文件',  => 'Display current settings for automated enrollment',
 #=> 'Gruppendateien',  
      'Modify institutional code, course owner and/or default authentication'
    "Enter user:domain for User's 'About Me' Page"  => 'Modify institutional code, course owner and/or default authentication',
 => "Geben Sie Benutzerkennung:Domäne für die Über-mich-Seite des gewünschten Benutzers ein:",  
      'Modify course catalog settings for course'
    'No map selected.'  => 'Modify course catalog settings for course',
 => 'Keine Inhaltszusammenstellung gewählt!',  
      'Catalog settings'
    'Most Recent:'  => 'Catalog settings',
 => 'Aktuellste:', # n.t.  
      'Catalog Settings for Course'
    'In Course:'  => 'Catalog Settings for Course',
 => 'Im Kurs:', # n.t.  
      'Visibility in Course/Community Catalog'
    'Use:'  => 'Visibility in Course/Community Catalog',
 => 'Verwende:', # n.t.  
      "Unless excluded, a course/community is listed in this domain's publicly accessible Course/Community Catalog, if at least one of the following applies:"
    'Search LON-CAPA help'  => "Unless excluded, a course/community is listed in this domain's publicly accessible Course/Community Catalog, if at least one of the following applies:",
 => 'Suche in der LON-CAPA-Hilfe',  
      'Auto-cataloging is enabled and the course is assigned an institutional code'
    'Before course enrollment start!'  => 'Auto-cataloging is enabled and the course is assigned an institutional code',
 => 'Liegt VOR Kursbelegungs-Start!',  
      'The course has been categorized into at least one of the course categories defined for the domain.'
    'After course enrollment end!'  => 'The course has been categorized into at least one of the course categories defined for the domain.',
 => 'Liegt NACH Kursbelegungs-Ende!',  
      'Exclude from course catalog'
    'in the past'  => 'Exclude from course catalog',
 => 'liegt in der Vergangenheit',  
      'Categorize Course'
    'in the future'  => 'Categorize Course',
 => 'liegt in der Zukunft',  
      'No categories defined for this domain'
    'Choose'  => 'No categories defined for this domain',
 => 'Übernehmen',  
      'Assign one or more categories to this course.'
    'Title:'  => 'Assign one or more categories to this course.',
 => 'Titel:',  
      '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).'
    'URL:'  => '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).',
 => 'URL:',  
      'Category settings'
    'Course, Portfolio and Catalog Search'  => 'Category settings',
 => 'Katalog-Suche, Portfolio-Suche und Suche im Kurs',  
      'Show/Hide a course in the catalog'
    'ERROR:'  => 'Show/Hide a course in the catalog',
 => 'FEHLER:',  
      'Assign a category to a course'
    'occurred while running'  => 'Assign a category to a course',
 => 'trat auf während der Ausführung von', # n.t.  
      'Set in "Modify Course" (Domain)'
    '(click for example)'  => 'Set in "Modify Course" (Domain)',
 => '(Klicken für Beispiel)',  
      'Set in "Modify Parameters" (Course)'
    'click for example'  => 'Set in "Modify Parameters" (Course)',
 => 'Klicken für Beispiel',  
      'Categories'
    'Re-Enable'  => 'Categories',
 => 'wieder aktivieren',  
      'Add category'
    'Script Functions'  => 'Add category',
 => 'Funktionen in Skripten', # n.t.  
      'Add category:'
    'Image Options'  => 'Add category:',
 => 'Bildoptionen', # n.t.  
      'Add subcategory:'
    'left'  => 'Add subcategory:',
 => 'links',  
      'New:'
    'right'  => 'New:',
 => 'rechts',  
      'Choose a course'
    'TeXwidth (mm):'  => 'Choose a course',
 => 'TeX-Breite (mm):',  
      'Pick action'
    'TeXheight (mm):'  => 'Pick action',
 => 'TeX-Höhe (mm):',  
      'Display settings'
    'TeXwrap:'  => 'Display settings',
 => 'TeX-Umbruch', # n.t., ??? [SB 2007-07-11]  
      'Course settings that control automated enrollment in this LON-CAPA course are currently:'
    'Sorry!'  => 'Course settings that control automated enrollment in this LON-CAPA course are currently:',
 => 'Schade...',  
      'Course setting'
    'Resource not available.'  => 'Course setting',
 => 'Ressource nicht erreichbar.', # n.t.  
      'Modifiable by DC only'
    'Choose file type:'  => 'Modifiable by DC only',
 => 'Dateityp:',  
      'Default authentication parameter'
    'Output of decompress:'  => 'Default authentication parameter',
 => 'Ausgabe des Entpackvorgangs:',  
      'Default authentication method'
    'Decompress complete.'  => 'Default authentication method',
 => 'Entpackvorgang abgeschlossen.',  
      'Date of last automated enrollment'
    'Archive:'  => 'Date of last automated enrollment',
 => 'Archiv:',  
      'Date of first automated enrollment'
    'inflating:'  => 'Date of first automated enrollment',
 => 'entpacke:',  
      'Official course code'
    'Incorrect:'  => 'Official course code',
 => 'Inkorrekt:',  
      'Username:domain of course owner'
    'Correct:'  => 'Username:domain of course owner',
 => 'Korrekt:',  
      'Date of last student access'
    'Correct'  => '学生访问的结束日期',
 => 'Korrekt',  
      'Date of first student access'
    'Pick course first'  => '学生访问的开始日期',
 => 'Erst Kurs auswählen',  
      'Course section number(:LON-CAPA section)'
    'User Information Changed'  => 'Course section number(:LON-CAPA section)',
 => 'Geänderte Benutzerdaten',  
      'Show more details'
    'Changed To'  => '查看更多详情',
 => 'Geändert in',  
      'Public RSS/podcast (subscribe to)'
    'disk space allocated to portfolio files'  => '公共RSS /播客(订阅)',
 => 'Speicherplatz für Portfolio-Dateien',  
      'Course Owner:'
    'You have new messages'  => '课程所有者:',
 => 'Sie haben neue Nachrichten',  
      'Default Authentication method'
    'Destination folder'  => 'Default Authentication method',
 => 'Zielverzeichnis',  
      'Modify settings'
    'Mark Read'  => 'Modify settings',
 => 'Als gelesen kennzeichnen',  
      'Automated Enrollment'
    'Move to Folder ->'  => 'Automated Enrollment',
 => 'Verschiebe in Verzeichnis',  
      'Use the menu on the left to choose an enrollment management task.'
    'Register Response Devices ("Clickers")'  => 'Use the menu on the left to choose an enrollment management task.',
 => 'Antwortgeräte ("Clicker") registrieren',  
      'Result of Changes to Automated Enrollment Settings.'
    'Enter response device ("clicker") numbers'  => 'Result of Changes to Automated Enrollment Settings.',
 => 'Geben Sie die Nummern der Antwortgeräte ("Clicker") ein',  
      'The following automated enrollment parameters have been changed:'
    'Locating your clicker ID'  => 'The following automated enrollment parameters have been changed:',
 => 'Die Clicker-ID ausfindig machen',  
      'now set to'
    'Register Clicker'  => 'now set to',
 => 'Clicker registrieren',  
      'still set to'
    'Register'  => 'still set to',
 => 'Registrieren',  
      'The following automated enrollment parameters remain unchanged:'
    'New Link'  => 'The following automated enrollment parameters remain unchanged:',
 => 'Neues Lesezeichen', # n.t.  
      'Change settings'
    'Refresh'  => 'Change settings',
 => 'Aktualisieren', # n.t.  
      "Student's agreement needed for listing in student-viewable roster"
    'Custom metadata [_1]: '  => "Student's agreement needed for listing in student-viewable roster",
 => 'Eigene Metadaten [_1]: ',  
      'Include link to accessible portfolio files'
    'Question/Comment/Feedback about course content'  => 'Include link to accessible portfolio files',
 => 'Frage/Anmerkung/Feedback zum Kursinhalt',  
      'Print header format'
    'User modify/custom role edit'  => 'Print header format',
 => 'Benutzeraccounts und Rechte verwalten',  
      'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.'
    'User Search'  => 'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.',
 => 'Benutzersuche',  
      'Force all students in the course to use a specific math rendering engine.'
    'to add/modify roles'  => 'Force all students in the course to use a specific math rendering engine.',
 => ', um Rollen hinzuzufügen oder zu ändern',  
      "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference"
    'is'  => "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference",
 => 'ist',  
      'Bridge Task Grading'
    'contains'  => 'Bridge Task Grading',
 => 'enthält',  
      'Classlist Manager'
    'in this domain'  => 'Classlist Manager', # !?!
 => 'in dieser Domäne',  
      'Note for students:'
    'in institutional directory'  => '注意事项:',
 => 'im Institutsverzeichnis',  
      '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.'
    'Domain/institution to search'  => '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.',
 => 'LON-CAPA-Domäne, in der gesucht werden soll',  
      'Please [_1]log in again[_2].'
    'Directory search has not been configured for domain: [_1]'  => '请[_1]重新登录[_2].',
 => 'Die Verzeichnissuche wurde noch nicht für die Domäne [_1] konfiguriert!',  
      'Switching Server ...'
    'permanent e-mail'  => '更换服务器 ...',
 => 'Permanente E-Mail-Adresse',  
      'Already logged in'
    'Set user role'  => '已经登录',
 => 'Benutzerrolle einrichten',  
      'Apply style file: '
    'No exact match found for this username ([_1]) in this domain.'  => 'Apply style file: ',
 => 'Kein exakter Treffer für den Benutzer [_1] in dieser Domäne.',  
      'The problem '
    'No match found for this username ([_1]) in this domain.'  => '问题 ',
 => 'Kein Treffer für den Benutzer [_1] in dieser Domäne.',  
      'Search criteria'
    'Make new user "[_1]"'  => '搜索条件',
 => 'Neuen Benutzer "[_1]" anlegen',  
      'begins with'
    'Edit Course'  => '始于',
 => '编辑课程',  
 #=> 'Kursinhalt einrichten',     'in selected LON-CAPA domain'
   => '在选定的 LON-CAPA-域 ',
    'Choose which items you wish to export from your Course.'  
 => 'Wählen Sie, welche Elemente aus dem Kurs exportiert werden sollen.',     'in institutional directory for selected domain'
   => '在选定的域中的研究所列表',
    'Content items'  
 => 'Inhaltselemente',     'No exact match found for the username ([_1]) in LON-CAPA domain: [_2]'
   => '没有找到完全匹配的用户名([_1] )在LON-CAPA-域:',
    'Discussion posts'  
 => 'Diskussionsbeiträge',     'Creating new account.'
   => '创建新帐户。',
    'Export Course DOCS'  
 => 'Exportieren',     'Report a documentation bug'
   => '报告文件错误 (Englisch)',
    'Download the zip file from'  
 => 'Download ZIP-Datei:',     'You must specify a valid username. Only the following are allowed: letters numbers - . @'
   => '您必须指定一个有效的用户名。只允许以下字符:字母,数字, "-", "." 和 "@"',
    'IMS course archive'  
 => 'IMS-Kursarchiv',     'The following need to be corrected before the search can be run:'
   => '在搜索可以开始之前,下面必须予以纠正:',
    'Export course to IMS content package'  
 => 'Kurselemente nach IMS-Inhaltspaket exportieren',     'You must include some text to search for.'
   => '您必须包括一些要搜寻的文字。',
    'last name, first name'  
 => 'Nachname, Vorname',     "The text you are searching for must contain at least two characters when using a 'begins' type search."
   => "文本搜索必须包含至少有两个字符,当使用的是'开始'类型的搜索。",
    'Select a Template'  
 => 'Auswahl einer Vorlage',     "The text you are searching for must contain at least three characters when using a 'contains' type search."
   => "文字要搜索必须包含至少3个字符时,当使用的是'包含'式的搜索。",
    'Edit custom role'  
 => 'Benutzerdefinierte Benutzerrolle einrichten',     'You must choose a domain when using an institutional directory search.'
   => '您必须选择一个域,当使用的是研究所目录搜索。',
    'Privilege'  
 => 'Berechtigung',     'You must choose a domain when using a domain search.'
   => '您必须选择一个域,当使用域搜索。',
    'Showing users with a name starting with [_1]'  
 => 'Anzeige von Benutzern, deren Name beginnt mit [_1]',     "When using searching by last,first you must include a comma as separator between last name and first name."
   => "When using searching by last,first you must include a comma as separator between last name and first name.",
    'Permanent e-mail address'  
 => 'Permanente E-Mail-Adresse',     "When searching by last,first you must include at least one character in the first name."
   => "When searching by last,first you must include at least one character in the first name.",
    'Permanent e-mail'  
 => 'Permanente E-Mail-Adresse',     'Revoking [_1] in [_2]: [_3]'
   => 'Revoking [_1] in [_2]: [_3]',
    'User [_1] in domain [_2]'  
 => 'Benutzer [_1] in Domäne [_2]',     'Revoking custom role:'
   => 'Revoking custom role:',
    'Result'  
 => 'Ergebnis',     'Deleting [_1] in [_2]: [_3]'
   => 'Deleting [_1] in [_2]: [_3]',
    'Directory search in domain [_1] is not available for the requested search type: "[_2]"'  
 => 'Die Institussuche in der Domäne [_1] ist für den angeforderten Suchtyp "[_2]" nicht verfügbar.',     'Deleting custom role [_1] by [_2] in [_3]'
   => 'Deleting custom role [_1] by [_2] in [_3]',
    "No match found for this username ([_1]) in your institution's directory."  
 => "Kein Treffer im Institutsverzeichnis für den Benutzer [_1].",     'Add to classlist'
   => 'Add to classlist',
    'Setting'  
 => 'Einstellung',     'Re-enabling [_1] in [_2]: [_3]'
   => 'Re-enabling [_1] in [_2]: [_3]',
    'Directory search available?'  
 => 'Verzeichnissuche verfügbar machen?',     'Re-enabling custom role [_1] by [_2] in [_3]: [_4]'
   => 'Re-enabling custom role [_1] by [_2] in [_3]: [_4]',
    'Back to actions menu'  
 => 'Zurück zur Domänen-Konfiguration', # n.t.     'Unknown command'
   => 'Unknown command',
    'Edit action'  
 => 'Aktion',     '[_1] may not be used as the name for a section, as it is a reserved word.'
   => '[_1] may not be used as the name for a section, as it is a reserved word.',
    'Effect'  
 => 'Effekt',     '[_1] may not be used as the name for a section, as it is the name of a course group.'
   => '[_1] may not be used as the name for a section, as it is the name of a course group.',
    'Course / User'  
 => 'Kurs / Benutzer',     'Please [_1]go back[_2] and choose a different section name.'
   => 'Please [_1]go back[_2] and choose a different section name.',
    'deny'  
 => 'verweigern',     'Drop from classlist: [_1]'
   => 'Drop from classlist: [_1]',
    'allow'  
 => 'zulassen',     'Existing Role'
   => 'Existing Role',
    'Delete this rule'  
 => 'Diese Regel löschen',     'Assigning Role to Self'
   => 'Assigning Role to Self', # ???
    'Insert rule above'  
 => 'Regel oberhalb einfügen',     'Invalid search.'
   => 'Invalid search.',
    'Insert rule below'  
 => 'Regel unterhalb einfügen',     'You must enter a search term.'
   => 'You must enter a search term.',
    'Move rule down'  
 => 'Regel nach unten verschieben',     'You must specify a valid domain when searching in a domain or institutional directory.'
   => 'You must specify a valid domain when searching in a domain or institutional directory.',
    'Move rule up'  
 => 'Regel nach oben verschieben',     'You may want to search in the LON-CAPA domain instead of the institutional directory.'
   => 'You may want to search in the LON-CAPA domain instead of the institutional directory.',
    'Warning: It can take up to 1 hour for rights changes to fully propagate.'  
 => 'Achtung: Es kann bis zu einer Stunde dauern, bis alle Rechte-Änderungen vollständig wirken.',     'New users can only be created in the domain to which your current role belongs - [_1].'
   => 'New users can only be created in the domain to which your current role belongs - [_1].',
    'email address'  
 => 'E-Mail-Adresse',     'Institutional directory search is not available in domain: [_1]'
   => 'Institutional directory search is not available in domain: [_1]',
    'Updated'  
 => 'Geändert',     'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.'
   => 'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.',
    'The error occurred on host  [_1]'  
 => 'Der Fehler trat auf dem Host [_1] auf.',     'Institutional directory search in domain: [_1] is not available to your user type: '
   => 'Institutional directory search in domain: [_1] is not available to your user type: ',
    'This error occurred on machine [_1]'  
 => 'Dieser Fehler trat auf Maschine [_1] auf.', # n.t.     'Institutional directory search has not been configured for domain: [_1]'
   => 'Institutional directory search has not been configured for domain: [_1]',
    'Clear all Messages in Subdirectory'  
 => 'Alle Nachrichten im Unterverzeichnis entfernen',     'Institutional directory search in domain: [_1] is not available for searching by "[_2]"'
   => 'Institutional directory search in domain: [_1] is not available for searching by "[_2]"',
    'Task information'  
 => 'Information',     'Institutional directory search in domain: [_1] is not available.'
   => 'Institutional directory search in domain: [_1] is not available.',
    'Automated adds/drops'  
 => 'Automatische Hinzufügungen/Ausschließungen',     'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"'
   => 'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"',
    'Change enrollment dates'  
 => 'Kursbelegungsdaten ändern',     'You may want to broaden your search to a search of the institutional directory for the domain.'
   => 'You may want to broaden your search to a search of the institutional directory for the domain.',
    'Change access dates'  
 => 'Zugriffszeiten ändern',     'You may want to broaden your search to the selected LON-CAPA domain.'
   => 'You may want to broaden your search to the selected LON-CAPA domain.',
    'Notification of changes'  
 => 'Benachrichtigung über Änderungen',     'Pick group first'
   => 'Pick group first',
    'Change crosslistings'  
 => 'Querverweise ändern',     'No login name specified'
   => 'No login name specified',
    'Section settings'  
 => 'Sektions-Einstellungen',     'Invalid login name'
   => 'Invalid login name',
    'Student photo settings'  
 => 'Einstellungen studentischer Fotos',     'Only letters, numbers, periods, dashes, @, and underscores are valid'
   => 'Only letters, numbers, periods, dashes, @, and underscores are valid',
    'Update roster now'  
 => 'Kursteilnehmerliste jetzt aktualisieren',     'For this user, the default quota would be [_1] MB.'
   => 'For this user, the default quota would be [_1] MB.',
    'Update student photos'  
 => 'Studentische Fotos aktualisieren',     "For this user, the default quota would be [_1] MB, as determined by the user's institutional affiliation ([_2])."
   => "For this user, the default quota would be [_1] MB, as determined by the user's institutional affiliation ([_2]).",
    'View students and change type'  
 => 'Studenten betrachten und Typ ändern',     "For this user, the default quota of [_1] MB, is determined by the user's institutional affiliation ([_2])."
   => "For this user, the default quota of [_1] MB, is determined by the user's institutional affiliation ([_2]).",
    'Changes to nightly automated enrollments'  
 => 'Die nächtlichen, automatischen Kursbelegungen ändern',     'in all LON-CAPA domains.'
   => 'in all LON-CAPA domains.',
    'Currently: Nightly adds: [_1], Nightly drops: [_2]'  
 => 'Derzeit: Nächtliche Hinzufügungen: [_1], nächtliche Ausschließungen: [_2]',     'in LON-CAPA domains:'
   => 'in LON-CAPA domains:',
    'OFF'  
 => 'AUS',     'in LON-CAPA domain '
   => '在LON-CAPA域 ',
    'ON'  
 => 'AN',     'Course settings modifiable by [_1] only.'
   => 'Course settings modifiable by [_1] only.',
    'Additions based on classlist changes:'  
 => 'Hinzufügungen aufgrund von Änderungen an der Kursteilnehmerliste:',     'Course Owner'
   => 'Course Owner',
    'Removals based on classlist changes:'  
 => 'Ausschließungen aufgrund von Änderungen an der Kursteilnehmerliste:',     'Username:Domain'
   => '用户名:域',
    'Enable'  
 => 'Aktivieren ',     'Course Activity'
   => 'Course Activity',
    'Disable'  
 => 'Deaktivieren',     'Course Domain'
   => 'Course Domain',
    '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.'  
 => 'Hinweis: Alle Studenten, die manuell durch den Kurs-Koordinator über die Kursbelegungs-Verwaltung hinzugefügt wurden, werden beim nächtlichen Ausschließungsprozess NICHT berücksichtigt, auch wenn die Ausschließungs-Option aktiviert ist.',     'Course Institutional Code'
   => 'Course Institutional Code',
    'Changes to first and/or last automated enrollment dates'  
 => 'Änderungen von Anfangs- und/oder Endedatum der automatischen Kursbelegung',     "Course Owner's Username"
   => "Course Owner's Username",
    'Currently: First enrollment: [_1], Last enrollment: [_2]'  
 => 'Derzeit: Start der automatischen Kursbelegung: [_1], Ende der automatischen Kursbelegung: [_2]',     "Course Owner's Domain"
   => "Course Owner's Domain",
    'Set date of first automated enrollment for registered students'  
 => 'Setzen des Anfangsdatums der automatischen Kursbelegung für registrierte Studenten',     'Course Type'
   => 'Course Type',
    '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'  
 => 'Falls das automatische Hinzufügen und Ausschließen aktiviert ist, wird ab dem Anfangsdatum nächtlich die Kursteilnehmerliste automatisch aktualisiert. Vor diesem Zeitpunkt wird die Kursteilnehmerliste nur Studenten enthalten, die über die manuelle Kursbelegung in LON-CAPA eingetragen wurden.',     'LON-CAPA course ID'
   => 'LON-CAPA course ID',
    'Set date of last automated enrollment for registered students'  
 => 'Setzen des Endedatums der automatischen Kursbelegung für registrierte Studenten',     'None found'
   => 'None found',
    '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.'  
 => 'Falls das automatische Hinzufügen und Ausschließen aktiviert ist, wird bis zum Erreichen des Endedatums nächtlich die Kursteilnehmerliste automatisch aktualisiert.',     'Course settings which only a [_1] may modify.'
   => 'Course settings which only a [_1] may modify.',
    'Changes to default start and/or end dates for student access'  
 => 'Änderungen an dem voreingestellten Anfangs- und/oder Endedatum für studentischen Zugriff',     "Click a 'Select' button to view or modify settings for a [_1] which may only be modified by a [_2] in this domain."
   => "Click a 'Select' button to view or modify settings for a [_1] which may only be modified by a [_2] in this domain.",
    'Currently: default first access:'  
 => 'Derzeit: voreingesteller erste Zugriff:',     'Single user search'
   => 'Single user search',
    ', default last access:'  
 => ', voreingestellter letzter Zugriff:',     'Set enrollment'
   => 'Set enrollment',
    'Set date of first access for registered students added via automated enrollment'  
 => 'Einstellen des Datums für den ersten studentischen Zugriff registrierter Studierender, die über die automatische Kursbelegung hinzugefügt werden',     'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.'
   => 'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.',
    'Set date of last access for registered students added via automated enrollment'  
 => 'Einstellen des Datums für den letzten studentischen Zugriff registrierter Studierender, die über die automatische Kursbelegung hinzugefügt werden',     'Please review the information in "Log-in help" if you are unable to log-in.'
   => 'Please review the information in "Log-in help" if you are unable to log-in.',
    'Changes to section settings'  
 => 'Sektionseinstellungen',     'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.'
   => 'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.',
    'Currently no sections of'  
 => 'Derzeit ist für keine Sektionen des Kurses',     'Getting started guide'
   => 'Getting started guide',
    'are contributing enrollment to the LON-CAPA class roster.'  
 => 'eine Teilnahme an der Kursbelegung eingerichtet.',     '[_1] [_2] [_3] [_4] [_5]m [_6]s ' # "mm dd yyyy hh mi ss" (1:month, 2:day, 3:year, 4:hour, 5:minute, 6:second)
   => '[_1] [_2] [_3] [_4] [_5]m [_6]s ', # => '[_2]. [_1] [_3], [_4]:[_5]:[_6] ', # "dd. mm yyyy, hh:mi:ss" (German date format)
    'Add enrollment from additional sections.'  
 => 'Kursbelegung für weitere Sektionen hinzufügen',     '[_1]Select Date[_2]'
   => '[_1]请选择日期[_2]',
    'Number of new sections to add:'  
 => 'Anzahl hinzuzufügender Sektionen:',     '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.'
   => '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.',
    'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course'  
 => 'Studierende, die in die unten aufgelisteten Sektionen eingeschrieben werden, werden automatisch in die Kursteilnehmerliste des Kurses',     '[_1] to require students to opt-in to listing in the roster (on the roster page).'
   => '[_1] to require students to opt-in to listing in the roster (on the roster page).',
    'if you have chosen to enable a nightly automated enrollment update.'  
 => 'aufgenommen, falls die nächtliche, automatische Kursbelegung aktiviert ist.',     "[_1] for link to each a listing of each student's files."
   => "[_1] for link to each a listing of each student's files.",
    'Nightly additions based on classlist changes now'  
 => 'Nächtliche Hinzufügungen aufgrund von Kursteilnehmerlisten-Änderungen sind jetzt',     '[_1]: student, [_2]: TA, [_3]: instructor'
   => '[_1]: 学生, [_2]: 导师, [_3]: 讲师',
    'Nightly additions based on classlist changes still'  
 => 'Nächtliche Hinzufügungen aufgrund von Kursteilnehmerlisten-Änderungen bleiben weiterhin',     'role:section,role:section,...'
   => 'role:section,role:section,...',
    'Nightly removals based on classlist changes now'  
 => 'Nächtliche Ausschließungen aufgrund von Kursteilnehmerlisten-Änderungen sind jetzt',     '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.'
   => '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.',
    'Nightly removals based on classlist changes still'  
 => 'Nächtliche Ausschließungen aufgrund von Kursteilnehmerlisten-Änderungen bleiben weiterhin',     'supported types'
   => 'supported types',
    'enabled'  
 => 'aktiviert',     '[_1] to send a message only to student, [_2] to send message to student and add record to user information page for instructors. Leave blank to disable.'
   => '[_1] 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.',
    'disabled'  
 => 'deaktiviert',     'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.'
   => 'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.',
    'The first date for automated enrollment has been changed'  
 => 'Das Anfangsdatum der automatischen Kursbelegung wurde geändert auf',     '[_1]: they are allowed (this is the default). [_2]: no, they can only grade their own section.'
   => '[_1]: they are allowed (this is the default). [_2]: no, they can only grade their own section.',
    'The last date for automated enrollment has been changed'  
 => 'Das Endedatum der automatischen Kursbelegung wurde geändert auf',     'Calendar Announcement for '
   => 'Calendar Announcement for ',
    'The first date for automated enrollment has been left unchanged as'  
 => 'Das Anfangsdatum der automatischen Kursbelegung bleibt weiterhin',     'Opening'
   => 'Opening',
    'The last date for automated enrollment has been left unchanged as'  
 => 'Das Endedatum der automatischen Kursbelegung bleibt weiterhin',     'Closing'
   => 'Closing',
    'Currently: Notification:'  
 => 'Derzeit: Benachrichtigung:',     'To add a new user:'
   => 'To add a new user:',
    'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?'  
 => 'Benachrichtigung über Änderungen an der Kursteilnehmerliste durch die nächtliche, automatische Kursbelegung aktivieren?',     "(You can only create new users in your current role's domain - [_1])"
   => "(You can only create new users in your current role's domain - [_1])",
    'The table below contains a list of Kurs-Koordinators in this course.'  
 => 'Liste der Kurs-Koordinatoren in diesem Kurs',     "You are not authorized to create new users in your current role's domain - [_1]."
   => "You are not authorized to create new users in your current role's domain - [_1].",
    'username:domain'  
 => 'Benutzerkennung:Domäne',     "Set 'Domain/institution to search' to: [_1]"
   => "Set 'Domain/institution to search' to: [_1]",
    'Course Access'  
 => 'Kurs-Zugriff',     "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]"
   => "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]",
    'Current notification status'  
 => 'Derzeitiger Benachrichtigungsstatus',     'Provide the proposed username'
   => 'Provide the proposed username',
    'Notification active'  
 => 'Benachrichtigung aktiv',     'Select a user to add/modify roles'
   => 'Select a user to add/modify roles',
    'Notification inactive'  
 => 'Benachrichtigung inaktiv',     "Click 'Search'"
   => "Click 'Search'",
    'Notification?'  
 => 'Benachrichtigen?',     'User Search to add/modify roles'
   => 'User Search to add/modify roles',
    "The table below contains a list of Domänen-Koordinators from this course's domain who are not also Kurs-Koordinators."  
 => "Liste der Domänen-Koordinatoren, die in der Kurs-Domäne liegen, aber nicht zusätzlich Kurs-Koordinatoren sind",  
   # Feedback messages:
    'Notification of enrollment changes now'  
 => 'Benachtrichtigung über Kursbelegungsänderungen ist jetzt',     'You have entered that answer before'
   => '您已经输入了答案',
    'Notification of enrollment changes still'  
 => 'Benachtrichtigung über Kursbelegungsänderungen bleibt weiterhin',     "Computer's answer now shown above."
   => "上面显示的是正确答案。",
    'The following will receive notification if there are any changes in enrollment in LON-CAPA course:'  
 => 'Die folgenden Benutzer erhalten eine Benachrichtigung im Falle von Änderungen der Kursteilnehmerliste durch die automatische Kursbelegung des Kurses',     'You are correct.'
   => '正确答案!',
    'as a result of the nightly enrollment check:'  
 => 'aufgrund des nächtlichen Kursbelegungsabgleichs:',     'You are partially correct.'
   => '部分正确。',
    'View/Modify Course Settings'  
 => 'Kurs-Einstellungen betrachten/ändern',     'Incorrect'
   => '错误',
    'Course search'  
 => 'Kurs-Suche',     'Your receipt no. is [_1]'
   => '您的证明编号是 [_1]',
    'View/Modify Courses'  
 => 'Kurse betrachten/ändern',     'You are excused from the problem.'
   => '你的作业已通过。',
    'Course details'  
 => 'Kursdetails',     'Some extra items were submitted.'
   => 'Some extra items were submitted.',
    'Detailed course information:'  
 => 'Detailierte Kursinformationen:',     'Some items were not submitted.'
   => 'Some items were not submitted.',
    'Default Access Dates for Students'  
 => 'Voreingestellte Zugriffsdaten für Studierende',     'An error occurred while grading your answer.'
   => 'An error occurred while grading your answer.',
    'Student Counts'  
 => 'Anzahl Studierende',     'The submitted answer was too long.'
   => 'The submitted answer was too long.',
    'Auto-enrollment of[_1]registered students'  
 => 'Automatische Kursbelegung[_1]registrierter Studenten',     'This question expects a numeric answer.'
   => 'This question expects a numeric answer.',
    'Details'  
 => 'Details',     'You have provided an invalid ranking.'
   => 'You have provided an invalid ranking.',
    'Not enabled'  
 => 'Nicht aktiviert',     'Please refer to [_1]'
   => 'Please refer to [_1]',
    'section:'  
 => 'Sektion:', # n.t.     'help on ranking problems'
   => 'help on ranking problems',
    'Previous access'  
 => 'In der Vergangenheit liegender Zugriff',     "Submission won't be graded. The type of file submitted is not allowed."
   => "Submission won't be graded. The type of file submitted is not allowed.",
    'Current access'  
 => 'Aktueller Zugriff',     'Submission not graded. Use fewer digits.'
   => 'Submission not graded. Use fewer digits.',
    'Future access'  
 => 'Zukünftiger Zugriff',     'Submission not graded. Use more digits.'
   => 'Submission not graded. Use more digits.',
    'Back to course listing'  
 => '返回课程目录',     'Error in instructor specifed unit. This error has been reported to the instructor.'
 #=> 'Zurück zur Kursübersicht',  => 'Error in instructor specifed unit. This error has been reported to the instructor.',
   
    'Immediate course roster update'     'Unable to interpret units. Computer reads units as "[_1]".'
 => 'Sofortige Aktualisierung der Kursteilnehmerliste',  => 'Unable to interpret units. Computer reads units as "[_1]".',
   
    'There were no new students to add to the course.'     'Incompatible units. No conversion found between "[_1]" and the required units.'
 => 'Es existieren keine Studenten, die neu am Kurs teilnehmen sollen.',  => 'Incompatible units. No conversion found between "[_1]" and the required units.',
   
    'Back to options page'     'Only a number required. Computer reads units of "[_1]".'
 => 'Zurück zum Funktionsauswahlmenü',  => 'Only a number required. Computer reads units of "[_1]".',
   
    'View/Modify settings for: '     'Proper comma separation is required'
 => 'Betrachten/Ändern der Einstellungen für ',  => 'Proper comma separation is required',
   
    'Modify quota for group portfolio files'     'Unable to understand formula'
 => 'Ändern des Speicherplatzes für Gruppen-Portfolio-Dateien',  => 'Unable to understand formula',
   
    'Display current settings for automated enrollment'     'Your submission has been recorded.'
 => 'Anzeige der derzeitigen Einstellungen der automatischen Kursbelegung',  => 'Your submission has been recorded.',
   
    'Modify institutional code, course owner and/or default authentication'     'A draft copy has been saved.'
 => 'Ändern des Institutscodes, des Kurs-Eigentümers und/oder der voreingestellten Authentifizierung',  => 'A draft copy has been saved.',
   
    'Modify course catalog settings for course'     'Nothing submitted.'
 => 'Ändern der Kursübersicht-Einstellungen für diesen Kurs',  => 'Nothing submitted.',
   
    'Catalog settings'     'Unknown message'
 => 'Katalog-Einstellungen',  => 'Unknown message',
   
    'Catalog Settings for Course'     'Returned file(s): [_1]'
 => 'Katalog-Einstellungen für den Kurs',  => 'Returned file(s): [_1]',
   
    'Visibility in Course Catalog'     'Answer Submitted: Your final submission will be graded after the due date.'
 => 'Sichtbarkeit in der Kursübersicht',  => 'Answer Submitted: Your final submission will be graded after the due date.',
   
    "Unless excluded, a course is listed in this domain's publicly accessible course catalog, if at least one of the following applies:"  # --/
 => "Sofern ein Kurs nicht aus der Anzeige in der in dieser Domäne öffentlich zugänglichen Kursübersicht ausgeschlossen wurde, wird er angezeigt, solange mindestens eine der folgenden Einstellungen zutrifft:",  
   
    'Auto-cataloging is enabled and the course is assigned an institutional code'     ' The last submission was after the Due Date '
 => 'Automatische Katalogisierung ist aktiviert und dem Kurs wurde ein institutioneller Code zugewiesen',  => ' The last submission was after the Due Date ',
   
    'The course has been categorized into at least one of the course categories defined for the domain.'     'Submit a file: (only one file can be uploaded)'
 => 'Der Kurs wurde in mindestens eine der Kurskategorien, die für diese Domäne angelegt wurden, eingeordnet.',  => '提交档案: (只允许上传一个文件)',
   
    'Exclude from course catalog'     'OR:'
 => 'Kurs aus Kursübersicht ausschließen',  => '或者:',
   
    'Categorize Course'     'Select Portfolio Files'
 => 'Kurs kategorisieren',  => '选择组合文件',
   
    'No categories defined for this domain'     'Portfolio files previously selected: [_1]'
 => 'In dieser Domäne wurden bisher keine Kategorien angelegt.',  => 'Portfolio files previously selected: [_1]',
   
    'Assign one or more categories to this course.'     "These file(s) don't exist: [_1]"
 => 'Diesem Kurs eine oder mehrere Kategorien zuweisen:',  => "These file(s) don't exist: [_1]",
   
    '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).'     'Previously published version'
 => 'Falls die automatische, auf den institutionellen Codes basierende Katalogisierung in dieser Domäne aktiviert ist, wird ein Kurs weiterhin in der Übersicht der offiziellen Kurse aufgelistet und zusätzlich in einer Liste mit allen manuell zugewiesenen Kategorien angezeigt.',  => 'Previously published version',
   
    'Category settings'     'You do not have privileges to modify the authentication configuration for this user.'
 => 'Kategorie-Einstellungen',  => 'You do not have privileges to modify the authentication configuration for this user.',
   
    'Show/Hide a course in the catalog'     'You do not have privileges to modify the portfolio quota for this user.'
 => 'Anzeigen/Verbergen von Kursen im Kursüberblick',  => 'You do not have privileges to modify the portfolio quota for this user.',
   
    'Assign a category to a course'     'If a change is required, contact a domain coordinator for the domain'
 => 'Einem Kurs eine Kategorie zuweisen',  => 'If a change is required, contact a domain coordinator for the domain',
   
    'Set in "Modify Course" (Domain)'     'with submissions'
 => 'Einstellung in "Kurs einstellen" (Domäne)',  => '带答案',
   
    'Set in "Modify Parameters" (Course)'     'in grading queue'
 => 'Einstellung in "Parameter ändern" (Kurs)',  => '在评估队列中',
   
    'Categories'     'with ungraded submissions'
 => 'Kategorien',  => '未评估的答案',
   
    'Add category'     'with incorrect submissions'
 => 'Kategorie hinzufügen',  => '错误的答案',
   
    'Add category:'     'with any status'
 => 'Kategorie hinzufügen:',  => '任何状态',
   
    'Add subcategory:'     'Default value or none'
 => 'Unterkategorie hinzufügen:',  => '默认值或无',
   
    'New:'     'Floating Point between 1 and 0'
 => 'Neu:',  => '浮点运算的1和0',
   
    'Choose a course'     'Floating point number between zero and one'
 => 'Kurs auswählen',  => 'Floating point number between zero and one',
   
    'Pick action'     'Positive Floating Point'
 => 'Aktion auswählen',  => 'Positive Floating Point',
   
    'Display settings'     'Positive floating point number or zero'
 => 'Einstellungen anzeigen',  => 'Positive floating point number or zero',
   
    'Course settings that control automated enrollment in this LON-CAPA course are currently:'     'Floating Point'
 => 'Derzeitige Einstellungen der automatischen Kursbelegung dieses Kurses:',  => 'Floating Point',
   
    'Course setting'     'Floating point number'
 => 'Kurs-Einstellung',  => 'Floating point number',
   
    'Modifiable by DC only'     'Auto-enrollment settings'
 => 'Nur durch Dom.-Koord. änderbar',  => 'Auto-enrollment settings',
   
    'Default authentication parameter'     'Configuration setting'
 => 'Voreingestellter Authentifizierungsparamater',  => '配置设置',
   
    'Default authentication method'     'Value(s)'
 => 'Voreingestellte Authentifizierungsmetode',  => 'Value(s)',
   
    'Date of last automated enrollment'     'Auto-enrollment active?'
 => 'Endedatum der automatischen Kursbelegung',  => 'Auto-enrollment active?',
   
    'Date of first automated enrollment'     'Access to other pages will be prevented until you have moved the message to your inbox.'
 => 'Anfangsdatum der automatischen Kursbelegung',  => '只有把该邮件移至收件箱才可以访问其他网页。',
   
    'Official course code'     'Access to other pages will be prevented until you have moved all critical messages to your inbox.'
 => 'Offizieller Kurscode',  => '只有把所有的重要邮件移至收件箱才可以访问其他网页。',
   
    'Username:domain of course owner'     'Move to Inbox'
 => 'Benutzerkennung:Domäne des Kurs-Eigentümers',  => '移至收件箱',
   
    'Date of last student access'     'Move to Inbox/Compose reply'
 => 'Endedatum des studentischen Zugriffs',  => '移至收件箱并回复',
   
    'Date of first student access'     'Confirm Receipt'
 => 'Anfangsdatum des studentischen Zugriffs',  => '确认已收到',
   
    'Course section number(:LON-CAPA section)'     'Confirm Receipt and Reply'
 => 'Kurssektionsnummer(:LON-CAPA-Sektionsnummer)',  => '确认已收到并回复',
   
    'Show more details'     'Displaying Critical Messages'
 => 'Mehr Details',  => '显示重要邮件',
   
    'Public RSS/podcast (subscribe to):'     'Confirming Receipt'
 => 'Öffentliches RSS-Feed/Podcast (Einschreibe-Link):',  => '确认已收到',
   
    'Course Owner:'     'Confirmed Receipt'
 => 'Kurs-Eigentümer:',  => '确认已收到',
   
    'Default Authentication method'     'Communicate'
 => 'Voreingestellte Authentifizierungsmethode',  => '通讯',
   
    'Modify settings'     'Replying to a Critical Message'
 => 'Einstellungen speichern',  => '针对重要邮件',
   
    'Automated Enrollment'     'Answer Available'
 => 'Automatische Kursbelegung',  => '答复可用',
   
    'Use the menu on the left to choose an enrollment management task.'     ' to '
 => 'Wählen Sie im Menü links die gewünschte Aktion zur automatischen Kursbelegung.',  => ' 到 ', # ???
   
    'Result of Changes to Automated Enrollment Settings.'     'Event from [_1] to [_2]'
 => 'Ergebnis der Änderungen an den Einstellungen zur automatischen Kursbelegung',  => '活动由 [_1] 至 [_2]',
   
    'The following automated enrollment parameters have been changed:'     '[_1]: [_2] from domain [_3]'
 => 'Die folgenden Parameter der automatischen Kursbelegung wurden geändert:', # n.t.  => '[_1]: [_2] 从域 [_3]',
   
    'now set to'     'The following problems occurred:'
 => 'ist jetzt', # n.t.  => '发生下列问题:',
   
    'still set to'     'Could not initialize [_1] at this time.'
 => 'bleibt weiterhin', # n.t.  => '目前无法初始化[_1]。',
   
    'The following automated enrollment parameters remain unchanged:'     'Please try again.'
 => 'Die folgenden Parameter der automatischen Kursbelegung bleiben unverändert:', # n.t.  => '请再试一次。',
   
    'Change settings'     'in this course'
 => 'Einstellungen ändern',  => '在该课程中',
   
    "Student's agreement needed for listing in student-viewable roster"     'Remove Checked Entries'
 => "Studentisches Einverständnis notwendig, um in der von Studenten einsehbaren Kursteilnehmerliste aufgelistet zu werden",  => '删除选中的条目',
   
    'Include link to accessible portfolio files'     'Modify Student Data'
 => 'Link für erreichbare Portfolio-Dateien einbinden',  => '修改学生资料',
   
    'Print header format'     'First name'
 => 'Kopfbereich beim Druck',  => '名字',
   
    'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.'     'Middle name'
 => 'Platzhalter:<br />[_1]: Name des Studenten, [_2]: Kurs-ID, [_3]: Beurteilungsanmerkung. Eine Zahl hinter dem <tt>%</tt>-Zeichen begrenzt die Feldgröße.',  => '第二个名字',
   
    'Force all students in the course to use a specific math rendering engine.'     'Last name'
 => 'Vorgabe für alle Studenten im Kurs, wie wissenschaftliche Formeln dargestellt werden sollen',  => '姓氏',
   
    '[_1], [_2] (Convert to Images), [_3] (Tex to HTML), or blank for student\'s preference'     'ID'
 => '[_1], [_2] (in Grafik konvertieren), [_3] (Tex-nach-HTML) oder leer lassen für studentische Voreinstellung',  => 'ID/学号',,
   
    'Bridge Task Grading'     'Sending critical message'
 => 'Bewertung von "Bridge Tasks"',  => '发送重要消息',
   
    'Classlist Manager'     'Replying to'
 => 'Automatische Kursbelegung', # !?!  => '回复',
   
    'Note for students:'     'All messages:'
 => 'Hinweis für Studenten:',  => 'All messages:',
   
    '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.'     'Unread messages:'
 => 'Falls Sie einen Kurs Ihrer Einrichtung regulär belegt haben, dieser aber nicht in Ihrer persönlichen LON-CAPA-Kursauswahl (Benutzerrollen) aufgelistet wird, klicken Sie in der unten stehenden Kursübersicht bei dem entsprechenden Kurs auf "Mehr Details". Überprüfen Sie dort die Angaben zum Kursstart und -ende und die Einstellungen der automatischen Kursbelegung.',  => 'Unread messages:',
   
    'Please [_1]log in again[_2].'     'Read messages:'
 => 'Bitte [_1]erneut anmelden[_2].',  => 'Read messages:',
   
    'Switching Server ...'     'Replied to messages:'
 => 'Serverwechsel...',  => 'Replied to messages:',
   
    'Already logged in'     'Forwarded messages:'
 => 'Bereits angemeldet',  => 'Forwarded messages:',
   
    'Apply style file: '     'showing messages [_1] through [_2] of [_3].'
 => 'Styledatei anwenden: ',  => '显示消息[_1]通过[_2]的[_3] 。',
   
    'The problem '     'Broadcast Message'
 => 'Die Aufgabe ',  => '广播消息',
   
    'Search criteria'     'randomly pick [quant,_1,resource]'
 => 'Suchkriterien',  => 'randomly pick [quant,_1,resource]', # => '随机挑选 [quant,_1,resource,resource]',
   
    'begins with'     'contents hidden'
 => 'beginnt mit',  => '隐藏的内容',
   
    'in selected LON-CAPA domain'     'URLs hidden'
 => 'in ausgewählter LON-CAPA-Domäne',  => '隐藏 URLs',
   
    'in institutional directory for selected domain'     'random order'
 => 'im Institutsverzeichnis der ausgewählten Domäne',  => '随机顺序',
   
    'No exact match found for the username ([_1]) in LON-CAPA domain: [_2]'     'Resources in course with version changes since yesterday'
 => 'Kein exakter Treffer für den Benutzer "[_1]" in der LON-CAPA-Domäne [_2]', # n.t.  => '课程中的资源,从昨天起版本的变化',
   
    'Creating new account.'     'Version changes since Yesterday'
 => 'Erzeuge neuen Benutzeraccount...',  => '从昨天起版本的变化',
   
    'Report a documentation bug'     'Resources in course with version changes since last week'
 => 'Fehler in der Dokumentation melden (Englisch)',  => '课程中的资源,从上周起版本的变化',
   
    'You must specify a valid username. Only the following are allowed: letters numbers - . @'     'Version changes since last Week'
 => 'Geben Sie eine gültige Benutzerkennung ein. Nur folgende Zeichen sind erlaubt: Buchstaben, Ziffern, "-", "." und "@"',  => '从上周起版本的变化',
   
    'The following need to be corrected before the search can be run:'     'Resources in course with version changes since last month'
 => 'Folgendes muss korrigiert werden, bevor die Suche gestartet werden kann:',  => '课程中的资源,从上个月起版本的变化',
   
    'You must include some text to search for.'     'Version changes since last Month'
 => 'Sie müssen Text eingeben, nach dem gesucht werden soll.',  => '从上个月起版本的变化',
   
    "The text you are searching for must contain at least two characters when using a 'begins' type search."     'Resources in course with version changes seit start of course'
 => "Der Text, nach dem gesucht werden soll, muss mindestens zwei Zeichen lang sein, wenn die 'beginnt mit'-Option verwendet wird.",  => '课程中的资源,从课程开始起版本的变化',
   
    "The text you are searching for must contain at least three characters when using a 'contains' type search."     'Version changes since start of Course'
 => "Der Text, nach dem gesucht werden soll, muss mindestens drei Zeichen lang sein, wenn die 'enthält'-Option verwendet wird.",  => '从课程开始起版本的变化',
   
    'You must choose a domain when using an institutional directory search.'     'No version changes since yesterday'
 => 'Bei der Suche im Institutsverzeichnis muss eine Domäne ausgewählt sein.',  => '从昨天起版本没有变化',
   
    'You must choose a domain when using a domain search.'     'No version changes since last week'
 => 'Bei der zu durchsuchenden Domäne muss eine Domäne ausgewählt sein.',  => '从上周起版本没有变化',
   
    "When using searching by last,first you must include a comma as separator between last name and first name."     'No version changes since last month'
 => "Bei der Suche mit der Option 'Nachname, Vorname' muss zwischen Vor- und Nachname als Trennzeichen ein Komma stehen.",  => '从上个月起版本没有变化',
   
    "When searching by last,first you must include at least one character in the first name."     'No version changes since start of course'
 => "Bei der Suche mit der Option 'Nachname, Vorname' muss der Vorname mindestens ein Zeichen enthalten.",  => '从课程开始起版本没有变化',
   
    'Revoking [_1] in [_2]: [_3]'     'version changes since yesterday'
 => 'Entziehe Rolle [_1] für [_2]: [_3]',  => '从昨天起版本的变化',
   
    'Revoking custom role:'     'version changes since last week'
 => 'Entziehe benutzerdefinierte Rolle:',  => '从上周起版本的变化',
   
    'Deleting [_1] in [_2]: [_3]'     'version changes since last month'
 => 'Entferne Rolle [_1] für [_2]: [_3]',  => '从上个月起版本的变化',
   
    'Deleting custom role [_1] by [_2]:[_3] in [_4]'     'version changes since start of course'
 => 'Entferne benutzerdefinierte Rolle [_1] von [_2]:[_3] für [_4]',  => '从课程开始起版本的变化',
   
    'Add to classlist'     'Roles for which access to course has expired since yesterday'
 => 'Hinzufügen zur Kursteilnehmerliste',  => '从昨天起该课程过期的角色',
   
    'Re-enabling [_1] in [_2]: [_3]'     'Roles for which access to course has expired since last week'
 => 'Reaktivierung der Rolle [_1] für [_2]: [_3]',  => '从上周起该课程过期的角色',
   
    'Re-enabling custom role [_1] by [_2]@[_3] in [_4] : [_5]'     'Roles for which access to course has expired since last month'
 => 'Reaktivierung der benutzerdefinierten Rolle [_1] von [_2]@[_3] für [_4] : [_5]',  => '从上个月起该课程过期的角色',
   
    'Unknown command'     'Roles for which access to course has expired since start of course'
 => 'Unbekannter Befehl',  => '从课程开始起过期的角色',
   
    '[_1] may not be used as the name for a section, as it is a reserved word.'     'There are no roles which expired since yesterday'
 => '[_1] ist nicht als Sektionsname zulässig, da es sich um ein systemintern-reserviertes Wort handelt.',  => '没有角色从昨天起过期了',
   
    '[_1] may not be used as the name for a section, as it is the name of a course group.'     'There are no roles which expired since last week'
 => '[_1] ist nicht als Sektionsname zulässig, da er bereits als Name einer bestehenden Kursgruppe verwendet wird.',  => '没有角色从上周起过期了',
   
    'Please <a href="javascript:history.go(-1)">go back</a> and choose a different section name.'     'There are no roles which expired since last month'
 => 'Bitte gehen Sie <a href="javascript:history.go(-1)">zurück</a> und wählen Sie einen anderen Sektionsnamen.',  => '没有角色从上个月起过期了',
   
    'Drop from classlist: [_1]'     'There are no roles which expired since start of course'
 => 'Aus Kursteilnehmerliste ausschließen: [_1]',  => '没有角色从课程开始起过期了',
   
    'Existing Role'     'roles which expired since yesterday'
 => 'Bestehende Rolle',  => '从昨天起该课程过期的角色',
   
    'Exisiting Roles'     'roles which expired since last week'
 => 'Bestehende Rollen',  => '从上周起该课程过期的角色',
   
    'Assigning Role to Self'     'roles which expired since last month'
 => 'Assigning Role to Self', # ???  => '从上个月起该课程过期的角色',
   
    'Invalid search.'     'roles which expired since start of course'
 => 'Ungültige Suche.',  => '从课程开始起过期的角色',
   
    'You must enter a search term.'     'Roles for which access to course has become available since yesterday'
 => 'Sie müssen einen Suchbegriff eingeben.',  => '从昨天起分配给该课程的角色',
   
    'You must specify a valid domain when searching in a domain or institutional directory.'     'Roles for which access to course has become available since last week'
 => 'Bei der Domänen- oder Institusverzeichnis-Suche müssen Sie eine gültige Domäne angeben.',  => '从上周起分配给该课程的角色',
   
    'You may want to search in the LON-CAPA domain instead of the institutional directory.'     'Roles for which access to course has become available since last month'
 => 'Anstatt im Institutsverzeichnis könnten Sie alternativ in den LON-CAPA-Domänen suchen.',  => '从上个月起分配给该课程的角色',
   
    'New users can only be created in the domain to which your current role belongs - [_1].'     'Roles for which access to course has become available since start of course'
 => 'Neue Benutzer können nur in der Domäne angelegt werden, in der auch Ihre derzeitige Rolle liegt - [_1].',  => '从课程开始起分配给该课程的角色',
   
    'Institutional directory search is not available in domain: [_1]'     'There are no roles which have become active since yesterday'
 => 'Eine Suche im Institutsverzeichnis ist in der Domäne [_1] nicht verfügbar.',  => '从昨天起没有角色分配给该课程',
   
    'Institutional directory search in domain: [_1] is only allowed for users with a current role in the domain.'     'There are no roles which have become active since last week'
 => 'Eine Suche im Institutsverzeichnis in der Domäne [_1] ist nur für Benutzer erlaubt, die eine aktive Rolle in dieser Domäne haben.',  => '从上周起没有角色分配给该课程',
   
    'Institutional directory search in domain: [_1] is not available to your user type: '     'There are no roles which have become active since last month'
 => 'Eine Suche im Institutsverzeichnis in der Domäne [_1] ist nicht für Ihren Benutzertyp verfügbar: ',  => '从上个月起没有角色分配给该课程',
   
    'Institutional directory search has not been configured for domain: [_1]'     'There are no roles which have become active since start of course'
 => 'Die Suchfunktion im Institutsverzeichnis in der Domäne [_1] ist nicht konfiguriert.',  => '从课程开始起没有角色分配给该课程',
   
    'Institutional directory search in domain: [_1] is not available for searching by "[_2]"'     'roles which have become active since yesterday'
 => 'Eine Suche im Institutsverzeichnis in der Domäne [_1] ist nicht verfügbar für eine Suche nach "[_2]"',  => '从昨天起分配给该课程的角色',
   
    'Institutional directory search in domain: [_1] is not available.'     'roles which have become active since last week'
 => 'Eine Suche im Institutsverzeichnis ist in der Domäne [_1] nicht verfügbar.',  => '从上周起分配给该课程的角色',
   
    'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"'     'roles which have become active since last month'
 => 'Eine Suche im Institutsverzeichnis ist in der Domäne [_1] für den gewünschten Suchtyp "[_2]" nicht verfügbar.',  => '从上个月起分配给该课程的角色',
   
    'You may want to broaden your search to a search of the institutional directory for the domain.'     'roles which have become active since start of course'
 => 'Sie können Ihre Suche auf eine Suche im Institutsverzeichnis der Domäne erweitern.',  => '从课程开始起分配给该课程的角色',
   
    'You may want to broaden your search to the selected LON-CAPA domain.'     'Show all posts'
 => 'Sie können Ihre Suche auf eine Suche in der gewählten LON-CAPA-Domäne erweitern.',  => '查看所有帖子',
   
    'Pick group first'     'to display'
 => 'Erst Gruppe auswählen',  => '显示', # ???
   
    'No login name specified'     'posts previously marked read'
 => 'Kein Loginname angegeben',  => '帖子先前标记为已读',
   
    'Invalid login name'     'previously viewed posts'
 => 'Ungültiger Loginname',  => '先前浏览的帖子',
   
    'Only letters, numbers, periods, dashes, @, and underscores are valid'     'NEW'
 => 'Es sind nur erlaubt: Buchstaben, Ziffern, ".", "@", ,"-", "_"',  => '新的',
   
    'For this user, the default quota would be [_1] Mb.'     'Preferences on what is marked as NEW'
 => 'Für diesen Benutzer würde der voreingestellte Speicherplatz [_1] MB betragen.',  => '偏好,什么将被标记为新',
   
    "For this user, the default quota would be [_1] Mb, as determined by the user's institutional affiliation ([_2])."     'Mark NEW posts no longer new'
 => "Für diesen Benutzer würde der voreingestellte Speicherplatz [_1] MB betragen, beschränkt durch die institutionelle Angliederung ([_2]).",  => '随着新的帖子将不再标记为新',
   
    'For this user, the default quota is [_1] Mb.'     'Sorting/Filtering options'
 => 'Für diesen Benutzer ist der voreingestellte Speicherplatz [_1] MB.',  => '排序/过滤选项',
   
    "For this user, the default quota of [_1] Mb, is determined by the user's institutional affiliation ([_2])."     'Export'
 => "Für diesen Benutzer beträgt der voreingestellte Speicherplatz [_1] MB, beschränkt durch die institutionelle Angliederung ([_2]).",  => '导出',
   
    'in all LON-CAPA domains.'     'Attachments'
 => 'in allen LON-CAPA-Domänen.',  => '附件',
   
    'in LON-CAPA domains:'     'Download the zip file from [_1]Discussion Posting Archive'
 => 'in den LON-CAPA-Domänen:',  => '下载zip档案由[_1]讨论发布档案',
   
    'in LON-CAPA domain '     'The following errors occurred during export - [_1]'
 => 'in LON-CAPA-Domäne ',  => 'The following errors occurred during export - [_1]',
   
    'Course settings modifiable by [_1] only.'     '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.'
 => 'Kurs-Einstellungen, die nur durch einen [_1] änderbar sind',  => '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.',
   
    'Course Owner'     '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.'
 => 'Kurs-Eigentümer',  => '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.',
   
    'Username:Domain'     'Make Visible'
 => 'Benutzerkennung:Domäne',  => '显示',
   
    'Course Activity'     'Mark unread'
 => 'Letzte Kursaktivität',  => 'Mark unread',
   
    'Course Domain'     'Mark read'
 => 'Kurs-Domäne',  => 'Mark read',
   
    'Course Institutional Code'     'This post has been edited by the author.'
 => 'Kurs-Instituts-Code',  => 'This post has been edited by the author.',
   
    "Course Owner's Username"     'Display all versions'
 => "Benutzerkennung des Kurs-Eigentümers",  => 'Display all versions',
   
    "Course Owner's Domain"     'Earlier version(s) were posted on: '
 => "Domäne des Kurs-Eigentümers",  => 'Earlier version(s) were posted on: ',
   
    'Course Type'     'You do not have privileges to view all versions of posts.'
 => 'Kurstyp',  => 'You do not have privileges to view all versions of posts.',
   
    'LON-CAPA course ID'     'Please select a different role.'
 => 'LON-CAPA-Kurs-ID',  => 'Please select a different role.',
   
    'None found'     'Error copying file attachment - [_1] to IMS package'
 => 'Keine Treffer',  => 'Error copying file attachment - [_1] to IMS package',
   
    'Course settings which only a [_1] may modify.'     'Error copying file attachment - [_1] to IMS package: '
 => 'Kurs-Einstellungen, die nur ein [_1] ändern kann.',  => 'Error copying file attachment - [_1] to IMS package: ',
   
    "Click a 'Select' button to view or modify settings for a [_1] which may only be modified by a [_2] in this domain."     'Re: '
 => "Klicken Sie auf den Auswahl-Button eines [_1], um die Einstellungen für diesen [_1] zu betrachten oder zu ändern, die nur durch einen [_2] in dieser Domäne geändert werden können.",  => 'Re: ',
   
    'Single user search'     'Please select a feedback type.'
 => 'Suche einzelner Student',  => 'Please select a feedback type.',
   
    'Set enrollment'     'Sorry, no feedback possible on this resource ...'
 => 'Kursbelegung einstellen',  => 'Sorry, no feedback possible on this resource ...',
   
    'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.'     'Error sending message to [_1], no user specified.'
 => 'Bitte schauen Sie zunächst in die "Login-Hilfe" und in die "Kurzeinleitung für Studierende", falls Sie sich nicht anmelden können.',  => 'Error sending message to [_1], no user specified.',
   
    'Please review the information in "Log-in help" if you are unable to log-in.'     'Error sending message to [_1], no domain specified.'
 => 'Bitte schauen Sie zunächst in die "Login-Hilfe", falls Sie sich nicht anmelden können.',  => 'Error sending message to [_1], no domain specified.',
   
    'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.'     'Error sending message to'
 => 'Wenn sich damit die Probleme nicht lösen lassen, dann können Sie das Formular auf dieser Seite ausfüllen und eine Anfrage an das Helpdesk schicken.',  => 'Error sending message to',
   
    'Getting started guide'     'Not registered'
 => 'Kurzeinleitung für Studierende',  => '未注册', # ???
   
    '[_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)     'Editing not permitted'
 => '[_2]. [_1] [_3], [_4]:[_5]:[_6] ', # "dd. mm yyyy, hh:mi:ss"  => '不允许编辑',
   
    '[_1]Select Date[_2]'     'Marked postings read/unread'
 => '[_1]Datum auswählen[_2]',  => '标记贴子为已读/未读',
   
    '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.'     'Changed sort/filter'
 => '[_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.',  => '改变排序/过滤器',
   
    '[_1] to require students to opt-in to listing in the roster (on the roster page).'     'Changed display status'
 => '[_1], um Notwendigkeit des studentischen Einverständnisses zu aktivieren.',  => '改变显示状态',
   
    '[_1] for link to each a listing of each student\'s files.'     'Deletion not permitted'
 => '[_1] zum Einbinden von Links zu jeder Liste mit den Dateien eines jeden Studenten.',  => '不允许删除',
   
    '[_1]: student, [_2]: TA, [_3]: instructor'     'Changed discussion status'
 => '[_1]: Student, [_2]: Tutor, [_3]: Dozent',  => '讨论的状态已更改',
   
    'role:section,role:section,...'     'Added to my course blog'
 => 'Rolle:Sektion,Rolle:Sektion,...',  => '添加到我的课程博客',
   
    '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.'     'Back to previous page'
 => 'Beispiel: "<tt>st:001,st:002,in,cc</tt>" würde Studenten in den Sektionen 001 und 002, Dozenten und Kurs-Koordinatoren in beliebigen Sektionen erlauben, ihre Beiträge zu editieren.',  => '返回前一页',
   
    'supported types'     'Go to previous page'
 => 'Unterstützte Formate',  => '返回前一页',
   
    '[_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.'     'Return to previous page'
 => '[_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.',  => '返回前一页',
   
    'Instructors and TAs in sections, when grading bridge tasks, should be allowed to grade other sections.'     'Untitled resource'
 => 'Wenn Dozenten und Tutoren bestimmter Sektionen "Bridge tasks" bewerten, auch die Bewertung anderer Sektionen erlauben.',  => '资源没有标题',
   
    '[_1]: they are allowed (this is the default). [_2]: no, they can only grade their own section.'     'Discussion display options'
 => '[_1]: erlauben (voreingestellt). [_2]: nur eigene Sektion.',  => '讨论显示选项',
   
    'Calendar Announcement for '     'Preferences can be set for this discussion that determine ....'
 => 'Kalender-Ankündigung für den Kurs ',  => '这个讨论可以设置使用偏好',
   
    'Opening'     'Which posts are displayed when you display this discussion board or resource, and'
 => 'Start',  => '哪些讨论将被显示在您的公告栏或资源里',
   
    'Closing'     'Under what circumstances posts are identified as "NEW", and'
 => 'Ende',  => '在什么情况下讨论被确定为“新”',
   
    'To add a new user:'     'Whether individual posts can be marked as read/unread'
 => 'Um einen neuen Benutzer hinzuzufügen...:',  => '个别帖子是否可以被标记为已读/未读',
   
    "(You can only create new users in your current role's domain - [_1])"     'Posts not marked read'
 => "(Neue Benutzer können nur in der Domäne Ihrer derzeitigen Benutzerrolle erzeugt werden - [_1])",  => '讨论没有标记为已读',
   
    "You are not authorized to create new users in your current role's domain - [_1]."     'New posts cease to be identified as "NEW"?'
 => "Sie sind nicht berechtigt, neue Benutzer in der Domäne Ihrer derzeitigen Benutzerrolle anzulegen - [_1].",  => '新的讨论不再被标识为“新”?',
   
    "Set 'Domain/institution to search' to: [_1]"     'Option to mark each post as read/unread?'
 => "Setzen Sie die Domäne, in der gesucht werden soll, auf [_1]",  => '选择帖子标记为已读/未读?',
   
    "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]"     'Shown'
 => "Setzen Sie 'Suchkriterien' auf [_1]Benutzerkennung ist ..... in ausgewählter LON-CAPA-Domäne[_2]",  => '显示',
   
    'Provide the proposed username'     'Not shown'
 => 'Geben Sie die gewünschte Benutzerkennung ein',  => '不显示',
   
    'Select a user to add/modify roles'     'Discussion options'
 => 'Wählen Sie einen Benutzer, für den Sie Rollen oder Berechtigungen ändern bzw. hinzufügen möchten',  => '论坛选项',
   
    "Click 'Search'"     'Set options that control the sort order of posts, and/or which posts are displayed.'
 => "Klicken Sie auf 'Suchen'",  => 'Set options that control the sort order of posts, and/or which posts are displayed.',
 #=> "Klicken Sie auf 'Suchen'",  
      'Sort order'
   => '排序顺序',
    'User Search to add/modify roles'  
 => 'Benutzersuche zum Hinzufügen/Ändern von Rollen oder Berechtigungen',     'Date order - oldest first'
   => '按日期顺序 - 最老的优先',
   
 # Feedback messages:     'Date order - newest first'
   => '按日期顺序 - 最新的优先',
    'You have entered that answer before'  
 => 'Sie hatten diese Antwort bereits eingegeben',     'Threaded'
   => '按帖子', # ???
    "Computer's answer now shown above."  
 => "Die als richtig hinterlegte Antwort wird oben angezeigt.",     'By subject'
   => '按主题',
    'You are correct.'  
 => 'Korrekt!',     'By domain and username'
   => '按域名和用户名',
    'You are partially correct.'  
 => 'Teilweise korrekt.',     'By last name, first name'
   => '按姓氏,名字',
    'Incorrect'  
 => 'Inkorrekt',     'Specific role status'
   => '具体角色的状态',
    'Your receipt is [_1]'  
 => 'Ihr Nachweis ist [_1]',     'Roles of any status'
   => '任意的角色',
    'You are excused from the problem.'  
 => 'Die Aufgabe ist Ihnen erlassen worden.',     'Only active roles'
   => '只有现在的角色',
    'Some extra items were submitted.'  
 => 'Es wurden zuviele Antwortelemente angegeben.',     'Only past roles'
   => '只有过去的角色',
    'Some items were not submitted.'  
 => 'Die Fragen wurden nicht vollständig beantwortet.',     'Only future roles'
   => '只有未来的角色',
    'An error occurred while grading your answer.'  
 => 'Während der Bewertung Ihrer Antwort ist ein Fehler aufgetreten.',     'Specific user roles'
   => '特定的用户角色',
    'The submitted answer was too long.'  
 => 'Ihre Antwort ist zu lang.',     'All roles'
   => '所有角色',
    'This question expects a numeric answer.'  
 => 'Eine numerische Antwort ist gefragt.',     'Students'
   => '学生',
    'You have provided an invalid ranking.'  
 => 'Die eingebene Rangordnung ist ungültig.',     'Course Coordinators'
   => '课程协调员',
    'Please refer to [_1]'  
 => 'Hilfe erhalten Sie unter [_1]',     'Instructors'
   => '讲师',
    'help on ranking problems'  
 => 'Hilfe zu Rangordnungs-Aufgaben',     'TAs'
   => '辅导员',
    'Submission won\'t be graded. The type of file submitted is not allowed.'  
 => 'Ihre Antwort wurde nicht gewertet. Der Dateityp ist nicht erlaubt.',     'Exam proctors'
   => '监考老师',
    'Submission not graded. Use fewer digits.'  
 => 'Ihre Antwort wurde nicht gewertet. Verwenden Sie weniger Dezimalstellen.',     'Custom role defined by [_1].'
   => 'Custom role defined by [_1].', # '自定义角色',
    'Submission not graded. Use more digits.'  
 => 'Ihre Antwort wurde nicht gewertet. Verwenden Sie mehr Dezimalstellen.',     'Custom role [_1][_2]defined by [_3]' # _2: <br />
   => 'Custom role [_1][_2]defined by [_3]', # '自定义角色',
    'Error in instructor specifed unit. This error has been reported to the instructor.'  
 => 'Es liegt ein Fehler in der vom Dozenten vorgegebenen Einheit vor. Der Fehler wurde an den Dozenten gemeldet.',     'Specific sections'
   => '具体章节',
    'Unable to interpret units. Computer reads units as "[_1]".'  
 => 'Einheiten können nicht ausgewertet werden. Computer versteht Einheiten als "[_1]".',     'Specific groups'
   => '特定组',
    'Incompatible units. No conversion found between "[_1]" and the required units.'  
 => 'Inkompatible Einheiten. Keine Umrechnungsmöglichkeit zwischen "[_1]" und der benötigten Einheit gefunden.',     'Pick specific users (by name)'
   => '选择特定的用户 (姓)',
    'Only a number required. Computer reads units of "[_1]".'  
 => 'Als Eingabe ist nur eine Zahl zulässig. Der Computer interpretiert Ihre Eingabe so, als wollten Sie die Einheit "[_1]" verwenden.',     'Show a list of current posters'
   => 'Show a list of current posters',
    'Proper comma separation is required'  
 => 'Eine ordentliche Trennung durch Kommata ist erforderlich.',     'So far, no data has been returned for your request'
   => '到现在为止,您的查询没有返回任何数据。',
    'Unable to understand formula'  
 => 'Der eingegebene Ausdruck kann nicht ausgewertet werden',     'Select a user'
   => '选择一个用户',
    'Your submission has been recorded.'  
 => 'Ihre Antwort wurde gespeichert.',     'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.'
   => 'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.',
    'A draft copy has been saved.'  
 => 'Ihr Entwurf wurde gespeichert.',     'photo'
   => '图片',
    'Nothing submitted.'  
 => 'Es wurde nichts eingereicht.',     'Critical Message'
   => '重要邮件',
    'Unknown message'  
 => 'Unbekannte Meldung',     'Display a Message'
   => '显示邮件',
    'Returned file(s): [_1]'  
 => 'Zurückgelieferte Datei(en): [_1]',     'Back to Folder Display'
   => '返回文件夹列表',
    'Answer Submitted: Your final submission will be graded after the due date.'  
 => 'Antwort eingereicht. Die Daten werden nach dem Fälligkeitsdatum ausgewertet.',     'Currently available actions (will open extra window):'
   => '目前可采取的行动 (在新窗口中打开):',
 # --/  
      'There are no unread messages in this folder.'
   => '在此文件夹中没有未阅读邮件。',
    ' The last submission was after the Due Date '  
 => ' Die letzte Einreichung erfolgte nach dem Fälligkeitsdatum ',     'There are no read messages in this folder'
   => '在此文件夹中没有已阅读邮件。',
    'Submit a file: (only one file can be uploaded)'  
 => 'Datei einreichen: (Es kann nur eine Datei hochgeladen werden)',     'There are no forwarded messages in this folder.'
   => '在此文件夹中没有转发的邮件。',
    'OR:'  
 => 'ODER:',     'You have not replied to any messages in this folder.'
   => '在此文件夹中您没有需要回答的邮件。',
    'Select Portfolio Files'  
 => 'Auswahl Portfolio-Dateien',     'There are no messages in this folder.'
   => '空文件夹', # Empty Folder
    'Portfolio files previously selected: [_1]'  
 => 'Zuvor ausgewählte Portfolio-Dateien: [_1]',     'Cc:'
   => '抄送:',
    "These file(s) don't exist: [_1]"  
 => "Diese Datei(en) existieren nicht: [_1]",     'Bcc:'
   => '密送:',
    'Previously published version'  
 => 'Zuvor veröffentlichte Version',     'Bcc'
   => '密送',
    'You do not have privileges to modify the authentication configuration for this user.'  
 => 'Sie haben nicht die Berechtigung, die Authentifizierungs-Konfiguration dieses Benutzers zu ändern.',     'Retrieve discussion and message records'
   => '检索讨论和信息记录',
    'You do not have privileges to modify the portfolio quota for this user.'  
 => 'Sie haben nicht die Berechtigung, den Portfolio-Speicherplatz dieses Benutzers zu ändern.',     'New Record (record is visible to course faculty and staff)'
   => '新记录 (只有课程管理者和工作人员可见):',
    'If a change is required, contact a domain coordinator for the domain'  
 => 'Falls notwendig, kontaktieren Sie einen Domänen-Koordinator der Domäne',     'Post this Record'
   => '保存',
    'with submissions'  
 => 'mit Antworten',     'Revise your search criteria for this domain'
   => 'Revise your search criteria for this domain',
    'in grading queue'  
 => 'in Bewertungs-Warteschlange',     'Metadata Modified'
   => 'Metadata Modified',
    'with ungraded submissions'  
 => 'mit unbewerteten Antworten',     'Use of LON-CAPA requires Javascript to be enabled in your web browser.'
   => 'Use of LON-CAPA requires Javascript to be enabled in your web browser.',
    'with incorrect submissions'  
 => 'mit inkorrekten Antworten',     'As this is not the case, most functionality in the system will be unavailable.'
   => 'As this is not the case, most functionality in the system will be unavailable.',
    'with any status'  
 => 'mit beliebigem Status',     "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested filename."
   => "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested filename.",
    'Default value or none'  
 => 'Voreingestellt oder nichts',     'Directory'
   => '目录',
    'Floating Point between 1 and 0'  
 => 'Gleitkommazahl zwischen 0 und 1',     'Only empty directories may be deleted.'
   => '只有空的目录可以被删除。',
    'Floating point number between zero and one'  
 => 'Gleitkommazahl zwischen Null und Eins',     'You must delete the contents of the directory first.'
   => '您必须首先删除目录中的内容。',
    'Positive Floating Point'  
 => 'Positive Gleitkommazahl',     'Cannot delete non-obsolete published file'
   => 'Cannot delete non-obsolete published file',
    'Positive floating point number or zero'  
 => 'Positive Gleitkommazahl oder Null',     'Must not include'
   => 'Must not include',
    'Floating Point'  
 => 'Gleitkommazahl',     'Name of new file is the same as name of old file'
   => 'Name of new file is the same as name of old file',
    'Floating point number'  
 => 'Gleitkommazahl',     'no action taken'
   => 'no action taken',
    'Auto-enrollment settings'  
 => 'Einstellungen für automatische Kursbelegungen',     'copy metadata error'
   => 'copy metadata error',
    'Configuration setting'  
 => 'Konfigurations-Einstellung', # n.t.     'No New filename specified'
   => 'No New filename specified',
    'Value(s)'  
 => 'Wert(e)', # n.t.     'Warning: a published problem of this name exists.'
   => 'Warning: a published problem of this name exists.',
    'Auto-enrollment active?'  
 => 'Automatische Kursbelegung aktivieren?',     'Warning: a published library of this name exists.'
   => 'Warning: a published library of this name exists.',
    'Access to other pages will be prevented until you have moved the message to your inbox.'  
 => 'Zugriff auf andere Seiten wird erst ermöglicht, wenn Sie diese Nachricht in Ihren Posteingang verschoben haben.',     'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.'
   => 'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.',
    'Access to other pages will be prevented until you have moved all critical messages to your inbox.'  
 => 'Zugriff auf andere Seiten wird erst ermöglicht, wenn Sie alle wichtigen Nachrichen in Ihren Posteingang verschoben haben.',     'Cannot change MIME type of a directory'
   => 'Cannot change MIME type of a directory',
    'Move to Inbox'  
 => 'In Posteingang verschieben',     'Cannot rename or move non-obsolete published file'
   => 'Cannot rename or move non-obsolete published file',
    'Move to Inbox/Compose reply'  
 => 'In Posteingang verschieben und antworten',     'Change discussion display'
   => 'Change discussion display',
    'Confirm Receipt'  
 => 'Empfang bestätigen',     'Choose whether or not to display a count of the number of new posts for each resource or discussion board which has unread posts.'
   => 'Choose whether or not to display a count of the number of new posts for each resource or discussion board which has unread posts.',
    'Confirm Receipt and Reply'  
 => 'Empfang bestätigen und antworten',     "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds."
   => "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds.",
    'Displaying Critical Messages'  
 => 'Anzeige wichtiger Nachrichten',     'Currently set to [_1].'
   => '当前设置为 [_1].',
    'Confirming Receipt'  
 => 'Empfang bestätigen',     'Change to [_1]'
   => '改变为 [_1]',
    'Confirmed Receipt'  
 => 'Empfang bestätigt',     'No change'
   => '无变化',
    'Communicate'  
 => '通讯',     'Count unread posts in discussions display set to [_1]'
 #=> 'Kommunikation',  => '未读讨论计数显示设置为 [_1]',
   
    'Replying to a Critical Message'     'Groups Manager'
 => 'Antwort auf wichtige Nachricht',  => '组管理',
   
    'Answer Available'     'Group access start and end dates'
 => 'Antwort verfügbar',  => '组访问开始和结束日期',
   
    ' to '     'None available'
 => ' bis ', # ???  => '无可用',
   
    'Event from [_1] to [_2]'     'There are no active, future or previous group members to modify.'
 => 'Veranstaltung von [_1] bis [_2]',  => 'There are no active, future or previous group members to modify.',
   
    '[_1]: [_2] from domain [_3]'     'Members to delete or expire'
 => '[_1]: Aus der Domäne [_3] [_2]',  => '成员身份到期或将被删除',
   
    'The following problems occurred:'     'To be deleted'
 => 'Die folgenden Probleme traten auf:',  => '将删除的',
   
    'Could not initialize [_1] at this time.'     'To be expired'
 => 'Initialisierung von [_1] war nicht möglich.',  => '期满',
   
    'Please try again.'     'No members to be deleted or expired from the group.'
 => 'Bitte versuchen Sie es noch einmal.',  => 'No members to be deleted or expired from the group.',
   
    'Please try again'     'Files: [_1]'
 => 'Bitte versuchen Sie es noch einmal',  => '文件: [_1]',
   
    'Enrolling [_1] : [_2]'     'Folders: [_1]'
 => '[_1]:[_2] wird in den Kurs aufgenommen',  => '文件夹: [_1]',
   
    'in this course'     'Choose Task'
 => 'in diesem Kurs',  => '选择行动',
   
    'Remove Checked Entries'     'Modify default group settings'
 => 'Ausgewählte Einträge entfernen',  => '修改默认组设置',
   
    'Modify Student Data'     'Modify access, tools and/or privileges for previous, future, or current members'
 => 'Studentische Daten ändern',  => '修改组成员访问,工具和权限',
   
    'First name'     'Add member(s) to the group'
 => 'Vorname',  => '添加组成员',
   
    'Middle name'     'Group Settings'
 => 'Zweiter Vorname',  => '组设定',
   
    'Last name'     'Modify/Delete Members'
 => 'Nachname',  => '修改/删除会员',
   
    'ID'     'Current Tool Set'
 => 'ID/Matrikelnummer',  => '目前的工具集',
   
    'Sending critical message'     'Change Privileges'
 => 'Sende wichtige Nachricht an',  => '更改权限',
   
    'Replying to'     'Membership Mapping'
 => 'Antwort an',  => '会员推荐',
   
    '<b>[_1] messages</b>: showing messages [_2] through [_3] of [_4].'     'Group name, title and available collaborative tools'
 => '<b>Nachrichten ([_1])</b>: Anzeige der Nachrichten [_2] bis [_3] von insgesamt [_4]',  => '组名称,所有权和使用协作工具',
   
    'Broadcast Message'     'Letters, numbers and underscore only'
 => 'Broadcast-Nachricht',  => '只有字母,数字和下划线',
   
    'contents hidden'     'Discussion boards'
 => 'Inhalte verborgen',  => '论坛',
   
    'Resources in course with version changes since yesterday'     'E-mail'
 => 'Ressourcen im Kurs mit Versionsänderungen seit gestern',  => 'E-mail',
   
    'Version changes since Yesterday'     'File Repository'
 => 'Versionsänderungen seit gestern',  => '档案库',
   
    'Resources in course with version changes since last week'     'Group home page'
 => 'Ressourcen im Kurs mit Versionsänderungen seit letzter Woche',  => '组首页',
   
    'Version changes since last Week'     'Membership Roster'
 => 'Versionsänderungen seit letzter Woche',  => '会员名册',
   
    'Resources in course with version changes since last month'     'Granularity:'
 => 'Ressourcen im Kurs mit Versionsänderungen seit letztem Monat',  => '細微性:',
   
    'Version changes since last Month'     'Different subsets of the chosen collaborative tools for different group members?'
 => 'Versionsänderungen seit letztem Monat',  => '不同的组成员选择不同的协作工具?',
   
    'Resources in course with version changes seit start of course'  #   'Disk quota: '
 => 'Ressourcen im Kurs mit Versionsänderungen seit Kursbeginn',  #=> '磁盘配额: ',
   
    'Version changes since start of Course'     'Disk quota'
 => 'Versionsänderungen seit Kursbeginn',  => '磁盘配额',
   
    'No version changes since yesterday'     'If you enable the group portfolio for the group, allocate a disk quota.'
 => 'Keine Versionsänderungen seit gestern',  => 'If you enable the group portfolio for the group, allocate a disk quota.', # '如果您对组启用了文件存放,请分配磁盘配额:',
   
    'No version changes since last week'     '[_1] MB'
 => 'Keine Versionsänderungen seit letzter Woche',  => '[_1] MB',
   
    'No version changes since last month'     'A total of [_1] MB can be divided amongst all groups in the course, and [_2] MB are currently unallocated.'
 => 'Keine Versionsänderungen seit letztem Monat',  => '该课的所有组共有 [_1] MB 可分,[_2] MB 目前未被分配。',
   
    'No version changes since start of course'     'Default start and end dates for group access'
 => 'Keine Versionsänderungen seit Kursbeginn',  => '默认情况下组访问的开始和结束日期',
   
    'version changes since yesterday'     'Start:'
 => 'Versionsänderungen seit gestern',  => '开始:',
   
    'version changes since last week'     'End:'
 => 'Versionsänderungen seit letzter Woche',  => '结束:',
   
    'version changes since last month'     'Error: invalid course domain or number - group folder creation failed.'
 => 'Versionsänderungen seit letztem Monat',  => '错误:无效的课程或域号码。建立了组列表失败。',
   
    'version changes since start of course'     'Course Groups'
 => 'Versionsänderungen seit Kursbeginn',  => '课程组',
   
    'Roles for which access to course has expired since yesterday'     'Non-standard course - folder for all groups not added.'
 => 'Seit gestern in diesem Kurs abgelaufene Rollen',  => '非标准课程 - 所有组的文件夹不会增加。',
   
    'Roles for which access to course has expired since last week'     'Build a list of users for selection of group members'
 => 'Seit letzter Woche in diesem Kurs abgelaufene Rollen',  => '从组成员里选择来建立一个用户列表',
   
    'Roles for which access to course has expired since last month'     'Group membership selection list criteria:'
 => 'Seit letztem Monat in diesem Kurs abgelaufene Rollen',  => '组成员名单选择标准:',
   
    'Roles for which access to course has expired since start of course'     'Pick the criteria to use to build a list of course users from which you will select '
 => 'Seit Beginn des Kurses in diesem Kurs abgelaufene Rollen',  => '选择的标准的使用来建立一个名单,您将选择',
   
    'There are no roles which expired since yesterday'     'members of the new group.'
 => 'Keine Rollen, die in diesem Kurs seit gestern abgelaufen sind',  => '新的组成员。',
   
    'There are no roles which expired since last week'     'If you do not wish to add members when you first create the group, there is no need to pick any criteria.'
 => 'Keine Rollen, die in diesem Kurs seit letzter Woche abgelaufen sind',  => '如果您创建的组不想立即要添加成员,就没有必要选择任何标准。',
   
    'There are no roles which expired since last month'     '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.'
 => 'Keine Rollen, die in diesem Kurs seit letztem Monat abgelaufen sind',  => '随后的步骤将自动添加/删除组成员,也可以让您指定所引发指定用户角色和第的过程中。这是通过指定的用户角色和在课程中章节<i>变化</i>被触发的。',
   
    'There are no roles which expired since start of course'     'Access types'
 => 'Keine Rollen, die in diesem Kurs seit Kursbeginn abgelaufen sind',  => '访问类型',
   
    'roles which expired since yesterday'     'Currently has access'
 => 'seit gestern in diesem Kurs abgelaufene Rollen',  => '目前已获得',
   
    'roles which expired since last week'     'Will have future access'
 => 'seit letzter Woche in diesem Kurs abgelaufene Rollen',  => '今后将有机会',
   
    'roles which expired since last month'     'Previously had access'
 => 'seit letztem Monat in diesem Kurs abgelaufene Rollen',  => '曾获得',
   
    'roles which expired since start of course'     'Course roles'
 => 'seit Beginn des Kurses in diesem Kurs abgelaufene Rollen',  => '课程角色',
   
    'Roles for which access to course has become available since yesterday'     'Course sections'
 => 'Seit gestern diesem Kurs zugeteilte Rollen',  => '课程章节',
   
    'Roles for which access to course has become available since last week'     'all sections'
 => 'Seit letzter Woche diesem Kurs zugeteilte Rollen',  => '所有章节',
   
    'Roles for which access to course has become available since last month'     'no section'
 => 'Seit letztem Monat diesem Kurs zugeteilte Rollen',  => '无章节',
   
    'Roles for which access to course has become available since start of course'     'Go to next step'
 => 'Seit Beginn des Kurses diesem Kurs zugeteilte Rollen',  => '下一步',
   
    'There are no roles which have become active since yesterday'     'Invalid group name'
 => 'Keine Rollen, die seit gestern diesem Kurs zugeteilt sind',  => '无效的组名称',
   
    'There are no roles which have become active since last week'     'The group name entered '
 => 'Keine Rollen, die seit letzter Woche diesem Kurs zugeteilt sind',  => '输入的组名称 ',
   
    'There are no roles which have become active since last month'     'is not a valid name.'
 => 'Keine Rollen, die seit letztem Monat diesem Kurs zugeteilt sind',  => '不是一个有效的名称。',
   
    'There are no roles which have become active since start of course'     'can not be used as it is the name of '
 => 'Keine Rollen, die seit Kursbeginn diesem Kurs zugeteilt sind',  => '不能使用,因为它的名字是 ',
   
    'roles which have become active since yesterday'     'an existing [_1]'
 => 'seit gestern diesem Kurs zugeteilte Rollen',  => '现有的 [_1]',
   
    'roles which have become active since last week'     ' in this Course'
 => 'seit letzter Woche diesem Kurs zugeteilte Rollen',  => ' 在该课程里',
   
    'roles which have become active since last month'     'Group names and section names used in a Course must be unique.'
 => 'seit letztem Monat diesem Kurs zugeteilte Rollen',  => '组名称和章节名称在课程中必须是独一无二的。',
   
    'roles which have become active since start of course'     'Group names may only contain letters, numbers or underscores.'
 => 'seit Beginn des Kurses diesem Kurs zugeteilte Rollen',  => '组名称只能包含字母,数字或下划线。',
   
    'Show all posts'     'Go to previous step'
 => 'Alle Beiträge anzeigen',  => '返回',
   
    'to display'     'Select Members'
 => 'to display', # ???  => '选择成员',
   
    'posts previously marked read'     'Your group selections - '
 => 'Beiträge, die zuvor als gelesen gekennzeichnet wurden',  => '您的组选择 - ',
   
    'previously viewed posts'     'The following settings will apply to the group:'
 => 'Beiträge, die zuvor angezeigt wurden',  => '下面的设置将适用于本组:',
   
    'NEW'     'Granularity'
 => 'NEU',  => '細微性',
   
    'Preferences on what is marked as NEW'     'File quota'
 => 'Präferenzen, was als NEU markiert werden soll',  => '文件共享',
   
    'Mark NEW posts no longer new'     'Default access dates'
 => 'Mit NEU gekennzeichnete Nachrichten nicht länger als neu markieren',  => '默认访问日期',
   
    'Sorting/Filtering options'     'Different collaborative tools[_1]for different members:'
 => 'Sortierungs-/Filter-Optionen',  => '不同的协作工具[_1]对不同的成员组成:',
   
    'Export'     'Start date'
 => 'Exportieren',  => '开始日期',
   
    'Attachments'     'Start date:'
 => 'Anhänge',  => '开始日期:',
   
    'Download the zip file from [_1]Discussion Posting Archive'     'End date'
 => 'Download ZIP-Datei vom [_1]Diskussionsbeitrags-Archiv',  => '结束日期',
   
    'The following errors occurred during export - [_1]'     'End date:'
 => 'Beim Exportieren sind folgende Fehler aufgetreten: [_1]',  => '结束日期:',
   
    '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.'     'Available for assignment to members:'
 => 'Leider können Sie derzeit kein Archiv von Diskussionsbeiträgen erhalten, da es Probleme mit der Erstellung einer Manifest-Datei gab.',  => '可供成员访问:',
   
    '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.'     'Unavailable for assignment:'
 => 'Leider können Sie derzeit kein IMS-Archiv erhalten, da es Probleme mit der Erstellung einer Manifest-Datei gab.',  => '没有可能访问:',
   
    'Make Visible'     'User privileges for collaborative tools'
 => '显示',  => '协作工具的用户权限',
 #=> 'Anzeigen',  
      '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.'
    'Reply'  => '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.',
 => 'Antwort',  
      'For some tools there are also additional optional privileges which can be set.'
    'Mark unread'  => 'For some tools there are also additional optional privileges which can be set.',
 => 'Als ungelesen kennzeichnen',  
      'Choose one of the following:'
    'Mark read'  => 'Choose one of the following:',
 => 'Als gelesen kennzeichnen',  
      'For the collaborative tools you have chosen to include only core privileges are available, so there are no optional privileges to assign.'
    'This post has been edited by the author.'  => 'For the collaborative tools you have chosen to include only core privileges are available, so there are no optional privileges to assign.',
 => 'Dieser Beitrag wurde vom Autor überarbeitet.',  
      'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.'
    'Display all versions'  => 'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.',
 => 'Alle Versionen anzeigen',  
      'Group membership'
    'Earlier version(s) were posted on: '  => '组员',
 => 'Frühere Versionen wurden gesendet am: ',  
      'Add members'
    'You do not have privileges to view all versions of posts.'  => '添加成员',
 => 'Sie sind nicht berechtigt, alle Versionen von Beiträgen anzuschauen.',  
      'Assign collaborative tools'
    'Please select a different role.'  => '转让协作工具',
 => 'Bitte wählen Sie eine andere Benutzerrolle.',  
      'Tools'
    'Error copying file attachment - [_1] to IMS package'  => '工具',
 => 'Fehler beim Kopieren des Datei-Anhangs - [_1] ins IMS-Paket',  
      'Add Members'
    'Error copying file attachment - [_1] to IMS package: '  => '添加成员',
 => 'Fehler beim Kopieren des Datei-Anhangs - [_1] ins IMS-Paket: ',  
      'Add?'
    'Re: '  => '添加?',
 => 'Re: ',  
      'All:'
    'Please select a feedback type.'  => '全部:',
 => 'Bitte wählen Sie einen Feedback-Typ aus.',  
      'You have indicated that the group portfolio should be enabled, but you have set the repository quota to 0 MB.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.'
    'Sorry, no feedback possible on this resource  ...'  => 'You have indicated that the group portfolio should be enabled, but you have set the repository quota to 0 MB.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.',
 => 'Sorry, für diese Ressource kann kein Feedback gesendet werden.',  
      '[_1] [_2] was created.<br />'
    'Error sending message to [_1], no user specified.'  => '[_1] [_2] 已创建。<br />',
 => 'Fehler beim Senden der Nachricht an [_1]. Es wurde kein Benutzer angegeben.',  
      'Group membership list updated.'
    'Error sending message to [_1], no domain specified.'  => '该组成员名单已经更新。',
 => 'Fehler beim Senden der Nachricht an [_1]. Es wurde keine Domäne angegeben.',  
      '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.'
    'Error sending message to'  => '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.',
 => 'Fehler beim Sender der Nachricht an',  
      'An error occurred while updating the group membership list:'
    'Not registered'  => 'An error occurred while updating the group membership list:',
 => 'Nicht registriert', # ???  
      'Choose Privileges'
    'Editing not permitted'  => 'Choose Privileges',
 => 'Überarbeiten nicht erlaubt',  
      'Setting Changes Complete'
    'Marked postings read/unread'  => 'Setting Changes Complete',
 => 'Neue Beiträge als gelesen/ungelesen kennzeichnen',  
      'Modifications Complete'
    'Changed sort/filter'  => 'Modifications Complete',
 => 'Sortierung/Filter geändert',  
      'Creation Complete'
    'Changed display status'  => 'Creation Complete',
 => 'Anzeigestatus geändert',  
      'Additions Complete'
    'Deletion not permitted'  => 'Additions Complete',
 => 'Löschen nicht erlaubt',  
      'Verify deletion'
    'Changed discussion status'  => 'Verify deletion',
 => 'Diskussionsstatus geändert',  
      'Deletion Complete'
    'Changed discussion view mode'  => 'Deletion Complete',
 => 'Diskussionsanzeige-Modus geändert',  
      'Create Group'
    'Added to my course blog'  => '创建组',
 => 'Zum eigenen Kurs-Blog hinzugefügt',  
      'discussion'
    'Back to previous page'  => '论坛',
 => 'Zurück zur vorherigen Seite',  
      'email files'
    'Go to previous page'  => '电子邮件档案',
 => 'Zurück',  
      'homepage'
    'Return to previous page'  => '主页',
 => 'Zurück zur vorherigen Seite',  
      'roster'
    'Untitled resource'  => '花名册',
 => 'Ressource ohne Titel',  
      'Edit Group Homepage'
    'Discussion display options'  => '编辑组首页',
 => 'Diskussions-Anzeige-Optionen',  
      'Edit Group Settings'
    'Preferences can be set for this discussion that determine ....'  => '编辑组设置',
 => 'Für diese Diskussion können Präferenzen eingestellt werden, die festlegen...',  
      'Available Group Tools'
    'Which posts are displayed when you display this bulletin board or resource, and'  => '可用的工具组',
 => 'welche Beiträge angezeigt werden, wenn Sie dieses Schwarze Brett bzw. diese Ressource anzeigen',  
      'Group Chat Room'
    'Under what circumstances posts are identified as "NEW", and'  => '组聊天室',
 => 'unter welchen Bedingungen Beiträge als "NEU" identifiziert werden',  
      'Group e-mail'
    'Whether individual posts can be marked as read/unread'  => '组电子邮箱',
 => 'ob individuelle Beiträge als gelesen/ungelesen gekennzeichnet werden dürfen',  
      'Group page - [_1]'
    'Posts not marked read'  => '组页 - [_1]',
 => 'Beiträge, die nicht als gelesen gekennzeichnet wurden',  
      '[_1] discussion boards - [_2]'
    'New posts cease to be identified as "New"?'  => '[_1] 论坛 - [_2]',
 => 'Wann sollen neue Diskussionsbeiträge nicht mehr als "NEU" identifiziert werden?',  
      'New Discussion Board'
    'New posts cease to be identified as "NEW"?'  => '创建新论坛',
 => 'Wann sollen neue Diskussionsbeiträge nicht mehr als "NEU" identifiziert werden?',  
      'There are currently no discussion boards in this [_1].'
    'Option to mark each post as read/unread?'  => '在这 [_1] 里目前还没有论坛。',
 => 'Option anbieten, Beiträge als gelesen/ungelesen zu kennzeichnen?',  
      'Discussion Board Title'
    'Shown'  => '论坛讨论标题',
 => 'anzeigen',  
      'The new discussion board was added successfully.<br />'
    'Not shown'  => '新的讨论论坛已成功创建。<br />',
 => 'nicht anzeigen',  
      'Edit [_1] board'
    'Discussion options'  => '编辑 [_1] 论坛',
 => 'Diskussionsforen-Optionen',  
      'View all group discussion boards'
    'Set options that control the sort order of posts, and/or which posts are displayed.'  => '查看各组讨论论坛',
 => 'Einstellungen der Sortierungsreihenfolge von Beiträgen und welche Beiträge angezeigt werden',  
      'Show Student View'
    'Sort order'  => '以学生视角显示',
 => 'Sortierungsreihenfolge',  
      'Note: in anonymous discussion, your name is visible only to course faculty'
    'Date order - oldest first'  => '注意:在匿名的讨论中,你的名字只有课程教师看的见。',
 => 'nach Datum - ältester Beitrag zuerst',  
      'Send a Message in a Group'
    'Date order - newest first'  => '组内发送邮件',
 => 'nach Datum - neuester Beitrag zuerst',  
      'As this group has no members, there are no recipients to select.'
    'Threaded'  => '由于这组没有成员,您无法选择收件人。',
 => 'nach Beiträgen', # ???  
      'Allow replies'
    'By subject'  => '允许回复',
 => 'nach Thema',  
      'Reply to'
    'By domain and username'  => '回复',
 => 'nach Domäne und Benutzerkennung',  
      'Group Portfolio'
    'By last name, first name'  => '组档案',
 => 'nach Nachname, Vorname',  
      '[_1] portfolio files - [_2]'
    'Specific role status'  => '[_1] 组合文件 - [_2]',
 => 'Rollenstatus',  
      'There are no membership data to display for this [_1]'
    'Roles of any status'  => 'There are no membership data to display for this [_1]',
 => 'beliebig',  
      'Group Membership'
    'Only active roles'  => '组成员',
 => 'nur aktive',  
      '[_1] membership status - [_2]'
    'Only past roles'  => '[_1] 成员状态 - [_2]',
 => 'nur inaktive',  
      'Group Message'
    'Only future roles'  => '组邮件',
 => 'nur zukünftige',  
      'Compose Group Message'
    'Specific user roles'  => '撰写组邮件',
 => 'Benutzerrollen',  
      'Course Discussion Boards'
    'All roles'  => '课程讨论区',
 => 'Alle Rollen',  
      'Post Discussion'
    'Students'  => '提交讨论文件',
 => '学生',  
 #=> 'Studenten',     'Post Anonymous Discussion'
   => '匿名提交讨论文件',
    'Course Coordinators'  
 => 'Kurs-Koordinatoren',     'Content'
   => '内容',
    'Instructors'  
 => '讲师',     'You do not currently have rights to view this group.'
 #=> 'Dozenten',  => 'You do not currently have rights to view this group.',
   
    'TAs'     'No page information provided.'
 => 'Tutoren',  => 'No page information provided.',
   
    'Exam proctors'     '<p>No page information provided.</p>'
 => 'Klausuraufsichtspersonal',  => '<p>No page information provided.</p>',
   
    'Custom role'     'Available functions'
 => 'Benutzerdefinierte Rolle',  => '可用的功能',
   
    'Custom roles'     'No group functionality.'
 => 'Benutzerdefinierte Rollen',  => 'No group functionality.',
   
    'Specific sections'     'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].'
 => 'Sektionen',  => 'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].',
   
    'Specific groups'     'Group Page'
 => 'Gruppen',  => '组页',
   
    'Pick specific users (by name)'     'Quota allocated to group portfolio:'
 => 'Benutzer auswählen (Name)',  => '配额分配给组文件夹',
   
    'Show a list of current posters'  
 => 'Liste aktueller Beitragssender anzeigen',     'The quota is currently [_1] MB'
   => '目前的配额: [_1] MB',
    'So far, no data has been returned for your request'  
 => 'Bis jetzt hat Ihre Anfrage keine Daten zurückgeliefert.',     'The quota can be increased to [_1] MB, by adding all unallocated space for groups in the course.'
   => '配额可提高到 [_1] MB, 加上该课程的组中所有未分配的空间。',
    'Select a user'  
 => 'Benutzerauswahl',     '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.'
   => '每个协作工具,包括核心权限,分配给所有成员基本权限。某些工具可能会还具有额外的权限,即可以设置特定的成员。',
    'An error occurred while processing this resource. The course personnel ([_1]) and the author have been notified.'  
 => 'Während der Verarbeitung dieser Ressource ist ein Fehler aufgetreten. Das Kurspersonal ([_1]) und der Autor wurden informiert.',     'All group members will receive the same privileges for any tool assigned to them, including the default set of optional privileges.'
   => '所有组成员分配给他们的任何工具将得到相同的权限,包括默认设置可选特权。',
    'photo'  
 => 'Foto',     'Different group members may receive different privileges from others for the tools they have been assigned.'
   => 'Different group members may receive different privileges from others for the tools they have been assigned.',
    'Critical Message'  
 => 'Wichtige Nachricht',     'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.'
   => 'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.',
    'Display a Message'  
 => 'Nachricht anzeigen',     '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 '
   => '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 ',
    'Back to Folder Display'  
 => 'Zurück zur Verzeichnisliste',     'if enabled on the next page'
   => 'if enabled on the next page',
    'Currently available actions (will open extra window):'  
 => 'Verfügbare Aktionen (öffnen in neuem Fenster):',     'if enabled below'
   => 'if enabled below',
    'There are no ungelesen messages in this folder.' # !  
 => 'In diesem Verzeichnis befinden sich keine ungelesenen Nachrichten.',     'Additional privileges'
   => 'Additional privileges',
    'There are no gelesen messages in this folder' # !  
 => 'In diesem Verzeichnis befinden sich keine gelesenen Nachrichten.',     'Fixed privileges'
   => '固定权限',
    'There are no weitergeleitet messages in this folder.' # !  
 => 'In diesem Verzeichnis befinden sich keine weitergeleiteten Nachrichten.',     'Optional privileges'
   => '任择权限',
    'You have not replied to any messages in this folder.'  
 => 'In diesem Verzeichnis befinden sich keine Nachrichten, auf die Sie geantwortet haben.',     'Collaborative Tool'
   => '协作工具',
    'Empty Folder'  
 => 'Leeres Verzeichnis',     'Fixed'
   => '固定的',
    'Cc:'  
 => 'CC:',     'Optional'
   => '可选的',
    'Bcc:'  
 => 'BCC:',     'Additional Tools'
   => '其他工具',
    'Retrieve discussion and message records'  
 => 'Aufzeichungen von Diskussionen und Nachrichten abrufen',     'Core privileges'
   => '基本权限',
    'New Record (record is visible to course faculty and staff)'  
 => 'Neue Aufzeichnung (nur für Kursverwaltung und Personal sichtbar):',     'For the collaborative tools included for group members being added or modified, there are no optional privileges to set for specific members.'
   => 'For the collaborative tools included for group members being added or modified, there are no optional privileges to set for specific members.',
    'Post this Record'  
 => 'Speichern',     'All new group members will receive the same privileges.'
   => '所有新的小组成员将得到同样的权限。',
    'Revise your search criteria for this domain'  
 => 'Suchkriterien für die Suche in dieser Domäne ändern',     'If previously expired members are being re-enabled, or if access for future members is being activated now, previously set privileges will be preserved.'
   => '如果以前到期的成员正在重新启用,或者未来进入的成员现在正在激活,先前的权限将被保留。',
    'You can specify an external URL as Syllabus in the [_1].'  
 => 'Sie können in den [_1] eine externe URL für den Kursüberblick angeben.',     'As no group members are being added, there are no specific user privileges to set.'
   => '由于没有增加组成员,没有设置具体用户的权限。',
    'Course Parameters'  
 => 'Kurs-Parametern',     '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'
   => '目前还没有任何组织成员的权限以显示或设置,因为您还没有表示,你将被激活,重新启用,改变权限,或添加/删除任何现有成员的工具。',
    'Metadata Modified'  
 => 'Geänderte Metadaten',     'Currently the group is configured '
   => '目前该组的配置, ',
    'Use of LON-CAPA requires Javascript to be enabled in your web browser.'  
 => 'Zur Verwendung von LON-CAPA ist es notwendig, dass Sie Javascript in Ihrem Webbrowser aktiviert haben.',     'so different members can receive different optional privileges for a particular tool.'
   => '不同成员为特定的工具可以得到不同的可选权限。',
    'As this is not the case, most functionality in the system will be unavailable.'  
 => 'Da dies momentan nicht der Fall ist, werden die meisten Funktionen des Systems nicht zur Verfügung stehen.',     'so all members will receive the same optional privileges for a particular tool.'
   => '所有成员为特定的工具可以得到相同的可选权限。',
    '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.'  
 => 'Schreiben in das Verzeichnis [_1] ist nicht möglich, da es nicht existiert. Der entsprechende Verzeichnispfad wurde daher entfernt.',     'Settings for automatic group enrollment'
   => '设置自动分配组',
    'Directory'  
 => 'Verzeichnis',     'Group membership mapping to specific sections/roles'
   => 'Group membership mapping to specific sections/roles',
    'Only empty directories may be deleted.'  
 => 'Es können nur leere Verzeichnisse gelöscht werden.',     'Enable/disable automatic group enrollment for users in specified roles and sections'
   => 'Enable/disable automatic group enrollment for users in specified roles and sections',
    'You must delete the contents of the directory first.'  
 => 'Sie müssen zunächst die Inhalte aus dem Verzeichnis entfernen.',     '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.'
   => '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.',
    'Cannot delete non-obsolete published file'  
 => 'Veröffentlichte, aber nicht als überholt gekennzeichnete Dateien können nicht gelöscht werden.',     "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."
   => "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.",
    'Must not include'  
 => 'Darf nicht enthalten:',     'Automatically enable group membership when roles are added?'
   => 'Automatically enable group membership when roles are added?',
    'Name of new file is the same as name of old file'  
 => 'Name der neuen Datei ist der gleiche wie der der alten Datei',     'Automatically expire group membership when roles are removed?'
   => 'Automatically expire group membership when roles are removed?',
    'no action taken'  
 => 'keine Aktion ausgeführt',     'Currently set to'
   => '当前设置为',
    'copy metadata error'  
 => 'Fehler beim Metadaten-Kopieren',     'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.'
   => 'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.',
    'No New filename specified'  
 => 'Kein neuer Dateiname angegeben',     'Pick roles and sections for automatic group enrollment'
   => 'Pick roles and sections for automatic group enrollment',
    'Warning: a published problem of this name exists.'  
 => 'Achtung: eine veröffentlichte Aufgabe mit diesem Namen existiert bereits.',     'Active?'
   => '激活?',
    'Warning: a published library of this name exists.'  
 => 'Achtung: eine veröffentlichte Bibliothek mit diesem Namen existiert bereits.',     'Send group message'
   => '发送组邮件',
    'Bad filename [_1].<br /> <tt>(name).(number).(extension)</tt> not allowed. <br /> Removing the <tt>.number.</tt> from requested filename.'  
 => 'Ungültiger Dateiname [_1].<br /> <tt>(Name).(Zahl).(Erweiterung)</tt> ist nicht zulässig. <br /> Entferne <tt>.Zahl.</tt> vom gewünschten Dateinamen.',     'Create boards'
   => '创建论坛',
    'Cannot change MIME type of a directory'  
 => 'Der MIME-Typ eines Verzeichnisses kann nicht geändert werden',     'Edit own posts'
   => '编辑自己的帖子',
    'Cannot rename or move non-obsolete published file'  
 => 'Veröffentlichte, aber nicht als überholt gekennzeichnete Dateien können nicht umbenannt oder verschoben werden',     'Hide/Delete any post'
   => '隐藏/删除 任意帖子',
    'Change discussion display'  
 => 'Anzeige von Diskussionen ändern',     'View boards'
   => '查看论坛',
    'Choose whether or not to display a count of the number of new posts for each resource or bulletin board which has unread posts.'  
 => 'Wahl, ob Anzahl neuer Beiträge in einzelnen Ressourcen oder Anzahl ungelesener Beiträge in Schwarzen Brettern angezeigt werden sollen.',     'Control Access'
   => '访问控制',
    "This can increase the time taken to gather data for the '<i>What's New?</i>' page by a few seconds."  
 => "Dies kann die Dauer des Zusammenstellens der Daten für die '<i>Was-gibt's-Neues-Seite</i>' um ein paar Sekunden erhöhen.",     'Basic Display'
   => '基本显示',
    'Currently set to [_1].'  
 => 'Derzeit eingestellt auf [_1].',     'Detailed Display'
   => '详细显示',
    'Change to [_1]'  
 => 'Auf [_1] umstellen',     'View page'
   => '查看网页',
    'No change'  
 => 'Keine Änderung',     'Modify page'
   => '修改网页',
    'Count unread posts in discussions display set to [_1]'  
 => 'Zähler für ungelesene Beiträge in Diskussionen auf [_1] gestellt.',     'email'
   => 'email',
    'Groups Manager'  
 => 'Gruppenverwaltung',     'Broadcast message'
   => '广播邮件',
    'Group access start and end dates'  
 => 'Start- und Endezeiten des Gruppenzugriffs',     'files'
   => '文件',
    'None available'  
 => 'keine verfügbar',     'Foils without names exist. This can cause problems to malfunction.'
   => 'Foils without names exist. This can cause problems to malfunction.',
    'There are no active, future or previous group members to modify.'  
 => 'Es existieren weder aktive, zukünftige noch in der Vergangenheit liegende Gruppen-Mitgliedschaften, die geändert werden könnten.',     'Unknown area style [_1]'
   => 'Unknown area style [_1]',
    'Members to delete or expire'  
 => 'Mitgliedschaften, die gelöscht werden oder ablaufen sollen',     "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name."
   => "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name.",
    'To be deleted'  
 => 'Zu löschen',     'Forwarded message from '
   => 'Forwarded message from ',
    'To be expired'  
 => 'Abzulaufen',     'You received a critical message from [_1] in LON-CAPA.'
   => 'You received a critical message from [_1] in LON-CAPA.',
    'No members to be deleted or expired from the group.'  
 => 'Es existieren keine Mitgliedschaften, die aus der Gruppe entfernt werden oder auslaufen könnten.',     'You received a message from [_1] in LON-CAPA.'
   => 'You received a message from [_1] in LON-CAPA.',
    'Files: [_1]'  
 => 'Dateien: [_1]',     "'New' critical message from [_1]"
   => "'New' critical message from [_1]",
    'Folders: [_1]'  
 => 'Verzeichnisse: [_1]',     "'New' message from [_1]"
   => "'New' message from [_1]",
    'Choose Task'  
 => 'Aktion wählen',     'Refers to'
   => 'Refers to',
    'Modify default group settings'  
 => 'Voreingestellte Gruppeneinstellungen',     'Previous attempts of student (if applicable)'
   => 'Previous attempts of student (if applicable)',
    'Modify access, tools and/or privileges for previous, future, or current members'  
 => 'Zugriff, Werkzeuge und Berechtigungen für Gruppenmitglieder',     'Original screen output (if applicable)'
   => 'Original screen output (if applicable)',
    'Add member(s) to the group'  
 => 'Gruppenmitglieder hinzufügen',     'Correct Answer(s) (if applicable)'
   => 'Correct Answer(s) (if applicable)',
    'Group Settings'  
 => 'Gruppen-Einstellungen',     '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.'
   => '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.',
    'Modify/Delete Members'  
 => 'Mitglieder ändern/entfernen',     'The subject is 
   
    'Current Tool Set'   [_1]
 => 'Derzeitige Werkzeuge',  
   '
    'Change Privileges'  => 'The subject is 
 => 'Berechtigungen ändern',  
    [_1]
    'Membership Mapping'  
 => 'Mitgliedschafts-Verweise',  ',
   
    'Group name, title and available collaborative tools'     'Excerpt'
 => 'Gruppenname, Titel und verfügbare kollaborative Werkzeuge',  => 'Excerpt',
   
    'Letters, numbers and underscore only'     'Use 
 => 'nur Buchstaben, Ziffern und Unterstrich',  
    [_1]
    'Discussion boards'  
 => 'Diskussionsforen',  to access the full message.'
   => 'Use 
    'E-mail'  
 => 'E-Mail',   [_1]
   
    'File Repository'  to access the full message.',
 => 'Dateisammlung',  
      'You can reply to this message'
    'Group home page'  => 'You can reply to this message',
 => 'Gruppen-Homepage',  
      'A reply will not be received by the recipient!'
    'Membership Roster'  => 'A reply will not be received by the recipient!',
 => 'Mitgliederliste',  
      "Include in course's 'User records' for recipient(s)"
    'Granularity:'  => "包括课程中的'用户记录'给收信人",
 => 'Granularität:',  
      'No replies to sender'
    'Different subsets of the chosen collaborative tools for different group members?'  => '没有答复发件人',
 => 'Unterschiedliche Teilbereiche der gewählten kollaborativen Werkzeuge für unterschiedliche Gruppenmitglieder?',  
      'Display Message'
    'Disk quota: '  => '显示邮件',
 => 'Speicherplatz: ',  
      'Replying to a Message'
    'If you enable the file repository for the group, allocate a disk quota.'  => '回复邮件',
 => 'Falls Sie die Dateisammlung für die Gruppe aktivieren, Speicherplatz zuweisen:',  
      'Forwarding a Message'
    '[_1] Mb'  => '转发邮件',
 => '[_1] MB',  
      'Forwarding Multiple Messages'
    'A total of [_1] Mb can be divided amongst all groups in the course, and [_2] Mb are currently unallocated.'  => '转发多封邮件',
 => 'Insgesamt können [_1] MB auf alle Gruppen des Kurses aufgeteilt werden. [_2] MB sind derzeit noch nicht zugewiesen.',  
      'At end of file some tags were still left unclosed, '
    'Default start and end dates for group access'  => 'At end of file some tags were still left unclosed, ',
 => 'Voreingestelltes Anfangs- und Endedatum für Gruppenzugriff',  
      'Upload and Send'
    'Start:'  => '上传和发送',
 => 'Start:',  
      'Choose which course(s) to list.'
    'End:'  => 'Choose which course(s) to list.',
 => 'Ende:',  
      'Display courses'
    'Error: invalid course domain or number - group folder creation failed.'  => '显示课程',
 => 'Fehler: Ungültige Kurse-Domäne oder -Nummer. Das Erstellen des Gruppenverzeichnisses ist fehlgeschlagen.',  
      'Public'
    'Course Groups'  => '公开的',
 => 'Kurs-Gruppen',  
      'Answer [_1]'
    'Non-standard course - folder for all groups not added.'  => '答复 [_1]',
 => 'Kein Standard-Kurs - Verzeichnis für alle Gruppen wurde nicht hinzugefügt.',  
      'EditXML [_1]'
    'Build a list of users for selection of group members'  => 'EditXML [_1]',
 => 'Zusammenstellen einer Benutzerliste zur Auswahl von Gruppenmitgliedern',  
      'Not authorized'
    'Group membership selection list criteria:'  => '未授权',
 => 'Auswahlkriterien für Gruppen-Mitgliedschaft:',  
      'An error occurred while processing this resource. The author has been notified.'
    'Pick the criteria to use to build a list of course users from which you will select '  => 'An error occurred while processing this resource. The author has been notified.',
 => 'Wählen Sie die Kriterien, die verwendet werden sollen, um die Liste der Kursbenutzer zu erstellen, anhand der Sie ',  
      'Code ran too long. It ran for more than [_1] seconds.'
    'members of the new group.'  => 'Code ran too long. It ran for more than [_1] seconds.',
 => 'die neuen Gruppenmitglieder wählen werden.',  
      'This occurred while running &lt;while&gt; on line [_1].'
    'If you do not wish to add members when you first create the group, there is no need to pick any criteria.'  => 'This occurred while running &lt;while&gt; on line [_1].',
 => 'Falls Sie beim Erstellen der Gruppe nicht sofort auch Mitglieder hinzufügen wollen, brauchen Sie hier keine Kriterien auswählen.',  
      'This occurred while running: [_1]'
    '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.'  => 'This occurred while running: [_1]',
 => 'Ein weiterer Teilschritt wird Ihnen ermöglichen, automatisches Hinzfügen und Entfernen von Gruppenmitgliedern anzugeben. Dies wird durch angegebene Benutzerrollen und Sektions<i>änderungen</i> im Kurs ausgelöst.',  
      'Substitution on [_1] with [_2] caused:'
    'Access types'  => 'Substitution on [_1] with [_2] caused:',
 => 'Zugriffstypen',  
      'Student View'
    'Currently has access'  => '学生视野',
 => 'Aktueller Zugriff',  
      'Correct answer'
    'Will have future access'  => '正确答案',
 => 'Zukünftiger Zugriff',  
      'Could not identify problem.'
    'Previously had access'  => '无法确定的问题。', # ???
 => 'In der Vergangenheit liegender Zugriff',  
      'Chart'
    'Course roles'  => '图表',
 => 'Benutzerrollen', # 'Benutzerrollen im Kurs',  
      'Student Data'
    'Course sections'  => '学生资料',
 => 'Sektionen', # 'Sektionen im Kurs',  
      'HTML, with links'
    'all sections'  => 'HTML格式,链接',
 => 'Alle Sektionen',  
      'HTML, with all links'
    'no section'  => 'HTML格式,与所有链接',
 => 'Keine Sektion',  
      'HTML, without links'
    'Go to next step'  => 'HTML格式,没有链接',
 => 'Weiter',  
      'Output Data'
    'Invalid group name'  => '输出数据',
 => 'Ungültiger Gruppenname',  
      'Scores Summary'
    'The group name entered '  => '总分',
 => 'Der eingegebene Name ',  
      'Scores Per Problem'
    'is not a valid name.'  => '每题分数',
 => 'ist kein gültiger Name.',  
      'Parts Correct'
    'can not be used as it is the name of '  => 'Parts Correct',
 => 'kann nicht verwendet werden, da sich um den Namen ',  
      'fullname'
    'an existing [_1]',  => '全名',
 => 'einer bereits bestehenden [_1] handelt',  
      'id'
    ' in this Course'  => 'ID/学生证号',
 => ' in diesem Kurs',  
      'Generate Chart'
    'Group names and section names used in a Course must be unique.'  => '生成图表',
 => 'Gruppen- und Sektionsnamen müssen in einem Kurs eindeutig sein.',  
      'Generate Graph'
    'Group names may only contain letters, numbers or underscores.'  => '生成图',
 => 'Gruppennamen dürfen nur aus Buchstaben, Zahlen und Unterstrichen bestehen.',  
      'Select One Student'
    'Go to previous step'  => '选择一个学生',
 => 'Zurück',  
      'All sections.'
    'Select Members'  => '所有科目。',
 => 'Mitgliederauswahl',  
      'Section [_1].'
    'Your group selections - '  => '章节 [_1]。',
 => 'Gruppenauswahl',  
      'Section [_1]'
    'The following settings will apply to the group:'  => '章节 [_1]',
 => 'Die folgenden Einstellungen werden auf Ihre Gruppe wirken:',  
      'Sections [_1] and [_2].'
    'Granularity'  => '章节 [_1] 和 [_2]。',
 => 'Granularität',  
      'All groups.'
    'File quota'  => '所有组。',
 => 'Speicherplatz für Dateien',  
      'Group [_1].'
    'Default access dates'  => '组 [_1].',
 => 'Voreingestellte Zugriffsdaten',  
      'Groups [_1] and [_2].'
    'Different collaborative tools<br />for different members:'  => '组 [_1] 和 [_2].',
 => 'Unterschiedliche kollaborative Werkzeuge<br />für unterschiedliche Mitglieder:',  
      'Active access status.'
    'Start date'  => 'Active access status.',
 => '开始日期',  
 #=> 'Anfangsdatum',     'Future access status.'
   => 'Future access status.',
    'Start date:'  
 => '开始日期:',     'Expired access status.'
 #=> 'Anfangsdatum:',  => 'Expired access status.',
   
    'End date'     'Any access status.'
 => '结束日期',  => 'Any access status.',
 #=> 'Endedatum',  
      'Show links in new window:'
    'End date:'  => 'Show links in new window:',
 => '结束日期:',  
 #=> 'Endedatum:',     'Summary Table'
   => 'Summary Table',
    'Available for assignment to members:'  
 => 'Zugriff für Mitglieder möglich:',     'Summary Tables'
   => 'Summary Tables',
    'Unavailable for assignment:'  
 => 'Kein Zugriff möglich:',     'Summary table for [_1] ([_2])'
   => 'Summary table for [_1] ([_2])',
    'User privileges for collaborative tools'  
 => 'Benutzerrechte für kollaborative Werkzeuge',     'Average'
   => 'Average',
    '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.'  
 => 'Für jedes der kollaborativen Werkzeuge, das Sie zur Verwendung gewählt haben, existiert eine Reihe von Grundberechtigungen, die allen Gruppenmitgliedern, die dieses Werkzeug erhalten, zugewiesen werden.',     'maximum'
   => 'maximum',
    'For some tools there are also additional optional privileges which can be set.'  
 => 'Für manche Werkzeuge können auch weitere optionale Berechtigungen festgelegt werden.',     'Maximum'
   => 'Maximum',
    'Choose one of the following:'  
 => 'Wählen Sie eines der folgenden:',     'Max. Total'
   => 'Max. Total',
    'For the collaborative tools you have chosen to include only core privileges are available, so there are no optional privileges to assign.'  
 => 'Für die von Ihnen gewählten kollaborativen Werkzeuge sind nur Grundberechtigungen verfügbar. Daher können keine optionalen Berechtigungen zugewiesen werden.',     'Median'
   => 'Median',
    'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.'  
 => 'Da Sie keinerlei kollaborativen Werkzeuge für die Gruppe gewählt haben, die eingebunden werden sollen, brauchen keine voreingestellten optionalen Berechtigungen eingestellt werden.',     'Std Dev'
   => 'Std Dev',
    'Group membership'  
 => 'Gruppen-Mitgliedschaft',     'sum'
   => 'sum',
    'Add members'  
 => 'Mitglieder hinzufügen',     'maximum possible'
   => 'maximum possible',
    'Assign collaborative tools'  
 => 'Kollaborative Werkzeuge zuweisen',     'parts correct'
   => 'parts correct',
    'Tools'  
 => 'Werkzeuge',     'Return to the chart'
   => 'Return to the chart',
    'Add Members'  
 => 'Mitglieder hinzufügen',     'Compiled on [_1]'
   => 'Compiled on [_1]',
    'Add?'  
 => 'Hinzufügen?',     "Click on a student's name or username to view their chart"
   => "Click on a student's name or username to view their chart",
    'All:'  
 => 'Alle:',     'status'
   => '状态',
    '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.'  
 => 'Sie haben angegeben, dass die Dateisammlung aktiviert werden soll, jedoch einen Speicherplatz von 0 MB angegeben.\nDies verhindert jegliches Hochladen von Dateien.\nBitte geben Sie einen Wert größer 0 ein oder deaktivieren Sie die Dateisammlung.',     'groups'
   => '组',
    '[_1] [_2] was created.<br />'  
 => '[_1] [_2] wurde angelegt.<br />',     'Click on a students name or username to view their chart'
   => 'Click on a students name or username to view their chart',
    'Group membership list updated.'  
 => 'Die Liste der Gruppen-Mitgliedschaften wurde aktualisiert.',     'Essay will be hand graded.'
   => 'Essay will be hand graded.',
    '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.'  
 => 'Sie haben Gruppen-Mitgliedschaften und/oder -berechtigungen für die Gruppe [_1] eingestellt bzw. geändert. Alle derzeit angemeldeten Benutzer, für die diese Einstellungen wirken, müssen sich aus- und wieder einloggen, damit für sie die Änderungen wirksam werden.',     'Text you want to appear by default:'
   => '文字在默认情况下显示:',
    'An error occurred while updating the group membership list:'  
 => 'Beim Aktualisieren der Gruppen-Teilnehmerliste ist ein Fehler aufgetreten:',     'Check as many files as you wish in response to the problem:'
   => '选择所有的文件对于您想答复的问题:',
    'Choose Privileges'  
 => 'Auswahl der Berechtigungen',     'Select portfolio files'
   => '选择组合文件',
    'Setting Changes Complete'  
 => 'Änderungen der Einstellungen abgeschlossen',     'Select checked files, and continue selecting'
   => '选择文件并继续选择',
    'Modifications Complete'  
 => 'Änderungen abgeschlossen',     'Select checked files, and close window'
   => '选择文件并关闭窗口',
    'Creation Complete'  
 => 'Erstellung abgeschlossen',     'Copy of'
   => 'Copy of',
    'Additions Complete'  
 => 'Hinzufügungen abgeschlossen',     'The e-mail address you provided does not match the address recorded in the LON-CAPA system for the username and domain you provided.'
   => 'The e-mail address you provided does not match the address recorded in the LON-CAPA system for the username and domain you provided.',
    'Verify deletion'  
 => 'Entfernen-Bestätigung',     'Overall result: [_1]'
   => '总分: [_1]',
    'Deletion Complete'  
 => 'Entfernen abgeschlossen',     'Dimension: [_1], status [_2] '
   => 'Dimension: [_1], status [_2] ',
    'Create Group'  
 => 'Gruppe erstellen',     'Queue Status'
   => '队列状态',
    'discussion'  
 => 'Diskussion',     'Check Mark'
   => '核选标记',
    'email files'  
 => 'E-Mail-Dateien',     'Return commented version of [_1] to student.'
   => 'Return commented version of [_1] to student.',
    'homepage'  
 => 'Homepage',     'Download All Submitted Documents'
   => 'Download All Submitted Documents',
    'roster'  
 => 'Teilnehmerliste',     'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])'
   => 'Essay is [_1]% similar to an essay by [_2] in course [_3] (course id [_4]:[_5])',
    'Edit Group Homepage'  
 => 'Gruppen-Homepage ändern',     'Compose message to student'
   => 'Compose message to student',
    'Edit Group Settings'  
 => 'Gruppeneinstellungen ändern',     'incl. grades'
   => '包含评分',
    'Available Group Tools'  
 => 'Verfügbare Gruppenwerkzeuge',     'Message will be sent when you click on Save &amp; Next below.'
   => 'Message will be sent when you click on Save &amp; Next below.',
    'Group Chat'  
 => 'Gruppen-Chatraum',     'Set/Change parameters'
   => 'Set/Change parameters',
    'Group e-mail'  
 => 'Gruppen-E-Mail',     'Grading Feedback'
   => '评估反馈',
    'Group page - [_1]'  
 => 'Gruppenseite - [_1]',     'Sending message to [_1]'
   => '发送邮件至 [_1]',
    '[_1] discussion boards - [_2]'  
 => '[_1]-Diskussionsforen - [_2]',     'Not allowed to modify grades for [_1]'
   => 'Not allowed to modify grades for [_1]',
    'New Discussion Board'  
 => 'Neues Diskussionsforum anlegen',     'You need to specify the username or ID'
   => 'You need to specify the username or ID',
    'There are currently no discussion boards in this [_1].'  
 => 'In dieser [_1] sind derzeit keine Diskussionsforen.',     'You need to specify at least one grading field'
   => 'You need to specify at least one grading field',
    'Discussion Board Title'  
 => 'Titel des Diskussionsforums',     'Specify a file containing the class scores for current resource'
   => 'Specify a file containing the class scores for current resource',
    'The new discussion board was added successfully.<br />'  
 => 'Das neue Diskussionsforum wurde erfolgreich angelegt.<br />',     'Upload Scores'
   => '上传分数',
    'Edit [_1] board'  
 => 'Diskussionsforum [_1] ändern',     'Some point values were assigned for problems with a weight of zero. These values were ignored.'
   => 'Some point values were assigned for problems with a weight of zero. These values were ignored.',
    'View all group discussion boards'  
 => 'Alle Gruppen-Diskussionsforen anschauen',     'Use CODE:'
   => 'Use CODE:',
    'Show Student View'  
 => 'Studentische Sicht zeigen',     'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.'
   => 'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.',
    'Note: in anonymous discussion, your name is visible only to course faculty'  
 => 'Hinweis: Bei anonymer Diskussionsteilnahme ist Ihr Name nur für die Kursverwaltung sichtbar.',     'scores from file' # Upload scores from file
   => 'scores from file',
    'Send a Message in a Group'  
 => 'Nachricht innerhalb einer Gruppe verschicken',     'Process'
   => 'Process',
    'As this group has no members, there are no recipients to select.'  
 => 'Da diese Gruppe keine Mitglieder hat, können Sie keine Empfänger auswählen.',     'clicker file' # Process clicker file
   => 'clicker file',
    'Allow replies'  
 => 'Antworten zulassen',     'Grade'
   => 'Grade',
    'Reply to'  
 => 'Antwort an',     'bubblesheet forms'
   => 'bubblesheet forms',
    'Group Portfolio'  
 => 'Gruppen-Dateisammlung',     'Verify'
   => 'Verify',
    '[_1] portfolio files - [_2]'  
 => '[_1]-Portfolio-Dateien - [_2]',     'receipt'
   => 'receipt',
    'There are no membership data to display for this [_1]'  
 => 'Für diesen [_1] existieren keine anzeigbaren Mitgliedsdaten.',     'Manage'
   => 'Manage',
    'Group Membership'  
 => 'Gruppen-Mitgliedschaften',     'saved CODEs' # View saved CODEs
   => 'saved CODEs',
    '[_1] membership status - [_2]'  
 => '[_1]-Mitgliedschaftsstatus - [_2]',     'Specify a file containing the clicker information for this resource'
   => 'Specify a file containing the clicker information for this resource',
    'Group Message'  
 => 'Gruppen-Nachricht',     'Upload File'
   => '上传文件',
    'Compose Group Message'  
 => 'Gruppen-Nachricht verfassen',     'Award points just for participation'
   => 'Award points just for participation',
    'Course Discussion Boards'  
 => 'Kurs-Diskussionsforen',     'Correctness determined from response by course personnel'
   => 'Correctness determined from response by course personnel',
    'Post Discussion'  
 => 'Diskussionsbeitrag abschicken',     'Correctness determined from response with clicker ID(s)'
   => 'Correctness determined from response with clicker ID(s)',
    'Post Anonymous Discussion'  
 => 'Diskussionsbeitrag anonym abschicken',     'Percentage points for correct solution'
   => 'Percentage points for correct solution',
    'Content'  
 => 'Inhalt',     'Percentage points for incorrect solution'
   => 'Percentage points for incorrect solution',
    'You do not currently have rights to view this group.'  
 => 'Sie haben derzeit keine Berechtigung diese Gruppe zu sehen.',     'You need to specify a clicker ID for the correct answer'
   => 'You need to specify a clicker ID for the correct answer',
    'No page information provided.'  
 => 'Keine Seiteninformationen angegeben.',     'Score based on attendance only'
   => 'Score based on attendance only',
    '<p>No page information provided.</p>'  
 => '<p>Keine Seiteninformationen angegeben.</p>',     'Correctness determined by the following IDs'
   => 'Correctness determined by the following IDs',
    'Available functions'  
 => 'Verfügbare Funktionen',     'specified'
   => 'specified',
    'No group functionality.'  
 => 'Keine Gruppenfunktionen.',     'No IDs found to determine correct answer'
   => 'No IDs found to determine correct answer',
    'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].'  
 => 'Derzeit ist in der Gruppe [_1] keine Gruppenfunktion (z.B. E-Mail, Diskussion, Chat oder Dateien-Hochladen) verfügbar.',     'The file: [_1] you attempted to upload contained no information. Please check that you entered the correct filename.'
   => 'The file: [_1] you attempted to upload contained no information. Please check that you entered the correct filename.',
    'Group Page'  
 => 'Gruppenseite',     'Scanning clicker file'
   => 'Scanning clicker file',
    'Quota allocated to file repository:'  
 => 'Zugewiesener Speicherplatz für Dateiensammlung',     'Found [_1] question(s)'
   => '[_1] Frage(n) gefunden',
    'The quota is currently [_1] Mb'  
 => 'Der Speicherplatz beträgt derzeit [_1] MB',     'Awarding [_1] percent for correct and [_2] percent for incorrect responses'
   => 'Awarding [_1] percent for correct and [_2] percent for incorrect responses',
    'The quota can be increased to [_1] Mb, by adding all unallocated space for groups in the course.'  
 => 'Der Speicherplatz kann auf bis zu [_1] MB erhöht werden, indem der gesamte nicht zugewiesene Speicherplatz für Gruppen des Kurses hinzugefügt wird.',     'Clicker registered more than once'
   => 'Clicker registered more than once',
    '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.'  
 => 'Jedes kollaborative Werkzeug bietet allen Benutzern, die Zugriff auf das Werkzeug haben, grundlegende Berechtigungen. Einige Werkzeuge bieten weitere Möglichkeiten, die für ausgewählte Gruppenmitglieder eingestellt werden können.',     'Unregistered Clicker'
   => 'Unregistered Clicker',
    'All group members will receive the same privileges for any tool assigned to them, including the default set of optional privileges.'  
 => 'Alle Gruppenmitglieder erhalten die gleichen Berechtigungen für alle Werkzeuge, die ihnen zugewiesen wurden - die voreingestellten optionalen Berechtigungen eingeschlossen.',     'Found [_1] registered and [_2] unregistered clickers.'
   => 'Found [_1] registered and [_2] unregistered clickers.',
    'Different group members may receive different privileges from others for the tools they have been assigned.'  
 => 'Unterschiedliche Gruppenmitglieder können unterschiedliche Berechtigungen für Werkzeuge von anderen erhalten, die diese zugewiesen bekommen haben.',     'Found no correct answers for grading!'
   => 'Found no correct answers for grading!',
    'Indicate which <b>optional</b> privileges members will receive by default for a specific tool.'  
 => 'Angabe, welche <i>optionalen</i> Berechtigungen für ein bestimmtes Werkzeug voreingestellt zugewiesen werden sollen.',     'Found [_1] entries for grading!'
   => 'Found [_1] entries for grading!',
    '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 '  
 => 'Es handelt sich um die Berechtigungen, die Gruppenmitglieder durch das automatische Belegen von Gruppen zukünftig erhalten. Dies betrifft Benutzer, die bestimmte Sektionen/Rollen im Kurs erhalten ',     'Found no questions.'
   => 'Found no questions.',
    'if enabled on the next page'  
 => 'falls auf der nächsten Seite aktiviert',     'Finalize Grading'
   => 'Finalize Grading',
    'if enabled below'  
 => 'falls im Folgenden aktiviert',     'Question [_1]'
   => 'Question [_1]',
    'Additional privileges'  
 => 'Zusätzliche Berechtigungen',     'Assigning grades based on clicker file'
   => 'Assigning grades based on clicker file',
    'Fixed privileges'  
 => 'Feste Berechtigungen',     'More than one correct result given for question "[_1]": [_2] versus [_3].'
   => 'More than one correct result given for question "[_1]": [_2] versus [_3].',
    'Optional privileges'  
 => 'Optionale Berechtigungen',     'No correct result given for question "[_1]"!'
   => 'No correct result given for question "[_1]"!',
    'Collaborative Tool'  
 => 'Kollaboratives Werkzeug',     'Correct answer: [_1]'
   => '正确答案: [_1]',
    'Fixed'  
 => 'fest',     'Successfully stored grades for [_1] student(s).'
   => 'Successfully stored grades for [_1] student(s).',
    'Optional'  
 => 'optional',     'Grading Menu'
   => '评估菜单',
    'Additional Tools'  
 => 'Weitere Werkzeuge',     'Missing tags, unable to properly run file.'
   => 'Missing tags, unable to properly run file.',
    'Core privileges'  
 => 'Grund-Berechtigungen',     'Using tag [_1] on line [_2] as end tag to [_3]'
   => 'Using tag [_1] on line [_2] as end tag to [_3]', # ??? lonxml.pm [SB 2008-08-07]
    'For the collaborative tools included for group members being added or modified, there are no optional privileges to set for specific members.'  
 => 'Für die kollaborativen Werkzeuge, die für Gruppenmitglieder hinzugefügt bzw. geändert werden, gibt es keine optionalen Berechtigungen, die für bestimmte Mitglieder einzustellen wären.',     'Found tag [_1] on line [_2] when looking for [_3] in file.'
   => 'Found tag [_1] on line [_2] when looking for [_3] in file.',
    'All new group members will receive the same privileges.'  
 => 'Alle neuen Gruppenmitglieder werden die gleichen Berechtigungen erhalten.',     'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -'
   => 'ID [_1] contains invalid characters. IDs are only allowed to contain letters, numbers, spaces and -',
    'If previously expired members are being re-enabled, or if access for future members is being activated now, previously set privileges will be preserved.'  
 => 'Falls nicht mehr aktive Mitgliedschaften wiederhergestellt werden oder falls Zugriff für zukünftige Mitglieder jetzt aktiviert wird, bleiben zuvor eingestellte Berechtigungen erhalten.',     'File not found'
   => 'File not found',
    'As no group members are being added, there are no specific user privileges to set.'  
 => 'Da keine Gruppenmitglieder hinzugefügt werden, können auch keine Berechtigungen für bestimmte Benutzer eingestellt werden.',     'This file appears to be a rendering of a LON-CAPA resource. If this is correct, this resource will act very oddly and incorrectly.'
   => '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]
    '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'  
 => 'Es können keine Berechtigungen für Gruppenmitglieder angezeigt oder eingestellt werden, da Sie nicht angegeben haben, dass Sie Berechtigungen aktivieren, wiederherstellen oder ändern möchten oder dass Werkzeuge für aktuelle Benutzer hinzugefügt oder geändert werden sollen.',     'An error occurred while processing this resource. The instructor has been notified.'
   => 'An error occurred while processing this resource. The instructor has been notified.',
    'Currently the group is configured '  
 => 'Derzeit ist die Gruppe so konfiguriert, dass ',     'CourseID'
   => '课程编号',
    'so different members can receive different optional privileges for a particular tool.'  
 => 'unterschiedliche Gruppenmitglieder unterschiedliche optionale Berechtigungen für jedes einzelne Werkzeug erhalten können.',     'DocID'
   => '文件编号',
    'so all members will receive the same optional privileges for a particular tool.'  
 => 'alle Gruppenmitglieder die gleichen optionalen Berechtigungen für jedes einzelne Werkzeug erhalten.',     'Username, password and domain need to be specified.'
   => '用户名,密码和域必须指定!',
    'Settings for automatic group enrollment'  
 => 'Einstellungen für die automatisierte Gruppenbelegung',     'Untitled Resource'
   => '无名资源',
    'Group membership mapping to specific sections/roles'  
 => 'Verweis von Gruppen-Mitgliedschaften auf bestimmte Sektionen/Rollen',     'Not Available'
   => 'Not Available',
    'Enable/disable automatic group enrollment for users in specified roles and sections'  
 => 'Aktivierung/Deaktivierung der automatischen Belegung von Gruppen für Benutzer mit bestimmten Rollen und in bestimmten Sektionen',     'Clear'
   => 'Clear',
    '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.'  
 => 'Falls die automatische Gruppenbelegung aktiviert ist: Wenn ein Benutzer eine kursweite oder sektionsspezifische Rolle neu zugewiesen bekommen hat, wird er automatisch als Mitglied der Gruppe hinzugefügt. Das Anfangs- und Endedatum für den Zugriff wird durch die Datumswerte vorgegeben, die für die Gruppe voreingestellt sind. Das allerdings nur, wenn der Benutzer nicht bereits Gruppenmitglied mit Zugriffsdaten ist, die aktuellen oder zukünftigen Gruppenzugriff verbieten.',     'There are no parameters.'
   => 'There are no parameters.',
    "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."  
 => "Falls das automatische Ausschließen aus Gruppen aktiviert ist: Wenn eine Benutzerrolle ausläuft, wird der Zugriff auf die Gruppe entzogen, sofern der Benutzer nicht andere kursweite oder sektionsspezifische aktive oder zukünftige Rollen hat, die automatischen Gruppenzugriff ermöglichen.",     'enroll type/action'
   => '注册类型/行动',
    'Automatically enable group membership when roles are added?'  
 => 'Automatisches Belegen von Gruppen, wenn Rollen hinzugefügt werden?',     'Map not loaded: The file [_1] does not exist.'
   => 'Map not loaded: The file [_1] does not exist.',
    'Automatically expire group membership when roles are removed?'  
 => 'Automatisches Ausschließen aus Gruppen, wenn Rollen entfernt werden?',     'Saved.'
   => '保存的。',
    'Currently set to'  
 => 'Derzeit eingestellt auf',     'An error occurred while saving.'
   => 'An error occurred while saving.',
    'Mapping of roles and sections affected by automatic group enrollment/disenrollment follows scheme chosen below.'  
 => 'Das Verweisen von Rollen und Sektionen durch das automatische Belegen von/Ausschließen aus Gruppen folgt dem folgenden Schema.',     'Reverted.'
   => 'Reverted.',
    'Pick roles and sections for automatic group enrollment'  
 => 'Auswahl von Rollen und Sektionen für das automatische Belegen von Gruppen',     'Title in map'
   => 'Title in map',
    'Active?'  
 => 'Aktiv?',     'Filename of resource'
   => 'Filename of resource',
    'Send group mail'  
 => 'Gruppen-E-Mail senden', # .n.t.     'Link to published resource'
   => 'Link to published resource',
    'Create boards'  
 => 'Erstellen von Foren', # n.t.     'Link to resource in Authoring Space'
   => 'Link to resource in Authoring Space',
    'Edit own posts'  
 => 'Eigene Beiträge bearbeiten', # .n.t.     'Resource space'
   => 'Resource space',
    'Hide/Delete any post'  
 => 'Anzeigen/Löschen beliebiger Beiträge',     'discard'
   => 'discard',
    'View boards'  
 => 'Foren anschauen', # .n.t.     'Change Order'
   => 'Change Order',
    'Control Access'  
 => 'Zugriffskontrolle', # .n.t.     'Sort Imported Resources'
   => 'Sort Imported Resources',
    'Basic Display'  
 => 'Einfache Anzeige', # .n.t.     'Finalize order of resources'
   => 'Finalize order of resources',
    'Detailed Display'  
 => 'Detailierte Anzeige', # .n.t.     'Recover Deleted'
   => 'Recover Deleted',
    'View page'  
 => 'Seite betrachten', # .n.t.     'Recover Removed Resources'
   => 'Recover Removed Resources',
    'Modify page'  
 => 'Seite ändern', # .n.t.     'Recover Checked'
   => 'Recover Checked',
    'email'  
 => 'E-Mail',     'Recent Detailed Assessment Statistical Data'
   => 'Recent Detailed Assessment Statistical Data',
    'Broadcast mail'  
 => 'Broadcast-Nachricht',     'No information available'
   => 'No information available',
    'files'  
 => 'Dateien',     'Creating new file [_1]'
   => '创建新文件 [_1]',
    'Foils without names exist. This can cause problems to malfunction.'  
 => 'Es existieren Auswahlmöglichkeiten ohne Namen. Das könnte eine fehlerhafte Funktionalität verursachen.',     '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".'
   => '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".',
    'Unknown area style [_1]'  
 => 'Unbekannter Bereichstyp: [_1]',      'Associate Resource With Selected Course'
   => 'Associate Resource With Selected Course',
    "The message itself will begin with a first line: <i>'Forwarded message from'</i> followed by the original sender's name."  
 => "Die Nachricht wird in der ersten Zeile mit <i>Weitergeleitete Nachricht von'</i> starten, gefolgt vom Originalnamen des Absenders.",     'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.'
   => 'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.',
    'Forwarded message from '  
 => 'Weitergeleitete Nachricht von ',     'You can choose to transfer data from the added fields to the "Notes" field if you are planning to change the course association.'
   => 'You can choose to transfer data from the added fields to the "Notes" field if you are planning to change the course association.',
    'You received a critical message from [_1] in LON-CAPA.'  
 => 'Sie haben eine wichtige Nachricht von [_1] in LON-CAPA erhalten.',     'not available'
   => 'not available',
    'You received a message from [_1] in LON-CAPA.'  
 => 'Sie haben eine Nachricht von [_1] in LON-CAPA erhalten.',     'most recent version'
   => 'most recent version',
    "'New'  critical message from "  
 => "Neue wichtige Nachricht von ",     'information not available'
   => 'information not available',
    "'New'  message from "  
 => "Neue Nachricht von ",     'Num Student'
   => 'Num Student',
    'Refers to'  
 => 'Bezieht sich auf',     'Degree of Difficulty'
   => 'Degree of Difficulty',
    'Previous attempts of student (if applicable)'  
 => 'Bisherige Versuche des Studenten (falls verfügbar)',     'Degree of Discrimination'
   => 'Degree of Discrimination',
    'Original screen output (if applicable)'  
 => 'Original-Bildschirmausgabe (falls verfügbar)',     'Time of computation'
   => 'Time of computation',
    'Correct Answer(s) (if applicable)'  
 => 'Korrekte Antwort(en) (falls verfügbar)',     'Messages deleted.'
   => '邮件已删除。',
    '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.'  
 => 'Sie haben auf Ihnen zugesandte LON-CAPA-Nachrichten zwischen [_1] und [_2] bis zum Ende dieses Zeitbereichs keinen Zugriff, da Sie Student in einem Kurs mit aktiver Kommunikationssperre sind.',     'Error deleting messages'
   => 'Error deleting messages',
    'The subject is  
      'Messages cleared.'
  [_1]  => '邮件已删除。',
   
 '     'Error clearing messages'
 => 'Der Betreff lautet  => '删除邮件时发生错误',
   
  [_1]     'Delete Messages for this Resource'
   => 'Delete Messages for this Resource',
 ',  
      'Back To Directory'
    'Excerpt'  => '返回目录',
 => 'Auszug',  
      'Associated with course [_1]'
    'Use  => 'Associated with course [_1]',
   
  [_1]     'This resource is not associated with a course.'
   => 'This resource is not associated with a course.',
 to access the full message.'  
 => 'Ueber     'Discard Edits and Return to Portfolio'
   => 'Discard Edits and Return to Portfolio',
  [_1]  
      'Could not transfer data in added fields to notes'
 erhalten Sie auf die gesamte Nachricht Zugriff.',  => 'Could not transfer data in added fields to notes',
   
    'You can reply to this message'     'Transferred data in added fields to notes'
 => 'Sie können auf diese Nachricht antworten.',  => 'Transferred data in added fields to notes',
   
    'Please do not reply to this address.'     'Home'
 => 'Bitte antworten Sie nicht an die Absender-E-Mail-Adresse.',  => '根目录',
   
    'A reply will not be received by the recipient!'     'Usage Statistics'
 => 'Eine Antwort wuerde nicht beim vorgesehenen Empfaenger ankommen!',  => '使用统计',
   
    "Include in course's 'User records' for recipient(s)"     'Courses/Network Hits'
 => "In Kurs-Benutzeraufzeichnungen des Empfängers einbinden",  => '课程/网络访问次数',
   
    'No replies to sender'     'Already in this course:'
 => 'Keine Antwort an Absender möglich',  => 'Already in this course:',
   
    'View recent activity'     '[_1] in folder/map [_2]'
 => 'Zuletzt stattgefundene Aktivitäten',  => '[_1] in folder/map [_2]',
   
    'Display Message'     'External Resource, preview not enabled'
 => 'Nachricht anzeigen',  => 'External Resource, preview not enabled',
   
    'Replying to a Message'     'Somewhere something went wrong'
 => 'Nachricht beantworten',  => 'Somewhere something went wrong',
   
    'Forwarding a Message'     'Please help us to find out what.'
 => 'Nachricht weiterleiten',  => 'Please help us to find out what.',
   
    'Forwarding Multiple Messages'     'Please take a moment to fill out the form below.'
 => 'Mehrere Nachrichten weiterleiten',  => 'Please take a moment to fill out the form below.',
   
    'At end of file some tags were still left unclosed, '     'Your information, together with internal debugging information, will be emailed to the system and server administrators.'
 => 'Am Ende der Datei sind noch nicht geschlossene Tags übrig: ',  => 'Your information, together with internal debugging information, will be emailed to the system and server administrators.',
   
    'Upload and Send'     'Send Information'
 => 'Hochladen und Absenden',  => '发送错误报告',
   
    'Select courses'     'Please describe what you did just before this screen came up'
 => 'Kursauswahl',  => 'Please describe what you did just before this screen came up',
   
    'Choose which course(s) to list.'     'Is this problem reproducible?'
 => 'Auswahl der Kurse, die angezeigt werden sollen',  => 'Is this problem reproducible?',
   
    'Display courses'     'Yes!'
 => 'Kurse anzeigen',  => '是!',
   
    'Public'     'Do you have any guesses why this might have happened?'
 => 'Öffentlich',  => '你有任何猜测,为什么会发生?',
   
    ' Answer [_1]'     'Thank you for your help!'
 => ' Antwort [_1]',  => '谢谢您的支持!',
   
    'EditXML [_1]'     'Internal info:'
 => 'XML-Editor [_1]',  => '内部信息:',
   
    'Not authorized'     'Report submitted'
 => 'Nicht berechtigt',  => '提交的报告',
   
    'An error occurred while processing this resource. The author has been notified.'     'Sending Error Report'
 => 'Während der Verarbeitung dieser Ressource ist ein Fehler aufgetreten. Der Autor wurde informiert.',  => '发送错误报告',
   
    'Code ran too long. It ran for more than'     'Thank you!'
 => 'Die Ausführung hat zu lange gedauert. Sie dauerte länger als',  => '谢谢您!',
   
    'seconds occurred while running &lt;while&gt; on line'     'Warning: Report not submitted'
 => 'Sekunden, während &lt;while&gt; ausgeführt wurde in Zeile',  => '警告:报告未提交',
   
    'Student View'     'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.'
 => 'Studentische Sicht',  => 'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.',
   
    'Correct answer'     'The document contains errors and cannot be published.'
 => 'Korrekte Antwort',  => 'The document contains errors and cannot be published.',
   
    'Could not identify problem.'     'error(s)'
 => 'Aufgabe konnte nicht identifiziert werden', # ???  => 'error(s)',
   
    'Chart'     '[quant,_1,error]'
 => 'Chart',  => '[quant,_1,error]',
   
    'Student Data</b>'     'Please fill out all fields below.'
 => 'Studentische Daten</b>', # !  => '请填写以下所有问题。',
   
    'HTML, with links'     '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.'
 => 'HTML, mit Links',  => '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.',
   
    'HTML, with all links'     'Caution: this folder is set to randomly order its contents. Adding or removing resources from this folder will change the order of resources shown.'
 => 'HTML, mit allen Links',  => 'Caution: this folder is set to randomly order its contents. Adding or removing resources from this folder will change the order of resources shown.',
   
    'HTML, without links'     'Parameters'
 => 'HTML, ohne Links',  => '参数',
   
    'Output Data'     'Parameters:'
 => 'Ausgabedaten',  => '参数:',
   
    'Scores Summary'     'Total Score and Maximum Possible for each Sequence or Folder'
 => 'Punktesumme',  => 'Total Score and Maximum Possible for each Sequence or Folder',
   
    'Scores Per Problem'     'Score on each Problem Part'
 => 'Punkte je Aufgabe',  => 'Score on each Problem Part',
   
    'Parts Correct'     'Number of Tries before success on each Problem Part'
 => 'Richtige Teile',  => 'Number of Tries before success on each Problem Part',
   
    'fullname'     'Number of Problem Parts completed successfully'
 => 'Vollständiger Name',  => 'Number of Problem Parts completed successfully',
   
    'id'     'Unable to retrieve course information.'
 => 'ID/Matr.-Nr',  => 'Unable to retrieve course information.',
   
    'Generate Chart'     'Please select an action to perform using the new filename'
 => 'Chart generieren',  => 'Please select an action to perform using the new filename',
   
    'Generate Graph'     'View or modify a course'
 => 'Chart generieren',  => '查看或修改课程',
   
    'Select One Student'     'Enter the course with the role of [_1]'
 => 'Einzelnen Studenten wählen',  => 'Enter the course with the role of [_1]',
   
    'All sections.'     'Enter the course with the role of [_1].'
 => 'Alle Sektionen.',  => 'Enter the course with the role of [_1].',
   
    'Section [_1].'     'View or modify course settings which only a [_1] may modify.'
 => 'Sektion [_1].',  => 'View or modify course settings which only a [_1] may modify.',
   
    'Section [_1]'     'Manage course users'
 => 'Sektion [_1]',  => '管理课程参加者',
   
    'Sections [_1] and [_2].'     'Upload a File of Course Users'
 => 'Sektionen [_1] und [_2].',  => '课程用户上传文件',
   
    'All groups.'     'Add/Modify a Course User'
 => 'Alle Gruppen.',  => '添加/修改课程用户',
   
    'Group [_1].'     'Edit Custom Roles'
 => 'Gruppe [_1].',  => '编辑自定义角色',
   
    'Groups [_1] and [_2].'     'Custom Role'
 => 'Gruppen [_1] und [_2].',  => '自定义角色',
   
    'Active access status.'     'Enroll a Single Student'
 => 'Aktiver Zugriffsstatus.',  => '注册一名学生',
   
    'Future access status.'     'Enroll a student'
 => 'Zukünftiger Zugriffsstatus.',  => '注册学生',
   
    'Expired access status.'     'Manage Course Groups'
 => 'Abgelaufener Zugriffsstatus.',  => '管理课程组',
   
    'Any access status.'     'This error occurred while processing response [_1] in part [_2]'
 => 'Beliebiger Zugriffsstatus.',  => 'This error occurred while processing response [_1] in part [_2]',
   
    'Show links in new window:'     'This error occurred while processing part [_1]'
 => 'Links in neuem Fenster öffnen:',  => 'This error occurred while processing part [_1]',
   
    'Summary Tables'     'Unable to find section for this student'
 => 'Zusammenfassende Tabellen',  => 'Unable to find section for this student',
   
    'Summary table for [_1] ([_2]@[_3])'     'Classlist update for "[_1]" in "[_2]".'
 => 'Zusammenfassende Tabelle für [_1] ([_2]@[_3])',  => 'Classlist update for "[_1]" in "[_2]".',
   
    'Average'     'Error: "[_1]" during classlist update for "[_2]" in "[_3]".'
 => 'Durchschnitt',  => 'Error: "[_1]" during classlist update for "[_2]" in "[_3]".',
   
    'Maximum'     'Role: '
 => 'Maximum',  => '角色: ',
   
    'Return to the chart'     'Identify fields in uploaded list'
 => 'Zurück zum Chart',  => 'Identify fields in uploaded list',
   
    "Click on a student's name or username to view their chart"     'Default domain'
 => "Klicken Sie auf den Namen oder die Benutzerkennung eines Studenten, um dessen Chart anzuzeigen",  => '默认域',
   
    'status'     'Change authentication for existing users in domain "[_1]" to these settings?'
 => 'Status',  => 'Change authentication for existing users in domain "[_1]" to these settings?',
   
    'groups'     'LON-CAPA Home Server for New Users'
 => 'Gruppen',  => 'LON-CAPA 家庭服务器的新用户',
   
    'Click on a students name or username to view their chart'     'LON-CAPA domain: [_1] with home server:'
 => 'Klick auf Name/Benutzerkennung zeigt zugehöriges Chart',  => 'LON-CAPA 域 [_1] 与家庭服务器:',
   
    'Essay will be hand graded.'     'Settings for assigning roles'
 => 'Essay wird manuell bewertet.',  => 'Settings for assigning roles',
   
    'Text you want to appear by default:'     'Pick the action to take on roles for these users:'
 => 'Text, der voreingestellt angezeigt werden soll:',  => 'Pick the action to take on roles for these users:',
   
      'No role changes'
    'Check as many files as you wish in response to the problem:'  => 'No role changes',
 => 'Wählen Sie alle Dateien aus, die als Antwort eingereicht werden sollen:',  
      'Add a domain role'
    'Select portfolio files'  => 'Add a domain role',
 => 'Auswahl Portfolio-Dateien',  
      'Add a course role'
    'Select checked files, and continue selecting'  => 'Add a course role',
 => 'Auswahl übernehmen und weiter auswählen',  
      'Default role'
    'Select checked files, and close window'  => 'Default role',
 => 'Auswahl übernehmen und Fenster schließen',  
      'Choose the role to assign to users without a value specified in the uploaded file.'
    'Copy of'  => 'Choose the role to assign to users without a value specified in the uploaded file.',
 => 'Kopie von',  
      'Default role and section'
    'The e-mail address you provided does not match the address recorded in the LON-CAPA system for the username and domain you provided.'  => 'Default role and section',
 => 'Die von Ihnen eingegebene E-Mail-Adresse stimmt nicht mit der im LON-CAPA-System hinterlegten Adresse des angegebenen Benutzers überein.',  
      'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.'
    'Overall result: [_1]'  => 'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.',
 => 'Gesamtergebnis: [_1]',  
      'Default role and/or section(s)'
    'Dimension: [_1], status [_2] '  => 'Default role and/or section(s)',
 => 'Dimension: [_1], Status [_2] ',  
      'Role and/or section(s) for users without values specified in the uploaded file.'
    'Queue Status'  => 'Role and/or section(s) for users without values specified in the uploaded file.',
 => 'Warteschlangen-Status',  
      'Display students with current/future access who are not in the uploaded file.'
    'Check Mark'  => 'Display students with current/future access who are not in the uploaded file.',
 => 'Markierung auswählen',  
      'Students selected from this list can be dropped.'
    'Return commented version of [_1] to student.'  => 'Students selected from this list can be dropped.',
 => 'Rückgabe kommentierter Version von [_1] an Studenten.',  
      'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).'
    'Download All Submitted Documents'  => 'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).',
 => 'Alle eingereichten Dokumente herunterladen',  
      'make these dates the default access dates for future student enrollment'
    'Essay is [_1]% similar to an essay by [_2] ([_3]:[_4]) in course [_5] (course id [_6]:[_7])'  => 'make these dates the default access dates for future student enrollment',
 => 'Das Essay stimmt zu [_1]% mit dem Essay von [_2] ([_3]:[_4]) im Kurs [_5] (Kurs-ID [_6]:[_7]) überein',  
      'Set default start and end access dates for course.'
    'Compose message to student'  => 'Set default start and end access dates for course.',
 => 'Nachricht an Studenten erstellen',  
      'Unable to set default access dates for course.'
    'incl. grades'  => 'Unable to set default access dates for course.',
 => 'Bewertung einbinden',  
      'Please select'
    'Message will be sent when you click on Save & Next below.'  => 'Please select',
 => 'NAchricht wird gesendet sobald Sie auf Speichern und weiter klicken.',  
      'User Status: [_1]'
    'Set/Change parameters'  => '用户状态: [_1]',
 => 'Parameter setzen/ändern',  
      'Role Type: [_1]'
    'Grading Feedback'  => '角色类别: [_1]',
 => 'Bewertungs-Feedback',  
      'Any role'
    'Sending message to [_1]:[_2]'  => '任意角色',
 => 'Sende Nachricht an [_1]:[_2]',  
      'Role: [_1]'
    'Not allowed to modify grades for [_1]'  => '角色: [_1]',
 => 'Keine Berechtigung zur Änderung der Bewertungen für [_1].',  
      'Select Course(s)'
    'You need to specify the username or ID'  => '选择课程',
 => 'Sie müssen eine Benutzerkennung oder eine ID/Matrikelnummer angeben',  
      'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.'
    'You need to specify at least one grading field'  => 'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.',
 => 'Sie müssen mindestens ein Bewertungsfeld ausfüllen',  
      'There are no co-authors to display.'
    'Specify a file containing the class scores for current resource'  => 'There are no co-authors to display.',
 => 'Angabe einer Datei, die Kursbewertungen für diese Ressource enthält',  
      'There are no users with domain roles to display.'
    'Upload Scores'  => 'There are no users with domain roles to display.',
 => 'Bewertungen hochladen',  
      'There are no authors or co-authors to display.'
    'Some point values were assigned for problems with a weight of zero. These values were ignored.'  => 'There are no authors or co-authors to display.',
 => 'In einigen Aufgaben wurden Punkte vergeben, in denen die Gewichtung Null ist. Daher wurden diese Werte ignoriert.',  
      'There are no course users to display'
    'Use CODE:'  => 'There are no course users to display',
 => 'verwende CODE:',  
      'There are no course users to display.'
    'Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.'  => 'There are no course users to display.',
 => 'Einige Ressourcen in der Sequenz sind derzeit nicht auf Examen-Modus gestellt. Eine Bewertung dieser Ressourcen könnte derzeit nicht korrekt funktionieren.',  
      'There are no users matching the search criteria.'
    'scores from file' # Upload scores from file  => 'There are no users matching the search criteria.',
 => 'von Bewertungen aus Datei',  
      "You must select at least one user by checking a user's 'Select' checkbox"
    'Process'  => "You must select at least one user by checking a user's 'Select' checkbox",
 => 'Verarbeite',  
      'You need to select an action to take for the user(s) you have selected'
    'clicker file' # Process clicker file  => 'You need to select an action to take for the user(s) you have selected',
 => 'Clicker-Datei',  
      ' for a single user?'
    'Grade'  => ' for a single user?',
 => 'Bewerte',  
      ' for multiple users?'
    'scantron forms' # Grade scantron forms  => ' for multiple users?',
 => 'Scantron-Formulare',  
      'Proceed'
    'Verify'  => '下一步',
 => 'Überprüfen',  
      'Action to take for selected users'
    'receipt'  => 'Action to take for selected users',
 => 'Nachweis-Nr.',  
      'Behavior of clickable username link for each user'
    'Manage'  => 'Behavior of clickable username link for each user',
 => 'Verwalten',  
      "Display a user's personal page"
    'access times' # Manage access times  => "显示个人网页",
 => 'der Zugriffszeiten', # n.t.  
      "Modify a user's information"
    'saved CODEs' # View saved CODEs  => "Modify a user's information",
 => 'gespeicherte CODEs', # n.t.  
      'Course(s): description, section(s), status'
    'Specify a file containing the clicker information for this resource'  => 'Course(s): description, section(s), status',
 => 'Angabe einer Datei, die Clicker-Informationen für diese Ressource enthält',  
      "Click on a username to view the user's personal page."
    'Upload File'  => "点击用户名,以查看用户的个人网页。",
 => 'Datei hochladen',  
      'auto'
    'Award points just for participation'  => '自动',
 => 'Erreichte Punkte, lediglich für Teilnahme',  
      'manual'
    'Correctness determined from response by course personnel'  => '手动',
 => 'Korrektheit, bestimmt durch Antwort durch Kurspersonal',  
      'Unlock'
    'Correctness determined from response with clicker ID(s)'  => 'Unlock',
 => 'Korrektheit, bestimmt durch Antwort mit Clicker-ID(s)',  
      'Lock'
    'Percentage points for correct solution'  => 'Lock',
 => 'Prozentuale Punkte für korrekte Lösung',  
      'Domain Roles'
    'Percentage points for incorrect solution'  => '域角色',
 => 'Prozentuale Punkte für inkorrekte Lösung',  
      'Co-Author Roles'
    'You need to specify a clicker ID for the correct answer'  => '合著者角色',
 => 'Sie müssen für die korrekte Antwort eine Clicker-ID angeben',  
      'Course Roles'
    'Score based on attendance only'  => '课程角色',
 => 'Punkte, die lediglich auf Anwesenheit beruhen',  
      'Date and Section selector'
    'Correctness determined by the following IDs'  => '日期和组选择',
 => 'Korrektheit, bestimmt durch folgende IDs',  
      'Date selector'
    'specified'  => '日期选择器',
 => 'angegeben',  
      "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'"
    'No IDs found to determine correct answer'  => "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'",
 => 'Keine IDs gefunden, um korrekte Antwort bestimmen zu können',  
      "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'"
    '[_1] Error: [_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.'  => "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'",
 => '[_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.',  
      'Choose an action to take for selected users'
    'Scanning clicker file'  => 'Choose an action to take for selected users',
 => 'Scanne Clicker-Datei',  
      'New section to assign'
    'Found [_1] question(s)'  => 'New section to assign',
 => '[_1] Frage(n) gefunden',  
      'Use "Save" to update the main window with your selections.'
    'Awarding [_1] percent for correct and [_2] percent for incorrect responses'  => 'Use "Save" to update the main window with your selections.',
 => '[_1] Prozent für korrekte und [_2] Prozent für inkorrekte Antworten erhalten',  
      'New section'
    'Clicker registered more than once'  => '新的章节',
 => 'Clicker ist mehr als einmal registriert',  
      'Course - [_1]:'
    'Unregistered Clicker'  => '课程 - [_1]:',
 => 'Nicht registrierter Clicker',  
      'Domain - [_1]:'
    'Found [_1] registered and [_2] unregistered clickers.'  => '域 - [_1]:',
 => '[_1] registrierte und [_2] nicht registrierte Clicker gefunden.',  
      'Users in course with expired [_1] roles'
    'Found no correct answers answers for grading!'  => 'Users in course with expired [_1] roles',
 => 'Keine korrekten Antworten zur Bewertung gefunden!',  
      'Users in course with future [_1] roles'
    'Found [_1] entries for grading!'  => 'Users in course with future [_1] roles',
 => '[_1] Einträge zur Bewertung gefunden!',  
      'Users in course with active [_1] roles'
    'Found no questions.'  => 'Users in course with active [_1] roles',
 => 'Keine Fragen gefunden.',  
      'All users in course'
    'Finalize Grading'  => 'All users in course',
 => 'Bewertung abschließen',  
      'All users in course with [_1] roles'
    'Question [_1]'  => 'All users in course with [_1] roles',
 => 'Frage [_1]',  
      'only users in section "[_1]"'
    'Assigning grades based on clicker file'  => 'only users in section "[_1]"',
 => 'Weise Bewertungen zu, die auf der Clicker-Datei basieren',  
      'only users affiliated with no section or section "[_1]"'
    'More than one correct result given for question "[_1]": [_2] versus [_3].'  => 'only users affiliated with no section or section "[_1]"',
 => 'Mehr als eine korrektes Ergebnis gegeben für Frage "[_1]": [_2] gegen [_3].',  
      ' and not in any group'
    'No correct result given for question "[_1]"!'  => ' and not in any group',
 => 'Kein korrektes Ergebnis für Frage "[_1]" gegeben!',  
      ' and members of group: "[_1]"'
    'Correct answer: [_1]'  => ' and members of group: "[_1]"',
 => 'Korrekte Antwort: [_1]',  
      'only users affiliated with no section'
    'Successfully stored grades for [_1] student(s).'  => 'only users affiliated with no section',
 => 'Erfolgreiche Speicherung der Bewertungen für [_1] Studenten.',  
      'only users affiliated with section "[_1]"'
    'Grading Menu'  => 'only users affiliated with section "[_1]"',
 => 'Bewertungsmenü',  
      'only users not in any group'
    'Missing tags, unable to properly run file.'  => 'only users not in any group',
 => 'Fehlende Tags. Die Datei kann nicht ordnungsgemäß ausgeführt werden.',  
      ' and also not in any group'
    'Using tag [_1] on line [_2] as end tag to [_3]'  => ' and also not in any group',
 => 'Using tag [_1] on line [_2] as end tag to [_3]', # ??? lonxml.pm [SB 2008-08-07]  
      'only members of group: "[_1]"'
    'Found tag [_1] on line [_2] when looking for [_3] in file.'  => '只有该组成员 "[_1]"',
 => 'In der Datei wurde in Zeile [_2] das Tag [_1] gefunden, wo [_3] erwartet wurde.',  
      ' and also members of group: "[_1]"'
    'ID &quot;[_1]&quot; contains invalid characters, IDs are only allowed to contain letters, numbers, spaces and -'  => ' and also members of group: "[_1]"',
 => 'ID &quot;[_1]&quot; enthält ungültige Zeichen. Gültige Zeichen für IDs sind nur Buchstaben, Ziffern, Zahlen, Leerzeichen und -',  
      'Author space for [_1]'
    'File not found'  => 'Author space for [_1]',
 => 'Datei nicht gefunden',  
      'Co-authors with expired [_1] roles'
    'This file appears to be a rendering of a LON-CAPA resource. If this is correct, this resource will act very oddly and incorrectly.'  => 'Co-authors with expired [_1] roles',
 => 'Diese Datei scheint eine Umwandlung einer LON-CAPA-Ressource zu sein. Falls dies zutrifft, wird sich diese Ressource sehr unpassend und inkorrekt verhalten.', # ??? [SB 2007-11-27]  
      'Co-authors with future [_1] roles'
    'An error occurred while processing this resource. The instructor has been notified.'  => 'Co-authors with future [_1] roles',
 => 'Während der Verarbeitung dieser Ressource ist ein Fehler aufgetreten. Der Dozent wurde informiert.',  
      'Co-authors with active [_1] roles'
    'CourseID'  => 'Co-authors with active [_1] roles',
 => 'Kurs-ID',  
      'All co-authors'
    'DocID'  => '所有合著者',
 => 'Dokumenten-ID',  
      'All co-authors with [_1] roles'
    'Username, password and domain need to be specified.'  => 'All co-authors with [_1] roles',
 => 'Benutzerkennung, Passwort und Domäne müssen angegeben werden!',  
      'Users in domain with expired [_1] roles'
    'Untitled Resource'  => 'Users in domain with expired [_1] roles',
 => 'Unbenannte Ressource',  
      'Users in domain with future [_1] roles'
    'Not Available'  => 'Users in domain with future [_1] roles',
 => 'Nicht verfügbar',  
      'Users in domain with active [_1] roles'
    'Clear'  => 'Users in domain with active [_1] roles',
 => 'Leeren',  
      'All users in domain'
    'There are no parameters.'  => 'All users in domain',
 => 'Derzeit existieren keine Parametereinstellungen.',  
      'All users in domain with [_1] roles'
    'enroll type/action'  => 'All users in domain with [_1] roles',
 => 'Belegungstyp/Aktion',  
      'Co-authors in domain with expired [_1] roles'
    '<br />Map not loaded: The file <tt>[_1]</tt> does not exist.'  => 'Co-authors in domain with expired [_1] roles',
 => '<br />Inhaltszusammenstellung nicht geladen: Die Datei <tt>[_1]</tt> existiert nicht.',  
      'Co-authors in domain with future [_1] roles'
    'Saved.'  => 'Co-authors in domain with future [_1] roles',
 => 'Gespeichert.',  
      'Co-authors in domain with active [_1] roles'
    'An error occurred while saving.'  => 'Co-authors in domain with active [_1] roles',
 => 'Beim Speichern ist ein Fehler aufgetreten.',  
      'All users with co-author roles in domain'
    'Reverted.'  => 'All users with co-author roles in domain',
 => 'Zurückgesetzt.',  
      'All co-authors in domain  with [_1] roles'
    'Title in map'  => 'All co-authors in domain  with [_1] roles',
 => 'Titel in Inhaltszusammenstellung',  
      'All courses in domain'
    'Filename of resource'  => 'All courses in domain',
 => 'Dateiname der Ressource',  
      'Courses in domain with institutional code: [_1]'
    'Link to published resource'  => 'Courses in domain with institutional code: [_1]',
 => 'Link auf veröffentlichte Ressource',  
      'Selected courses in domain'
    'Link to resource in Construction Space'  => 'Selected courses in domain',
 => 'Link auf Ressource im Konstruktionsbereich',  
      'users with expired [_1] roles'
    'Resource space'  => 'users with expired [_1] roles',
 => 'Ressourcenbereich',  
      'users with future [_1] roles'
    'Construction space'  => 'users with future [_1] roles',
 => 'Konstruktionsbereich',  
      'users with active [_1] roles'
    'discard'  => 'users with active [_1] roles',
 => 'verwerfen',  
      'all users'
    'Change Order'  => '所有用户',
 => 'Reihenfolge ändern',  
      'users with [_1] roles'
    'Sort Imported Resources'  => '用户角色"[_1]"',
 => 'Importierte Ressourcen sortieren',  
      'There are no students to drop.'
    'Finalize order of resources'  => 'There are no students to drop.',
 => 'Reihenfolge der Ressourcen festlegen',  
      'Upload a file containing information about users'
    'Recover Deleted'  => '上传一个包含有用户信息的文件',
 => 'Gelöschtes wiederherstellen',  
      'Upload file of users'
    'Recover Removed Resources'  => '上传用户文件',
 => 'Gelöschte Ressourcen wiederherstellen',  
      'How do I create a users list from a spreadsheet'
    'Recover Checked'  => '如何从电子表格建立用户列表',
 => 'Ausgewählte wiederherstellen',  
      'Unable to enroll users'
    'Recent Detailed Assessment Statistical Data'  => '无法注册用户',
 => 'Aktuelle detailierte statistische Beurteilungsdaten',  
      'Enrolling Users'
    'No information available'  => '注册用户',
 => 'Keine Information verfügbar',  
      'Updating Co-authors'
    'Creating new file [_1]'  => '更新共同作者',
 => 'Erzeuge neue Datei [_1]',  
      'Adding/Modifying Users'
    '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\''  => '添加/修改用户',
 => 'Falls Sie diese Ressource ([_1]) mit einem aktuellen oder alten Kurs verknüpfen wollen, wählen Sie bitte einen Kurs aus der unten angebotenen Liste. Ansonsten wählen Sie \'nichts\'.',  
      'Default section name [_1] could not be used as it is a reserved word.'
    'Associate Resource With Selected Course'  => 'Default section name [_1] could not be used as it is a reserved word.',
 => 'Verknüpfte Ressource mit ausgewähltem Kurs',  
      'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.'
    'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.'  => 'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.',
 => 'Diese Ressource ist derzeit mit einem Kurs ([_1]) verknüpft, der zusätzliche kursspezifische Metadaten-Felder enthält.',  
      '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.'
    'You can choose to transfer data from the added fields to the "Notes" field if you are planning to change the course association.'  => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.',
 => 'Sie können die Daten der zusätzlichen Felder in das "Bemerkungen"-Feld transferieren lassen, falls Sie vorhaben, die Kursverknüpfung zu ändern.',  
      '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.'
    'not available'  => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.',
 => 'nicht verfügbar',  
      'Section names and group names must be distinct.'
    'most recent version'  => 'Section names and group names must be distinct.',
 => 'neueste Version',  
      '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".'
    'information not available'  => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".',
 => 'Information nicht verfügbar',  
      'This user already has an active/future student role in the course, unaffiliated to any section.'
    'Num Student'  => 'This user already has an active/future student role in the course, unaffiliated to any section.',
 => 'Anz. Studenten',  
      'This user already has an active/future role in section "[_1]" of the course.'
    'Degree of Difficulty'  => 'This user already has an active/future role in section "[_1]" of the course.',
 => 'Schwierigkeitsgrad',  
      'Although your current role has privileges to add students to section "[_1]", you do not have privileges to modify existing enrollments in other sections.'
    'Degree of Discrimination'  => 'Although your current role has privileges to add students to section "[_1]", you do not have privileges to modify existing enrollments in other sections.',
 => 'Grad der Abgrenzung',  
      '[_1]: You do not have permission to add the requested role [_2] for the user.'
    'Time of computation'  => '[_1]: You do not have permission to add the requested role [_2] for the user.',
 => 'Zeit der Erstellung',  
      'Allowable role(s) is/are: [_1].'
    'Messages deleted.'  => 'Allowable role(s) is/are: [_1].',
 => 'Nachrichten gelöscht.',  
      '[_1]: Unable to enroll. No password specified.'
    'Error deleting messages'  => '[_1]: Unable to enroll. No password specified.',
 => 'Fehler beim Löschen der Nachrichten',  
      '[_1]: Unable to add co-author. No password specified.'
    'Messages cleared.'  => '[_1]: Unable to add co-author. No password specified.',
 => 'Nachrichten entfernt.',  
      '[_1]: Unable to add user. No password specified.'
    'Error clearing messages'  => '[_1]: Unable to add user. No password specified.',
 => 'Fehler beim Entfernen der Nachrichten',  
      'Processed [quant,_1,user].'
    'Delete Messages for this Resource'  => 'Processed [quant,_1,user].',
 => 'Nachrichten für diese Ressource löschen',  
      'Roles added for [quant,_1,user].'
    'Back To Directory'  => 'Roles added for [quant,_1,user].',
 => 'Zurück zum Verzeichnis',  
      '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.'
    'Associated with course [_1]'  => '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.',
 => 'Verknüpft mit Kurs [_1]',  
      'No roles added'
    'This resource is not associated with a course.'  => 'No roles added',
 => 'Diese Ressource ist mit keinem Kurs verknüpft.',  
      'Authentication changed for [_1] existing users.'
    'Discard Edits and Return to Portfolio'  => 'Authentication changed for [_1] existing users.',
 => 'Änderungen verwerfen und zurück zum Portfolio-Bereich',  
      'Students to Drop'
    'Could not transfer data in added fields to notes'  => 'Students to Drop',
 => 'Die Daten der zusätzlichen Felder konnten nicht in das "Bemerkungen"-Feld transferiert werden',  
      'There are no students with current/future access to the course.'
    'Transferred data in added fields to notes'  => 'There are no students with current/future access to the course.',
 => 'Die Daten der zusätzlichen Felder wurden in das "Bemerkungen"-Feld transferiert',  
      '[_1]: Unable to add/modify: [_2]'
    'Home'  => '[_1]: Unable to add/modify: [_2]',
 => 'Heimatverzeichnis',  
      '[_1]: Unable to modify authentication: [_2]'
    'Usage Statistics'  => '[_1]: Unable to modify authentication: [_2]',
 => 'Nutzungsstatistiken',  
      '[_1]: Unable to add role: [_2]'
    'Courses/Network Hits'  => '[_1]: Unable to add role: [_2]',
 => 'Kursweite/Netzwerkweite Anzahl an Zugriffen ("Hits")',  
      'No change in section assignment (none)'
    'Already in this course:<br />[_1] in folder/map [_2].<br />'  => 'No change in section assignment (none)',
 => 'Bereits in diesem Kurs:<br />[_1] im Verzeichnis/Inhaltszusammenstellung [_2].<br />',  
      "Revoked role of '[_1]' in [_2] for [_3]"
    'External Resource, preview not enabled'  => "Revoked role of '[_1]' in [_2] for [_3]",
 => 'Externe Ressource, Vorschau nicht aktiviert',  
      "Deleted role of '[_1]' in [_2] for [_3]"
    'Somewhere something went wrong'  => "Deleted role of '[_1]' in [_2] for [_3]",
 => 'Irgendwo ist irgendwas schief gelaufen',  
      "Re-enabled role of '[_1]' in [_2] for [_3]"
    'Please help us to find out what.'  => "Re-enabled role of '[_1]' in [_2] for [_3]",
 => 'Bitte helfen Sie uns herauszufinden, was passiert ist!',  
      "Activated role of '[_1]' in [_2] for [_3]"
    'Please take a moment to fill out the form below.'  => "Activated role of '[_1]' in [_2] for [_3]",
 => 'Bitte nehmen Sie sich einen Moment Zeit, um das folgende Formular auszufüllen.',  
      "Changed Access Dates for role of '[_1]' in [_2] for [_3]"
    'Your information, together with internal debugging information, will be emailed to the system and server administrators.'  => "Changed Access Dates for role of '[_1]' in [_2] for [_3]",
 => 'Ihre Informationen, zusammen mit internen Debugging-Daten, werden an die System- und Server-Administratoren per E-Mail weitergeleitet.',  
      "Changed section for role of '[_1]' in [_2] for [_3]"
    'Send Information'  => "Changed section for role of '[_1]' in [_2] for [_3]",
 => 'Fehlerbericht abschicken',  
      "Dropped role of '[_1]' in [_2] for [_3]"
    'Please describe what you did just before this screen came up'  => "Dropped role of '[_1]' in [_2] for [_3]",
 => 'Bitte erläutern Sie, was Sie getan haben, unmittelbar bevor dieser Bildschirm erschien.',  
      'Error revoking [_1] in [_2] for [_3]: [_4].'
    'Is this problem reproducible?'  => 'Error revoking [_1] in [_2] for [_3]: [_4].',
 => 'Ist das Problem reproduzierbar?',  
      'Error deleting [_1] in [_2] for [_3]: [_4].'
    'Yes!'  => 'Error deleting [_1] in [_2] for [_3]: [_4].',
 => 'Ja!',  
      'Error re-enabling [_1] in [_2] for [_3]: [_4].'
    'Do you have any guesses why this might have happened?'  => 'Error re-enabling [_1] in [_2] for [_3]: [_4].',
 => 'Haben Sie eine Vermutung, warum das passiert sein könnte?',  
      'Error activating [_1] in [_2] for [_3]: [_4].'
    'Thank you for your help!'  => 'Error activating [_1] in [_2] for [_3]: [_4].',
 => 'Vielen Dank für Ihre Unterstützung!',  
      'Error changing access dates for [_1] in [_2] for [_3]: [_4].'
    'Internal info:'  => 'Error changing access dates for [_1] in [_2] for [_3]: [_4].',
 => 'Interne Daten:',  
      'Error changing section for [_1] in [_2] for [_3]: [_4].'
    'Report submitted'  => 'Error changing section for [_1] in [_2] for [_3]: [_4].',
 => 'Bericht gesendet',  
      'Error dropping [_1] in [_2] for [_3]: [_4].'
    'Sending Error Report'  => 'Error dropping [_1] in [_2] for [_3]: [_4].',
 => 'Fehlerbericht senden',  
      'Revoked role(s) for [quant,_1,user,users,no users].'
    'Thank you!'  => 'Revoked role(s) for [quant,_1,user,users,no users].',
 => 'Danke!',  
      'Deleted role(s) for [quant,_1,user,users,no users].'
    'Warning: Report not submitted'  => 'Deleted role(s) for [quant,_1,user,users,no users].',
 => 'Achtung, der Fehlerbericht wurde nicht abgeschickt.',  
      'Re-enabled role(s) for [quant,_1,user,users,no users].'
    'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.'  => 'Re-enabled role(s) for [quant,_1,user,users,no users].',
 => 'Die Administratoren der Domäne [_1] haben keine E-Mail-Adresse hinterlegt, an die Ihr Fehlerbericht gesendet werden könnte.',  
      'Activated role(s) for [quant,_1,user,users,no users].'
    'The document contains errors and cannot be published.'  => 'Activated role(s) for [quant,_1,user,users,no users].',
 => 'Die Ressource enthält Fehler und kann daher nicht veröffentlicht werden.',  
      'Changed Access Dates for role(s) for [quant,_1,user,users,no users].'
    'error(s)'  => 'Changed Access Dates for role(s) for [quant,_1,user,users,no users].',
 => 'Fehler',  
      'Changed section for role(s) for [quant,_1,user,users,no users].'
    '[quant,_1,error]'  => 'Changed section for role(s) for [quant,_1,user,users,no users].',
 => '[quant,_1,Fehler,Fehler]',  
      'Dropped role(s) for [quant,_1,user,users,no users].'
    'Please fill out all fields below.'  => 'Dropped role(s) for [quant,_1,user,users,no users].',
 => 'Bitte füllen Sie alle Felder aus!',  
      'Re-enabling will re-activate data for the role.'
    '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.'  => 'Re-enabling will re-activate data for the role.',
 => 'Achtung, dieses Verzeichnis ist so eingestellt, dass zufällig eine Teilmenge der Ressourcen gewählt wird. Hinzufügen oder Entfernen von Ressourcen zu/aus diesem Verzeichnis wird die Auswahl ändern, die die Studenten sehen. Dies kann falsche oder fehlende Bewertungen für abgeschlossene Aufgaben zur Folge haben, was nicht beschränkt auf die Ressourcen ist, die Sie ändern. Ändern Sie daher die Inhalte dieses Verzeichnisses nicht, wenn es in aktueller studentischer Verwendung ist.',  
      'Display User Lists'
    'Parameters'  => 'Display User Lists',
 => 'Parameter',  
      'Display current class roster'
   => 'Display current class roster',
    'Total Score and Maximum Possible for each Sequence or Folder'  
 => 'Gesamtpunkte und maximal mögliche für jede Sequenz oder jedes Verzeichnis',     'No section'
   => 'No section',
    'Score on each Problem Part'  
 => 'Punkte je Aufgabenteil',     'List Users'
   => '用户列表',
    'Number of Tries before success on each Problem Part'  
 => 'Anzahl notwendiger Versuche je Aufgabenteil',     'Pick custom role'
   => '选择自定义角色',
    'Number of Problem Parts completed successfully.'  
 => 'Anzahl erfolgreich bearbeiteter Aufgabenteile',     'Advanced Role'
   => '扩展的角色',
    'Unable to retrieve course information.'  
 => 'Kursdaten konnten nicht abgerufen werden.',     "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages"
   => "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages",
    'Please select an action to perform using the new filename'  
 => 'Bitte wählen Sie zuerst eine Aktion aus, was mit der neuen Datei geschehen soll!',     'Evade communication blocking'
   => 'Evade communication blocking',
    'View or modify a course'  
 => 'Kurs-Einstellungen', # long version: 'Kurs-Einstellungen betrachten oder ändern',     'Generate anonymous statistics'
   => 'Generate anonymous statistics',
    'Enter the course with the role of [_1]'  
 => 'Den Kurs mit der Rolle [_1] betreten.',     'Modify grade queue'
   => 'Modify grade queue',
    'Enter the course with the role of [_1].'  
 => 'Den Kurs mit der Rolle [_1] betreten.',     'Grade items in grading queue'
   => 'Grade items in grading queue',
    'View or modify course settings which only a [_1] may modify.'  
 => 'Betrachten oder Ändern der Kurs-Einstellungen, die nur ein [_1] ändern darf.',     'Set assessment parameters'
   => 'Set assessment parameters',
    'Manage course users'  
 => '管理课程参加者',     'Advanced printing options (with answers, discussions, all foils, ...)'
 #=> 'Kursteilnehmer verwalten',  => 'Advanced printing options (with answers, discussions, all foils, ...)',
   
    'Upload a File of Course Users'     'Print for other users and entire course'
 => 'Datei mit Kursteilnehmern hochladen',  => 'Print for other users and entire course',
   
    'Add/Modify a Single Course User'     'Get identity behind anonymous postings'
 => 'Einzelnen Teilnehmer hinzufügen/ändern',  => 'Get identity behind anonymous postings',
   
    'Display Class Lists and Manage Multiple Users'     'View grades'
 => 'Kursteilnehmerliste / Verwaltung mehrerer Teilnehmer',  => 'View grades',
   
    'Edit Custom Roles'     "Access to What's New page"
 => 'Benutzerdefinierte Benutzerrollen',  => "进入新页",
   
    'Enroll a Single Student'     'Upload Users List'
 => 'Einzelnen Studenten Kurs belegen lassen',  => '上传用户列表',
   
    'Enroll a student'     'Update Users'
 => 'Student Kurs belegen lassen',  => '用户更新',
   
    'Automated Enrollment Manager'     'Create/modify a user'
 => 'Verwaltung der automatischen Kursbelegung',  => '创建/修改用户',
   
    'Manage Course Groups'     'Search for a user and modify/add user information or roles'
 => 'Kursgruppen',  => '搜索用户和修改/添加用户资料或角色',
   
    'This error occurred while processing response [_1] in part [_2]'     'Add/modify a single user'
 => 'Dieser Fehler trat während der Verarbeitung von Antwortbereich [_1] in Aufgabenteil [_2] auf.',  => '添加/修改一个用户',
   
    'This error occurred while processing part [_1]'     'Create users or modify the roles and privileges of users'
 => 'Dieser Fehler trat während der Verarbeitung von Aufgabenteil [_1] auf.',  => '创建或修改用户的角色和权限',
   
    'Unable to find section for this student'     'Upload a File of Users'
 => 'Konnte für diesen Studenten keine Sektion finden.',  => '上传用户文件',
   
    'Classlist update for "[_1]" in "[_2]".'     'Add/Modify a User'
 => 'Kursteilnehmerlisten-Aktualisierung für "[_1]" in "[_2]".',  => '添加/修改用户',
   
    'Error: "[_1]" during classlist update for "[_2]" in "[_3]".'     'create new user if required'
 => 'Fehler: "[_1]" während Kursteilnehmerlisten-Aktualisierung für "[_2]" in "[_3]".',  => '如有必要,创建新用户',
   
    'Role: '     'Manage Users'
 => 'Rolle: ',  => '管理用户',
   
    'Identify fields in uploaded list'     'Create/Modify user'
 => 'Angabe der Felder in der hochgeladenen Liste',  => '创建/修改用户',
   
    '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.'     'Visible input'
 => 'Füllen Sie so viele Felder wie möglich aus.<br /> Das System wird Sie informieren und zu dieser Seite zurückbringen,<br /> falls die Daten nicht ausreichen, Benutzer in Ihren Kurs einzuschreiben.',  => '可见输入',
   
    'Default domain'     'Currently in use'
 => 'Voreingestellte Domäne',  => '目前正在使用',
   
    'Change authentication for existing users in domain "[_1]" to these settings?'     'Modify this user: [_1]'
 => 'Soll die Authentifizierungsmethode für existierende Benutzer der Domäne "[_1]" geändert werden?',  => '改此用户名: [_1]',
   
    'LON-CAPA Home Server for New Users'     'Blank Problem'
 => 'LON-CAPA-Heimatserver für neue Benutzer',  => '空白问题',
   
    'LON-CAPA domain: [_1] with home server: [_2]'     'Chemical Reaction Response'
 => 'LON-CAPA-Domäne: [_1] mit Heimatserver: [_2]',  => '化学反应',
   
    'Settings for assigning roles:'     'Chemical Reaction Response with Hints'
 => 'Einstellungen für Rollenzuweisungen:', # ???  => 'Chemical Reaction Response with Hints', # '化学反应',
   
    'Pick the action to take on roles for these users:'     'Click-On-Image Problem'
 => 'Wählen Sie die Aktion aus, die bei neuen Rollen für diesen Benutzer ausgeführt werden soll:',  => '点击图片',
   
    'No role changes'     'Curve Plot with Numerical Response'
 => 'Keine Rollenänderungen',  => 'Curve Plot with Numerical Response',
   
    'Add a domain role'     'Custom Response'
 => 'Eine Domänenrolle hinzufügen',  => 'Custom Response',
   
    'Add a course role'     'Custom Response with Partial Credit'
 => 'Eine Kursrolle hinzufügen',  => 'Custom Response with Partial Credit',
   
    'Default role'     'Data Plot with Numerical Response'
 => 'Voreingesstellte Rolle',  => 'Data Plot with Numerical Response',
   
    'Choose the role to assign to users without a value specified in the uploaded file'     'Essay Response'
 => 'Wählen Sie die Rolle, die Benutzern zugewiesen werden sollen, für die kein Wert in der hochgeladenen Datei angegeben wurde',  => '尝试回答',
   
    'Default role and section'     'Exam Upload Resource'
 => 'Voreingestellte Rolle und Sektion',  => 'Exam Upload Resource',
   
    'Choose the role and/or section(s) to assign to users without values specified in the uploaded file'     'Formula Response using Computer Algebra System'
 => 'Wählen Sie die Rolle und/oder Sektion(en), die Benutzern zugewiesen werden sollen, für die keine Werte in der hochgeladenen Datei angegeben wurden',  => 'Formula Response using Computer Algebra System',
   
    'Default role and/or section(s)'     'Formula Response using Computer Algebra System and Hints'
 => 'Voreingestellte Rolle und/oder Sektion(en)',  => 'Formula Response using Computer Algebra System and Hints',
   
    'Role and/or section(s) for users without values specified in the uploaded file.'     'Formula Response using Computer Algebra System R and Data Plot'
 => 'Rolle und/oder Sektion(en) für Benutzer, für die keine Werte in der hochgeladenen Datei angegeben wurde',  => 'Formula Response using Computer Algebra System R and Data Plot',
   
    'Display students with current/future access who are not in the uploaded file.'     'Formula Response with Samples'
 => 'Anzeige von Studenten mit aktuellem/zukünftigem Zugriff, die nicht in der hochgeladenen Datei sind.',  => 'Formula Response with Samples',
   
    'Students selected from this list can be dropped.'     'Unordered Multi-Answer Formula Response Problem'
 => 'Studenten, die von dieser Liste gewählt wurden, können aus dem Kurs ausgeschlossen werden.',  => 'Unordered Multi-Answer Formula Response Problem',
   
    'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).'     'Math Response using Computer Algebra System MAXIMA'
 => 'Aktualisierung der ID/Matrikelnummer in Kursen, in denen der Benutzer aktueller/zukünftiger Student ist<br />(falls Änderung erzwungen wird). ',  => 'Math Response using Computer Algebra System MAXIMA',
   
    'make these dates the default access dates for future student enrollment'     'Math Response using Computer Algebra System R'
 => 'Diese Datumswerte als voreingestellte Zugriffszeiten für zukünftige studentische Kursbelegungen verwenden',  => 'Math Response using Computer Algebra System R',
   
    'Set default start and end access dates for course.'     'Math Response using Computer Algebra System and Hints'
 => 'Setze voreingestellte Anfangs- und Endezeitpunkte für Kurs',  => 'Math Response using Computer Algebra System and Hints',
   
    'Unable to set default access dates for course.'     'Numerical Response'
 => 'Konnte nicht die voreingestellten Zugriffszeitpunkte für den Kurs setzen!',  => 'Numerical Response',
   
    'Please select'     'One of Multiple Answers Numerical Problem'
 => 'Bitte wählen',  => 'One of Multiple Answers Numerical Problem',
   
    'User Status: [_1]'     'Option Response - Matching'
 => 'Benutzerstatus: [_1]',  => 'Option Response - Matching',
   
    'Role Type: [_1]'     'Option Response - Concept Groups'
 => 'Art der Rolle: [_1]',  => 'Option Response - Concept Groups',
   
    'Any role'     'Matching Response'
 => 'Beliebige Rolle',  => 'Matching Response',
   
    'Role: [_1]'     'Option Response - True/False'
 => 'Rolle: [_1]',  => 'Option Response - True/False',
   
    'Select Course(s)'     'Organic Material Response'
 => 'Kurs(e) auswählen',  => 'Organic Material Response',
   
    'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.'     'Organic Material Response with Hint'
 => 'Achtung: Das Abrufen von Daten für mehrere Kurse kann einige Zeit in Anspruch nehmen, da diese Aktion derzeit noch nicht optimiert ist.',  => 'Organic Material Response with Hint',
   
    'There are no co-authors to display.'     'Radio Button Response'
 => 'Es gibt keine Co-Autoren, die angezeigt werden können.',  => '单选',
   
    'There are no users with domain roles to display.'     'Randomly Labelled Image with Option Response'
 => 'Es gibt keine Benutzer mit Domänenrollen, die angezeigt werden können.',  => 'Randomly Labelled Image with Option Response',
   
    'There are no authors or co-authors to display.'     'Rank Response'
 => 'Es gibt keine Autoren oder Co-Autoren, die angezeigt werden können.',  => '等级制度 (Rank Response)',
   
    'There are no course users to display'     'String Response'
 => 'Es gibt keine Kursteilnehmer, die angezeigt werden können.',  => '文本输入 (String Response)',
   
    'There are no course users to display.'     'Display catalog of courses and communities'
 => 'Es gibt keine Kursteilnehmer, die angezeigt werden können.',  => '课程目录',
   
    'There are no users matching the search criteria.'     'Manage co-authors'
 => 'Es gibt keine Benutzer, auf die die Suchkriterien zutreffen.',  => '管理共同作者',
   
    "You must select at least one user by checking a user's 'Select' checkbox"     'Upload a File of Co-authors'
 => "Sie müssen mindestens einen Benutzer auswählen, indem Sie die Checkboxen in der Spalte 'Auswählen' anklicken.",  => '上传共同作者的文件',
   
    'You need to select an action to take for the user(s) you have selected'     'Add/Modify a Co-author'
 => 'Sie müssen eine Aktion auswählen, die für die ausgewählten Benutzer ausgeführt soll.',  => '添加/修改一个共同的作者',
   
    ' for a single user?'     'Manage Co-authors'
 => '? (betrifft einen einzelnen Benutzer)',  => '管理共同作者',
   
    ' for multiple users?'     'No courses match the criteria you selected.'
 => '? (betrifft mehrere Benutzer)',  => '没有选择相对应的课程。',
   
    'Proceed'     'Key authority (<tt>id@domain</tt>) if other than course'
 => 'Weiter',  => 'Key authority (<tt>id@domain</tt>) if other than course',
   
    'Action to take for selected users'     'New bridgetask file'
 => 'Aktion für ausgewählte Benutzer',  => 'New bridgetask file',
   
    'Behavior of clickable username link for each user'     'Create problem'
 => 'Verhalten der Benutzerkennung-Links', # long version: 'Verhalten der anklickbaren Benutzerkennung-Links eines jeden Benutzers',  => '创建问题',
   
    "Display a user's personal page"     'Create library'
 => "显示个人网页",  => '创建图书馆',
 #=> "Über-mich-Seite anzeigen",  
      'Create survey'
    "Modify a user's information"  => '创建调查',
 => "Benutzerdaten ändern",  
      'Create task'
    'Course(s): description, section(s), status'  => '创建任务',
 => 'Kurs(e): Beschreibung, Sektion(en), Status',  
      'Problem Testing'
    "Click on a username to view the user's personal page."  => '问题测试',
 => "点击用户名,以查看用户的个人网页。",  
 #=> "Klicken Sie auf eine Benutzerkennung, um die persönliche 'Über-mich-Seite' anzuschauen.",     "Don't Show Incorrect/Correct Feedback"
   => "不显示不正确/正确的反馈",
    'auto'  
 => 'automatisch',     "Don't Show Any Feedback"
   => "不显示任何反馈",
    'manual'  
 => 'manuell',     'Change View'
   => '更改视图',
    'Unlock'  
 => 'Entsperren',     'Show Default View'
   => '查看默认视图',
    'Lock'  
 => 'Sperren',     '[_1] for [_2] versions.'
   => '[_1] 的 [_2] 版本。',
    'Domain Roles'  
 => 'Domänen-Rollen',     'Set new preferred languages to '
   => '首选语言设置为 ',
    'Co-Author Roles'  
 => 'Co-Autoren-Rollen',     'Reset preferred language.'
   => '重设的首选语言。',
    'Course Roles'  
 => 'Kurs-Rollen',     'Set new preferred math display to '
   => 'Set new preferred math display to ',
    'Date and Section selector'  
 => 'Datums- und Sektions-Selektor',     'Reset preferred math display.'
   => 'Reset preferred math display.',
    'Date selector'  
 => 'Datums-Selektor',     'Set new screenname to '
   => '在匿名讨论中新的昵称为 ',
    "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'"  
 => "Wählen Sie all die Benutzer, für die Rollen entzogen werden sollen und klicken Sie dann auf 'Weiter'",     'Reset screenname.'
   => '重置昵称。',
    "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'"  
 => "Wählen Sie all die Benutzer, für die Rollen gelöscht werden sollen und klicken Sie dann auf 'Weiter'",     'Set new nickname to '
   => '设置新的昵称为 ',
    'Choose an action to take for selected users'  
 => 'Wählen Sie eine Aktion, die mit den ausgewählten Benutzern ausgeführt werden soll',     'Reset nickname.'
   => '重设昵称。',
    'New section to assign'  
 => 'Neue Sektion, die zugewiesen werden soll',     'Set menu mode to [_1].'
   => '设置菜单模式为 [_1]。',
    'Use "Save" to update the main window with your selections.'  
 => "Verwenden Sie 'Speichern', um im Hauptfenster Ihre Auswahl zu aktualisieren.",     'Reset '
   => '重置',
    'New section'  
 => 'Neue Sektion',     'Set message forwarding to '
   => '设置邮件转发到 ',
    'Course - [_1]:'  
 => 'Kurs - [_1]:',     "Set message forwarding to 'off'."
   => "设置邮件转发为'关闭'。",
    'Domain - [_1]:'  
 => 'Domäne - [_1]:',     'Set non-critical message notification address(es) to '
   => '设置非重要的邮件通知地址为 ',
    'Users in course with expired [_1] roles'  
 => 'Benutzer im Kurs mit abgelaufener Rolle "[_1]"',     "Set non-critical message notification to 'off'."
   => "设置非重要的邮件通知为'关闭'。",
    'Users in course with future [_1] roles'  
 => 'Benutzer im Kurs mit zukünftiger Rolle "[_1]"',     'Set critical message notification address(es) to '
   => '设置重要的邮件通知地址为 ',
    'Users in course with active [_1] roles'  
 => 'Benutzer im Kurs mit aktiver Rolle "[_1]"',     "Set critical message notification to 'off'."
   => "设置重要的邮件通知为'关闭'。",
    'All users in course'  
 => 'Alle Benutzer im Kurs',     'Set address(es) to receive excerpts with html retained '
   => '设置保留HTML摘录的地址为 ',
    'All users in course with [_1] roles'  
 => 'Alle Benutzer im Kurs mit Rolle "[_1]"',     'Set notification address to receive excerpts with html stripped.'
   => '设置接收邮件地址为不保留的HTML摘录。',
    'only users in section "[_1]"'  
 => 'nur Benutzer in Sektion "[_1]"',     'Set all notification addresses to receive excerpts with html stripped.'
   => '设置所有的接收邮件地址为不保留的HTML摘录。',
    'only users affiliated with no section or section "[_1]"'  
 => 'nur Benutzer, die in keiner Sektion oder in der Sektion "[_1]" sind',     'Set Page Background to '
   => '设置页面的背景为 ',
    ' and not in any group'  
 => ' und in keiner Gruppe',     'Set Header Background to '
   => '设置页眉背景为 ',
    ' and members of group: "[_1]"'  
 => ' und Mitglieder der Gruppe "[_1]"',     'Set Header Border to '
   => '设置页眉边界为 ',
    'only users affiliated with no section'  
 => 'nur Benutzer, die in keiner Sektion sind',     'Set Font to '
   => '设置字体为 ',
    'only users affiliated with section "[_1]"'  
 => 'nur Benutzer, die in der Sektion "[_1]" sind',     'Set Un-Visited Link to '
   => '设置未访问链接颜色为 ',
    'only users not in any group'  
 => 'nur Benutzer, die in keiner Gruppe sind',     'Set Visited Link to '
   => '设置已访问链接颜色为 ',
    ' and also not in any group'  
 => ' und auch nicht in einer Gruppe sind',     'Set Active Link to '
   => '设置活动链接颜色为 ',
    'only members of group: "[_1]"'  
 => 'nur Mitglieder der Gruppe "[_1]"',     'Reset Page Background'
   => '重设网页背景',
    ' and also members of group: "[_1]"'  
 => ' und auch Mitglieder der Gruppe "[_1] sind',     'Reset Header Background'
   => '重置页眉背景',
    'Author space for [_1]'  
 => 'Autorenbereich für [_1]',     'Reset Header Border'
   => '重置页眉边界',
    'Co-authors with expired [_1] roles'  
 => 'Co-Autoren mit abgelaufender Rolle "[_1]"',     'Reset Font.'
   => '重置字体颜色。',
    'Co-authors with future [_1] roles'  
 => 'Co-Autoren mit zukünftiger Rolle "[_1]"',     'Reset Un-Visited Link.'
   => '重置未访问链接颜色。',
    'Co-authors with active [_1] roles'  
 => 'Co-Autoren mit aktiver Rolle "[_1]"',     'Reset Visited Link.'
   => '重置已访问链接颜色。',
    'All co-authors'  
 => 'Alle Co-Autoren',     'Reset Active Link.'
   => '重置活动链接颜色。',
    'All co-authors with [_1] roles'  
 => 'Alle Co-Autoren mit Rolle "[_1]"',     'Freezing Role: [_1]'
   => '冻结的角色: [_1]',
    'Users in domain with expired [_1] roles'  
 => 'Benutzer in Domäne mit abgelaufener Rolle "[_1]"',     'Unfreezing Role: [_1]'
   => '解冻的角色: [_1] reversed',
    'Users in domain with future [_1] roles'  
 => 'Benutzer in Domäne mit zukünftiger Rolle "[_1]"',     'No such user: '
   => '此用户不存在: ',
    'Users in domain with active [_1] roles'  
 => 'Benutzer in Domäne mit aktiver Rolle "[_1]"',     '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.'
   => '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.',
    'All users in domain'  
 => 'Alle Benutzer in der Domäne',     'Sorry, the token generated when you requested a password reset has expired.'
   => 'Sorry, the token generated when you requested a password reset has expired.',
    'All users in domain with [_1] roles'  
 => 'Alle Benutzer in der Domäne mit der Rolle "[_1]"',     'Sorry, the URL generated when you requested reset of your password contained incomplete information.'
   => 'Sorry, the URL generated when you requested reset of your password contained incomplete information.',
    'Co-authors in domain with expired [_1] roles'  
 => 'Co-Autoren in der Domäne mit abgelaufener Rolle "[_1]"',     'Page requested in unexpected context'
   => 'Page requested in unexpected context',
    'Co-authors in domain with future [_1] roles'  
 => 'Co-Autoren in der Domäne mit zukünftiger Rolle "[_1]"',     'Invalid username and/or domain'
   => 'Invalid username and/or domain',
    'Co-authors in domain with active [_1] roles'  
 => 'Co-Autoren in der Domäne mit aktiver Rolle "[_1]"',     'Username and domain were blank'
   => 'Username and domain were blank',
    'All users with co-author roles in domain'  
 => 'Alle Benutzer mit Co-Autoren-Rolle in der Domäne',     'Authentication type for this user can not be changed by this mechanism'
   => 'Authentication type for this user can not be changed by this mechanism',
    'All co-authors in domain  with [_1] roles'  
 => 'Alle Co-Autoren in der Domäne mit Rolle "[_1]"',     'One or more password fields were blank'
   => 'One or more password fields were blank',
    'All courses in domain'  
 => 'alle Kurse in der Domäne',     'Please log out and try again.'
   => 'Please log out and try again.',
    'Courses in domain with institutional code: [_1]'  
 => 'Kurse in der Domäne mit Institutscode "[_1]"',     'Please try again later.'
   => 'Please try again later.',
    'Selected courses in domain'  
 => 'Ausgewählte Kurse in der Domäne',     'Unable to retrieve saved token for password decryption'
   => 'Unable to retrieve saved token for password decryption',
    'All courses in domain'  
 => 'Alle Kurse in der Domäne',     'Could not verify current authentication.'
   => 'Could not verify current authentication.',
    'users with expired [_1] roles'  
 => 'Benutzer mit abgelaufener Rolle "[_1]"',     'The new passwords you entered do not match.'
   => 'The new passwords you entered do not match.',
    'users with future [_1] roles'  
 => 'Benutzer mit zukünftiger Rolle "[_1]"',     'Passwords must be a minimum of 7 characters long.'
   => 'Passwords must be a minimum of 7 characters long.',
    'users with active [_1] roles'  
 => 'Benutzer mit aktiver Rolle "[_1]"',     'The password you entered contained illegal characters.'
   => 'The password you entered contained illegal characters.',
    'all users'  
 => 'alle Benutzer',     'Valid characters are'
   => 'Valid characters are',
    'users with [_1] roles'  
 => 'Benutzer mit Rolle "[_1]"',     'The password for [_1] was successfully changed.'
   => '[_1] 的密码已成功更改。',
    'There are no students to drop.'  
 => 'Es gibt keine Studenten, die ausgeschlossen werden könnten.',     'The password for [_1] was not changed.'
   => 'The password for [_1] was not changed.',
    'Upload a file containing information about users'  
 => 'Hochladen einer Datei mit Benutzerinformationen',     'In discussions: only new posts will be displayed.'
   => 'In discussions: only new posts will be displayed.',
    'Upload file of users'  
 => 'Hochladen einer Datei mit Benutzern',     'In discussions: all posts will be displayed.'
   => 'In discussions: all posts will be displayed.',
    'How do I create a users list from a spreadsheet'  
 => 'Wie erstelle ich aus einer Excel-Datei eine Benutzerliste',     'In discussions: new posts will cease to be identified as "NEW" after display.'
   => 'In discussions: new posts will cease to be identified as "NEW" after display.',
    'How do I create a CSV file from a spreadsheet'  
 => 'Wie erstelle ich aus einer Excel-Datei eine CSV-Datei',     'In discussions: posts will be identified as "NEW" until marked as not "NEW".'
   => 'In discussions: posts will be identified as "NEW" until marked as not "NEW".',
    'Unable to enroll users'  
 => 'Konnte Studenten nicht den Kurs belegen lassen!',     'The e-mail address entered in row '
   => '电子邮件地址输入行 ',
    'No Kerberos domain was specified.'  
 => 'Es wurde keine Kerberos-Domäne angegeben!',     'The e-mail address you entered'
   => '您输入的电子邮件地址',
    'Enrolling Users'  
 => 'Benutzer werden aufgenommen',     'is not a valid e-mail address'
   => '不是一个有效的电子邮件地址',
    'Updating Co-authors'  
 => 'Aktualisiere Co-Autoren',     'Title for the Uploaded Score'
   => 'Title for the Uploaded Score',
    'Adding/Modifying Users'  
 => 'Füge Benutzer hinzu/Ändere',     'Title for the Page'
   => '标题页',
    'Default section name [_1] could not be used as it is a reserved word.'  
 => 'Der voreingestellte Sektionsname "[_1]" ist nicht zulässig, da es sich um ein intern reserviertes Wort handelt.',     'Title for the Problem'
   => '问题的标题',
    'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.'  
 => 'Der voreingestellte Sektionsname "[_1]" ist eine Name einer Kursgruppe. Sektionsnamen and Gruppennamen müssen sich jedoch unterscheiden.',     'Title for the Drop Box'
   => 'Title for the Drop Box',
    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.'  
 => '[_1]: Kursbelegung für Benutzer [_2] [_3] [_4] [_5] in der Sektion "[_6]" nicht möglich - es handelt sich um ein intern reserviertes Wort.',     'Title for the Discussion Board'
   => '公告栏的标题',
    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.'  
 => '[_1]: Kursbelegung für Benutzer [_2] [_3] [_4] [_5] in der Sektion "[_6]" nicht möglich - es handelt sich um eine Kursgruppe.',     'Not a valid user:domain'
   => '不是有效的用户:域',
    'Section names and group names must be distinct.'  
 => 'Sektionsnamen und Gruppennamen müssen sich unterscheiden.',     'Please enter both user and domain in the format user:domain'
   => '请输入用户和域,格式为 用户:域',
    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".'  
 => '[_1]: Kursbelegung für Benutzer [_2] [_3] [_4] [_5] in der Sektion "[_6]" nicht möglich.',     'Personal Information Page of '
   => 'Personal Information Page of ',
    'This user already has an active/future student role in the course, unaffiliated to any section.'  
 => 'Dieser Benutzer hat bereits eine aktive oder zukünftige Rolle in diesem Kurs, die nicht mit einer Sektion verbunden ist.',     'No info'
   => 'No info',
    'This user already has an active/future role in section "[_1]" of the course.'  
 => 'Dieser Benutzer hat in dem Kurs bereits eine aktive oder zukünftige Rolle in der Sektion "[_1]".',     'No user information available'
   => 'No user information available',
    'Although your current role has privileges to add students to section "[_1]", you do not have privileges to modify existing enrollments in other sections.'  
 => 'Auch wenn Ihre derzeitige Rolle das Hinzufügen von Studenten in die Sektion "[_1]" zulässt, haben Sie nicht die Berechtigung, bestehende Kursbelegungen in anderen Sektionen zu ändern.',     'The new directory name was changed from [_1] to [_2].'
   => 'The new directory name was changed from [_1] to [_2].',
    '[_1]: You do not have permission to add the requested role [_2] for the user.'  
 => '[_1]: Sie haben nicht die Berechtigung, dem Benutzer die gewünschte Rolle "[_2]" zuzuweisen.',     'Unable to create a directory named'
   => 'Unable to create a directory named',
    'Allowable role(s) is/are: [_1].'  
 => 'Zulässige Rollen: [_1]',     'A file or directory by that name already exists.'
   => 'A file or directory by that name already exists.',
    '[_1]: Unable to enroll. No password specified.'  
 => '[_1]: Kursbelegung nicht möglich. Kein Passwort angegeben!',     'Allowing others to retrieve file: [_1]'
   => 'Allowing others to retrieve file: [_1]',
    '[_1]: Unable to add co-author. No password specified.'  
 => '[_1]: Hinzufügen des Co-Autors nicht möglich. Kein Passwort angegeben!',     'Access to this file by others can be set to be one or more of the following types: public, passphrase-protected or conditional.'
   => 'Access to this file by others can be set to be one or more of the following types: public, passphrase-protected or conditional.',
    '[_1]: Unable to add user. No password specified.'  
 => '[_1]: Hinzufügen des Benutzers nicht möglich. Kein Passwort angegeben!',     'Public files are available to anyone without the need for login.'
   => 'Public files are available to anyone without the need for login.',
    'Processed [quant,_1,user].'  
 => '[quant,_1,Benutzer,Benutzer] verarbeitet.',     'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.'
   => 'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.',
    'Roles added for [quant,_1,user].'  
 => 'Rollen für [quant,_1,Benutzer,Benutzer] hinzugefügt.',     'A listing of files viewable without log-in is available at: '
   => 'A listing of files viewable without log-in is available at: ',
    '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.'  
 => 'Beim nächsten Anmelden des Benutzers werden alle neuen aktiven Rollen verfügbar sein.',     "For logged in users a 'Display file listing' link will also appear (when there are viewable files) on your personal information page:"
   => "For logged in users a 'Display file listing' link will also appear (when there are viewable files) on your personal information page:",
    'No roles added'  
 => 'Keine Rollen hinzugefügt',     "Users with privileges to edit course contents may add a course information page to a course using the 'Course Info' button in DOCS"
   => "Users with privileges to edit course contents may add a course information page to a course using the 'Course Info' button in DOCS",
    'Authentication changed for [_1] existing users.'  
 => 'Die Authentifizierungsmethode hat sich für [_1] existente(n) Benutzer geändert.',     'Conditional access controls for file: [_1]'
   => 'Conditional access controls for file: [_1]',
    'Students to Drop'  
 => 'Auszuschließende Studenten',     'Help on setting up share access'
   => 'Help on setting up share access',
    'There are no students with current/future access to the course.'  
 => 'Es existieren keine Studenten mit aktuellem oder zukünftigem Zugriff auf den Kurs.',     'Help on changing settings'
   => 'Help on changing settings',
    '[_1]: Unable to add/modify: [_2]'  
 => '[_1]: Hinzufügen/Ändern nicht möglich: [_2]',     'Help on removing share access'
   => 'Help on removing share access',
    '[_1]: Unable to modify authentication: [_2]'  
 => '[_1]: Ändern der Authentifizierungsmethode nicht möglich: [_2]',     'Public access: [_1]'
   => 'Public access: [_1]',
    '[_1]: Unable to add role: [_2]'  
 => '[_1]: Hinzufügen der Rolle nicht möglich: [_2]',     'Dates available'
   => '能够使用的日期',
    'No change in section assignment (none)'  
 => 'Keine Änderung in Sektionsbelegung (none)',     'Passphrase-protected access: [_1]'
   => 'Passphrase-protected access: [_1]',
    "Revoked role of '[_1]' in [_2] for [_3]"  
 => "Rolle '[_1]' entzogen in [_2] für [_3]",     'Passphrase'
   => 'Passphrase',
    "Deleted role of '[_1]' in [_2] for [_3]"  
 => "Rolle '[_1]' gelöscht in [_2] für [_3]",     'Conditional access: [_1]'
   => 'Conditional access: [_1]',
    "Re-enabled role of '[_1]' in [_2] for [_3]"  
 => "Rolle '[_1]' reaktiviert in [_2] für [_3]",     'You have previously set [_1] conditional access controls.'
   => 'You have previously set [_1] conditional access controls.',
    "Activated role of '[_1]' in [_2] for [_3]"  
 => "Rolle '[_1]' aktiviert in [_2] für [_3]",     'Change Conditions'
   => 'Change Conditions',
    "Changed Access Dates for role of '[_1]' in [_2] for [_3]"  
 => "Geänderte Zugriffszeiten für Rolle '[_1]' in [_2] für [_3]",     'Add conditional access'
   => 'Add conditional access',
    "Changed section for role of '[_1]' in [_2] for [_3]"  
 => "Geänderte Sektion für Rolle '[_1]' in [_2] für [_3]",     'based on domain, username, or course affiliation.'
   => 'based on domain, username, or course affiliation.',
    "Dropped role of '[_1]' in [_2] for [_3]"  
 => "Rolle '[_1]' entzogen in [_2] für [_3]",     '[_1]-based conditional access: '
   => '[_1]-based conditional access: ',
    'Error revoking [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Entziehen für [_1] in [_2] für [_3]: [_4].',     'conditions'
   => 'conditions',
    'Error deleting [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Löschen für [_1] in [_2] für [_3]: [_4].',     'condition'
   => 'condition',
    'Error re-enabling [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Reaktivieren für [_1] in [_2] für [_3]: [_4].',     'Action?'
   => 'Action?',
    'Error activating [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Aktivieren für [_1] in [_2] für [_3]: [_4].',     'Allowed [_1] member affiliations'
   => 'Allowed [_1] member affiliations', # ???
    'Error changing access dates for [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Ändern der Zugriffszeiten für [_1] in [_2] für [_3]: [_4].',     'No [_1]-based conditions defined.'
   => 'No [_1]-based conditions defined.',
    'Error changing section for [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Ändern der Sektion für [_1] in [_2] für [_3]: [_4].',     'Type of change'
   => 'Type of change',
    'Error dropping [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Entziehen für [_1] in [_2] für [_3]: [_4].',     'Access control'
   => 'Access control',
    'Revoked role(s) for [quant,_1,user,users,no users].'  
 => 'Rolle(n) für [quant,_1,Benutzer,Benutzer,keinen Benutzer] entzogen.',     'Additional information'
   => 'Additional information',
    'Deleted role(s) for [quant,_1,user,users,no users].'  
 => 'Rolle(n) für [quant,_1,Benutzer,Benutzer,keinen Benutzer] gelöscht.',     'A problem occurred deleting access controls: [_1]'
   => 'A problem occurred deleting access controls: [_1]',
    'Re-enabled role(s) for [quant,_1,user,users,no users].'  
 => 'Rolle(n) für [quant,_1,Benutzer,Benutzer,keinen Benutzer] reaktiviert.',     'A problem occurred saving access control settings: [_1]'
   => 'A problem occurred saving access control settings: [_1]',
    'Activated role(s) for [quant,_1,user,users,no users].'  
 => 'Rolle(n) für [quant,_1,Benutzer,Benutzer,keinen Benutzer] aktiviert.',     'opened folder'
   => 'opened folder',
    'Changed Access Dates for role(s) for [quant,_1,user,users,no users].'  
 => 'Zugriffszeiten für Rolle(n) für [quant,_1,Benutzer,Benutzer,keinen Benutzer] geändert.',     'closed folder'
   => 'closed folder',
    'Changed section for role(s) for [quant,_1,user,users,no users].'  
 => 'Sektionen für Rolle(n) für [quant,_1,Benutzer,Benutzer,keinen Benutzer] geändert.',     'Passphrase-protected'
   => '密码保护',
    'Dropped role(s) for [quant,_1,user,users,no users].'  
 => 'Rolle(n) für [quant,_1,Benutzer,Benutzer,keinen Benutzer] entzogen.',     'Conditional'
   => 'Conditional',
    'Re-enabling will re-activate data for the role.'  
 => 'Reaktivierung wird die Daten der Rolle reaktivieren.',     'An error occurred ([_1]) while trying to delete [_2].'
   => 'An error occurred ([_1]) while trying to delete [_2].',
    'Display User Lists'  
 => 'Teilnehmerliste anzeigen',     'File: [_1] deleted.'
   => '文件 [_1] 已删除。',
    'Display current class roster'  
 => 'Aktuelle Kursteilnehmerliste anzeigen',     'An error occurred ([_1]) while trying to delete access controls for the file.'
   => 'An error occurred ([_1]) while trying to delete access controls for the file.',
    'No section'  
 => 'Keine Sektion',     'Access controls also deleted for the file.'
   => 'Access controls also deleted for the file.',
    'List Users'  
 => 'Benutzer anzeigen',     'Error: no valid filename was provided to rename to.'
   => 'Error: no valid filename was provided to rename to.',
    'Pick custom role'  
 => 'Benutzerdefinierte Rolle wählen',     'An error occurred ([_1]) while trying to rename [_2] to [_3]'
   => 'An error occurred ([_1]) while trying to rename [_2] to [_3]',
    'Advanced Role'  
 => 'Erweiterte Rolle',     'The new filename was changed from:<br />[_1] to [_2]'
   => 'The new filename was changed from:<br />[_1] to [_2]',
    "Create User Notes, Display all User's Notes, Face-to-Face, Critical Messages, Broadcast Messages"  
 => "Erstellen von Benutzeranmerkungen, Anzeige aller Benutzeranmerkungen, persönlicher Diskussionsbeiträge, wichtiger Nachrichten, Broadcast-Nachrichten",     'An error occurred ([_1]) while trying to delete access control records for the old name.'
   => 'An error occurred ([_1]) while trying to delete access control records for the old name.',
    'Evade communication blocking'  
 => 'Umgehen der Kommunikationssperre',     'An error occurred ([_1]) while trying to upload [_2].'
   => 'An error occurred ([_1]) while trying to upload [_2].',
    'Generate anonymous statistics'  
 => 'Anonyme Statistiken erzeugen',     'An error occurred (dir) ([_1]) while trying to delete [_2].'
   => 'An error occurred (dir) ([_1]) while trying to delete [_2].',
    'Modify grade queue'  
 => 'Ändern der Bewertungs-Warteschlange',     'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].'
   => 'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].',
    'Grade items in grading queue'  
 => 'Bewerten von Elementen in der Bewertungs-Warteschlange',     'An error occurred ([_1]) while trying to create a new directory [_2].'
   => 'An error occurred ([_1]) while trying to create a new directory [_2].',
    'Set assessment parameters'  
 => 'Beurteilungs-Parameter setzen', # Ressourcenparameter setzen/ändern (???)     'Access controls updated to reflect the name change.'
   => 'Access controls updated to reflect the name change.',
    'Advanced printing options (with answers, discussions, all foils, ...)'  
 => 'Erweiterte Druckoptionen (mit Antworten, Diskussionen, allen Auswahlmöglichkeiten, ...)',     'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.'
   => 'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.',
    'Print for other users and entire course'  
 => 'Für andere Benutzer und für gesamten Kurs drucken',     'The conditions can include affiliation with a particular course, or a user account in a specific domain.'
   => 'The conditions can include affiliation with a particular course, or a user account in a specific domain.',
    'Get identity behind anonymous postings'  
 => 'Identität hinter anonymen Beiträgen erhalten können',     'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.'
   => 'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.',
    'View grades'  
 => 'Beurteilungen anzeigen',     'Current access controls defined for this file:'
   => 'Current access controls defined for this file:',
    "Access to What's New page"  
 => "Zugriff auf Was-gibt's-Neues-Seite",     'No access control settings currently exist for this file.'
   => 'No access control settings currently exist for this file.',
    'Upload Users List'  
 => 'Datei mit Benutzern hochladen',     'Deleted'
   => 'Deleted',
    'Update Users'  
 => 'Benutzer aktualisieren',     'No end date'
   => '无结束日期',
    'Create/modify a user'  
 => 'Einzelnen Benutzer hinzufügen/ändern',     'Start: '
   => '开始: ',
    'Search for a user and modify/add user information or roles'  
 => 'Suche nach einem Benutzer und ändern/hinzufügen von Benutzerdaten oder -rollen',     'End: '
   => '结束: ',
    'Add/modify a single user'  
 => 'Einzelnen Benutzer hinzufügen/ändern',     'Domains: '
   => '域: ',
    'Create users or modify the roles and privileges of users'  
 => 'Benutzer, -rechte und -rollen erstellen/ändern',     'Users: '
   => '用户: ',
    'Upload a File of Users'  
 => 'Hochladen einer Datei mit Benutzern',     'New control(s) added'
   => 'New control(s) added',
    'Add/Modify a Single User'  
 => 'Einzelnen Benutzer hinzufügen/ändern',     'Existing control(s) deleted'
   => 'Existing control(s) deleted',
    'create new user if required'  
 => 'falls notwendig, neuen Benutzer erstellen',     'Existing control(s) modified'
   => 'Existing control(s) modified',
    'Manage Multiple Users'  
 => 'Verwaltung mehrerer Benutzer',     'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>'
   => 'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>',
    'Create/Modify user'  
 => 'Benutzer erstellen/ändern',     'Display all access settings for this file'
   => 'Display all access settings for this file',
    'Visible input'  
 => 'Sichtbare Eingabe',     'Add a roles-based condition'
   => 'Add a roles-based condition',
    'Currently in use'  
 => 'Derzeit in Verwendung',     'New role-based condition'
   => 'New role-based condition',
    'Modify this user: [_1]'  
 => 'Weitere Änderungen für Benutzer [_1]',     "Format for users' username:domain information:"
   => "Format for users' username:domain information:", # ??? -> portfolio.pm
    'Blank Problem'  
 => 'Leere Aufgabe',     'Add new [_1] condition(s)?'
   => 'Add new [_1] condition(s)?',
    'Chemical Reaction Response'  
 => 'Chemische Reaktion',     'Number to add: '
   => 'Number to add: ',
    'Click-On-Image Problem'  
 => 'Klick-ins-Bild',     'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.'
   => 'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.',
    'Curve Plot with Numerical Response'  
 => 'Dynamischer Graph mit numerischer Antwort',     'Course status'
   => 'Course status', # '[_1] 状态',
    'Custom Response'  
 => 'Customresponse',     'Files selected from other directories:'
   => 'Files selected from other directories:',
    'Data Plot with Numerical Response'  
 => 'Datenplot mit numerischer Antwort',     'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.'
   => 'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.',
    'Drop Box'  
 => '收件箱',     'Unable to upload [_1]. A locked file by that name was found in [_2].'
 #=> 'Dropbox',  => 'Unable to upload [_1]. A locked file by that name was found in [_2].',
   
    'Essay Response'     'You will be able to rename or delete existing [_1] after a grade has been assigned.'
 => 'Essay',  => 'You will be able to rename or delete existing [_1] after a grade has been assigned.',
   
    'Exam Upload Resource'     'Unable to upload [_1]. A file by that name was found in [_2].'
 => 'Examen-Hochlade-Ressource',  => 'Unable to upload [_1]. A file by that name was found in [_2].',
   
    'Formula Response using Computer Algebra System'     'To upload, rename or delete existing [_1] in [_2].'
 => 'Formel mit Computer-Algebra-System',  => 'To upload, rename or delete existing [_1] in [_2].', # ???
   
    'Formula Response using Computer Algebra System and Hints'     'Rename [_1] to [_2]?'
 => 'Formel mit Computer-Algebra-System und Hinweisen',  => 'Rename [_1] to [_2]?',
   
    'Formula Response with Samples'     'Reference Warning'
 => 'Formel mit Abtastpunkten',  => 'Reference Warning',
   
    'Unordered Multi-Answer Formula Response Problem'     '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.'
 => 'Formel - mehrere Antworten, ungeordnet',  => '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.',
   
    'Math Response using Computer Algebra System'     'Please select the locations from which the referenced files are to be uploaded.'
 => 'Mathematische Antwort mit Computer-Algebra-System (mathresponse)',  => 'Please select the locations from which the referenced files are to be uploaded.',
   
    'Math Response using Computer Algebra System and Hints'     'Delete [_1]?'
 => 'Mathematische Antwort mit Computer-Algebra-System und Hinweisen (mathresponse)',  => '删除 [_1]?',
   
    'Numerical Response'     'Edit Portfolio File Catalog Information'
 => 'Numerisch',  => '编辑组合文件的目录信息',
   
    'One of Multiple Answers Numerical Problem'     'Edit Group Portfolio File Catalog Information'
 => 'Numerisch - eine aus mehreren Antworten',  => '编辑组组合文件的目录信息',
   
    'Option Response - Matching'     'Update'
 => 'Zuordnung mit Optionen (Option Response - Matching)',  => '更新',
   
    'Option Response - Concept Groups'     'domains'
 => 'Zuordnung mit Optionen - Konzeptgruppen (Option Response - Concept Groups)', # 'Optionsauswahl mit Konzeptgruppen',  => '域',
   
    'Matching Response'     'users'
 => 'Zuordnung mit Optionen - indirekt (Matching Response)',  => '用户',
   
    'Option Response - True/False'     'Access'
 => 'Zuordnung mit Optionen - wahr/falsch (Option Response - True/False)', # 'Optionen - wahr/falsch',  => 'Access',
   
    'Organic Material Response'     'Conditional: domain-based'
 => 'Organisches Material',  => 'Conditional: domain-based',
   
    'Radio Button Response'     'Conditional: user-based'
 => '1-aus-n (radiobutton)',  => 'Conditional: user-based',
   
    'Randomly Labelled Image with Option Response'     'Conditional: course-based'
 => 'Dynamische Bildbeschriftung mit Optionsauswahl (Randomly Labelled Image)',  => 'Conditional: course-based',
   
    'Rank Response'     '[_1] was submitted in response to problem: [_2]'
 => 'Rangordnung (Rank Response)',  => '[_1] was submitted in response to problem: [_2]',
   
    'String Response'     '[_1] was handed back in response to problem: [_2]'
 => 'Texteingabe (String Response)',  => '[_1] was handed back in response to problem: [_2]',
   
    'Display catalog of courses'     'In the course:'
 => '课程目录', # long version: 显示课程目录  => 'In the course:',
 #=> 'Kursübersicht', # long version: Kursübersicht anzeigen  
      'Back'
    'Manage co-authors'  => '返回',
 => 'Co-Autoren verwalten',  
      'Error: no directory name was provided.'
    'Upload a File of Co-authors'  => '错误:没有输入目录名称。',
 => 'Datei mit Co-Autoren hochladen',  
      'Unable to create a directory named [_1].'
    'Add/Modify a Single Co-author'  => '无法创建目录名 [_1]。',
 => 'Einzelnen Co-Autor hinzufügen/ändern',  
      'Action disallowed'
    'Display Co-authors and Manage Multiple Users'  => '不允许行动',
 => 'Co-Autoren anzeigen/Verwaltung mehrerer Benutzer',  
      'You do not have sufficient privileges to [_1]'
    'No courses match the criteria you selected.'  => '您没有足够权限 [_1]',
 => 'Es existieren keine Kurse, die der getroffenen Auswahl entsprechen.',  
      'upload files'
    'Key authority (<tt>id@domain</tt>) if other than course'  => '上传文件',
 => 'Schlüsselmeister (<tt>id@domäne</tt>), falls anderer als der des Kurses',  
      'delete files'
    'New bridgetask file'  => '删除文件',
 => 'Neue "bridgetask"-Datei',  
      'rename files'
    'Create problem'  => '重命名文件',
 => 'Aufgabe erstellen',  
      'set access controls for files'
    'Create library'  => '设置访问控制文件',
 => 'Bibliothek erstellen',  
      "in the group's group portfolio."
    'Create survey'  => "in the group's group portfolio.",
 => 'Umfrage erstellen',  
      'in this portfolio.'
    'Create task'  => '在这个组区。',
 => '"Bridgetask" erstellen',  
      'You do not have the privileges required to access the shared files space for this group.'
    'Problem Testing'  => '您没有权限访问该组的共享文件。',
 => 'Testen von Aufgaben',  
      'Not a valid group for this course'
    "Don't Show Incorect/Correct Feedback"  => '本课程里不是一个有效的组',
 => "Korrekt/Inkorrekt-Hinweis nicht anzeigen",  
      'Group files for [_1]'
    "Don't Show Any Feedback"  => '[_1] 组的组文件 ',
 => "Keinerlei Hinweis anzeigen",  
      'Invalid group'
    'Change View'  => '无效组',
 => 'Anzeigeart wechseln',  
      'No file was selected to upload.'
    'Show Default View'  => '没有文件被选中上传。',
 => 'Standard-Anzeigeart',  
      'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'
    '[_1] for [_2] versions.'  => '要上传文件,请点击<strong>浏览... </strong>,并选择一个文件,然后点击<strong>上传</strong> 。',
 => '[_1] für [_2] Versionen.',  
      'Pick functionality'
    'Set new preferred languages to '  => '选择功能',
 => 'Bevorzugte Sprache gesetzt auf ',  
      'Functionality to display/modify'
    'Reset preferred language.'  => '功能显示/修改',
 => 'Bevorzugte Sprache zurückgesetzt.',  
      'You must select at least one functionality type to display.'
    'Set new preferred math display to '  => '您必须至少选择一个功能型。',
 => 'Bevorzugte Methode, um wissenschaftliche Formeln darzustellen, gesetzt auf ',  
      'Default color schemes'
    'Reset preferred math display.'  => '默认颜色方案',
 => 'Bevorzugte Methode, um wissenschaftliche Formeln darzustellen, zurückgesetzt.',  
      'Log-in page options'
    'Set new screenname to '  => '登录页面选项',
 => 'Nickname für anonyme Beiträge gesetzt auf ',  
      'Default authentication/language/timezone'
    'Reset screenname.'  => '默认的身份验证/语言/时区',
 => 'Nickname für anonyme Beiträge zurückgesetzt.',  
      'Default quotas for user portfolios'
    'Set new nickname to '  => 'Default quotas for user portfolios',
 => 'Nickname gesetzt auf ',  
      'Auto-update settings'
    'Reset nickname.'  => '设置自动更新',
 => 'Nickname zurückgesetzt.',  
      'Institutional directory searches'
    'Set menu mode to [_1].'  => 'Institutional directory searches',
 => 'Menümodus auf [_1] gesetzt.',  
      'User creation'
    'Reset '  => '创建用户',
 => ' zurückgesetzt',  
      'User modification'
    'Set message forwarding to '  => '用户设置',
 => 'Nachrichtenweiterleitung gesetzt auf ',  
      'Bubblesheet format file'
    "Set message forwarding to 'off'."  => 'Bubblesheet format file',
 => "Nachrichtenweiterleitung auf 'aus' gesetzt.",  
      'Cataloging of courses'
    'Set non-critical message notification address(es) to '  => '课程目录',
 => 'Benachrichtigungsadresse(n) für nicht-wichtige Nachrichten gesetzt auf ',  
      'Display options'
    "Set non-critical message notification to 'off'."  => '显示选项',
 => "Benachrichtigung für nicht-wichtige Nachrichten auf 'aus' gesetzt.",  
      'Display using: '
    'Set critical message notification address(es) to '  => 'Display using: ',
 => 'Benachrichtigungsadresse(n) für wichtige Nachrichten gesetzt auf ',  
      'one column'
    "Set critical message notification to 'off'."  => '一列',
 => "Benachrichtigung für wichtige Nachrichten auf 'aus' gesetzt.",  
      'two columns'
    'Set address(es) to receive excerpts with html retained '  => '两列',
 => 'Adresse(n) zum Empfang von Nachrichtenauszügen mit Beibehaltung von HTML gesetzt auf ',  
      'Changes made:'
    'Set notification address to receive excerpts with html stripped.'  => 'Changes made:',
 => 'Adresse zum Empfang von Nachrichtenauszügen gesetzt auf ohne Beibehaltung von HTML.',  
      'Back to configuration display'
    'Set all notification addresses to receive excerpts with html stripped.'  => 'Back to configuration display',
 => 'Alle Beachrichtigungsadressen zum Empfang von Nachrichtenauszügen gesetzt auf ohne Beibehaltung von HTML.',  
      'No changes made to log-in page settings'
    'Set Page Background to '  => 'No changes made to log-in page settings',
 => 'Seitenhintergrundfarbe gesetzt auf ',  
      'Support Request'
    'Set Header Background to '  => 'Support Request',
 => 'Kopfbereich-Hintergrundfarbe gesetzt auf ',  
      'Do <b>not</b> use this form to ask questions about course content.'
    'Set Header Border to '  => 'Do <b>not</b> use this form to ask questions about course content.',
 => 'Kopfbereich-Rahmenfarbe gesetzt auf ',  
      'Contact your instructor instead.'
    'Set Font to '  => 'Contact your instructor instead.',
 => 'Schriftfarbe gesetzt auf ',  
      'Cc'
    'Set Un-Visited Link to '  => '抄送',
 => 'Farbe für nicht besuchte Links gesetzt auf ',  
      'Your e-mail address'
    'Set Visited Link to '  => '您的E-Mail地址',
 => 'Farbe für besuchte Links gesetzt auf ',  
      'Search and Enroll'
    'Set Active Link to '  => '搜索和注册',
 => 'Farbe für aktive Links gesetzt auf ',  
      'Search or Add New User'
    'Reset Page Background'  => '搜索或添加新用户',
 => 'Seitenhintergrundfarbe zurückgesetzt',  
      'No username and/or domain provided.'
    'Reset Header Background'  => 'No username and/or domain provided.',
 => 'Kopfbereich-Hintergrundfarbe zurückgesetzt',  
      'No match was found for the username ([_1]) in LON-CAPA domain: [_2]'
    'Reset Header Border'  => 'No match was found for the username ([_1]) in LON-CAPA domain: [_2]',
 => 'Kopfbereich-Rahmenfarbe zurückgesetzt',  
      'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.'
    'Reset Font.'  => 'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.',
 => 'Schriftfarbe zurückgesetzt.',  
      'Problems occurred in creating the new Excel file.'
    'Reset Un-Visited Link.'  => 'Problems occurred in creating the new Excel file.',
 => 'Farbe für nicht besuchte Links zurückgesetzt.',  
      'Problems occurred in creating the output file.'
    'Reset Visited Link.'  => 'Problems occurred in creating the output file.',
 => 'Farbe für besuchte Links zurückgesetzt.',  
      'Problems occurred in writing the CSV file.'
    'Reset Active Link.'  => 'Problems occurred in writing the CSV file.',
 => 'Farbe für aktive Links zurückgesetzt.',  
      'This error has been logged.'
    'Freezing Role: [_1]'  => 'This error has been logged.',
 => 'Einfrieren der Rolle [_1]',  
      'Please alert your LON-CAPA administrator.'
    'Unfreezing Role: [_1]'  => 'Please alert your LON-CAPA administrator.',
 => 'Einfrieren der Rolle [_1] aufgehoben',  
      'Records [_1]'
    'No such user: '  => 'Records [_1]', # ???
 => 'Dieser Benutzer existiert nicht: ',  
      'Filter [_1]'
    '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 <a href="/adm/resetpw">new request</a> 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.'  => 'Filter [_1]',
 => 'Tut mir leid, aber die von Ihnen angegebene URL zum Beenden des Zurücksetzens Ihres Passworts ist ungültig. Entweder wurde das in der URL eingebundene Merkzeichen gelöscht oder die von Ihnen angegebene URL ist nicht gültig. Bitte schicken Sie eine <a href="/adm/resetpw">neue Anfrage</a> zum Zurücksetzen des Passworts und folgen dem Link der neuen URL, die in der Ihnen zugesandten E-Mail angegeben ist, damit Sie ein neues Passwort eingeben dürfen.',  
      'Under you current role you are not permitted to change login settings for this user'
    'Sorry, the token generated when you requested a password reset has expired.'  => 'Under you current role you are not permitted to change login settings for this user',
 => 'Tut mir leid, das erzeugte Merkzeichen zum Zurücksetzen Ihres Passworts ist bereits abgelaufen und daher nicht mehr gültig.',  
      'History'
    'Sorry, the URL generated when you requested reset of your password contained incomplete information.'  => '历史',
 => 'Tut mir leid, die URL, die erzeugt wurde, als Sie das Zurücksetzen Ihres Passworts angefordert haben, enthält unvollständige Daten und ist daher ungültig.',  
      'Part '
    'Page requested in unexpected context'  => '部分 ',
 => 'Die Seite wurde in unerwartetem Kontext aufgerufen',  
      'Transaction [_1]'
    'Invalid username and/or domain'  => 'Transaction [_1]', # ???
 => 'Ungültige Benutzerkennung und/oder Domäne',  
      'Nothing submitted - no attempts.'
    'Username and domain were blank'  => 'Nothing submitted - no attempts.',
 => 'Benutzerkennung und Domäne waren leer',  
      'No data.'
    'Authentication type for this user can not be changed by this mechanism'  => 'No data.',
 => 'Die Authentifizierungsmethode kann für diesen Benutzer nicht auf die gewünschte Methode umgestellt werden',  
      'Open in a new window'
    'One or more password fields were blank'  => 'Open in a new window',
 => 'Ein oder mehrere Passwort-Felder waren leer',  
      'Revoke user roles'
    'Please log out and try again.'  => 'Revoke user roles',
 => 'Bitte loggen Sie sich aus und versuchen Sie es erneut.',  
      'Delete user roles'
    'Please try again later.'  => 'Delete user roles',
 => 'Bitte versuchen Sie es später noch einmal.',  
      'Re-enable expired user roles'
    'Unable to retrieve saved token for password decryption'  => 'Re-enable expired user roles',
 => 'Es ist nicht möglich, das gespeicherte Merkzeichen für die Passwortverschlüsselung abzurufen',  
      'Make future user roles active now'
    'Could not verify current authentication.'  => 'Make future user roles active now',
 => 'Die aktuelle Authentifizierung konnte nicht bestätigt werden',  
      'Change starting/ending dates'
    'The new passwords you entered do not match.'  => 'Change starting/ending dates',
 => 'Die Bestätigung des neuen Passworts stimmt nicht mit dem neuen Passwort überein.',  
      'Change section associated with user roles'
    'Passwords must be a minimum of 7 characters long.'  => 'Change section associated with user roles',
 => 'Das Passwort muss mindestens 7 Zeichen lang sein.',  
      'Modify existing user: '
    'The password you entered contained illegal characters.'  => '修改现有的用户: ',
 => 'Das von Ihnen eingegebene Passwort enthält ungültige Zeichen.',  
      'Enroll one student'
    'Valid characters are'  => '注册一名学生',
 => 'Gültige Zeichen sind',  
      'Enroll one student: '
    'The password for [_1] was successfully changed'  => '注册一名学生: ',
 => 'Das Passwort für [_1] wurde erfolgreich geändert',  
      'Existing Roles'
    'The password for [_1] was not changed'  => '现有的角色',
 => 'Das Passwort für [_1] wurde nicht geändert',  
      'Existing Roles in this Course'
    'Please make sure your old password was entered correctly.'  => '课程中现有的角色',
 => 'Bitte stellen Sie sicher, dass das alte Passwort korrekt eingegeben wurde.',  
      'Existing Co-Author Roles in your Authoring Space'
    'In discussions: only new posts will be displayed.'  => 'Existing Co-Author Roles in your Authoring Space',
 => 'In Diskussionen: Es werden nur neue Beiträge angezeigt.',  
      'Existing Roles in this Domain'
    'In discussions: all posts will be displayed.'  => '在该域中现有的角色',
 => 'In Dikussionen: Es werden alle Beiträge angezeigt.',  
      'Text-based Interface Login'
    'In discussions: new posts will be cease to be identified as "NEW" after display.'  => 'Text-based Interface Login',
 => 'In Diskussionen: Es werden nach dem Anzeigen nicht mehr als "NEU" angezeigt.',  
      'Select Accessibility Options'
    'In discussions: posts will be identified as "NEW" until marked as read by the reader.'  => 'Select Accessibility Options',
 => 'In Diskussionen: Es werden Beiträge solange als "NEU" interpretiert, bis sie durch den Leser als gelesen markiert werden.',  
      'Suppress rendering of images'
    'The e-mail address entered in row '  => 'Suppress rendering of images',
 => 'Die E-Mail-Adresse, die Sie in der Zeile ',  
      'Suppress Java applets'
    'The e-mail address you entered'  => '禁止Java小程序',
 => 'Die von Ihnen eingegebene E-Mail-Adresse',  
      'Suppress rendering of embedded multimedia'
    'is not a valid e-mail address'  => 'Suppress rendering of embedded multimedia',
 => 'ist keine gültige E-Mail-Adresse',  
      'Increase font size'
    'Title for the Uploaded Score'  => '放大字体',
 => 'Titel für Formular zum Hochladen von Noten',  
      'Switch to black and white mode'
    'Title for the Page'  => '切换到黑白模式',
 => 'Titel der Seite',  
      'Remember these settings for next login'
    'Title for the Problem'  => '下次登录时记住这些设置',
 => 'Titel der Aufgabe',  
      'You are already logged in!'
    'Title for the Drop Box'  => '您已经登录!',
 => 'Titel der Dropbox',  
      'You are already logged in'
    'Title for the Bulletin Board'  => '您已经登录!',
 => 'Titel des Schwarzen Bretts',  
      'Please either [_1]continue the current session[_2] or [_3]logout[_4].'
    'Not a valid user:domain'  => '您的选择:[_1]继续当前的会话[_2]或者[_3]退出[_4]。',
 => 'Benutzer:Domäne ungültig',  
      'Login problems?'
    'Please enter both user and domain in the format user:domain'  => '无法登录?',
 => 'Bitte geben Sie Benutzer und Domäne im Format Benutzer:Domäne ein!',  
      'Reset password'
    'About [_99]'  => '重设密码',
 => 'Über-mich-Seite von [_99]',  
      'Reset forgotten LON-CAPA password'
    'No info'  => '重置 LON-CAPA 密码',
 => 'Keine Information vorhanden',  
      '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.'
    'No user information available'  => '如果您使用相同的帐户的其他校园服务除了LON-CAPA, (例如,电子邮件,课程注册等) ,一个单独的中央管理机制可以重置密码。然而,如果您的帐户只是用于LON-CAPA访问,您可以从这个网页重置密码。',
 => 'Keine Benutzerdaten verfügbar',  
      'Three conditions must be met:'
    'The new directory name was changed from [_1] to [_2].'  => '三个条件必须满足:',
 => 'Der Name des neuen Verzeichnisses wurde von [_1] in [_2] geändert.',  
      'An e-mail address must have previously been associated with your LON-CAPA username.'
    'Unable to create a directory named'  => '必须有一个电子邮件地址与您的LON-CAPA用户联系在一起的。',
 => 'Es war nicht möglich ein Verzeichnis anzulegen mit dem Namen',  
      'You must be able to access e-mail sent to that address.'
    'A file or directory by that name already exists.'  => '您必须能访问即将发送的电子邮件地址。',
 => 'Es existert bereits eine Datei oder ein Verzeichnis mit diesem Namen.',  
      'Your LON-CAPA account must be of a type for which LON-CAPA can reset a password.'
    'Allowing others to retrieve file: [_1]'  => '您 LON-CAPA 帐户必须是一个类型为 LON-CAPA 可以重置密码。',
 => 'Für andere Zugriff erlauben auf die Datei: [_1]',  
      'Thank you for your request to reset the password for your LON-CAPA account.'
    'Access to this file by others can be set to be one or more of the following types: public, passphrase-protected or conditional.'  => '感谢您要求重设 LON-CAPA 帐户的密码 。',
 => 'Zugriff durch andere auf diese Datei kann auf folgende drei Typen eingestellt werden: öffentlich, passwortgeschützt oder bedingungsabhängig',  
      'Email address in LON-CAPA'
    'Public files are available to anyone without the need for login.'  => 'Email address in LON-CAPA',
 => 'Öffentliche Dateien sind für alle verfügbar, auch ohne Login.',  
      'E-mail address in LON-CAPA'
    'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.'  => 'E-mail address in LON-CAPA',
 => 'Passwortgeschützte Dateien erfordern keinen Login, aber es ist für den Zugriff notwendig, dass das von Ihnen hinterlegte Passwort eingegeben wird.',  
      'The username you provided was not verified as a valid username in the LON-CAPA system for the [_1] domain.'
    'A listing of files viewable without log-in is available at: '  => '您提供的用户名不是有效的用户名在 LON-CAPA 系统在该[_1]域。',
 => 'Eine Liste von Dateien, die ohne Login verfügbar sind, gibt es unter: ',  
      'Please [_1]go back[_2] and try again.'
    "For logged in users a 'Display file listing' link will also appear (when there are viewable files) on your personal information page:"  => '请[_1]返回[_2] ,然后再试一次。',
 => "Für eingeloggte Benutzer wird es auf Ihrer persönlichen Über-mich-Seite zusätzlich einen Link 'Anzeige Dateiliste' geben (falls anzeigbare Dateien vorhanden sind): ",  
      'The e-mail address you provided does not appear to be a valid address.'
    "Users with privileges to edit course contents may add a course information page to a course using the 'Course Info' button in DOCS"  => '您提供的电子邮件地址不是一个有效的地址。',
 => "Benutzer mit Berechtigung zum Ändern von Kursinhalten können dem Kurs eine Kursinformations-Seite hinzufügen. dies geschieht durch Verwendung des 'Kursinformationen'-Buttons im Bereich 'Kursinhalt einrichten'",  
      'A valid e-mail address was not located in the LON-CAPA system for the username and domain you provided.'
    'Conditional access controls for file: [_1]'  => '您提供的用户名和域在 LON-CAPA 系统中没有找到一个有效的电子邮件地址。',
 => 'Bedingte Zugriffskontrolle für Datei: [_1]',  
      'The username you provided uses an authentication type which can not be reset directly via LON-CAPA.'
    'Help on setting up share access'  => '您提供的用户名使用的身份验证类型,不能直接通过 LON-CAPA 重置密码。',
 => 'Hilfe zum Einstellen für gemeinsamen Zugriff',  
      'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3].'
    'Help on changing settings'  => '您不妨联系[_2]的[_3]的[_1] LON-CAPA 求助。',
 => 'Hilfe zum Ändern der Einstellungen',  
      'You may wish to send an e-mail to the server administrator: [_1] for [_2].' # 1: e-mail, 2: domain
    'Help on removing share access'  => '您不妨给服务器管理员发送电子邮件: [_1]的[_2] 。',
 => 'Hilfe zum Entfernen des gemeinsamen Zugriffs',  
      'Assigning yourself a co-author or assistant co-author role in your own author area in Authoring Space is not permitted'
    'Public access: [_1]'  => 'Assigning yourself a co-author or assistant co-author role in your own author area in Authoring Space is not permitted',
 => 'Öffentlicher Zugriff: [_1]',  
      'Owner(s)'
    'Dates available'  => 'Owner(s)',
 => 'Verfügbare Datumseinstellungen',  
      'Practice Problem'
    'Passphrase-protected access: [_1]'  => '练习题',
 => 'Passwortgeschützter Zugriff: [_1]',  
      'Submissions are not permanently recorded'
    'Passphrase'  => 'Submissions are not permanently recorded',
 => 'Passwort',  
      'Submissions to practice problems are not permanently recorded.'
    'Conditional access: [_1]'  => 'Submissions to practice problems are not permanently recorded.',
 => 'Bedingungsabhängiger Zugriff: [_1]',  
      'not graded'
    'You have previously set [_1] conditional access controls.'  => 'not graded',
 => 'Zuvor haben Sie [_1] bedingungsabhängige Zugriffskontrollen eingerichtet.',  
      'Course initialization preference'
    'Change Conditions'  => 'Course initialization preference',
 => 'Bedingungen ändern',  
      'Choose which page will be displayed when you enter this course after selecting a role.'
    'Add conditional access'  => 'Choose which page will be displayed when you enter this course after selecting a role.',
 => 'Bedingungsabhängigen Zugriff hinzufügen',  
      'Current value is determined by'
    'based on domain, username, or course affiliation.'  => 'Current value is determined by',
 => 'basierend auf Domäne, Benutzerkennung oder Kurszugehörigkeit',  
      'and is set to display'
    '[_1]-based conditional access: '  => 'and is set to display',
 => '[_1]-basierter bedingungsabhängiger Zugriff: ',  
      'Page display controlled by'
    'conditions'  => 'Page display controlled by',
 => 'Bedingungen',  
      'If'
    'condition'  => 'If',
 => 'Bedingung',  
      'Choose course entry'
    'Action?'  => 'Choose course entry',
 => 'Aktion?',  
      'Modify course entry'
    'Allowed [_1] member affiliations'  => 'Modify course entry',
 => 'Zugelassene [_1] Mitgliedszugehörigkeiten', # ???  
      'No members to add at this time, as there are no users matching the specified type(s), role(s) and section(s).'
    'No [_1]-based conditions defined.'  => 'No members to add at this time, as there are no users matching the specified type(s), role(s) and section(s).',
 => 'Keine [_1]-basierten Bedingungen definiert.',  
      '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.'
    'Type of change'  => '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.',
 => 'Änderungsart',  
      "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."
    'Access control'  => "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.",
 => 'Zugriffskontrolle',  
      'Setting optional privileges for specific group members'
    'Additional information'  => '对具体组成员设置可选的权限',
 => 'Zusätzliche Informationen',  
      'As no group tools will be made available to users, there are no specific user privileges to set.'
    'A problem occurred deleting access controls: [_1]'  => 'As no group tools will be made available to users, there are no specific user privileges to set.',
 => 'Beim Löschen der Zugriffkontrollen trat ein ein Problem auf: [_1]',  
      'Create group'
    'A problem occurred saving access control settings: [_1]'  => '创建组',
 => 'Beim Speichern der Zugriffskontroll-Einstellungen trat ein Problem auf: [_1]',  
      'The value you entered for the quota for the group portfolio in this group contained invalid characters, so it has been set to 0 MB. You can change this by modifying the group settings.'
    'opened folder'  => 'The value you entered for the quota for the group portfolio in this group contained invalid characters, so it has been set to 0 MB. You can change this by modifying the group settings.',
 => 'geöffnetes Verzeichnis',  
      'The value you entered for the quota for the group portfolio in this group exceeded the maximum possible value, so it has been set to [_1] MB (the maximum possible value).'
    'closed folder'  => 'The value you entered for the quota for the group portfolio in this group exceeded the maximum possible value, so it has been set to [_1] MB (the maximum possible value).',
 => 'geschlossenes Verzeichnis',  
      'A problem occurred when creating folders for the new group [_1]:'
    'Passphrase-protected'  => 'A problem occurred when creating folders for the new group [_1]:',
 => 'Passwortgeschützt',  
      'Group [_1] was created.'
    'Conditional'  => '组 [_1] 已创建。',
 => 'Bedingungsabhängig',  
      'E-mail Address'
    'An error occurred ([_1]) while trying to delete [_2].'  => 'E-mail Address',
 => 'Beim Versuch [_2] zu löschen ist ein Fehler aufgetreten: [_1]',  
      'Closes '
    'File: [_1] deleted.'  => 'Closes ',
 => 'Die Datei [_1] wurde gelöscht.',  
      '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]".'
    'An error occurred ([_1]) while trying to delete access controls for the file.'  => '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]".',
 => 'Beim Versuch Zugriffkontrollen für die Datei zu löschen, ist ein Fehler aufgetreten: [_1]',  
      '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]".'
    'Access controls also deleted for the file.'  => '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]".',
 => 'Auch die Zugriffskontrollen wurden für diese Datei gelöscht.',  
      '[quant,_1,day]'
    'Error: no valid filename was provided to rename to.'  => '[quant,_1,day]',
 => 'Fehler: Das Umbenennen ist nicht möglich, da für den neuen Dateinamen kein gültiger Dateiname angegeben wurde.',  
      '[quant,_1,hour]'
    'An error occurred ([_1]) while trying to rename [_2] to [_3]'  => '[quant,_1,hour]',
 => 'Beim Versuch [_2] nach [_3] umzubenennen ist ein Fehler aufgetreten: [_1]',  
      '[quant,_1,minute]'
    'The new file name was changed from:<br />[_1] to [_2]'  => '[quant,_1,minute]',
 => 'Der neue Dateiname wurde geändert von:<br />[_1] nach [_2]',  
      '[quant,_1,second]'
    'An error occurred ([_1]) while trying to delete access control records for the old name.'  => '[quant,_1,second]',
 => 'Beim Versuch Zugriffskontroll-Datensätze für den alten Namen zu löschen ist ein Fehler aufgetreten: [_1]',  
      'Start Timer?'
    'An error occurred ([_1]) while trying to upload [_2].'  => 'Start Timer?',
 => 'Beim Versuch [_2] hochzuladen ist ein Fehler aufgetreten: [_1]',  
      'Sign up for time to work.'
    'An error occurred (dir) ([_1]) while trying to delete [_2].'  => 'Sign up for time to work.',
 => 'Beim Versuch das Verzeichnis [_2] zu löschen ist ein Fehler aufgetreten: [_1]',  
      'Requesting Another Worktime'
    'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].'  => 'Requesting Another Worktime',
 => 'Beim Versuch [_2] für das eingebettete Element [_3] hochzuladen ist ein Fehler aufgetreten: [_1]',  
      'No available times.'
    'An error occurred ([_1]) while trying to create a new directory [_2].'  => 'No available times.',
 => 'Beim Versuch das Verzeichnis [_2] anzulegen, ist ein Fehler aufgetreten: [_1]',  
      'Return to last resource'
    'Access controls updated to reflect the name change.'  => 'Return to last resource',
 => 'Die Zugriffskontrolle wurde aufgrund der Namensänderung aktualisiert.',  
      'My Courses'
    'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.'  => '我的课程',
 => 'Auf bedingungsabhängige Dateien können eingeloggte Benutzer zugreifen, die im LON-CAPA-Netzwerk einen Benutzeraccount haben und die die von Ihnen eingestellten Bedingungen erfüllen.',  
      '[_1] parts'
    'The conditions can include affiliation with a particular course, or a user account in a specific domain.'  => '[_1] parts',
 => 'Die Bedingungen können eine Verbindung mit einem bestimmten Kurs oder Benutzeraccount in einer bestimmten Domäne beinhalten.',  
      'Part: [_1]'
    'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.'  => '部分: [_1]',
 => 'Alternativ kann Zugriff für Leute gewährt werden, die bestimmte LON-CAPA-Benutezrnamen oder -Domänen haben.',  
      'New Discussion'
    'Current access controls defined for this file:'  => '新的讨论',
 => 'Derzeit eingestellte Zugriffskontrolle für diese Datei:',  
      'New Email'
    'No access control settings currently exist for this file.'  => '新的 E-Mail',
 => 'Für diese Datei existieren derzeit keine Zugriffskontroll-Einstellungen.',  
      'New Error'
    'Deleted'  => '新的错误',
 => 'Gelöscht',  
      '(randomly select [_1])'
    'No end date'  => '(randomly select [_1])',
 => 'Kein Endedatum',  
      '(randomly ordered)'
    'Start: '  => '(randomly ordered)',
 => 'Start: ',  
      'No course selected'
    'End: '  => 'No course selected',
 => 'Ende: ',  
      'Open '
    'Domains: '  => 'Open ',
 => 'Domänen: ',  
      'Having technical difficulties; please check status later'
    'Users: '  => 'Having technical difficulties; please check status later',
 => 'Benutzer: ',  
      'Answer open'
    'New control(s) added'  => 'Answer open',
 => 'Neue Zugriffskontrolle(n) hinzugefügt',  
      'Yes, and show correct answer if they exceed the maximum number of tries.'
    'Existing control(s) deleted'  => 'Yes, and show correct answer if they exceed the maximum number of tries.',
 => 'Bestehende Zugriffskontrolle(n) gelöscht',  
      "No, don't show correct/incorrect feedback."
    'Existing control(s) modified'  => "No, don't show correct/incorrect feedback.",
 => 'Bestehende Zugriffskontrolle(n) geändert',  
      'No, show no feedback at all.'
    'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>'  => 'No, show no feedback at all.',
 => 'Neue <b>[_1]-basierte</b> Zugriffskontrolle für Portfolio-Dateien hinzufügen: <b>[_2]</b>',  
      'single part'
    'Display all access settings for this file'  => 'single part',
 => 'Alle Einstellungen für diese Datei anzeigen',  
      'Course Page'
    'Add a roles-based condition'  => '课程页面',
 => 'Rollen-basierte Bedingung hinzufügen',  
      'Unable to set "number unread posts display" to [_1] due to [_2].'
    'New role-based condition'  => 'Unable to set "number unread posts display" to [_1] due to [_2].',
 => 'Neue rollen-basierte Bedingung',  
      'Current value is [_1].'
    "Format for users' username:domain information:"  => '当前的值是 [_1].',
 => "Format für Informationen des Benutzers username:domäne: ", # ??? -> portfolio.pm  
      'Unable to set interval to [_1] due to [_2].'
    'Add new [_1] condition(s)?'  => 'Unable to set interval to [_1] due to [_2].',
 => 'Neue [_1]-Bedingung(en) hinzufügen?',  
      'Changes to threshold(s) for problem tracking:'
    'Number to add: '  => 'Changes to threshold(s) for problem tracking:',
 => 'Anzahl: ', # 'Anzahl neu Hinzuzufügender: ',  
      'Set threshold for [_1] to [_2]'
    'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.'  => '对于 [_1] 到 [_2] 的临界值',
 => 'Wählen Sie Rollen, Kurs-Status, Sektion(en) und Gruppe(n) für die Benutzer, die Zugriff auf die Portfolio-Dateien erhalten sollen.',  
      'Set the default page to be displayed when you select a course role'
    '[_1] status'  => '设置默认页, 显示您选择的课程的角色',
 => '[_1] status', # ???  
      '(Currently: [_1])'
    'Files selected from other directories:'  => '(现在: [_1])',
 => 'Dateien, die aus anderen Verzeichnissen ausgewählt wurden:',  
      "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."
    'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.'  => "在课程中为您的课程的全局的用户首选项设置可以覆盖个别的课程设置,通过特定的课程设置[_1]What's New page[_2]。",
 => '[_1] konnte nicht hochgeladen werden (Größe: [_2] KB). Der verfügbare Speicherplatz wurde überschritten.',  
      'Display the [_1]first resource[_2] in the course.'
    'Unable to upload [_1]. A locked file by that name was found in [_2].'  => '显示课程中的[_1]第一资源[_2]。',
 => '[_1] konnte nicht hochgeladen werden. Eine gesperrte Datei mit diesem Namen wurde in [_2] gefunden.',  
      "Display the [_1]What's New page[_2] - a summary of items in the course which require attention."
    'You will be able to rename or delete existing [_1] after a grade has been assigned.'  => "显示 [_1]What's New page[_2] - 课程中的内容概述需要被注意。",
 => 'Sie können die Datei [_1] umbenennen oder löschen, nachdem eine Bewertung zugewiesen wurde.',  
      'Default now set'
    'Unable to upload [_1]. A file by that name was found in [_2].'  => 'Default now set',
 => '[_1] konnte nicht hochgeladen werden. Eine Datei mit diesem Namen wurde in [_2] gefunden.',  
      'when you select a course role from the roles screen'
    'To upload, rename or delete existing [_1] in [_2].'  => 'when you select a course role from the roles screen',
 => 'Um eine existierende Datei [_1] in [_2] hochzuladen, umzubenennen oder zu löschen.', # ???  
      'you will be taken to the start of the course.'
    'Rename [_1] to [_2]?'  => 'you will be taken to the start of the course.',
 => '[_1] in [_2] umbenennen?',  
      'a page will be displayed that lists items in the course that may require action from you.'
    'Reference Warning'  => 'a page will be displayed that lists items in the course that may require action from you.',
 => 'Verweiswarnung',  
      "Display the What's New page listing course action items"
    '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.'  => "Display the What's New page listing course action items",
 => 'Hochladen der Datei abgeschlossen. Diese Datei enthält Verweise auf andere Dateien. Sie müssen die Dateien, auf die verwiesen wird, auch hochladen oder die hochgeladene Datei wird nicht korrekt funktionieren.',  
      'Go to the start of the course'
    'Please select the locations from which the referenced files are to be uploaded.'  => 'Go to the start of the course',
 => 'Bitte wählen Sie die Orte aus, von denen die Dateien, auf die verwiesen wird, hochgeladen werden sollen.',  
      'now'
    'Delete [_1]?'  => 'now',
 => '[_1] löschen?',  
      'No official courses to display for [_1].'
    'Edit Portfolio File Catalog Information'  => 'No official courses to display for [_1].',
 => 'Katalogisierungsdaten der Portfoliodateien',  
      '(Month - Day - Year)'
    'Edit Group Portfolio File Catalog Information'  => '(月 - 日 - 年)',
 => 'Katalogisierungsdaten der Gruppen-Portfoliodateien',  
      'Month[_1]Day[_2]Year'
    'Update'  => '月[_1]日[_2]年',
 => 'Aktualisieren',  
      '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.'
    'domains'  => '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.',
 => 'domänen',  
      'Skipping'
    'users'  => 'Skipping',
 => 'benutzer',  
      'Notifying host'
    'Access'  => 'Notifying host', # ???
 => 'Zugriff',  
      'Back to Catalog Information'
    'Conditional: domain-based'  => '返回到目录信息',
 => 'Bedingungsabhängig: domänen-basiert',  
      ' at '
    'Conditional: user-based'  => ' at ',
 => 'Bedingungsabhängig: benutzer-basiert',  
      "Computer's answer is incorrect ([_1])."
    'Conditional: course-based'  => "Computer's answer is incorrect ([_1]).",
 => 'Bedingungsabhängig: kurs-basiert',  
      'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.'
    '[_1] was submitted in response to problem: [_2]'  => 'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.',
 => '[_1] wurde als Antwort auf die Aufgabe [_2] eingereicht.',  
      'It is likely that the tolerance range [_1] needs to be adjusted.'
    '[_1] was handed back in response to problem: [_2]'  => 'It is likely that the tolerance range [_1] needs to be adjusted.',
 => '[_1] wurde als antwort auf die Aufgabe [_2] zurückgegeben.',  
      'Submission Record'
    'In the course:'  => 'Submission Record',
 => 'Im Kurs',  
      'Set/Change grades'
    'Back'  => 'Set/Change grades',
 => 'Zurück',  
      'View of the problem'
    'Error: no directory name was provided.'  => 'View of the problem',
 => 'Fehler: Es wurde kein Verzeichnisname angegeben.',  
      'Assign Grades'
    'Unable to create a directory named [_1].'  => 'Assign Grades',
 => 'Konnte das Verzeichnis [_1] nicht anlegen.',  
      'Save &amp; Next'
    'Action disallowed'  => '保存并继续',
 => 'Aktion nicht erlaubt',  
      '[_1]student(s)'
    'You do not have sufficient privileges to [_1]'  => '[_1]学生',
 => 'Sie haben nicht genügend Berechtigungen, um [_1]',  
      '(Next and Previous (student) do not save the scores.)'
    'upload files'  => '(Next and Previous (student) do not save the scores.)',
 => 'Datei hochzuladen',  
      'LON-CAPA User Message'
    'delete files'  => 'LON-CAPA 用户邮件',
 => 'Dateien zu löschen',  
      '[_1]Message:[_2] No more students for this section or class.'
    'rename files'  => '[_1]Message:[_2] No more students for this section or class.',
 => 'Dateien umzubennen',  
      'Click on the button below to return to the grading menu.'
    'set access controls for files'  => 'Click on the button below to return to the grading menu.',
 => 'Zugriffskontrollen für Dateien zu setzen',  
      'Group files'
    "in the group's file repository."  => '组文件',
 => "in der Dateisammlung der Gruppe.",  
      'One group portfolio file is available.'
    'in this portfolio.'  => 'One group portfolio file is available.',
 => 'in diesem Portfolio-Bereich.',  
      'One portfolio file owned by [_1] is available.'
    'You do not have the privileges required to access the shared files space for this group.'  => 'One portfolio file owned by [_1] is available.',
 => 'Sie haben nicht die Berechtigung, um auf den Bereich für gemeinsam genutzte Dateien in dieser Gruppe zugreifen zu können.',  
      'A total of [_1] group portfolio files are available.'
    'Not a valid group for this course'  => 'A total of [_1] group portfolio files are available.',
 => 'Keine gültige Gruppe für diesen Kurs',  
      'A total of [_1] portfolio files owned by [_2] are available'
    'Group files for [_1]'  => 'A total of [_1] portfolio files owned by [_2] are available',
 => 'Gruppendateien für [_1]',  
      '[quant,_1,file is,files are] publicly accessible.'
    'Invalid group'  => '[quant,_1,file is,files are] publicly accessible.',
 => 'Ungültige Gruppe',  
      '[quant,_1,file requires,files require] a passphrase for access.'
    'No file was selected to upload.'  => '[quant,_1,file requires,files require] a passphrase for access.',
 => 'Es wurde keine Datei ausgewählt, die hochgeladen werden soll.',  
      'Group Portfolio files'
    'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'  => '组组合文件',
 => 'Um eine Datei hochzuladen, klicken Sie auf <strong>Durchsuchen...</strong> und wählen Sie eine Datei, dann klicken Sie auf <strong>Hochladen</strong>.',  
      'Viewable portfolio files.'
    'Edit the meta data'  => '可见组合文件。',
 => 'Metadaten ändern',  
      'Viewable portfolio files'
    'Pick functionality'  => '可见组合文件',
 => 'Funktion auswählen',  
      'Viewable group portfolio files'
    'Functionality to display/modify'  => '可见组组合文件',
 => 'Funktionen, die angezeigt oder geändert werden sollen',  
      'Display file listing'
    'You must select at least one functionality type to display.'  => '显示文件列表',
 => 'Sie müssen mindestens einen Funktionstyp auswählen, der angezeigt werden soll.',  
      'Portfolio files for [_1]'
    'Default color schemes'  => '[_1] 的组合文件',
 => 'Voreingestellte Farbeinstellungen',  
      'File access type: '
    'Log-in page options'  => '文件访问类型: ',
 => 'Optionen für Login-Seite',  
      'Update display'
    'Default authentication/language/timezone'  => '更新显示',
 => 'Voreingestellte Authentifizierung/Sprache/Zeitzone',  
      'Course Information page'
    'Default quotas for user portfolios'  => '课程资料页',
 => 'Voreingestellter Speicherplatz für Portfoliobereiche der Benutzer',  
      'Information about [_1]'
    'Auto-enrollment settings'  => '关于 [_1] 的消息',
 => 'Einstellungen für automatische Kursbelegung',  
      'There are no available files of the specified access type: [_1]'
    'Auto-update settings'  => '没有提供文件的指定访问类型: [_1]',
 => 'Einstellungen für automatische Aktualisierungen',  
      'File Type Displayed: [_1]'
    'Institutional directory searches'  => '显示文件类型: [_1]',
 => 'Institutionelle Verzeichnissuche',  
      'All file types'
    'Contact Information'  => '所有文件类型',
 => '联系信息',  
 #=> 'Kontaktdaten',     'The resource depends on another resource with variable filename, i.e., [_1].'
   => 'The resource depends on another resource with variable filename, i.e., [_1].',
    'User creation'  
 => '创建用户',     'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.'
 #=> 'Benutzer-Erstellung',  => 'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.',
   
    'User modification'     'Add Selection for:'
 => '用户设置',  => 'Add Selection for:',
 #=> 'Benutzer-Einstellungen',  
      'Selected Parameters:'
    'Scantron format file'  => 'Selected Parameters:',
 => 'Scantron-Format-Datei',  
      'Show detailed Parameter Selection'
    'Cataloging of courses'  => 'Show detailed Parameter Selection',
 => 'Katalogisierung von Kursen',  
   # Resource Parameters - Start
    'Display options'  
 => 'Anzeigeoptionen',     'Problem Opening Date (opendate)'
   => '问题开始日期 (opendate)',
    'Display using: '  
 => 'Anzeige verwendet: ',     'Problem Opening Date'
   => '问题开始日期',
    'one column'  
 => 'eine Spalte',     'Problem Due Date (duedate)'
   => '问题截止日期 (duedate)',
    'two columns'  
 => 'zwei Spalten',     'Problem Due Date'
   => '问题截止日期',
    'Changes made:'  
 => 'Vorgenommene Änderungen:',     'Problem Answer Date (answerdate)'
   => '问题答案日期 (answerdate)',
    'Back to configuration display'  
 => 'Zurück zur Konfiguration',     'Problem Answer Date'
   => '问题答案日期',
    'No changes made to log-in page settings'  
 => 'An den Optionen für die Login-Seite wurden keine Änderungen vorgenommen.',     'Time-Limit (interval)'
   => '期限 (interval)',
    'Support Request'  
 => 'Anfrage an Helpdesk',     'Time-Limit'
   => '期限',
    'Do <b>not</b> use this form to ask questions about course content.'  
 => 'Verwenden Sie dieses Formular <b>nicht</b> für Fragen über Kursinhalte.',     'Weight (weight)'
   => 'Weight (weight)',
    'Contact your instructor instead.'  
 => 'Kontaktieren Sie dazu Ihren Dozenten.',     'Weight'
   => 'Weight',
    'Cc'  
 => 'Kopie an (CC)',     'Maximum Number of Tries (maxtries)'
   => 'Maximum Number of Tries (maxtries)',
    'Your e-mail address'  
 => 'Ihre E-Mail-Adresse',     'Maximum Number of Tries'
   => 'Maximum Number of Tries',
    'Search and Enroll'  
 => 'Suche und Kursbelegung',     'Number of Tries before hints appear (hinttries)'
   => 'Number of Tries before hints appear (hinttries)',
    'Search or Add New User'  
 => 'Suche oder neuen Benutzer hinzufügen',     'Number of Tries before hints appear'
   => 'Number of Tries before hints appear',
    'No username and/or domain provided.'  
 => 'Keine Benutzerkennung und/oder Domäne angegeben.',     'Content Opening Date (contentopen)'
   => '内容开放日期 (contentopen)',
    'No match was found for the username ([_1]) in LON-CAPA domain: [_2]'  
 => 'Für die Benutzerkennung [_1] in der LON-CAPA-Domäne [_2] wurde kein Treffer gefunden.',     'Content Due Date (contentclose)'
   => '内容关闭日期 (contentclose)',
    'Contact the <a[_1]>helpdesk</a> for assistance.'  
 => 'Kontaktieren Sie das <a[_1]>Helpdesk</a> für Unterstützung.',     'Content Opening Date'
   => '内容开放日期',
    'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.'  
 => 'Kontaktieren Sie das [_1]LON-CAPA-Helpdesk[_2] ([_3]), falls Sie Unterstützung benötigen.',     'Content Close Date'
   => '内容关闭日期',
    'Unable to create new Excel file. This error has been logged. Please alert your LON-CAPA administrator.'  
 => 'Die Excel-Datei konnte nicht angelegt werden. Dieser Fehler wurde protokolliert. Bitte informieren Sie Ihren LON-CAPA-Administrator.',     'Question Type (type)'
   => '问题类型 (type)',
    'Problems occurred in creating the output file. This error has been logged. Please alert your LON-CAPA administrator.'  
 => 'Bei der Erstellung der Ausgabedatei sind Schwierigkeiten aufgetreten. Dieser Fehler wurde protokolliert. Bitte informieren Sie Ihren LON-CAPA-Administrator.',     'Question Type'
   => '问题类型',
    'Problems occurred in writing the CSV file. This error has been logged. Please alert your LON-CAPA administrator.'  
 => 'Beim Schreiben der CSV-Datei sind Schwierigkeiten aufgetreten. Dieser Fehler wurde protokolliert. Bitte informieren Sie Ihren LON-CAPA-Administrator.',     'Show Problem Status (problemstatus)'
   => 'Show Problem Status (problemstatus)',
    'Records [_1]'  
 => 'Datensätze [_1]', # ???     'Show Problem Status'
   => '查看问题状态',
    'Filter [_1]'  
 => 'Filter [_1]',     'Resource Hidden from Students (hiddenresource)'
   => 'Resource Hidden from Students (hiddenresource)',
    'Under you current role you are not permitted to change login settings for this user'  
 => 'Mit Ihrer derzeitigen Benutzerrolle sind Sie nicht berechtigt, die Login-Daten für diesen Benutzer zu ändern.',     'Resource Hidden from Students'
   => 'Resource Hidden from Students',
    'History'  
 => 'Historie',     'Resource hidden from students (hiddenresource)'
   => 'Resource hidden from students (hiddenresource)',
    'Part '  
 => 'Teil ',     'Resource hidden from students'
   => 'Resource hidden from students',
    'Transaction [_1]'  
 => 'Transaktion [_1]', # ???     'List of hidden parts (hiddenparts)'
   => 'List of hidden parts (hiddenparts)',
    'Nothing submitted - no attempts.'  
 => 'Nichts eingereicht - keine Versuche.',     'List of hidden parts'
   => 'List of hidden parts', # ???
    'No data.'  
 => 'Keine Daten vorhanden.',     'Part Description (display)'
   => 'Part Description (display)',
    '[_1] will be inaccessible between [_2] and [_3] because communication is being blocked.'  
 => 'Auf [_1] kann zwischen [_2] und [_3] nicht zugegriffen werden, da die Kommunikationsmöglichkeit für diese Zeit gesperrt wurde.',     'Part Description'
   => 'Part Description',
    'Open in a new window'  
 => 'In neuem Fenster öffnen',     'Show Parts One-at-a-Time (ordered)'
   => 'Show Parts One-at-a-Time (ordered)',
    'Revoke user roles'  
 => 'Benutzerrollen entziehen',     'Show Parts One-at-a-Time'
   => 'Show Parts One-at-a-Time',
    'Delete user roles'  
 => 'Benutzerrollen löschen',     'Numerical Tolerance (tol)'
   => 'Numerical Tolerance (tol)',
    'Re-enable expired user roles'  
 => 'Abgelaufene Benutzerrollen reaktivieren',     'Numerical Tolerance'
   => 'Numerical Tolerance',
    'Make future user roles active now'  
 => 'Zukünftige Benutzterrollen für jetzt aktivieren',     'Significant Digits (sig)'
   => 'Significant Digits (sig)',
    'Change starting/ending dates'  
 => 'Anfangs-/Endezeiten ändern',     'Significant Digits'
   => 'Significant Digits',
    'Change section associated with user roles'  
 => 'Mit Benutzerrollen verknüpfte Sektionen ändern',     'Show Units - Disable Entry (turnoffunit)'
   => 'Show Units - Disable Entry (turnoffunit)',
    'Modify existing user: '  
 => 'Existierenden Benutzer ändern: ',     'Show Units - Disable Entry'
   => 'Show Units - Disable Entry', # ???
    'Enroll one student'  
 => 'Einzelnen Studenten Kurs belegen lassen',     'Discussion End Time (discussend)'
   => 'Discussion End Time (discussend)',
    'Enroll one student: '  
 => 'Einzelnen Studenten Kurs belegen lassen: ',     'Discussion End Time'
   => 'Discussion End Time',
    'Existing Roles'  
 => 'Bestehende Rollen',     'Hide Closed Discussion (discusshide)'
   => 'Hide Closed Discussion (discusshide)',
    'Text-based Interface Login'  
 => 'Anmeldung für textbasierte Oberfläche',     'Hide Closed Discussion'
   => 'Hide Closed Discussion',
    'Select Accessibility Options'  
 => 'Auswahl der Anmeldeoptionen',     'Randomly Order Resources (randomorder)'
   => 'Randomly Order Resources (randomorder)',
    'Suppress rendering of images'  
 => 'Anzeige von Bildern unterbinden',     'Randomly Order Resources'
   => 'Randomly Order Resources',
    'Suppress Java applets'  
 => 'Java-Applets unterbinden',     'Randomly pick number of resources (randompick)'
   => 'Randomly pick number of resources (randompick)',
    'Suppress rendering of embedded multimedia'  
 => 'Eingebettete Multimedia-Objekte unterbinden',     'Do not show plain URL (encrypturl)'
   => 'Do not show plain URL (encrypturl)',
    'Increase font size'  
 => 'Zeichengröße erhöhen',     'Do not show plain URL'
   => 'Do not show plain URL',
    'Switch to black and white mode'  
 => 'Schwarz-Weiß-Modus',     'Slots of availability (available)'
   => 'Slots of availability (available)',
    'Remember these settings for next login'  
 => 'Diese Einstellungen für das nächste Anmelden merken',     'Slots of availability'
   => 'Slots of availability',
    'You are already logged in!'  
 => 'Sie sind bereits angemeldet!',     'CSS file to link (cssfile)'
   => 'CSS file to link (cssfile)',
    'You are already logged in'  
 => 'Sie sind bereits angemeldet!',     'CSS file to link'
   => 'CSS file to link',
    'Please either [_1]continue the current session[_2] or [_3]logout[_4].'  
 => 'Ihre Möglichkeiten: [_1]aktuelle Sitzung fortsetzen[_2] oder [_3]abmelden[_4].',     'Use slot based access controls (useslots)'
   => 'Use slot based access controls (useslots)',
    'Login problems?'  
 => 'Schwierigkeiten beim Anmelden?',     'Use slot based access controls'
   => 'Use slot based access controls',
    'Reset password'  
 => 'Passwort zurücksetzen',     'Client IP/Name Access Control (acc)'
   => 'Client IP/Name Access Control (acc)',
    'Reset forgotten LON-CAPA password'  
 => 'Vergessenes LON-CAPA-Passwort zurücksetzen',     'Client IP/Name Access Control'
   => 'Client IP/Name Access Control',
    '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.'  
 => 'Falls Sie den gleichen Account für mehrere Campusdienste neben LON-CAPA verwenden (z.B. E-Mail, Kurseinschreibung, etc.), existiert überlicherweise ein zentrale Einrichtung, über die Sie Ihr Passwort zurücksetzen können. Falls Ihr Account nur für LON-CAPA eingesetzt wird, können Sie Ihr Passwort gegebenenfalls über diese Seite zurücksetzen.',     'Resource alias name for conditions (mapalias)'
   => 'Resource alias name for conditions (mapalias)',
    'Three conditions must be met:'  
 => 'Drei Bedingungen müssen zutreffen:',     'Resource alias name for conditions'
   => 'Resource alias name for conditions',
    'An e-mail address must have previously been associated with your LON-CAPA username.'  
 => 'Es muss eine E-Mail-Adresse mit Ihrer LON-CAPA-Benutzerkennung verknüpft sein.',     'Slots of availability selected by student (availablestudent)'
   => 'Slots of availability selected by student (availablestudent)',
    'You must be able to access e-mail sent to that address.'  
 => 'Sie müssen E-Mails, die an diesen E-Mail-Account geschickt werden, lesen können.',     'Slots of availability selected by student'
   => 'Slots of availability selected by student',
    'Your LON-CAPA account must be of a type for which LON-CAPA can reset a password.'  
 => 'Ihr LON-CAPA-Account muss von dem Typ sein, für den LON-CAPA Passwörter zurücksetzen kann.',     'Hide buttons from students (buttonshide)'
   => 'Hide buttons from students (buttonshide)',
    'Thank you for your request to reset the password for your LON-CAPA account.'  
 => 'Danke für Ihre Anforderung zur Zurücksetzung des Passworts Ihres LON-CAPA-Accounts.',     'Hide buttons from students'
   => 'Hide buttons from students', # ???
    'Email address in LON-CAPA'  
 => 'E-Mail-Adresse in LON-CAPA',     'Hide DragMath-Editor (turnoffeditor)'
   => 'Hide DragMath-Editor (turnoffeditor)',
    'The username you provided was not verified as a valid username in the LON-CAPA system for the [_1] domain.'  
 => 'Die von Ihnen angegebene Benutzerkennung konnte nicht als gültiger LON-CAPA-Benutzerkennung der Domäne [_1] bestätigt werden.',     'Hide DragMath-Editor'
   => 'Hide DragMath-Editor',
    'Please [_1]go back[_2] and try again.'  
 => 'Bitte gehen Sie [_1]einen Schritt zurück[_2] und versuchen Sie es erneut.',     'Maximum Number of Collaborators (maxcollaborators)'
   => 'Maximum Number of Collaborators (maxcollaborators)',
    'The e-mail address you provided does not appear to be a valid address.'  
 => 'Die von Ihnen angegebene E-Mail-Adresse scheint keine gültige E-Mail-Adresse zu sein.',     'Maximum Number of Collaborators'
   => 'Maximum Number of Collaborators',
    'The e-mail address you provided does not match the address recorded in the LON-CAPA system for the username and domain you provided.'  
 => 'Die von Ihnen angegebene E-Mail-Adresse stimmt nicht mit der in LON-CAPA hinterlegten E-Mail-Adresse des von Ihnen angegebenen Benutzers/Domäne überein.',     'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
   => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
    'A valid e-mail address was not located in the LON-CAPA system for the username and domain you provided.'  
 => 'In LON-CAPA konnte zu Ihrem Benutzer und Domäne keine gültige E-Mail-Adresse gefunden werden.',     'Allowed File Extensions for Uploaded Files'
   => 'Allowed File Extensions for Uploaded Files',
    'The username you provided uses an authentication type which can not be reset directly via LON-CAPA.'  
 => 'Das Authentifizierungsverfahren, das bei dem von Ihnen angegebenen Benutzer verwendet wird, erlaubt kein Zurücksetzen des Passworts über LON-CAPA.',     'Hand Graded (handgrade)'
   => 'Hand Graded (handgrade)',
    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3].'  
 => 'Sie können das [_1]LON-CAPA-Helpdesk[_2] der Einrichtung [_3] kontaktieren.',     'Hand Graded'
   => 'Hand Graded',
    'You may wish to send an e-mail to the server administrator: [_1] for [_2].' # 1: e-mail, 2: domain  
 => 'Sie können an den Server-Administrator [_1] der Einrichtung [_2] eine E-Mail schicken.',     'Number of bubbles in exam mode (numbubbles)'
   => '考试模式中的一些复选框 (numbubbles)',
    'Assigning yourself a co-author or assistant co-author role in your own author area in Construction Space is not permitted'  
 => 'Es ist nicht möglich, sich selbst für den eigenen Autorenbereich/Konstruktionsbereich Co-Autoren- oder Co-Autor-Assistenten-Rechte zu vergeben.',     'Number of bubbles in exam mode'
   => '考试模式中的一些复选框',
    'Owner(s)'  
 => 'Eigentümer',     'Format for display of score (scoreformat)'
   => '评分显示格式 (scoreformat)',
    'Practice Problem'  
 => 'Übungsaufgabe',     'Format for display of score'
   => '评分显示格式',
    'Submissions are not permanently recorded'  
 => 'Die Antworten werden nicht dauerhaft gespeichert.',     'Max. Cumulative Size (MB) for Submitted Files (maxfilesize)'
   => '最大(MB)累积提交文件 (maxfilesize)',
    'Submissions to practice problems are not permanently recorded.'  
 => 'Antworten von Übungsaufgaben werden nicht dauerhaft gespeichert.',     'Max. Cumulative Size (MB) for Submitted Files'
   => '最大(MB)累积提交文件',
    'not graded'  
 => 'keine Punktewertung',     'Max. cumulative size (MB) for submitted files (maxfilesize)'
   => '最大(MB)累积提交文件 (maxfilesize)',
    'Course initialization preference'  
 => 'Kurs-Initialisierungs-Präferenz',     'Max. cumulative size (MB) for submitted files'
   => '最大(MB)累积提交文件',
    'Choose which page will be displayed when you enter this course after selecting a role.'  # Resource Parameters - End
 => 'Festlegung, welche Seite beim Betreten dieses Kurses angezeigt werden soll.',  
   # Resource Parameter Categories - Start
    'Current value is determined by'     'Problem Appearance'
 => 'Derzeitiger Wert ist bestimmt durch',  => 'Problem Appearance',
   
    'and is set to display'     'Time Settings'
 => 'und ist so eingestellt, dass folgende Seite gezeigt wird:',  => 'Time Settings',
   
    'Page display controlled by'     'High Level Randomization'
 => 'Seitenanzeige wird bestimmt durch',  => 'High Level Randomization',
   
    'If'     'Hiding'
 => 'Falls',  => 'Hiding',
   
    'Choose course entry'     'Behaviour of Input Fields'
 => 'Auswahl des Kurs-Eintrags',  => 'Behaviour of Input Fields',
   
    'Modify course entry'     'Slots'
 => 'Kurs-Eintrag ändern',  => 'Slots',
   
    'No members to add at this time, as there are no users matching the specified type(s), role(s) and section(s).'     'File Submission'
 => 'Derzeit gibt es keine Mitglieder, die hinzuzufügen wären, da es keine Benutzer gibt, auf die die Typen, Rollen und Sektionen zutreffen.',  => 'File Submission',
   # Resource Parameters Categories - End
    '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.'  
 => 'Derzeit gibt es keine Benutzer, die als neue Mitglieder hinzuzufügen wären, da alle Benutzer, auf die die Typen, Rollen und Sektionen zutreffen, bereits mit der Gruppe verknüpft sind.',     'New LON-CAPA [_1] ID: [_2]'
   => '新的 LON-CAPA-[_1]-ID: [_2]',
    "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."  
 => "Sie müssen ggf. die 'Bestehende, in der Vergangenheit liegende oder zukünftige Mitgliedschaften'-Seite verwenden, um Zugriff für in der Vergangenheit liegende oder zukünftige Mitgliedschaften wiederherzustellen oder zu aktivieren.",     'Not available'
   => '不详',
    'Setting optional privileges for specific group members'  
 => 'Einrichten von optionalen Berechtigungen für bestimmte Gruppenmitglieder',     'Post Announcement'
   => '提交通知',
    'As no group tools will be made available to users, there are no specific user privileges to set.'  
 => 'Da keine Gruppenwerkzeuge für Benutzer zugänglich gemacht werden, können auch keine Berechtigungen für bestimmte Benutzer eingerichtet werden.',     'The folder name: "[_1]" is already in use for an existing folder.'
   => '文件夹名称: "[_1]" 已经在现有的文件夹中。',
    'Create group'  
 => 'Gruppe erstellen',     'The folder name: "[_1]" is already used for one of the folders automatically generated by the system.'
   => '文件夹名称: "[_1]" 已经用于一个文件夹自动生成系统。',
    '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.'  
 => 'Der von Ihnen eingegebene Wert des Speicherplatzes für die Dateisammlung in dieser Gruppe enthält ungültige Zeichen. Der Wert wurde deshalb auf 0 MB gesetzt. Sie können dies in den Gruppen-Einstellungen ändern.',     'Error - could not obtain lock on email folders record.'
   => 'Error - could not obtain lock on email folders record.',
    '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).'  
 => 'Der von Ihnen eingegebene Wert des Speicherplatzes für die Dateisammlung in dieser Gruppe hat die maximal zulässige Größe überschritten. Der Wert wurde deshalb auf [_1] MB gesetzt (die maximal mögliche Größe).',     'The folder "[_1]" may not be deleted'
   => 'The folder "[_1]" may not be deleted',
    'A problem occurred when creating folders for the new group [_1]:'  
 => 'Bei Erstellen von Verzeichnissen für die neue Gruppe [_1] ist ein Fehler aufgetreten:',     'The folder "[_1]" does not exist so deletion is not required.'
   => 'The folder "[_1]" does not exist so deletion is not required.',
    'Group [_1] was created.'  
 => 'Die Gruppe [_1] wurde erstellt.',     'The folder "[_1]" contains messages so it may not be deleted.'
   => '该文件夹“[_1]”包含有信息,因此不能删除。',
    'E-mail Address'  
 => 'E-Mail-Adresse',     'Delete or move the messages to a different folder first.'
   => 'Delete or move the messages to a different folder first.',
    'Closes '  
 => 'Schließt am ',     'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.'
   => 'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.',
    '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]".'  
 => 'Die Ressourcen in "[_1]" sind nur für eine begrenzte Zeit verfügbar. Sobald Sie auf "Zeige Ressource" klicken, haben Sie [_2] Zeit, um alle Ressourcen in "[_1]" zu bearbeiten.',     'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is reserved for folders provided automatically by the system.'
   => 'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is reserved for folders provided automatically by the system.',
    '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]".'  
 => 'Diese Ressource "[_1]" ist nur für eine begrenzte Zeit verfügbar. Sobald Sie auf "Zeige Ressource" klicken, haben Sie [_2] Zeit, um diese Ressource zu bearbeiten.',     'The folder "[_1]" may not be renamed to "[_2]" because the new name you requested is already being used for an existing folder.'
   => 'The folder "[_1]" may not be renamed to "[_2]" because the new name you requested is already being used for an existing folder.',
    '[quant,_1,day]'  
 => '[quant,_1,Tag,Tage]',     'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.'
   => 'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.',
    '[quant,_1,hour]'  
 => '[quant,_1,Stunde,Stunden]',     'Warning: failed to release lock for counter'
   => 'Warning: failed to release lock for counter',
    '[quant,_1,minute]'  
 => '[quant,_1,Minute,Minuten]',     'Warning: failed to release lock for folder: [_1].'
   => 'Warning: failed to release lock for folder: [_1].',
    '[quant,_1,second]'  
 => '[quant,_1,Sekunde,Sekunden]',     'Error uploading new folder.'
   => 'Error uploading new folder.',
    'Start Timer?'  
 => 'Timer starten?',     'Error reading contents of parent folder.'
   => 'Error reading contents of parent folder.',
    'Sign up for time to work.'  
 => 'Für Zeiten zur Bearbeitung eintragen',     'Error saving updated parent folder.'
   => 'Error saving updated parent folder.',
    'Requesting Another Worktime'  
 => 'Anforderung von Zeiten zur Bearbeitung',     'Parameters not set for [_1] because the resource was not recognized as part of the course.'
   => 'Parameters not set for [_1] because the resource was not recognized as part of the course.',
    'No available times.'  
 => 'Keine Zeiten verfügbar.',     'Message not moved, Attempted to move message to the same folder as it already is in.'
   => 'Message not moved, Attempted to move message to the same folder as it already is in.',
    'Return to last resource'  
 => 'Zur letzten Ressource zurückkehren',     'Message not moved, A network error occurred.'
   => 'Message not moved, A network error occurred.',
    'My Courses'  
 => 'Meine Kurse',     'Message not moved as the message is no longer in the source folder.'
   => 'Message not moved as the message is no longer in the source folder.',
    '[_1] parts'  
 => '[_1] Teile',     'Message copied to new folder but status was not, A network error occurred.'
   => 'Message copied to new folder but status was not, A network error occurred.',
    'Part: [_1]'  
 => 'Aufgabenteil: [_1]',     'Message copied, but unable to delete the original from the source folder.'
   => 'Message copied, but unable to delete the original from the source folder.',
    'New Discussion'  
 => 'Neuer Diskussionsbeitrag',     'Message copied, but unable to delete the original status from the source folder.'
   => 'Message copied, but unable to delete the original status from the source folder.',
    'New Email'  
 => 'Neue E-Mail',     'Error: you must have a course role selected to be able to send a broadcast message to a group in the course.'
   => 'Error: you must have a course role selected to be able to send a broadcast message to a group in the course.',
    'New Error'  
 => 'Neuer Fehler',     'Error: could not determine domain or number of course'
   => 'Error: could not determine domain or number of course',
    '(randomly select [_1])'  
 => '(zufällig [_1] ausgewählt)',     'Select message recipients from the group members listed below.'
   => 'Select message recipients from the group members listed below.',
    '(randomly ordered)'  
 => '(in zufälliger Reihenfolge)',     'Send another e-mail'
   => '发送另一个电子邮件',
    'No course selected'  
 => 'Kein Kurs gewählt',     'Send another group message'
   => '给其他组发送邮件',
    'Open '  
 => 'Öffnet am ',     'Return to group page'
   => '返回到组网页',
    'Having technical difficulties; please check status later'  
 => 'Technische Probleme - bitte später nochmal probieren',     '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'
   => '您必须确认您已经收到此邮件,然后才能访问其他页面。确认后,此邮件将移至您的收件箱。',
    'Answer open'  
 => 'Antwort verfügbar am',     '[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.'
   => '[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.',
    'Yes, and show correct answer if they exceed the maximum number of tries.'  
 => 'Ja, und korrekte Antwort anzeigen, nachdem alle Versuche aufgebraucht sind.',     'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.'
   => 'Each of the[_1] [quant,_2,message] [_3]you checked will be forwarded to the recipient(s) you select below.',
    "No, don't show correct/incorrect feedback."  
 => "Nein, kein Korrekt-/Inkorrekt-Feedback anzeigen",     'The message you checked will be forwarded to the recipient(s) you select below.'
   => 'The message you checked will be forwarded to the recipient(s) you select below.',
    'No, show no feedback at all.'  
 => 'Nein, keinerlei Feedback anzeigen.',     'Send Messages'
   => '发送邮件',
    'single part'  
 => 'einteilig',     'Send Message'
   => '发送邮件', # '发送讯息',
    'Course Page'  
 => 'Kurs-Seite',     'Send Reply to Messages'
   => '发送回复邮件',
    'Unable to set "number unread posts display" to [_1] due to [_2].'  
 => '"Anzeige der Anzahl ungelesener Beiträge" konnte nicht auf [_1] gesetzt werden. Ursache: [_2]',     'Send Reply to Message'
   => '发送回复邮件',
    'Current value is [_1].'  
 => 'Derzeitiger Wert ist [_1].',     'Forward Messages'
   => '转发邮件',
    'Unable to set interval to [_1] due to [_2].'  
 => 'Intervall konnte nicht auf [_1] gesetzt werden. Ursache: [_2]',     'Forward Message'
   => '转发邮件',
    'Changes to threshold(s) for problem tracking:'  
 => 'Vorgenommene Änderungen der Schwellenwerte:',     'Save message for re-use'
   => '邮件重新保存',
    'Set threshold for [_1] to [_2]'  
 => 'Schwellenwert für [_1] auf [_2] gesetzt',     'Show re-usable messages'
   => '显示保存的邮件',
    'Set the default page to be displayed when you select a course role'  
 => 'Einstellen der voreingestellten Seite, die nach Betreten des Kurses angezeigt werden soll',     'This message was designated by the sender not to allow replies.'
   => 'This message was designated by the sender not to allow replies.',
    '(Currently: [_1])'  
 => '(Derzeit: [_1])',     'The sender did not designate a reply to address for this message.'
   => 'The sender did not designate a reply to address for this message.',
    '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]" page in the course' # [_1]: "<i>What's New</i>"  
 => 'Die hier vorgenommenen allgemeinen Benutzereinstellungen können in einzelnen Kursen überschrieben werden, indem spezielle Kurs-Einstellungen auf der "<i>Was-gibt\'s-Neues-Seite</i>" im jeweiligen Kurs vorgenommen werden.',     'Reply to other recipients'
   => 'Reply to other recipients',
    'Display the [_1] in the course.' # [_1]: '<b>first resource</b>'  
 => 'Anzeige der <b>ersten Ressource</b> im Kurs.',     'Unless you choose otherwise:'
   => 'Unless you choose otherwise:',
    'Display the "[_1]" page - a summary of items in the course which require attention.' # [_1]: "<b>What's New</b>"  
 => 'Anzeige der "<b>Was-gibt\'s-Neues-Seite</b> - Übersicht von Elementen, auf die geachtet werden sollte.',     "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject."
   => "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject.",
    'Default now set'  
 => 'Voreinstellung ist ab sofort',     'original subject'
   => 'original subject',
    'when you select a course role from the roles screen'  
 => 'Wenn Sie einen Kurs von der Benutzerrollen-Seite wählen',     "sender's name"
   => "sender's name",
    'you will be taken to the start of the course.'  
 => 'werden Sie zum Anfang des Kurses geleitet.',     'Message begins with:'
   => 'Message begins with:',
    'a page will be displayed that lists items in the course that may require action from you.'  
 => 'wird eine Seite angezeigt, die Elemente auflistet, die von Ihnen beachtet werden sollten.',     'Any new text to display before the text of the original messages:'
   => 'Any new text to display before the text of the original messages:',
    "Display the What's New page listing course action items"  
 => "Anzeige der Was-gibt's-Neues-Seite, die die Kurs-Aktionselemente auflistet",     'username1:domain1: text'
   => '用户名1:域名1: 文本',
    'Go to the start of the course'  
 => 'Zum Anfang des Kurses gehen, und zwar ',     'username2:domain2: text'
   => '用户名2:域名2: 文本',
    'now'  
 => 'jetzt',     'username3:domain1: text'
   => '用户名3:域名3: 文本',
    'No official courses to display for [_1].'  
 => 'Es existieren keine offiziellen Kurse für [_1], die angezeigt werden könnten.',     "The messages will be assembled from all lines with the respective\n<tt>username:domain</tt>, and appended to the general message text."
   => "邮件从相应用户的所有行<tt>用户名:域</tt>收集并附加到一般消息文本。", # ???
    '(Month - Day - Year)'  
 => '(Monat - Tag - Jahr)',     'Not allowed'
   => '不允许',
    'Month[_1]Day[_2]Year'  
 => 'Monat[_1]Tag[_2]Jahr',     'Archived Message'
   => '存档的邮件',
    '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.'  
 => 'Copyright/Zugriffsrechte unterstützt ab sofort nicht mehr die Option "Private Veröffentlichung". Deshalb wählen Sie bitte unten eine andere Option aus. Sie können "Spezielle Nutzungsrechte" wählen, um maximale Kontrolle über den Zugriff auf Ihre Ressource zu erhalten.',     '[quant,_1,communication blocking period was,communication blocking periods were] removed.'
   => '[quant,_1,communication blocking period was,communication blocking periods were] removed.',
    'Skipping'  
 => 'Ausgelassen:',     '[quant,_1,communication blocking period was,communication blocking periods were] modified.'
   => '[quant,_1,communication blocking period was,communication blocking periods were] modified.',
    'Notifying host'  
 => 'Benachrichtigung des Hosts', # ???     '[quant,_1,communication blocking period was,communication blocking periods were] added.'
   => '[quant,_1,communication blocking period was,communication blocking periods were] added.',
    'Back to Catalog Information'  
 => 'Zurück zu den Katalogisierungsdaten',     '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.'
   => '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.',
    ' at '  
 => ' in ',     'Reply To'
   => 'Reply To',
    'Computer\'s answer is incorrect ("[_1]").'  
 => 'Die hinterlegte Antwort ist falsch ("[_1]").',     'Current attempts of student (if applicable)'
   => 'Current attempts of student (if applicable)',
    'Computer\'s answer is incorrect ("[_1]"). It is likely that the tolerance range [_2] or significant figures [_3] need to be adjusted.'  
 => 'Die hinterlegte Antwort ist falsch ("[_1]"). Es scheint, als dass der Toleranzbereich [_2] oder die signifikanten Stellen [_3] angepasst werden müssten.',     'Current screen output (if applicable)'
   => 'Current screen output (if applicable)',
    'Computer\'s answer is incorrect ("[_1]"). It is likely that the tolerance range [_2] needs to be adjusted.'  
 => 'Die hinterlegte Antwort ist falsch ("[_1]"). Es scheint, als dass der Toleranzbereich [_2] angepasst werden müsste.',     'No saved comments yet.'
   => 'No saved comments yet.',
    'Submission Record'  
 => 'Einreichungs-Aufzeichnungen',     'No saved comments yet for this resource.'
   => 'No saved comments yet for this resource.',
    'Set/Change grades'  
 => 'Bewertungen eingeben/ändern',     'Could not deliver message'
   => 'Could not deliver message',
    'View of the problem'  
 => 'Anzeige der Aufgabe',     'Please use the browser "Back" button and correct the recipient addresses ([_1]).'
   => 'Please use the browser "Back" button and correct the recipient addresses ([_1]).',
    'Assign Grades'  
 => 'Bewertungen zuweisen',     'Failed to delete the message.'
   => 'Failed to delete the message.',
    'Save &amp; Next'  
 => 'Speichern und weiter',     'Marked [_1] message(s) read'
   => 'Marked [_1] message(s) read',
    '[_1]student(s)'  
 => '[_1]Student(en)',     'Marked [_1] message(s) Unread'
   => 'Marked [_1] message(s) Unread',
    '(Next and Previous (student) do not save the scores.)'  
 => '("Vorherige" und "Weiter" speichert nicht die Bewertungsdaten dieser Seite)',     'Destination folder [_1] is not a valid folder'
   => 'Destination folder [_1] is not a valid folder',
    'LON-CAPA User Message'  
 => 'LON-CAPA-Benutzernachricht',     'Failed to move [_1] message(s)'
   => 'Failed to move [_1] message(s)',
    '<b>Message: </b> No more students for this section or class.'  
 => '<b>Nachricht:</b> Keine weiteren Studenten für diese Sektion oder diesen Kurs.',     'Moved [_1] message(s)'
   => 'Moved [_1] message(s)',
    'Click on the button below to return to the grading menu.'  
 => 'Klicken Sie auf den Button, um zum Bewertungsmenü zurückzugelangen.',     'Failed to delete [_1] message(s)'
   => 'Failed to delete [_1] message(s)',
    'Group files'  
 => 'Gruppendateien',     'Deleted [_1] message(s)'
   => 'Deleted [_1] message(s)',
    'One group portfolio file is available.'  
 => 'Eine Gruppen-Portfolio-Datei ist verfügbar.',     '[quant,_1,message] forwarded.'
   => '[quant,_1,message] forwarded.',
    'One portfolio file owned by [_1] is available.'  
 => 'Eine Gruppen-Portfolio-Datei von [_1] ist verfügbar.',     'Could not forward [quant,_1,message].'
   => 'Could not forward [quant,_1,message].',
    'A total of [_1] group portfolio files are available.'  
 => 'Insgesamt sind [_1] Gruppen-Portfolio-Dateien verfügbar.',     'Could not deliver forwarded message.'
   => 'Could not deliver forwarded message.',
    'A total of [_1] portfolio files owned by [_2] are available'  
 => 'Insgesamt sind [_1] Gruppen-Portfolio-Dateien von [_2] verfügbar.',     'The recipient addresses may need to be corrected'
   => 'The recipient addresses may need to be corrected',
    '[quant,_1,file is,files are] publicly accessible.'  
 => 'Auf [quant,_1,Datei,Dateien] kann öffentlich zugegriffen werden.',     'Mail folder "[_1]" created.'
   => '邮件文件夹 "[_1]" 已创建。',
    '[quant,_1,file requires,files require] a passphrase for access.'  
 => '[quant,_1,Datei benötigt,Dateien benötigen] für den Zugriff ein Passwort.',     'Creation failed.'
   => '创建失败。',
    'Group Portfolio files'  
 => 'Gruppen-Portfolio-Dateien',     'Mail folder "[_1]" deleted.'
   => '邮件文件夹 "[_1]" 已删除。',
    'Viewable portfolio files.'  
 => 'Einsehbare Portfolio-Dateien',     'Deletion failed.'
   => '删除失败。',
    'Viewable portfolio files'  
 => 'Einsehbare Portfolio-Dateien',     'Mail folder "[_1]" renamed "[_2]".'
   => '邮件文件夹 "[_1]" 更名为 "[_2]".',
    'Viewable group portfolio files'  
 => 'Einsehbare Gruppen-Portfolio-Dateien',     'Renaming failed.'
   => '重命名失败。',
    'Display file listing'  
 => 'Dateienliste anzeigen',     'Messages'
   => '邮件',
    'Portfolio files for [_1]'  
 => 'Portfolio-Dateien von [_1]',     'Distribute from Uploaded File'
   => '从上传的文件分发', # ???
    'File access type: '  
 => 'Dateizugriffs-Typ: ',     'Communication Blocking'
   => '通讯阻塞',
    'Update display'  
 => 'Anzeige aktualisieren',     'Communication blocking during scheduled exams'
   => '有时限的通讯阻塞',
    'Course Information page'  
 => 'Kursinformations-Seite',     '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.'
   => '您可以在网上考试期间使用通信阻断,以防止该课程的学生接收其他学生的LON-CAPA信息。作为阻止的通信可能会中断参加了其他的LON-CAPA课程的学生之间的沟通,请您在在设置和更改安排考试时间时注意选择正确的开始和结束时间。',
    'Information about [_1]'  
 => 'Über-mich-Seite von [_1]',     'Modify existing communication blocking periods'
   => '修改现有的通信阻断时间',
    'There are no available files of the specified access type: [_1]'  
 => 'Es sind keine Dateien des angegebenen Zugriffstyps [_1] verfügbar.',     'No communication blocks currently saved'
   => '目前任何通信被锁定。',
    'File Type Displayed: [_1]'  
 => 'Anzuzeigende Dateitypen: [_1]',     'Duration'
   => '持续',
    'All file types'  
 => 'Alle Dateitypen',     'Event'
   => '事件',
    'The resource depends on another resource with variable filename, i.e., [_1].'  
 => 'Die Ressource hängt von einer anderen Ressource ab, die einen variablen Dateinamen hat, z.B. [_1].',     'Blocked?'
   => '被锁定?',
    'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.'  
 => 'Sie müssen explizit Zugriff auf alle möglichen Abhängigkeiten erlauben, indem Sie das [_1]-Tag verwenden.',     'Add block'
   => '新增锁定',
   
    'Select&nbsp;All'     'e.g., Exam 1'
 => 'Alle&nbsp;auswählen',  => '(例如:考试1)',
   
    'Select&nbsp;Common&nbsp;Only'     'Discussion'
 => 'Nur&nbsp;Gebräuchliche&nbsp;auswählen',  => '论坛',
   
    'Add Selection for:'     'The following changes were made'
 => 'Auswahl hinzufügen für:',  => '进行了以下更改:',
   
    'Problem&nbsp;Dates'     'Add new communication blocking periods'
 => 'Aufgaben-Zeitfenster',  => '添加新的的通信阻断时间',
   
    'Content&nbsp;Dates'     'Set by'
 => 'Inhalts-Zeitfenster',  => 'Set by',
   
    'Discussion&nbsp;Settings'     'Deleted Message'
 => 'Diskussionen',  => '删除的邮件',
   
    'Visibilities'     'Marked Messages Read'
 => 'Sichtbarkeit',  => '邮件标记为已读',
   
    'Part&nbsp;Parameters'     'Marked Messages Unread'
 => 'Aufgabenteile',  => '邮件标记为未读',
   
    'Unselect&nbsp;All'     'Moved Messages'
 => 'Auswahl&nbsp;komplett&nbsp;aufheben',  => '移动邮件',
   
      'Deleted Messages'
 # Resource Parameters - Start  => '删除邮件',
   
    'Problem Opening Date'     'Marked Message as Unread'
 => 'Aufgaben-Startzeit',  => '邮件标记为未读',
   
    'Problem Due Date'     'Deleted Folder'
 => 'Aufgaben-Fälligkeitszeit',  => '删除文件夹',
   
    'Problem Answer Date'     'Renamed Folder'
 => 'Aufgaben-Antwortverfügbarkeitszeit',  => '重命名文件夹',
   
    'Time-Limit'     'username:domain,username:domain,...'
 => 'Zeitlimit',  => '用户名:域,用户名:域...',
   
 #   'Weight (weight)'     'All courses'
 #=> 'Gewichtung (weight)',  => '所有课程',
 #  
    'Weight'     'Pick specific course(s):'
 => 'Aufgaben-Gewichtung',  => 'Pick specific course(s):',
   
 #   'Maximum Number of Tries (maxtries)'     'Search for a course in the [_1] domain'
 #=> 'Maximale Anzahl an Versuchen (maxtries)',  => 'Search for a course in the [_1] domain',
 #  
    'Maximum Number of Tries'     'Actions available after searching for a course:'
 => 'Maximale Anzahl an Versuchen',  => 'Actions available after searching for a course:',
   
 #   'Number of Tries before hints appear (hinttries)'     'Although almost all course settings can be modified by a [_1], a number of settings exist which only a [_2] may change:'
 #=> 'Anzahl der Versuche, bevor Hinweise erscheinen (hinttries)',  => 'Although almost all course settings can be modified by a [_1], a number of settings exist which only a [_2] may change:',
 #  
    'Number of Tries before hints appear'     "Certain settings which control auto-enrollment of students from your institution's student information system."
 => 'Anzahl Versuche, bevor Hinweise angezeigt werden',  => "Certain settings which control auto-enrollment of students from your institution's student information system.",
   
    'Content Opening Date'     'The total disk space allocated for storage of portfolio files in all groups in a course.'
 => 'Inhalts-Startdzeit',  => 'The total disk space allocated for storage of portfolio files in all groups in a course.',
   
    'Content Close Date'     'No existing sections'
 => 'Inhalts-Endezeit',  => 'No existing sections',
   
 #   'Question Type (type)'     'Broadcast e-mail to users'
 #=> 'Fragetyp (type)',  => 'Broadcast e-mail to users',
 #  
    'Question Type'     'Broadcast E-mail'
 => 'Aufgabentyp',  => 'Broadcast E-mail',
   
 #   'Show Problem Status (problemstatus)'     'Broadcast e-mail to Domain'
 #=> 'Aufgabenstatus anzeigen (problemstatus)',  => 'Broadcast e-mail to Domain',
 #  
    'Show Problem Status'     'Send a new e-mail message to selected users from this domain'
 => 'Aufgabenstatus anzeigen',  => 'Send a new e-mail message to selected users from this domain',
   
 #   'Resource Hidden from Students (hiddenresource)'     'Send a new e-mail to selected users from this domain'
 #=> 'Ressource vor Studierenden verborgen (hiddenresource)',  => 'Send a new e-mail to selected users from this domain',
 #  
    'Resource Hidden from Students'     'Display e-mail sent by Domain Coordinators in this domain'
 => 'Ressource vor Studenten verborgen',  => 'Display e-mail sent by Domain Coordinators in this domain',
   
 #   'List of hidden parts (hiddenparts)'     'Select Audience'
 #=> 'Liste der versteckten Aufgabenteile (hiddenparts)',  => 'Select Audience',
 #  
    'List of hidden parts'     'Choose e-mail audience'
 => 'Liste der versteckten Aufgabenteile', # ???  => 'Choose e-mail audience',
   
 #   'Part Description (display)'     'Roles:'
 #=> 'Aufgabenteil-Beschreibung (display)',  => '角色:',
 #  
    'Part Description'     'Courses:'
 => 'Aufgabenteil-Beschreibung',  => '课程:',
   
    'Show Parts One-at-a-Time'     '[_1] selected.'
 => 'Aufgabenteile alle zur gleichen Zeit zeigen',  => '[_1] 选择的。',
   
 #   'Numerical Tolerance (tol)'     'Access status:'
 #=> 'Numerische Toleranz (tol)',  => 'Access status:',
 #  
    'Numerical Tolerance'     'Username -> Email conversion:'
 => 'Numerische Toleranz',  => '用户名 -> E-Mail 转换:',
   
 #   'Significant Digits (sig)'     'Building valid e-mail address from username, if missing from preferences:'
 #=> 'Signifikante Stellen (sig)',  => 'Building valid e-mail address from username, if missing from preferences:',
 #  
    'Significant Digits'     'Kerberos: enter default for each realm used in the domain, with comma separation of entries'
 => 'Signifikante Stellen',  => 'Kerberos: enter default for each realm used in the domain, with comma separation of entries',
   
    'Show Units - Disable Entry'     '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).'
 => 'Einheiten anzeigen - Eintrag deaktivieren', # ???  => '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).',
   
    'Discussion End Time'     'Internal, Filesystem and Local authentication: enter single default.'
 => 'Diskussions-Endezeit',  => 'Internal, Filesystem and Local authentication: enter single default.',
   
    'Hide Closed Discussion'     'Authentication Method'
 => 'Geschlossene Diskussion verbergen',  => 'Authentication Method',
   
    'Randomly Order Resources'     'Username -> e-mail conversion'
 => 'Zufällige Reihenfolge der Ressourcen',  => 'Username -> e-mail conversion',
   
 #   'Randomly pick number of resources (randompick)'     'Internal (LON-CAPA)'
 #=> 'Ressourcenanzahl zufällig wählen (randompick)',  => 'Internal (LON-CAPA)',
 #  
    'Randomly pick number of resources'     'username@'
 => 'Zufällige Anzahl an Ressourcen verwenden',  => '用户名@',
   
 #   'Do not show plain URL (encrypturl)'     'Local/Customized'
 #=> 'Blanke URL nicht anzeigen  (encrypturl)',  => 'Local/Customized',
 #  
    'Do not show plain URL'     'Filesystem (UNIX)'
 => 'URL nicht im Klartext zeigen',  => 'Filesystem (UNIX)',
   
    'Slots of availability'     'Compose E-mail'
 => 'Verfügbarkeits-Slots',  => 'Compose E-mail',
   
    'CSS file to link'     'No recipients identified'
 => 'Zu verlinkende CSS-Datei',  => 'No recipients identified',
   
    'Use slot based access controls'     'Broadcast e-mail display options'
 => 'Slot-basierte Zugriffskontrolle verwenden',  => 'Broadcast e-mail display options',
   
 #   'Client IP/Name Access Control (acc)'     'Date range:'
 #=> 'Client IP/Namen-Zugriffssteuerung (acc)',  => 'Date range:',
 #  
    'Client IP/Name Access Control'     'Earliest to display:'
 => 'Zugriffskontrolle durch Client-IP-Adresse/-Name',  => 'Earliest to display:',
   
 #   'Resource alias name for conditions (mapalias)'     'Latest to display:'
 #=> 'Ressourcen-Aliasname für Bedingungen (mapalias)',  => 'Latest to display:',
 #  
    'Resource alias name for conditions'     'Choose sender(s):'
 => 'Ressourcen-Aliasname für Bedingungen',  => 'Choose sender(s):',
   
    'Slots of availability selected by student'     'Display e-mail'
 => 'Verfügbarkeits-Slots durch Studenten gewählt',  => '显示 E-Mail',
   
    'Hide buttons from students'     'E-mail display'
 => 'Buttons für Studenten verbergen',  => '显示 E-Mail',
   
    'Hide DragMath-Editor'     'Display Broadcast e-mail'
 => 'DragMath-Editor verbergen',  => '显示广播 E-Mail',
   
 #   'Maximum Number of Collaborators (maxcollaborators)'     'No mail sent matching supplied criteria'
 #=> 'Maximale Anzahl an Mitarbeitern (maxcollaborators)',  => 'No mail sent matching supplied criteria',
 #  
    'Maximum Number of Collaborators'     'No students found.'
 => 'Maximale Anzahl an Mitarbeitern',  => 'No students found.',
   
 #   'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'     'Spreadsheet'
 #=> 'Dateiendungen für hochgeladene Dateien erlauben (uploadedfiletypes)',  => 'Spreadsheet',
 #  
    'Allowed File Extensions for Uploaded Files'     'Spreadsheet Help'
 => 'Dateiendungen für hochgeladene Dateien erlauben',  => 'Spreadsheet Help',
   
 #   'Hand Graded (handgrade)'     'Editing Help'
 #=> 'Manuell bewertet (handgrade)',  => 'Editing Help',
 #  
    'Hand Graded'     'Help on printing'
 => 'Manuell bewertet',  => 'Help on printing',
   
 #   'Number of bubbles in exam mode (numbubbles)'     'Metadata Diffs'
 #=> 'Anzahl der Ankreuzfelder im Prüfungmodus (numbubbles)',  => 'Metadata Diffs',
 #  
    'Number of bubbles in exam mode'     'Retrieve Metadata'
 => 'Anzahl der Ankreuzfelder im Prüfungsmodus',  => 'Retrieve Metadata',
   
    'Format for display of score'     'Enter course'
 => 'Format für Punkteanzeige',  => 'Enter course',
   
    'Max. cumulative size for submitted files (MB)'     'Enter Course'
 => 'Max. kumulative Größe für eingereichte Dateien (MB)',  => 'Enter Course',
   
 # Resource Parameters - End     'Enter Access Key to Unlock this Course'
   => 'Enter Access Key to Unlock this Course',
   
    'New LON-CAPA [_1] ID: [_2]'     'Verifying Access Key to Unlock this Course'
 => 'Neue LON-CAPA-[_1]-ID: [_2]',  => 'Verifying Access Key to Unlock this Course',
   
    'Not available'     'Successfully registered key'
 => 'Nicht verfügbar',  => 'Successfully registered key',
   
    'Post Announcement'     'Re-Enter Key'
 => 'Bekanntmachung absenden',  => 'Re-Enter Key',
   
    'The folder name: "[_1]" is already in use for an existing folder.'     'Assigned from [_1] at [_2] for [_3]'
 => 'Der Verzeichnisname "[_1]" ist bereits in einem bestehendem Verzeichnis in Verwendung.',  => 'Assigned from [_1] at [_2] for [_3]',
   
    'The folder name: "[_1]" is already used for one of the folders automatically generated by the system.'     'Total Matches'
 => 'Der Verzeichnisname "[_1]" ist bereits in einem systemgenerierten Verzeichnis in Verwendung.',  => 'Total Matches',
   
    'Error - could not obtain lock on email folders record.'     'Time Remaining'
 => 'Fehler: Sperrung des Nachrichtenverzeichnis-Datensatzes war nicht möglich.',  => 'Time Remaining',
   
    'The folder "[_1]" may not be deleted'     'IMPORT'
 => 'Das Verzeichnis "[_1]" kann nicht gelöscht werden',  => 'IMPORT',
   
    'The folder "[_1]" does not exist so deletion is not required.'     'Help on slots'
 => 'Das Verzeichnis "[_1]" existiert nicht und braucht daher nicht gelöscht zu werden.',  => 'Help on slots',
   
    'The folder "[_1]" contains messages so it may not be deleted.'     'New user accounts in [_1]'
 => 'Das Verzeichnis "[_1]" enthält Nachrichten und kann daher nicht gelöscht werden.',  => 'New user accounts in [_1]',
   
    'Delete or move the messages to a different folder first.'     'Student enrollment changes in [_1]'
 => 'Löschen oder verschieben Sie die Nachrichten zunächst in ein anderes Verzeichnis.',  => 'Student enrollment changes in [_1]',
   
    'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.'     'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:'
 => 'Das Verzeichnis "[_1]" kann nicht in "[_2]" umbenannt werden, da der neue Name ungültig ist.',  => 'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:',
   
    'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is reserved for folders provided automatically by the system.'     'No institutional classlist data could be retrieved for [_1]'
 => 'Das Verzeichnis "[_1]" kann nicht in "[_2]" umbenannt werden, da der neue Name für Verzeichnisse reserviert ist, die automatisch vom System angeboten werden.',  => 'No institutional classlist data could be retrieved for [_1]',
   
    'The folder "[_1]" may not be renamed to "[_2]" because the new name you requested is already being used for an existing folder.'     'Not within time window for auto-enrollment in [_1]'
 => 'Das Verzeichnis "[_1]" kann nicht in "[_2]" umbenannt werden, da der neue Name bereits für ein bestehendes Verzeichnis verwendet wird.',  => 'Not within time window for auto-enrollment in [_1]',
   
    'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.'     'Auto-enrollment not currently enabled for [_1]'
 => 'Das Verzeichnis "[_1]" kann nicht in "[_2]" umbenannt werden, da das Verzeichnis "[_1]" nicht existiert.',  => 'Auto-enrollment not currently enabled for [_1]',
   
    'Warning: failed to release lock for counter'     'The courseID provided does not match a course in this domain.'
 => 'Warnung: Die Sperre für den Zähler konnte nicht freigegeben werden.',  => 'The courseID provided does not match a course in this domain.',
   
    'Warning: failed to release lock for folder: [_1].'     'Not Open'
 => 'Warnung: Die Sperre für das Verzeichnis [_1] konnte nicht freigegeben werden.',  => 'Not Open',
   
    'Error uploading new folder.'     "This resource currently isn't open. It will be available at [_1]."
 => 'Fehler beim Hochladen des neuen Verzeichnisses.',  => "This resource currently isn't open. It will be available at [_1].",
   
    'Error reading contents of parent folder.'     'Could not handle ambiguous resource reference'
 => 'Fehler beim Lesen der Inhalte des übergeordneten Verzeichnisses.',  => 'Could not handle ambiguous resource reference',
   
    'Error saving updated parent folder.'     'The nature of the problem is unclear'
 => 'Fehler beim Speichern des aktualisierten übergeordneten Verzeichnisses.',  => 'The nature of the problem is unclear',
   
    'Parameters not set for [_1] because the resource was not recognized as part of the course.'     'Course Roster'
 => '',  => '课程名册',
   
    'Message not moved, Attempted to move message to the same folder as it already is in.'     'Classlist'
 => 'Die Nachricht wurde nicht verschoben, da sie in das gleiche Verzeichnis verschoben werden sollte, in dem sie sich bereits befindet.',  => '班级名册',
   
    'Message not moved, A network error occurred.'     'Display of a student-viewable course roster is not currently enabled.'
 => 'Die Nachricht wurde nicht verschoben, da ein Netzwerkfehler aufgetreten ist.',  => 'Display of a student-viewable course roster is not currently enabled.',
   
    'Message not moved as the message is no longer in the source folder.'     'Student-viewable course roster'
 => 'Die Nachricht wurde nicht verschoben, da sie sich nicht mehr im Quellverzeichnis befindet.',  => 'Student-viewable course roster',
   
    'Message copied to new folder but status was not, A network error occurred.'     'Students with no section'
 => 'Die Nachricht wurde in das neue Verzeichnis kopiert, deren Status allerdings nicht, da ein Netzwerkproblem aufgetreten ist.',  => 'Students with no section',
   
    'Message copied, but unable to delete the original from the source folder.'     'Students in section "[_1]"'
 => 'Die Nachricht wurde kopiert, allerdings konnte das Original im Quellverzeichnis nicht entfernt werden.',  => 'Students in section "[_1]"',
   
    'Message copied, but unable to delete the original status from the source folder.'     'Students in any section'
 => 'Die Nachricht wurde kopiert, allerdings konnte der Originalstatus im Quellverzeichnis nicht entfernt werden.',  => 'Students in any section',
   
    'Error: you must have a course role selected to be able to send a broadcast message to a group in the course.'     'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.'
 => 'Fehler: Sie müssen zunächst eine Kursrolle auswählen, um Broadcast-Nachrichten an eine Kursgruppe senden zu können.',  => 'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.',
   
    'Error: could not determine domain or number of course'     'The single student without a section[_1] has opted not to be listed in the roster.'
 => 'Fehler: Weder die Domäne noch die Nummer des Kurses konnte ermittelt werden',  => 'The single student without a section[_1] has opted not to be listed in the roster.',
   
    'Select message recipients from the group members listed below.'     'The single student in the section[_1] has opted not to be listed in the roster.'
 => 'Wählen Sie Nachrichtenempfänger von der unten angegebenen Liste der Gruppenmitglieder.',  => 'The single student in the section[_1] has opted not to be listed in the roster.',
   
    'Send another e-mail'     'The single student in the course[_1] has opted not to be listed in the roster.'
 => 'Eine weitere E-Mail schicken',  => 'The single student in the course[_1] has opted not to be listed in the roster.',
   
    'Send another group message'     'None of the [_1] students without a section[_2] have opted to be listed in the roster.'
 => 'Eine weitere Gruppen-Nachricht schicken',  => 'None of the [_1] students without a section[_2] have opted to be listed in the roster.',
   
    'Return to group page'     'None of the [_1] students in the section[_2] have opted to be listed in the roster.'
 => 'Zurück zur Gruppenseite',  => 'None of the [_1] students in the section[_2] have opted to be listed in the roster.',
   
    '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'     'None of the [_1] students in the course[_2] have opted to be listed in the roster.'
 => 'Sie müssen bestätigen, dass Sie diese Nachricht empfangen haben, bevor Sie Zugriff auf andere Seiten erhalten. Nach der Bestätigung wird diese Nachricht in Ihren Posteingang verschoben.',  => 'None of the [_1] students in the course[_2] have opted to be listed in the roster.',
   
    '[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.'     'All [_1] students without a section[_2] have opted to be listed in the roster.'
 => '[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.',  => 'All [_1] students without a section[_2] have opted to be listed in the roster.',
   
    'Each of the <b>[quant,_1,message]</b> you checked will be forwarded to the recipient(s) you select below.'     'All [_1] students in the section[_2] have opted to be listed in the roster.'
 => 'Jede der <b>[quant,_1,Nachricht,Nachrichten]</b>, die Sie ausgewählt haben, wird an die Empfänger weitergeleitet, die Sie unten auswählen.',  => 'All [_1] students in the section[_2] have opted to be listed in the roster.',
   
    'The message you checked will be forwarded to the recipient(s) you select below.'     'All [_1] students in the course[_2] have opted to be listed in the roster.'
 => 'Die Nachricht, die Sie ausgewählt haben, wird an die Empfänger weitergeleitet, die Sie unten auswählen.',  => 'All [_1] students in the course[_2] have opted to be listed in the roster.',
   
    'Send Messages'     'The single student without a section[_1] has opted to be listed in the roster.'
 => 'Nachrichten senden',  => 'The single student without a section[_1] has opted to be listed in the roster.',
   
    'Send Message'     'The single student in the section[_1] has opted to be listed in the roster.'
 => 'Nachricht senden',  => 'The single student in the section[_1] has opted to be listed in the roster.',
   
    'Send Reply to Messages'     'The single student in the course[_1] has opted to be listed in the roster.'
 => 'Antwort auf Nachrichten absenden',  => 'The single student in the course[_1] has opted to be listed in the roster.',
   
    'Send Reply to Message'     'All [_1] students without a section[_2] are listed in the roster.'
 => 'Antwort auf Nachricht absenden',  => 'All [_1] students without a section[_2] are listed in the roster.',
   
    'Forward Messages'     'All [_1] students in the section[_2] are listed in the roster.'
 => 'Nachrichten weiterleiten',  => 'All [_1] students in the section[_2] are listed in the roster.',
   
    'Forward Message'     'All [_1] students in the course[_2] are listed in the roster.'
 => 'Nachricht weiterleiten',  => 'All [_1] students in the course[_2] are listed in the roster.',
   
    'Save message for re-use'     'There is only a single student without a section[_1]'
 => 'Nachricht zur Wiederverwendung speichern',  => 'There is only a single student without a section[_1]',
   
    'Show re-usable messages'     'There is only a single student in the section[_1]'
 => 'Wiederverwendbare Nachrichten anzeigen',  => 'There is only a single student in the section[_1]',
   
    'This message was designated by the sender not to allow replies.'     'There is only a single student in the course[_1]'
 => 'Der Absender dieser Nachricht hat festgelegt, dass auf diese Nachricht nicht geantwortet werden kann.',  => 'There is only a single student in the course[_1]',
   
    'The sender did not designate a reply to address for this message.'     'There are currently no students to display.'
 => 'Der Absender hat keine Antwortadresse für diese Nachricht festgelegt.',  => 'There are currently no students to display.',
   
    'Reply to other recipients'     'Available Portfolio files'
 => 'Antwort an weitere Empfänger',  => 'Available Portfolio files',
   
    'Unless you choose otherwise:'     'Name not given'
 => 'Sofern Sie nichts anderes auswählen, werden folgende Einstellungen verwendet:',  => '姓名不详',
   
    "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject."     '[quant,_1,file,files,No files]'
 => "Der Betreff in jeder weitergeleiteten Nachricht wird <i>'Weiterleitung:'</i> sein, gefolgt vom ursprünglichen Betreff.",  => '[quant,_1,Datei,Dateien,Keine Dateien]',
   
    'original subject'     'Error retrieving file information.'
 => 'ursprünglicher Betreff',  => 'Error retrieving file information.',
   
    "sender's name"     'Your roster setting'
 => "Name des Absenders",  => 'Your roster setting',
   
    'Message begins with:'     'You are currently listed in the student-viewable roster.'
 => 'Nachricht beginnt mit:',  => 'You are currently listed in the student-viewable roster.',
   
    'Any new text to display before the text of the original messages:'     'You are currently <b>not</b> listed in the student-viewable roster.'
 => 'Beliebiger neuer Text, der vor dem Text der Originalnachricht angezeigt werden soll:',  => 'You are currently <b>not</b> listed in the student-viewable roster.',
   
    'username1:domain1: text'     'Include yourself in the roster?'
 => 'Benutzerkennung1:Domäne1: Text',  => 'Include yourself in the roster?',
   
    'username2:domain2: text'     'Display of your name in the student-viewable roster set to [_1].'
 => 'Benutzerkennung2:Domäne2: Text',  => 'Display of your name in the student-viewable roster set to [_1].',
   
    'username3:domain3: text'     'Error occurred saving display setting.'
 => 'Benutzerkennung3:Domäne3: Text',  => 'Error occurred saving display setting.',
   
    "The messages will be assembled from all lines with the respective\n<tt>username:domain</tt>, and appended to the general message text."     'Display of your name in the student-viewable roster unchanged (set to [_1]).'
 => "Die Nachrichten werden aus allen Zeilen des jeweiligen Benutzers <tt>Benuterzname:Domäne</tt> zusammengestellt\nund zum allgemeinen Nachrichtentext hinzugefügt.", # ???  => 'Display of your name in the student-viewable roster unchanged (set to [_1]).',
   
    'Not allowed'     'View course roster'
 => 'Nicht zulässig',  => 'View course roster',
   
    'Archived Message'     'Change Course Page Preferences'
 => 'Archivierte Nachrichten',  => 'Change Course Page Preferences',
   
    '[quant,_1,communication blocking period was,communication blocking periods were] removed.'     'Change Course Page Pref'
 => '[quant,_1,Kommunikationssperr-Zeitraum wurde,Kommunikationssperr-Zeiträume wurden] entfernt.',  => 'Change Course Page Pref',
   
    '[quant,_1,communication blocking period was,communication blocking periods were] modified.'     'No context.'
 => '[quant,_1,Kommunikationssperr-Zeitraum wurde,Kommunikationssperr-Zeiträume wurden] geändert.',  => 'No context.',
   
    '[quant,_1,communication blocking period was,communication blocking periods were] added.'     'unable to verify variable URL'
 => '[quant,_1,Kommunikationssperr-Zeitraum wurde,Kommunikationssperr-Zeiträume wurden] hinzugefügt.',  => 'unable to verify variable URL',
   
    '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.'     'Receipt'
 => 'Sie haben versucht eine Nachricht anzuzeigen, die momentan gesperrt ist, da Sie einen oder mehre Kurse belegen, in denen eine Online-Prüfung stattfindet.',  => 'Receipt',
   
    'Reply To'     'Problems during Course Initialization'
 => 'Antwort an',  => 'Problems during Course Initialization',
   
    'Current attempts of student (if applicable)'     'Try Selecting Again'
 => 'Derzeitige Versuche des Studenten (falls verfügbar)',  => 'Try Selecting Again',
   
    'Current screen output (if applicable)'     'Invalid map: [_1]'
 => 'Derzeitige Bildschirmausgabe (falls verfügbar)',  => 'Invalid map: [_1]',
   
    'No saved comments yet.'     'Please either [_1]close this window[_2] or [_3]log in again[_4].'
 => 'Bisher keine gespeicherten Kommentare.',  => 'Please either [_1]close this window[_2] or [_3]log in again[_4].',
   
    'No saved comments yet for this resource.'     'Thank you for using LON-CAPA.'
 => 'Bisher keine gespeicherten Kommentare für diese Ressource.',  => '感谢您使用 LON-CAPA。',
   
    'Could not deliver message'     'You have been successfully logged out.'
 => 'Nachricht konnte nicht zugestellt werden.',  => '您已成功退出。',
   
    'Please use the browser "Back" button and correct the recipient addresses ([_1]).'     'You can [_1]close this window[_2] now.'
 => 'Bitte verwenden Sie den Zurück-Button des Webbrowsers und korrigieren Sie die Empfängeradressen ([_1]).',  => '您现在可以 [_1]关闭这个窗口[_2]。',
   
    'Failed to delete the message.'     '[_1]Log in again[_2]'
 => 'Löschen der Nachricht ist fehlgeschlagen.',  => '[_1]重新登录[_2]',
   
    'Marked [_1] message(s) read'     'No matches found in resources.'
 => '[_1] Nachricht(en) als gelesen markiert',  => 'No matches found in resources.',
   
    'Marked [_1] message(s) Unread'     'No matches found in postings.'
 => '[_1] Nachricht(en) als ungelesen markiert',  => 'No matches found in postings.',
   
    'Destination folder [_1] is not a valid folder'     'Unable to understand the search phrase [_1]. Please modify your search.'
 => 'Bei dem Zielverzeichnis [_1] handelt es sich um kein gültiges Verzeichnis.',  => 'Unable to understand the search phrase [_1]. Please modify your search.',
   
    'Failed to move [_1] message(s)'     'Unable to understand the search phrase [_1]: [_2]'
 => '[_1] Nachricht(en) konnte(n) nicht verschoben werden.',  => 'Unable to understand the search phrase [_1]: [_2]',
   
    'Moved [_1] message(s)'     '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] Nachricht(en) wurde(n) verschoben.',  => '搜寻无法完成,因为您没有足够的数据。您必须在搜索页面的搜索栏里填写关键词,从而使您的要求可以得到处理。', # '您没有填写足够的信息进行搜索的开始。您需要填写在有关领域在搜寻网页上,以便查询处理。'
   
    'Failed to delete [_1] message(s)'     'conditionally hidden'
 => '[_1] Nachricht(en) konnte(n) nicht gelöscht werden.',  => '有条件的隐藏',
   
    'Deleted [_1] message(s)'     'Problem Parameters'
 => '[_1] Nachricht(en) wurde(n) gelöscht.',  => '问题参数',
   
    '[quant,_1,message] forwarded.'     'No group name provided.'
 => '[quant,_1,Nachricht,Nachrichten] weitergeleitet.',  => '没有组名称。',
   
    'Could not forward [quant,_1,message].'     'Invalid group name provided.'
 => '[quant,_1,Nachricht,Nachrichten] konnte nicht nicht weitergeleitet werden.',  => '无效的组名称。',
   
    'Could not deliver forwarded message.'     'Invalid [_1]'
 => 'Weitergeleitetet Nachricht konnte nicht zugestellt werden.',  => '无效的 [_1]', # ???
   
    'The recipient addresses may need to be corrected'     '"[_1]" is not the name of a valid group in this [_2].'
 => 'Die Empfängeradressesn mussen korrigiert werden',  => '"[_1]" 并非是一个有效的名称在本组 [_2].',
   
    'Mail folder "[_1]" created.'     'You do not have privileges to view the membership roster in this group.'
 => 'Das Nachrichtenverzeichnis "[_1]" wurde angelegt.',  => '您没有权限以查看该组的会员名册。',
   
    'Creation failed.'     'Group membership status - [_1]'
 => 'Anlegen fehlgeschlagen.',  => '组会员状态: [_1]',
   
    'Mail folder "[_1]" deleted.'     'group membership status - [_1]'
 => 'Das Nachrichtenverzeichnis "[_1]" wurde gelöscht.',  => '组会员状态: [_1]',
   
    'Deletion failed.'     'There are no membership data to display for this group.'
 => 'Löschen fehlgeschlagen.',  => '该组没有任何会员数据。',
   
    'Mail folder "[_1]" renamed "[_2]".'     'Membership status: '
 => 'Das Nachrichtenverzeichnis "[_1]" wurde umbenannt in "[_2]".',  => '会员状态: ',
   
    'Renaming failed.'     'There are no groups to display in this [_1].'
 => 'Umbenennen fehlgeschlagen.',  => '没有任何组在此 [_1] 可以显示。', # ??? -> grouproster.pm
   
    'Messages'     'Start Date'
 => 'Nachrichten',  => '开始日期',
   
    'Distribute from Uploaded File'     'End Date'
 => 'Hochgeladene Datei verteilen', # ???  => '结束日期',
   
    'Communication Blocking'     'Functionality'
 => 'Kommunikationssperre',  => '功能',
   
    'Communication blocking during scheduled exams'     'Privileges'
 => 'Kommunikationssperre während zeitgebundener Prüfungen',  => '权限',
   
    '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.'     'Any Membership status'
 => 'Sie können Kommunikationssperren verwenden, um Studenten dieses Kurses die Anzeige von LON-CAPA-Nachrichten von anderen Studenten zu verwehren, während eine Online-Prüfung stattfindet. Da eine Kommunikationssperre auch mögliche zulässige Kommunikation zwischen Studenten verhindert, die auch andere LON-CAPA-Kurse belegen, seien Sie bitte entsprechend vorsichtig. Achten Sie auf die richtigen Start- und Endezeiten für Ihre zeitgebundenen Prüfungen, wenn Sie diese Parameter einstellen oder ändern.',  => '任何会员状态',
   
    'Modify existing communication blocking periods'     'Active Member'
 => 'Bestehende Kommunikationssperren ändern',  => '活跃的会员',
   
    'No communication blocks currently saved'     'Former Member'
 => 'Derzeit sind keine Sperren eingerichtet.',  => '以前的会员',
   
    'Duration'     'Future Member'
 => 'Dauer',  => '未来的会员',
   
    'Event'     'Group Folder - [_1]'
 => 'Veranstaltung',  => '组文件夹 - [_1]',
   
    'Blocked?'     'Group homepage - [_1]'
 => 'Gesperrt wird...',  => '组网页 - [_1]',
   
    'Add block'     'A support request has been sent to'
 => 'Sperre hinzufügen',  => 'A support request has been sent to',
   
    'e.g., Exam 1'     'Your support request contained the following information'
 => '(z.B. Eingangstest)',  => 'Your support request contained the following information',
   
    'Discussion'     'The following Cc e-mail address is invalid: '
 => 'Diskussionsforen',  => 'The following Cc e-mail address is invalid: ',
   
    'The following changes were made'     'The following Cc e-mail addresses are invalid: '
 => 'Folgende Änderungen wurden vorgenommen:',  => 'The following Cc e-mail addresses are invalid: ',
   
    'Add new communication blocking periods'     '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.'
 => 'Neue Kommunikationssperre hinzufügen',  => '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.',
   
    'Set by'     'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.'
 => 'Ersteller',  => 'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.',
   
    'Deleted Message'     'The uploaded screenshot file ([_1] bytes) included with your request exceeded the maximum allowed size - 128 KB, and has therefore been discarded.'
 => 'Gelöschte Nachrichten',  => 'The uploaded screenshot file ([_1] bytes) included with your request exceeded the maximum allowed size - 128 KB, and has therefore been discarded.',
   
    'Marked Messages Read'     'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].'
 => 'Nachrichten als gelesen gekennzeichnet',  => 'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].',
   
    'Marked Messages Unread'     'File does not have [_1] or [_2] starting tag'
 => 'Nachrichten als ungelesen gekennzeichnet',  => 'File does not have [_1] or [_2] starting tag',
   
    'Moved Messages'     'File does not have [_1] or [_2] ending tag'
 => 'Nachrichten verschoben',  => 'File does not have [_1] or [_2] ending tag',
   
    'Deleted Messages'     'File does not have [_1] ending tag'
 => 'Nachrichten gelöscht',  => 'File does not have [_1] ending tag',
   
    'Marked Message as Unread'     'Example'
 => 'Nachrichten als ungelesen gekennzeichnet',  => 'Example',
   
    'Deleted Folder'     'Algebraic Response Problems'
 => 'Verzeichnis gelöscht',  => 'Algebraic Response Problems',
   
    'Renamed Folder'     'Chemistry Problems'
 => 'Verzeichnis umbenannt',  => 'Chemistry Problems',
   
    'username:domain,username:domain,...'     'Free Form Problems'
 => 'Benutzerkennung:Domäne,Benutzerkennung:Domäne,...',  => 'Free Form Problems',
   
    'All courses'     'Handgraded Problems'
 => 'Alle Kurse',  => 'Handgraded Problems',
   
    'Pick specific course(s):'     'Miscellaneous'
 => 'Bestimmte(n) Kurs(e) verwenden:',  => 'Miscellaneous',
   
    'Search for a course in the [_1] domain'     'Multiple Choice Problems'
 => 'Kurs-Suche in der Domäne der [_1]',  => 'Multiple Choice Problems',
   
    'Actions available after searching for a course:'     'Numerical Problems'
 => 'Verfügbare Aktionen nach der Suche eines Kurses:',  => 'Numerical Problems',
   
    'Although almost all course settings can be modified by a [_1], a number of settings exist which only a [_2] may change:'     'Language:'
 => 'Der [_1] kann beinahe alle Kurs-Einstellungen vornehmen. Einige Einstellungen darf jedoch nur ein [_2] ändern:',  => '语言:',
   
    "Certain settings which control auto-enrollment of students from your institution's student information system."     'Math Rendering:'
 => "Bestimmte Einstellungen, die die automatische Kursbelegung für Studierende steuern",  => 'Math Rendering:',
   
    'The total disk space allocated for storage of portfolio files in all groups in a course.'     'Restrict Domain Coordinator Access'
 => 'Der Gesamtspeicherplatz für die Portfolio-Dateien aller Gruppen im Kurs',  => 'Restrict Domain Coordinator Access',
   
    'No existing sections'     'By default, the Domain Coordinator can enter your Authoring Space.'
 => '(Keine Sektionen vorhanden)', # n.t.  => 'By default, the Domain Coordinator can enter your Authoring Space.',
   
    'Broadcast e-mail to users'     'Block access to Authoring Space'
 => 'Broadcast-E-Mail an Benutzer',  => 'Block access to Authoring Space',
   
    'Broadcast E-mail'     'jsMath'
 => 'Broadcast-E-Mail',  => 'jsMath',
   
    'Broadcast e-mail to Domain'     'tth (TeX to HTML)'
 => 'Broadcast-E-Mail an Domäne',  => 'tth (TeX to HTML)',
   
    'Send a new e-mail message to selected users from this domain'     'mimetex (Convert to Images)'
 => 'Senden einer neuen E-Mail an ausgewählte Benutzer dieser Domäne',  => 'mimetex (Convert to Images)',
   
    'Send a new e-mail to selected users from this domain'     'jsMath:'
 => 'Senden einer neuen E-Mail an ausgewählte Benutzer dieser Domäne',  => 'jsMath:',
   
    'Display e-mail sent by Domain Coordinators in this domain'     'tth (TeX to HTML):'
 => 'Anzeige von Domänen-Koordinatoren gesendeter E-Mails in dieser Domäne',  => 'tth (TeX to HTML):',
   
    'Select Audience'     'mimetex (Convert to Images):'
 => 'Empfängerkreis auswählen',  => 'mimetex (Convert to Images):',
   
    'Choose e-mail audience'     '[_1], [_2], or [_3]'
 => 'Empfängerkreis auswählen',  => '[_1], [_2] 或者 [_3]',
   
    'Roles:'     'internal, optional'
 => '角色:',  => '内部的,可选的',
 #=> 'Rollen:',  
      'user:domain,user:domain,...'
    'Courses:'  => '用户名:域,用户名:域...',
 => '课程:',  
 #=> 'Kurse:',     'user:domain,user:domain(section;section;...;*;...),...'
   => '用户名:域,用户名:域(科,章节;...;*;...),...',
    '[_1] selected.' # n.t.  
 => '[_1] ausgewählt',     'user:domain,user:domain,*:domain'
   => '用户名:域,用户名:域,*:域',
    'Access status:'  
 => 'Zugriffsstatus:',     'Course members with current access'
   => 'Course members with current access',
    'Username -> Email conversion:'  
 => 'Benutzerkennung -> E-Mail-Konvertierung:',     'Course members with expired access'
   => 'Course members with expired access',
    'Building valid e-mail address from username, if missing from preferences:'  
 => 'Erstellung einer gültigen E-Mail-Adresse aus der Benutzerkennung, falls Voreinstellungen fehlen:',     'Course members with future access'
   => 'Course members with future access',
    'Kerberos: enter default for each realm used in the domain, with comma separation of entries'  
 => 'Kerberos: Geben Sie die Voreinstellung für jeden Bereich in der Domäne ein, getrennt durch Kommata',     'Other Roles'
   => '其他角色',
    '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).'  
 => '(z.B. MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).',     'Select Author'
   => '选择作者',
    'Internal, Filesystem and Local authentication: enter single default.'  
 => 'LON-CAPA-interne, Dateisystem- oder lokale Authentifizierung: Geben Sie eine einzelne Voreinstellung ein.',     'Non-standard Course'
   => '非标准课程',
    'Authentication Method'  
 => 'Authentifizierungsmethode',     'Switch course role to...'
   => '更改用户角色...',
    'Username -> e-mail conversion'  
 => 'Benutzerkennung -> E-Mail-Konvertierung',     'Message'
   => '邮件',
    'Internal (LON-CAPA)'  
 => 'LON-CAPA-intern',     'Time of change'
   => '更改时间',
    'username@'  
 => '用户名@',     'active'
 #=> 'Benutzerkennung@',  => '活跃的',
   
    'Local/Customized'     'previous'
 => 'Lokal/benutzerdefiniert',  => '以前的',
   
    'Filesystem (UNIX)'     'Access dates to apply for selected users'
 => 'Dateisystem (UNIX)',  => 'Access dates to apply for selected users',
   
    'Compose E-mail'     'Changes in section affiliation to apply to selected users'
 => 'E-Mail erstellen',  => 'Changes in section affiliation to apply to selected users',
   
    'No recipients identified'     '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.'
 => 'Keine Empfänger gefunden',  => '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.',
   
    'Broadcast e-mail display options'     '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.'
 => 'Anzeigeoptionen für Broadcast-E-Mail',  => '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.',
   
    'Date range:'     "Retain each user's current section affiliations?"
 => 'Zeitraum:',  => "Retain each user's current section affiliations?",
   
    'Earliest to display:'     '(Does not apply to student roles).'
 => 'Frühester Zeitpunkt:',  => '(Does not apply to student roles).',
   
    'Latest to display:'     '[_1]Show[_2] clicker id'
 => 'Spätester Zeitpunkt:',  => '[_1]Show[_2] clicker id',
   
    'Choose sender(s):'     '[_1]Hide[_2] clicker id'
 => 'Auswahl des/der Sender:',  => '[_1]Hide[_2] clicker id',
   
    'Display e-mail'     'Catalog:'
 => 'E-Mail anzeigen',  => '目录:',
   
    'E-mail display'     'Main Categories'
 => 'E-Mail-Anzeige',  => '主要类型',
   
    'Display Broadcast e-mail'     'Official courses (with institutional codes)'
 => 'Anzeige Broadcast-E-Mail',  => '官方课程(带机构代码)',
   
    'No mail sent matching supplied criteria'     'Official courses'
 => 'Es wurde keine Nachricht gesendet, auf die die Suchkriterien zutreffen.',  => '官方课程',
   
    'Customrole'     'with institutional codes'
 => 'Benutzerdefinierte Rolle',  => '带机构代码',
   
    'Defined by [_1] at [_2].'     'Self-enroll (if permitted)'
 => 'Festgelegt durch [_1] in [_2].',  => '自己报名(如果被允许)',
   
    'No students found.'     'No ending date'
 => 'Keine Studenten gefunden.',  => '无结束日期',
   
    'Spreadsheet'     'From:[_1]'
 => 'Beurteilungsbogen',  => 'From:[_1]',
   
    'Spreadsheet Help'     'To:[_1]'
 => 'Hilfe zu Beurteilungsbögen',  => 'To:[_1]',
   
    'Editing Help'     'Starts: [_1]'
 => 'Eingabehilfe',  => '开始: [_1]',
   
    'Help on printing'     'Ends: [_1]'
 => 'Hilfe zum Drucken',  => '结束: [_1]',
   
    'Metadata Diffs'     'Ended: [_1]'
 => 'Metadaten-Unterschiede',  => 'Ended: [_1]',
   
    'Retrieve Metadata'     'Currently enabled'
 => 'Alte Metadaten wiederherstellen',  => 'Currently enabled',
   
    'Enter course'     '[quant,_1,section:,sections:,No sections]'
 => 'Kurs betreten',  => '[quant,_1,section:,sections:,No sections]',
   
    'Enter Course'     'No information available for [_1].'
 => 'Kurs betreten',  => 'No information available for [_1].',
   
    'Enter Access Key to Unlock this Course'     'Self-enrollers:'
 => 'Eingabe des Zugriffsschlüssels zum Entsperren des Kurses',  => 'Self-enrollers:',
   
    'Verifying Access Key to Unlock this Course'     'Choices:'
 => 'Überprüfung des Zugriffsschlüssels, um Kurs zu entsperren',  => 'Choices:',
   
    'Successfully registered key'     'Configure User Self-enrollment'
 => 'Schlüssel erfolgreich registriert',  => '配置用户自助注册',
   
    'Re-Enter Key'     'View Change Logs'
 => 'Schlüssel erneut eingeben',  => 'View Change Logs',
   
    'Assigned from [_1] at [_2] for [_3]'     'View Log-in History'
 => 'Zugewiesen am [_2] von [_1] an [_3]',  => 'View Log-in History',
   
    'Total Matches'     'Configure Self-enrollment'
 => 'Gesamtanzahl Treffer',  => '配置自助注册',
   
    'Time Remaining'     'Self-enrollment with a student role'
 => 'Verbleibende Zeit',  => '自助注册一个学生角色',
   
    'IMPORT'     'Users allowed to self-enroll in this course'
 => 'Importieren',  => '用户可自行注册来参加此课程',
   
    'Help on slots'     'Any user in any domain:'
 => 'Hilfe zu Slots',  => '任何用户在任何域:',
   
    'New user accounts in [_1]'     'User types:'
 => 'Neue Benutzeraccounts in [_1]',  => '用户类型:',
   
    'Student enrollment changes in [_1]'     'any'
 => 'Änderungen der studentischen Kursbelegung in [_1]',  => '任意',
   
    'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:'     'Any Users'
 => 'Die [quant,_1,folgende Änderung trat,folgenden Änderungen traten] im Kurs [_2] - [_3] auf. Auslöser war der automatische Prozess zur Aktualisierung von Kursteilnehmerlisten.',  => '任何用户',
   
    'No institutional classlist data could be retrieved for [_1]'     'Any users'
 => 'Für [_1] konnte keine institutionelle Kursteilnehmerliste abgerufen werden.',  => '任何用户',
   
    'Not within time window for auto-enrollment in [_1]'     'Others'
 => '[_1] befindet sich nicht innerhalb des Zeitfensters der automatischen Kursbelegung.',  => '其他',
   
    'Auto-enrollment not currently enabled for [_1]'     'Additional domain:'
 => 'Für [_1] ist die automatische Kursbelegung derzeit nicht aktiviert.',  => '其他域:',
   
    'The courseID provided does not match a course in this domain.'     'Users in additional domain:'
 => 'Die gewählte Kurs-ID gehört zu keinem Kurs in dieser Domäne.',  => '用户在其他域:',
   
    'Not Open'     'Specific domain:'
 => 'Derzeit kein Zugriff',  => '特定域:',
   
    "This resource currently isn't open. It will be available at [_1]."     'Users in specific domain:'
 => "Auf diese Ressource darf momentan nicht zugegriffen werden. Sie wird ab [_1] verfügbar sein.",  => '用户在其特定域:',
   
    'Could not handle ambiguous resource reference'     'Other domain:'
 => 'Doppeldeutige Ressourcenreferenz',  => '其他域:',
   
    'The nature of the problem is unclear'     'Users in other domain:'
 => 'Die Fehlerursache ist unklar.',  => '用户在其他域:',
   
    'Course Roster'     'Restrict self-enrollment to students officially registered for the course'
 => '课程名册',  => '限制自助注册为正式注册的学生的课程',
 #=> 'Kursteilnehmerliste',  
      'Dates self-enrollment available'
    'Classlist'  => '自助注册期限',
 => '班级名册',  
 #=> 'Kursteilnehmerliste',     'Starts'
   => '开始',
    'Display of a student-viewable course roster is not currently enabled.'  
 => 'Die Anzeige der studenteneinsehbaren Kursteilnehmerliste ist derzeit deaktiviert.',     'Ends'
   => '结束',
    'Student-viewable course roster'  
 => 'Studenteneinsehbare Kursteilnehmerliste',     'Course access dates assigned to self-enrolling users'
   => '课程访问日期分配给自助注册的用户',
    'Students with no section'  
 => 'Studenten in keiner Sektion',     'Section assigned to self-enrolling users'
   => '章节指派给自助注册用户',
    'Students in section "[_1]"'  
 => 'Studenten in Sektion "[_1]"',     'The following changes were made to self-enrollment settings:'
   => '进行了以下自助注册设置的更改:',
    'Students in any section'  
 => 'Studenten in beliebiger Sektion',     '[_1]: "[_2]" set to "[_3]".'
   => '[_1]: "[_2]" 设置为 "[_3]".',
    'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.'  
 => 'Es werden nur Studenten angezeigt, die der Auflistung in der Kursteilnehmerliste zugestimmt haben (derzeit [_1] von insgesamt [_2]).',     '"[_1]" set to "[_2]".'
   => '"[_1]" 设置为 "[_2]".',
    'The single student without a section[_1] has opted not to be listed in the roster.'  
 => 'Der einzelne Student ohne Sektionszugehörigkeit[_1] hat der Auflistung in der Kursteilnehmerliste nicht zugestimmt.',     'No changes were made to the existing self-enrollment settings in this course.'
   => '现有的自助注册设置在该课程中未作任何修改。',
    'The single student in the section[_1] has opted not to be listed in the roster.'  
 => 'Der einzelne Student in der Sektion[_1] hat der Auflistung in der Kursteilnehmerliste nicht zugestimmt.',     'Self-enrollment result'
   => '自助注册结果',
    'The single student in the course[_1] has opted not to be listed in the roster.'  
 => 'Der einzelne Student im Kurs[_1] hat der Auflistung in der Kursteilnehmerliste nicht zugestimmt.',     'Enroll in course'
   => '注册课程',
    'None of the [_1] students without a section[_2] have opted to be listed in the roster.'  
 => 'Keiner der [_1] Studenten ohne Sektionszugehörigkeit[_2] haben der Auflistung in der Kursteilnehmerliste zugestimmt.',     'Sections:'
   => '章节:',
    'None of the [_1] students in the section[_2] have opted to be listed in the roster.'  
 => 'Keiner der [_1] Studenten in der Sektion[_2] haben der Auflistung in der Kursteilnehmerliste zugestimmt.',     'Self-enroll in course'
   => '自助注册参加课程',
    'None of the [_1] students in the course[_2] have opted to be listed in the roster.'  
 => 'Keiner der [_1] Studenten im Kurs[_2] haben der Auflistung in der Kursteilnehmerliste zugestimmt.',     'Self-enroll in a LON-CAPA course'
   => '自助注册参加LON-CAPA课程',
    'All [_1] students without a section[_2] have opted to be listed in the roster.'  
 => 'Alle [_1] Studenten ohne Sektionszugehörigkeit[_2] haben der Auflistung in der Kursteilnehmerliste zugestimmt.',     'Self-enroll'
   => '自助注册',
    'All [_1] students in the section[_2] have opted to be listed in the roster.'  
 => 'Alle [_1] Studenten in der Sektion[_2] haben der Auflistung in der Kursteilnehmerliste zugestimmt.',     'Self-enroll in [_1]'
   => '自助注册到 [_1]',
    'All [_1] students in the course[_2] have opted to be listed in the roster.'  
 => 'Alle [_1] Studenten im Kurs[_2] haben der Auflistung in der Kursteilnehmerliste zugestimmt.',     'Self-enrollment error'
   => '自助注册错误',
    'The single student without a section[_1] has opted to be listed in the roster.'  
 => 'Der einzelne Student ohne Sektionszugehörigkeit[_1] hat der Auflistung in der Kursteilnehmerliste zugestimmt.',     'Invalid domain or course number'
   => '无效的域或课程数目',
    'The single student in the section[_1] has opted to be listed in the roster.'  
 => 'Der einzelne Student in der Sektion[_1] hat der Auflistung in der Kursteilnehmerliste zugestimmt.',     'Self-enrollment unavailable'
   => '自助注册无法使用',
    'The single student in the course[_1] has opted to be listed in the roster.'  
 => 'Der einzelne Student im Kurs[_1] hat der Auflistung in der Kursteilnehmerliste zugestimmt.',     'Self-enrollment is restricted to students officially registered for this course.'
   => 'Self-enrollment is restricted to students officially registered for this course.',
    'All [_1] students without a section[_2] are listed in the roster.'  
 => 'Alle [_1] Studenten ohne Sektionszugehörigkeit[_2] werden in der Kursteilnehmerliste aufgelistet.',     'Self-enrollment is not currently available for this course.'
   => 'Self-enrollment is not currently available for this course.',
    'All [_1] students in the section[_2] are listed in the roster.'  
 => 'Alle [_1] Studenten in der Sektion[_2] werden in der Kursteilnehmerliste aufgelistet.',     'Self-enrollment is not currently available in this course'
   => 'Self-enrollment is not currently available in this course',
    'All [_1] students in the course[_2] are listed in the roster.'  
 => 'Alle [_1] Studenten im Kurs[_2] werden in der Kursteilnehmerliste aufgelistet.',     'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.'
   => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.',
    'There is only a single student without a section[_1]'  
 => 'Es gibt nur einen einzelnen Studenten ohne Sektionszugehörigkeit[_1].',     'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).'
   => 'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).',
    'There is only a single student in the section[_1]'  
 => 'Es gibt nur einen einzelnen Studenten in der Sektion[_1].',     'Self-enrollment will become available starting [_1]; please enroll at that time.'
   => 'Self-enrollment will become available starting [_1]; please enroll at that time.',
    'There is only a single student in the course[_1]'  
 => 'Es gibt nur einen einzelnen Studenten im Kurs[_1].',     'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.'
   => 'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.',
    'There are currently no students to display.'  
 => 'Derzeit gibt es keine Studenten, die angezeigt werden könnten.',     'Self-enrollment will become available starting [_1].'
   => 'Self-enrollment will become available starting [_1].',
    'Available Portfolio files'  
 => 'Verfügbare Portfolio-Dateien',     'The link to the requested page could not be followed.'
   => 'The link to the requested page could not be followed.',
    'Name not given'  
 => 'Name nicht vorhanden',     'The placeholder for the courseID is absent.'
   => 'The placeholder for the courseID is absent.',
    '[quant,_1,file,files,No files]'  
 => '[quant,_1,Datei,Dateien,Keine Dateien]',     'LON-CAPA account required'
   => 'LON-CAPA account required',
    'Error retrieving file information.'  
 => 'Fehler beim Abrufen der Dateiinformationen',     'You need to be logged into LON-CAPA to self-enroll in a course.'
   => 'You need to be logged into LON-CAPA to self-enroll in a course.',
    'Your roster setting'  
 => 'Ihre Kursteilnehmerlisten-Einstellung',     'If you have an account in LON-CAPA, [_1]log-in[_2].'
   => 'If you have an account in LON-CAPA, [_1]log-in[_2].',
    'You are currently listed in the student-viewable roster.'  
 => 'Sie werden derzeit in der studenteneinsehbaren Kursteilnehmerliste aufgelistet.',     'Otherwise:'
   => 'Otherwise:',
    'You are currently <b>not</b> listed in the student-viewable roster.'  
 => 'Sie werden derzeit <b>nicht</b> in der studenteneinsehbaren Kursteilnehmerliste aufgelistet.',     "if you have an institutional log-in, use your institution's [_1]single sign on page[_2] to log-in, then create an account"
   => "if you have an institutional log-in, use your institution's [_1]single sign on page[_2] to log-in, then create an account",
    'Include yourself in the roster?'  
 => 'Möchten Sie in der Kursteilnehmerliste aufgelistet werden?',     'if you have an institutional login, [_1]create an account[_2]'
   => 'if you have an institutional login, [_1]create an account[_2]',
    'Display of your name in the student-viewable roster set to <b>[_1]</b>.'  
 => 'Anzeige Ihres Namens in der studenteneinsehbaren Kursteilnehmerliste auf <b>[_1]</b> gesetzt.',     'you can use an e-mail address to [_1]create an account[_2]'
   => 'you can use an e-mail address to [_1]create an account[_2]',
    'Error occurred saving display setting.'  
 => 'Es ist ein Fehler beim Speichern der Anzeige-Einstellungen aufgetreten.',     'Otherwise, if you have an institutional login, [_1]create an account[_2].'
   => 'Otherwise, if you have an institutional login, [_1]create an account[_2].',
    'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).'  
 => 'Anzeige Ihres Namens in der studenteneinsehbaren Kursteilnehmerliste bleibt unverändert (auf <b>[_1]</b> gesetzt).',     'Otherwise, you will use an e-mail address to [_1]create an account[_2].'
   => 'Otherwise, you will use an e-mail address to [_1]create an account[_2].',
    'View course roster'  
 => 'Kursteilnehmerliste',     "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account."
   => "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account.",
    'Change Course Page Preferences'  
 => 'Schnellzugriffsliste für Kurse',     'You will be able to self enroll in this course once the account has been created.'
   => 'You will be able to self enroll in this course once the account has been created.',
    'Change Course Page Pref'  
 => 'Schnellzugriffsliste für Kurse',     'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.'
   => 'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.',
    'No context.'  
 => 'Kein Kontext.',     '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.'
   => '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.',
    'unable to verify variable URL'  
 => 'variable URL konnte nicht überprüft werden',     'You already have an active student role (section: "[_1]") in this course.'
   => 'You already have an active student role (section: "[_1]") in this course.',
    'Receipt'  
 => 'Empfangsbestätigung',     'You have a student role (section: "[_1]") in this course which will become active [_2].'
   => 'You have a student role (section: "[_1]") in this course which will become active [_2].',
    'Problems during Course Initialization'  
 => 'Probleme während der Kursinitialisierung',     'Self-enrollment is restricted to officially registered students.'
   => 'Self-enrollment is restricted to officially registered students.',
    'Try Selecting Again'  
 => 'Auswählen erneut versuchen',     'As you are not currently registered for this course, self-enrollment is unavailable.'
   => 'As you are not currently registered for this course, self-enrollment is unavailable.',
    '<br />Invalid map: <tt>[_1]</tt>'  
 => '<br />Ungültige Inhaltszusammenstellung: <tt>[_1]</tt>',     'The end date for access to this course for users who self-enroll has passed.'
   => 'The end date for access to this course for users who self-enroll has passed.',
    'Please either [_1]close this window[_2] or [_3]log in again[_4].'  
 => 'Bitte entweder [_1]dieses Fenster schließen[_2] oder [_3]erneut anmelden[_4].',     '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.'
   => '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.',
    'Thank you for using LON-CAPA.'  
 => 'Vielen Dank, dass Sie LON-CAPA verwenden.',     'Self-enrollment in this course was successful.'
   => 'Self-enrollment in this course was successful.',
    'You have been successfully logged out.'  
 => 'Sie wurden erfolgreich abgemeldet.',     'The start date for access to this course for users who self-enroll has yet to be reached.'
   => 'The start date for access to this course for users who self-enroll has yet to be reached.',
    'You can [_1]close this window[_2] now.'  
 => 'Sie können [_1]dieses Fenster jetzt schließen[_2].',     'Consequently, although a new role was created for you in the course, you will not be able to select this role until [_1].'
   => 'Consequently, although a new role was created for you in the course, you will not be able to select this role until [_1].',
    '[_1]Log in again[_2]'  
 => '[_1]Erneut anmelden[_2]',     'Your new role is available immediately, and will provide access to the course until [_1].'
   => 'Your new role is available immediately, and will provide access to the course until [_1].',
    '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.'  
 => 'Die Suche kann nicht durchgeführt werden, da Sie nicht genügend Daten angegeben haben. Sie müssen auf der Suchseite relevante Felder ausfüllen, damit Ihre Anfrage verarbeitet werden kann.',     'Enrollment process complete'
   => 'Enrollment process complete',
    'conditionally hidden'  
 => 'Bedingungsabhängig verborgen',     'Enrollment incomplete'
   => 'Enrollment incomplete',
    'Problem Parameters'  
 => 'Aufgabenparameter',     'Self-enrollment in this course failed.'
   => 'Self-enrollment in this course failed.',
    'No group name provided.'  
 => 'Es wurde kein Gruppenname angegeben.',     'You are not permitted to enroll yourself in this course.'
   => 'You are not permitted to enroll yourself in this course.',
    'Invalid group name provided.'  
 => 'Es wurde ein ungültiger Gruppenname angegeben.',     'Enter course now'
   => 'Enter course now',
    'Invalid [_1]'  
 => '[_1] ist ungültig', # ???     'other'
   => 'other',
    '"[_1]" is not the name of a valid group in this [_2].'  
 => '"[_1]" ist kein gültiger Name für ein Gruppe in dieser [_2].',     'Self-enrollment in this course is available to any user affiliated with [_1].'
   => 'Self-enrollment in this course is available to any user affiliated with [_1].',
    'You do not have privileges to view the membership roster in this group.'  
 => 'Sie haben für diese Gruppe nicht die Berechtigung, die Kursteilnehmerliste einzusehen.',     'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".'
   => 'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".',
    'Group membership status - [_1]'  
 => 'Gruppen-Mitgliedschafts-Status: [_1]',     'Self-enrollment is not currently available for this course for users affiliated with [_1].'
   => 'Self-enrollment is not currently available for this course for users affiliated with [_1].',
    'group membership status - [_1]'  
 => 'Gruppen-Mitgliedschafts-Status: [_1]',     'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:'
   => 'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:',
    'There are no membership data to display for this group.'  
 => 'Für diese Gruppe existieren keine anzeigbaren Mitgliedsdaten.',     'Your registration status could not be verified.'
   => 'Your registration status could not be verified.',
    'Membership status: '  
 => 'Mitgliedschaftsstatus: ',     'Your registration status could not determined, because a problem occurred retrieving data.'
   => 'Your registration status could not determined, because a problem occurred retrieving data.',
    'There are no groups to display in this [_1].'  
 => 'Es gibt keine Gruppen, die in diesem [_1] angezeigt werden können.', # ??? -> grouproster.pm     'As no institutional course sections are currently associated with this course, your registration status is undetermined.'
   => 'As no institutional course sections are currently associated with this course, your registration status is undetermined.',
    'Start Date'  
 => 'Anfangsdatum',     '[_1]Ad hoc[_2] roles in domain [_3] --'
   => '[_1]Ad hoc[_2] roles in domain [_3] --',
    'End Date'  
 => 'Endedatum',     'Assemble resources'
   => '布置课程内容',
    'Functionality'  
 => 'Funktionalität',     'Create, edit, modify and publish resources'
   => 'Create, edit, modify and publish resources',
    'Privileges'  
 => 'Berechtigungen',     'Create, modify and delete course groups'
   => 'Create, modify and delete course groups',
    'Any Membership status'  
 => 'Beliebiger Mitgliedsstatus',     'View course groups'
   => '查看课程组',
    'Active Member'  
 => 'Aktives Mitglied',     'View student activity'
   => 'View student activity',
    'Former Member'  
 => 'Ehemaliges Mitglied',     'Show full details for each course ([_1] only)'
   => 'Show full details for each course ([_1] only)',
    'Future Member'  
 => 'Zukünftiges Mitglied',     'Include courses set to be hidden from catalog ([_1] only)'
   => 'Include courses set to be hidden from catalog ([_1] only)',
    'Group Folder - [_1]'  
 => 'Gruppenverzeichnis für [_1]',     'Include subcategories within "[_1]"'
   => '包含子类 "[_1]"',
    'Group homepage - [_1]'  
 => 'Gruppen-Homepage für [_1]',     'Only show courses which allow self-enrollment'
   => '只显示允许自行登记的课程',
    'A support request has been sent to'  
 => 'Eine Support-Anfrage wurde gesendet an',     'include subdirectories'
   => '包括子目录',
    'Your support request contained the following information'  
 => 'Ihre Support-Anfrage enthält folgende Daten',     'force republication of previously published files'
   => 'force republication of previously published files',
    'The following Cc e-mail address is invalid: '  
 => 'Die folgende CC-E-Mail-Adresse is ungültig: ',     'make file(s) obsolete'
   => 'make file(s) obsolete',
    'The following Cc e-mail addresses are invalid: '  
 => 'Die folgende CC-E-Mail-Adressen sind ungültig: ',     'force directory level catalog information over existing'
   => 'force directory level catalog information over existing',
    '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.'  
 => 'Da die für diesen LON-CAPA-Server angegebene E-Mail-Adresse ([_1]) anscheinend ungültig ist, wurde Ihre Support-Anfrage <b>nicht</b> an das LON-CAPA-Supportteam Ihrer Institution und auch nicht an den Adminstrator geschickt.',     'Session could not be opened.'
   => 'Session could not be opened.',
    'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.'  
 => 'Stattdessen wurde eine Kopie an das LON-CAPA-Supportteam der Michigan State University gesendet.',     'The domain you provided is not a valid LON-CAPA domain.'
   => 'The domain you provided is not a valid LON-CAPA domain.',
    'The uploaded screenshot file ([_1] bytes) included with your request exceeded the maximum allowed size - 128 KB, and has therefore been discarded.'  
 => 'Die hochgeladene Screenshot-Datei Ihrer Anfrage hat die maximale Größe von 128 KB überschritten ([_1] Bytes) und wurde daher nicht verworfen.',     'Student Settings'
   => 'Student Settings',
    'An uploaded screenshot file \'[_1]\' ([_2] bytes) was included in the request sent by [_3].'  
 => 'Eine hochgeladene Screenshot-Datei \'[_1]\' ([_2] Bytes) wurde der Anfrage beigefügt, die von [_3] gesendet wurde.',     'Coordinator Settings'
   => 'Coordinator Settings',
    'File does not have [_1] or [_2] starting tag'  
 => 'Die Datei hat weder ein [_1]- noch ein [_2]-Start-Tag',     'Author Settings'
   => 'Author Settings',
    'File does not have [_1] or [_2] ending tag'  
 => 'Die Datei hat weder ein [_1]- noch ein [_2]-Ende-Tag',     'Administrator Settings'
   => 'Administrator Settings',
    'Example'  
 => 'Beispiel',     'Item'
   => 'Item',
    'Algebraic Response Problems'  
 => 'Algebraische Aufgaben',     'Found [_1] without responses. This resource cannot be published.'
   => 'Found [_1] without responses. This resource cannot be published.',
    'Chemistry Problems'  
 => 'Chemische Aufgaben',     'LON-CAPA helpdesk'
   => 'LON-CAPA helpdesk',
    'Free Form Problems'  
 => 'Aufgaben mit freier Gestaltung',     'Create a user account in LON-CAPA'
   => 'Create a user account in LON-CAPA',
    'Handgraded Problems'  
 => 'Manuell bewertete Aufgaben',     'Account creation unavailable'
   => 'Account creation unavailable',
    'Miscellaneous'  
 => 'Verschiedenes',     'Error creating token.'
   => 'Error creating token.',
    'Multiple Choice Problems'  
 => 'Auswahl-Aufgaben',     'Account creation'
   => 'Account creation',
    'Numerical Problems'  
 => 'Numerische Aufgaben',     '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]).'
   => '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]).',
    'Language:'  
 => '语言:',     '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].'
 #=> 'Sprache:',  => '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].',
   
    'Math Rendering:'     "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."
 => 'Formeldarstellung:',  => "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.",
   
    'Restrict Domain Coordinator Access'     "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."
 => 'Zugriff durch Domänen-Koordinator',  => "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.",
   
    'By default, the Domain Coordinator can enter your construction space.'     "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution."
 => 'Die Voreinstellung erlaubt dem Domänen-Koordinator, Ihren Konstruktionsbereich betreten zu können.',  => "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution.",
   
    'Block access to construction space'     "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."
 => 'Zugriff auf Konstruktionsbereich verwehren',  => "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.",
   
    'jsMath'     'A LON-CAPA account may not be created with the username you use.'
 => 'jsMath',  => 'A LON-CAPA account may not be created with the username you use.',
   
    'tth (TeX to HTML)'     'User Information'
 => 'tth (TeX nach HTML)',  => 'User Information',
   
    'mimetex (Convert to Images)'     'User information'
 => 'mimetex (In Grafik konvertieren)',  => 'User information',
   
    'jsMath:'     'Review user information'
 => 'jsMath:',  => 'Review user information',
   
    'tth (TeX to HTML):'     'To create one, use the table below to provide information about yourself (if appropriate), then click the "Create LON-CAPA account" button.'
 => 'tth (TeX nach HTML):',  => 'To create one, use the table below to provide information about yourself (if appropriate), then click the "Create LON-CAPA account" button.',
   
    'mimetex (Convert to Images):'     'To create one, use the table below to provide information about yourself, then click the [_1]Create LON-CAPA account[_2] button.'
 => 'mimetex (In Grafik konvertieren):',  => 'To create one, use the table below to provide information about yourself, then click the [_1]Create LON-CAPA account[_2] button.',
   
    '[_1], [_2], or [_3]'     '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], [_2] 或者 [_3]',  => '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], [_2] oder [_3]',  
      'Confirmation'
    'internal, optional'  => 'Confirmation',
 => 'intern, optional',  
      'Confirm that you wish to create an account.'
    'user:domain,user:domain,...'  => 'Confirm that you wish to create an account.',
 => 'Benutzer:Domäne,Benutzer:Domäne,...',  
      'New username'
    'user:domain,user:domain(section;section;...;*;...),...'  => 'New username',
 => 'Benutzer:Domäne,Benutzer:Domäne(Sektion;Sektion;...;*;...),...',  
      'Create account'
    'user:domain,user:domain,*:domain'  => 'Create account',
 => 'Benutzer:Domäne,Benutzer:Domäne,*:Domäne',  
      'You must enter a password'
    'Course members with current access'  => 'You must enter a password',
 => 'Kursteilnehmer mit aktuellem Zugriff',  
      'The passwords you entered did not match.'
    'Course members with expired access'  => 'The passwords you entered did not match.',
 => 'Kursteilnehmer mit abgelaufenen Zugriff',  
      'Create account with a username provided by this institution'
    'Course members with future access'  => 'Create account with a username provided by this institution',
 => 'Kursteilnehmer mit zukünftigem Zugriff',  
      'If you already have a log-in ID at this institution,[_1] you may be able to use it for LON-CAPA.'
    'Other Roles'  => 'If you already have a log-in ID at this institution,[_1] you may be able to use it for LON-CAPA.',
 => '其他角色',  
 #=> 'Weitere Rollen',     'Type in your log-in ID and password to find out.'
   => 'Type in your log-in ID and password to find out.',
    'Select Author'  
 => 'Autor auswählen',     'Log-in ID'
   => 'Log-in ID',
    'Non-standard Course'  
 => 'Nicht-Standard-Kurs',     'Create account with an e-mail address as your username'
   => 'Create account with an e-mail address as your username',
    'Switch course role to...'  
 => '更改用户角色...',     'Provide your e-mail address to request a LON-CAPA account,[_1] if you do not have a log-in ID at your institution.'
 #=> 'Kursrolle wechseln...',  => 'Provide your e-mail address to request a LON-CAPA account,[_1] if you do not have a log-in ID at your institution.',
   
    'Message'     'Request LON-CAPA account'
 => '消息',  => 'Request LON-CAPA account',
 #=> 'Nachricht',  
      'Validation'
    'Time of change'  => 'Validation',
 => 'Änderungszeit',  
      'Thank you for your request to create a new LON-CAPA account.'
    'active'  => 'Thank you for your request to create a new LON-CAPA account.',
 => 'aktiv',  
      'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].'
    'previous'  => 'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].',
 => 'in der Vergangenheit liegend',  
      'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]'
    'Access dates to apply for selected users'  => 'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]',
 => 'Zugriffszeiten für die ausgewählten Benutzer ändern',  
      'A message has been sent to the e-mail address you provided.'
    'Changes in section affiliation to apply to selected users'  => 'A message has been sent to the e-mail address you provided.',
 => 'Sektionszugehörigkeiten für die ausgewählten Benutzer ändern',  
      'The message includes the web address for the link you will use to complete the account creation process.'
    '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.'  => 'The message includes the web address for the link you will use to complete the account creation process.',
 => 'Ein Sektionswechsel bei studentischen Rollen verursacht einen Austausch der Sektion, da Studierende nur in einer einzigen Sektion eines Kurses zur gleichen Zeit sein können.',  
      'The link included in the message will be valid for the next [_1]two[_2] hours.'
    '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.'  => 'The link included in the message will be valid for the next [_1]two[_2] hours.',
 => 'Benutzer mit einer Kursrolle, die keine studentische Rolle ist, können in mehr als einer Sektion in einem Kurs zur gleichen Zeit sein.',  
      'An error occurred when sending a message to the e-mail address you provided.'
    "Retain each user's current section affiliations?"  => 'An error occurred when sending a message to the e-mail address you provided.',
 => "Sollen die bisherigen Sektionszugehörigkeiten beibehalten werden?",  
      'An error occurred creating a token required for the account creation process.'
    '(Does not apply to student roles).'  => 'An error occurred creating a token required for the account creation process.',
 => '(Betrifft nicht Studentenrollen).',  
      'Please contact the [_1] ([_2]) for assistance.'
    '[_1]Show[_2] clicker id'  => 'Please contact the [_1] ([_2]) for assistance.',
 => 'Clicker-ID [_1]anzeigen[_2]',  
      '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]Hide[_2] clicker id'  => '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.',
 => 'Clicker-ID [_1]verbergen[_2]',  
      'Sorry, the token generated when you requested creation of an account has expired.'
    'Catalog:'  => 'Sorry, the token generated when you requested creation of an account has expired.',
 => '目录:',  
 #=> 'Katalog:',     'Sorry, the URL generated when you requested creation of an account contained incomplete information.'
   => 'Sorry, the URL generated when you requested creation of an account contained incomplete information.',
    'Main Categories'  
 => '主要类型',     '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.'
 #=> 'Hauptkategorien',  => '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.',
   
    'Official courses (with institutional codes)'     '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]).'
 => '官方课程(带机构代码)',  => '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]).',
 #=> 'Offizielle Kurse (mit institutionellen Codes)',  
      'A LON-CAPA account already exists for username [_1] at this institution ([_2]).'
    'Official courses'  => 'A LON-CAPA account already exists for username [_1] at this institution ([_2]).',
 => '官方课程',  
 #=> 'Offizielle Kurse',     'The password entered was also correct so you have been logged in.'
   => 'The password entered was also correct so you have been logged in.',
    'with institutional codes'  
 => '带机构代码',     'Authentication failed'
 #=> 'mit institutionellen Codes',  => 'Authentication failed',
   
    'Self-enroll (if permitted)'     'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].'
 => '自己报名(如果被允许)',  => 'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].',
 #=> 'Selbsteintragung (falls zugelassen)',  
      'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.'
    'No ending date'  => 'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.',
 => 'Kein Endedatum',  
      'A problem occurred when attempting to create your new LON-CAPA account.'
    'From:[_1]'  => 'A problem occurred when attempting to create your new LON-CAPA account.',
 => 'Start:[_1]',  
      'Please provide user information and a password for your new account.'
    'To:[_1]'  => 'Please provide user information and a password for your new account.',
 => 'Ende:[_1]',  
      'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.'
    'Starts: [_1]'  => 'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.',
 => 'Start: [_1]',  
      'Create LON-CAPA account'
    'Ends: [_1]'  => 'Create LON-CAPA account',
 => 'Ende: [_1]',  
      'Could not load javascript file [_1]'
    'Ended: [_1]'  => 'Could not load javascript file [_1]',
 => 'Endete: [_1]',  
      'Invalid ID format'
    'Currently enabled'  => 'Invalid ID format',
 => 'Derzeit aktiviert',  
      'An error occurred when storing a token'
    '[quant,_1,section:,sections:,No sections]'  => 'An error occurred when storing a token',
 => '[quant,_1,Sektion:,Sektionen:,Keine Sektionen]',  
      'You will not be able to proceed to the next stage of account creation'
    'No information available for [_1].'  => 'You will not be able to proceed to the next stage of account creation',
 => 'Für "[_1]" sind keine Informationen verfügbar.',  
      'A LON-CAPA account has been created for username: [_1] in domain: [_2].'
    'Self-enrollers:'  => 'A LON-CAPA account has been created for username: [_1] in domain: [_2].',
 => 'Selbsteintragungen:',  
      'Account creation failed for username: [_1] in domain: [_2].'
    'Choices:'  => 'Account creation failed for username: [_1] in domain: [_2].',
 => 'Auswahlmöglichkeiten:',  
      'User account creation is not available for the current default authentication type.'
    'Configure User Self-enrollment'  => 'User account creation is not available for the current default authentication type.',
 => 'Selbsteintragung konfigurieren',  
      'The e-mail address you provided is already in use as a username at this institution.'
    'View Change Logs'  => 'The e-mail address you provided is already in use as a username at this institution.',
 => 'Änderungsprotokoll', # long version: Änderungsprotokoll betrachten  
      'Username rules at this institution do not allow the e-mail address you provided to be used as a username.'
    'View Log-in History'  => 'Username rules at this institution do not allow the e-mail address you provided to be used as a username.',
 => 'Anmeldehistorie', # longversion: Anmeldehistorie betrachten  
      'The e-mail address you provided may not be used as a username at this LON-CAPA institution.'
    'Configure Self-enrollment'  => 'The e-mail address you provided may not be used as a username at this LON-CAPA institution.',
 => 'Selbsteintragung konfigurieren',  
      'Validation of the code you entered failed.'
    'Self-enrollment with a student role'  => 'Validation of the code you entered failed.',
 => 'Selbsteintragungen mit studentischer Rolle',  
      'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.'
    'Users allowed to self-enroll in this course'  => 'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.',
 => 'Zugelassene Benutzer, die sich in den Kurs selbst eintragen dürfen',  
      'Type in the letters/numbers shown below'
    'Any user in any domain:'  => 'Type in the letters/numbers shown below',
 => 'Beliebige Nutzer in beliebiger Domäne',  
      'You may need to reload the previous page to obtain a new token.'
    'User types:'  => 'You may need to reload the previous page to obtain a new token.',
 => 'Benutzertypen',  
      'Unable to retrieve your log-in information - unexpected context'
    'any'  => 'Unable to retrieve your log-in information - unexpected context',
 => 'beliebig',  
      "Your e-mail address uses the same internet domain as your institution's LON-CAPA service."
    'Any Users'  => "Your e-mail address uses the same internet domain as your institution's LON-CAPA service.",
 => 'Beliebige Benutzer',  
      'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.'
    'Any users'  => 'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.',
 => 'Beliebige Benutzer',  
      'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.'
    'Others'  => 'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.',
 => 'Andere',  
      'Changes/page:'
    'Additional domain:'  => '每页显示列数:',
 => 'Zusätzliche Domäne:',  
      'Window during which changes occurred:'
    'Users in additional domain:'  => '在这个时期发生的变化:',
 => 'Benutzer in zusätzlicher Domäne:',  
      'This page is either empty or it only contains resources that are currently hidden'
    'Specific domain:'  => 'This page is either empty or it only contains resources that are currently hidden',
 => 'Bestimmte Domäne:',  
      'Please use the LON-CAPA navigation arrows to move to another item in the course'
    'Users in specific domain:'  => 'Please use the LON-CAPA navigation arrows to move to another item in the course',
 => 'Benutzer in bestimmter Domäne:',  
      'Unable to modify requested student ([_1])'
    'Other domain:'  => 'Unable to modify requested student ([_1])',
 => 'Andere Domäne:',  
      'Unable to grade requested sequence ([_1]).'
    'Users in other domain:'  => 'Unable to grade requested sequence ([_1]).',
 => 'Benutzer in anderer Domäne:',  
      'No score was changed or updated.'
    'Restrict self-enrollment to students officially registered for the course'  => 'No score was changed or updated.',
 => 'Selbsteintragung auf für diesen Kurs offiziell registrierte Studenten beschränken',  
      'The scores were changed for [quant,_1,problem].'
    'Dates self-enrollment available'  => 'The scores were changed for [quant,_1,problem].',
 => 'Zeitraum für Selbsteintragung',  
      '[_1]Visit the [_2]Course/Community Catalog[_3][_4] to view all [_5] LON-CAPA courses and communities.' # _1: <b>, _2: <a>, _3: </a>, _4: </b>, _5: domain desc.
    'Starts'  => '[_1]Visit the [_2]Course/Community Catalog[_3][_4] to view all [_5] LON-CAPA courses and communities.',
 => 'Startet',  
      '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.'
    'Ends'  => '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]显示,你可以注册,如果自我注册是允许的。',
 => 'Endet',  
   #SD begin 2008-07-02
    'Course access dates assigned to self-enrolling users'     'When'
 => 'Kurszugriffszeiten für selbsteintragende Benutzer',  => '什么时候',
   
    'Section assigned to self-enrolling users'     'Who made the change'
 => 'Den selbsteintragenen Benutzern zuzuweisende Sektion',  => '谁进行了修改',
   
    'The following changes were made to self-enrollment settings:'     'Changed User'
 => 'Folgende Änderungen wurden an den Einstellungen zur Selbsteintragung vorgenommen:',  => '改变用户',
   
    '[_1]: "[_2]" set to "[_3]".'     'Context'
 => '[_1]: "[_2]" geändert. Neuer Wert: "[_3]".',  => '概述',
   
    '"[_1]" set to "[_2]".'     'Context:'
 => '"[_1]" geändert. Neuer Wert: "[_2]".',  => '概述:',
   
    'No changes were made to the existing self-enrollment settings in this course.'     'After:'
 => 'An den Einstellungen zur Selbsteintragung für diesen Kurs wurden keine Änderungen vorgenommen.',  => '之后:',
   
    'Self-enrollment result'     'Before:'
 => 'Ergebnis Selbsteintragung',  => '之前:',
   
    'Enroll in course'     'User Changes'
 => 'Diesen Kurs belegen',  => '用户更改',
   
    'Sections:'     'For this user, the default quota would be [_1]'
 => 'Sektionen:',  => '此使用者的默认的配额为[_1]',
   
    'Self-enroll in course'     'Search for a user and enroll as a student'
 => 'Kurse selbst belegen',  => '搜索用户并注册为学生',
   
    'Self-enroll in a LON-CAPA course'     'username is known'
 => 'Selbsteintragung in einen LON-CAPA-Kurs',  => 'username is known',
   
    'Self-enroll'     'Create a new user'
 => 'Selbsteintragung',  => '创建一个新用户',
   
    'Self-enroll in [_1]'     'Enroll'
 => 'Selbsteintragung in [_1]',  => '注册',
   
    'Self-enrollment error'     'User Search to enroll student'
 => 'Fehler bei der Selbsteintragung',  => 'User Search to enroll student',
   
    'Invalid domain or course number'     'Select a user to enroll as a student'
 => 'Ungültige Domäne oder Kursnummer',  => 'Select a user to enroll as a student',
   
    'Self-enrollment unavailable'     'modify' #context? breadcrumb_text
 => 'Selbsteintragung nicht verfügbar',  => 'modify',
   
    'Self-enrollment is restricted to students officially registered for this course.'     'as a student'
 => 'Die Selbsteintragung ist auf Studenten begrenzt, die offiziell für diesen Kurs registriert sind.',  => '作为一名学生',
   
    'Self-enrollment is not currently available for this course.'     'Set section/dates'
 => 'Die Selbsteintragung ist für diesen Kurs derzeit nicht verfügbar.',  => '设置章节/日期',
   
    'Self-enrollment is not currently available in this course'     'Unknown'
 => 'Die Selbsteintragung ist für diesen Kurs derzeit nicht verfügbar.',  => 'Unknown',
   
    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.'     'You do not have privileges to assign co-author roles.'
 => 'Die Selbsteintragung wird am [_1] für alle LON-CAPA-Nutzer verfügbar werden.',  => 'You do not have privileges to assign co-author roles.',
   
    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).'     'This user has an unrecognized authentication scheme'
 => 'Die Selbsteintragung wird am [_1] für alle LON-CAPA-Nutzer Ihrer Einrichtung ([_2]) verfügbar werden.',  => 'This user has an unrecognized authentication scheme',
   
    'Self-enrollment will become available starting [_1]; please enroll at that time.'     'Please alert a domain coordinator of this situation'
 => 'Die Selbsteintragung wird am [_1] verfügbar werden. Bitte tragen Sie sich ab dann selbst ein.',  => 'Please alert a domain coordinator of this situation',
   
    'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.'     'Please specify login data below'
 => 'Die  Selbsteintragung wird zwar am [_1] verfügbar werden, Ihnen ist es allerdings nicht gestattet sich selbst einzutragen.',  => 'Please specify login data below',
   
    'Self-enrollment will become available starting [_1].'     'No domain specified'
 => 'Die Selbsteintragung wird am [_1] verfügbar werden.',  => 'No domain specified',
   
    'The link to the requested page could not be followed.'     'Invalid domain name'
 => 'Die Verknüpfung zu der angeforderten Seite konnte nicht aufgerufen werden.',  => 'Invalid domain name',
   
    'The placeholder for the courseID is absent.'     'Only letters, numbers, periods, dashes, and underscores are valid'
 => 'Der Platzhalter für die Kurs-ID ist fehlt.',  => 'Only letters, numbers, periods, dashes, and underscores are valid',
   
    'LON-CAPA account required'     'You do not have the authority to modify this users authentification information'
 => 'LON-CAPA-Account notwendig',  => 'You do not have the authority to modify this users authentification information',
   
    'You need to be logged into LON-CAPA to self-enroll in a course.'     'New Student/Employee ID does not match existing ID for this user.'
 => 'Sie müssen in LON-CAPA angemeldet sein, um sich in diesen Kurs selbst eintragen zu können.',  => 'New Student/Employee ID does not match existing ID for this user.',
   
    'If you have an account in LON-CAPA, [_1]log-in[_2].'     "Change is not permitted without checking the 'Force ID change' checkbox on the previous page."
 => 'Falls Sie einen LON-CAPA-Account haben, [_1]melden Sie sich bitte an[_2].',  => "Change is not permitted without checking the 'Force ID change' checkbox on the previous page.",
   
    'Otherwise:'     'Unable to successfully change environment for'
 => 'Ansonsten:',  => 'Unable to successfully change environment for',
   
    "if you have an institutional log-in, use your institution's [_1]single sign on page[_2] to log-in, then create an account"     'No roles'
 => "Falls Sie einen Benutzeraccount Ihrer Einrichtung haben, verwenden Sie Ihre institutionelle [_1]Single-Sign-On-Seite[_2], um sich anzumelden. Erzeugen Sie dann einen Account",  => 'No roles',
   
    'if you have an institutional login, [_1]create an account[_2]'     'The following fields were not updated: '
 => 'Falls Sie einen Benutzeraccount Ihrer Einrichtung haben, [_1]erstellen Sie einen Account[_2]',  => 'The following fields were not updated: ',
   
    'you can use an e-mail address to [_1]create an account[_2]'     "You do not have the authority to change these fields given the user's current set of active/future course roles:"
 => 'Sie können eine E-Mail-Adresse verwenden, um [_1]einen Account zu erstellen[_2]',  => "You do not have the authority to change these fields given the user's current set of active/future course roles:",
   
    'Otherwise, if you have an institutional login, [_1]create an account[_2].'     "You do not have the authority to change these fields given the user's current set of active/future co-author roles:"
 => 'Falls Sie einen Benutzeraccount Ihrer Einrichtung haben, [_1]erstellen Sie einen LON-CAPA-Account[_2].',  => "You do not have the authority to change these fields given the user's current set of active/future co-author roles:",
   
    'Otherwise, you will use an e-mail address to [_1]create an account[_2].'     "You do not have the authority to change this field given the user's current set of active/future course roles:"
 => 'Ansonsten verwenden Sie eine E-Mail-Adresse, um [_1]einen Account zu erstellen[_2].',  => "You do not have the authority to change this field given the user's current set of active/future course roles:",
   
    "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account."     "You do not have the authority to change this field given the user's current set of active/future co-author roles:"
 => "Ansonsten verwenden Sie Ihre institutionelle [_1]Single_Sign_On-Seite[_2], um sich anzumelden und erstellen Sie dann einen Account.",  => "You do not have the authority to change this field given the user's current set of active/future co-author roles:",
   
    'You will be able to self enroll in this course once the account has been created.'  
 => 'Sie haben die Möglichkeit sich selbst in den Kurs einzutragen, nachdem der Account erzeugt wurde.',     'Please contact your [_1]helpdesk[_2] for more information.'
   => 'Please contact your [_1]helpdesk[_2] for more information.',
    'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.'  
 => 'Sie haben die Möglichkeit sich selbst in den gewählten Kurs ([_1]) einzutragen, nachdem Sie sich erfolgreich angemeldet haben.',     '<b>[_1]</b> enrolled'
   => '<b>[_1]</b> 注册的',
    '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.'  
 => 'Sie müssen sich in LON-CAPA mit einem bestehenden Account [_1]anmelden[_2], um sich in diesen Kurs eintragen zu können. Das Erstellen von Benutzeraccounts an dieser Einrichtung ([_3]) ist im Zuge der Selbsteintragung nicht gestattet.',     'in section [_1]'
   => 'in section [_1]',
    'You already have an active student role (section: "[_1]") in this course.'  
 => 'Sie haben in diesem Kurs bereits eine aktive studentische Rolle (Sektion "[_1]").',     'Access starts immediately'
   => '访问立即开始',
    'You have a student role (section: "[_1]") in this course which will become active [_2].'  
 => 'Sie haben in diesem Kurs (Sektion "[_1]") eine studentische Rolle, die am [_2] aktiv wird.',     'Access starts: '
   => '访问开始: ',
    'Self-enrollment is restricted to officially registered students.'  
 => 'Selbsteintragung ist auf offiziell registrierte Studenten beschränkt.',     'ends: no ending date'
   => '结束:没有结束日期',
    'As you are not currently registered for this course, self-enrollment is unavailable.'  
 => 'Da Sie derzeit für diesen Kurs nicht registriert sind, ist die Selbsteintragung nicht verfügbar.',     'ends: '
   => '结束: ',
    'The end date for access to this course for users who self-enroll has passed.'  
 => 'Das Endedatum für den Zugriff auf diesen Kurs ist für Benutzer, die sich selbst eintragen können, abgelaufen.',     'If the student is currently logged-in to LON-CAPA, the new role will be available when the student next logs in.'
   => 'If the student is currently logged-in to LON-CAPA, the new role will be available when the student next logs in.',
    '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.'  
 => 'Das hat zur Folge, dass Ihre Benutzerrolle eine inaktive Rolle ist, die keinen Zugriff auf den Kurs gewährt, obwohl die Rolle für Sie in dem Kurs neu erstellt wurde.',     '(default)'
   => '(默认的)',
    'Self-enrollment in this course was successful.'  
 => 'Die Selbsteintragung für diesem Kurs war erfolgreich.',     '(default for [_1])'
   => '(默认 [_1])',
    'The start date for access to this course for users who self-enroll has yet to be reached.'  
 => 'Das Anfangsdatum für den Zugriff auf diesen Kurs ist für Benutzer, die sich selbst eintragen können, noch nicht erreicht.',     'You are not authorized to make bulk changes to user roles'
   => 'You are not authorized to make bulk changes to user roles',
    'Consequently, although a new role was created for you in the course, you will not be able to select this role until [_1].'  
 => 'Das hat zur Folge, dass Sie diese Rolle nicht bis zum [_1] auswählen können, obwohl eine neue Rolle in diesem Kurs für Sie erstellt wurde.',     'You do not have permission to modify dates or sections for users'
   => 'You do not have permission to modify dates or sections for users',
    'Your new role is available immediately, and will provide access to the course until [_1].'  
 => 'Ihre neue Rolle is ab sofort verfügbar und erlaubt Ihnen bis [_1] Zugriff auf den Kurs.',     'deleted'
   => 'deleted',
    'Enrollment process complete'  
 => 'Kursbelegung abgeschlossen',     'No start date'
   => '没有开始日期',
    'Enrollment incomplete'  
 => 'Kursbelegung unvollständig',     'Previous [_1] changes'
   => 'Previous [_1] changes',
    'Self-enrollment in this course failed.'  
 => 'Die Selbsteintragung in diesen Kurs ist fehlgeschlagen.',     'Next [_1] changes'
   => 'Next [_1] changes',
    'You are not permitted to enroll yourself in this course.'  
 => 'Es ist Ihnen nicht gestattet, sich in diesen Kurs selbst einzutragen.',     'There are no records to display.'
   => '没有记录显示。',
    'Enter course now'  
 => 'Kurs jetzt betreten',     'There are no transactions to display.'
   => 'There are no transactions to display.',
    'other'  
 => 'andere',     'Automated enrollment'
   => '自动注册',
    'Self-enrollment in this course is available to any user affiliated with [_1].'  
 => 'Die Selbsteintragung in diesen Kurs ist für beliebige Benutzer der Einrichtung "[_1]" verfügbar.',     'Roster Update'
   => '名册更新',
    'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".'  
 => 'Die Selbsteintragung in diesen Kurs ist nur für Benutzer der Einrichtung "[_1]" verfügbar, die folgenden Status haben: "[_2]".',     'Course Creation'
   => '创建课程',
    'Self-enrollment is not currently available for this course for users affiliated with [_1].'  
 => 'Die Selbsteintragung in diesen Kurs ist derzeit für Benutzer der Einrichtung "[_1]" nicht zulässig.',     'User Management in course'
   => '在课程中的用户管理',
    'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:'  
 => 'Die Selbsteintragung in diesen Kurs ist nur für Benutzer der folgenden Einrichtungen verfügbar, die den erforderlichen Status haben:',     'User Management in domain'
   => '在域中的用户管理',
    'Your registration status could not be verified.'  
 => 'Ihr Registrierungsstatus konnte nicht überprüft werden.',     'Self-enrolled'
   => '自助注册',
    'Your registration status could not determined, because a problem occurred retrieving data.'  
 => 'Ihr Registrierungsstatus konnte nicht überprüft werden, da während des Datenabrufs ein Problem aufgetreten ist.',     'Your search term must contain more than just spaces.'
   => 'Your search term must contain more than just spaces.',
    'As no institutional course sections are currently associated with this course, your registration status is undetermined.'  
 => 'Da mit diesem Kurs keine institutionellen Kurssektionen verknüpft sind, ist Ihr Registrierungsstatus unbestimmt.',     'this course'
   => '本课程',
    '[_1]Ad hoc[_2] roles in domain [_3] --'  
 => '[_1]Ad-hoc[_2]-Rollen in der Domäne [_3] --',     'LON-CAPA domain: '
   => 'LON-CAPA domain: ',
    'Assemble resources'  
 => '布置课程内容',     'the institutional directory for domain: '
 #=> 'Kursinhalt einrichten',  => 'the institutional directory for domain: ',
   
    'Create, edit, modify and publish resources'     'Please contact the [_1]helpdesk[_2] if you need to create a new user.'
 => 'Erstellen, Ändern und Veröffentlichen von Ressourcen',  => 'Please contact the [_1]helpdesk[_2] if you need to create a new user.',
   
    'Create, modify and delete course groups'     'Section for self-enrolled users unchanged as the proposed section is a group'
 => 'Erstellen, Ändern und Löschen von Kursgruppen',  => 'Section for self-enrolled users unchanged as the proposed section is a group',
   
    'View course groups'     'Group names and section names must be distinct'
 => 'Kursgruppen anzeigen',  => '组名称和章节的名称必须是不同的',
   
    'View student activity'     'Section for self-enrolled users unchanged, as "all" is a reserved section name.'
 => 'Studentische Aktivitätsdaten anzeigen',  => 'Section for self-enrolled users unchanged, as "all" is a reserved section name.',
   
    'Show full details for each course ([_1] only)'     'An error occurred when saving changes to self-enrollment settings in this course.'
 => 'Alle Details für jeden Kurs zeigen (nur mit Benutzerrolle [_1] verfügbar)',  => 'An error occurred when saving changes to self-enrollment settings in this course.',
   
    'Include courses set to be hidden from catalog ([_1] only)'  #SD end 2008-07-02
 => 'Auch Kurse anzeigen, die im Kursüberblick als verborgen eingestellt sind (nur mit Benutzerrolle [_1] verfügbar)',  
      'Server Switch Required'
    'Include subcategories within "[_1]"'  => 'Server Switch Required',
 => 'Auch Unterkategorien von "[_1]" anzeigen',  
      'Authoring Space access is only available from the home server of the corresponding Author.'
    'Only show courses which allow self-enrollment'  => 'Authoring Space access is only available from the home server of the corresponding Author.',
 => 'Nur Kurse anzeigen, die Selbsteintragung zulassen',  
      "Click the 'Switch Server' link to go there."
    'include subdirectories'  => "Click the 'Switch Server' link to go there.",
 => 'Unterverzeichnisse mit einbinden',  
      'Default in use:'
    'force republication of previously published files'  => '默认情况下使用:',
 => 'Erneute Veröffentlichung bereits zuvor veröffentlichter Ressourcen erzwingen',  
      'Self-creation of account by users with status: [_1]'
    'make file(s) obsolete'  => 'Self-creation of account by users with status: [_1]',
 => 'Ressourcen als überholt markieren',  
      'modifiable fields (if institutional data blank): '
    'force directory level catalog information over existing'  => 'modifiable fields (if institutional data blank): ',
 => 'Kataloginformationen des Verzeichnisses sollen bestehende Kataloginformationen überschreiben',  
      'Source Code'
    'Session could not be opened.'  => 'Source Code',
 => 'Die Sitzung konnte nicht gestartet werden.',  
      'Copy Problem Source Code to Authoring Space'
    'The domain you provided is not a valid LON-CAPA domain.'  => 'Copy Problem Source Code to Authoring Space',
 => 'Die von Ihnen angegebene Domäne ist keine LON-CAPA-Domäne.',  
      'Please enter the directory that you would like the source code to go into.'
    'Student Settings'  => 'Please enter the directory that you would like the source code to go into.',
 => 'Studentische Einstellungen',  
      'Note: the path is in reference to the root of your Authoring Space, and new directories will be automatically created.'
    'Coordinator Settings'  => 'Note: the path is in reference to the root of your Authoring Space, and new directories will be automatically created.',
 => 'Koordinatoren-Einstellungen',  
      'shared_source'
    'Author Settings'  => 'shared_source',
 => 'Autoren-Einstellungen',  
      'Copy to Authoring Space'
    'Administrator Settings'  => 'Copy to Authoring Space',
 => 'Administratoren-Einstellungen',  
      '[_1]W[_2]ARNING' 
    'Item'  => '[_1]W[_2]ARNING',
 => 'Element',  
      'At end of file some tags were still left unclosed:'
    'Found [_1] without responses. This resource cannot be published.'  => 'At end of file some tags were still left unclosed:',
 => 'Ressource vom Typ [_1] gefunden, die keinen Antwortblock enthält. Diese Ressource kann nicht veröffentlicht werden.',  
      'Unable to save file [_1]'
    'LON-CAPA helpdesk'  => 'Unable to save file [_1]',
 => 'LON-CAPA-Helpdesk',  
      'Warnings and Errors'
    'Create a user account in LON-CAPA'  => 'Warnings and Errors',
 => 'Neuen Benutzeraccount in LON-CAPA erstellen',  
      'Edit Math'
    'Account creation unavailable'  => 'Edit Math',
 => 'Account-Erstellung nicht möglich',  
      'DragMath Latex Equation Editor'
    'Error creating token.'  => 'DragMath Latex Equation Editor',
 => 'Fehler beim Erstellen eines Merkzeichens.',  
      '[_1]Return[_2] to resource.'
    'Account creation'  => '[_1]Return[_2] to resource.',
 => 'Account-Erstellung',  
      'Counting pages for student: [_1]'
    '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]).'  => 'Counting pages for student: [_1]',
 => 'Das Erstellen eines Benutzeraccounts mit einer E-Mail-Adresse oder einem Benutzeraccount Ihrer Einrichtung als Benutzerkennung ist an der Einrichtung [_1] nicht gestattet.',  
      'LaTeX could not successfully parse your tex file.'
    '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].'  => 'LaTeX could not successfully parse your tex file.',
 => 'Das Erstellen eines LON-CAPA-Benutzeraccounts mit einer E-Mail-Adresse oder einem Benutzeraccount Ihrer Einrichtung als Benutzerkennung ist an der Einrichtung [_1] nicht gestattet.',  
      'It probably has errors in it.'
    "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."  => 'It probably has errors in it.',
 => "sie wurden zwar mit Ihrer Benutzerkennung und Passwort durch das institutionelle Single-Sign-On-System korrekt authentifiziert, besitzen derzeit allerdings keinen LON-CAPA-Account in dieser Domäne.",  
      'Here are the error messages in the LaTeX log file:'
    "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."  => 'Here are the error messages in the LaTeX log file:',
 => "Sie wurden zwar mit Ihrer Benutzerkennung und Passwort durch das institutionelle Single-Sign-On-System korrekt authentifiziert, besitzen derzeit allerdings keinen LON-CAPA-Account an dieser Einrichtung und Sie sind nicht berechtigt, einen zu erstellen.",  
      'There are errors in [_1].'
    "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution."  => 'There are errors in [_1].',
 => "Sie wurden zwar mit Ihrer Benutzerkennung und Passwort korrekt authentifiziert, besitzen derzeit allerdings keinen LON-CAPA-Account in dieser Einrichtung.",  
      'There are errors.'
    "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."  => 'There are errors.',
 => "Sie wurden zwar mit Ihrer Benutzerkennung und Passwort korrekt authentifiziert, besitzen derzeit allerdings keinen LON-CAPA-Account in dieser Domäne und Sie sind nicht berechtigt, einen zu erstellen.",  
      'These errors prevent this resource from printing correctly.'
    'A LON-CAPA account may not be created with the username you use.'  => 'These errors prevent this resource from printing correctly.',
 => 'Mit der von Ihnen verwendeten Benutzerkennung kann kein LON-CAPA-Account erzeugt werden.',  
      'A message has been sent to the instructor describing this failure.'
    'User Information'  => 'A message has been sent to the instructor describing this failure.',
 => 'Benutzerdaten',  
      'You are running LaTeX in [_1]batch mode[_2].'
    'User information'  => 'You are running LaTeX in [_1]batch mode[_2].',
 => 'Benutzerdaten',  
      'It has found an error in [_1][_2]and corrected it.'
    'Review user information'  => 'It has found an error in [_1][_2]and corrected it.',
 => 'Benutzerdaten bestätigen',  
      'Usually this correction is valid but you probably need to check the indicated resource one more time and implement neccessary corrections by yourself.'
    'To create one, use the table below to provide information about yourself (if appropriate), then click the "Create LON-CAPA account" button.'  => 'Usually this correction is valid but you probably need to check the indicated resource one more time and implement neccessary corrections by yourself.',
 => 'Um einen zu erstellen, verwenden Sie die untenstehende Tabelle, um Ihre persönliche Daten in die leeren Felder einzutragen. Klicken Sie anschließend auf "LON-CAPA-Account erstellen".',  
      'The link to [_1]Your log file[_2]'
    'To create one, use the table below to provide information about yourself, then click the [_1]Create LON-CAPA account[_2] button.'  => 'The link to [_1]Your log file[_2]',
 => 'Um einen zu erstellen, verwenden Sie die untenstehende Tabelle, um Ihre persönliche Daten in die leeren Felder einzutragen. Klicken Sie anschließend auf [_1]LON-CAPA-Account erstellen[_2].',  
      'The link to [_1]Your original LaTeX file[_2]'
    'A user account will be created with information displayed in the table below, when you click the [_1]Create LON-CAPA account[_2] button.'  => 'The link to [_1]Your original LaTeX file[_2]',
 => 'Durch Klicken auf [_1]LON-CAPA-Account erstellen[_2] wird mit den unten angezeigten Daten ein Benutzeraccount erzeugt.',  
      'bomb'
    'Confirmation'  => 'bomb',
 => 'Bestätigung',  
      'Output Tags'
    'Confirm that you wish to create an account.'  => 'Output Tags',
 => 'Bitte bestätigen Sie, dass Sie einen Account erzeugen möchten.',  
      'WARNING: Cannot connect to database!'
    'New username'  => '警告:无法连接到数据库!',
 => 'Neue Benutzerkennung',  
      'Error occurred saving new values in metadata table in LON-CAPA database!'
    'Create account'  => '保存新值数据表到LON-CAPA数据库中时发生错误!',
 => 'Account anlegen',  
      'Your course/community currently appears in the Course/Community Catalog for this domain.'
    'You must enter a password'  => 'Your course/community currently appears in the Course/Community Catalog for this domain.',
 => 'Sie müssen ein Passwort angeben.',  
      '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.'
    'The passwords you entered did not match.'  => '课程可自我编目的基础的研究所代码(例如, inf_20112012_math1 )或可通过域的定义分配类别界定。',
 => 'Die eingegebenen Passwörter stimmen nicht überein.',  
      'Your course/community does not currently appear in the Course/Community Catalog for this domain.'
    'Create account with a username provided by this institution'  => 'Your course/community does not currently appear in the Course/Community Catalog for this domain.',
 => 'Erstellen eines LON-CAPA-Accounts mit einem Benutzeraccount dieser Einrichtung',  
      'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.'
    'If you already have a log-in ID at this institution,[_1] you may be able to use it for LON-CAPA.'  => 'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.',
 => 'Falls Sie bereits einen Benutzeraccount dieser Einrichtung haben,[_1] können Sie diesen gegebenenfalls für LON-CAPA verwenden.',  
      'Courses can be absent from the Catalog, because they do not have an institutional code, have no assigned category, or have been specifically excluded.'
    'Type in your log-in ID and password to find out.'  => 'Courses can be absent from the Catalog, because they do not have an institutional code, have no assigned category, or have been specifically excluded.',
 => 'Geben Sie Ihren Benutzeraccount Ihrer Einrichtung und Ihr Passwort ein, um dies herauszufinden.',  
      'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:'
    'Log-in ID'  => 'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:',
 => 'Benutzeraccount Ihrer Einrichtung',  
      'Take the following action to ensure the course appears in the Catalog:'
    'Create account with an e-mail address as your username'  => 'Take the following action to ensure the course appears in the Catalog:',
 => 'Erstellen eines Benutzeraccounts mit einer E-Mail-Adresse als Benutzerkennung',  
      'Ask a domain coordinator to change the "Exclude from course catalog" setting.'
    'Provide your e-mail address to request a LON-CAPA account,[_1] if you do not have a log-in ID at your institution.'  => 'Ask a domain coordinator to change the "Exclude from course catalog" setting.',
 => 'Geben Sie Ihre E-Mail-Adresse an, um einen LON-CAPA-Account zu beantragen,[_1] falls Sie keinen Benutzeraccount Ihrer Einrichtung haben.',  
      'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".'
    'Request LON-CAPA account'  => 'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".',
 => 'LON-CAPA-Account anfordern',  
      'Ask a domain coordinator to assign an institutional code (if this is an official course).'
    'Validation'  => 'Ask a domain coordinator to assign an institutional code (if this is an official course).',
 => 'Gültigkeitsprüfung',  
      'Ask a domain coordinator to enable or create at least one course category in the domain.'
    'Thank you for your request to create a new LON-CAPA account.'  => 'Ask a domain coordinator to enable or create at least one course category in the domain.',
 => 'Vielen Dank für Ihren Antrag zur Erstellung eines neuen LON-CAPA-Accounts.',  
      'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.'
    'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].'  => 'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.',
 => 'Ein Antrag zur Erstellung eines LON-CAPA-Accounts wurde am [_1] für die Einrichtung [_2] abgeschickt.',  
      'Ask a domain coordinator to change the category assigned to the course, as the one currently assigned is no longer used in the domain'
    'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]'  => 'Ask a domain coordinator to change the category assigned to the course, as the one currently assigned is no longer used in the domain',
 => 'Um den Vorgang abzuschließen, öffnen Sie bitte einen Webbrowser und geben Sie folgende URL in die Adresszeile ein: [_1]',  
      'Ask a domain coordinator to assign a category to the course.'
    'A message has been sent to the e-mail address you provided.'  => 'Ask a domain coordinator to assign a category to the course.',
 => 'An die von Ihnen angegebene E-Mail-Adresse wurde eine Nachricht geschickt.',  
      'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.'
    'The message includes the web address for the link you will use to complete the account creation process.'  => 'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.',
 => 'Die Nachricht enthält einen Link, mit dem Sie den Erstellungsvorgang Ihres Accounts abschließen können.',  
      '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.'
    'The link included in the message will be valid for the next [_1]two[_2] hours.'  => '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.',
 => 'Der in die Nachricht eingebundene Link ist für die nächsten [_1]zwei Stunden gültig[_2].',  
      'Use [_1]Set course environment[_2] to assign a category to the course.'
    'An error occurred when sending a message to the e-mail address you provided.'  => 'Use [_1]Set course environment[_2] to assign a category to the course.',
 => 'Beim Verschicken Ihrer Nachricht an die von Ihnen angegebene E-Mail-Adresse ist ein Fehler aufgetreten.',  
      'You are able to both assign a course category and choose to exclude this course from the catalog.'
    'An error occurred creating a token required for the account creation process.'  => 'You are able to both assign a course category and choose to exclude this course from the catalog.',
 => 'Beim Erstellen eines Merkzeichens, das für den Erstellungsvorgang des Accounts notwendig ist, ist ein Fehler aufgetreten.',  
      'You are able to choose to exclude this course from the catalog, but only a Domain Coordinator may assign a course category.'
    'Please contact the [_1] ([_2]) for assistance.'  => 'You are able to choose to exclude this course from the catalog, but only a Domain Coordinator may assign a course category.',
 => 'Nehmen Sie zur Klärung bitte mit [_1] ([_2]) Kontakt auf.',  
      'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.'
    '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.'  => 'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.',
 => 'Die von Ihnen angegebene URL, um den Erstellungsvorgang eines neuen LON-CAPA-Accounts abzuschließen, ist ungültig. Entweder wurde das in der URL enthaltene Merkzeichen gelöscht oder die von Ihnen angegebene URL ist ungültig.',  
      'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.'
    'Sorry, the token generated when you requested creation of an account has expired.'  => 'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.',
 => 'Das Merkzeichen, das bei Ihrem Antrag zur Erstellung des Accounts generiert wurde, ist nicht mehr gültig.',  
      "Please use the 'Select Course' link to open a separate pick course window where you may select the course you wish to enter"
    'Sorry, the URL generated when you requested creation of an account contained incomplete information.'  => "Please use the 'Select Course' link to open a separate pick course window where you may select the course you wish to enter",
 => 'Die URL, die bei Ihrem Antrag zur Erstellung des Accounts generiert wurde, enthält unvollständige Daten.',  
      'You can only use this screen to select courses in the current domain.'
    '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.'  => 'You can only use this screen to select courses in the current domain.',
 => 'Bitte stellen Sie einen [_1]erneuten Antrag[_2] zur Erstellung eines Accounts und folgen Sie dem neuen Link, der Ihnen per E-Mail zugesandt werden wird.',  
      '[_1]Your Excel spreadsheet[_2] is ready for download.'
    '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]Your Excel spreadsheet[_2] is ready for download.',
 => 'Am [_2] wurde für die Einrichtung [_1] von der IP-Adresse [_3] ein LON-CAPA-Account erzeugt. Falls Sie diese Anforderung nicht ausgeführt oder beauftragt hatten, nehmen Sie bitte mit [_4] ([_5]) Kontakt auf.',  
      '[_1]Your CSV file[_2] is ready for download.'
    'A LON-CAPA account already exists for username [_1] at this institution ([_2]).'  => '[_1]Your CSV file[_2] is ready for download.',
 => 'Für den Benutzer [_1] existiert bereits ein LON-CAPA-Account an der Einrichtung [_2].',  
      'Name (username)'
    'The password entered was also correct so you have been logged in.'  => 'Name (username)',
 => 'Das von Ihnen eingegebene Passwort war korrekt, so dass Sie angemeldet wurden.',  
      'Grades Assigned'
    'Authentication failed'  => 'Grades Assigned',
 => 'Authentifizierung fehlgeschlagen',  
      'Comments'
    'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].'  => '注释',
 => 'Eine E-Mail zur Bestätigung der Erstellung Ihres neuen LON-CAPA-Accounts wurde an [_1] gesendet.',  
      'No Course Data'
    'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.'  => 'No Course Data',
 => 'Beim Versenden der E-Mail zur Bestätigung der Erstellung Ihres neuen LON-CAPA-Accounts ist ein Fehler aufgetreten.',  
      'Error getting student data ([_1])'
    'A problem occurred when attempting to create your new LON-CAPA account.'  => 'Error getting student data ([_1])',
 => 'Beim Erstellen Ihres neuen LON-CAPA-Accounts ist ein Fehler aufgetreten.',  
      'Score'
    'Please provide user information and a password for your new account.'  => 'Score',
 => 'Bitte geben Sie Ihre Benutzerdaten und ein Passwort für Ihren neuen Account ein.',  
      'score'
    'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.'  => 'score',
 => 'Ihr Passwort, das aus mindestens sieben Zeichen bestehen muss, wird in verschlüsselter Form an den LON-CAPA-Server geschickt.',  
      'Display Options'
    'Create LON-CAPA account'  => '显示选项',
 => 'LON-CAPA-Account erstellen',  
      'This role has section(s) associated with it.'
    'Could not load javascript file [_1]'  => 'This role has section(s) associated with it.',
 => 'Konnte die Javascriptdatei [_1] nicht laden.',  
      'Enter a specific section.'
    'Invalid ID format'  => 'Enter a specific section.',
 => 'Ungültiges ID-Format',  
      'Enter a specific section, or leave blank for no section.'
    'An error occurred when storing a token'  => 'Enter a specific section, or leave blank for no section.',
 => 'Beim Speichern eines Merkzeichens ist ein Fehler aufgetreten.',  
      'Available sections are:'
    'You will not be able to proceed to the next stage of account creation'  => 'Available sections are:',
 => 'Sie werden den nächsten Schritt zum Erstellen eines Accounts nicht ausführen können.',  
      'You entered an invalid section choice:'
    'A LON-CAPA account has been created for username: [_1] in domain: [_2].'  => 'You entered an invalid section choice:',
 => 'Für den Benutzer [_1] in der Domäne [_2] wurde ein LON-CAPA-Account erstellt.',  
      'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3] domain.'
    'Account creation failed for username: [_1] in domain: [_2].'  => '您不妨联系[_2][_3]域的[_1] LON-CAPA 求助。',
 => 'Das Erstellen eines LON-CAPA-Accounts für den Benutzer [_1] in der Domäne [_2] ist fehlgeschlafen.',  
      '([_1] time zone)'
    'User account creation is not available for the current default authentication type.'  => '(时区 [_1])',
 => 'Für die momentan voreingestellte Authentifizierungsmethode ist das Erstellen von Benutzeraccounts nicht verfügbar.',  
      'Selecting an Author'
    'The e-mail address you provided is already in use as a username at this institution.'  => 'Selecting an Author',
 => 'Die von Ihnen angegebene E-Mail-Adresse wird in dieser LON-CAPA-Domäne als Benutzerkennung bereits verwendet.',  
      'Invalid domain'
    'Username rules at this institution do not allow the e-mail address you provided to be used as a username.'  => '无效域',
 => 'Die für diese Einrichtung eingestellten Regeln für Benutzerkennungen gestatten es nicht, die von Ihnen angegebene E-Mail-Adresse als Benutzerkennung zu verwenden.',  
      'There are no library servers containing Authoring Spaces currently in domain: [_1], so you can not assume a co-author role.'
    'The e-mail address you provided may not be used as a username at this LON-CAPA institution.'  => 'There are no library servers containing Authoring Spaces currently in domain: [_1], so you can not assume a co-author role.',
 => 'Die von Ihnen angegebene E-Mail-Adresse kann in dieser Einrichtung nicht als Benutzerkennung verwendet werden.',  
      'You do not have a domain coordinator role in domain: [_1], so you cannot choose an Authoring Space for which you can assume a co-author role.'
    'Validation of the code your entered failed.'  => 'You do not have a domain coordinator role in domain: [_1], so you cannot choose an Authoring Space for which you can assume a co-author role.',
 => 'Die Gültigskeitsprüfung des von Ihnen eingegebenen Codes ist fehlgeschlagen.',  
      'You do not have a domain coordinator role, so you cannot choose an Authoring Space for which you can assume a co-author role.'
    'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.'  => 'You do not have a domain coordinator role, so you cannot choose an Authoring Space for which you can assume a co-author role.',
 => 'Das Erstellen von neuen Benutzeraccounts mit einer E-Mail-Adresse als Benutzerkennung ist für diese Einrichtung nicht gestattet.',  
      'There are no author roles currently in domain: [_1], so there are no Authoring Spaces for which you can assume a co-author role.'
    'Type in the letters/numbers shown below'  => 'There are no author roles currently in domain: [_1], so there are no Authoring Spaces for which you can assume a co-author role.',
 => 'Geben Sie die unten angezeigten Buchstaben/Zahlen ein',  
      'As your session file for the course or community has expired, you will need to re-select it.'
    'You may need to reload the previous page to obtain a new token.'  => 'As your session file for the course or community has expired, you will need to re-select it.', # '当>您的课程已过期,您将需要重新选择课程。',
 => 'Sie können die vorherige Seite neu laden, um ein neues Merkzeichen zu erhalten.',  
      '[quant,_1,yr]'
    'Unable to retrieve your log-in information - unexpected context'  => '[quant,_1,yr]',
 => 'Die Anmeldedaten konnten nicht erfolgreich abgerufen werden - unerwarteter Kontext',  
      '[quant,_1,mth]'
    "Your e-mail address uses the same internet domain as your institution's LON-CAPA service."  => '[quant,_1,mth]',
 => "Ihre E-Mail-Adresse verwendet die gleiche Internetdomäne wie die Domäne des LON-CAPA-Systems Ihrer Institution.",  
      '[quant,_1,hr]'
    'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.'  => '[quant,_1,hr]',
 => 'Das Erstellen eines LON-CAPA-Accounts mit dieser Art von E-Mail-Adressen als Benutzerkennung ist nicht zulässig.',  
      '[quant,_1,min]'
    'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.'  => '[quant,_1,min]',
 => 'Stattdessen sollten Sie die Erstellung eines LON-CAPA-Accounts für Ihren Benutzeraccount "[_1]" an Ihrer Einrichtung beantragen.',  
      '[quant,_1,sec]'
    'Changes/page:'  => '[quant,_1,sec]',
 => 'Zeilen pro Seite:',  
      'Loading student data...'
    'Window during which changes occurred:'  => '检索学生数据...',
 => 'Zeitspanne, in der Änderungen aufgetreten sind:',  
      'Options'
    'This page is either empty or it only contains resources that are currently hidden'  => '选项',
 => 'Diese Seite ist entweder leer oder enthält derzeit nur verborgene Ressourcen',  
      'Time Period'
    'Please use the LON-CAPA navigation arrows to move to another item in the course'  => '周期',
 => 'Bitte verwenden Sie die LON-CAPA-Navigationspfeile, um zu anderen Ressourcen zu gelangen.',  
      'Resource is undefined.'
    'Unable to modify requested student ([_1])'  => 'Resource is undefined.',
 => 'Die Daten des angeforderten Studenten ([_1]) konnten nicht geändert werden.',  
      'Plot Graph'
    'Unable to grade requested sequence ([_1]).'  => 'Plot Graph',
 => 'Die angeforderte Sequenz ([_1]) konnte nicht bewertet werden.',  
      'Download'
    'No score was changed or updated.'  => '下载',
 => 'An den Punkten wurde keine Änderung vorgenommen.',  
      'PDF File'
    'The scores were changed for [quant,_1,problem].'  => 'PDF 文档',
 => 'Für [quant,_1,Aufgabe wurde,Aufgaben wurden] die Punkte geändert.',  
      'Zip File'
    '[_1]Visit the [_2]Course Catalog[_3] to view all [_4] LON-CAPA courses.' # _1: <b>, _2: <a>, _3: </a> </b>, _4: domain  => 'ZIP 文档',
 => '[_1]访问[_2]课程目录[_3], 来查看 [_4] LON-CAPA 的所有课程。',  
 #=> '[_1]Besuchen Sie die [_2]Kursübersicht[_3], um alle LON-CAPA-Kurse der Domäne [_4] zu betrachten.',     'File Size (Bytes)'
   => '文件大小 (Bytes)',
   
    'If a course is [_1]not[_2] in your list of current courses below, you may be able to enroll if self-enrollment is permitted.'     'Contents'
 => 'Falls ein Kurs in der folgenden Liste Ihrer derzeitigen Kurse [_1]nicht[_2] angezeigt wird, können Sie sich in der Kursübersicht in diesen Kurs selbst eintragen, sofern die Selbsteintragung für diesen Kurs aktiviert ist.',  => '内容',
   
 #SD begin 2008-07-02     'Problem Type'
    'When'  => '问题类型',
 => 'Wann',  
      'not in this course'
    'Who made the change'  => 'not in this course',
 => 'Wer führte die Änderung durch',  #Start: redesigned menus
   #lonparmset.pm
    'Changed User'  
 => 'Geänderter Benutzer',     'Edit environment settings for this course.'
   => 'Edit environment settings for this course.',
    'Context'  
 => 'Kontext',     'Portfolio Metadata'
   => '元数据-组合',
    'Context:'  
 => 'Kontext:',     'Settings for this Course'
   => '设置这门课程',
    'After:'  
 => 'Nach:',     'New and Existing Parameter Settings for Resources'
   => '新的和现有资源的参数设置',
    'Before:'  
 => 'Vor:',     'Edit Resource Parameters - Helper Mode'
   => '编辑源参数 - 辅助模式',
    'User Changes'  
 => 'Teilnehmer-Änderungen',     'Edit Resource Parameters - Overview Mode'
   => '编辑资源参数 - 概况模式',
    'For this user, the default quota would be [_1]'  
 => 'Das Standardkontingent für diesen Benutzer beträgt [_1]',     'Edit Resource Parameters - Table Mode'
   => '编辑资源参数 - 表模式',
    'Search for a user and enroll as a student'  
 => 'Benutzer suchen und als Studierenden den Kurs belegen lassen',     'Existing Parameter Settings for Resources'
   => '现有资源的参数设置',
    'username is known'  
 => 'Benutzerkennung ist bekannt',     'Change Log'
   => '变更记录',
    'Create a new user'  
 => 'Neuen Benutzer erstellen',     'Restrict metadata for this course.'
   => 'Restrict metadata for this course.',
    'Enroll'  
 => 'eintragen',     'Manage slots for this course.'
   => 'Manage slots for this course.',
    'User Search to enroll student'  
 => 'Benutzersuche, um Studierende einzutragen',     'Reset access times for folders/maps, resources or the course.'
   => 'Reset access times for folders/maps, resources or the course.',
    'Select a user to enroll as a student'  
 => 'Wählen Sie einen Benutzer zum Eintragen als Studierenden aus',     'Set default actions for parameters.'
   => 'Set default actions for parameters.',
    'modify' #Kontext? breadcrumb_text  
 => 'modifizieren',     'Set/Modify resource parameters in helper mode.'
   => 'Set/Modify resource parameters in helper mode.',
 #   'userpicked' #Kontext?  
 #=> '',     'Set/Modify resource parameters in table mode.'
   => 'Set/Modify resource parameters in table mode.',
    'as a student'  
 => 'als einen Studierenden',     'Set/Modify resource parameters in overview mode.'
   => 'Set/Modify resource parameters in overview mode.',
    'Set section/dates'  
 => 'Sektion/Daten festlegen',     'Set/Modify existing resource parameters in overview mode.'
   => 'Set/Modify existing resource parameters in overview mode.',
    'Unknown'  
 => 'unbekannt',     'View parameter and course blog posting/user notification change log.'
   => 'View parameter and course blog posting/user notification change log.',
    'You do not have privileges to assign co-author roles.'  #lonpreferences.pm
 => 'Sie haben keine Berechtigung, um Co-Autor Rollen zuzuweisen',  
      'Screen Name'
    'This user has an unrecognized authentication scheme'  => '昵称',
 => 'Dieser Benutzer hat ein unbekanntes Authentifizierungsschema',  
      'Screenname'
    'Please alert a domain coordinator of this situation'  => '昵称',
 => 'Bitte benachrichtigen Sie einen Domänen-Koordinator über diese Situation',  
      'Nickname'
    'Please specify login data below'  => '昵称',
 => 'Bitte spezifizieren Sie Login-Daten',  
      'Messages &amp; Notifications'
    'No domain specified'  => '邮件&公告',
 => 'Keine Domäne spezifiziert',  
      'Discussion Display'
    'Invalid domain name'  => '讨论显示',
 => 'Ungültiger Domänenname',  
      'Page Display Settings'
    'Only letters, numbers, periods, dashes, and underscores are valid'  => '页面显示设置',
 => 'Es sind nur erlaubt: Buchstaben, Ziffern, ".", "-", "_"',  
      'Color Scheme'
    'You do not have the authority to modify this users authentification information'  => '颜色方案',
 => 'Sie haben nicht die Berechtigung, um die Authentifizierungsinformationen dieses Benutzers zu modifizieren',  
      'Menu Display'
    'New Student/Employee ID does not match existing ID for this user.'  => '菜单显示',
 => 'Die neue Studenten-/Mitarbeiter-ID stimmt nicht mit der bestehenden ID dieses Benutzers überein.',  
      'Content Display Settings'
    "Change is not permitted without checking the 'Force ID change' checkbox on the previous page."  => '内容显示设置',
 => "Ohne Auswahl der 'Erzwinge-ID-Änderung'-Checkbox auf der vorherigen Seite ist eine Änderung nicht erlaubt.",  
      'WYSIWYG Editor'
    'Unable to successfully change environment for'  => 'WYSIWYG-编辑器',
 => 'Es ist nicht möglich, die Umgebung zu ändern für',  
      'Roles Page'
    'No roles'  => '角色页面',
 => 'Keine Rollen',  
      'Display of Scientific Equations'
    'The following fields were not updated: '  => '显示科学公式',
 => 'Die folgenden Felder wurden nicht aktualisiert: ',  
      'Edit information about yourself that should be displayed on your public profile.'
    "You do not have the authority to change this field given the user's current set of active/future [_1] roles:"  => 'Edit information about yourself that should be displayed on your public profile.',
 => 'Sie haben nicht die Berechtigung, um dieses Feld angesichts der aktuellen aktiven/zukünftigen [_1] Rollen des Benutzer zu ändern:',  
      'Change the name that is displayed in your posts.'
    "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:"  => '变更在您的讨论中的名称。',
 => 'Sie haben nicht die Berechtigung, um diese Felder angesichts der aktuellen aktiven/zukünftigen [_1] Rollen des Benutzers zu ändern:',  
      'Change LON-CAPA default colors.'
    'Contact your <a href="[_1]">helpdesk</a> for more information.'  => 'Change LON-CAPA default colors.',
 => 'Kontaktieren Sie das <a href="[_1]">Helpdesk</a> für weitere Informationen.',  
      'Change messageforwarding or notifications settings.'
    '<b>[_1]</b> enrolled'  => 'Change messageforwarding or notifications settings.',
 => '<b>[_1]</b> eingetragen',  
      'Choose the default language for this user.'
    'in section [_1]'  => 'Choose the default language for this user.',
 => 'in Sektion [_1]',  
      'Enable or disable the WYSIWYG-Editor.'
    'Access starts immediately'  => 'Enable or disable the WYSIWYG-Editor.',
 => 'Zugriff beginnt sofort',  
      'Configure the roles hotlist.'
    'Access starts: '  => 'Configure the roles hotlist.',
 => 'Zugriff beginnt: ',  
      'Change how Scientific Equations are displayed.'
    'ends: no ending date'  => '改变如何显示科学方程。',
 => 'endet: kein Enddatum',  
      'Register your clicker.'
    'ends: '  => '登记您的应答设备 (遥控).',
 => 'endet: ',  
      'Change your password.'
    'If the student is currently logged-in to LON-CAPA, the new role will be available when the student next logs in.'  => '更改您的密码。',
 => 'Falls der Studierende gerade an LON-CAPA angemeldet ist, wird die Rolle nach dem nächsten Anmelden des Studierenden verfügbar sein.  ',  
      'Launch the remote control for LON-CAPA.'
    '(default)'  => 'Launch the remote control for LON-CAPA.',
 => '(Standard)',  
      'Collapse the remote control for LON-CAPA.'
    '(default for [_1])'  => 'Collapse the remote control for LON-CAPA.',
 => '(Standard für [_1])',  
      'Restrict domain coordinator access.'
    'You are not authorized to make bulk changes to user roles'  => 'Restrict domain coordinator access.',
 => 'Sie sind nicht authorisiert Massenänderungen an Benutzerrollen durchzuführen',  
      'Set the default page to be displayed when you select a course role.'
    'You do not have permission to modify dates or sections for users'  => 'Set the default page to be displayed when you select a course role.',
 => 'Sie haben keine Berechtigung, um Daten oder Sektionen für Benutzer zu modifizieren',  
      'Toggle Debug Messages.'
    'deleted'  => 'Toggle Debug Messages.',
 => 'gelöscht',  
      'Change whether the menus are displayed with buttons, icons or icons and text.'
    'No start date'  => 'Change whether the menus are displayed with buttons, icons or icons and text.',
 => 'Kein Anfangsdatum',     'Course Initialization'
   => '课程初始化',
    'Previous [_1] changes'  #loncreateuser.pm
 => 'Vorherige [_1] Änderungen',     'Single Users'
   => '单用户',
    'Next [_1] changes'  
 => 'Nächste [_1] Änderungen',     'Upload a CSV or a text file containing users.'
   => '课程参加者上传CSV或文本文件。',
    'There are no records to display'  
 => 'Keine Datensätze zum Anzeigen',     'Add a user with a certain role to this course.'
   => '添加一个具有特定的角色的用户到这门课程中。',
    'Automated enrollment'  
 => 'Automatisierte Kursbelegung',     'Add/Modify a Student'
   => '添加/修改学生',
    'Roster Update'  
 => 'Teilnehmeraktualisierung',     'Add a user with the role student to this course.'
   => '添加一个用户到课程中,作为学生角色。',
    'Course Creation'  
 => 'Kurserstellung',     'Configuration'
   => '设置',
    'User Management in course'  
 => 'Benutzerverwaltung im Kurs',     'Automated enrollment manager.'
   => '管理自助注册',
    'User Management in domain'  
 => 'Benutzerverwaltung in der Domäne',     'Self-Enrollment'
   => 'Self-Enrollment',
    'Self-enrolled'  
 => 'Selbst eingetragen',     'User Self-Enrollment'
   => '用户自助注册',
    'Your search term must contain more than just spaces.'  
 => 'Ihre Suchanfrage muss mehr als nur Leerzeichen enthalten.',     'Configure user self-enrollment.'
   => '配置用户自助注册。',
    'this course'  
 => 'dieser Kurs',     'Manage course groups.'
   => '管理课程组。',
    'LON-CAPA domain: '  
 => 'LON-CAPA-Domäne',     'Change Logs'
   => '更改记录',
    'the institutional directory for domain: '  
 => 'das institutionelle Verzeichnis für die Domäne: ',     'View change log.'
   => '显示更改记录。',
    'Contact the [_1]helpdesk[_2] if you need to create a new user.'  
 => 'Kontaktieren Sie das [_1]Helpdesk[_2], falls Sie einen neuen Benutzer erstellen möchten.',     'Administration'
   => '管理',
    'Section for self-enrolled users unchanged as the proposed section is a group'  
 => 'Sektion für selbst eingetragene Benutzer nicht geändert, da die vorgeschlagene Sektion eine Gruppe ist',     'Manage Course Users'
   => '用户课程管理',
    'Group names and section names must be distinct'  
 => 'Gruppen- und Sektionsnamen müssen eindeutig sein',     'Show and manage users of this course.'
   => '查看和管理这门课程的用户。',
    "Section for self-enrolled users unchanged, as 'all' is a reserved section name."  
 => 'Sektion für selbst eingetragene Benutzer nicht geändert, da \'Alle\' ein geschützter Sektionsname ist.',     'Remove a student from this course.'
   => '从这门课程中移除一名学生。',
    'An error occurred when saving changes to self-enrollment settings in this course.'  
 => 'Ein Fehler trat während des Speicherns der Änderungen an den Selbsteintragungs-Einstellungen in diesem Kurs auf.',     'Custom Roles'
   => '自定义角色',
 #SD end 2008-07-02  
      'Configure a custom role.'
    '[_1] at [_2]'  => '配置自定义角色。',
 => '[_1] in [_2]',  
      'Multiple Users'
    '[_1]: [_2]'  => '多用户',
 => '[_1]: [_2]',  
   #lonstatistics.pm
    'Server Switch Required'     'Statistics and Analyses'
 => 'Serverwechsel erforderlich',  => '统计与分析',
   
    'Construction Space access is only available from the home server of the corresponding Author.'     'Plots'
 => 'Der Konstruktionsbereich ist nur vom Heimatserver des zugehörigen Autors verfügbar.',  => '图表',
   
    "Click the 'Switch Server' link to go there."     'Reports'
 => "Klicken Sie auf 'Server wechseln', um dort hinzugelangen.",  => '报告',
   
    'Default in use:'     'Personal Homepage'
 => 'Voreinstellung in Verwendung:',  => '个人主页',
   
    'Self-creation of account by users with status: [_1]  '     'Link Name:'
 => 'Selbsterstellung eines Accounts durch Benutzer mit Status [_1]  ',  => '连接的名字:',
   
    'modifiable fields (if institutional data blank): '     'Address:'
 => 'änderbare Felder (falls Daten der Einrichtung leer sind): ',  => '地址:',
   
 # domainprefs.pm     'Link Name'
 #   'Formats disallowed for $text{$type}: '  => '连接的名字',
 #=> 'Formats disallowed for $text{$type}: ',  
 #     'Address'
 #   'Format rules to check for $text{$type}: '  => '地址',
 #=> 'Format rules to check for $text{$type}: ',  
      'Broadcast to Active Members'
 # loncommon.pm  => '通知活跃的会员',
 #   "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."  
 # => "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."     'Thank you for your input!'
   => '非常感谢您的评估!',
    'Source Code'  
 => 'Quellcode',     'Saving feedback: [_1]'
   => '保存到信息反馈: [_1]',
    'Copy Problem Source Code to Construction Space'  
 => 'Aufgaben-Quellcode in Konstruktionsbereich kopieren',     'Logging first evaluation'
   => '登录到首次评估',
    'Please enter the directory that you would like the source code to go into.'  
 => 'Bitte geben Sie das Verzeichnis ein, in das der Quellcode kopiert werden soll.',     '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.'
   => 'WYSIWYG 编辑器仅支持简单的 HTML,并且在许多情况下不适合复杂的创作。在一些情况下,它可能破坏复杂的创作及 LaTeX 和脚本函数的调用。',
    'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.'  
 => 'Beachten Sie, dass sich der Pfad auf das Heimatverzeichnis Ihres Konstruktionsbereichs bezieht. Noch nicht existierende Verzeichnisse werden automatisch angelegt.',     'Special Admin Options'
   => '特别管理选项',
    'shared_source'  
 => 'gemeinsame_Dokumente',     'Discussion postings'
   => '讨论帖子',
    'Copy to Construction Space'  
 => 'In Konstruktionsbereich kopieren',     'Currently using [_1] of the [_2] available.'
   => '目前使用 [_1] ,在 [_2] 可用中。',
    '[_1]W[_2]ARNING' # Highlight first char  
 => '[_1]W[_2]ARNUNG',     'Registering clickers: [_1]'
   => '注册的“遥控”号码为: [_1]',
    'At end of file some tags were still left unclosed:'  
 => 'Am Ende der Datei sind manche Tags noch nicht geschlossen:',     'New Broadcast Message'
   => '新的广播信息',
    'Unable to save file [_1]'  
 => 'Die folgende Datei konnte nicht gespeichert werden: [_1]',     'Send a broadcast message to members of this Course and/or other users.'
   => '发送广播信息给这门课程的成员和/或其他用户。',
    'Warnings and Errors'  
 => 'Warnungen und Fehler',     'New Messages from File'
   => '从文件生成新邮件',
    '[quant,_1,error]'  
 => '[quant,_1,Fehler,Fehler]',     'Send copy to permanent e-mail address (if known)'
   => '发送一份副本给外部电子邮件(如果有的话)',
    '[quant,_1,warning]'  
 => '[quant,_1,Warnung,Warnungen]',     'Require return receipt?'
   => '回执确认?',
    'Edit Math'  
 => 'Formeleditor',     'Message Administration'
   => '邮件管理',
    'DragMath Latex Equation Editor'  
 => 'DragMath-LaTeX-Formel-Editor', # n.t.     'Message Log for Selected Users'
   => '选定用户的邮件日志',
    '[_1]Return[_2] to editing resource.'  
 => '[_1]Zurück[_2] zur Ressource',     'New Document'
   => '新文档',
    'Counting pages for student: [_1]'  
 => 'Zähle Seiten für Student [_1]',    'Bcc: course members with current access'
   => '密送:当前访问的课程参加者',
    'Class Print Status'  
 => 'Druckstatus',     'Tools:'
   => '工具:',
    'LaTeX could not successfully parse your tex file.'  
 => 'LaTeX konnte Ihre TeX-Datei nicht erfolgreich parsen.',     'Upload PDF Form'
   => '上传PDF格式文档',
    'It probably has errors in it.'  
 => 'Sie enthält vermutlich Fehler.',     'Upload a PDF Form with filled Form Fields'
   => '上传带有填写表格字段的PDF格式文档',
    'Here are the error messages in the LaTeX log file:'  
 => 'Die Fehlermeldungen der LaTeX-Logdatei:',     'Please choose a PDF-File.'
   => '请选择一个PDF文件。',
    'There are errors in [_1].'  
 => 'Es sind Fehler aufgetreten. Ort: [_1]',     "Can't find any valid PDF form fields."
   => '找不到任何有效的PDF格式文档 。',
    'There are errors.'  
 => 'Es sind Fehler aufgetreten.',     'Results of PDF Form problems'
   => 'PDF格式习题答案',
    'These errors prevent this resource from printing correctly.'  
 => 'Diese Fehler verhindern, dass diese Ressource korrekt gedruckt werden kann.',     'Published Documents'
   => '公开文件',
    'A message has been sent to the instructor describing this failure.'  
 => 'Dem Dozenten wurde eine Nachricht gesendet, die eine Beschreibung des Fehlverhaltens enthält.',  #SYNCMARKER
   );
    'You are running LaTeX in [_1]batch mode[_2].'  
 => 'Sie verwenden LaTeX im [_1]Stapelverarbeitungsbetrieb[_2] (batch mode).',  1;
   
    'It has found an error in [_1][_2]and corrected it.'  
 => 'Es wurde ein Fehler in [_1] gefunden[_2]und korrigiert.',  
   
    'Usually this correction is valid but you probably need to check the indicated resource one more time and implement neccessary corrections by yourself.'  
 => 'Üblicherweise ist diese Korrektur gültig, allerdings sollten Sie dennoch die angezeigte Ressource überprüfen ',  
   
    'The link to [_1]Your log file[_2]'  
 => 'Link zur [_1]Logdatei[_2]',  
   
    'The link to [_1]Your original LaTeX file[_2]'  
 => 'Link zur [_1]Original-LaTeX-Datei[_2]',  
   
    'bomb'  
 => 'Bombe',  
   
    'Output Tags'  
 => 'Tags zur Ausgabe',  
   
    'WARNING: Cannot connect to database!'  
 => 'WARNUNG: Datenbankverbindung kann nicht aufgebaut werden!',  
   
    'WARNING: The metadata table does not exist in the LON-CAPA database.'  
 => 'WARNUNG: Die Metadaten-Tabelle existiert nicht in der LON-CAPA-Datenbank!',  
   
    'Error occurred saving new values in metadata table in LON-CAPA database!'  
 => 'Speichern neuer Werte in der Metadaten-Tabelle der LON-CAPA-Datenbank ist fehlgeschlagen!',  
   
    'Your course currently appears in the Course Catalog for this domain.'  
 => 'Ihr Kurs wird momentan in der Kursübersicht aufgelistet.',  
   
    '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.'  
 => 'Kurse können selbst-katalogisiert sein, auf institutionellen Codes basieren (z.B. fbi_ws20082009_linalg) oder können eine Kategorie einer Hierarchie zugeordnet sein, die durch die Domäne definiert ist.',  
   
    'Your course does not currently appear in the Course Catalog for this domain.'  
 => 'Ihr Kurs wird derzeit nicht in der Kursübersicht dieser Domäne aufgelistet.',  
   
    'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.'  
 => 'Sie sollten dies ändern, falls Sie Selbsteintragung für diesen Kurs anbieten möchten, da Studenten sonst Schwierigkeiten haben werden, Ihren Kurs zu finden.',  
   
    'Courses can be absent from the Catalog, because they do not have an institutional code, have no assigned category, or have been specifically excluded.'  
 => 'Gründe für das Fehlen der Auflistung von Kursen in der Kursübersicht können sein, dass die Kurse keinen institutionellen Code haben, ihnen keine Kategorie zugewiesen wurde oder mit Absicht aus der Auflistung ausgeschlossen wurden.',  
   
    'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:'  
 => 'Nehmen Sie unten Änderungen an der Selbsteintragung vor, klicken Sie auf "Änderungen speichern" und sorgen Sie anschließend dafür, dass der Kurs in die Kursübersicht aufgenommen wird:',  
   
    'Take the following action to ensure the course appears in the Catalog:'  
 => 'Führen Sie folgende Schritte aus, damit der Kurs in der Kursübersicht aufgelistet wird:',  
   
    'Ask a domain coordinator to change the "Exclude from course catalog" setting.'  
 => 'Bitten Sie einen Domänen-Koordinator, die Einstellung "Kurs aus Kursübersicht ausschließen" zu ändern.',  
   
    'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".'  
 => 'Bitten Sie einen Domänen-Koordinator, die Anzeige der Kursübersicht "Offizielle Kurse (mit institutionellen Codes)" zu aktivieren.',  
   
    'Ask a domain coordinator to assign an institutional code (if this is an official course).'  
 => 'Bitten Sie einen Domänen-Koordinator, einen institutionellen Code zuzuweisen (falls es sich um einen offiziellen Kurs handelt).',  
   
    'Ask a domain coordinator to enable or create at least one course category in the domain.'  
 => 'Bitten Sie einen Domänen-Koordinator, in der Domäne mindestens eine Kurskategorie anzulegen.',  
   
    'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.'  
 => 'Bitten Sie einen Domänen-Koordinator, für Kurse in der Domäne eine Hierarchie von Kategorien und Unterkategorien anzulegen.',  
   
    'Ask a domain coordinator to change the category assigned to the course, as the one currently assigned is no longer used in the domain'  
 => 'Bitten Sie einen Domänen-Koordinator, die diesem Kurs zugewiesene Kategorie zu abzuändern, da die derzeit zugewiesene in der Domäne nicht mehr verwendet wird.',  
   
    'Ask a domain coordinator to assign a category to the course.'  
 => 'Bitten Sie einen Domänen-Koordinator, dem Kurs eine Kategorie zuzuweisen.',  
   
    'Use [_1]Set course environment[_2] to change the "Exclude from course catalog" setting.'  
 => 'Gehen Sie zum Menüpunkt [_1]Kursumgebung[_2], um die Einstellung "Kurs aus Kursübersicht ausschließen" zu ändern.',  
   
    '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.'  
 => 'Gehen Sie zum Menüpunkt [_1]Kursumgebung[_2], um die diesem Kurs zugewiesene Kategorie zu abzuändern, da die derzeit zugewiesene in der Domäne nicht mehr verwendet wird.',  
   
    'Use [_1]Set course environment[_2] to assign a category to the course.'  
 => 'Gehen Sie zum Menüpunkt [_1]Kursumgebung[_2], um dem Kurs eine Kategorie zuzuweisen.',  
   
    'You are able to both assign a course category and choose to exclude this course from the catalog.'  
 => 'Sie können dem Kurs eine Kurskategorie zuweisen und den Kurs aus der Kursübersicht ausschließen.',  
   
    'You are able to choose to exclude this course from the catalog, but only a Domain Coordinator may assign a course category.'  
 => 'Sie können den Kurs aus der Kursübersicht ausschließen, aber nur ein Domänen-Koordinator darf dem Kurs eine Kurskategorie zuweisen.',  
   
    'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.'  
 => 'Sie können dem Kurs eine Kurskategorie zuweisen, aber nur ein Domänen-Koordinator darf den Kurs aus der Kursübersicht ausschließen.',  
   
    'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.'  
 => 'Nur ein Domänen-Koordinator darf dem Kurs eine Kurskategorie zuweisen und den Kurs aus der Kursübersicht ausschließen.',  
   
    "Please use the 'Select Course' link to open a separate pick course window where you may select the course you wish to enter"  
 => "Bitte verwenden Sie den 'Kurs auswählen'-Link, um ein extra Fenster zu öffnen, das Ihnen die Möglichkeit bietet, einen Kurs auszuwählen, den Sie betreten möchten.",  
   
    'You can only use this screen to select courses in the current domain.'  
 => 'Sie können diesen Bildschirm nur verwenden, um Kurse der derzeitigen Domäne auszuwählen.',  
   
    '[_1]Your Excel spreadsheet[_2] is ready for download.'  
 => '[_1]Ihre Exceldatei[_2] steht zum Download bereit.',  
   
    '[_1]Your CSV file[_2] is ready for download.'    
 => '[_1]Ihre CSV-Datei[_2] steht zum Download bereit.',  
   
    'Name (username)'  
 => 'Name (Benutzerkennung)',  
   
    'Grades Assigned'  
 => 'Zugewiesene Bewertungen',  
   
    'Comments'  
 => 'Kommentare',  
   
    'No Course Data'  
 => 'Keine Kursdaten vorhanden',  
   
    'Error getting student data ([_1])'  
 => 'Fehler beim Abrufen der studentischen Daten ([_1])',  
   
    'Score'  
 => 'Punkte',  
   
    'Display Options'  
 => 'Anzeige-Optionen',  
   
    'This role has section(s) associated with it.'  
 => 'Mit dieser Rolle sind Sektionen verknüpft.',  
   
    'Enter a specific section.'  
 => 'Geben Sie eine bestimmte Sektion ein.',  
   
    'Enter a specific section, or leave blank for no section.'  
 => 'Geben Sie eine bestimmte Sektion ein oder lassen Sie das Feld frei für keine Sektion.',  
   
    'Available sections are:'  
 => 'Verfügbare Sektionen sind:',  
   
    'You entered an invalid section choice:'  
 => 'Sie haben einen ungültige Sektion eingegeben:',  
   
    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3] domain.'  
 => 'Sie können das [_1]LON-CAPA-Helpdesk[_2] der Einrichtung [_3] kontaktieren.',  
   
    '([_1] time zone)'  
 => '(Zeitzone [_1])',  
   
    'Selecting an Author'  
 => 'Auswahl eines Autors',  
   
    'Invalid domain'  
 => 'Ungültige Domäne',  
   
    'There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.'  
 => 'In der Domäne [_1] existieren keine Library-Server mit Konstruktionsbereichen. Somit können Sie auch keine Co-Autoren-Rolle annehmen.',  
   
    '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.'  
 => 'In der Domäne [_1] haben Sie keine Domänen-Koordinatoren-Rolle. Somit können Sie auch keinen Konstruktionsbereich wählen, für den Sie eine Co-Autoren-Rolle annehmen könnten.',  
   
    'You do not have a domain coordinator role, so you cannot choose a Construction space for which you can assume a co-author role.'  
 => 'Sie habe keine Domänen-Koordinatoren-Rolle. Somit können Sie auch keinen Konstruktionsbereich wählen, für den Sie eine Co-Autoren-Rolle annehmen könnten.',  
   
    'There are no author roles currently in domain: [_1], so there are no Construction spaces for which you can assume a co-author role.'  
 => 'In der Domäne [_1] gibt es derzeit keine Autoren-Rollen. Somit können Sie auch keinen Konstruktionsbereich wählen, für den Sie eine Co-Autoren-Rolle annehmen könnten.',  
   
    'As your session file for the course has expired, you will need to re-select the course.'  
 => 'Da die Sitzungsdatei für diesen Kurs zwischenzeitlich verfallen ist, müssen Sie den Kurs erneut auswählen.',  
   
    '[quant,_1,yr]'  
 => '[quant,_1,Jahr,Jahre]',  
   
    '[quant,_1,mth]'  
 => '[quant,_1,Mon.,Mon.]',  
   
    '[quant,_1,day]'  
 => '[quant,_1,Tag,Tage]',  
   
    '[quant,_1,hr]'  
 => '[quant,_1,h,h]',  
   
    '[quant,_1,min]'  
 => '[quant,_1,min,min]',  
   
    '[quant,_1,sec]'  
 => '[quant,_1,s,s]',  
   
    'Loading student data...'  
 => 'Abruf der studentischen Daten...',  
   
    'Options'  
 => 'Optionen',  
   
    'Time Period'  
 => 'Zeitraum',  
   
    'Rsource is undefined.'  
 => 'Ressource ist nicht definiert.',  
   
    'Plot Graph'  
 => 'Graph plotten',  
   
    'Download'  
 => 'Download',  
   
    'PDF File'  
 => 'PDF-Datei',  
   
    'Zip File'  
 => 'ZIP-Datei',  
   
    'File Size (Bytes)'  
 => 'Dateigröße (Bytes)',  
   
    'Contents'  
 => 'Inhalt',  
   
    'Problem Type'  
 => 'Aufgabentyp',  
   
    'not in this course'  
 => 'nicht in diesem Kurs',  
 #Start: redesigned menus  
 #lonparmset.pm  
    'Edit environment settings for this course.'  
 => 'Einstellungen der Kursumgebung ändern.',  
   
    'Portfolio Metadata'  
 => 'Portfolio-Metadaten',  
   
    'Settings for this Course'  
 => 'Einstellungen für diesen Kurs',  
   
    'New and Existing Parameter Settings for Resources'  
 => 'Neue und bestehende Parameter-Einstellungen für die Ressourcen',  
   
    'Edit Resource Parameters - Helper Mode'  
 => 'Parameter zur Kursbeurteilung - Hilfsmodus',  
   
    'Edit Resource Parameters - Overview Mode'  
 => 'Parameter zur Kursbeurteilung - Übersichtsmodus',  
   
    'Edit Resource Parameters - Table Mode'  
 => 'Parameter zur Kursbeurteilung - Tabellenmodus',  
   
    'Existing Parameter Settings for Resources'  
 => 'Bestehende Parameter-Einstellungen für Ressourcen',  
   
    'Change Log'  
 => 'Änderungsprotokoll',  
   
    'Restrict metadata for this course.'  
 => 'Metadaten für diesen Kurs einschränken.',  
   
    'Manage slots for this course.'  
 => 'Slots für diesen Kurs vewalten.',  
   
    'Reset access times for folders/maps, resources or the course.'  
 => 'Zugriffszeiten für Verzeichnisse, Ressou-rcen oder den Kurs zurücksetzen.',  
   
    'Set default actions for parameters.'  
 => 'Standardaktionen für Parameter festlegen.',  
   
    'Set/Modify resource parameters in helper mode.'  
 => 'Festlegen/Ändern von Parametern zur Kursbeurteilung im Hilfsmodus.',  
   
    'Set/Modify resource parameters in table mode.'  
 => 'Festlegen/Ändern von Parametern zur Kursbeurteilung im Tabellenmodus.',  
   
    'Set/Modify resource parameters in overview mode.'  
 => 'Festlegen/Ändern von Parametern zur Kursbeurteilung im Übersichtsmodus.',  
   
    'Set/Modify existing resource parameters in overview mode.'  
 => 'Festlegen/Ändern von Parametern zur Kursbeurteilung im Übersichtsmodus.',  
   
    'View parameter and course blog posting/user notification change log.'  
 => 'Anzeigen des Änderungsprotokolls.',  
 #lonpreferences.pm  
   
    'Screen Name'  
 => '昵称',  
 #=> 'Nicknamen',  
   
    'Messages & Notifications'  
 => 'Nachrichten & Benachrichtigungen',  
   
    'Message Management'  
 => 'Nachrichtenverwaltung',  
   
    'Discussion Display'  
 => 'Darstellung der Diskussionsbeiträge',  
   
    'Page Display Settings'  
 => '页面显示设置',  
 #=> 'Erscheinungsbild der Seiten',  
   
    'Color Scheme'  
 => '颜色方案',  
 #=> 'Farbschema',  
   
    'Menu Display'  
 => '菜单显示',  
 #=> 'Menüdarstellung',  
   
    'Content Display Settings'  
 => 'Erscheinungsbild des Inhalts',  
   
    'Language'  
 => '语言',  
 #=> 'Sprache',  
   
    'WYSIWYG Editor'  
 => 'WYSIWYG-编辑器',  
 #=> 'WYSIWYG-Editor',  
   
    'Roles Page'  
 => 'Rollen-Schnellzugriff',  
   
    'Display of Scientific Equations'  
 => 'Darstellung wissenschaftlicher Formeln',  
   
    'Edit information about yourself that should be displayed on your public profile.'  
 => 'Informationen festlegen, die in ihrem öffentlichen Profil darstellt werden sollen.',  
   
    'Change the name that is displayed in your posts.'  
 => 'Änderung des Namens, der in Ihren Diskussionsbeiträgen angezeigt wird.',  
   
    'Change LON-CAPA default colors.'  
 => 'Standardfarben für LON-CAPA festlegen.',  
   
    'Change messageforwarding or notifications settings.'  
 => 'Konfiguration der Nachrichtenweiterleitung und Benachrichtigungseinstellungen.',  
   
    'Set display preferences for discussion posts for both bulletin boards and individual resources in all your courses.'  
 => 'Festlegen der Darstellung von Diskussionsbeiträgen in Foren und einzelnen Ressourcen. ',  
   
    'Choose the default language for this user.'  
 => 'Ändern der voreingestellten Benutzersprache für diesen Benutzer.',  
   
    'Enable or disable the WYSIWYG-Editor.'  
 => 'Aktivieren bzw. Deaktivieren des What-You-See-Is-What-You-Get-Editors.',  
   
    'Configure the roles hotlist.'  
 => 'Konfiguration der Rollen-Schnellzugriffsliste.',  
   
    'Change how Scientific Equations are displayed.'  
 => 'Konfiguration der Darstellung wissenschaftlicher Formeln.',  
   
    'Register your clicker.'  
 => 'Registrierung von Antwortgeräten (Clicker).',  
   
    'Change your password.'  
 => 'Änderung des Passworts.',  
   
    'Launch the remote control for LON-CAPA.'  
 => 'Fernbedienung für LON-CAPA aktivieren.',  
   
    'Collapse the remote control for LON-CAPA.'  
 => 'Fernbedienung für LON-CAPA deaktivieren.',  
   
    'Restrict domain coordinator access.'  
 => 'Domänenkoordinatorzugriff beschränken.',  
   
    'Set the default page to be displayed when you select a course role.'  
 => 'Ändern der voreingestellten Seite, die nach Auswahl eines Kurses angezeigt wird.',  
   
    'Toggle Debug Messages.'  
 => 'Umschalten der Debug-Meldungen',  
   
    'Change whether the menus are displayed with buttons, icons or icons and text.'  
 => 'Festlegen, ob Menüs mit Buttons, Icons oder Icons und Text dargestellt werden sollen.',  
    'Course Initialization'  
 => 'Kursinitialisierung',  
 #loncreateuser.pm  
    'Add Users'  
 => 'Benutzer hinzufügen',  
   
    'File of Course Users'  
 => 'Datei mit Kursteilnehmern',  
   
    'Upload a CSV or a text file containing users.'  
 => 'Eine CSV- oder Textdatei mit Kursteilnehmern hochladen.',  
   
    'Single Course User'  
 => 'Einzelnen Kursteilnehmer',  
   
    'Add a user with a certain role to this course.'  
 => 'Einen Kursteilnehmer mit einer bestimmten Benutzerrolle hinzufügen.',  
   
    'Single Student'  
 => 'Einzelnen Studenten',  
   
    'Add a user with the role student to this course.'  
 => 'Einen Kursteilnehmer mit der Benutzerrolle Student hinzufügen.',  
   
    'Configuration'  
 => 'Konfiguration',  
   
    'Automated enrollment manager.'  
 => 'Verwaltung der automatischen Kursbelegung.',  
   
    'User Self-Enrollment'  
 => 'Benutzer-Selbsteintragung',  
   
    'Configure user self enrollment.'  
 => 'Die Selbsteintragung in diesen Kurs konfigurieren.',  
   
    'Manage course groups.'  
 => 'Kursgruppen verwalten.',  
   
    'Change Logs'  
 => 'Änderungsprotokoll',  
   
    'View change log.'  
 => 'Änderungsprotokoll betrachten.',  
   
    'Administration'  
 => 'Administration',  
   
    'Course User Lists'  
 => 'Benutzerlisten des Kurses',  
   
    'Show and manage users of this course.'  
 => 'Anzeigen und verwalten von Benutzern dieses Kurses.',  
   
    'Remove a student from this course.'  
 => 'Studenten aus diesem Kurs ausschliessen.',  
   
    'Custom Roles'  
 => 'Benutzerdefinierte Rollen',  
   
    'Configure a custom role.'  
 => 'Konfiguration von benutzerdefinierten Rollen.',  
 #lonstatistics.pm  
    'Statistics and Analyses'  
 => 'Statistiken und Analysen',  
   
    'Plots'  
 => 'Diagramme',  
   
    'Reports'  
 => 'Berichte',  
   
    ''  
 => '',  
   
    ''  
 => '',  
   
 #SYNC Tue Aug 15 18:55:42 2006  
   
   
 #SYNC Fri Aug 18 20:46:55 2006  
    'HTML character entities'  
 => 'HTML character entities',  
   
   
 #SYNCMARKER  
 );  
   
 1;  
   

Removed from v.1.2  
changed lines
  Added in v.1.128


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