Diff for /loncom/localize/localize/zh.pm between versions 1.4 and 1.123

version 1.4, 2009/01/20 17:46:40 version 1.123, 2014/01/17 15:35:21
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',     'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
   => 'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.',
    'Answer'  
 => 'Antwort',     'Response [_1] is not analyzable at this time'  #    'is not analyzable at this time'
   => 'Response [_1] is not analyzable at this time',  #   '目前没有可分析性',
    'Frequency'  
 => 'Häufigkeit',     'Title'
   => '标题',
    'You did not select a template.'  
 => 'Sie haben keine Vorlage ausgewählt.',     'Path'
   => 'Path',
    'Analyze Progress'  
 => 'Fortschritt analysieren',     'New Search'
   => '重新搜索',
    'Getting Problem Variants'  
 => 'Berechne Aufgabenvariationen',     'Go Back'
   => '后退',
    'last problem'  
 => 'letzte Aufgabe',     'Go back'
   => '后退',
    "may open later."  
 => 'könnte zu einem späteren Zeitpunkt verfügbar werden.',     'File'
   => '文件',
    ', and answers will be available on'  
 => ', Antworten werden verfügbar sein am',     'Date'
   => '日期',
    "Select a"  
 => "Wählen Sie",     'You have no unread messages'
   => '您没有未读邮件',
    'Unable to find'  
 => 'Konnte nicht gefunden werden',     'New Message'
   => '新邮件',
    'Part'  
 => 'Aufgabenteil',     'New Messages'
   => '新邮件',
    "Then"  
 => 'Dann',     'View All Messages'
   => '查看所有邮件',
    'is in under construction'  
 => 'ist in Arbeit',     'Map'
   => '课程内容',
    '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.',     'Page:'
   => '页:',
    'is not analyzable at this time'  
 => 'ist derzeit nicht analysierbar',     'Sequence'
   => '顺序',
    'Title'  
 => '标题',     'Map contents are not shown in order.'
 #=> 'Titel',  => '课程内容不排序显示。',
   
    'Path'     'Empty'
 => 'Pfad',  => '空的',
   
    'New Search'     'File [_1] could not be copied.'
 => 'Neue Suche',  => '文件 [_1] 无法复制。',
   
    'Go Back'     'Back to Directory'
 => '后退',  => '返回文件夹',
 #=> 'Zurück',  
      'No upload file specified.'
    'Go back'  => '没有上传指定的文件。',
 => '后退',  
 #=> 'Zurück',     'The target is an existing directory.'
   => '目标在一个现有的目录中。',
    'File'  
 => '文件',     'Please use browser "Back" button and pick a filename'
 #=> 'Datei',  => 'Please use browser "Back" button and pick a filename',
   
    'Date'     "You do not have authoring privileges for this resource"
 => '日期',  => "You do not have authoring privileges for this resource",
 #=> 'Datum',  
      'Copying file'
    'You have no unread messages'  => '复制文件',
 => 'Sie haben keine ungelesenen Nachrichten',  
      'No write permission to user directory, FAIL'
    'New Messages'  => '没有权限写入这个目录。中断',
 => 'Neue Nachrichten',  
      'Actions'
    'View All Messages'  => '动作', # '行动',
 => 'Alle Nachrichten',  
      'Name'
    'Map'  => '名字',
 => 'Inhaltszusammenstellung',  
      'Status'
    'Page'  => '状态',
 => 'Seite',  
      'Last Modified'
    'Sequence'  => '最后修改',
 => 'Sequenz',  
      'Yes'
    'Map contents are not shown in order.'  => '是',
 => 'Inhaltszusammenstellungs-Inhalte werden nicht sortiert angezeigt.',  
      'Authoring Space Directory'
    'Empty'  => 'Authoring Space Directory', # '建设目录',
 => 'Leer',  
      'Contact [_1] for access.'
    'File [_1] could not be copied.'  => '获取 [_1] 联系。',
 => 'Die Datei [_1] konnte nicht kopiert werden.',  
      'Please log into [_1] to edit.'
    'Back to Directory'  => '请登入 [_1] 进行修改。',
 => 'Zurück zum Verzeichnis',  
      'Save uploaded file as [_1]'
    'No upload file specified.'  => '保存上传的文件为 [_1]',
 => 'Es wurde keine Datei zum Hochladen angegeben.',  
      'Searching'
    'The target is an existing directory.'  => '搜索',
 => 'Die Zieldatei ist ein existierendes Verzeichnis.',  
      'Searching ...'
    'Please use browser "Back" button and pick a filename'  => '搜索...',
 => 'Bitte benutzen Sie "Zurück" in Ihrem Webbrowser und geben Sie einen Dateinamen an',  
      'Owner:Domain'
    "You do not have authoring privileges for this resource"  => '所有者:域',
 => "Sie haben für diese Ressource keine Schreibberechtigung!",  
      'Owner/Co-owner(s)'
    'Copying file'  => '所有者/合伙人',
 => 'Kopiere Datei',  
      'Select the Authoring Space'
    'No write permission to user directory, FAIL'  => 'Select the Authoring Space', # '选择建设领域',
 => 'Keine Schreibberechtigung für dieses Verzeichnis. Abbruch',  
      'It is recommended that you use an up-to-date virus scanner before handling this file.'
    'Actions'  => 'It is recommended that you use an up-to-date virus scanner before handling this file.',
 => 'Aktionen',  
      'not displayed'
    'Name'  => '不显示',
 => 'Name',  
      "Open, no due date"
    'Status'  => "开放的,没有截止日期",
 => 'Status',  
      "Uncompleted Homework"
    'Last Modified'  => "未完成家庭作业",
 => 'Letzte Änderung',  
      "Show Only Uncompleted Homework"
    'Yes'  => "只显示未完成家庭作业",
 => 'Ja',  
      "All homework is currently completed."
    'Construction Space Directory'  => "目前所有完成的功课。",
 => 'Konstruktionsbereich-Verzeichnis',  
      'This course is empty.'
    'Contact [_1] for access.'  => '这课程是空的。',
 => 'Kontaktieren Sie [_1], um Zugriff zu erhalten.',  
      'Coursemap undefined.'
    'Please log into [_1] to edit.'  => '课程内容没有定义。',
 => 'Bitte melden Sie sich in der Domäne [_1] an, um Zugriff zu erhalten.',  
      "Was due"
    'Save uploaded file as [_1]'  => "截止于",
 => 'Hochgeladene Datei speichern unter [_1]',  
      "Answer available"
    'Searching'  => "答案可用",
 => 'Suche',  
      "Excused by instructor"
    'Searching ...'  => "由讲师通过",
 => 'Suche...',  
      "Answer submitted, not yet graded"
    'Owner:Domain'  => "提交答案,尚未评分",
 => 'Eigentümer:Domäne',  
      "No due date"
    'Owner/Co-owner(s)'  => "没有截止日期",
 => '(Co-)Eigentümer',  
      'never'
    'Select the Construction Space'  => '从来不',
 => 'Wählen Sie den Konstruktionsbereich',  
      'Answer submitted'
    'It is recommended that you use an up-to-date virus scanner before handling this file.'  => '提交答案',
 => 'Es wird grundsätzlich empfohlen, einen aktuellen Virenscanner zu benutzen, bevor Sie diese Datei verwenden.',  
      '[_1] of [_2] tries used'
    'not displayed'  => '[_1] 的 [_2] 尝试使用',
 => 'nicht angezeigt',  
      'Processing'
    "Open, no due date"  => '数据处理',
 => "Verfügbar, kein Fälligkeitsdatum",  
      'Access and Usage Statistics'
    "Uncompleted Homework"  => '访问和使用统计',
 => "Unerledigte Übungsaufgaben",  
      'Evaluation Comments'
    "Show Only Uncompleted Homework"  => '评价评论',
 => "Zeige nur unerledigte Übungsaufgaben",  
      'Evaluation Data'
    "All homework is currently completed."  => '评价数据',
 => "Derzeit sind alle Übungsaufgaben erledigt.",  
      'Server Administration'
    'This course is empty.'  => '服务器管理',
 => 'Dieser Kurs ist leer.',  
      'System Administration'
    'Coursemap undefined.'  => '系统管理',
 => 'Inhaltszusammenstellung des Kurses ist nicht definiert.',  
      'Users with Roles Assigned by'
    "Was due"  => 'Users with Roles Assigned by',
 => "War fällig am",  
      'Name starting with'
    "Answer available"  => '从开头',
 => "Antwort verfügbar",  
      'This resource has been marked obsolete by the author(s)'
    "Excused by instructor"  => 'This resource has been marked obsolete by the author(s)',
 => "Vom Dozenten erlassen",  
      'Upload'
    "Answer submitted, not yet graded"  => '上传',
 => "Antwort eingereicht, noch nicht bewertet",  
      'Uploaded'
    "No due date"  => '已上传',
 => "Kein Fälligkeitsdatum",  
      'Dynamic Metadata'
    'never'  => '动态数据',
 => 'niemals',  
      'View file'
    'Answer submitted'  => '查看文件',
 => 'Antwort eingereicht',  
      'Illegal filename.'
    '[_1] of [_2] tries used'  => '无效的文件名。',
 => '[_1] von [_2] Versuchen verbraucht',  
      'Rule'
    'Processing'  => '规则',
 => 'Wird verarbeitet',  
      'Back to Source Directory'
    'Access and Usage Statistics'  => '回到源目录',
 => 'Zugriffs- und Nutzungsstatistiken',  
      'Back to Source'
    'Evaluation Comments'  => '回到源文件',
 => 'Evaluierungskommentare',  
      'Back to Resource'
    'Evaluation Data'  => 'Back to Resource', # '回到资源',
 => 'Evaluierungsdaten',  
      'File copied.'
    'Server Administration'  => '档案复制。',
 => 'Serververwaltung',  
      'FAIL'
    'System Administration'  => '中断',
 => 'Systemverwaltung',  
      'Back to [_1]'
    'aboutlon.gif'  => '回到 [_1]',
 => 'aboutlon.gif',  
      'untitled'
    'accessbutton.gif'  => '无标题',
 => 'accessbutton.gif',  
      'The extension on this file, [_1], is reserved internally by LON-CAPA.'
    'userauthentication.gif'  => 'The extension on this file, [_1], is reserved internally by LON-CAPA.',
 => 'userauthentication.gif',  
      'The extension on this file is reserved internally by LON-CAPA.'
    'Users with Roles Assigned by'  => 'The extension on this file is reserved internally by LON-CAPA.',
 => 'Benutzer, deren Rollen vergeben wurden von',  
      'The extension on this file, [_1], is not recognized by LON-CAPA.'
    'Name starting with'  => 'The extension on this file, [_1], is not recognized by LON-CAPA.',
 => 'Name beginnt mit',  
      'The extension on this file is not recognized by LON-CAPA.'
    'This resource has been marked obsolete by the author(s)'  => 'The extension on this file is not recognized by LON-CAPA.',
 => 'Dieses Ressource wurde vom Autor bzw. von den Autoren als überholt gekennzeichnet',  
      'Please change the extension.'
    'Uploaded'  => 'Please change the extension.',
 => 'Hochgeladen',  
      'Became this version on ...'
    'Dynamic Metadata'  => 'Became this version on ...',
 => 'Dynamische Metadaten',  
      'Browse published resources'
    'View file'  => '发布资源',
 => 'Datei betrachten',  
      'Choose the course to work on'
    'Illegal filename.'  => '选择您想要选的课程',
 => 'Ungültiger Dateiname.',  
      'Create a new course'
    'Rule'  => '创建课程',
 => 'Regel',  
      'Customized right of use ...'
    'Back to Source Directory'  => 'Customized right of use ...',
 => 'Zurück zum Quellverzeichnis',  
      'Delete messages from discussion boards'
    'Back to Source'  => 'Delete messages from discussion boards',
 => 'Zurück zur Quelldatei',  
      'Domain only - use limited to courses in the domain'
    'File copied.'  => 'Domain only - use limited to courses in the domain',
 => 'Datei kopiert.',  
      'Edit and view documents included in this course'
    'FAIL'  => '布置课程内容',
 => 'Abbruch',  
      'Edit/Modify DOCS'
    'Back to [_1]'  => '布置课程内容',
 => 'Zurück zur Ressource [_1]',  
      'Enter my Authoring Space'
    'untitled'  => 'Enter my Authoring Space',
 => 'kein Titel',  
      'Failed to copy source'
    'The extension on this file, [_1], is reserved internally by LON-CAPA.'  => 'Failed to copy source',
 => 'Die Dateiendung [_1] ist LON-CAPA-intern reserviert.',  
      'Failed to write metadata copy'
    'The extension on this file is reserved internally by LON-CAPA.'  => 'Failed to write metadata copy',
 => 'Die Dateiendung ist LON-CAPA-intern reserviert.',  
      'Finalize Publication'
    'The extension on this file, [_1], is not recognized by LON-CAPA.'  => 'Finalize Publication',
 => 'Die Dateiendung [_1] ist LON-CAPA unbekannt.',  
      'Grant/revoke role of Co-Author'
    'The extension on this file 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'
    'Please change the extension.'  => 'Grant/revoke role of Domain Coordinator',
 => 'Bitte ändern Sie die Dateiendung.',  
      'Grant/revoke role of Exam Proctor'
    'Became this version on ...'  => 'Grant/revoke role of Exam Proctor',
 => 'Wurde diese Version am...',  
      'Grant/revoke role of Instructor'
    'Browse published resources'  => 'Grant/revoke role of Instructor',
 # => 'Veröffentlichte Dokumente betrachten',  
 => '发布资源',     'Grant/revoke role of Student'
 #=> 'Veröffentlichte Ressourcen',  => 'Grant/revoke role of Student',
   
    'Choose the course to work on'     'Grant/revoke role of Superuser'
 => 'Wählen Sie den Kurs, in dem Sie arbeiten wollen',  => 'Grant/revoke role of Superuser',
   
    'Create a new course'     'No previous versions published.'
 => '创建课程',  => 'No previous versions published.',
 #=> 'Kurse erstellen',  
      'No write permission to'
   => 'No write permission to',
    'Customized right of use ... '  
 => 'Spezielle Nutzungsrechte...',     'Please pick a version to retrieve:'
   => 'Please pick a version to retrieve:',
    'Delete messages from bulletin boards'  
 => 'Lösche Nachrichten vom Schwarzen Brett',     'Private - visible to author only for testing purposes'
   => 'Private - visible to author only for testing purposes',
    'Domain only - use limited to courses in the domain'  
 => 'Beschränkt auf Domäne - Nutzung begrenzt auf Kurse innerhalb dieser Domäne',  #   'Private Publication - did not synchronize database'
   #=> 'Private Publication - did not synchronize database',
    'Edit and view documents included in this course'  
 => '布置课程内容', # old: 'Kurs-Ressourcen bearbeiten'     'Public - no authentication or authorization required for use'
 #=> 'Kursinhalt einrichten', # old: 'Kurs-Ressourcen bearbeiten'  => 'Public - no authentication or authorization required for use',
   
    'Edit/Modify DOCS'     'Retrieval of an old version will overwrite the file currently in Authoring Space.'
 => '布置课程内容',  => 'Retrieval of an old version will overwrite the file currently in Authoring Space.',
 #=> 'Kursinhalt einrichten',  
      'Retrieve selected Version'
    'Enter my construction space'  => 'Retrieve selected Version',
 # => 'Konstruktionsbereich aufrufen',  
 => 'Mein Konstruktionsbereich',     'Retrieve previous version'
   => 'Retrieve previous version',
    'Failed to copy source'  
 => 'Konnte Quelldatei nicht kopieren',     'Retrieve previous versions of [_1]'
   => 'Retrieve previous versions of [_1]',
    'Failed to write metadata copy'  
 => 'Konnte Metadaten nicht kopieren',     'Search the contents of this course'
   => '课程内容搜索',
    'Finalize Publication'  
 => 'Veröffentlichung abschließen',     'Search the database of published resources and accessible portfolio files'
   => '搜索数据库资源和文件夹',
    'Grant/revoke role of Co-Author'  
 => 'Vergebe/entziehe Co-Autorenrollen',     'Send broadcast and receipt-required email'
   => 'Send broadcast and receipt-required email',
    'Grant/revoke role of Domain Coordinator'  
 => 'Vergebe/entziehe Domänen-Koordinator-Rolle',     'Show Problem Completeness'
   => 'Show Problem Completeness',
    'Grant/revoke role of Exam Proctor'  
 => 'Vergebe/entziehe Rolle des Klausuraufsichtspersonals',     'Switch to another course'
   => 'Switch to another course',
    'Grant/revoke role of Instructor'  
 => 'Vergebe/entziehe Rolle des Dozenten',     'System wide - can be used for any courses system wide'
   => '全系统-可用于全系统任何课程',
    'Grant/revoke role of Student'  
 => 'Vergebe/entziehe Rolle von Studierenden',     'The extension on this file'
   => 'The extension on this file',
    'Grant/revoke role of Superuser'  
 => 'Vergebe/entziehe Rolle des Superusers',     'Unsupported character combination [_1] in filename, FAIL.'
   => 'Unsupported character combination [_1] in filename, FAIL.',
    'No previous versions published.'  
 => 'Es wurden keine vorhergehenden Versionen veröffentlicht.',     'No valid extension found in filename, FAIL'
   => 'No valid extension found in filename, FAIL',
    'No write permission to'  
 => 'Keine Schreibberechtigung für',     'Filename of resource contains internal version number. Cannot publish such resources, FAIL'
   => 'Filename of resource contains internal version number. Cannot publish such resources, FAIL',
    'Please pick a version to retrieve:'  
 => 'Bitte wählen Sie eine Version aus, die Sie wiederherstellen möchten:',     'No valid custom distribution rights file specified, FAIL'
   => 'No valid custom distribution rights file specified, FAIL',
    'Private - visible to author only for testing purposes'  
 => 'Privat - für den Autor nur zu Testzwecken sichtbar',     'Could not write metadata, FAIL'
   => 'Could not write metadata, FAIL',
 #   'Private Publication - did not synchronize database'  
 #=> 'Private Veröffentlichung - nicht mit Datenbank synchronisiert',     'View documents included in this course'
   => '附加的课程文件',
    'Public - no authentication or authorization required for use'  
 => 'Öffentlich - keine LON-CAPA-Anmeldung zur Nutzung notwendig',     'Additional Keywords'
   => '其他关键字',
    '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.',     'Additional Metadata (non-standard, parameters, exports)'
   => '其他元数据 (没有标准化,参数,导出)',
    'Retrieve previous versions of [_1]'  
 => 'Wiederherstellen vorheriger Versionen von [_1]',     'Author and Co-Author roles may not be available on servers other than your home server.'
   => '作者和共同作者的角色可能无法使用服务器上以外的其他家庭服务器。',
    'Retrieve version'  
 => 'Ausgewählte Version wiederherstellen',     'Author(s)'
   => '作者',
    'Search the contents of this course'  
 => 'Kursinhalts-Suche',     'Average number of tries till solved'
   => '平均人数,尝试成功解答的',
    'Search the database of published resources and accessible portfolio files'  
 => '搜索数据库资源和文件夹',     'Browse Resources'
 #=> 'Datenbank veröffentlichter Ressourcen und Portfolio-Dateien',  => '浏览资源',
   
    'Send broadcast and receipt-required email'     'Catalog Information'
 => 'Sende Broadcast-E-Mail mit Empfangsbestätigung',  => '目录信息',
   
    'Show Problem Completeness'     'Collapse Remote Control'
 => 'Zeige Aufgabenvollständigkeit',  => '禁用远程控制',
   
    'Switch to another course'     'Authoring Space'
 => 'Zu einem anderen Kurs wechseln',  => 'Authoring Space',
   
    'System wide - can be used for any courses system wide'     'Copied metadata'
 # => 'Systemweit - kann für alle Kurse systemweit verwendet werden',  => '复制元数据',
 => 'Netzwerkweit - kann für alle Kurse im gesamten LON-CAPA-Netzwerk verwendet werden',  
      'Copied source file'
    '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!',  
      'Copyright/Distribution:'
    'No valid extension found in filename, FAIL'  => '版权/权限:',
 => 'Ungültige Dateinamen-Erweiterung. Abbruch!',  
      'Course Documents'
    'Cannot publish versioned resource, FAIL'  => '课程文件',
 => 'Versionierte Ressource kann nicht veröffentlicht werden. Abbruch!', # ???  
      'Creation Date'
    'No valid custom distribution rights file specified, FAIL'  => '创建日期',
 => 'Keine gültige Rechtedatei für spezille Nutzungsrechte angegeben. Abbruch!',  
      'Custom Distribution File'
    'Could not write metadata, FAIL'  => '自定义文件访问权限',
 => 'Metadaten konnten nicht geschrieben werden. Abbruch!',  
      'Degree of difficulty'
    'View documents included in this course'  => '难度',
 => '附加的课程文件',  
 #=> 'Zusätzliche Kursdokumente',     'Copy Course Content to Authoring Space'
   => 'Copy Course Content to Authoring Space',
    'Additional Keywords'  
 => 'Zusätzliche Schlüsselwörter',     'Copying content to Authoring Space requires switching server.'
   => 'Copying content to Authoring Space requires switching server.',
    'Additional Metadata (non-standard, parameters, exports)'  
 => 'Zusätzliche Metadaten (nicht standardisiert, Parameter, Exporte)',     'Entering course ...'
   => '进入课程...',
    '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.',     'Exam Information'
   => '考试信息',
    'Author(s)'  
 => 'Autor(en)',     'External Resource'
   => '外部资源',
    'Average number of tries till solved'  
 => 'Durchschnittliche Anzahl an Versuchen bis zur erfolgreichen Lösung',     'Generate new role ...'
   => '创建新的角色...',
    'Browse Resources'  
 => 'Ressourcen durchsehen',     'Go to the next resource in the course sequence'
   => '前进',
    'Catalog Information'  
 => 'Katalogisierungsdaten',     'Go to the previous resource in the course sequence'
   => '后退',
    'Collapse Remote Control'  
 => 'Fernbedienung deaktivieren',     'Import a published document'
   => '导入出版文件',
    'Construction Space'  
 => 'Konstruktionsbereich',     'Keyword(s)'
   => '密码',
    'Copied metadata'  
 => 'Metadaten kopiert',     'Logged Out'
   => '登出',
    'Copied source file'  
 => 'Quelldatei wurde kopiert',     'MIME Type'
   => 'MIME类型',
    'Copyright/Distribution'  
 => 'Copyright/Zugriffsrechte',     'Make notes and annotations about this resource'
   => '备忘录',
    'Copyright/Distribution:'  
 => 'Copyright/Zugriffsrechte:',     'The material is covered with sufficient depth'
   => '这些主题包含有足够的难度',
    'Course Documents'  
 => '课程文件',     'Metadata Information'
 #=> 'Kursdokumente',  => '元数据信息',
   
    'Creation Date'     'My Personal Info'
 => 'Erstellungsdatum',  => '我的个人网页',
   
    'Custom Distribution File'     'Network-wide number of accesses (hits)'
 => 'Datei zum Maßschneidern der Zugriffsrechte',  => '网络的访问数量(“点击”)',
   
    'Degree of difficulty'     'Network-wide number of courses using resource'
 => 'Schwierigkeitsgrad',  => '使用该课程资源的访问数量',
   
    'Dump Course DOCS to Construction Space'     'Number of resources that follow this resource in maps'
 => 'Kursdokumente in Konstruktionsbereich übernehmen',  => '该资源目录汇编之后的访问数量',
   
    'Dump Course DOCS to Construction Space: available on other servers'     'Number of resources that lead up to this resource in maps'
 => 'Kursdokumente in Konstruktionsbereich übernehmen: verfügbar auf anderen Servern',  => '该资源目录汇编之前的访问数量',
   
    'Entering course ...'     'Number of resources using or importing resource'
 => 'Betrete Kurs...',  => '资源数量的使用或导入',
   
    'Exam Information'     'Obsolete'
 => 'Prüfungsinformationen',  => '过时的',
   
    'External Resource'     'Parent Directory'
 => '外部资源',  => '父目录',
 #=> 'Externe Ressource',  
      'Project Information'
    'Generate new role ...'  => '项目信息',
 => 'Erzeuge neue Rolle...',  
      'Publisher/Owner'
    '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'
   => '出版物:',
   
    'Go to the previous resource in the course sequence'     'Publishing [_1]'
 => '后退', # long version: 'Gehe zur vorhergehenden Ressource in der Kurssequenz',  => '出版物: [_1]',
 #=> 'Zurück', # long version: 'Gehe zur vorhergehenden Ressource in der Kurssequenz',  
      'Resource Details'
    'Import a published document'  => 'Resource Details',
 => 'Importieren einer veröffentlichten Ressource',  
      'Link to Resource'
    'Keyword(s)'  => 'Link to Resource',
 => 'Schlüsselwörter',  
      'Searching for your resource will be based on the following metadata. Please provide as much data as possible.'
    'Logged Out'  => 'Searching for your resource will be based on the following metadata. Please provide as much data as possible.',
 => 'Abgemeldet',  
      'Resource Publication'
    'MIME Type'  => 'Resource Publication',
 => 'MIME-Typ',  
      'Resource is technically correct'
    'Make notes and annotations about this resource'  => 'Resource is technically correct',
 => '备忘录',  
 #=> 'Notizen', # long version: 'Notizen zu dieser Ressource erstellen',     'Score Upload Form'
   => '分数上传表单',
    'The material is covered with sufficient depth'  
 => 'Das Thema wird in ausreichender Tiefe behandelt',     'Select Map'
   => '选择内容列表',
    'Metadata Information'  
 => 'Metadaten-Information',     'Load Map'
   => '上传',
    'My Personal Info'  
 => '我的个人网页',     'Set a bookmark for this resource'
 #=> 'Meine Über-mich-Seite',  => '设定书签',
   
    'Network-wide number of accesses (hits)'     'Show all roles'
 => 'Netzwerkweite Anzahl von Zugriffen ("Hits")',  => '显示所有角色',
   
    'Network-wide number of courses using resource'     'Subject'
 => 'Netzwerkweite Anzahl von Kursen, die diese Ressource verwenden',  => '主题',
   
    'Number of resources that follow this resource in maps'     'Successful Login'
 => 'Anzahl der Ressourcen, die in Inhaltszusammenstellungen Nachfolger zu dieser Ressource sind',  => '登录成功',
   
    'Number of resources that lead up to this resource in maps'     'Suggested Replacement for Obsolete File'
 => 'Anzahl der Ressourcen, die in Inhaltszusammenstellung Vorgänger zu dieser Ressource sind',  => '建议更换过时文件',
   
    'Number of resources using or importing resource'     'Switching Role'
 => 'Anzahl der Ressourcen, die diese Ressource verwenden oder importieren',  => '更换角色',
   
    'Obsolete'     'Target'
 => 'Überholt',  => '目标',
   
    'Parent Directory'     'This syllabus can be publicly viewed at [_1]'
 => 'Übergeordnetes Verzeichnis',  => '此课程可公开浏览: [_1]',
   
    'Project Information'     'Instead of using this template you can specify an external URL as Syllabus in the [_1]Course Parameters[_2].'
 => 'Projektinformation',  => '如果不使用此模板,您可以在[_1]课程参数[_2]指定外部网址作为课程摘要。',
   
    'Publisher/Owner'     'Total number of students who have worked on this problem'
 => 'Herausgeber/Besitzer',  => '回答该问题的学生总数',
   
    'Publishing'     'URLs To Include in Syllabus'
 => 'Veröffentlichung:',  => '网址,包括教学大纲',
   
    'Publishing [_1]'     'Upload a new main course document'
 => 'Veröffentlichung: [_1]',  => '外部文件',
   
    'Resource Details'     'Upload a new supplemental course document'
 => 'Details über Ressource',  => '附加的课程文件',
   
    'Link to Resource'     'User'
 => 'Link zur Ressource',  => '用户',
   
    'Searching for your resource will be based on the following metadata. Please provide as much data as possible.'     'Wrote Metadata'
 => 'Suche nach Ihrer Ressource wird auf den folgenden Metadaten beruhen. Bitte machen Sie so viele Angaben wie möglich.',  => 'Wrote Metadata',
   
    'Resource Publication'     'Your home server is '
 => 'Veröffentlichung von Ressourcen',  => 'Your home server is ',
   
    'Resource is technically correct'     'anno-'
 => 'Die Ressource ist technisch in Ordnung',  => 'anno-',
   
    'Score Upload Form'     'announce'
 => '分数上传表单',  => 'announce',
 #=> 'Formular zum Hochladen von Noten',  
      'bookmark'
    'Select Map'  => 'bookmark',
 => '选择内容列表',  
 #=> 'Inhaltszusammenstellung wählen',     'chart'
   => 'chart',
    'Load Map'  
 => '上传',     'chat'
 #=> 'Hochladen', # 'Lade Inhaltszusammenstellung',  => '聊天室',
   
    'Set a bookmark for this resource'     'close this window'
 => 'Lesezeichen setzen', # long version: 'Lesezeichen auf diese Ressource setzen',  => 'close this window',
   
    'Show all roles'     'con-'
 => '显示所有角色',  => 'con-',
 #=> 'Alle Rollen anzeigen',  
      'docs'
    'Subject'  => 'docs',
 => 'Thema',  
      'exit'
    'Successful Login'  => '退出',
 => '登陆成功',  
 #=> 'Erfolgreich angemeldet',     'fas'
   => 'fas',
    'Suggested Replacement for Obsolete File'  
 => 'Vorgeschlagener Ersatz für überholte Datei',     'library'
   => 'library',
    'Switching Role'  
 => '更换角色',     'log in again'
 #=> 'Benutzerrolle wechseln',  => 'log in again',
   
    'Target'     'my'
 => 'Ziel',  => 'my',
   
    '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'     'Or'
 => 'Gesamtzahl von Studierenden, die diese Aufgabe bearbeitet haben',  => 'Or',
   
    'URLs To Include in Syllabus'     'prepare'
 => 'URLs, die in den Kursüberblick eingefügt werden sollen',  => 'prepare',
   
    'Upload a new main course document'     'printout'
 => '外部文件',  => 'printout',
 #=> 'Externe Dokumente',  
      'resource'
    'Upload a new supplemental course document'  => 'resource',
 => '附加的课程文件',  
 #=> 'Zusätzliche Kursdokumente',     'roles'
   => '角色',
    'User'  
 => '用户',     'search'
 #=> 'Benutzer',  => '查找',
   
    'Wrote Metadata'     'set'
 => 'Metadaten wurden geschrieben',  => 'set',
   
    'Your home server is '     'space'
 => 'Ihr Heimatserver ist ',  => '领域',
   
    'anno-'     'stats'
 => 'Bemerk-',  => 'stats',
   
    'announce'     'struct'
 => 'ankündigen',  => 'struct',
   
    'backward'     'switch'
 => 'backward',  => 'switch',
   
    'bookmark'     'tations'
 => 'Lesezeichen',  => 'tations',
   
    'chart'     'updated periodically'
 => 'Chart',  => '定期更新',
   
    'chat'     'user'
 => 'Chat',  => '用户',
   
    'close this window'     'visible to author and co-authors only'
 => 'dieses Fenster schließen',  => '只有作者和共同作者可见',
   
    'con-'     'All versions'
 => 'con-',  => '所有版本',
   
    'docs'     'Default Metadata for Directory [_1]'
 => 'Dokus',  => '默认元数据目录 [_1]',
   
    'edit crs'     'Error Messages'
 => 'Bearbeite crs',  => '错误信息',
   
    'exit'     'Save Catalog Information'
 => '退出',  => '保存目录信息',
 #=> 'abmelden',  
      'Update Display'
    'fas'  => '更新显示',
 => 'fas',  
      'Content changed'
    'forward'  => '内容变化',
 => 'forward',  
      'Differences'
    'library'  => '差异',
 => 'Bibliothek',  
      'Last Week'
    'log in again'  => '上周',
 => 'erneut anmelden',  
      'Modification Date'
    'my'  => '修改日期',
 => 'mein',  
      'Since Start of Course'
    'or'  => '从启动课程起',
 => 'oder',  
      'Since Yesterday'
    'Or'  => '从昨天起',
 => 'oder',  
      'Verify Course Documents'
    'parms'  => '验证课程文件',
 => 'parms',  
      'Version'
    'prepare'  => '版本',
 => 'Vorbereiten',  
      'access denied'
    'printout'  => '拒绝访问',
 => 'Ausdruck',  
      'connection down'
    'resource'  => 'connection down',
 => 'Ressource',  
      'during the last'
    'roles'  => 'during the last',
 => '角色',  
 #=> 'Rollen',     'not found'
   => 'not found',
    'search'  
 => '查找',     'warning(s)'
 #=> 'suche',  => 'warning(s)',
   
    'set'     '[quant,_1,warning]'
 => 'setze',  => '[quant,_1,warning]',
   
    'space'     'Advanced Catalog Search'
 => 'Bereich',  => 'Advanced Catalog Search',
   
    'stats'     'Advanced Search'
 => 'Statistiken',  => '高级搜索',
   
    'struct'     'Any Language'
 => 'Struktur',  => '任何语言',
   
    'switch'     'Any category'
 => 'wechsle',  => '任何类别',
   
    'tations'     'Any copyright/distribution'
 => 'ungen',  => '任何版权/访问权限',
   
    'updated periodically'     'Broadcast Message to Course'
 => 'regelmäßig aktualisiert',  => '发送广播消息',
   
    'user'     "Click to download or use your browser's Save Link function"
 => 'Benutzer',  => "Click to download or use your browser's Save Link function",
   
    'visible to author and co-authors only'     'Close'
 => 'nur für Autoren und Co-Autoren sichtbar',  => '关闭',
   
    'All versions'     'Compact View'
 => 'Alle Versionen',  => '简洁视图',
   
    'Default Metadata for Directory [_1]'     'Detailed Citation View'
 => 'Voreingestellte Metadaten für das Verzeichnis [_1]',  => '查看详细引文',
   
    'Error Messages'     'Distribute Messages from Uploaded File to Course'
 => 'Fehlermeldungen',  => 'Distribute Messages from Uploaded File to Course',
   
    'Save Catalog Information'     'Edit Catalog Information'
 => 'Katalogisierungsdaten speichern',  => '编辑目录信息',
   
    'Update Display'     'Edit Content of a Map'
 => 'Neu anzeigen',  => 'Edit Content of a Map',
   
    'Content changed'     'Edit Directory Catalog Information'
 => 'Inhalt geändert',  => '编辑目录信息分类',
   
    'Differences'     'Evaluate Resource'
 => 'Unterschiede',  => '评估此资源',
   
    'Last Week'     'Failed Access to Authoring Space'
 => 'letzte Woche',  => 'Failed Access to Authoring Space',
   
    'Modification Date'     'Fielded Format'
 => 'Änderungsdatum',  => '字段格式',
   
    'Since Start of Course'     'File Category'
 => 'seit Anfang des Kurses',  => '文件分类',
   
    'Since Yesterday'     'Force publication of unmodified files'
 => 'seit gestern',  => 'Force publication of unmodified files',
   
    'Verify Course Documents'     'Keywords'
 => 'Überprüfe Kursdokumente',  => '关键词',
   
    'Version'     'Last access'
 => 'Version',  => '上次访问',
   
    'access denied'     'Last modified'
 => 'Zugriff verweigert',  => '最后修改',
   
    'connection down'     'Limit by copyright/distribution'
 => 'Verbindung unterbrochen',  => '受版权/访问权限限制',
   
    'during the last'     'Limit by language'
 => 'während der letzten',  => '受语言限制',
   
    'not found'     'Open'
 => 'nicht gefunden',  => '打开',
   
    'warning(s)'     'Per Page'
 => 'Warnung(en)',  => '每页',
   
    '[quant,_1,warning]'     'Printing Helper'
 => '[quant,_1,Warnung,Warnungen]',  => '打印助手',
   
    'Advanced Catalog Search'     'Provide feedback messages or contribute to the course discussion about this resource'
 => 'Erweiterte Katalog-Suche',  => '反馈意见或讨论',
   
    'Advanced Search'     'Provide my evaluation of this resource'
 => 'Erweiterte Suche',  => '对此资源给出我的评价',
   
    'Any Language'     'Publish'
 => 'Beliebige Sprache',  => '发布',
   
    'Any category'     'Publish Directory'
 => 'Beliebige Kategorie',  => '发布目录',
   
    'Any copyright/distribution'     'Publish Directory and Sub Directories'
 => 'Beliebiges Copyright/Zugriffsrecht',  => '发布目录和子目录',
   
    'Broadcast Message to Course'     'Related'
 => 'Broadcast-Nachricht senden', # 'Broadcast-Nachricht an gesamten Kurs senden',  => '相关的',
   
    "Click to download or use your browser's Save Link function"     'Resource Feedback and Discussion'
 => "Zum Speichern hier klicken oder 'Ziel speichern unter'-Funktion des Webbrowsers verwenden",  => '资源的反馈和讨论',
   
    'Close'     'Search Complete'
 => 'Schließen',  => '搜索完成',
   
    'Compact View'     'Send Message to User(s)'
 => 'Kompaktansicht',  => '发送讯息到用户',
   
    'Detailed Citation View'     'Show catalog information'
 => 'Detailierte Zitatansicht',  => '查看目录信息',
   
    'Distribute Messages from Uploaded File to Course'     'Show Metadata'
 => 'Aus Datei Nachrichten erzeugen', # 'Verteile Nachrichten der hochgeladenen Datei an den Kurs',  => '查看元数据',
   
    'Edit Catalog Information'     'Show resource'
 => 'Katalogisierungsdaten bearbeiten',  => '查看资源',
   
    'Edit Content of a Map'     'Statistics'
 => 'Inhalt der Inhaltszusammenstellung bearbeiten',  => '统计',
   
    'Edit Directory Catalog Information'     'Summary View'
 => 'Verzeichnis der Katalogisierungsdaten bearbeiten',  => '概要',
   
    'Evaluate Resource'     'There are currently no results.'
 => 'Ressource evaluieren',  => '目前没有任何结果。',
   
    'Failed Access to Construction Space'     'Search: '
 => 'Zugriff auf Konstruktionsbereich fehlgeschlagen',  => '搜索: ',
   
    'Fielded Format'     'URL'
 => 'In Felder aufgeteiltes Format',  => 'URL',
   
    'File Category'     'Unpublished'
 => 'Dateikategorie',  => '未发行的',
   
    'Force publication of unmodified files'     'Up'
 => 'veröffentliche auch ungeänderte Dateien',  => 'Up',
   
    'Keywords'     'View'
 => 'Schlüsselwörter',  => '查看',
   
    'Last access'     'View Critical Messages'
 => 'Letzter Zugriff',  => '浏览重要讯息',
   
    'Last modified'     'Words'
 => 'Letzte Änderungen',  => '词',
   
    'Limit by copyright/distribution'     'XML/SGML'
 => 'Durch Copyright/Zugriffsrechte einschränken',  => 'XML/SGML',
   
    'Limit by language'     'abstract'
 => 'Durch Sprache einschränken',  => 'abstract',
   
    'Open'     'audio'
 => 'Öffnen',  => '音频',
   
    'Per Page'     'author'
 => 'Pro Seite',  => '作者',
   
    'Printing Helper'     'catalog'
 => 'Hilfsprogramm zum Drucken',  => '目录',
   
    'Provide feedback messages or contribute to the course discussion about this resource'     'copyright'
 => 'Feedback, Kursdiskussion', # long version: 'Feedback geben oder an der Kursdiskussion zu dieser Ressource teilnehmen',  => '版权',
   
    'Provide my evaluation of this resource'     'directory'
 => 'Ressource evaluieren', # long version: 'Diese Ressource evaluieren',  => '文件夹',
   
    'Publish'     'discuss'
 => 'Veröffentlichen',  => 'discuss',
   
    'Publish Directory'     'evaluate'
 => 'Verzeichnis veröffentlichen',  => '评价',
   
    'Publish Directory and Sub Directories'     'feedback'
 => 'Veröffentliche Verzeichnis und Unterverzeichnisse',  => '反馈',
   
    'Related'     'keywords'
 => 'Verwandte',  => '关键词',
   
    'Resource Feedback and Discussion'     'language'
 => 'Feedback und Diskussion zu dieser Ressource',  => '语言',
   
    'Search Complete'     'movies'
 => 'Suche beendet',  => '电影',
   
    'Send Message to User(s)'     'notes'
 => 'Nachricht senden', # 'Nachricht an einzelne(n) Benutzer senden',  => '注释',
   
    'Show catalog information'     'obsolete'
 => 'Katalogisierungsdaten', # long version: 'Katalogisierungsdaten anzeigen',  => '过时的',
   
    'Show resource'     'pages'
 => 'Zeige Ressource an',  => '页',
   
    'Statistics'     'pictures'
 => 'Statistiken',  => '图片',
   
    'Summary View'     'problem'
 => 'Zusammenfassung',  => '任务',
   
    'There are currently no results'     'resources'
 => 'Derzeit noch keine Ergebnisse',  => '资源',
   
    'Search: '     'sequence'
 => 'Suche: ',  => '顺序',
   
    'URL'     'subject: '
 => 'URL',  => '主题',
   
    'Unpublished'     'this'
 => 'unveröffentlicht',  => '这个',
   
    'Up'     'title'
 => 'Hoch',  => '标题',
   
    'View'     'About Me'
 => 'Betrachten',  => '关于我',
   
    'View Critical Messages'     'Discussion Board/Discussion'
 => 'Wichtige Nachrichten ansehen',  => 'Discussion Board/Discussion',
   
    'Words'     'Clear All'
 => 'Wörter',  => '全部清除',
   
    'XML/SGML'     'Close All Folders'
 => 'XML/SGML',  => '关闭所有文件夹',
   
    'abstract'     'Authoring Space File Operation'
 => 'Kurzbeschreibung',  => 'Authoring Space File Operation',
   
    'audio'     'Contact Information'
 => 'Audio',  => '联系信息',
   
    'author'     'Contact'
 => 'Autor',  => '联系我',
   
    'catalog'     'Copied old metadata'
 => 'katalog',  => '复制旧数据',
   
    'copyright'     'Failed to write old metadata copy'
 => 'Copyright',  => 'Failed to write old metadata copy',
   
    'customdistributionfile'     'Copied old target file'
 => 'customdistributionfile',  => '复制旧的目标文件',
   
    'directory'     'Failed to copy old target'
 => 'Verzeichnis',  => 'Failed to copy old target',
   
    'discuss'     'Created directory [_1]'
 => 'Diskutiere',  => 'Created directory [_1]',
   
    'evaluate'     'Copyright'
 => 'Auswerten',  => '版权',
   
    'feedback'     'Could Not Process Request'
 => 'Feedback',  => '命令无法执行',
   
    'info'     'Default'
 => 'Info',  => '默认设置',
   
    'keywords'     'Discard Selected'
 => 'Schlüsselwörter',  => 'Discard Selected',
   
    'language'     'EMail and Messages'
 => 'Sprache',  => '电子邮件和信息',
   
    'movies'     'Edit this resource'
 => 'Filme',  => '编辑此资源',
   
    'notes'     'Enter Authoring Space as co-author'
 => 'Notizen',  => 'Enter Authoring Space as co-author',
   
    'obsolete'     'Enter Authoring Space as a co-author'
 => 'überholt',  => 'Enter Authoring Space as a co-author',
   
    'obsoletereplacement'     'Enter Authoring Space as assistant co-author'
 => 'obsoletereplacement',  => 'Enter Authoring Space as assistant co-author',
   
    'pages'     'Host'
 => 'Seiten',  => '计算',
   
    'pictures'     'Last updated'
 => 'Bilder',  => '最后更新',
   
    'problem'     'Mime type'
 => 'Aufgabe',  => 'MIME 类型',
   
    'resources'     'Modified'
 => 'Ressourcen',  => '修改过的',
   
    'sequence'     'Modify deadlines, etc, for this assessment resource'
 => 'Sequenz',  => '为这项评估资源修改期限等',
   
    'subject'     'Modify user grades for this assessment resource'
 => 'Thema',  => '手动评估',
   
    'this'     'View user submissions for this assessment resource'
 => 'Diese',  => 'View user submissions for this assessment resource',
   
    'title'     'Move Down'
 => 'Titel',  => '下移',
   
    'About Me'     'Move Up'
 => '关于我',  => '上移',
 #=> 'Über mich',  
      'New Title'
    'Bulletin Board/Discussion'  => '新标题',
 => 'Schwarzes Brett / Diskussionsforum',  
      'Open All Folders'
    'Clear All'  => '打开所有文件夹',
 => 'Lösche alle',  
      'Owner/Publisher'
    'Close All Folders'  => '所有者/出版社',
 => 'Schließe alle Verzeichnisse',  
      'Personal Information Page'
    'Construction Space File Operation'  => '个人资料页面',
 => 'Dateioperation im Konstruktionsbereich',  
      'Personal Information'
    'Contact Information'  => '个人信息',
 => '联系信息',  
 #=> 'Kontaktdaten',     'Privacy Note:'
   => '注意隐私:',
    'Contact'  
 => '联系我',     'Published'
 #=> 'Kontakt',  => '出版的',
   
    'Copied old metadata'     'Reading results from'
 => 'Alte Metadaten kopiert',  => 'Reading results from',
   
    'Failed to write old metadata copy'     'Retrieve'
 => 'Kopie der alten Metadaten konnte nicht geschrieben werden',  => '恢复',
   
    'Copied old target file'     'Revert to Last Saved'
 => 'Alte Zieldatei kopiert',  => 'Revert to Last Saved',
   
    'Failed to copy old target'     'Revision Date'
 => 'Alte Zieldatei konnte nicht kopiert werden.',  => 'Revision Date',
   
    'Created directory'     'Shared by course faculty and staff'
 => 'Verzeichnis wurde angelegt',  => '共同管理人员和工作人员',
   
    'Copyright'     'Synchronized SQL metadata database'
 => '版权',  => 'Synchronized SQL metadata database',
 #=> 'Copyright',  
      'Task'
   => 'Task',
    'Could Not Process Request'  
 => 'Befehl konnte nicht ausgeführt werden',     'Temporary Assembly Workspace'
   => 'Temporary Assembly Workspace',
    'Default'  
 => 'Voreinstellung',     '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的人都能看到您提供的数据,如果不想公开就不要上传任何数据。',
    'Discard Selected'  
 => 'Verwerfe ausgewählte',     'Topic'
   => '主题',
    'EMail and Messages'  
 => 'E-Mail und Nachrichten',     'Upload a Photo'
   => '上传相片',
    'Edit this resource'  
 => 'Bearbeiten', # long version: 'Bearbeite diese Ressource',     'Add Records'
   => '添加记录',
    'Enter construction space as co-author'  
 => 'Konstruktionsbereich (als Co-Autor)',     'User Notes, Face-to-Face, Critical Messages, Broadcast Messages, Archived Messages'
   => '用户注释, 个人讨论, 重要信息, 小区广播,存档信息',
    'Enter construction space as a co-author'  
 => 'Konstruktionsbereich (als Co-Autor)',     'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
   => '用户注释,记录用户的讨论和重要信息',
    'Enter construction space as assistant co-author'  
 => 'Konstruktionsbereich (als Co-Autor-Assistent)',     'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
   => '用户注释,记录面对面的讨论,课程重要讯息',
    'Host'  
 => 'Rechner',     'User Notes, Records of Face-To-Face Discussions, Critical Messages, Broadcast Messages and Archived Messages in Course'
   => '用户注释,记录面对面讨论,重要的信息,广播信息,课程存档',
    'Last updated'  
 => '最后更新',     'No notes, face-to-face discussion records, critical messages, or broadcast messages in this [_1].'
 #=> 'Zuletzt aktualisiert',  => '对于 [_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',  
      'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
    'Domain Level'  => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
 => 'Domänenebene',  
      'Generate messages from a file'
    "Don't Show Feedback"  => '从一个文件生成邮件',
 => "Kein Feedback anzeigen",  
      'Go'
    'Duration of automated classlist updates'  => 'Go',
 => 'Dauer der automatischen Aktualisierung der Kursteilnehmerlisten',  
      'go'
    'Dynamic Metadata (updated periodically)'  => 'go',
 => 'Dynamische Metadaten (regelmäßig aktualisiert)',  
      'Go to ...'
    'ERROR'  => '转到...',
 => 'FEHLER',  
      'Help on Creating Courses'
    'Edit Custom Role Privileges'  => 'Help on Creating Courses',
 => 'Bearbeite benutzerdefinierte Rollenprivilegien',  
      'Home Server'
    '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.'  => 'Home Server',
 => '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.',  
      'Homework problem'
    'End Time'  => 'Homework problem',
 => 'Endezeit',  
      'How do I create a CSV file from a spreadsheet'
    'Ending Date'  => '我如何从Excel表创建一个CSV文件',
 => 'Endedatum',  
      '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?'
    'Enroll One Student'  => 'How should the results be printed?',
 => 'Einen einzelnen Studenten den Kurs belegen lassen',  
      'Immediately expire own role as Course Coordinator'
    'Enroll as student'  => 'Immediately expire own role as Course Coordinator',
 => 'Student den Kurs belegen lassen',  
      'Import and Paste Area'
    'Enrolling'  => 'Import and Paste Area',
 => 'Belege',  
      'Include retrieval of student photographs?'
    'Enrolling Student'  => 'Include retrieval of student photographs?',
 => 'Student wird in den Kurs aufgenommen',  
      'Institutional Information'
    '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.'  => 'Institutional Information',
 => '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 Significant figures detected'
    '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 Significant figures detected',
 => '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 characters in requested name have been removed.'
    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'  => 'Invalid characters in requested name have been removed.',
 => '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 login mode or password.'
    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'  => 'Invalid login mode or password.',
 => 'Geben Sie Suchbegriffe oder -Sätze ein. Sie können als Such-Operatoren AND, OR und NOT verwenden.',  
      'Invalid username or domain'
    'Entering Construction Space'  => '无效的用户名或域',
 => 'Betrete Konstruktionsbereich...',  
      'KEYWORDS'
    'Error: Directory Non Empty'  => 'KEYWORDS',
 => 'Fehler: Verzeichnis nicht leer',  
      'LaTeX batchmode'
    'Error: destination for operation is an existing directory.'  => 'LaTeX batchmode',
 => 'Fehler: Das Ziel der Operation ist ein existierendes Verzeichnis.',  
      'LaTeX mode'
    'Evaluation Error '  => 'LaTeX mode',
 => 'Auswertungsfehler',  
      'Languages used'
    'Homework Problem'  => '所用语言',
 => 'Übungsaufgabe',  
      'Last'
    'Exam Problem'  => 'Last',
 => 'Prüfungsaufgabe',  
      'Leave blank on scoring form'
    'Excel format'  => 'Leave blank on scoring form',
 => 'Excel-Format',  
      'List Directory'
    'Feedback Addresses for Course Content Comments'  => '目录列表',
 => 'Feedback-Adressen für Kommentare zu Kursinhalten',  
      'Location'
    'Feedback Addresses for Course Policy'  => '地点',
 => 'Feedback-Adressen für Kursrichtlinien',  
      'Login Data'
    'Feedback Addresses for Resource Content Question'  => '登录数据',
 => 'Feedback-Adressen für Fragen zum Inhalt der Ressourcen',  
      'Logout'
    'First'  => '退出',
 => 'Erste',  
      'Make new directory'
    'First Resource'  => '创建新目录',
 => 'Erste Ressource',  
      'Make new file'
    '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.',  
      'Manual Grading'
    'Folder/Map'  => '手动评分',
 => 'Verzeichnis/Inhaltszusammenstellung',  
      'Map has branchings. Use advanced editor.'
    'For one or more students'  => 'Map has branchings. Use advanced editor.',
 => 'Für einen oder mehrere Studierende',  
      'Map has conditions. Use advanced editor.'
    'Found a <*response> outside of a <part> in a <part>ed problem'  => 'Map has conditions. Use advanced editor.',
 => 'Es wurde ein <*response>-Tag außerhalb eines <part>-Bereichs einer Aufgabe gefunden, die aber Aufgabenteile (parts) verwendet.',  
      'Map has resource parameters. Use advanced editor.'
    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'  => 'Map has resource parameters. Use advanced editor.',
 => 'Keine analysierbaren korrekten Antworten in dieser Aufgabe gefunden. Derzeit werden nur numerische Ausdrücke, Formeln und Strings als Antworttypen unterstützt.',  
      'Map has unconnected resources. Use advanced editor.'
    'Generate messages from a file'  => 'Map has unconnected resources. Use advanced editor.',
 => 'Erstelle Nachrichten aus Datei',  
      'Messaging'
    'Arabic - UTF'  => '发送邮件',
 => 'Arabisch - UTF',  
      'first'
    'German - UTF'  => '名', # !
 => 'Deutsch - UTF',  
      'last'
    'English - UTF'  => '姓', # !
 => 'Englisch - UTF',  
      'middle'
    'Spanish (Castellan) - UTF'  => '中名', # !
 => 'Spanisch (Kastellanisch) - UTF',  
      'Middle Name'
    'Persian - UTF'  => '中名',
 => 'Persisch - UTF',  
      'Missing Kerberos domain information.'
    'French - UTF'  => '丢失的Kerberos域信息。',
 => 'Französisch - UTF',  
      'Modification may make assessment data inaccessible!'
    'Hebrew - UTF'  => '修改可能使评估数据无法访问!',
 => 'Hebräisch - UTF',  
      'Modify Enrollment for'
    'Japanese - UTF'  => '修改注册为',
 => 'Japanisch - UTF',  
      'Modify User'
    'Portuguese - UTF'  => '修改用户',
 => 'Portugiesisch - UTF',  
      'Modify another students data'
    'Russian - UTF'  => '修改另一个学生的数据',
 => 'Russisch - UTF',  
      'Modify deadlines, etc, for this resource'
    'Turkish - UTF'  => '修改此资源的截止日期等',
 => 'Türkisch - UTF',  
      'Modifying data for user'
    'Swedish Chef - UTF'  => '修改用户的数据',
 => 'Dänischer Koch - UTF',  
      'Modifying this will make problems have different numbers and answers!'
    'Undetermined - ISO'  => '修改这将使问题有不同的号码和答案!',
 => 'Unbestimmt - ISO',  
      'Move current file to'
    'Interlingua (International Auxiliary Language Association) - ISO'  => '目前文件移动到',
 => 'Interlingua (International Auxiliary Language Association) - ISO',  
      'Must create new subdirectory inside a directory'
    'Go'  => '必须在目录里面创造新的子目录',
 => 'Go',  
      'Name of Role'
    'go'  => '角色名字',
 => 'Go',  
      'New Directory'
    'Go to ...'  => '新目录',
 => 'Gehe nach...',  
      'New HTML file'
    'Help on Creating Courses'  => '新的HTML文件',
 => 'Hilfe bei der Kurserstellung',  
      'New Resource'
    'Home Server'  => '新资源',
 => 'Heimatserver',  
      'New Role'
    'Homework problem'  => '新角色',
 => 'Übungsaufgabe',  
      'New User'
    'How do I create a CSV file from a spreadsheet'  => '新用户',
 => 'Wie erstelle ich aus einer Excel-Tabelle eine CSV-Datei?',  
      'New Value'
    'How do I create a class list from a spreadsheet'  => '新的价值',
 => 'Wie erstelle ich eine Kursteilnehmerliste von einem Beurteilungsbogen?',  
      'New assembled page'
    'How should the results be printed?'  => '新组合页面',
 => 'Wie sollten die Resultate ausgedruckt werden?',  
      'New assembled sequence'
    'Immediately expire own role as Course Coordinator'  => '新的组合序列',
 => 'Eigene Rolle als Kurs-Koordinator mit sofortiger Wirkung verfallen lassen',  
      'New custom rights file'
    'Import and Paste Area'  => '新文件的访问控制',
 => 'Feld zum Importieren und Einfügen',  
      'New file'
    'Include retrieval of student photographs?'  => '新文件',
 => 'Abrufen der Studentenfotos einbinden?',  
      'New problem'
    'Institutional Information'  => '新问题',
 => 'Institutionelle Information',  
      'New style file'
    'Invalid Significant figures detected'  => '新的风格文件',
 => 'Ungültige signifikante Stellen entdeckt',  
      'New subdirectory'
    'Invalid characters in requested name have been removed.'  => '新的子目录',
 => 'Aus dem gewünschten Dateinamen wurden ungültige Zeichen entfernt.',  
      'Next    '
    'Invalid login mode or password.'  => '下一步    ',
 => 'Falscher Login-Modus oder Passwort.',  
      'No'
    'Invalid username or domain'  => '否',
 => 'Ungültige Benutzerkennung oder Domäne',  
      'No Access or Usages Statistics are available for this resource.'
    'KEYWORDS'  => '没有访问或使用的统计数据可用于该资源。',
 => 'SCHLÜSSELWÖRTER',  
      'No Assessment Statistical Data is available for this resource'
    'LaTeX batchmode'  => '没有任何评估统计数据可用于该资源。',
 => 'LaTeX-Batchmodus',  
      'No Evaluation Data is available for this resource.'
    'LaTeX mode'  => '没有任何评价数据可用于该资源。',
 => 'LaTeX-Modus',  
      'No new filename specified.'
    'Languages used'  => '没有指定新的文件名。',
 => 'Verwendete Sprachen',  
      'No such file'
    'Last'  => '文件未找到',
 => 'Letzte',  
      'Not Allowed'
    'Leave blank on scoring form'  => '不允许',
 => 'Im Bewertungsformular leer lassen',  
      'Not applicable -'
    'List Directory'  => 'Not applicable -',
 => 'Verzeichnisinhalt auflisten',  
      'Not open to be viewed'
    'Location'  => 'Not open to be viewed',
 => 'Ort',  
      'Not set -'
    'Login Data'  => 'Not set -',
 => 'Login-Daten',  
      'Notification of enrollment changes'
    'Logout'  => 'Notification of enrollment changes',
 => '退出',  
      'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
    'Make new directory'  => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
 => 'Neues Verzeichnis erstellen',  
      'Number of columns'
    'Make new file'  => 'Number of columns',
 => 'Neue Datei erstellen',  
      'Old Value'
    'Manual Grading'  => 'Old Value',
 => 'Manuelle Bewertung',  
      'One particular problem (overrides folder and course defaults)'
    'Map has branchings. Use advanced editor.'  => 'One particular problem (overrides folder and course defaults)',
 => 'Die Inhaltszusammenstellung hat Verzweigungen. Verwenden Sie den erweiterten Editor.',  
      'Online Help'
    'Map has conditions. Use advanced editor.'  => '联机帮助',
 => 'Die Inhaltszusammenstellung hat Bedingungen. Verwenden Sie den erweiterten Editor.',  
      'Help: [_1]'
    'Map has resource parameters. Use advanced editor.'  => '帮助: [_1]',
 => 'Die Inhaltszusammenstellung hat Ressourcen-Parameter. Verwenden Sie den erweiterten Editor.',  
      'Only domain coordinators can change a users password.'
    'Map has unconnected resources. Use advanced editor.'  => '只有域协调员可以更改用户的密码。',
 => 'Die Inhaltszusammenstellung hat unverknüpfte Ressourcen. Verwenden Sie den erweiterten Editor.',  
      'Open Course'
    'Messaging'  => '创建课程',
 => 'Versenden von Nachrichten',  
      'Open all assessments'
    'first'  => '所有评估访问',
 => 'Vorname', # !  
      'Open and correct'
    'last'  => '公开和正确',
 => 'Nachname', # !  
      'Open with full tries'
    'middle'  => '向所有人开放的尝试',
 => '2. Vorname', # !  
      'Output Format: [_1]'
    'Middle Name'  => '输出格式: [_1]',
 => '2. Vorname',  
      'Layout Options'
    'Missing Kerberos domain information.'  => '布局选项',
 => 'Fehlende Kerberos-Domänen-Informationen.',  
      'Page layout'
    'Modification may make assessment data inaccessible!'  => '页面布局',
 => 'Eine Veränderung könnte die Beurteilungsdaten unzugänglich machen!',  
      'Paper type'
    'Modify Enrollment for'  => '纸张类型',
 => 'Bearbeite Kursbelegung für',  
      'PDF-Formfields'
    'Modify User'  => 'PDF格式字段',
 => 'Benutzerdaten ändern',  
      'with Formfields'
    'Modify another students data'  => '带有格式字段',
 => 'Daten eines anderen Studenten bearbeiten',  
      'without Formfields'
    'Modify deadlines, etc, for this resource'  => '不带有格式字段',
 => 'Deadlines, etc, für diese Ressource bearbeiten',  
      'Problems from the Whole Course'
    'Modifying data for user'  => 'Problems from the Whole Course',
 => 'Bearbeitung der Daten für Benutzer',  
      'Resources from the Whole Course'
    'Modifying this will make problems have different numbers and answers!'  => 'Resources from the Whole Course',
 => 'Eine Veränderung wird bewirken, dass Aufgaben unterschiedliche Zahlen und Antworten haben werden!',  
      'Parameter'
    'Move current file to'  => '参数',
 => 'Derzeitige Datei verschieben nach',  
      'Paste after selected'
    'Must create new subdirectory inside a directory'  => 'Paste after selected',
 => 'Müssen ein neues Unterverzeichnis in dem Verzeichnis erstellen',  
      'Personal Data'
    'Name of Role'  => '个人资料',
 => 'Bezeichnung der Rolle',  
      'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'
    'Navigate'  => 'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process',
 => 'Navigiere',  
      'No such user [_1] at domain [_2].' # 1: user, 2: domain
    'New Directory'  => 'No such user [_1] at domain [_2].',
 => 'Neues Verzeichnis',  
      'Please click Back on your browser and select another user, or [_1]Create User[_2]'
    'New HTML file'  => 'Please click Back on your browser and select another user, or [_1]Create User[_2]',
 => 'Neue HTML-Datei',  
      'Invalid home server for course: [_1]'
    'New Resource'  => 'Invalid home server for course: [_1]',
 => 'Neue Ressource',  
      'Please contact your LON-CAPA administrator regarding this situation.'
    'New Role'  => 'Please contact your LON-CAPA administrator regarding this situation.',
 => 'Neue Rolle',  
      'Please select an authentication mechanism'
    'New User'  => 'Please select an authentication mechanism',
 => 'Neuer Benutzer',  
      'Please select the Authentication mechanism'
    'New Value'  => 'Please select the Authentication mechanism',
 => 'Neuer Wert',  
      'Please stand by.'
    'New assembled page'  => 'Please stand by.',
 => '新组合页面',  
 #=> 'Neue zusammengesetzte Seite',     "Please use browser 'Back' button and pick a filename"
   => "Please use browser 'Back' button and pick a filename",
    'New assembled sequence'  
 => 'Neue zusammengesetzte Sequenz',     'Preparing Printout'
   => 'Preparing Printout',
    'New custom rights file'  
 => 'Neue Datei zur Zugriffkontrolle',     'Print'
   => 'Print',
    'New file'  
 => 'Neue Datei',     'Print Index'
   => 'Print Index',
    'New problem'  
 => 'Neue Aufgabe',     'Print Discussions'
   => 'Print Discussions',
    'New style file'  
 => 'Neue Style-Datei',     'Print Annotations'
   => 'Print Annotations',
    'New subdirectory'  
 => 'Neues Unterverzeichnis',     'Print Table of Contents'
   => 'Print Table of Contents',
    'Next    '  
 => 'Weiter    ',     'Print:'
   => 'Print:',
    'No'  
 => 'Nein',     'Problems from entire course'
   => 'Problems from entire course',
    'No Access or Usages Statistics are available for this resource.'  
 => 'Für diese Ressource sind keine Zugriffs- oder Nutzungsstatistiken verfügbar.',     'Processed file: [_1]'
   => 'Processed file: [_1]',
    'No Assessment Statistical Data is available for this resource'  
 => 'Für diese Ressource sind keine statistischen Beurteilungsdaten verfügbar.',     'Publish this Resource'
   => 'Publish this Resource',
    'No Evaluation Data is available for this resource.'  
 => 'Für diese Ressource sind keine Evaluierungsdaten verfügbar.',     'Randomization algorithm used'
   => 'Randomization algorithm used',
    'No new filename specified.'  
 => 'Kein neuer Dateiname angegeben.',     'Recent'
   => '最新的',
    'No such file'  
 => 'Datei nicht gefunden',     'Rename current file to'
   => '当前文件重命名为',
    'Not Allowed'  
 => 'Nicht zulässig',     'Report a Bug'
   => '报告错误',
    'Not applicable -'  
 => 'Nicht anwendbar -',     'Resource'
   => '资源',
    'Not open to be viewed'  
 => 'Ressource darf nicht betrachtet werden',     'Resource Differences'
   => '资源的差异',
    'Not set -'  
 => 'Nicht gesetzt -',     'Resources from selected sequence in course'
   => 'Resources from selected sequence in course',
    'Notification of enrollment changes'  
 => 'Benachrichtigung über Änderungen der Kursbelegung',     'Response'
   => '回答',
    '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?',     'Retrieve Old Version'
   => 'Retrieve Old Version',
    'Number of columns'  
 => 'Anzahl an Spalten',     'Retrieving current (most recent) version'
   => 'Retrieving current (most recent) version',
    'Old Value'  
 => 'Alter Wert',     'Retrieving old version'
   => 'Retrieving old version',
    'One particular problem (overrides folder and course defaults)'  
 => 'Eine bestimmte Aufgabe (überschreibt Verzeichnis- und Kurs-Voreinstellungen)',     'Return to DOCS'
   => '回到课程内容',
    'Online Help'  
 => 'Online-Hilfe',     'Reverse Association'
   => 'Reverse Association',
    'Only domain coordinators can change a users password.'  
 => 'Nur Domänen-Koordinatoren können das Passwort eines Benutzers ändern.',     'Revoke'
   => '撤销',
    'Open Course'  
 => 'Kurs anlegen',     'Revoke Existing Roles'
   => '撤销现有的角色',
    'Open all assessments'  
 => 'Alle Beurteilungen zugänglich machen',     'Role'
   => '角色',
    'Open and correct'  
 => 'Öffnen und korrigieren',     'Role:'
   => '角色:',
    'Open with full tries'  
 => 'Öffnen mit allen Versuchen',     'Role Information'
   => '角色信息',
    'Output Format: [_1]'  
 => 'Ausgabeformat: [_1]',     'Sample Points:'
   => 'Sample Points:',
    'Layout Options'  
 => 'Layout-Optionen',     '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)',
    'Page layout'  
 => 'Seitenlayout',     'Select Action'
   => '选择行动',
    'Paper type'  
 => 'Papiertyp',     'Select All Resources'
   => '选择所有资源',
    'PDF-Formfields'  
 => 'PDF-Formularfelder',     'Select Printing Options:'
   => '选择打印选项:',
    'with Formfields'  
 => 'mit Formluarfeldern',     'Select Problem(s) to print'
   => '选择要打印任务',
    'without Formfields'  
 => 'ohne Formularfelder',     'Select Resource(s) to print'
   => '选择要打印的资源',
    'Parameter'  
 => 'Parameter',     'Select Resources To Print'
   => '选择要打印的资源',
    'Paste after selected'  
 => 'In Auswahl einfügen',     'Select Section'
   => '选择章节',
    'Personal Data'  
 => '个人资料',     'Select Sequence To Print From'
 #=> '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 Students and Resources'
 => '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 Style File'
 => '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 modify the student's information"
 => '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 a user name to view the users personal page.'
 => 'Ungültiger Heimatserver für Kurs [_1]',  => '选择一个用户名,以查看用户的个人页面。',
   
    'Please contact your LON-CAPA administrator regarding this situation.'     'Select resources for the assignment'
 => 'Bitte kontaktieren Sie zu dieser Angelegenheit Ihren LON-CAPA-Administrator.',  => 'Select resources for the assignment',
   
    'Please select an authentication mechanism'     'Set'
 => 'Wählen Sie bitte eine Authentifizierungs-Methode aus',  => '设置',
   
    'Please select the Authentication mechanism'     'Set?'
 => 'Auswahl der Authentifizierungs-Methode',  => '设置?',
   
    'Please stand by.'     'Set Course Environment'
 => 'Bitte warten.',  => '设置课程环境',
   
    "Please use browser 'Back' button and pick a filename"     'Set End Date'
 => "Benutzen Sie bitte den Zurück-Button des Webbrowsers und wählen Sie einen Dateinamen aus",  => '设置结束日期',
   
    'Preparing Printout'     'Set Individual User Roles'
 => 'Bereite Ausdruck vor',  => '设定用户角色和权限',
   
    'Print'     'Set Start Date'
 => 'Drucken',  => '设置开始日期',
   
    'Print Index'     'Set content feedback to Course Coordinator'
 => 'Index drucken',  => 'Set content feedback to Course Coordinator',
   
    'Print Discussions'     'Set course policy feedback to Course Coordinator'
 => 'Diskussionsbeiträge drucken',  => 'Set course policy feedback to Course Coordinator',
   
    'Print Annotations'     'Set opening date for all problems in the course for. . .'
 => 'Notizen drucken',  => 'Set opening date for all problems in the course for. . .',
   
    'Print Table of Contents'     'Set to ...'
 => 'Inhaltsverzeichnis drucken',  => 'Set to ...',
   
    'Print:'     'Show Answer'
 => 'Drucke:',  => 'Show Answer',
   
    'Problems from entire course'     'Show Feedback'
 => 'Aufgaben des gesamten Kurses',  => 'Show Feedback',
   
    'Processed file: [_1]'     'Simple Edit'
 => 'Verarbeitete Datei: [_1]',  => 'Simple Edit',
   
    'Publish this Resource'     'Start Time'
 => 'Diese Ressource veröffentlichen',  => 'Start Time',
   
    'Randomization algorithm used'     "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
 => 'Verwendeter Randomisierungs-Algorithmus',  => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
   
    'Recent'     'Starting Date'
 => 'zuletzt',  => '开始日期',
   
    'Rename current file to'     'Starting date'
 => 'Derzeitige Datei umbenennen in',  => '开始日期',
   
    'Report a Bug'     'Student ID'
 => 'Einen Fehler melden',  => '学生证',
   
    'Resource'     'Student Information'
 => 'Ressource',  => '学生信息',
   
    'Resource Differences'     'Student Sheet Links'
 => 'Ressourcen-Unterschiede',  => '学生表链接',
   
    'Resources from selected sequence in course'     'Student Status'
 => 'Ressourcen von ausgewählten Sequenzen im Kurs',  => '学生状态',
   
    'Response'     'Student Status: [_1]'
 => 'Antwort',  => '学生状态: [_1]',
   
    'Retrieve Old Version'     'Student information updated successfully.'
 => 'Alte Version wiederherstellen',  => '学生信息已成功更新。',
   
    'Retrieving current (most recent) version'     'Students need access key to enter course'
 => 'Aktuelleste Version wiederherstellen',  => 'Students need access key to enter course',
   
    'Retrieving old version'     'Students with expired roles'
 => 'Alte Version wiederherstellen',  => 'Students with expired roles',
   
    'Return to DOCS'     'Subject:'
 => 'Zurück zum Kursinhalt',  => '标题:',
   
    'Reverse Association'     'Submissions'
 => 'Umgekehrte Assoziierung',  => 'Submissions',
   
    'Revoke'     'Submit Modifications'
 => 'Entziehen',  => '提交更改',
   
    'Revoke Existing Roles'     'Submit entries below as answer to receive credit'
 => 'Bestehende Rollen entziehen',  => 'Submit entries below as answer to receive credit',
   
    'Role'     'Survey Question'
 => 'Rolle',  => 'Survey Question',
   
    'Role:'     'Survey question'
 => 'Rolle:',  => 'Survey question',
   
    'Role Information'     'System Level'
 => 'Information zur Rolle',  => 'System Level',
   
    'Sample Points:'     'Target Edit Map'
 => 'Abtastpunkte:',  => 'Target Edit Map', #??? [SB 18.10.2006]
   
    'Save entries below as a draft answer (not submitting them for credit yet)'     'TeX unconverted due to errors'
 => 'Die untenstehenden Eintragungen als Entwurf speichern (aber noch nicht endgültig einreichen)',  => 'TeX unconverted due to errors',
   
    'Select Action'     'TeX unconverted due to previous errors'
 => 'Aktion auswählen',  => 'TeX unconverted due to previous errors',
   
    'Select All Resources'     'The error reported was'
 => 'Alle Ressourcen auswählen',  => 'The error reported was',
   
    'Select Printing Options:'     '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.'
 => 'Auswahl der Druckoptionen',  => '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 Problem(s) to print'     "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."
 => 'Aufgaben zum Ausdrucken wählen',  => "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 Resource(s) to print'     'The requested file'
 => 'Ressource(n) zum Ausdrucken wählen',  => 'The requested file',
   
    'Select Resources To Print'     'The student must log out and log in again to see these changes.'
 => 'Ressourcen zum Ausdrucken wählen',  => 'The student must log out and log in again to see these changes.',
   
    'Select Section'     'There are currently no Error Messages for this resource.'
 => 'Sektion auswählen',  => 'There are currently no Error Messages for this resource.',
   
    'Select Sequence To Print From'     'There are no Evaluation Comments on this resource.'
 => 'Sequenz, von der gedruckt werden soll, auswählen',  => 'There are no Evaluation Comments on this resource.',
   
    'Select Students and Resources'     'There was an error determining the environment values for'
 => 'Studierenden und Ressourcen auswählen',  => 'There was an error determining the environment values for',
   
    'Select Style File'     'Top Level Map'
 => 'Styledatei auswählen',  => 'Top Level Map',
   
    "Select a user name to modify the student's information"     'Type Name Here'
 => "Klicken Sie auf die Benutzerkennung, um die Daten des Studierenden zu ändern.",  => 'Type Name Here',
   
    'Select a user name to view the users personal page.'     'Type in value'
 => 'Wählen Sie eine Benutzerkennung, von welcher Sie die persönliche Seite ansehen möchten.',  => 'Type in value',
   
    'Select resources for the assignment'     'Type:'
 => 'Wählen Sie Ressourcen für die Übung aus',  => 'Type:',
   
    'Set'     'UNDISPLAYABLE'
 => 'Setze',  => 'UNDISPLAYABLE',
   
    'Set?'     'Unable to enroll'
 => 'Setzen?',  => 'Unable to enroll',
   
    'Set Course Environment'     'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
 => 'Kursumgebung',  => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
   
    'Set End Date'     'Unable to retrieve environment data for'
 => 'Endedatum festlegen',  => 'Unable to retrieve environment data for',
   
    'Set Individual User Roles'     'Unable to set default dates for course'
 => 'Benutzerrollen und -rechte einrichten',  => 'Unable to set default dates for course',
   
    'Set Start Date'     'Unavailable course'
 => 'Anfangsdatum festlegen',  => 'Unavailable course',
   
    'Set content feedback to Course Coordinator'     'Unknown Action'
 => 'Inhaltsbezogenes Feedback soll Kurs-Koordinator erhalten',  => 'Unknown Action',
   
    'Set course policy feedback to Course Coordinator'     'Upload file'
 => 'Feedback zu Kursrichtlinien soll Kurs-Koordinator erhalten',  => 'Upload file',
   
    'Set opening date for all problems in the course for. . .'     'Upload file to Authoring Space'
 => 'Setze Öffnungstermin für alle Aufgaben in dem Kurs auf. . .',  => 'Upload file to Authoring Space',
   
    'Set to ...'     'VIEW'
 => 'Setze auf...',  => 'VIEW',
   
    'Show Answer'     'View the FAQ'
 => 'Zeige Antwort',  => 'View the FAQ',
   
    'Show Feedback'     'Visibly Separate Items on Pages'
 => 'Zeige Feedback',  => 'Visibly Separate Items on Pages',
   
    'Simple Edit'     'WARNING: The metadata table does not exist in the LON-CAPA database.'
 => 'Einfacher Editor',  => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
   
    'Start Time'     'Warning: change of MIME type!'
 => 'Startzeit',  => 'Warning: change of MIME type!',
   
    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"     'Warning: target file exists!'
 => "Beginne jede studentische Übung auf einer neuen Seite/Spalte (füge einen Seitenvorschub nach jeder Übung ein)",  => 'Warning: target file exists!',
   
    'Starting Date'     'Warning: target file exists, and has been published!'
 => 'Anfangsdatum',  => 'Warning: target file exists, and has been published!',
   
    'Starting date'     'Width'
 => 'Anfangsdatum',  => 'Width',
   
    'Student ID'     'Print Options'
 => 'Matrikelnummer',  => '打印选项',
   
    'Student Information'     'Print Answers'
 => 'Studenten-Informationen',  => '打印回答',
   
    'Student Sheet Links'     'Only Answers'
 => 'Tabellenlinks des Studierenden',  => '只有回答',
   
    'Student Status'     'With Answers'
 => 'Studierendenstatus',  => '带答案',
   
    'Student Status: [_1]'     'Without Answers'
 => 'Studierendenstatus: [_1]',  => '没有答案',
   
    'Student information updated successfully.'     'You are working with an unsaved version of your map.'
 => 'Studenten-Informationen erfolgreich aktualisiert.',  => 'You are working with an unsaved version of your map.',
   
    'Students need access key to enter course'     'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
 => 'Die Studierenden benötigen zum Betreten des Kurses einen Zugangsschlüssel',  => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
   
    'Students with expired roles'     'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'
 => 'Studierende mit abgelaufenen Rollen',  => 'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.',
   
    'Subject:'     '[_1] (what you just saw on the screen)'
 => 'Thema:',  => '[_1] (what you just saw on the screen)',
   
    'Submissions'     '[_1] Local Authentication with argument [_2]'
 => 'Einreichungen',  => '[_1] 局部认证带 [_2]',
   
    'Submit Modifications'     'Currently using local (institutional) authentication.'
 => 'Veränderungen einreichen',  => 'Currently using local (institutional) authentication.', # => '目前使用的地方(机构)的认证。Derzeit lokal (institutionell) authentifiziert.',
   
    'Submit entries below as answer to receive credit'     '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'
 => 'Die untenstehenden Eintragungen 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) sectionID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:zol2',
   
    'Survey Question'     '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'
 => 'Frage einer Umfrage',  => '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',  => '选定后',
   
    'System Level'     'and'
 => 'Systemebene',  => 'and',
   
    'Target Edit Map'     'between'
 => 'Ziel Editor Inhaltszusammenstellung', #??? [SB 18.10.2006]  => 'between',
   
    'TeX unconverted due to errors'     'button'
 => 'TeX wegen Fehlern nicht konvertiert',  => 'button',
   
    'TeX unconverted due to previous errors'     'by'
 => 'TeX aufgrund vorheriger Fehler nicht konvertiert',  => 'by',
   
    'The error reported was'     'check all'
 => '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.'     'chmod error'
 => '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.',  => '属性错误',
   
    "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."     'click on the'
 => "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.",  => 'click on the',
   
    'The requested file'     'copy Error'
 => 'Die angeforderte Datei',  => '复制错误',
   
    'The student must log out and log in again to see these changes.'     'currently does not exist'
 => 'Der Studierende muss sich ausloggen und neu einloggen, um diese Änderungen zu sehen.',  => 'currently does not exist',
   
    'There are currently no Error Messages for this resource.'     'custom'
 => 'Momentan liegen keine Fehlermeldungen zu dieser Ressource vor.',  => "自定义",
   
    'There are no Evaluation Comments on this resource.'     'custom distribution file'
 => 'Zu dieser Ressource liegen keine Evaluierungskommentare vor.',  => '自定义文件', # ???
   
    'There was an error determining the environment values for'     'domain'
 => 'Es trat ein Fehler auf bei der Bestimmung der Umgebungswerte für',  => '域',
   
    'Top Level Map'     'expired or revoked'
 => 'Hauptebenen-Inhaltszusammenstellung',  => 'expired or revoked',
   
    'Type Name Here'     'extension'
 => 'Hier Name eingeben',  => 'extension',
   
    'Type in value'     'external'
 => 'Wert eingeben',  => 'external',
   
    'Type:'     'file<br />extension'
 => 'Typ:',  => 'file<br />extension',
   
    'UNDISPLAYABLE'     'first name'
 => 'NICHT DARSTELLBAR',  => '名',
   
    'Unable to enroll'     'generation'
 => 'Kursbelegung nicht möglich',  => '生成',
   
    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'     'in domain'
 => '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'     'internal'
 => 'Konnte die Umgebungsdaten nicht wiederherstellen für',  => '内部的',
   
    'Unable to set default dates for course'     'is in this state by royal decree.'
 => 'Konnte die Defaulttermine des Kurses nicht setzen für',  => 'is in this state by royal decree.',
   
    'Unavailable course'     'last name'
 => 'Nicht verfügbarer Kurs',  => '姓',
   
    'Unknown Action'     'make these dates the default for future enrollment'
 => 'Unbekannte Aktion',  => 'make these dates the default for future enrollment',
   
    'Upload class list'     'middle name'
 => 'Lade Kursteilnehmerliste hoch',  => '中名',
   
    'Upload file'     'name'
 => 'Datei hochladen',  => '姓',
   
    'Upload file to Construction Space'     'no ending date'
 => 'Datei in den Konstruktionsbereich hochladen',  => '无结束日期',
   
    'VIEW'     'number'
 => 'ANSICHT',  => 'number',
   
    'View the FAQ'     'obsolete replacement'
 => 'Zeige die FAQ',  => 'obsolete replacement',
   
    'Visibly Separate Items on Pages'     'only check if you know what you are doing'
 => 'Sichtbar unterschiedliche Einzelteile auf Seiten',  => 'only check if you know what you are doing',
   
    'WARNING: The metadata table does not exist in the LON-CAPA database.'     'only search domain [_1]'
 => 'ACHTUNG: Die Metadaten-Tabelle existiert nicht in der LON-CAPA-Datenbank.',  => '只在该域 [_1] 搜索',
   
    'Warning: change of MIME type!'     'optional'
 => 'Achtung: Änderung des MIME-Typs!',  => '可选的',
   
    'Warning: target file exists!'     'or any other value'
 => 'Achtung: Zieldatei existiert bereits!',  => '或任何其他的值',
   
    'Warning: target file exists, and has been published!'     'private'
 => 'Achtung: Zieldatei existiert und wurde bereits veröffentlicht!',  => '私人的',
   
    'Width'     'public'
 => 'Breite',  => '公开的',
   
    'Print Options'     'publisher<br />owner'
 => 'Druckoptionen',  => 'publisher<br />owner',
   
    'Print Answers'     'section'
 => 'Antworten drucken',  => 'section',
   
    'Only Answers'     'standard'
 => 'Nur Antworten',  => '标准的',
   
    'With Answers'     'standard LaTeX mode'
 => 'Mit Antworten',  => '标准的 LaTeX 模式',
   
    'Without Answers'     'standard courses only'
 => 'Ohne Antworten',  => '只标准课程',
   
    'You are working with an unsaved version of your map.'     'student name'
 => '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.'     'template'
 => 'Sie haben die ID/Matrikelnummer geändert, aber nicht den ID-/Matrikelnummer-Safeguard deaktiviert. Die ID/Matrikelnummer wird daher nicht geändert.',  => '模板',
   
    'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'     'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
 => 'Ihre Versuch zur Änderung der Rolleninformationen für diesen Studenten wurde abgelehnt. Sie haben offensichtlich nicht genügend Rechte zum Ändern der Studenten-Daten.',  => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
   
    '[_1] (what you just saw on the screen)'     'unable to enroll'
 => '[_1] (was Sie gerade auf dem Bildschirm sahen)',  => '无法注册',
   
    '[_1] Local Authentication with argument [_2]'     'uncheck all'
 => '[_1] Lokale Authentifizierung mit Argument [_2]',  => '全部取消',
   
    'Currently using local (institutional) authentication.'     'use related words'
 => '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'     'username'
 => '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',  => '用户名',
   
    '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'     'versus'
 => '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',  => 'versus',
   
    'after selected'     'with server'
 => 'nach erfolgter Auswahl',  => 'with server',
   
    'and'     'yes'
 => 'und',  => '是',
   
    'anno.gif'     'Swedish Chef'
 => 'anno.gif',  => 'Swedish Chef',
   
    'anot.gif'     '[_1] for default hiding'
 => 'anot.gif',  => '[_1] for default hiding',
   
    'bchat.gif'     '[_1] for visible separation.'
 => 'bchat.gif',  => '[_1] for visible separation.',
   
    'between'     'Changes will not show until next login.'
 => 'zwischen',  => 'Changes will not show until next login.',
   
    'button'     '[_1] if allowed, anything else if not'
 => 'Button',  => '[_1] if allowed, anything else if not',
   
    'by'     '"[_1]" to disable, anything else if not'
 => 'durch',  => '"[_1]" to disable, anything else if not',
   
    'catalog.gif'     '[_1] to suppress, anything else to not suppress'
 => 'catalog.gif',  => '[_1] to suppress, anything else to not suppress',
   
    'ccrs.gif'     'Set value to [_1] to allow all roles.'
 => 'ccrs.gif',  => 'Set value to [_1] to allow all roles.',
   
    'check all'     '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
 => 'Alle auswählen',  => '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
   
    'chmod error'     '[_1] is not an acceptable weight. Weight must be a positive number.'
 => 'Fehler beim Auführen von chmod',  => '[_1] is not an acceptable weight. Weight must be a positive number.',
   
    'chrt.gif'     '1 minute'
 => 'chrt.gif',  => '1 minute',
   
    'click on the'     '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
 => 'klicken Sie bitte auf',  => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',
   
    'com.gif'     '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
 => 'com.gif',  => '<b>HTML banned</b>: HTML will not be allowed in discussion postings.',
   
    'copy Error'     '<b>Instructor</b> - instructors will not be able to participate in discussions'
 => 'Kopierfehler',  => '<b>Instructor</b> - instructors will not be able to participate in discussions',
   
    'courses.gif'     '<b>Instructor</b> - instructors will not be able to use or view the chat room'
 => 'courses.gif',  => '<b>Instructor</b> - instructors will not be able to use or view the chat room',
   
    'cprv.gif'     '<b>Students</b> - students will not be able to participate in discussions'
 => 'cprv.gif',  => '<b>Students</b> - students will not be able to participate in discussions',
   
    'cstr.gif'     '<b>Students</b> - students will not be able to use or view the chat room.'
 => 'cstr.gif',  => '<b>Students</b> - students will not be able to use or view the chat room.',
   
    'currently does not exist'     '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
 => 'existiert z.Z. nicht',  => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',
   
    'custom'     '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
 => "benutzerdefiniert", # 'anpassbar', # individuell ???  => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',
   
    'custom distribution file'     'Your current LON-CAPA domain is [_1].'
 => 'benutzerdefinierte Datei', # ???  => 'Your current LON-CAPA domain is [_1].',
   
    'docs.gif'     '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',  => '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.',
   
    'domain'     'Granting permission to clone course'
 => 'Domäne',  => 'Granting permission to clone course',
   
    'egrd.gif'     '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',  => '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:',
   
    'enrl.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',  => '(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.',
   
    'eval.gif'     'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click &quot;Next&quot;.'
 => 'eval.gif',  => 'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click &quot;Next&quot;.',
   
    'expired or revoked'     'Allow limited HTML in discussion posts'
 => 'abgelaufen oder entzogen',  => 'Allow limited HTML in discussion posts',
   
    'extension'     'Allow problems to be split over pages'
 => 'Endung',  => 'Allow problems to be split over pages',
   
    'external'     'Answer Date (answerdate)'
 => 'extern',  => 'Answer Date (answerdate)',
   
    'fdbk.gif'     'Chat Room Participation'
 => 'fdbk.gif',  => 'Chat Room Participation',
   
    'file<br />extension'     'Chat Participation'
 => 'Datei-<br />Endung',  => 'Chat Participation',
   
    'first name'     'Click here to return to the chart.'
 => 'Vorname',  => 'Click here to return to the chart.',
   
    'generation'     'Completed'
 => 'Generation',  => 'Completed',
   
    'grds.gif'     'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.'
 => 'grds.gif',  => 'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.',
   
    'in domain'     'Course ID or number'
 => 'in Domäne',  => 'Course ID or number',
   
    'internal'     'Course Initialization Helper'
 => 'intern',  => 'Course Initialization Helper',
   
    'is in this state by royal decree.'     'Course default for all problems'
 => 'hat die Erlaubnis aufgrund eines königlichen Erlasses.',  => 'Course default for all problems',
   
    'keys.gif'     '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.'
 => 'keys.gif',  => '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.',
   
    'last name'     'Courses'
 => 'Nachname',  => '课程',
   
    'logout.gif'     'Default beginning date when enrolling students'
 => 'logout.gif',  => 'Default beginning date when enrolling students',
   
    'make these dates the default for future enrollment'     'Default ending date when enrolling students'
 => 'Diese Datumswerte als voreingestellte Werte für zukünftige Kursbelegungen verwenden',  => 'Default ending date when enrolling students',
   
    'middle name'  
 => 'zweiter Vorname',     'Default set of options to pass to tth/m when converting tex'
   => 'Default set of options to pass to tth/m when converting tex',
    'name'  
 => 'Name',     'Disable display of problem receipts'
   => 'Disable display of problem receipts',
    'nav.gif'  
 => 'nav.gif',     'Disallow Resource Discussion for Roles'
   => 'Disallow Resource Discussion for Roles',
    'no ending date'  
 => 'kein Endedatum',     'Disallow Resource Discussion for Users'
   => 'Disallow Resource Discussion for Users',
    'number'  
 => 'Nummer',     'Disallow live chatroom use for Roles'
   => 'Disallow live chatroom use for Roles',
    'obsolete replacement'  
 => 'veraltete Ersetzung',     'Disallow live chatroom use for Users'
   => 'Disallow live chatroom use for Users',
    'only check if you know what you are doing'  
 => 'nur auswählen, wenn Sie wissen, was Sie tun',     'Discussion Participation'
   => 'Discussion Participation',
    '[_1] only search domain [_2]' # 1: checkbox, 2: domain  
 => '[_1] Nur in Domäne [_2] suchen',     'Due Date (contentclose)'
   => 'Due Date (contentclose)',
    'optional'  
 => 'optional',     'Due Date (duedate)'
   => 'Due Date (duedate)',
    'or any other value'  
 => 'oder jeder andere Wert',     'Every problem in a particular folder (overrides course default)'
   => 'Every problem in a particular folder (overrides course default)',
    'parm.gif'  
 => 'parm.gif',     'Exit'
   => '退出',
    'pref.gif'  
 => 'pref.gif',     'Feedback Addresses for Course Content'
   => '课程内容的信息反馈地址',
    'private'  
 => 'privat',     'Finish Helper'
   => '结束帮助程序',
    'prt.gif'  
 => 'prt.gif',     'HTML can be allowed or banned inside of course discussion.'
   => 'HTML can be allowed or banned inside of course discussion.',
    'public'  
 => 'öffentlich',     'HTML in Discussions'
   => 'HTML in Discussions',
    'publisher<br />owner'  
 => 'Herausgeber<br />Besitzer',     'Hide Empty Rows in Spreadsheets'
   => 'Hide Empty Rows in Spreadsheets',
    'res.gif'  
 => 'res.gif',     'How many tries should be set for all problems in the course?'
   => 'How many tries should be set for all problems in the course?',
    'roles.gif'  
 => 'roles.gif',     'How many tries should be set for the selected folder?'
   => 'How many tries should be set for the selected folder?',
    'sbkm.gif'  
 => 'sbkm.gif',     'How many tries should be set for the selected problem?'
   => 'How many tries should be set for the selected problem?',
    'section'  
 => 'Sektion',     '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.',
    'set[_1]'  
 => 'Set[_1]',     '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.',
    'spacer.gif'  
 => 'spacer.gif',     'No section assigned'
   => 'No section assigned',
    'sprs.gif'  
 => 'sprs.gif',     'Number of assignments printed at the same time:'
   => 'Number of assignments printed at the same time:',
    'src.gif'  
 => 'src.gif',     'Opening Date (contentopen)'
   => 'Opening Date (contentopen)',
    'standard'  
 => 'Standard',     'Opening Date (opendate)'
   => 'Opening Date (opendate)',
    'standard LaTeX mode'  
 => 'Standard-LaTeX-Modus',     'Please adjust significant figures.'
   => 'Please adjust significant figures.',
    'standard courses only'  
 => 'Nur Standardkurse',     '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:',
    'stat.gif'  
 => 'stat.gif',     'Please select the section you wish to set the due date for:'
   => 'Please select the section you wish to set the due date for:',
    'student name'  
 => 'Name des Studenten',     '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:',
    'template'  
 => 'Vorlage',     'Please select the section you wish to set the opening date for:'
   => 'Please select the section you wish to set the opening 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 section you wish to set the problem weight for:'
   => 'Please select the section you wish to set the problem weight for:',
    'unable to enroll'  
 => 'Belegung nicht möglich',     '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:',
    'uncheck all'  
 => 'Gesamte Auswahl aufheben',     'Please select the student you wish to set the due date for:'
   => 'Please select the student you wish to set the due date for:',
    'use related words'  
 => 'Verwende ähnliche Wörter',     '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:',
    '[_1] use related words'  
 => '[_1] verwende ähnliche Wörter',     'Please select the student you wish to set the opening date for:'
   => 'Please select the student you wish to set the opening date for:',
    'username'  
 => 'Benutzerkennung',     'Please select the student you wish to set the problem weight for:'
   => 'Please select the student you wish to set the problem weight for:',
    'vbkm.gif'  
 => 'vbkm.gif',     'Privileged users that should not be hidden on staff listings'
   => 'Privileged users that should not be hidden on staff listings',
    'versus'  
 => 'gegen',     '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)',
    'with server'  
 => 'mit Server',     'Reading results from [_1]'
   => 'Reading results from [_1]',
    'yes'  
 => 'ja',     'Receipt algorithm used'
   => 'Receipt algorithm used',
    'Swedish Chef'  
 => 'Dänischer Koch',     'Receiving results from [_1]'
   => 'Receiving results from [_1]',
    '[_1] for default hiding'  
 => '[_1] für voreingestelltes Verbergen',     'Resources'
   => '资源',
    '[_1] for visible separation.'  
 => '[_1] für sichtbare Trennung.',     'Search Complete on Server [_1]'
   => 'Search Complete on Server [_1]', # '搜索完成 [_1]',
    'Changes will not show until next login.'  
 => 'Änderungen werden beim nächsten Login aktiv.',     'Search: [_1]'
   => '搜索: [_1]',
    '[_1] if allowed, anything else if not'  
 => '[_1], um zu erlauben. Alles andere, um nicht zu erlauben.',     'Select All Files'
   => '选择所有文件',
    '"[_1]" to disable, anything else if not'  
 => '"[_1]", um zu deaktivieren. Alles andere, um zu aktivieren.',     'Select All Published'
   => '选择所有发布的',
    '[_1] to suppress, anything else to not suppress'  
 => '[_1], um zu unterdrücken. Alles andere, um nicht zu unterdrücken.',     'Select Folder'
   => '选择文件夹',
    'Set value to [_1] to allow all roles.'  
 => '[_1], um für alle Rollen zu erlauben.',     'Select Only Current Students'
   => '只选择目前的学生',
   
    '# Do not translate this line.  [_1] is a check box'     'Select Problem'
 => '# 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 Student'
 => '# Diese Zeile nicht übersetzen.  [_1] ist ein Ankreuzfeld, [_2] ist ein Texteingabefeld',  => '选择学生',
   
    '# Do not translate this line.  [_1] is a column index.'     'Select for Section/Group'
 => '# Diese Zeile nicht übersetzen.  [_1] ist ein Spaltenindex.',  => '选择科/组',
   
    '# Do not translate this line.  [_1] is a drop-down box listing domains.'     'Select the folder you wish to set the parameter for:'
 => '# Diese Zeile nicht übersetzen.  [_1] ist ein Feld, um Domänen auszuwählen.',  => 'Select the folder you wish to set the parameter for:',
   
    '# Do not translate this line.  [_1] is a username'     'Select the problem you wish to set the parameter for:'
 => '# Diese Zeile nicht übersetzen.  [_1] ist eine Benutzerkennung',  => 'Select the problem you wish to set the parameter for:',
   
    '# Do not translate this line.  [_1] is the number of students processed'     'Set Problem Tries'
 => '# Diese Zeile nicht übersetzen.  [_1] ist die Anzahl der bearbeiteten Studierdendatensätze',  => 'Set Problem Tries',
   
    '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.'     'Set Problem Weight'
 => '# Diese Zeile nicht übersetzen.  [_1] ist Benutzerkennung, [_2] - [_5] sind Vorname, 2. Vorname, Nachname und Generation.',  => 'Set Problem Weight',
   
    '# Do not translate this line.  [_1] is username, [_2] is error message'     'Set answer open date for all problems in the course for ...'
 => '# Diese Zeile nicht übersetzen.  [_1] ist Benutzerkennung, [_2] ist Fehlermeldung',  => 'Set answer open date for all problems in the course for ...',
   
   '# Do not translate this line.  [_1] is username@domain'     'Set answer open date for the selected folder for ...'
 => '# Diese Zeile nicht übersetzen.  [_1] ist benutzername@domäne',  => 'Set answer open date for the selected folder for ...',
   
    '# Do not translate this line.  [_1] is username@domain [_2] is the error message.'     'Set answer open date for the selected problem for...'
 => '# Diese Zeile nicht übersetzen.  [_1] ist benutzername@domäne [_2] ist die Fehlermeldung.',  => 'Set answer open date for the selected problem for...',
   
    '# Do not translate this line.  [_1], [_3], and [_4] are check boxes'     'Set due date for all problems in the course for ...'
 => '# Diese Zeile nicht übersetzen.  [_1], [_3], und [_4] sind Auswahlfelder',  => 'Set due date for all problems in the course for ...',
   
    '# Do not translate this line.  [_2] is a text entry element'     'Set due date for the selected folder for ...'
 => '# Diese Zeile nicht übersetzen.  [_2] ist ein Texteingabefeld',  => 'Set due date for the selected folder for ...',
   
    '# [_1] is a drop-down selection box'     'Set due date for the selected problem for ...'
 => '# [_1] ist ein Drop-Down-Auswahlmenü',  => 'Set due date for the selected problem for ...',
   
    '# [_1] is a number [_2] is the current domain'     'Set number of tries for all problems in the course for ...'
 => '# [_1] ist eine Nummer [_2] ist der derzeitige Bereich',  => 'Set number of tries for all problems in the course for ...',
   
    '# [_1] is an html link to the current file '     'Set number of tries for the selected folder for ...'
 => '# [_1] ist eine html-Verknüpfung zur derzeitigen Datei ',  => 'Set number of tries for the selected folder for ...',
   
    '# _1 is a selection dialog'     'Set number of tries for the selected problem for ...'
 => '# _1 ist ein Auswahldialog',  => 'Set number of tries for the selected problem for ...',
   
    '# _1 is a server name'     'Set opening date for all problems in the course for ...'
 => '# _1 ist ein Servername',  => 'Set opening date for all problems in the course for ...',
   
    '# _1 is search string'     'Set opening date for the selected folder for ...'
 => '# _1 ist ein Suchbegriff',  => 'Set opening date for the selected folder for ...',
   
    "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'"     'Set opening date for the selected problem for ...'
 => "# _1, _3, und _5 sind Verknüpfungsanker, _2,_4, und _6 sind '</a>'",  => 'Set opening date for the selected problem for ...',
   
    '#[_1] is the foil name'     'Set problem weight for all problems in the course for ...'
 => '#[_1] ist die Bezeichnung der Auswahlmöglichkeit',  => 'Set problem weight for all problems in the course for ...',
   
    '#_1 is the foil name, _2 is the current value of the foil'     'Set problem weight for the selected folder for ...'
 => '#_1 ist die Bezeichnung der Auswahlmöglichkeit, _2 ist der aktuelle Wert der Auswahlmöglichkeit',  => 'Set problem weight for the selected folder for ...',
   
    '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.'     'Set problem weight for the selected problem for ...'
 => '&quot; [_1] &quot; ist keine zulässige Anzahl von Versuchen. Die Anzahl muss eine positive, ganze Zahl (ohne Dezimaltrennzeichen) sein.',  => 'Set problem weight for the selected problem for ...',
   
    '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.'     'Set value to [_1] to allow.'
 => '&quot; [_1] &quot; ist keine zulässige Gewichtung. Die Gewichtung muss eine positive Zahl sein.',  => 'Set value to [_1] to allow.',
   
    '1 minute'     'Setting the [_1]'
 => '1 Minute',  => 'Setting the [_1]',
   
    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'     'Setting the [_1] to [_2]'
 => '<b>HTML zugelassen</b>: Diskussionsteilnehmer können in ihren Beiträgen eingeschränkten HTML-Befehlssatz verwenden.',  => 'Setting the [_1] to [_2]',
   
    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'     'Student Name'
 => '<b>HTML verboten</b>: HTML wird in Diskussionen nicht zugelassen.',  => '学生姓名',
   
    '<b>Instructor</b> - instructors will not be able to participate in discussions'     '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>Dozent</b> - Dozenten werden nicht an den Diskussionen teilnehmen können.',  => '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>Instructor</b> - instructors will not be able to use or view the chat room'     'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
 => '<b>Dozent</b> - Dozenten werden den Chatroom weder betreten noch die Inhalte einsehen können',  => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
   
    '<b>Students</b> - students will not be able to participate in discussions'     'There are no currently enrolled students in the course.'
 => '<b>Studierende</b> - Studenten werden nicht an Diskussionen teilnehmen können',  => 'There are no currently enrolled students in the course.',
   
    '<b>Students</b> - students will not be able to use or view the chat room.'     'There are no currently enrolled students in the selected sections.'
 => '<b>Studierende</b> - Studenten werden den Chatroom weder betreten noch die Inhalte einsehen können',  => 'There are no currently enrolled students in the selected sections.',
   
    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'     'There are no previously enrolled students in the course.'
 => '<b>Tutor</b> - Tutoren werden nicht an den Diskussionen teilnehmen können',  => 'There are no previously enrolled students in the course.',
   
    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'     'There are no previously enrolled students in the selected sections.'
 => '<b>Tutor</b> - Tutoren werden den Chatroom weder betreten noch die Inhalte einsehen können',  => 'There are no previously enrolled students in the selected sections.',
   
    '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>'     'There are no students with future access in the course.'
 => '<p>Ihre derzeitige LON-CAPA-Domäne ist &quot;<b>[_1]</b>&quot;.</p>',  => 'There are no students with future access 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 with future access 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 with future access 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;.'     'There are no students in the course.'
 => '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>.',  => 'There are no students in the course.',
   
    'Allow limited HTML in discussion posts'     'There are no students in the selected sections.'
 => 'Beschränkte Verwendung von HTML in den Diskussionsbeiträgen zulassen',  => 'There are no students in the selected sections.',
   
    'Allow problems to be split over pages'     'This controls how receipt numbers are generated.'
 => 'Erlauben, dass sich Aufgaben auf mehrere Seiten aufteilen dürfen',  => 'This controls how receipt numbers are generated.',
   
    'Answer Date (answerdate)'     'This helper will set up your LON-CAPA course and choose which features will be active.'
 => 'Antwort-Verfügbarkeits-Datum (answerdate)',  => 'This helper will set up your LON-CAPA course and choose which features will be active.',
   
    'Chat Participation'     'Unselect All Files'
 => 'Teilnahme am Chat',  => 'Unselect All Files',
   
    'Click here to return to the chart.'     'Unselect All Published'
 => 'Klicken Sie hier, um zum Chart zurückzukehren.',  => 'Unselect All Published',
   
    'Completed'     'Unselect All Resources'
 => 'Ausgeführt',  => 'Unselect All Resources',
   
    'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.'     'Unselect for Section/Group'
 => 'Bestätigen Sie, dass diese Informationen richtig sind. Klicken Sie dann auf &quot;Beende Hilfsprogramm&quot;, um das Einstellen der Parameter abzuschließen.',  => '取消选择科/组',
   
    'Course ID or number'     'Welcome to Your New LON-CAPA Course'
 => 'Kurs-ID oder -Nummer',  => '欢迎使用您的新 LON-CAPA 课程',
   
    'Course Initialization Helper'     'What parameter do you want to set for the selected folder?'
 => 'Hilfsprogramm zur Kurs-Einrichtung',  => 'What parameter do you want to set for the selected folder?',
   
    'Course default for all problems'     'What parameter do you want to set for the selected problem?'
 => 'Voreinstellungen des Kurses für alle Aufgaben',  => 'What parameter do you want to set for the selected problem?',
   
    '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 should the answer open date be set to?'
 => '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 should the answer open date be set to?',
   
    'Courses'     'What should the due date be set to?'
 => '课程',  => 'What should the due date be set to?',
 #=> 'Kurse',  
      'What weight should be set for all problems in the course?'
    'Default beginning date when enrolling students'  => 'What weight should be set for all problems in the course?',
 => 'Voreingestelltes Anfangsdatum für die studentische Kursbelegung',  
      'What weight should be set for the selected folder?'
    'Default ending date when enrolling students'  => 'What weight should be set for the selected folder?',
 => 'Voreingestelltes Endedatum für die studentische Kursbelegung',  
      'What weight should be set for the selected problem?'
   => 'What weight should be set for the selected problem?',
    'Default set of options to pass to tth/m when converting tex'  
 => 'Voreingestellte Optionen für tth/m für die Konvertierung von TeX',     'Your course is now set up. Please select the Save button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen (Course Configuration).'
   => 'Your course is now set up. Please select the Save button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen (Course Configuration).',
    'Disable display of problem receipts'  
 => 'Anzeige von Aufgaben-Nachweisnummern deaktivieren',     '[_1] Filesystem Authenticated (with initial password [_2])'
   => '[_1] Filesystem Authenticated (with initial password [_2])',
    'Disallow Resource Discussion for Roles'  
 => 'Diskussion über Ressource für folgende Rollen nicht gestatten:',     'Currently Filesystem Authenticated.'
   => 'Currently Filesystem Authenticated.',
    'Disallow Resource Discussion for Users'  
 => 'Diskussion über Ressource für folgende Benutzer nicht gestatten:',     '[_1] Internally authenticated (with initial password [_2])'
   => '[_1] LON-CAPA 内部认证 (初始密码 [_2])',
    'Disallow live chatroom use for Roles'  
 => 'Nutzungsmöglichkeit des Live-Chatrooms für folgende Rollen nicht gestatten:',     'Currently internally authenticated.'
   => '目前 LON-CAPA 内部认证。',
    'Disallow live chatroom use for Users'  
 => 'Besuchen des Live-Chatrooms für folgende Benutzer nicht gestatten:',     'Records per Page:'
   => '每页显示结果:',
    'Discussion Participation'  
 => 'Diskussionsteilnahme',     '[_1] with value [_2]'
   => '[_1] 与价值 [_2]',
    'Due Date (contentclose)'  
 => 'Fälligkeitsdatum (contentclose)',     'all resources in the course'
   => '课程中的所有资源',
    'Due Date (duedate)'  
 => 'Fälligkeitsdatum (duedate)',     'all students in course'
   => '在课程中的所有学生',
    'Every problem in a particular folder (overrides course default)'  
 => 'Jede Aufgabe in einen bestimmten Verzeichnis (überschreibt Kurs-Voreinstellung)',     'anonymous students'
   => '匿名学生',
    'Exit'  
 => '退出',     'answer date'
   => '回答日期',
    'Feedback Addresses for Course Content'  
 => 'Feedback-Adressen für Kursinhalt',     'contacting [_1]'
   => '联系 [_1]',
    'Finish Helper'  
 => 'Beende Hilfsprogramm',     'due date'
   => '截止日期',
    'HTML can be allowed or banned inside of course discussion.'  
 => 'HTML kann innerhalb von Kursdiskussionen erlaubt oder verboten werden.',     'for'
   => 'for',
    'HTML in Discussions'  
 => 'HTML in Diskussionen',     'for [_1]all resources in the course[_2]'
   => '为 [_1]课程中的所有资源 [_2]',
    'Hide Empty Rows in Spreadsheets'  
 => 'Leere Zeilen in den Beurteilungsbögen verbergen',     'for [_1]all students in course[_2]'
   => '为 [_1]在课程中的所有学生 [_2]',
    'How many tries should be set for all problems in the course?'  
 => 'Wieviele Versuche sollten für alle Aufgaben im Kurs gesetzt werden?',     'for [_1]'
   => '为 [_1]',
    'How many tries should be set for the selected folder?'  
 => 'Wieviele Versuche sollten für alle gewählten Verzeichnisse gesetzt werden?',     'for section [_1]'
   => 'for section [_1]',
    'How many tries should be set for the selected problem?'  
 => 'Wieviele Versuche sollten für die ausgewählte Aufgabe gesetzt werden?',     'for the map named [_1]'
   => 'for the map named [_1]',
    '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.',     'for the resource named [_1], part [_2]'
   => 'for the resource named [_1], part [_2]',
    '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.',     'for the resource ID [_1] (name unavailable), part [_2]'
   => 'for the resource ID [_1] (name unavailable), part [_2]',
    'No section assigned'  
 => 'Keiner Sektion zugewiesen',     'from'
   => 'from',
    'Number of assignments printed at the same time:'  
 => 'Anzahl von Übungen, die gleichzeitig gedruckt werden sollen:',     'from current subdirectory'
   => 'from current subdirectory',
    'Opening Date (contentopen)'  
 => 'Bearbeitungsbeginn-Datum (contentopen)',     'helper'
   => '辅助程序',
    'Opening Date (opendate)'  
 => 'Bearbeitungsbeginn-Datum (opendate)',     'in'
   => 'in',
    'Please adjust significant figures.'  
 => 'Bitte passen Sie die signifikanten Stellen an.',     'instructor'
    => '讲师',
    '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:',     'number of tries'
   => '尝试次数',
    '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:',     'opening date'
   => '开始日期',
    '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:',     'problem weight'
   => '问题难度',
    '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:',     'role,role,...'
   => '角色,角色,...',
    '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:',     'selected students'
   => '选定的学生',
    '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:',     'student'
   => '学生',
    '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:',     'to'
   => 'to',
    '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:',     'to [_1] ([_2])'
   => 'to [_1] ([_2])',
    '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:',     'waiting on [_1]'
   => '等待 [_1]',
    '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:',     'what you just saw on the screen'
   => 'what you just saw on the screen',
    'Privileged users that should not be hidden on staff listings'  
 => 'Privilegierte Nutzer, die auf Personallisten nicht verborgen werden sollen',     'Enter my portfolio space'
   => '文件夹空间',
    '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)',     'No syllabus information provided.'
   => 'No syllabus information provided.',
    'Reading results from [_1]'  
 => 'Lese Ergebnisse von [_1]',     'Sorry ...'
   => '对不起...',
    'Receipt algorithm used'  
 => 'Verwendetes Verfahren für Empfangsquittungen',     'This resource might be part of another course.'
   => 'This resource might be part of another course.',
    'Receiving results from [_1]'  
 => 'Erhalte Ergebnisse von [_1]',     'Agree'
   => 'Agree',
    'Resources'  
 => 'Ressourcen',     'Any comments?'
   => '评论:',
    'Search Complete [_1]'  
 => ' Suche vollständige(n) [_1]',     'Copy this column'
   => 'Copy this column',
    'Search: [_1]'  
 => 'Suche: [_1]',     'Disagree'
   => 'Disagree',
    'Select All Files'  
 => 'Alle Dateien auswählen',     'General Intro'
   => 'General Intro',
    'Select All Published'  
 => 'Alle veröffentlichten Ressourcen auswählen',     'Greek Symbols'
   => '希腊字母',
    'Select Folder'  
 => 'Verzeichnis auswählen',     'HTML character entities'
   => 'HTML character entities',
    'Select Only Current Students'  
 => 'Nur aktuelle Studenten 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 Problem'  
 => 'Aufgabe auswählen',     'LON-CAPA Help'
   => 'LON-CAPA Help',
    'Select Student'  
 => 'Studenten auswählen',     'Landscape'
   => 'Landscape',
    'Select for Section/Group'  
 => 'Auswahl für Sektion/Gruppe',     'Launch navigation window'
   => '启动导航窗口',
    'Select the folder you wish to set the parameter for:'  
 => 'Wählen Sie das Verzeichnis, für den sie den Parameter einstellen wollen:',     'Grade Levels'
   => '级别',
    'Select the problem you wish to set the parameter for:'  
 => 'Wählen Sie die Aufgabe, für die Sie den Parameter einstellen wollen:',     'Grade Level'
   => '级别',
    'Set Problem Tries'  
 => 'Aufgaben-Versuche einstellen',     'Lowest Grade Level'
   => '最低级别',
    'Set Problem Weight'  
 => 'Aufgaben-Gewichtung einstellen',     'Lowest Grade Level:'
   => '最低级别:',
    'Set answer open date for all problems in the course for ...'  
 => 'Setze Antwort-Verfügbarkeits-Datum aller Aufgaben des Kurses für...',     'Highest Grade Level'
   => '最高级别',
    'Set answer open date for the selected folder for ...'  
 => 'Setze Antwort-Verfügbarkeits-Datum des ausgewählten Verzeichnisses für...',     'Highest Grade Level:'
   => '最高级别:',
    'Set answer open date for the selected problem for...'  
 => 'Setze Antwort-Verfügbarkeits-Datum der ausgewählten Aufgabe für...',     'Mark all posts read'
   => '将所有帖子标记为已阅读',
    'Set due date for all problems in the course for ...'  
 => 'Setze Fälligkeitsdatum aller Aufgaben des Kurses für...',     'My question/comment/feedback:'
   => '我的问题/评论/反馈:',
    'Set due date for the selected folder for ...'  
 => 'Setze Fälligkeitsdatum des ausgewählten Verzeichnisses für...',     'Other Symbols'
   => '其他符号',
    'Set due date for the selected problem for ...'  
 => 'Setze Fälligkeitsdatum der ausgewählten Aufgabe für...',     'Please check at least one of the following feedback types:'
   => '请从以下选项:',
    'Set number of tries for all problems in the course for ...'  
 => 'Setze Anzahl der Versuche aller Aufgaben des Kurses für...',     'Please rank the following criteria:'
   => '请以以下标准评价:',
    'Set number of tries for the selected folder for ...'  
 => 'Setze Anzahl der Versuche des ausgewählten Verzeichnisses für...',     'Portrait'
   => '竖排格式',
    'Set number of tries for the selected problem for ...'  
 => 'Setze Anzahl der Versuche der ausgewählten Aufgabe für...',     'Question about resource content'
   => '关于此资源内容的问题',
    'Set opening date for all problems in the course for ...'  
 => 'Setze Bearbeitungsbeginn-Datum aller Aufgaben des Kurses für...',     'Question/Comment/Feedback about course policy'
   => '关于课程规则的问题/评论/反馈',
    'Set opening date for the selected folder for ...'  
 => 'Setzte Bearbeitsbeginn-Datum des ausgewählten Verzeichnisses für...',     'Select a Course to Enter'
   => '选择一个课程',
    'Set opening date for the selected problem for ...'  
 => 'Setze Bearbeitungsbeginn-Datum der ausgewählten Aufgabe für...',     'Sending Messages'
   => '发送邮件',
    'Set problem weight for all problems in the course for ...'  
 => 'Setze Aufgabengewichtung aller Aufgaben des Kurses für...',     'Show Me My First Homework Problem'
   => 'Show Me My First Homework Problem',
    'Set problem weight for the selected folder for ...'  
 => 'Setze Aufgabengewichtung des ausgewählten Verzeichnisses...',     'Standards'
   => '标准',
    'Set problem weight for the selected problem for ...'  
 => 'Setze Aufgabengewichtung der ausgewählten Aufgabe für...',     'Strongly Agree'
   => 'Strongly Agree',
    'Set value to [_1] to allow.'  
 => '[_1], um zu erlauben.',     'Strongly Disagree'
   => 'Strongly Disagree',
    'Setting the [_1]'  
 => 'Einstellung auf [_1] setzen',     'Symbol'
   => '符号',
    'Setting the [_1] to [_2]'  
 => 'Einstellung ändern von [_1] auf [_2]',     'The material appears to be correct'
   => '这些材料似乎是正确的',
    'Student Name'  
 => 'Name des Studenten',     'The material is helpful'
   => '这些材料是有用的',
    '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',     'The material is presented in a clear way'
   => '这些材料中提出一个明确的方式',
    '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',     'The resource is technically correct (loads fast enough, does not produce errors, links work, etc)'
   => '资源在技术上是正确的(加载速度足够快, 不会产生错误, 链接页面可以访问, 等等)',
    'There are no currently enrolled students in the course.'  
 => 'Derzeit gibt es keine Kursteilnehmer im Kurs.',     'HTML character enties'
   => 'HTML 字符实体',
    'There are no currently enrolled students in the selected sections.'  
 => 'Es gibt keine derzeit eingeschriebenen Kursteilnehmer in der ausgewählen Sektion.',     '"Waiting for Remote Control window to load: "+[_1]'
   => '"等待加载远程控制窗口: "+[_1]',
    'There are no previously enrolled students in the course.'  
 => 'Es gibt keine in der Vergangenheit eingeschriebenen Kursteilnehmer im Kurs.',     '[_1]Continue[_2] on in Inline Menu mode'
   => '[_1]继续[_2] 在内置菜单模式下',
    'There are no previously enrolled students in the selected sections.'  
 => 'Es gibt keine in der Vergangenheit eingeschriebenen Kursteilnehmer in den ausgewählten Sektionen.',     'All posts'
   => '所有的讨论',
    'There are no students with future access in the course.'  
 => 'Es gibt keine Studenten mit zukünftigem Kurszugriff im Kurs.',     'Change Color Scheme'
   => '更改颜色方案',
    '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 Colors'
   => '改变颜色',
    'There are no students in the course.'  
 => 'Es gibt keine Kursteilnehmer im Kurs.',     'Change Discussion Display Preferences'
   => '改变讨论显示偏好',
    'There are no students in the selected sections.'  
 => 'Es gibt keine Kursteilnehmer in den ausgewählten Sektionen.',     'Change How Math Equations Are Displayed'
   => '改变显示科学计算公式',
    'This controls how receipt numbers are generated.'  
 => 'Steuert die Erzeugung der Nachweisnummern.',     'Change Language'
   => '语言',
    '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 Language Preferences'
   => '更改语言首选项',
    'Unselect All Files'  
 => 'Auswahl für alle Dateien aufheben',     'Change Message Forwarding and Notification Email Addresses'
   => '更改邮件转发和通知的电子邮件地址',
    'Unselect All Published'  
 => 'Auswahl für alle veröffentlichten Dokumente aufheben',     'Change Password'
   => '更改密码',
    'Unselect All Resources'  
 => 'Auswahl für alle Ressourcen aufheben',     'Change Preferences'
   => '改变参数',
    'Unselect for Section/Group'  
 => 'Auswahl für Sektion/Gruppe aufheben',     'Change Roles Page Preferences'
   => '改变角色页参数',
    'Welcome to Your New LON-CAPA Course'  
 => 'Willkommen in Ihrem neuen LON-CAPA-Kurs',     'Change Screen Name'
   => '改变昵称',
    'What parameter do you want to set for the selected folder?'  
 => 'Welchen Parameter möchten Sie für das ausgewählte Verzeichnis setzen?',     'Change Screenname'
   => '改变昵称',
    'What parameter do you want to set for the selected problem?'  
 => 'Welchen Parameter möchten Sie für die ausgewählte Aufgabe setzen?',     'Change WYSIWYG Editor Preferences'
   => 'WYSIWYG-编辑器',
    'What should the answer open date be set to?'  
 => 'Auf welchen Wert soll das Antwort-Verfügbarkeits-Datum gesetzt werden?',     'Contact Helpdesk'
   => '联系求助',
    'What should the due date be set to?'  
 => 'Auf welchen Wert soll das Fälligkeitsdatum gesetzt werden?',     'Current discussion settings'
   => '目前讨论的设置',
    '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?',     'Duedate'
   => '截止日期',
    'What weight should be set for the selected folder?'  
 => 'Auf welchen Wert soll die Gewichtung für das ausgewählte Verzeichnis gesetzt werden?',     'Each post can be toggled read/unread'
   => 'Each post can be toggled read/unread',
    'What weight should be set for the selected problem?'  
 => 'Auf welchen Wert soll die Gewichtung der ausgewählten Aufgabe gesetzt werden?',     "Edit the 'About Me' Personal Information Screen"
   => "个人网页",
    '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.',     'Enable WYSIWYG Editor'
   => '应用 WYSIWYG-编辑器',
    '[_1] Filesystem Authenticated (with initial password [_2])'  
 => '[_1] Authentifizierung über Dateisystem (mit Anfangspasswort [_2])',     'End of Sequence'
   => '结束序列',
    'Currently Filesystem Authenticated.'  
 => 'Derzeit dateisystem-authentifiziert.',     'Entering Course'
   => '进入课程',
    '[_1] Internally authenticated (with initial password [_2])'  
 => '[_1] LON-CAPA-interne Authentifizierung (mit Anfangspasswort [_2])',     'Get help'
   => '获得帮助',
    'Currently internally authenticated.'  
 => 'Derzeit LON-CAPA-intern authentifiziert.',     'Go to main menu'
   => '进入主菜单',
    '[_1] Records per Page'  
 => '[_1] Suchergebnisse je Seite',     'Has New Discussion'
   => '有新讨论',
    '[_1] minutes'  
 => '[_1] Minuten',     'Launching of the Remote Control menu will fail if pop-up window filters are active. To use the Remote Control, disable the filter for this site.'
   => '当弹出式窗口过滤器被激活,远程控制启动将会失败。 为了使用远程控制,在此网站请禁用这些过滤器。',
    '[_1] minutes, [_2] seconds'  
 => '[_1] Minuten, [_2] Sekunden',     'Navigate Course Content'
   => '浏览目录',
    '[_1] with value [_2]'  
 => '[_1] mit dem Wert [_2]',     'New posts only'
   => '只有新的讨论',
    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'  
 => '[_1]zurück[_2] &nbsp; [_3]neu laden[_4] &nbsp; [_5]weiter[_6]',     'No Resource'
   => '没有资源',
    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next'  
 => '[_1]zurück[_2] &nbsp; [_3]neu laden[_4] &nbsp; weiter',     'No syllabus available'
   => '没有提供教学大纲',
    '[_2] seconds'  
 => '[_2] seconds',     'Not currently assigned.'
   => '目前没有任务发布。',
    'all resources in the course'  
 => 'alle Ressourcen des Kurses',     'Not new'
   => '不是新的',
    'all students in course'  
 => 'alle Teilnehmer des Kurses',     'Off'
   => '关',
    'anonymous students'  
 => 'Anonyme Studenten',     'On'
   => '开',
    'answer date'  
 => 'Antwortdatum',     'Once displayed'
   => '显示一次',
    'contacting [_1]'  
 => 'kontaktiere [_1]',     'Once marked not NEW'
   => '一次后标记不是新的',
    'due date'  
 => 'Fälligkeitsdatum',     'Please click on the the resource you intend to access'
   => 'Please click on the the resource you intend to access',
    'for'  
 => 'für',     'Posts cease to be marked "NEW"'
   => 'Posts cease to be marked "NEW"',
    'for [_1]all resources in the course[_2]'  
 => 'für [_1]alle Ressourcen des Kurses[_2]',     'Posts to be displayed'
   => 'Posts to be displayed',
    'for [_1]all students in course[_2]'  
 => 'für [_1]alle Teilnehmer des Kurses[_2]',     'Role selected. Please stand by.'
   => '角色选定。请稍候。',
    'for [_1]'  
 => 'für [_1]',     'Send'
   => '发送',
    'for section [_1]'  
 => 'für den Sektion [_1]',     'Set User Preferences'
   => '设置用户参数',
    'for the map named [_1]'  
 => 'für die Inhaltszusammenstellung mit der Bezeichnung [_1]',     'Show Preview and Check Spelling'
   => '查看预览和拼写检查',
    'for the resource named [_1]'  
 => 'für die Ressource mit der Bezeichnung [_1]',     'Sort by:'
   => '排序方式:',
    'from'  
 => 'von',     '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.'
   => '外部菜单(远程控制)已被禁用,继续在内置菜单模式下工作。您可能已经关闭了远程控制的窗口,或被您的浏览器的弹出窗口过滤器阻止了。为了使用远程控制,在此网站禁用该过滤器,并在内置菜单重新启动远程控制。',
    'from current subdirectory'  
 => 'von derzeitigem Unterverzeichnis',     'There are several possibilities of where to go next'
   => 'There are several possibilities of where to go next',
    'helper'  
 => 'Hilfsprogramm',     'To use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.'
   => '为了使用远程控制,在此网站禁用弹出窗口过滤器,并在内置菜单重新启动远程控制。',
    'in'  
 => 'in ',     'Toggle read/unread'
   => '切换已读/未读',
    'instructor'  
 => 'Dozent',     'Unread only'
   => '只有未读',
    'number of tries'  
 => 'Anzahl der Versuche',     "View this user's personal page"
   => "显示这个用户的个人网页",
    'opening date'  
 => 'Startdatum',     'You have reached the end of the sequence of materials.'
   => '您已达到教材序列的最后。',
    'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'  
 => 'zurück &nbsp; [_3]neu laden[_4] &nbsp; [_5]weiter[_6]',     'You may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser.'
   => '您可能已经关闭了远程控制的窗口,或者被您的浏览器的弹出窗口过滤器拦截了。',
    'problem weight'  
 => 'Gewichtung der Aufgabe',     'attachments'
   => '附件',
    'role,role,...'  
 => '角色,角色,...',     'About User'
 #=> 'Rolle,Rolle,...',  => '个人网页',
   
   
    'selected students'     'All documents out of a published map into this folder'
 => '选定的学生',  => '在这个目录里面发布的所有文件的内容列表',
 #=> 'ausgewählte Studierende',  
      'Change Math Pref'
    'student'  => 'Change Math Pref',
 => '学生',  
 #=> 'Student',     'Change Math Preferences'
   => '改变显示科学方程式偏好',
    'textual_remote_display'  
 => 'textual_remote_display',     'Comment'
   => '注解',
    'to'  
 => 'auf',     'Communication/Messages'
   => '通信/邮件',
    'to [_1] ([_2])'  
 => 'auf [_1] ([_2])',     'Configure blocking of student communication during exams'
   => 'Configure blocking of student communication during exams',
    'waiting on [_1]'  
 => '等待 [_1]',     'Convert to Images'
 #=> 'warte auf [_1]',  => '转换为图像',
   
    'what you just saw on the screen'     'Course and Catalog Search'
 => 'was Sie gerade auf dem Bildschirm gesehen haben',  => '课程和目录搜索',
   
    'Enter my portfolio space'     'Create Subdirectory'
 => '文件夹空间',  => '创建子目录',
 #=> 'Portfolio-Bereich',  
      'Upload file to current directory'
    'No syllabus information provided.'  => '上传文件到当前目录',
 => 'Kein Kursüberblick vorhanden.',  
      'Create subdirectory in current directory'
    'Sorry ...'  => '在当前目录下,创建一个新的子目录',
 => '对不起...',  
 #=> 'Schade...',     'Upload embedded images/multimedia/css/linked files if HTML file'
   => '对于HTML文件: 上传嵌入式图像/多媒体文件/CSS/链接文件',
    'This resource might be part of another course.'  
 => 'Diese Ressource ist wahrscheinlich Bestandteil eines anderen Kurses.',     'Delete Selected'
   => '删除所选',
    'Agree'  
 => 'Trifft eher zu',     'CRITICAL'
   => '重要的',
    'Any comments?'  
 => 'Kommentare:',     'Currently no documents.'
   => '目前没有任何文件。',
    'Copy this column'  
 => 'Kopiere diese Spalte',     'Enter terms or phrases, then press "Search" below'
   => '在搜索栏里输入关键字或词组,然后点击下面的“搜索”。',
    'Disagree'  
 => 'Trifft eher nicht zu',     'INBOX'
   => '收件箱',
    'General Intro'  
 => 'Allgemeine Einführung',     'Upload embedded images/multimedia files if HTML file'
   => '对于HTML文件: 上传嵌入式图像/多媒体文件',
    'Greek Symbols'  
 => 'Griechische Buchstaben',     'IMS Import'
   => 'IMS Import',
    'HTML character entities'  
 => 'HTML-Zeichencode',     'Import IMS package'
   => '导入 IMS-包',
    '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.',     'IMS Export'
   => 'IMS Export',
    'LON-CAPA Help'  
 => 'LON-CAPA-Hilfe',     'Export Course to IMS Package'
   => '导出-IMS-包',
    'Landscape'  
 => 'Querformat',     'Export content item?'
   => 'Export content item?',
    'Launch navigation window'  
 => 'Navigationsfenster starten',     'Export discussion posts?'
   => 'Export discussion posts?',
    'Grade Levels'  
 => 'Kursniveau',     '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.',
    'Lowest Grade Level'  
 => 'Niedrigstes Kursniveau',     '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.',
    'Lowest Grade Level:'  
 => 'Niedrigstes Kursniveau:',     '[_1]Your IMS package[_2] is ready for download.'
   => '[_1]Your IMS package[_2] is ready for download.',
    'Highest Grade Level'  
 => 'Höchstes Kursniveau',     'Import a document'
   => 'LON-CAPA-内部文件',
    'Highest Grade Level:'  
 => 'Höchstes Kursniveau:',     'Make New Folder'
   => '新建文件夹',
    'Mark all posts read'  
 => 'Alle Diskussionsbeiträge als gelesen kennzeichnen',     'New Composite Page'
   => '新组合页面',
    'My question/comment/feedback:'  
 => 'Meine Frage/Anmerkung/Feedback:',     'New Messages Only'
   => '只有新邮件',
    'Not set -'  
 => 'Nicht gesetzt -',     'Portfolio Manager'
   => '组合管理',
    'Other Symbols'  
 => 'Weitere Symbole',     'Preferred method to display Math'
   => '首选的方法来显示科学方程式',
    'Please check at least one of the following feedback types:'  
 => 'Bitte wählen Sie eine der angebotenen Optionen:',     'Published documents'
   => '发布文件',
    'Please rank the following criteria:'  
 => 'Bitte evaluieren Sie die folgenden Kriterien:',     'Recover Deleted Documents'
   => '恢复已删除的资源',
    'Portrait'  
 => 'Hochformat',     'Send a Message'
   => '发送邮件',
    'Question about resource content'  
 => 'Frage zum Inhalt der Ressource',     'SENT MESSAGES'
   => '已发送邮件',
    'Question/Comment/Feedback about course policy'  
 => 'Frage/Anmerkung/Feedback zu Regeln des Kurses ',     'Show'
   => '显示',
    'Select a Course to Enter'  
 => '选择一个课程',     'TRASH'
 #=> 'Wählen Sie den gewünschten Kurs aus',  => '已删除邮件',
   
    'Sending Messages'     'TeX to HTML'
 => 'Sende Nachricht',  => 'TeX to HTML',
 #=> 'Sende Nachricht',  
      'View Folder'
   => '查看文件夹',
    'Show Me My First Homework Problem'  
 => 'Zeige erste Übungsaufgabe',     'fulltext search (time consuming)'
   => '全文检索 (费时的)',
    'Standards'  
 => 'Standards',     'search discussion postings (resources and discussion boards)'
   => '搜索讨论帖子 (资源和布告栏)',
    'Strongly Agree'  
 => 'Trifft völlig zu',     'Roles'
   => '角色',
    'Strongly Disagree'  
 => 'Trifft überhaupt nicht zu',     'Select style file'
   => '选择档案风格',
    'Symbol'  
 => 'Symbol',     '(mark them then click "next" button)'
   => '(标记,然后点击“下一步”按钮)',
    'The material appears to be correct'  
 => 'Das Material scheint korrekt zu sein',     '100 Level'
   => '1. 学年',
    'The material is helpful'  
 => 'Das Material ist hilfreich',     '200 Level'
   => '2. 学年',
    'The material is presented in a clear way'  
 => 'Das Material wird in einer verständlichen Art dargestellt',     '300 Level'
   => '3. 学年',
    '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.)',     '400 Level'
   => '4. 学年',
    'HTML character enties'  
 => 'HTML-Zeichen-Entitys',     'Action'
   => '动作',
    '"Waiting for Remote Control window to load: "+[_1]'  
 => '"Warte auf das Laden der Fernbedienung: "+[_1]',     'Actions for current directory'
   => '此目录的行动',
    '<a href="[_1]">Continue</a> on in Inline Menu mode'  
 => '<a href="[_1]">Weiter</a> im Kopfzeilenmenü-Modus',     'Change Discussion Preferences'
   => '改变讨论偏好',
    'All posts'  
 => 'Alle Diskussionsbeiträge',     'Change Message Forwarding/Notification'
   => '邮件转发和通知',
    'Change Color Scheme'  
 => 'Farben',     'Change WYSIWYG Preferences'
   => 'WYSIWYG-编辑器',
    'Change Colors'  
 => 'Farben',     'Change to '
   => '变化为 ',
    'Change Discussion Display Preferences'  
 => 'Darstellung der Diskussionsbeiträge',     'Clean Up'
   => '清理',
    'Change How Math Equations Are Displayed'  
 => 'Darstellung wissenschaftlicher Formeln',     'Closed - XML source is closed to everyone'
   => '锁定 - XML的源代码对手有人锁定',
    'Change Language'  
 => '语言',     'Copy'
 #=> 'Sprache',  => '复制',
   
    'Change Language Preferences'     'Create a new directory or LON-CAPA document'
 => 'Sprache',  => '创建一个新的目录或 LON-CAPA 文件',
   
    'Change Message Forwarding and Notification Email Addresses'     'Current setting '
 => 'Nachrichtenweiterleitung und Benachrichtigung',  => '当前设置 ',
   
    'Change Password'     'Delete Directory'
 => 'Passwort ändern',  => '删除文件夹',
   
    'Change Preferences'     'Delete directory'
 => '改变参数', # 'Präferenzen ändern'  => '删除文件夹',
 #=> 'Benutzereinstellungen', # 'Präferenzen ändern'  
      'Delete this resource'
    'Change Roles Page Preferences'  => '删除此资源',
 => 'Schnellzugriffsliste für Benutzerrollen',  
      'Disable WYSIWYG editor'
    'Change Screen Name'  => '不使用 WYSIWYG-编辑器',
 => 'Nicknamen',  
      'Display Preference'
    'Change Screenname'  => '显示偏好',
 => 'Nicknamen ändern',  
      'Edit catalog information'
    'Change WYSIWYG Editor Preferences'  => '编辑目录信息',
 => 'WYSIWYG-Editor',  
      'Enable WYSIWYG editor'
    'Contact Helpdesk'  => '使用 WYSIWYG-编辑器',
 => 'Helpdesk kontaktieren',  
      'Grade 1'
    'Current discussion settings'  => '1 级',
 => 'Einstellung für diesen Diskussionsbeitrag',  
      'Grade 10'
    'Duedate'  => '10 级',
 => 'Fälligkeitsdatum',  
      'Grade 11'
    'Each post can be toggled read/unread'  => '11 级',
 => 'Jeder Diskussionsbeitrag kann zwischen als gelesen und als ungelesen umgeschaltet werden',  
      'Grade 12'
    "Edit the 'About Me' Personal Information Screen"  => '12 级',
 => "个人网页", # "Persönliche-Informationen-Seite ('Über mich')",  
 #=> "Über-mich-Seite", # "Persönliche-Informationen-Seite ('Über mich')",     'Grade 13'
   => '13 级',
    'Enable WYSIWYG Editor'  
 => 'WYSIWYG-Editor verwenden',     'Grade 2'
   => '2 级',
    'End of Sequence'  
 => 'Ende der Sequenz',     'Grade 3'
   => '3 级',
    'Entering Course'  
 => 'Betrete Kurs',     'Grade 4'
   => '4 级',
    'Get help'  
 => 'Hilfe abrufen',     'Grade 5'
   => '5 级',
    'Go to main menu'  
 => 'Zum Hauptmenü wechseln',     'Grade 6'
   => '6 级',
    'Has New Discussion'  
 => 'Neue Diskussionsbeiträge',     'Grade 7'
   => '7 级',
    '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.',     'Grade 8'
   => '8 级',
    'Navigate Course Content'  
 => '浏览目录',     'Grade 9'
 #=> 'Inhaltsverzeichnis',  => '9 级',
   
    'New posts only'     'Graduate Level'
 => 'Nur neue Diskussionsbeiträge',  => '研究生层次',
   
    'No Resource'     'List current directory'
 => 'Keine Ressource',  => '文件夹',
   
    'No syllabus available'     'Mark obsolete'
 => 'Kein Kursüberblick verfügbar',  => '标记为过时的',
   
    'Not currently assigned.'     'Move'
 => 'Derzeit nicht als Aufgabe gestellt.',  => '移动',
   
    'Not new'     'New library file'
 => 'Nicht neu',  => '新的库文件',
   
    'Off'     'No file: [_1]'
 => 'Aus',  => '没有任何文件: [_1]',
   
    'On'     'No personal information provided'
 => 'An',  => '没有提供的个人资料',
   
    'Once displayed'     'Not specified'
 => 'sobald angezeigt',  => '未指定',
   
    'Once marked not NEW'     'Open - XML source is open to people who want to use it'
 => 'sobald als nicht NEU markiert',  => '开放 - XML的源代码开放给想要使用它的人',
   
    'Please click on the the resource you intend to access'     'Points Display'
 => 'Bitte klicken Sie auf die Ressource, auf die Sie zugreifen wollen',  => '分数显示',
   
    'Posts cease to be marked "NEW"'     'Completed Problems Display'
 => 'Beiträge nicht mehr als "NEU" kennzeichnen',  => '显示完成作业',
   
    'Posts to be displayed'     'Points Scored'
 => 'Diskussionsbeiträge, die angezeigt werden sollen',  => '得分',
   
    'Role selected. Please stand by.'     'Attempted'
 => 'Rolle ausgewählt. Bitte warten.',  => '尝试',
   
    'Send'     'Posts displayed?'
 => 'Senden',  => '帖子显示?',
   
    'Set User Preferences'     'Preferences can be set that determine'
 => '设置用户参数',  => '预置可设置确定',
 #=> 'Benutzereinstellungen',  
      'Print contents of directory'
    'Show Preview and Check Spelling'  => '打印目录',
 => 'Zeige Vorschau und prüfe Rechtschreibung',  
      'Print directory'
    'Sort by:'  => '打印目录',
 => 'Sortieren nach:',  
      'Problem Document'
    '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.  
      'Publish this Directory'
    'There are several possibilities of where to go next'  => '发布此目录',
 => 'Es gibt mehrere Möglichkeite, wohin Sie als nächstes gehen können',  
      'Publish this resource'
    '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.',  
      'Re-publish'
    'Toggle read/unread'  => '重新发布',
 => 'Umschalten zwischen gelesen/ungelesen',  
      'Retrieve old version'
    'Unread only'  => '恢复旧版本',
 => 'Nur ungelesene',  
      'Select action'
    "View this user's personal page"  => '选择行动',
 => "显示这个用户的个人网页",  
 #=> "Persönliche Über-mich-Seite dieses Nutzers anzeigen",     'Send message'
   => '发送消息',
    'You have reached the end of the sequence of materials.'  
 => 'Sie haben das Ende der Sequenz von Lehrmaterialien erreicht.',      'Set display preferences for discussion posts for both discussion boards and individual resources in all your courses.'
   => '在这里,您可以设置您的讨论是否显示在所有的课程的布告栏和个人资源里。',
    '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.',     'Source Distribution'
   => '源代码的访问权限',
    'attachments'  
 => 'Anhänge',     'The preferences you set here can be overridden within each individual discussion.'
   => '您的喜好设定这里可以适用在每个讨论。', # '您的喜好设定可以被每个讨论更改。',
    'info[_1]'  
 => 'info[_1]',     'Under what circumstances posts are identified as "NEW"'
   => '在什么情况下讨论被设定为“新”',
    'prepare[_1]'  
 => 'prepare[_1]',     'Upload a new document'
   => '上传新文件',
    'printout[_1]'  
 => 'printout[_1]',     'Use random seed'
   => '使用随机种子',
    'tations[_1]'  
 => 'tations[_1]',     'Use style file'
   => '使用样式文件',
    'this[_1]'  
 => 'this[_1]',     'Which posts are displayed when you display a discussion board or resource, and'
   => '哪些讨论将将被显示,如果你有一个布告栏或资源,',
    'About User'  
 => '个人网页',     'closed'
 #=> 'Über-mich-Seite',  => '锁定源代码', # !
   
      'open'
    'All documents out of a published map into this folder'  => '公开源代码', # !
 => '在这个目录里面发布的所有文件的内容列表',  
 #=> 'Alle Dokumente aus einer veröffentlichten Inhaltszusammenstellung in dieses Verzeichnis',     '(mark desired resources then click "next" button)'
   => '(标记所需资源然后单击“下一步”按钮)',
    'Change Math Pref'  
 => 'Darstellung wissenschaftl. Formeln',     '[_1]Change[_2] for just [_3]this course[_4] or for all [_5]your courses[_6].'
   => '[_1]改变[_2] 只为 [_3]该课程[_4] 或者为所有 [_5]您的课程[_6].',
    'Change Math Preferences'  
 => 'Darstellung wissenschaftlicher Formeln',     "Page displayed after role selection in course now set by [_1]user's global preferences[_2]."
   => "Page displayed after role selection in course now set by [_1]user's global preferences[_2].",
    'Comment'  
 => '注解',     'Page displayed after role selection in this course set to [_1].'
 #=> 'Kommentar',  => 'Page displayed after role selection in this course set to [_1].',
   
    'Communication/Messages'     'Unable to set control of page display to [_1] due to [_2].'
 => 'Kommunikation und Nachrichten',  => 'Unable to set control of page display to [_1] due to [_2].',
   
    'Configure blocking of student communication during exams'     'Unable to set page display, after role selection, for this course to [_1] due to [_2].'
 => 'Blockieren von studentischer Kommunikation während Prüfungen konfigurieren',  => 'Unable to set page display, after role selection, for this course to [_1] due to [_2].',
   
    'Convert to Images'     'Add or Edit Blog Entries'
 => 'In Grafik konvertieren',  => '添加或修改博客条目',
   
    'Course and Catalog Search'     'Add to my public course blog'
 => 'Kurs- und Katalog-Suche',  => '添加到我的公共课程博客',
   
    'Create Subdirectory'     'Annotator'
 => 'Erzeuge Unterverzeichnis',  => '注释者',
   
    'Upload file to current directory'     'Av. Attempts'
 => 'Datei in aktuelles Verzeichnis laden',  => 'Av. Attempts',
   
    'Create subdirectory in current directory'     'Available RSS Feeds and Blogs'
 => 'Im aktuellen Verzeichnis neues Unterverzeichnis erzeugen',  => '可用的 RSS订阅和博客',
   
    'If HTML file, upload embedded images/multimedia/css/linked files'     'Average number of attempts'
 => '对于HTML文件:<br />上传嵌入式图像/多媒体文件/CSS/链接文件',  => 'Average number of attempts',
 #=> 'Bei HTML-Dateien:<br />Eingebettete Bilder/Multimedia-Dateien/CSS/verlinkte Dateien mit hochladen',  
      'Bookmarks'
    'Delete Selected'  => '书签',
 => '删除所选',  
 #=> 'Ausgewählte löschen',     'Change interval?'
   => '更改间隔?',
    'Critical'  
 => 'Wichtig',     'Change options?'
   => '更改选项?',
    'Currently no documents.'  
 => 'Zurzeit keine Dokumente.',     'Change thresholds?'
   => '更改阈值?',
    'Enter terms or phrases, then press "Search" below'  
 => 'Geben Sie Suchbegriffe oder -Sätze ein und klicken Sie dann unten auf "Suchen"',     'Clean up'
   => '清理',
    'INBOX'  
 => '收件箱',     'Close Folder'
 #=> 'POSTEINGANG',  => '关闭文件夹',
   
    'If HTML file, upload embedded images/multimedia files'     'Configure Blocking of Student Communication during Exams'
 => '对于HTML文件:<br />上传嵌入式图像/多媒体文件',  => 'Configure Blocking of Student Communication during Exams',
 #=> 'Bei HTML-Dateien:<br />Eingebettete Bilder und Multimedia-Dateien mit hochladen', # 'Wenn HTML-Datei, eingebettete Bilder-/Multimedia-Dateien hochladen',  
      'Course Action Items'
    'Import IMS package'  => 'Course Action Items',
 => '导入 IMS-包',  
 #=> 'Importiere IMS-Paket',     'Creating PDF'
   => '创建PDF文件',
    'Import a document'  
 => 'LON-CAPA-内部文件',     'Currently: [_1].'
 #=> 'LON-CAPA-interne Dokumente',  => '现在: [_1].',
   
    'Make New Folder'     'Deg. Diff'
 => '新建文件夹',  => '难度',
 #=> 'Neues Verzeichnis erstellen',  
      'Description'
    'New Composite Page'  => '描述',
 => '新组合页面',  
 #=> 'Neue zusammengesetzte Seite',     'Display Action Items'
   => 'Display Action Items',
    'New Messages Only'  
 => 'Nur neue Nachrichten',     'Enter my groups in the course'
   => '我的课程组',
    'Portfolio Manager'  
 => 'Portfolio-Verwaltung',     'Entering [_1]'
   => '进入 [_1]',
    'Preferred method to display Math'  
 => 'Bevorzugte Methode, um wissenschaftliche Formeln darzustellen',     'Entering [_1] ...'
   => '进入 [_1]...',
    'Published documents'  
 => '发布文件',     'First resource'
 #=> 'Veröffentlichte Dokumente',  => '第一资源',
   
    'Recover Deleted Resources'     'Generated [_1] ([_2] bytes)'
 => '恢复已删除的资源',  => '生成于 [_1] ([_2] bytes)',
 #=> 'Entfernte Ressourcen wiederherstellen',  
      'Go to first resource'
    'Send a Message'  => '转到第一资源',
 => 'Nachricht versenden',  
      'Group Documents'
    'Sent Messages'  => '组文件',
 => 'Gesendet',  
      'Groups'
    'Show'  => '组',
 => '显示',  
 #=> 'Zeige',     'Help Menu'
   => '求助菜单',
    'TRASH'  
 => 'Gelöscht',     'Hide all'
   => '全部隐藏',
    'TeX to HTML'  
 => 'TeX nach HTML',     'Hide this Feed'
   => '隐藏这个Feed',
    'Upload'  
 => '上传',     'LON-CAPA Feed "[_1]" for [_2]'
 #=> 'Hochladen',  => 'LON-CAPA-Feed "[_1]" 对于 [_2]',
   
    'View Folder'     'Last Reset'
 => 'Verzeichnis betrachten',  => '最后重启',
   
    'fulltext search (time consuming)'     'Last revised'
 => 'Volltextsuche (zeitaufwändig)',  => '最近更改',
   
    'search discussion postings (resources and bulletin boards)'     'Link'
 => 'Suche in Diskussionsbeiträgen (Ressourcen und Bulletin-Boards)',  => '连接',
   
    'Roles'     'Log In'
 => '角色',  => '登录',
   
    'Select style file'     'Move Checked to Folder'
 => 'Stil-Datei auswählen',  => 'Move Checked to Folder',
   
    '(mark them then click "next" button)'     'Name for New Feed'
 => '(markieren und dann auf "Weiter" klicken)',  => '新Feed的名字',
   
    '100 Level'     'Name of this Feed'
 => '1. Studienjahr',  => '这个Feed的名字',
   
    '200 Level'     'New course messages'
 => '2. Studienjahr',  => '新的课程信息',
   
    '300 Level'     'New critical messages in course'
 => '3. Studienjahr',  => '新的课程重要信息',
   
    '400 Level'     'New in course'
 => '4. Studienjahr',  => '新课程',
   
    'Action'     'New version'
 => 'Aktion',  => '新版本',
   
    'Actions for current directory'     'No messages sent.'
 => 'Aktionen für dieses Verzeichnis',  => '没有寄出的邮件。',
   
    'Change Discussion Preferences'     'No new course messages'
 => 'Ändere Präferenzen für Diskussionen',  => '没有新的课程信息',
   
    'Change Message Forwarding/Notification'     'No problems require handgrading'
 => 'Nachrichtenweiterleitung und Benachrichtigung',  => '没有习题需要手动评分',
   
    'Change WYSIWYG Preferences'     'No problems satisfy threshold criteria'
 => 'WYSIWYG-Editor',  => '没有问题达到要求标准',
   
    'Change to '     'No problems with errors'
 => 'Ändern in ',  => '没有错误的问题',
   
    'Clean Up'     'No unread critical messages in course'
 => 'Aufräumen',  => '没有未读的重要邮件',
   
    'Closed - XML source is closed to everyone'     'No unread posts in course discussions'
 => 'Gesperrt - XML-Quellcode ist für alle gesperrt',  => '没有未读的帖子在课程论坛里面',
   
    'Copy'     'No updated versions'
 => '复制',  => '没有更新版本',
 #=> 'Kopieren',  
      'Num. students'
    'Create a new directory or LON-CAPA document'  => '学生的数量',
 => 'Neue Ressource oder neues Verzeichnis erstellen',  
      'Number of errors'
    'Current setting '  => '错误的数量',
 => 'Derzeitige Eintellung ',  
      'Number of new posts'
    'Delete Directory'  => '新帖子的数量',
 => 'Verzeichnis löschen',  
      'Number ungraded'
    'Delete directory'  => '未评分的数量',
 => 'Verzeichnis löschen',  
      'Open Folder'
    'Delete this resource'  => '打开文件夹',
 => 'Ressource löschen', # long version: 'Lösche diese Ressource',  
   #   'Open all folders'
    'Disable WYSIWYG editor'  #=> '打开所有文件夹',
 => 'WYSIWYG-Editor nicht verwenden',  
      'Page set to be displayed after you have selected a role in this course'
    'Display Preference'  => '页面显示设置,在您选择了该课程中的角色后',
 => 'Darstellungs-Präferenz',  
      'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role'
    'Edit catalog information'  => 'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role',
 => 'Katalogisierungsdaten editieren',  
      'Please stand by while processing your print request, this may take some time ...'
    'Enable WYSIWYG editor'  => 'Please stand by while processing your print request, this may take some time ...',
 => 'WYSIWYG-Editor verwenden',  
      'Problem'
    'Grade 1'  => '问题',
 => '1. Klasse',  
      'Problem Name'
    'Grade 10'  => '问题描述',
 => '10. Klasse',  
      'Problem is not open to be viewed. It'
    'Grade 11'  => 'Problem is not open to be viewed. It',
 => '11. Klasse',  
      'Problems requiring handgrading'
    'Grade 12'  => '必须手动评分的问题',
 => '12. Klasse',  
      '(Problems with av. attempts &ge; [_1] or deg. difficulty &ge; [_2]) [_3] and total number of students with submissions &ge; [_4]'
    'Grade 13'  => '(问题尝试的平均数目 &ge; [_1] 或者难度 &ge; [_2]) [_3] 和回答问题的学生总数 &ge; [_4]',
 => '13. Klasse',  
      'Problems with errors'
    'Grade 2'  => '错误的问题',
 => '2. Klasse',  
      'Recently generated printouts'
    'Grade 3'  => 'Recently generated printouts',
 => '3. Klasse',  
      'Recently generated printout zip files'
    'Grade 4'  => 'Recently generated printout zip files',
 => '4. Klasse',  
      'Reset Count?'
    'Grade 5'  => '计数器复位?',
 => '5. Klasse',  
      'Reset counters to 0'
    'Grade 6'  => '重置计数器为0',
 => '6. Klasse',  
      'Select [_1]'
    'Grade 7'  => '选择 [_1]',
 => '7. Klasse',  
      'Select the sequence to print resources from:'
    'Grade 8'  => '选择该资源的打印顺序:',
 => '8. Klasse',  
      'Selected [_1]Problems[_2] from folder [_3]'
    'Grade 9'  => '选定[_1]问题[_2]从文件夹[_3]',
 => '9. Klasse',  
      'Selected [_1]Resources[_2] from folder [_3]'
    'Graduate Level'  => '选定[_1]资源[_2]从文件夹[_3]',
 => 'Graduierten-Niveau',  
      'Selected <b>Problems</b> from <b>entire course</b>'
    'List current directory'  => '选定<b>问题</b>从<b>整个课程</b>',
 => 'Verzeichnis', # long version: 'Aktuelles Verzeichnis anzeigen',  
      'Selected <b>Resources</b> from <b>entire course</b>'
    'Mark obsolete'  => '选定<b>资源</b>从<b>整个课程</b>',
 => 'Als überholt markieren',  
      'Selected <b>Problems</b> from <b>entire course</b> for <b>selected people</b>'
    'Move'  => '选定<b>资源</b>从<b>整个课程</b>给<b>选定的人</b>',
 => 'Verschieben',  
      'Selected [_1]Problems[_2] from folder [_3] for [_4]selected people[_5]'
    'New library file'  => '选定[_1]问题[_2]从文件夹[_3]给[_4]选定的人[_5]',
 => 'Neue Programmbibliotheks-Datei',  
      'Selected [_1]Problems[_2] from folder [_3] for [_4]CODEd assignments[_5]'
    'No file: [_1]'  => '选定[_1]问题[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
 => 'Datei nicht vorhanden: [_1]',  
      'Selected [_1]Resources[_2] from folder [_3] for [_4]selected people[_5]'
    'No personal information provided'  => '选定[_1]资源[_2]从文件夹[_3]给[_4]选定的人[_5]',
 => 'Keine Informationen zur Person zur Verfügung gestellt',  
      'Selected [_1]Resources[_2] from folder [_3] for [_4]CODEd assignments[_5]'
    'Not specified'  => '选定[_1]资源[_2]从文件夹[_3]给[_4]编码练习[_5]', # ???
 => 'Nicht spezifiziert',  
      'Selected [_1]Problems[_2] from current subdirectory [_3]'
    'Once marked as read'  => '选定[_1]问题[_2]从当前的子文件夹[_3]',
 => 'Sobald als gelesen markiert',  
      'Selected <b>Resources</b> from <b>selected folder</b> in course'
    'Open - XML source is open to people who want to use it'  => '选定<b>资源</b>从课程里的<b>选定的文件夹</b>',
 => 'Lesbar - XML-Quellcode ist für interessierte Autoren lesbar',  
      'Show all'
    'Points Display'  => '全部显示',
 => 'Anzeige erreichter Punkte',  
      'Show my first due problem'
    'Completed Problems Display'  => '查看我的首要问题来处理',
 => 'Anzeige abgeschlossener Aufgaben',  
      'Show only uncompleted problems'
    'Points Scored'  => '只显示未完成的问题',
 => 'Erreichte Punkte',  
      'Show everything'
    'Attempted'  => '查看所有',
 => 'Versucht',  
      'Uncompleted Problems'
    'Posts displayed?'  => '没有完成问题',
 => 'Welche Beiträge sollen angezeigt werden?',  
      'All homework assignments have been completed.'
    'Preferences can be set that determine'  => '所有的问题都已经完成。',
 => 'Präferenzen können eingestellt werden, die festlegen...',  
      'Speller Suggestions'
    'Print contents of directory'  => 'Speller Suggestions',
 => 'Inhalte diese Verzeichnis drucken',  
      'Start a New Feed'
    'Print directory'  => '开始一个新的Feed',
 => 'Verzeichnis drucken',  
      'Save Marked Changes'
    'Problem Document'  => '保存标记的更改',
 => 'Aufgaben-Dokument',  
      'Save changes'
    'Publish this Directory'  => '保存更改',
 => 'Dieses Verzeichnis veröffentlichen',  
      'This action is currently not authorized.'
    'Publish this resource'  => '这一行动目前是不被允许的。',
 => 'Veröffentlichen', # long version: 'Diese Ressource veröffentlichen',  
      'Time of last post'
    'Re-publish'  => '最后发表的帖子的时间',
 => 'Neu veröffentlichen',  
      'Title of document goes here'
    'Retrieve old version'  => 'Title of document goes here',
 => 'Alte Version wiederherstellen',  
      'Body of document goes here'
    'Select action'  => 'Body of document goes here',
 => 'Aktion auswählen',  
      'Total number of students with submissions'
    'Send message'  => 'Total number of students with submissions',
 => 'Nachricht versenden',  
      'Unread course discussion posts'
    '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.',  
      'Version used'
    'Show all foils'  => '使用版本',
 => 'Alle Auswahlmöglichkeiten anzeigen',  
      'View current problem status and grading information'
    'Source Distribution'  => '查看当前的问题的状态和等级评定信息',
 => 'Zugriffsrechte auf Quellcode',  
      "What's New?"
    '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.',  
      "What's New? page"
    'Under what circumstances posts are identfied as "New"'  => "有什么新页面",
 => 'unter welchen Bedingungen Beiträge als "NEU" identifiziert werden',  
      "What's New page"
    'Upload a new document'  => "有什么新页面",
 => 'Externes Dokument hochladen',  
      'You are accessing an invalid course'
    'Use random seed'  => '您在试图访问无效的课程。',
 => 'Zufallszahlen-Basis',  
      'course only'
    'Use style file'  => 'course only',
 => 'Verwende Stil-Datei',  
      'delete'
    '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',  
      'first resource in the course'
    'closed'  => '第一期课程资源',
 => 'Quellcode gesperrt', # !  
      'hidden'
    'del.gif'  => '隐藏的',
 => 'del.gif',  
      'since last month'
    'delete[_1]'  => '自上个月以来',
 => 'lösche[_1]',  
      'since last week'
    'dir[_1]'  => '自上周以来',
 => 'dir[_1]',  
      'since start of course'
    'list.gif'  => '从课程开始起',
 => 'list.gif',  
      'since yesterday'
    'list[_1]'  => '从昨天起',
 => 'Liste[_1]',  
      'specific setting for this course'
    'open'  => '这门课程的具体设置',
 => 'Quellcode öffentlich', # !  
      'user preference'
    'pub.gif'  => '用户偏好',
 => 'pub.gif',  
      "what's new? page"
    'publish[_1]'  => "有什么新页面",
 => 'veröffentliche [_1]',  
      'your general user preferences'
    'resource[_2]'  => '您的一般使用者偏好',
 => 'Ressource[_2]',  
      'Submitting as Comment'
    'retrieve[_1]'  => '提交评论',
 => 'wiederherstellen[_1]',  
      'Submitting as Policy Feedback'
    'rtrv.gif'  => '提交课程指导方针反馈',
 => 'rtrv.gif',  
      'Submitting as Question'
    'version[_1]'  => '提交的问题',
 => 'Version[_1]',  
      'Total Points In Course'
    '(mark desired resources then click "next" button)'  => '课程总分',
 => '(markieren Sie gewünschte Ressourcen und klicken Sie dann auf "Weiter")',  
      'the resource you just saw on the screen'
    '[_1]Change[_2] for just [_3]this course[_4] or for all [_5]your courses[_6].'  => 'the resource you just saw on the screen',
 => '[_1]Ändern:[_2] nur für [_3]diesen Kurs[_4] oder für alle [_5]Ihre Kurse[_6].',  
      'Annotations'
    "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.",  
      'Close (no save)'
    'Page displayed after role selection in this course set to [_1].'  => '关闭 (不保存)',
 => 'Seite, die nach Betreten des Kurses angezeigt werden soll, wurde auf [_1] gesetzt.',  
      'Save and Update'
    '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].',  
      'Bookmark Tree Viewer/Editor'
    '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].',  
      'Chat'
    'Add or Edit Blog Entries'  => '聊天',
 => 'Blog-Einträge hinzufügen oder bearbeiten',  
      'Chat Room'
    'Add to my public course blog'  => '聊天室',
 => 'Zu meinem öffentlichen Kurs-Blog hinzufügen',  
      'Drop Box'
    'Annotator'  => '收件箱',
 => 'Annotator',  
      'Import Bookmarks'
    'Av. Attempts'  => '导入书签',
 => 'Mittlere Anzahl an Versuchen',  
      'The LearningOnline Network with CAPA'
    'Available RSS Feeds and Blogs'  => 'The LearningOnline Network with CAPA',
 => 'Verfügbare RSS-Feeds und Blogs',  
      'This LON-CAPA server is temporarily not available for login.'
    'Average number of attempts'  => '该 LON-CAPA 服务器目前无法登录。',
 => 'Durchschnittliche Anzahl an Versuchen',  
      'Please attempt to login to one of the following servers:'
    'Bookmarks'  => '请尝试登录到下列其中一个服务器:',
 => 'Lesezeichen',  
      '(preferred)'
    'Change interval?'  => '(首选的)',
 => 'Intervall ändern',  
      'Although your current role has privileges to view any existing groups in this course, you do not have privilegesto create new groups.'
    'Change options?'  => 'Although your current role has privileges to view any existing groups in this course, you do not have privilegesto create new groups.',
 => 'Optionen ändern',  
      'Collaborative Tools'
    'Change thresholds?'  => '协作工具',
 => 'Schwellenwerte ändern',  
      'Course content'
    'Clean up'  => '课程内容',
 => 'Aufräumen',  
      'Create a new group'
    'Close Folder'  => '创建新组',
 => 'Verzeichnis schließen',  
      'Created'
    'Configure Blocking of Student Communication during Exams'  => '生成',
 => 'Kommunikationssperre einrichten', # 'Blockieren studentischer Kommunikation während Prüfungen konfigurieren',  
      'Creator'
    'Course Action Items'  => '创设者',
 => 'Kurs-Aktionselemente',  
      'Discussion Boards'
    'Creating PDF'  => '讨论板',
 => 'Erstellung PDF-Datei',  
      'Disk Use (%)'
    'Currently: [_1].'  => '使用的存贮空间 (%)',
 => 'Zurzeit: [_1].',  
      'Enable Recent Roles Hotlist:'
    'Deg. Diff'  => '启用最近的角色活动表:',
 => 'Schwierigkeitsgrad',  
      'Files'
    'Description'  => '文件',
 => 'Beschreibung',  
      'Group Name'
    'Display Action Items'  => '组名',
 => 'Aktionselemente anzeigen',  
      'Group Title'
    'Enter my groups in the course'  => '组标题',
 => 'Meine Kursgruppen',  
      'Members'
    'Entering [_1]'  => '成员',
 => 'Betrete [_1]',  
      'Modify'
    'Entering [_1] ...'  => '修改',
 => 'Betrete [_1]...',  
      'Re-enable'
    'First resource'  => '修复',
 => 'Erste Ressource',  
      'Expire'
    'Generated [_1] ([_2] bytes)'  => '失效',
 => 'Erzeugt am [_1] ([_2] Bytes)',  
      'Group settings'
    'Go to first resource'  => '组设置',
 => 'Gehe zur ersten Ressource',  
      'Modify group membership'
    'Group Documents'  => '修改组成员',
 => 'Gruppen-Dokumente',  
      'No groups exist.'
    'Groups'  => '没有组存在。',
 => '小组',  
      'Number of roles in Hotlist:'
    'Help Menu'  => '角色的快速访问列表:',
 => 'Hilfemenü',  
      'Quota (MB)'
    'Hide all'  => '容量 (MB)',
 => 'Alle verbergen',  
      'Remote Control'
    'Hide this Feed'  => '遥控器',
 => 'Diesen Feed verbergen',  
      '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.'
    'LON-CAPA Feed "[_1]" for [_2]'  => '一些 LON-CAPA 用户有很多角色。在快速访问列表里面将显示最近使用过的角色的最后N角色访问过的地方,这些角色将显示在角色选择页面的上方。 用户如果只有很少的角色,应该禁用快速访问列表。',
 => 'LON-CAPA-Feed "[_1]" für [_2]',  
      '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.'
    'Last Reset'  => '一些 LON-CAPA 用户有很多课程。在快速访问列表里面将显示最近使用过的课程的最后N课程访问过的地方,这些课程将显示在课程选择页面的上方。用户如果只有很少的角色,应该禁用快速访问列表。',
 => 'Letzte Zurücksetzung',  
      'Switch to Inline Menu Mode'
    'Last revised'  => '切换到内置菜单模式',
 => 'Letzte Änderung',  
      '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.'
    'Link'  => '这下面的列表可以用来<q>冻结</q>屏幕上的角色。这些标记为冻结的将不会从名单中删除,即便最近没有被使用过时。',
 => 'Link',  
      'View Status'
    'Log In'  => '查看状态',
 => 'Anmelden',  
      'View/Change Status'
    'Move Checked to Folder'  => '查看/修改状态',
 => 'Verschiebe Auswahl in Verzeichnis',  
      'You are not currently a member of any active groups in this course.'
    'Name for New Feed'  => 'You are not currently a member of any active groups in this course.',
 => 'Name des neuen Feed',  
      'Group [_1] was updated.'
    'Name of this Feed'  => '组 [_1] 已更新。',
 => 'Name dieses Feeds',  
      'An error occurred while setting parameters for Discussion Boards folder: [_1]'
    'New course messages'  => 'An error occurred while setting parameters for Discussion Boards folder: [_1]',
 => 'Neue Kursnachrichten',  
      'Discussion Boards Folder created.'
    'New critical messages in course'  => '创建讨论板夹。',
 => 'Neue wichtige Kursnachrichten',  
      'You do not have group administration privileges in this course.'
    'New in course'  => 'You do not have group administration privileges in this course.',
 => 'Neu im Kurs',  
      'An error occurred when [_1] the group. Please try again.'
    'New version'  => 'An error occurred when [_1] the group. Please try again.',
 => 'Neue Version',  
      'You have requested deletion of the group [_1].'
    'No messages sent.'  => 'You have requested deletion of the group [_1].',
 => 'Keine Nachrichten verschickt.',  
      'The following users could not be activated, because an error occurred:'
    'No new course messages'  => 'The following users could not be activated, because an error occurred:',
 => 'Keine neuen Kursnachrichten',  
      'The following users could not be reenabled, because an error occurred:'
    'No problems require handgrading'  => 'The following users could not be reenabled, because an error occurred:',
 => 'Keine Aufgaben müssen manuell bewertet werden',  
      'The following users could not be modified, because an error occurred:'
    'No problems satisfy threshold criteria'  => 'The following users could not be modified, because an error occurred:',
 => 'Keine Aufgaben erfüllen die Schwellenkriterien',  
      'The following users could not be added, because an error occurred:'
    'No problems with errors'  => 'The following users could not be added, because an error occurred:',
 => 'Keine Aufgaben mit Fehlern',  
      'The following users could not be deleted, because an error occurred:'
    'No unread critical messages in course'  => 'The following users could not be deleted, because an error occurred:',
 => 'Kein ungelesenen wichtigen Kursnachrichten',  
      'The following users could not be expired, because an error occurred:'
    'No unread posts in course discussions'  => 'The following users could not be expired, because an error occurred:',
 => 'Kein ungelesenen Beiträge in Kursdiskussionsforen',  
      'No change occurred for the following users:'
    'No updated versions'  => 'No change occurred for the following users:',
 => 'Keine aktualisierten Versionen',  
      'When a group is deleted the following occurs:'
    'Num. students'  => 'When a group is deleted the following occurs:',
 => 'Studierendenanzahl',  
      'All group membership is terminated.'
    'Number of errors'  => 'All group membership is terminated.',
 => 'Fehleranzahl',  
      'The group ceases to be available either for viewing or for modification of group settings and membership.'
    'Number of new posts'  => 'The group ceases to be available either for viewing or for modification of group settings and membership.',
 => 'Anzahl neuer Diskussionsbeiträge',  
      '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.'
    'Number ungraded'  => '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.',
 => 'Anzahl nicht bewerteter',  
      '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.'
    'Open Folder'  => '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.',
 => 'Verzeichnis öffnen',  
      'Delete group'
    'Open all folders'  => '删除组',
 => 'Alle Verzeichnisse öffnen',  
      'Group deletion failed because deletion of [_1] out of [_2] members failed.'
    'Page set to be displayed after you have selected a role in this course'  => '删除组失败,因为[_1]的[_2]成员不能被删除。',
 => 'Seite, die angezeigt werden soll, nachdem Sie eine Rolle in diesem Kurs ausgewählt haben',  
      'Group successfully deleted.'
    'Please select the type of LON-CAPA entity - Course or Group - for which you wish to add/modify a user role'  => '该组已成功删除。',
 => 'Bitte wählen Sie den Typ der LON-CAPA-Entität - Kurs oder Gruppe - für den Sie die Benutzerrolle hinzufügen/ändern wollen.',  
      "Although the group was deleted, an error occurred when removing the group's folder from the 'Course Groups' folder: [_1]"
    'Please stand by while processing your print request, this may take some time ...'  => "该组已被删除,从课程组的文件夹删除组文件夹时发生错误:[_1]",
 => 'Ihr Druckauftrag wird bearbeitet. Dies kann einige Zeit dauern. Bitte warten Sie...',  
      'Group deletion failed.'
    'Print contents of directory'  => '组删除失败。',
 => 'Inhalte des Verzeichnisses drucken',  
      'Course Folder -[_1]'
    'Print directory'  => '课程文件夹 [_1]',
 => 'Verzeichnis drucken',  
      'An error occurred when reading contents of parent folder to group:'
    'Problem'  => 'An error occurred when reading contents of parent folder to group:',
 => 'Aufgabe',  
      'An error occurred when saving updated parent folder to group:'
    'Problem Document'  => 'An error occurred when saving updated parent folder to group:',
 => 'Aufgabe',  
      'You have requested enabling the previously deleted group [_1].'
    'Problem Name'  => 'You have requested enabling the previously deleted group [_1].',
 => 'Aufgabenbezeichnung',  
      'When a deleted group is re-enabled the following occurs:'
    'Problem is not open to be viewed. It'  => 'When a deleted group is re-enabled the following occurs:',
 => 'Aufgabe nicht zur Betrachtung freigegeben. Es',  
      'Group settings and membership at the time the group was deleted are reinstated.'
    'Problems requiring handgrading'  => 'Group settings and membership at the time the group was deleted are reinstated.',
 => 'Aufgaben, die manuell bewertet werden müssen',  
      'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.'
    '(Problems with av. attempts &ge; [_1] or deg. difficulty &ge; [_2]) [_3] and total number of students with submissions &ge; [_4]'  => 'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.',
 => '(Aufgaben mit durchschnittlicher Anzahl an Versuchen &ge; [_1] oder Schwierigkeitsgrad &ge; [_2]) [_3] und insgesamte Anzahl an Studierenden, die etwas eingereicht haben &ge; [_4]',  
      'Reenable group'
    'Problems with errors'  => '组恢复',
 => 'Aufgaben mit Fehlern',  
      'The group [_1] was not re-enabled, because it is not a deleted group.[_2]Perhaps it has already been re-enabled?'
    'Re-publish'  => 'The group [_1] was not re-enabled, because it is not a deleted group.[_2]Perhaps it has already been re-enabled?',
 => 'Neu veröffentlichen',  
      'No end date set'
    'Recently generated printouts'  => '没有设定结束日期',
 => 'Zuletzt erzeugte Ausdrucke',  
      'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]'
    'Recently generated printout zip files'  => 'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]',
 => 'Zuletzt erzeugte ZIP-Dateien',  
      "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]"
    'Reset Count?'  => "Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]",
 => 'Zähler zurücksetzen?',  
      'Re-enabling group failed.'
    'Reset counters to 0'  => '重新启用组失败。',
 => 'Zähler auf 0 zurücksetzen',  
      'with related words'
    'Select [_1]'  => '相关的关键词',
 => 'Wähle [_1]',  
      'with no related words'
    'Select the sequence to print resources from:'  => '没有相关的关键词',
 => 'Wählen Sie die Sequenz, aus der Ressourcen gedruckt werden sollen:',  
      'Change Roles Preferences'
    'Selected [_1]Problems[_2] from folder [_3]'  => '改变角色偏好',
 => 'Bestimmte [_1]Aufgaben[_2] aus dem Verzeichnis [_3]',  
      'Display [_1] Most Recent Roles'
    'Selected [_1]Resources[_2] from folder [_3]'  => '显示 [_1] 个最近角色',
 => 'Bestimmte [_1]Ressourcen[_2] aus dem Verzeichnis [_3]',  
      'Freeze Role'
    'Selected <b>Problems</b> from <b>entire course</b>'  => '冻结角色',
 => 'Bestimmte <b>Aufgaben</b> des <b>gesamten Kurses</b>',  
      'Recent Roles Hotlist is Disabled'
    'Selected <b>Resources</b> from <b>entire course</b>'  => '禁用最近使用角色的快速访问列表',
 => 'Bestimmte <b>Ressourcen</b> des <b>gesamten Kurses</b>',  
      'Recent Roles Hotlist is Enabled'
    'Selected <b>Problems</b> from <b>entire course</b> for <b>selected people</b>'  => '启用最近使用角色的快速访问列表',
 => 'Bestimmte <b>Ressourcen</b> des <b>gesamten Kurses</b> für <b>bestimmte Personen</b>',  
      'Author Space'
    'Selected [_1]Problems[_2] from folder [_3] for [_4]selected people[_5]'  => '作者空间',
 => 'Bestimmte [_1]Aufgaben[_2] aus dem Verzeichnis [_3] für [_4]bestimmte Personen[_5]',  
      'Degree of discrimination'
    '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]', # ???  
      'Disable WYSIWYG Editor'
    'Selected [_1]Resources[_2] from folder [_3] for [_4]selected people[_5]'  => '禁用WYSIWYG编辑器',
 => 'Bestimmte [_1]Resourcen[_2] aus dem Verzeichnis [_3] für [_4]bestimmte Personen[_5]',  
      'Hypertext Document'
    'Selected [_1]Resources[_2] from folder [_3] for [_4]CODEd assignments[_5]'  => 'HTML 文件',
 => 'Bestimmte [_1]Ressourcen[_2] aus dem Verzeichnis [_3] für [_4]geCODEte Übungen[_5]', # ???  
      'Last Modifying User'
    'Selected [_1]Problems[_2] from current subdirectory [_3]'  => '上次修改用户',
 => 'Bestimmte[_1]Aufgaben[_2] aus aktuellem Unterverzeichnis [_3]',  
      'Last Revision Date'
    'Selected <b>Resources</b> from <b>selected folder</b> in course'  => '最近修订日期',
 => 'Bestimmte <b>Ressourcen</b> aus </b>bestimmtem Verzeichnis</b> im Kurs',  
      'Linked/Related Resources'
    'Send Message'  => '联系/相关资源',
 => 'Nachricht versenden',  
      'Network-wide courses using resource'
    'Show all'  => '网络上使用该课程资源',
 => 'Alle anzeigen',  
      'Never'
    'Show my first due problem'  => '从不',
 => 'Zeige meine erste zu bearbeitende Aufgabe',  
      'Preview'
    'Show only uncompleted problems'  => '预览',
 => 'Zeige nur nicht erledigte Aufgaben',  
      'Resources that follow this resource in maps'
    'Show everything'  => 'Resources that follow this resource in maps',
 => 'Alles anzeigen',  
      'Resources that lead up to this resource in maps'
    'Uncompleted Problems'  => 'Resources that lead up to this resource in maps',
 => 'Nicht erledigte Aufgaben',  
      'Resources used by this resource'
    'All homework assignments have been completed.'  => 'Resources used by this resource',
 => 'Alle Übungsaufgaben sind erledigt.',  
      'Resources using or importing resource'
    'Speller Suggestions'  => '资源使用或导入',
 => 'Speller Suggestions',  
      'Return'
    'Start a New Feed'  => '后退',
 => 'Neuen Feed starten',  
      'Setting WYSIWYG editor to:'
    'Save Marked Changes'  => 'WYSIWYG-编辑器设置为:',
 => 'Markierte Änderungen speichern',  
      'Source Available'
    'Save changes'  => '源代码可用',
 => 'Änderungen speichern',  
      'Source Custom Distribution File'
    'The preferences you set here can be overridden within each individual discussion.'  => '源代码的访问权限',
 => 'Die hier einstellbaren Präferenzen können innerhalb jedes Diskussionsbeitrages geändert werden.',  
      'Start new page[_1]before selected'
    'This action is currently not authorized.'  => 'Start new page[_1]before selected',
 => 'Diese Aktion ist zurzeit nicht erlaubt.',  
      'on'
    'Time of last post'  => '开',
 => 'Uhrzeit des letzten Beitrags', #??? [SB 20.10.2006]  
      '(on)'
    'Title of document goes here'  => '(on)',
 => 'Dokumententitel hier eintragen',  
      'off'
    'Body of document goes here'  => '关',
 => 'Hauptinhalt des Dokuments kommt hier hin',  
      '(off)'
    'Total number of students with submissions'  => '(off)',
 => 'Gesamtzahl an Studierenden, die etwas eingereicht haben',  
      '(re-initialize course to access)'
    'Unread course discussion posts'  => '(re-initialize course to access)',
 => 'Ungelesene Kursdiskussionsbeiträge',  
      'All Parts'
    'Version used'  => 'All Parts',
 => 'verwendete Version',  
      'Changes will become active for your current session after [_1], or the next time you log in.'
    'Version[_1]'  => '点击 [_1] 按钮来保存最后的更改。',
 => 'Version[_1]',  
      'Cut'
    'View current problem status and grading information'  => '剪切',
 => 'Bewertungs-Informationen',  
      'Random Order'
    "What's New?"  => '任意顺序',
 => "Was gibt's Neues?",  
      'Due and Answer Available'
    "What's New? page"  => 'Due and Answer Available',
 => "Was-gibt's-Neues-Seite",  
      'Edit any group in the course'
    "What's New page"  => '课程分组管理',
 => "Was-gibt's-Neues-Seite",  
      'Editing the Table of Contents for your Course'
    'You are accessing an invalid course'  => '如何修改课程内容',
 => 'Sie versuchen auf einen ungültigen Kurs zuzugreifen.',  
      'Enter any group in the course'
    'course only'  => 'Enter any group in the course',
 => 'nur Kurs',  
      'Existing Parameter Settings for Your Resources'
    'delete'  => 'Existing Parameter Settings for Your Resources',
 => 'Löschen',  
      'Group'
    'first resource in the course'  => '组',
 => 'erste Kursressource',  
      'Group:'
    'grps.gif'  => '组:',
 => 'grps.gif',  
      'Hidden'
    'hidden'  => '隐藏',
 => 'verborgen',  
      'List Symbs'
    'list[_1]'  => '内部标识',
 => 'list[_1]',  
      'Symb List'
    'new feed'  => '内部标识名单',
 => 'new feed',  
   #   'Manage Course Slots'
    'since last month'  #=> '管理课程插槽',
 => 'seit letztem Monat',  
      'Manage Slots'
    'since last week'  => 'Manage Slots',
 => 'seit letzter Woche',  
      'Manage student enrollment '
    'since start of course'  => '招生管理 ',
 => 'seit Kursbeginn',  
      'Modify Resource Parameters - Overview Mode'
    'since yesterday'  => '修改资源参数 - 概况模式',
 => 'seit gestern',  
      'Modify parameter settings (due dates, etc) for resources and the course'
    'specific setting for this course'  => '修改课程和资源参数',
 => 'spezifische Einstellung für diesen Kurs',  
      'Modify parameter settings for this resource'
    'test.problem'  => '参数设置',
 => 'test.problem',  
      'New and Existing Parameter Settings for Your Resources'
    'user preference'  => '为您的资源设置新的和现有的参数',
 => 'Benutzerpräferenz',  
      'Parameter Change Log and Course Blog Posting/User Notification'
    'version[_1]'  => '参数变更记录和课程博客/用户通知',
 => 'Version[_1]',  
      'Parameter Manager'
    "what's new? page"  => '参数管理',
 => "Was-gibt's-Neues-Seite",  
      'Randomly Pick: '
    'your general user preferences'  => '随机挑选: ',
 => 'Ihre allgemeinen Benutzerpräferenzen',  
      'Remove'
    'Submitting as Comment'  => '删除',
 => 'Kommentar wird gesendet',  
      'Rendering:'
    'Submitting as Policy Feedback'  => '检查:',
 => 'Feedback zu Kursrichtlinien wird gesendet',  
      'Select Parameters to View'
    'Submitting as Question'  => '选择想要查看的参数',
 => 'Frage wird gesendet',  
      'Select Parts to View'
    'Total Points In Course'  => '选择想要查看的部分',
 => 'Gesamtpunkte im Kurs',  
      'Set Parameter Setting Default Actions'
    'You are accessing an invalid course'  => '设置默认操作的参数',
 => 'Sie versuchen auf einen ungültigen Kurs zuzugreifen',  
      'Set Portfolio Metadata'
    'the resource you just saw on the screen'  => '设置元数据-组合',
 => 'die zuletzt betrachtete Ressource',  
      'Set/Modify Resource Parameters - Helper Mode'
    'Annotations'  => '设置/修改资源参数 - 辅助模式',
 => 'Notizen',  
      'Set/Modify Resource Parameters - Overview Mode'
    'Close (no save)'  => '设置/修改资源参数 - 概况模式',
 => 'Schließen (ohne Speichern)',  
      'Set/Modify Resource Parameters - Table Mode'
    'Save and Update'  => '设置/修改资源参数 - 表模式',
 => 'Speichern und aktualisieren',  
      'Settings for Your Course'
    'Bookmark Tree Viewer/Editor'  => '课程设置',
 => 'Lesezeichenbaum-Anzeige/Editor',  
      'Table Mode'
    'Chat'  => '表模式',
 => 'Chat',  
      'Table Mode Parameter Setting'
    'Chat room'  => '表模式参数设定',
 => 'Chatroom',  
      '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]".'
    'Drop Box'  => '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]".',
 => 'Drop Box',  
      'URL hidden'
    'Import Bookmarks'  => '隐藏 URL',
 => '导入书签',  
 #=> 'Lesezeichen importieren',     'Update Parameter Display'
   => '更新参数',
    'The LearningOnline Network with CAPA'  
 => 'The LearningOnline Network with CAPA',     'View calculated grades (Spreadsheet)'
   => '计算评分(Spreadsheet)',
    'This LON-CAPA server is temporarily not available for login.'  
 => 'Dieser LON-CAPA-Server ist derzeit zum Anmelden nicht verfügbar.',     "What's new?"
   => "有什么新的?",
    'Please attempt to login to one of the following servers:'  
 => 'Bitte versuchen Sie sich an einem der folgenden Server anzumelden:',     're-initializing Course'
   => '重新初始化课程',
    '(preferred)'  
 => '(bevorzugt)',     'Show Resource'
   => '查看资源',
    '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.',     'Feedback to resource author'
   => '反馈给此资源的作者',
    'Collaborative Tools'  
 => 'Kollaborative Werkzeuge',     'Click to add/remove attachments'
   => '单击添加/删除附件',
    'Course content'  
 => 'Kursinhalt',     'New attachments'
   => '新附件',
    'Create a new group'  
 => 'Neue Gruppe erstellen',     'Retained attachments'
   => '保留附件',
    'Created'  
 => 'Erstellt',     'Add a new attachment to this post.'
   => '给这个信息添加新的附件:',
    'Creator'  
 => 'Ersteller',     'Discussion Post Attachments'
   => '讨论张贴附件',
    'Discussion Boards'  
 => 'Diskussionsforen',     'Modify course settings'
   => 'Modify course settings',
    'Disk Use (%)'  
 => 'Speicherplatzverbrauch (%)',     'Send and display broadcast e-mail'
   => 'Send and display broadcast e-mail',
    'Enable Recent Roles Hotlist:'  
 => 'Verwende Schnellzugriff für zuletzt verwendete Rollen:',     'Awarded Total Points'
   => '达到总分',
    'Erster Kurs'  
 => 'Erster Kurs',     'Total Parts Done'
   => 'Total Parts Done',
    'Files'  
 => 'Dateien',     'Create a single course'
   => 'Create a single course',
    'Group Name'  
 => 'Gruppenname',     'Create a new course by completing an online form.'
   => 'Create a new course by completing an online form.',
    'Group Title'  
 => 'Gruppentitel',     'Create a single collaborative group space'
   => 'Create a single collaborative group space',
    'Members'  
 => 'Mitglieder',     '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.',
    'Modify'  
 => 'Verändern',     'Create courses/groups by uploading an attributes file'
   => 'Create courses/groups by uploading an attributes file',
    'Re-enable'  
 => 'Wiederherstellen',     '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.',
    'Expire'  
 => 'Ablaufen lassen',     'current'
   => '当前的',
    'Group settings'  
 => 'Gruppen-Einstellungen',     'Version changes'
   => 'Version changes',
    'Modify group membership'  
 => 'Gruppen-Mitgliedschaften ändern',     'Change interval'
   => 'Change interval',
    'No groups exist.'  
 => 'Es existieren keine Gruppen.',     'Student Submission Reports'
   => 'Student Submission Reports',
    'Number of roles in Hotlist:'  
 => 'Anzahl der Rollen in Schnellzugriffsliste:',     'Prepare reports of student submissions.'
   => 'Prepare reports of student submissions.',
    'Quota (Mb)'  
 => 'Speicherplatz (MB)',     'Survey Reports'
   => 'Survey Reports',
    'Remote Control'  
 => 'Fernbedienung',     'Prepare reports on survey results.'
   => 'Prepare reports on survey results.',
    '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.',     'View survey'
   => 'View 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.',     'Previous Survey'
   => 'Previous Survey',
    'Switch to Inline Menu Mode'  
 => 'Zum Modus mit Kopfzeilenmenü wechseln',     'Next Survey'
   => 'Next Survey',
    '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.',     'Choose a different Survey'
   => 'Choose a different Survey',
    'View Status'  
 => 'Status anzeigen',     'Generate Report'
   => 'Generate Report',
    'View/Change Status'  
 => 'Status anzeigen/ändern',     'Part [_1], Response [_2]'
   => '部份 [_1], 答案 [_2]',
    'You are not currently a member of any active groups in this course.'  
 => 'Sie sind zurzeit nicht Mitglied einer aktiven Gruppe in diesem Kurs.',     'Foil Name'
   => 'Foil Name',
    'Group [_1] was updated.'  
 => 'Die Gruppe [_1] wurde aktualisiert.',     'Foil Text'
   => 'Foil Text',
    '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]',     'Percent'
   => '百分比',
    'Discussion Boards Folder created.'  
 => 'Diskussionsforums-Verzeichnis wurde angelegt.',     'Correct Problems Plot'
   => 'Correct Problems Plot',
    'You do not have group administration privileges in this course.'  
 => 'Sie haben in diesem Kurs keine Gruppen-Administrationsrechte.',     'Display a histogram of student performance in the course.'
   => 'Display a histogram of student performance in the course.',
    '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.',     'Access Status'
   => '访问状态',
    'You have requested deletion of the group [_1].'  
 => 'Sie möchten die Gruppe [_1] löschen.',     '[_1] Limit by time'
   => '[_1] 限制时间',
 #activated  
 #reenabled     'Submission Time Plots'
 #modified  => 'Submission Time Plots',
 #added  
 #deleted     'Currently Has Access'
 #expired  => '目前访问',
   
    'The following users could not be activated, because an error occurred:'     'Will Have Future Access'
 => 'Die folgenden Benutzer konnten nicht aktiviert werden, da ein Fehler aufgetreten ist:',  => '将来的访问',
   
    'The following users could not be reenabled, because an error occurred:'     'Previously Had Access'
 => 'Die folgenden Benutzer konnten nicht wiederhergestellt werden, da ein Fehler aufgetreten ist:',  => '此前的访问',
   
    'The following users could not be modified, because an error occurred:'     'Any Access Status'
 => 'Die folgenden Benutzer konnten nicht geändert werden, da ein Fehler aufgetreten ist:',  => '任易的访问状态',
   
    'The following users could not be added, because an error occurred:'     'Previous Problem'
 => 'Die folgenden Benutzer konnten nicht hinzugefügt werden, da ein Fehler aufgetreten ist:',  => '前面的问题',
   
    'The following users could not be deleted, because an error occurred:'     'Next Problem'
 => 'Die folgenden Benutzer konnten nicht entfernt werden, da ein Fehler aufgetreten ist:',  => '下一个问题',
   
    'The following users could not be expired, because an error occurred:'     'Choose a different Problem'
 => 'Die Mitgliedschaften der folgenden Benutzer konnten nicht entzogen werden, da ein Fehler aufgetreten ist:',  => 'Choose a different Problem',
   
    'No change occurred for the following users:'     'Update Caches'
 => 'Folgende Benutzer bleiben unverändert:',  => 'Update Caches',
   
    'When a group is deleted the following occurs:'     'Begin'
 => 'Beim Löschen einer Gruppe passiert folgendes:',  => 'Begin',
   
    'All group membership is terminated.'     'There are no students in the sections selected.'
 => 'Alle Gruppen-Mitgliedschaften werden aufgelöst.',  => 'There are no students in the sections selected.',
   
    'The group ceases to be available either for viewing or for modification of group settings and membership.'     'There are no students in the sections/groups selected.'
 => 'Betrachten und Ändern der Gruppen-Einstellungen und -Mitgliedschaften wird für die Gruppe nicht mehr möglich sein.',  => 'There are no students in the sections/groups selected.',
   
    '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 problem at all.'
 => '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 problem at all.',
   
    '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 submission data for this problem.'
 => '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 submission data for this problem.',
   
    'Delete group'     'There is no submission data for this resource.'
 => 'Gruppe löschen',  => 'There is no submission data for this resource.',
   
    'Group deletion failed because deletion of [_1] out of [_2] members failed.'     'There is no data to plot.'
 => 'Das Löschen der Gruppe ist fehlgeschlagen, da [_1] von [_2] Mitgliedern nicht entfernt werden konnten.',  => 'There is no data to plot.',
   
    'Group successfully deleted.'     'Analysis of [_1] is not supported.'
 => 'Die Gruppe wurde erfolgreich gelöscht.',  => 'Analysis of [_1] is not supported.',
   
    "Although the group was deleted, an error occurred when removing the group's folder from the 'Course Groups' folder: [_1]"     'None of the selected students attempted the problem more than [_1] times.'
 => "Die Gruppe wurde zwar gelöscht, beim Entfernen des Gruppen-Verzeichnisses aus dem 'Kursgruppen'-Verzeichnis ist jedoch ein Fehler aufgetreten: [_1]",  => 'None of the selected students attempted the problem more than [_1] times.',
   
    'Group deletion failed.'     'None of the selected students attempted the problem.'
 => 'Das Löschen der Gruppe ist fehlgeschlagen.',  => 'None of the selected students attempted the problem.',
   
    'Course Folder -[_1]'     'The analysis you have selected is not supported at this time.'
 => 'Kursverzeichnis [_1]',  => 'The analysis you have selected is not supported at this time.',
   
    'An error occurred when reading contents of parent folder to group:'     'Graph Problem Submission Times'
 => 'Beim Lesen des übergeordneten Verzeichnisses für die Gruppe ist ein Fehler aufgetreten:',  => 'Graph Problem Submission Times',
   
    'An error occurred when saving updated parent folder to group:'     'Return to Directory'
 => '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:'     'Return to directory'
 => 'Beim Lesen des Inhalts des übergeordneten Verzeichnisses für die Gruppe ist ein Fehler aufgetreten:',  => '返回目录',
   
    'You have requested enabling the previously deleted group [_1].'     'My Roles'
 => 'Sie möchten die gelöschte Gruppe [_1] wiederherstellen.',  => '我的角色',
   
    'When a deleted group is re-enabled the following occurs:'     'My Space'
 => 'Beim Wiederherstellen einer gelöschten Gruppe passiert folgendes:',  => '我的空间',
   
    'Group settings and membership at the time the group was deleted are reinstated.'     'Edit blogs, RSS feeds, and podcasts'
 => 'Gruppen-Einstellungen und -Mitgliedschaften, die zum Zeitpunkt des Löschens dieser Gruppe bestanden, werden wieder hergestellt.',  => '博客, RSS-反馈 和 播客',
   
    'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.'     'Content Library'
 => 'Ein Gruppenverzeichnis wird dem "Kursgruppen"-Verzeichnis hinzugefügt, das Verzeichnisse aller Gruppen für diesen Kurs enthält.',  => '内容',
   
    'Reenable group'     'Search the contents of this course or accessible portfolio files'
 => 'Gruppe wiederherstellen',  => '搜索这门课程的内容,或可组合文件',
   
    'The group [_1] was not re-enabled, because it is not a deleted group.[_2]Perhaps it has already been re-enabled?'     'Grading and Statistics'
 => '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'     'Other'
 => 'Keine Endedatum gesetzt',  => '其他',
   
    'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]'     'group'
 => '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]"     'Size'
 => "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.'     'Current Access Status'
 => 'Wiederherstellen der Gruppe ist fehlgeschlagen.',  => '目前获得状态',
   
    'with related words'     'Delete Checked Files'
 => 'mit ähnlichen Wörtern',  => '删除选中的文件',
   
    'with no related words'     'Using the portfolio file list'
 => 'ohne ähnliche Wörter',  => '使用组合的文件列表',
   
    'Change Roles Preferences'     'Help on the portfolio'
 => 'Rollenpräferenzen ändern',  => '组帮助',
   
    'Display [_1] Most Recent Roles'     'Private'
 => 'Zeige [_1] der zuletzt verwendeten Rollen',  => '私人的',
   
    'Freeze Role'     'Change How Menus are Displayed'
 => 'Rolle einfrieren',  => '改变菜单显示',
   
    'Recent Roles Hotlist is Disabled'     'Use icons and text'
 => 'Schnellzugriffsliste für zuletzt verwendete Rollen wird nicht verwendet',  => '使用图标和文本',
   
    'Recent Roles Hotlist is Enabled'     'Use buttons and text'
 => 'Schnellzugriffsliste für zuletzt verwendete Rollen wird verwendet',  => '使用按钮和文本',
   
    'Author Space'     'Use icons only'
 => 'Autorenbereich',  => '只有图标',
   
    'Degree of discrimination'     'Previous Tries'
 => 'Grad der Abgrenzung',  => '以前的尝试',
   
    'Disable WYSIWYG Editor'     'Change Main Menu'
 => 'WYSIWYG-Editor deaktivieren',  => '改变主菜单',
   
    'Hypertext Document'     'New screenname (shown if you post anonymously)'
 => 'HTML-Dokument',  => '新昵称(显示在匿名讨论中)',
   
    'Last Modifying User'     'New nickname (shown if you post non-anonymously)'
 => 'Benutzer, der zuletzt geändert hat',  => '新昵称(显示在正常讨论中)',
   
    'Last Revision Date'     'Choose the time window to use to display roles for which access to the course expired.'
 => 'Datum der letzten Überarbeitung',  => 'Choose the time window to use to display roles for which access to the course expired.',
   
    'Linked/Related Resources'     'Choose the time window to use to display roles for which access to the course became available.'
 => 'Verknüpfte/Verwandte Ressourcen',  => 'Choose the time window to use to display roles for which access to the course became available.',
   
    'Network-wide courses using resource'     'Choose the time window to use to display resources in the course with version changes.'
 => 'Netzwerkweite Kurse, die diese Ressource verwenden',  => '选择的时间窗口,显示课程资源与版本变化。',
   
    'Never'     'User Management'
 => 'Niemals',  => '用户管理',
   
    'Preview'     'Manage student enrollment'
 => 'Vorschau',  => '招生管理',
   
    'Resources that follow this resource in maps'     'Modify an existing group'
 => 'Ressourcen, die in einer Inhaltszusammenstellung Nachfolger dieser Ressource sind',  => '修改现有的组',
   
    'Resources that lead up to this resource in maps'     'Delete an existing group'
 => 'Ressourcen, die in einer Inhaltszusammenstellung Vorläufer dieser Ressource sind',  => '删除现有的组',
   
    'Resources used by this resource'     'Re-enable a deleted group'
 => 'Ressourcen, die von dieser Ressource verwendet werden',  => '还原已删除的组',
   
    'Resources using or importing resource'     'Enter an existing group'
 => 'Ressourcen, die diese Ressource benutzen', #??? [SB 18.10.2006]  => '加入现有的组',
   
    'Return'     'Course Management'
 => '后退',  => '课程管理',
 #=> 'Zurück',  
      'Reset Student Access Times'
    'Setting WYSIWYG editor to:'  => '重置学生的访问时间',
 => 'Setze WYSIWYG-Editor auf:',  
      'Submission #'
    'Source Available'  => '回答次数',
 => 'Quellcode verfügbar',  
      'Try'
    'Source Custom Distribution File'  => '尝试',
 => 'Datei zum Maßschneidern der Zugriffsrechte für Quellcode',  
      'Try [_1]'
    'Start new page<br />before selected'  => '尝试 [_1]。',
 => 'Start new page<br />before selected',  
      'Submitted Answer'
    'on'  => '提交答案',
 => 'an',  
      'Close Window'
    '(on)'  => '关闭窗口',
 => '(an)',  
      'Close window'
    'off'  => '关闭窗口',
 => 'aus',  
      'Portfolio Search'
    '(off)'  => '组合搜索',
 => '(aus)',  
      'Enter words and quoted phrases'
    '(re-initialize course to access)'  => '输入字词和引用短语',
 => '(Kurs neu initialisieren, um Zugriff zu erhalten)',  
      'Portfolio and Course Search'
    'All Parts'  => '组合及课程搜寻',
 => 'Alle Teile',  
      'Message Status'
    '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.'     'Any'
 => '点击 [_1] 按钮来保存最后的更改。',  => '任意的',
 #=> 'Klicken Sie auf [_1], um die letzten Änderungen sofort zu übernehmen.',  
      'Unread'
    'Cut'  => '未阅读',
 => '剪切',  
 #=> 'Ausschneiden',     'Read'
   => '已阅读',
    'Random Order'  
 => '任意顺序',     'Replied to'
 #=> 'Zufällige Reihenfolge',  => '回复',
   
    'Due and Answer Available'     'Forwarded'
 => 'Fällig, Antwort verfügbar',  => '转发',
   
    'Edit any group in the course'     'Rename Folder'
 => '课程分组管理',  => '重命名文件夹',
 #=> 'Kursgruppen verwalten',  
      'Delete Folder'
    'Editing the Table of Contents for your Course'  => '删除文件夹',
 => '如何修改课程内容',  
 #=> 'Wie bearbeite ich den Inhalt des Kurses',     'Recent Roles'
   => '最近的角色',
    'Enter any group in the course'  
 => 'Einer beliebigen Gruppe des Kurses beitreten',     'Close navigation window'
   => '关闭导航窗口',
    'Existing Parameter Settings for Your Resources'  
 => 'Bestehende Parameter-Einstellungen für Ihre Ressourcen',     'Post Anonymous'
   => '匿名发送',
    'Export Course to IMS'  
 => '导出-IMS',     'Post'
 #=> 'IMS-Export',  => '发送',
   
    'Group'     'Back to preferences menu'
 => 'Gruppe',  => '后退',
   
    'Group:'     'Forward messages to other account(s) in LON-CAPA'
 => 'Gruppe:',  => 'Forward messages to other account(s) in LON-CAPA',
   
    'Hidden'     'Forward to account(s)'
 => '隐藏',  => 'Forward to account(s)', # '转发地址',
 #=> 'Verborgen',  
      'e.g. <tt>userA:domain1,userB:domain2,...</tt>'
    'List Symbs'  => '例如 <tt>用户A:领域1,用户B:领域2,...</tt>',
 => '内部标识',  
 #=> 'Interne Bezeichner',     'Notification E-mail Address(es)'
   => 'Notification E-mail Address(es)',
   
    'Symb List'     'E-mail address(es) which should be notified about new LON-CAPA messages'
 => 'Liste interner Bezeichner',  => '关于 LON-CAPA 新消息被通知的 E-Mail 地址',
   
    'Manage Course Slots'     'e.g. <tt>joe@doe.com</tt>'
 => 'Kurs-Slots verwalten',  => '例如 <tt>xiaoming@sohu.com</tt>',
   
    'Manage student enrollment '     'Notification address'
 => 'Studentische Kursbelegungen verwalten ',  => '通知地址',
   
    'Modify Resource Parameters - Overview Mode'     'Types of message for which notification is sent'
 => 'Ändern von Ressourcen-Parametern - Übersichtsmodus',  => '发出应该被通知的信息',
   
    'Modify parameter settings (due dates, etc) for resources and the course'     'Excerpt retains HTML tags in message'
 => '修改课程和资源参数',  => '在邮件中保持 HTML',
 #=> 'Kurs- und Ressourcen-Parameter',  
      'All'
    'Modify parameter settings for this resource'  => '所有的',
 => '参数设置', # long version: 'Parametereinstellungen für diese Ressource ändern',  
 #=> 'Parametereinstellungen', # long version: 'Parametereinstellungen für diese Ressource ändern',     'Critical only'
   => '只重要的',
   
    'New and Existing Parameter Settings for Your Resources'     'Non-critical only'
 => 'Neue und bestehende Parameter-Einstellungen für die Ressourcen',  => '非重要的',
   
    'Parameter Change Log and Course Blog Posting/User Notification'     'Add new address'
 => 'Parameteränderungs-Protokoll und Kurs-Blog-Einträge/Benutzer-Benachrichtigung',  => '添加新的地址',
   
    'Parameter Manager'     'What are forwarding and notification addresses?'
 => '参数管理',  => '什么是转发和通知地址?',
 #=> 'Kurs- und Ressourcen-Parameter',  
      'What are critical messages?'
    'Randomly Pick: '  => '什么是重要的信息?',
 => '随机挑选: ',  
 #=> 'Wähle zufällig: ',     'Change Roles Page Pref'
   => '用户角色快速访问列表',
    'Remove'  
 => '删除',     'Number of Roles in Hotlist:'
 #=> 'Entfernen',  => '一些角色的快速访问列表:',
   
    'Rendering:'     'Current Password'
 => 'Überprüfung:',  => '当前密码',
   
    'Select Parameters to View'     'New Password'
 => 'Auswahl der Parameter, die angezeigt werden sollen',  => '新密码',
   
    'Select Parts to View'     'Confirm Password'
 => 'Auswahl der anzuzeigenden Aufgabenteile',  => '新密码确认',
   
    'Set Parameter Setting Default Actions'     'Passwords must be a minimum of 7 characters long. Please try again.'
 #SD => 'Setze Parameter-Einstellungen für Default-Aktionen',  => '密码必须至少有7个字符长。请再试一次。',
 => 'Standardaktionen für Parametereinstellungen',  
      'The new passwords you entered do not match. Please try again.'
    'Set Portfolio Metadata'  => '新的密码输入不匹配。请再试一次。',
 => 'Portfolio-Metadaten',  
      'Please make sure your old password was entered correctly.'
    'Set/Modify Resource Parameters - Helper Mode'  => '请确认您的旧密码输入正确。',
 => 'Ressourcen-Parameter - Hilfsmodus',  
      'Send me a message'
    'Set/Modify Resource Parameters - Overview Mode'  => '请给我发送邮件',
 => 'Ressourcen-Parameter - Übersichtsmodus',  
      'Show Public View'
    'Set/Modify Resource Parameters - Table Mode'  => '查看公众视野',
 => 'Ressourcen-Parameter - Tabellenmodus',  
      'Delete Photo'
    'Settings for Your Course'  => '删除照片',
 => 'Kurs-Einstellungen',  
      'Help with filling in text boxes'
    'Table Mode'  => '文本框输入帮助',
 => 'Tabellenmodus',  
      'Examples'
    'Table Mode Parameter Setting'  => '例子',
 => 'Tabellenmodus-Parameter-Einstellungen',  
      'Summary Preview'
    '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]".'  => '摘要预览',
 => '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.',  
      'Send copy to permanent email address (if known)'
    'URL hidden'  => '发送副本到其它的电子邮件地址 (如果已知)',
 => '隐藏 URL',  
 #=> 'URL verborgen',     'Include in course RSS newsfeed'
   => '包括课程的 RSS-Feeds',
    'Update Parameter Display'  
 => 'Parameteranzeige aktualisieren',     'Allow replies:'
   => '允许答复:',
    'View calculated grades (Spreadsheet)'  
 => '计算评分(电子表格)',     'Reply to:'
 #=> 'Berechnete Bewertungen (Beurteilungsbogen)',  => '回复:',
   
    "What's new?"     'Domain Management'
 => "有什么新的?",  => '域管理',
 #=> "Was gibt's Neues?",  
      'Course ID of Key Authority:'
    '[quant,_1,day]'  => 'Course ID of Key Authority:',
 => '[quant,_1,Tag,Tage]',  
      'Set domain configuration'
    'grades[_3]'  => '域配置',
 => 'Bewertungen[_3]',  
      'Domain Configuration'
    'new.gif'  => '域配置',
 => 'new.gif',  
      'View/Modify Domain Settings'
    'parms[_2]'  => '查看/修改域配置',
 => 'parms[_2]',  
      'Menu'
    'pgrd.gif'  => '菜单',
 => 'pgrd.gif',  
      'Domain Settings'
    'pparm.gif'  => '域配置',
 => 'pparm.gif',  
      'Course Environment'
    'problem[_1]'  => '课程环境',
 => 'problem[_1]',  
      'Edit Course Environment'
    'problem[_2]'  => '编辑课程环境',
 => 'problem[_2]',  
      'Users allowed to clone course'
    're-initializing Course'  => 'Users allowed to clone course',
 => '重新初始化课程',  
 #=> 'Kurs neu initialisieren',     'Users with active Course Coordinator role in this course are permitted to clone and need not be included.'
   => 'Users with active Course Coordinator role in this course are permitted to clone and need not be included.',
    'Show Resource'  
 => 'Zeige Ressource',     'Use [_1] to allow course to be cloned by anyone in the specified domain.'
   => 'Use [_1] to allow course to be cloned by anyone in the specified domain.',
    'Feedback to resource author'  
 => 'Feedback an den Autor der Ressource',     'Use [_1] to allow unrestricted cloning in all domains.'
   => 'Use [_1] to allow unrestricted cloning in all domains.',
   
 #     'URL of Syllabus (not using internal handler)'
   => '教学大纲的网址 (URL)',
    'Click to add/remove attachments',  
 => 'Hier klicken, um Anhänge anzufügen/zu entfernen',     'Custom Text for Resource Content Question Option in Feedback'
   => 'Custom Text for Resource Content Question Option in Feedback',
    'New attachments'  
 => 'Neue Anhänge',     'Custom Text for Course Content Option in Feedback'
   => 'Custom Text for Course Content Option in Feedback',
    'Retained attachments'  
 => 'Zurückbehaltene Anhänge',     'Custom Text for Course Policy Option in Feedback'
   => 'Custom Text for Course Policy Option in Feedback',
    'Add a new attachment to this post.'  
 => 'Neuen Anhang für diese Nachricht erstellen:',     'Allow students to view classlist.'
   => 'Allow students to view classlist.',
    'Discussion Post Attachments'  
 => 'Anhänge für Diskussionsbeiträge',     'Allow users with specified roles to edit/delete their own discussion posts'
   => 'Allow users with specified roles to edit/delete their own discussion posts',
   
 #     'Suppress number of tries in printing'
   => 'Suppress number of tries in printing',
    'Modify course settings'  
 => 'Kurs-Einstellungen',     'Default paper type'
   => 'Default paper type',
    'Send and display broadcast e-mail'  
 => 'Broadcast-E-Mails',     'Default beginning date for student access.'
   => '学生访问的默认开始日期',
    'Awarded Total Points'  
 => 'Erreichte Gesamtpunktzahl',     'Default ending date for student access.'
   => '学生访问的默认结束日期',
    'Total Parts Done'  
 => 'Gesamtanzahl erledigter Aufgabenteile',     'Disable checking of Significant Figures'
   => 'Disable checking of Significant Figures',
    'Create a single course'  
 => 'Einen neuen, einzelnen Kurs erstellen',     'Disable automatically printing point values onto exams.'
   => 'Disable automatically printing point values onto exams.',
    'Create a new course by completing an online form.'  
 => 'Einen neuen Kurs durch Ausfüllen eines Formulars erstellen.',     'Send message to student when clicking Done on Tasks'
   => 'Send message to student when clicking Done on Tasks', # ???
    'Create a single collaborative group space'  
 => 'Einzelnen, kollaborativen Gruppenbereich erstellen',     'Restrict 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.',     'Show to student'
   => 'Show to student',
    'Create courses/groups by uploading an attributes file'  
 => 'Kurse/Gruppen durch Hochladen einer Attributedatei erstellen',     'Provide text area for students to type metadata'
   => 'Provide text area for students to type metadata',
    '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.',     'Provide choices for students to select from'
   => 'Provide choices for students to select from',
    'current'  
 => 'aktuell',     'Student may select multiple choices from list'
   => 'Student may select multiple choices from list',
   
 #     'Student may select only one choice from list'
    'Update Class List'  => 'Student may select only one choice from list',
 => 'Kursteilnehmerliste aktualisieren', # n.t.  
      'Add a Metadata Field'
    'Version changes'  => 'Add a Metadata Field',
 => 'Versionsänderungen',  
      'Order Metadata Fields'
    'Change interval'  => 'Order Metadata Fields',
 => 'Intervall ändern',  
      'Continue Import'
    'Student Submission Reports'  => 'Continue Import',
 => 'Berichte studentischer Einreichungen',  
      'Continue Search'
    'Prepare reports of student submissions.'  => 'Continue Search',
 => 'Berichte zu den studentischen Einreichungen erstellen',  
      'Finish Import'
    'Survey Reports'  => 'Finish Import',
 => 'Umfrage-Berichte',  
      'Include'
    'Prepare reports on survey results.'  => 'Include',
 => 'Berichte zu Umfrage-Ergebnissen erstellen',  
      'LON-CAPA Catalog Search'
    'View survey'  => 'LON-CAPA 目录搜索',
 => 'Umfrage betrachten',  
      '[_1] include external resources'
    'Previous Survey'  => '[_1] include external resources',
 => 'Vorherige Umfrage',  
      'Change Course Initialization Preference'
    'Next Survey'  => '课程初始化设置',
 => 'Nächste Umfrage',  
      'Change Course Init. Pref.'
    'Choose a different Survey'  => '课程初始化设置',
 => 'Andere Umfrage wählen',  
      'Reset Access Times'
    'Generate Report'  => 'Reset Access Times',
 => 'Bericht erstellen',  
      'Select Scope'
    'Part [_1], Response [_2]'  => 'Select Scope',
 => 'Aufgabenteil [_1], Antwort [_2]',  
      'Reset times on one or more folders/maps for a single student.'
    'Foil Name'  => 'Reset times on one or more folders/maps for a single student.',
 => 'Name der Auswahlmöglichkeit',  
      'Reset times on a single folder/map for a section or whole clase.'
    'Foil Text'  => 'Reset times on a single folder/map for a section or whole clase.',
 => 'Text der Auswahlmöglichkeit',  
      'Choose a student:'
    'Percent'  => '选择一个学生:',
 => 'Prozent',  
      'Select Currently Enrolled Students and Active Course Personnel'
    'Correct Problems Plot'  => 'Select Currently Enrolled Students and Active Course Personnel',
 => 'Richtige-Antworten-Diagramme',  
      'This is a list of first access times and what was accessed, please select those you want deleted.'
    'Display a histogram of student performance in the course.'  => 'This is a list of first access times and what was accessed, please select those you want deleted.',
 => 'Histogramm studentischer Kursleistungen anzeigen',  
      'Select:'
    'Access Status'  => '选择:',
 => 'Zugriffsstatus',  
      'All Course Personnel'
    'Limit by time'  => '所有课程人员',
 => 'Zeitliche Begrenzung', # n.t.  
      'No Section'
    'Submission Time Plots'  => 'No Section',
 => 'Einreichungszeit-Diagramme',  
      'Unselect'
    'Currently Has Access'  => '取消',
 => 'Aktueller Zugriff',  
      'Select a folder/map'
    'Will Have Future Access'  => '选择目录/内容列表',
 => 'Zukünftiger Zugriff',  
      'Will remove access times for'
    'Previously Had Access'  => 'Will remove access times for',
 => 'In der Vergangenheit liegender Zugriff',  
      'from users'
    'Any Access Status'  => 'from users',
 => 'Beliebiger Zugriffsstatus',  
      'No Access times found for student'
    'Previous Problem'  => 'No Access times found for student',
 => 'Vorherige Aufgabe',  
      'Finish'
    'Next Problem'  => 'Finish',
 => 'Nächste Aufgabe',  
      'Name of New Folder'
    'Choose a different Problem'  => '新建文件夹的名称',
 => 'Eine andere Aufgabe auswählen',  
      'Name of New Page'
    'Update Caches'  => '新组合页面的名称',
 => 'Cache aktualisieren',  
      'New Page'
    'Begin'  => '新组合页面',
 => 'Beginn',  
      'WARNING: Removing a resource makes associated grades and scores inaccessible!'
    'There are no students in the sections selected.'  => 'WARNING: Removing a resource makes associated grades and scores inaccessible!',
 => 'In den gewählten Sektionen sind keine Studenten.',  
      'Clipboard'
    'There are no students in the sections/groups selected.'  => 'Clipboard',
 => 'In den gewählten Sektionen/Gruppen sind keine Studenten.',  
      'Remove[_99]'
    'There is no submission data for this problem at all.'  => 'Remove[_99]',
 => 'Für diese Aufgabe existieren keinerlei studentische Einreichungsdaten.',  
      '?[_99]'
    'There is no submission data for this problem.'  => '?[_99]',
 => 'Für diese Aufgabe existieren keine studentischen Einreichungsdaten.',  
      'WARNING: Cutting a resource makes associated grades and scores inaccessible!'
    'There is no submission data for this resource.'  => 'WARNING: Cutting a resource makes associated grades and scores inaccessible!',
 => 'Für diese Ressource existieren keine Einreichungsdaten.',  
      'Grades remain inaccessible if resource is pasted into another folder.'
    'There is no student data for this problem.'  => 'Grades remain inaccessible if resource is pasted into another folder.',
 => 'Für diese Aufgabe existieren keine studentischen Daten.',  
      'Cut[_98]'
    'There is no data to plot.'  => 'Cut[_98]',
 => 'Es existieren keine Daten, die geplottet werden könnten.',  
      '?[_98]'
    'Analysis of [_1] is not supported.'  => '?[_98]',
 => 'Die Analyse von Aufgaben des Typs "[_1]" wird nicht unterstützt.',  
      'Paste'
    'None of the selected students attempted the problem more than [_1] times.'  => 'Paste',
 => 'Keiner der ausgewählten Studenten hat für die Aufgabe mehr als [_1] Versuche benötigt.',  
      '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].'
    'None of the selected students attempted the problem.'  => '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].',
 => 'Keiner der ausgewählten Studenten hat die Aufgabe bearbeitet.',  
      'This may take a few moments to display.'
    'The analysis you have selected is not supported at this time.'  => '计算需要几分钟的时间。',
 => 'Die von Ihnen ausgewählte Analyse wird derzeit nicht angeboten.',  
      'Detailed Citation Preview'
    'Graph Problem Submission Times'  => '详细引文预览',
 => 'Graph Aufgaben-Einreichungszeiten',  
      'related words'
   => '相关词',
 #  
    'Return to Directory'     'Any domain'
 => 'Zurück zum Verzeichnis',  => '任何域',
   
    'Return to directory'     'Reset'
 => 'Zurück zum Verzeichnis',  => '重置',
   
      'MIME Type Category'
 # 2007-06-15  => 'MIME 类型分类',
   
    'My Roles'     'Domains'
 => '我的角色',  => '域',
 #=> 'Meine Rollen',  
      'Custom Metadata fields'
    'My Space'  => '自定义元数据字段',
 => '我的空间',  
 #=> 'Mein Bereich',     'Field Name'
   => '域名',
    'Edit blogs, RSS feeds, and podcasts'  
 => '博客, RSS-Feeds 和 播客',     'Field Value(s)'
 #=> 'Blogs, RSS-Feeds und Podcasts',  => '域值',
   
    'Content Library'     'Another custom field/value pair?'
 => '内容',  => '其他自定义字段/值配对?',
 #=> 'Inhalte',  
      'Creation and Modification dates'
    'Search the contents of this course or accessible portfolio files'  => '建立与修改日期',
 => 'Kurs- und Portfolio-Suche',  
      'Created between'
    'Grading and Statistics'  => '创建时间',
 => '审查和统计',  
 #=> 'Bewertungen und Statistiken',     'Last modified between'
   => '上次修改时间',
    'Other'  
 => '其他',     'Standard Portfolio Metadata'
 #=> 'Sonstiges',  => '标准的元数据组合',
   
    'group'     'Advanced Portfolio Search'
 => 'Gruppe',  => '高级组合搜索',
   
    'Actions'     'Standard Catalog Metadata'
 => 'Aktionen',  => '标准目录元数据',
   
    'Size'     'Problem Statistics'
 => 'Größe',  => '问题统计',
   
    'Current Access Status'     'Statistics calculated for number of students'
 => 'Aktueller Zugriffsstatus',  => '统计计算出以下的学生人数',
   
    'Delete Checked Files'     'Portfolio and Catalog Search'
 => 'Markierte Dateien löschen',  => '搜索文件夹和目录',
   
    'Using the portfolio file list'     'Search the database of accessible portfolio files'
 => 'Verwendung der Portfolio-Dateiliste',  => 'Search the database of accessible portfolio files',
   
    'Help on the portfolio'     'Authoring Space:'
 => 'Hilfe zum Portfolio-Bereich', # n.t.  => 'Authoring Space:',
   
    'Private'     'Problem Status:'
 => 'privat',  => '问题状态:',
   
    'Change How Menus are Displayed'     'Problem Type:'
 => 'Darstellung der Menüs',  => '问题类型:',
   
    'Use icons and text'     'Feedback Mode:'
 => 'Icons mit Text',  => '反馈模式:',
   
    'Use buttons and text'     'Answer for Part: [_1]'
 => 'Buttons mit Text',  => 'Answer for Part: [_1]',
   
    'Use icons only'     'Script Vars'
 => 'Nur Icons',  => 'Script Vars',
   
    'Previous Tries'     'Regular file'
 => 'Bisherige Antworten',  => 'Regular file',
   
    'Change Main Menu'     'Testbank file'
 => 'Darstellung der Menüs',  => 'Testbank file',
   
    'New screenname (shown if you post anonymously):'     'IMS package'
 => 'Nickname für anonyme Beiträge:',  => 'IMS-软件包',
   
    'New nickname (shown if you post non-anonymously):'     'There are unsaved changes'
 => 'Nickname für normale (nicht anonyme) Beiträge:',  => 'There are unsaved changes',
   
    'Choose the time window to use to display roles for which access to the course expired.'     'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.'
 => 'Auswahl des Zeitfensters zur Anzeige von Rollen, die in diesem Kurs abgelaufen sind',  => 'Found no analyzable responses in this problem. Currently only Numerical, Formula and String response styles are supported.',
   
    'Choose the time window to use to display roles for which access to the course became available.'     'Active 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.'     'Font'
 => 'Auswahl des Zeitfensters zur Anzeige von Kurs-Ressourcen mit Versionsänderungen',  => '字体',
   
    'User Management'     'Un-Visited Link'
 => '用户管理',  => '未访问过的链接',
 #=> 'Benutzerverwaltung',  
      'Page Background'
    'Manage student enrollment'  => '网页背景',
 => 'Studentische Kursbelegungen',  
      'Header Border'
    'Modify an existing group'  => '标题边框',
 => 'Bestehende Gruppe ändern',  
      'Header Background'
    'Delete an existing group'  => '标题背景',
 => 'Bestehende Gruppe löschen',  
      'Visited Link'
    'Re-enable a deleted group'  => '访问过的链接',
 => 'Gelöschte Gruppe wiederherstellen',  
      'Change Custom Colors'
    'Enter an existing group'  => '更改自定义颜色',
 => 'Einer bestehenden Gruppe beitreten',  
      'Reset All'
    'Course Management'  => '所有颜色重置为默认颜色',
 => '课程管理',  
 #=> 'Kurs-Verwaltung',     'Save and Edit'
   => '保存并继续编辑',
    'Reset Student Access Times'  
 => 'Studentische Zugriffszeiten zurücksetzen',     'Save and View'
   => '保存和查看',
    'Submission #'  
 => 'Antwort-Nr.',     'Check Spelling'
   => '拼写检查',
    'Try'  
 => 'Versuch',     'Selecting a Course'
   => '选择课程',
    'Try [_1]'  
 => '[_1]. Versuch',     'Course Activity:'
   => 'Course Activity:',
    'Submitted Answer'  
 => 'Eingereichte Antwort',     'Course Domain:'
   => 'Course Domain:',
    'Close Window'  
 => 'Fenster schließen',     'Course Institutional Code:'
   => 'Course Institutional Code:',
    'Close window'  
 => 'Fenster schließen',     "Course Owner's Username:"
   => "Course Owner's Username:",
    'Portfolio Search'  
 => 'Portfolio-Suche',     "Course Owner's Domain:"
   => "Course Owner's Domain:",
    'Enter words and quoted phrases'  
 => 'Eingabe von Wörtern und in Anführungszeichen gesetzten Ausdrücken',     'LON-CAPA course ID:'
   => 'LON-CAPA 课程 ID:',
    'Portfolio and Course Search'  
 => 'Kurs- und Portfolio-Suche',     'Course Description'
   => '课程简介',
    'Message Status'  
 => 'Nachrichtenstatus',     'Resource Space Home'
   => '资源空间主页',
    'Any'  
 => 'Beliebig',     'Default start and end dates for student access'
   => 'Default start and end dates for student access',
    'Unread'  
 => 'Ungelesen',     '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?',
    'Read'  
 => 'Gelesen',     'Course Group Settings'
   => '课程组设置',
    'Replied to'  
 => 'Beantwortet',     '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.',
    'Forwarded'  
 => 'Weitergeleitet',     'Creation Options'
   => '创建选项',
    'Rename Folder'  
 => 'Verzeichnis umbenennen',     ' Creation Settings'
   => ' 创建设置',
    'Delete Folder'  
 => 'Verzeichnis löschen',     'Creation Outcome'
   => '创作成果',
    'Recent Roles'  
 => 'Zuletzt verwendete Rollen',     'New LON-CAPA course ID:'
   => '新的 LON-CAPA 课程 ID:',
    'Close navigation window'  
 => 'Navigationsfenster beenden',     'Created on'
   => '创建于',
    'Post Anonymous'  
 => 'Anonym absenden',     'Cloning course from'
   => 'Cloning course from',
    'Post'  
 => 'Absenden',     'Setting environment'
   => 'Setting environment',
    'Back to preferences menu'  
 => 'Zurück',     'Opening all assignments'
   => 'Opening all assignments',
    'Forwarding Address(es)'  
 => 'LON-CAPA-Weiterleitungsadresse(n)',     'Setting first resource'
   => 'Setting first resource',
    'e.g. <tt>userA:domain1,userB:domain2,...</tt>'  
 => 'z.B. <tt>BenutzerA:Domäne1,BenutzerB:Domäne2,...</tt>',     'Assigning role of [_1] Coordinator to [_2] at [_3]: '
   => 'Assigning role of [_1] Coordinator to [_2] at [_3]: ',
    'Notification E-mail Address(es)'  
 => 'Benachrichtigungs-E-Mail-Adressen',     'Roles will be active at next login'
   => 'Roles will be active at next login',
    'Email Address(es) which should be notified about new LON-CAPA messages'  
 => 'E-Mail-Adresse(n) zur Benachrichtigung über neue LON-CAPA-Nachrichten',     'Active at next login.'
   => 'Active at next login.',
    'e.g. <tt>joe@doe.com</tt>'  
 => 'z.B. <tt>hans@wurst.de</tt>',     'Expired after logout.'
   => 'Expired after logout.',
    'Notification address'  
 => 'Benachrichtigungsadresse',     'No new course created.'
   => 'No new course created.',
    'Types of message for which notification is sent'  
 => 'Art der Nachrichten, für die Benachrichtigung stattfinden soll',     '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.',
    'Excerpt retains HTML tags in message'  
 => 'Im Nachrichtenauszug HTML beibehalten',     '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]).',
    'All'  
 => 'alle',     'Create Another [_1]'
   => 'Create Another [_1]',
    'Critical only'  
 => 'nur wichtige',     'from domain'
   => 'from domain',
    'Non-critical only'  
 => 'nur nicht-wichtige',     'Submit Evaluation'
   => '提交评价',
    'Add new address'  
 => 'Neue Adresse hinzufügen',     'Standard Problem'
   => '标准问题',
    'What are forwarding and notification addresses?'  
 => 'Was sind Weiterleitungs- und Benachrichtigungs-Adressen?',     'Practice'
   => 'Practice',
    'What are critical messages?'  
 => 'Was sind wichtige Nachrichten?',     'Exam'
   => 'Exam',
    'Change Roles Page Pref'  
 => 'Schnellzugriffsliste für Benutzerrollen',     'Survey'
   => '调查',
    'Number of Roles in Hotlist:'  
 => 'Anzahl Rollen in Schnellzugriffsliste:',     'Library'
   => '图书馆',
    'Current Password'  
 => 'Derzeitiges Passwort',     'Value:'
   => 'Value:',
    'New Password'  
 => 'Neues Passwort',     'String Value'
   => 'String Value',
    'Confirm Password'  
 => 'Bestätigung neues Passwort',     'practice'
   => 'practice',
    '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.',     'Loading Domain Coordinator Menu'
   => 'Loading Domain Coordinator Menu',
    '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.',     "Disk space allocated to user's portfolio files"
   => "Disk space allocated to user's portfolio files",
    'Please make sure your old password was entered correctly.'  
 => 'Stellen Sie sicher, dass das alte Passwort korrekt eingegeben wurde.',     'Current quota'
   => '目前的配额',
    'Send me a message'  
 => '请给我发送邮件',     'For this user, the default quota is [_1] MB.'
 #=> 'Diesem Benutzer eine Nachricht schicken',  => '此用户的默认配额是 [_1] MB。',
   
    'Show Public View'     'Change quota'
 => '查看公众视野',  => '更改配额',
 #=> 'Öffentliche Sicht zeigen',  
      'Custom quota'
    'Delete Photo'  => '自定义配额',
 => '删除照片',  
 #=> 'Foto löschen',     'Existing sections'
   => '现有的章节',
    'Help with filling in text boxes'  
 => '文本框输入帮助',     'Define new section'
 #=> 'Hilfe zur Eingabe in Textfeldern',  => '创建新的章节',
   
    'Examples'     'Create/Modify Another User'
 => 'Beispiele',  => '创建/修改另一个用户',
   
    'Summary Preview'     'Set Privileges for New User'
 => 'Zusammenfassungsvorschau',  => '设置新用户的权限',
   
    'Send copy to permanent email address (if known)'     'Generating user'
 => 'Sende Kopie an externe E-Mail-Adresse (falls hinterlegt)',  => '生成用户',
   
    'Include in course RSS newsfeed'     'Generating user: [_1]'
 => 'In kursinterne RSS-Feeds einbinden',  => '生成用户: [_1]',
   
    'Allow replies:'     'Home server'
 => 'Antworten zulassen:',  => 'Home server',
   
    'Reply to:'     'Home server: [_1]'
 => 'Antwort an:',  => 'Home server: [_1]',
   
    'Domain Management'     'Modifying Roles'
 => 'Domänen-Verwaltung',  => '修改角色',
   
    'Course ID of Key Authority:'     'No roles to modify'
 => 'Kurs-ID des Schlüsselmeisters:',  => '没有角色修改',
   
    'Set domain configuration'     'starting'
 => 'Domänen-Konfiguration',  => '开始',
   
    'Domain Configuration'     'Add to classlist:'
 => 'Domänen-Konfiguration',  => '添加到学生名册:',
   
    'View/Modify Domain Settings'     'Change Current Login Data'
 => 'Domänen-Konfiguration',  => 'Change Current Login Data',
   
    'Menu'     'Enter New Login Data'
 => '菜单',  => 'Enter New Login Data',
 #=> 'Menü',  
      'will override current values'
    'Domain Settings'  => 'will override current values',
 => 'Domänen-Konfiguration',  
      'Section Numbers and corresponding LON-CAPA section IDs'
    'Course Environment'  => 'Section Numbers and corresponding LON-CAPA section IDs',
 => 'Kursumgebung',  
      'Overall Assessment Statistical Data'
    'Edit Course Environment'  => '总体评价统计数据',
 => 'Kursumgebung',  
      'No new dynamic data found.'
    'Users allowed to clone course'  => '没有发现新的动态数据。',
 => 'Benutzer, die berechtigt sein sollen, diesen Kurs zu klonen',  
      'Current value is'
    'Users with active Course Coordinator role in this course are permitted to clone and need not be included.'  => 'Current value is',
 => 'Benutzer mit aktiver Kurs-Koordinatoren-Rolle zu diesem Kurs haben automatisch das Recht zum Klonen und brauchen daher hier nicht eingetragen werden.',  
      'Interval set to version changes [_1]'
    'Use [_1] to allow course to be cloned by anyone in the specified domain.'  => 'Interval set to version changes [_1]',
 => '[_1] gestattet jedem in der angegebenen Domäne diesen Kurs zu klonen.',  
      'Creating a new problem resource.'
    'Use [_1] to allow unrestricted cloning in all domains.'  => 'Creating a new problem resource.',
 => '[_1] gestattet jedem aller Domänen diesen Kurs zu klonen.',  
      'Creating a new library resource.'
    'URL of Syllabus (not using internal handler)'  => 'Creating a new library resource.',
 => 'Externer Kursüberblick (URL)',  
      'Creating a new survey resource.'
    'Custom Text for Resource Content Question Option in Feedback'  => 'Creating a new survey resource.',
 => 'Eigener Text für Ressourcen-Inhaltsfragen-Option beim Feedback',  
      'Creating a new task resource.'
    'Custom Text for Course Content Option in Feedback'  => 'Creating a new task resource.',
 => 'Eigener Text für Kursinhalts-Option beim Feedback',  
      'The requested file [_1] currently does not exist.'
    'Custom Text for Course Policy Option in Feedback'  => 'The requested file [_1] currently does not exist.',
 => 'Eigener Text für Kursrichtlinien-Option beim Feedback',  
      'To create a new problem, select a template from the list below. Then click on the "Create problem" button.'
    'Allow students to view classlist.'  => 'To create a new problem, select a template from the list below. Then click on the "Create problem" button.',
 => 'Studenten erlauben, die Kursteilnehmerliste einzusehen',  
      'To create a new library, select a template from the list below. Then click on the "Create library" button.'
    'Allow users with specified roles to edit/delete their own discussion posts'  => 'To create a new library, select a template from the list below. Then click on the "Create library" button.',
 => 'Erlaube Benutzern mit folgenden Rollen, ihre eigenen Diskussionsbeiträge zu editieren/löschen',  
      'To create a new survey, select a template from the list below. Then click on the "Create survey" button.'
    'Suppress number of tries in printing'  => 'To create a new survey, select a template from the list below. Then click on the "Create survey" button.',
 => 'Beim Druck Angabe der Anzahl der Versuche auslassen',  
      'To create a new task, select a template from the list below. Then click on the "Create task" button.'
    'Default paper type'  => 'To create a new task, select a template from the list below. Then click on the "Create task" button.',
 => 'Standard-Papierformat',  
      'Accessibility Options'
    'Default beginning date for student access.'  => 'Accessibility Options',
 => 'Voreingestelltes Anfangsdatum für studentischen Zugriff',  
      'About LON-CAPA'
    'Default ending date for student access.'  => '关于 LON-CAPA',
 => 'Voreingestelltes Endedatum für studentischen Zugriff',  
      'Course/Community Catalog'
    'Disable checking of Significant Figures'  => '课程目录',
 => 'Überprüfung signifikanter Stellen deaktivieren',  
      '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:'
    'Disable automatically printing point values onto exams.'  => '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:',
 => 'Automatisches Drucken von Punkten auf Prüfungen deaktivieren',  
      'The course has yet to be created.'
    'Send message to student when clicking Done on Tasks'  => 'The course has yet to be created.',
 => 'Nachricht an Studenten versenden, wenn diese auf "Erledigt" in ihren Übungen klicken', # ???  
      'Automatic enrollment of registered students has not been enabled for the course.'
    'Restrict Metadata'  => 'Automatic enrollment of registered students has not been enabled for the course.',
 => 'Portfolio-Metadaten',  
      'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.'
    'Show to student'  => 'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.',
 => 'dem Studenten zeigen',  
      '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.'
    'Provide text area for students to type 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.',
 => 'dem Studenten Textfeld anbieten, um Metadaten eingeben zu können',  
      'If you were expecting to see an active role listed for a particular course, that course may not have been created yet.'
    'Provide choices for students to select from'  => 'If you were expecting to see an active role listed for a particular course, that course may not have been created yet.',
 => 'dem Studenten Auswahl anbieten, um wählen zu können aus',  
      '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
    'Student may select multiple choices from list'  => '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.',
 => 'Mehrfachauswahl aus Liste erlauben',  
      'You can search the Course/Community Catalog for courses and communities which permit self-enrollment, if you would like to enroll in one.'
    'Student may select only one choice from list'  => 'You can search the Course/Community Catalog for courses and communities which permit self-enrollment, if you would like to enroll in one.',
 => 'Nur eine Auswahl aus der Liste erlauben',  
      'User Authentication'
    'Add a Metadata Field'  => 'User Authentication',
 => 'Ein Metadatenfeld hinzufügen',  
      'Log-in Help'
    'Order Metadata Fields'  => '登录帮助',
 => 'Order Metadata Fields',  
      'Forgot password?'
    'Continue Import'  => '忘记密码?',
 => 'Import fortsetzen',  
      'New User?'
    'Continue Search'  => '新用户?',
 => 'Suche fortsetzen',  
      'Crosslisted'
    'Finish Import'  => 'Crosslisted',
 => 'Import abschließen',  
      'Owner'
    'Include'  => 'Owner',
 => 'Einbinden',  
      'Code'
    'CLOSE'  => 'Code',
 => 'Schließen', # n.t.  
      'Course listing'
    'LON-CAPA Catalog Search'  => '课程目录',
 => 'LON-CAPA-Katalog-Suche',  
      'Display information about official [_1] classes for which LON-CAPA courses have been created:'
    '[_1] include external resources'  => 'Display information about official [_1] classes for which LON-CAPA courses have been created:',
 => '[_1] externe Ressourcen mit einbeziehen',  
      'help/support'
    'Change Course Initialization Preference'  => 'help/support',
 => 'Kurs-Initialisierung',  
      'Ask helpdesk'
    'Change Course Init. Pref.'  => 'Ask helpdesk',
 => 'Kurs-Initialisierung',  
      'Back to last location'
    'Reset Access Times'  => 'Back to last location',
 => 'Studentische Zugriffszeiten zurücksetzen',  
      'Note'
    'Select Scope'  => '注意',
 => 'Bereich wählen',  
      'Note:'
    'Reset times on one or more folders/maps for a single student.'  => '注意:',
 => 'Zeiten in einem/r oder mehreren Verzeichnissen/Inhaltszusammenstellungen für einen einzelnen Studenten zurücksetzen',  
      'Student questions about course content should be directed to the course instructor'
    'Reset times on a single folder/map for a section or whole clase.'  => 'Student questions about course content should be directed to the course instructor',
 => 'Zeiten für ein(e) einzelne(s) Verzeichnis/Inhaltszusammenstellung für eine Sektion oder einen gesamten Kurs zurücksetzen',  
      'Submit Request'
    'Choose a student:'  => 'Submit Request',
 => 'Student auswählen:',  
      'E-mail address'
    'Select Currently Enrolled Students and Active Course Personnel'  => 'E-Mail 地址',
 => 'Wahl derzeit eingeschriebener Studenten oder aktiven Kurspersonals',  
      'Enter the username you use to log-in to LON-CAPA, and your domain.'
    'This is a list of folders/maps and times they were accessed, plese select those you want deleted.'  => 'Enter the username you use to log-in to LON-CAPA, and your domain.',
 => '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.',  
      'URL of page'
    'Select:'  => '该页的网址',
 => 'Auswahl:',  
      'Phone'
    'All Course Personnel'  => '电话',
 => 'Gesamtes Kurspersonal',  
      'Course Details'
    'No Section'  => 'Course Details',
 => 'Keine Sektion',  
      'Enter institutional course code'
    'Unselect'  => 'Enter institutional course code',
 => 'Auswahl aufheben',  
      'Enter course title'
    'Select a folder/map'  => 'Enter course title',
 => '选择目录/内容列表',  
 #=> 'Verzeichnis/Inhaltszusammenstellung wählen',     'Section Number'
   => 'Section Number',
    'Will remove access times for'  
 => 'Werde Zugriffszeiten entfernen für',     'Detailed Description'
   => '详细说明',
    'from users'  
 => 'von Benutzern',     'Clear Form'
   => '重置表',
    'No Access times found for student'  
 => 'Keine Zugriffszeit gefunden für Student',     'Material presented in clear way'
   => '这些材料中提出一个明确的方式',
    'Finish'  
 => 'Abschließen',     'Material covered with sufficient depth'
   => '这些材料包括有足够的深度',
    'Name of New Folder'  
 => 'Name des neuen Verzeichnisses:',     'Material is helpful'
   => '这些材料是有用的',
    'Name of New Page'  
 => 'Name der neuen zusammengesetzten Seite',     'Material appears to be correct'
   => '这些材料似乎是正确的',
    'New Page'  
 => '新组合页面',     'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.'
 #=> 'Neue zusammengesetzte Seite',  => 'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.',
   
    'WARNING: Removing a resource makes associated grades and scores inaccessible!'     'is in this state due to author settings.'
 => 'Achtung: Das Entfernen der Ressource macht die damit verknüpften Bewertungen und Punkte unerreichbar!',  => 'is in this state due to author settings.',
   
    'Remove[_99]'     'User Data for'
 => 'Soll[_99]',  => 'User Data for',
   
    '?[_99]'     'Email Address'
 => 'wirklich entfernt werden?',  => 'E-Mail地址',
   
    'WARNING: Cutting a resource makes associated grades and scores inaccessible!'     'Enroll 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.'     'If active, the new role will be available when the student next logs in to LON-CAPA.'
 => 'Die Bewertungen bleiben unerreichbar, auch wenn die Ressource in einem anderen Verzeichnis eingefügt wird.',  => 'If active, the new role will be available when the student next logs in to LON-CAPA.',
   
    'Cut[_98]'     'Enroll another student'
 => 'Soll[_98]',  => '注册另一名学生',
   
    '?[_98]'     'Enroll Another Student'
 => 'wirklich ausgeschnitten werden?[_98]',  => '注册另一名学生',
   
    'Paste'     'start date'
 => '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].'     'end date'
 => '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.'     'active groups'
 => 'Die Berechnung könnte einen Moment dauern.',  => '活跃的组',
   
    'Detailed Citation Preview'     'active group(s)'
 => 'Detailierte Zitatsvorschau',  => '活跃的组',
   
    'related words'     "Select a user name to view the user's personal page."
 => 'ähnliche Wörter',  => "选择一个用户名,以查看此用户的个人网页。",
   
    'Any domain'     'View recent activity by this student'
 => 'Beliebige Domäne',  => '最后处于活动状态的人',
   
    'Reset'     'View recent activity'
 => 'Zurücksetzen',  => '查看最近活动',
   
    'MIME Type Category'     'Recent activity of [_1]'
 => 'MIME-Typ-Kategorie',  => '最后处于活动状态的 [_1]',
   
    'Domains'  
 => 'Domänen',     '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.',
    'Custom Metadata fields'  
 => 'Eigene Metadaten-Felder',     'Composing Query'
   => 'Composing Query',
    'Field Name'  
 => 'Feldbezeichnung',     'Student Activity'
   => 'Student Activity',
    'Field Value(s)'  
 => 'Feldinhalt(e)',     'Waiting up to [_1] seconds for results'
   => 'Waiting up to [_1] seconds for results',
    'Another custom field/value pair?'  
 => 'Ein weiteres eigenes Metadaten-Feld?',     'Activity data compiled up to [_1]'
   => 'Activity data compiled up to [_1]',
    'Creation and Modification dates'  
 => 'Erstellungs- und Änderungszeiten',     'While data is processed, periodically reload this page for more recent activity'
   => 'While data is processed, periodically reload this page for more recent activity',
    'Created between'  
 => 'Erstellung zwischen',     'Data'
   => 'Data',
    'Last modified between'  
 => 'Letzte Änderung zwischen',     'Resubmit last request to check for newer data'
   => 'Resubmit last request to check for newer data',
    'Standard Portfolio Metadata'  
 => 'Standard-Portfolio-Metadaten',     'View Classlist'
   => 'View Classlist',
    'Advanced Portfolio Search'  
 => 'Erweiterte Portfolio-Suche',     'Count'
   => 'Count',
    'Standard Catalog Metadata'  
 => 'Standard-Katalog-Metadaten',     'Modifying authentication:'
   => 'Modifying authentication:',
    'Problem Statistics'  
 => 'Aufgaben-Statistiken',     'Modify User Privileges'
   => 'Modify User Privileges',
    'Statistics calculated for number of students'  
 => 'Statistiken berechnet für folgende Anzahl an Studenten',     'Insert:'
   => 'Insert:',
    'Portfolio and Catalog Search'  
 => '搜索文件夹和目录',     'Delete?'
 #=> 'Datenbank veröffentlichter Ressourcen und Portfolio-Dateien',  => 'Delete?',
   
 # 2007-06-22     'Randomize Foil Order:'
    'Search the database of accessible portfolio files'  => 'Randomize Foil Order:',
 => 'Datenbank der Portfolio-Dateien',  
      'Use template:'
    'Construction Space:'  => 'Use template:',
 => 'Konstruktionsbereich:',  
      'Display Direction'
    'Problem Status:'  => 'Display Direction',
 => 'Aufgabenstatus:',  
      'vertical'
    'Problem Type:'  => 'vertical',
 => 'Aufgabentyp:',  
      'horizontal'
    'Feedback Mode:'  => 'horizontal',
 => 'Feedback-Modus:',  
      'Script'
    'Answer for Part: [_1]'  => 'Script',
 => 'Antwort für Teil [_1]',  
      'Problem Editing'
    'Script Vars'  => '问题编辑',
 => 'Skript-Variablen',  
      'Hint'
    'Regular file'  => '提示',
 => 'Reguläre Datei',  
      'Show hint even if problem Correct:'
    'Testbank file'  => 'Show hint even if problem Correct:',
 => 'Testbank-Datei',  
      'Single Line Text Entry Area'
    'IMS package'  => 'Single Line Text Entry Area',
 => 'IMS-Paket',  
      'Parameters for a response'
    'There are unsaved changes'  => 'Parameters for a response',
 => 'Es liegen ungespeicherte Änderungen vor!',  
      'Problem Part'
    'Found no analyzable responses in this problem, currently only Numerical,  => '问题部分',
 Formula and String response styles are supported.'  
 => 'Keine analysierbaren Antwortblöcke in der Aufgabe gefunden. Derzeit werden     'Part ID:'
 nur numericalresponse, formularesponse und stringresponse unterstützt.',  => '问题部分编号:',
   
    'Active Link'     'Displayed Part Description:'
 => 'Aktive Links',  => 'Displayed Part Description:',
   
    'Font'     'Readonly:'
 => 'Zeichen',  => 'Readonly:',
   
    'Un-Visited Link'     'Response: Numerical'
 => 'Unbesuchte Links',  => 'Response: Numerical',
   
    'Page Background'     'random'
 => 'Seitenhintergrund',  => 'random',
   
    'Header Border'     'top'
 => 'Seitenkopf-Rahmen',  => 'top',
   
    'Header Background'     'bottom'
 => 'Seitenkopf-Hintergrund',  => 'bottom',
   
    'Visited Link'     'Add new Option:'
 => 'Besuchte Links',  => 'Add new Option:',
   
    'Change Custom Colors'     'Delete an Option:'
 => 'Farbeinstellungen übernehmen',  => 'Delete an Option:',
   
    'Reset All Colors to Default'     'Print options:'
 => 'Alle Farben auf Voreinstellung zurücksetzen',  => 'Print options:',
   
    'Save and Edit'     "Don't show option list"
 => 'Speichern und weiterbearbeiten',  => "Don't show option list",
   
    'Save and View'     'Display of options when printed'
 => 'Speichern und betrachten',  => 'Display of options when printed',
   
    'Check Spelling'     'Normal list'
 => 'Rechtschreibprüfung',  => 'Normal list',
   
    'Selecting a Course'     'Listed in vertical column'
 => 'Kurs auswählen',  => 'Listed in vertical column',
   
    'Course Activity:'     'Multiple Option Response Question'
 => 'Letzte Kursaktivität:',  => 'Multiple Option Response Question',
   
    'Course Domain:'     'Select Options'
 => 'Kurs-Domäne:',  => 'Select Options',
   
    'Course Institutional Code:'     'Image'
 => 'Kurs-Instituts-Code:',  => 'Image',
   
    "Course Owner's Username:"     'Image Url:'
 => 'Benutzerkennung des Kurs-Eigentümers:',  => 'Image Url:',
   
    "Course Owner's Domain:"     'width (pixel):'
 => 'Domäne des Kurs-Eigentümers:',  => 'width (pixel):',
   
    'LON-CAPA course ID:'     'height (pixel):'
 => 'LON-CAPA-Kurs-ID:',  => 'height (pixel):',
   
    'Course Description:'     'Alignment:'
 => 'Kurstitel:',  => 'Alignment:',
   
    'Resource Space Home'     'Encrypt URL:'
 => 'Ressourcenbereich-Hauptverzeichnis',  => 'Encrypt URL:',
   
    'Default start and end dates for student access'     'no'
 => 'Voreingestelltes Anfangs- und Endedatum für studentischen Zugriff',  => 'no',
   
    'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?'     'Location:'
 => 'Soll LON-CAPA den <b>Domänen-Koordinator</b> benachrichtigen, wenn während der automatischen Aktualisierung Änderungen an der Kursbelegung auftreten?',  => 'Location:',
   
    'Course Group Settings'     'Randomly labeled image'
 => 'Kursgruppen-Einstellungen',  => 'Randomly labeled image',
   
    'Set a quota for the total disk space available for storage of course group     'Response: Click on Image'
 portfolio files.'  => 'Response: Click on Image',
 => 'Verfügbarer Gesamtspeicherplatz für Portfolio-Dateien für alle Kursgruppen dieses Kurses:',  
      'Collection of Imageresponse foils'
    'Creation Options'  => 'Collection of Imageresponse foils',
 => 'Erstellungsoptionen',  
      'Image response foil'
    ' Creation Settings'  => 'Image response foil',
 => ' Erstellungs-Einstellungen',  
      'Enter Coordinates'
    'Creation Outcome'  => 'Enter Coordinates',
 => 'Ergebnis der Erstellung',  
      'Rectangle'
    'New LON-CAPA course ID:'  => 'Rectangle',
 => 'Neue LON-CAPA-Kurs-ID:',  
      'Coordinate Pairs'
    'Created on'  => 'Coordinate Pairs',
 => 'Erstellt in Domäne',  
      'Polygon'
    'Cloning course from'  => 'Polygon',
 => 'Kurs geclont aus Domäne',  
      'Coordinate list'
    'Setting environment'  => 'Coordinate list',
 => 'Einstellung der Kursumgebung',  
      'Create Polygon Data'
    'Opening all assignments'  => 'Create Polygon Data',
 => 'Start aller Übungen',  
      'Task Description'
    'Setting first resource'  => '问题描述',
 => 'Einstellung der ersten Ressource',  
      'Clickable Image'
    'Assigning role of [_1] Coordinator to [_2] at [_3]: '  => 'Clickable Image',
 => 'Zuweisung der Rolle des [_1]-Koordinators an [_2] in [_3]: ',  
      'Image Source File'
    'Roles will be active at next login'  => 'Image Source File',
 => 'Rollen werden ab dem nächsten Login aktiv sein',  
      'Select Position on Image'
    'Active at next login.'  => 'Select Position on Image',
 => 'Beim nächsten Login aktiv. ',  
      'Select First Coordinate on Image'
    'Expired after logout.'  => 'Select First Coordinate on Image',
 => 'Nach dem Abmelden abgelaufen.',  
      'Select Second Coordinate on Image'
    'No new course created.'  => 'Select Second Coordinate on Image',
 => 'Der Kurs wurde nicht erstellt.',  
      'Select Finish to save selection'
    'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.'  => 'Select Finish to save selection',
 => 'Ein neuer Kurs kann nicht von dem angebenen Originalkurs ([_1]) geklont werden, da dieser Kurs nicht existiert.',  
      'Enter Coordinate or click finish to close Polygon'
    '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]).'  => 'Enter Coordinate or click finish to close Polygon',
 => '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.',  
      'Click to select a Coordinate or click Finish to save current selection'
    'Create Another [_1]'  => 'Click to select a Coordinate or click Finish to save current selection',
 => 'Einen weiteren [_1] anlegen',  
      'New Name'
    'from domain'  => 'New Name',
 => 'aus der Domäne',  
      'Make Obsolete'
    'Submit Evaluation'  => 'Make Obsolete',
 => 'Evaluierung absenden',  
      'Set Margins'
    'Standard Problem'  => 'Set Margins',
 => 'Standard-Aufgabe',  
      'How should each column be formatted?'
    'Practice'  => 'How should each column be formatted?',
 => 'Übung',  
      'Width:'
    'Exam'  => '宽:',
 => 'Prüfung',  
      'Height:'
    'Survey'  => '高:',
 => 'Umfrage',  
      'Left Margin:'
    'Library'  => 'Left Margin:',
 => 'Bibliothek',  
      'Username and/or password could not be authenticated.'
    'Value:'  => '用户名和(或)密码无法验证。',
 => 'Wert:',  
      'Please check the username and password.'
    'String Value'  => '请检查您的用户名和密码。',
 => 'Text-Wert',  
      'Try again'
    'Specifically for'  => '再试一次',
 => 'Im Speziellen für', # n.t.  
      'Information needed to verify your login information is missing, inaccessible or expired.'
    'practice'  => '验证您的登录的信息丢失,无法进入或已经过期。',
 => 'Übung',  
      'Sending'
    'Loading Domain Coordinator Menu'  => '发送中',
 => 'Lade Domänen-Koordinator-Menü...',  
      'Completed.'
    "Disk space allocated to user's portfolio files"  => '邮件已发送。',
 => "Speicherplatz für Portfolio-Dateien des Benutzers",  
      'Messages being sent.'
    'Current quota'  => '邮件被发送。',
 => 'Derzeitiger Speicherplatz',  
      'Assigning'
    'For this user, the default quota is [_1] Mb.'  => 'Assigning',
 => 'Für diesen Benutzer ist der voreingestellte Speicherplatz [_1] MB.',  
      'ending'
    'Change quota'  => 'ending',
 => 'Speicherplatz ändern',  
      'Assistant Co-Author'
    'Custom quota'  => 'Assistant Co-Author',
 => 'Selbsteingestellter Speicherplatz',  
      'Metadata for [_1]'
    'Existing sections'  => 'Metadata for [_1]',
 => 'Bestehende Sektionen',  
      'There are [_1] matches to your query.'
    'Define new section'  => '有 [_1] 匹配您的查询。',
 => 'Neue Sektion erstellen',  
      'There were no results matching your query.'
    'Create/Modify Another User'  => 'There were no results matching your query.',
 => 'Andere Benutzeraccounts erstellen oder ändern',  
      'Revise search'
    'Set Privileges for New User'  => '修改搜寻',
 => 'Einstellungen für neuen Benutzer',  
      'Internal Error - Bad view selected.'
    'Generating user'  => 'Internal Error - Bad view selected.',
 => 'Erstelle Benutzer',  
      'Unable to save import results.'
    'Generating user: [_1]'  => 'Unable to save import results.',
 => 'Erstelle Benutzer: [_1]',  
      'A MySQL error has occurred.'
    'Home server'  => 'A MySQL error has occurred.',
 => 'Heimatserver',  
      'Number of accesses'
    'Home server: [_1]'  => 'Number of accesses',
 => 'Heimatserver: [_1]',  
      'Ascending'
    'Modifying Roles'  => '上升的',
 => 'Anpassung der Benutzerrollen',  
      'Descending'
    'No roles to modify'  => '下降的',
 => 'Es erfolgte keine Änderung der Benutzerrollen.',  
      'Students Attempting'
    'starting'  => 'Students Attempting', # ??? [SB 2007-07-03]
 => 'Start am',  
      'Average Number of Tries'
    'Add to classlist:'  => 'Average Number of Tries',
 => 'Hinzufügen zur Kursteilnehmerliste:',  
      'Mean Degree of Difficulty'
    'Change Current Login Data'  => 'Mean Degree of Difficulty',
 => 'Derzeitige Login-Einstellung ändern',  
      'Mean Degree of Discrimination'
    'Enter New Login Data'  => 'Mean Degree of Discrimination',
 => 'Neue Login-Einstellungen',  
      'Evaluation: Clear'
    'will override current values'  => 'Evaluation: Clear',
 => 'überschreibt derzeitigen Wert',  
      'Evaluation: Technically Correct'
    'Set a quota for the total disk space available for storage of course group portfolio files.'  => 'Evaluation: Technically Correct',
 => 'Verfügbarer Gesamtspeicherplatz für Portfolio-Dateien für alle Kursgruppen dieses Kurses:',  
      'Evaluation: Material is Correct'
    'Section Numbers and corresponding LON-CAPA section IDs'  => 'Evaluation: Material is Correct',
 => 'Sektionsnummern und korrespondierende LON-CAPA-Sektions-IDs',  
      'Evaluation: Material is Helpful'
    'Overall Assessment Statistical Data'  => 'Evaluation: Material is Helpful',
 => 'Übergreifende statistische Beurteilungsdaten',  
      'Evaluation: Material has Depth'
    'No new dynamic data found.'  => 'Evaluation: Material has Depth',
 => 'Keine neuen dynamischen Daten gefunden.',  
      'Prev'
    'Current value is'  => '上一个',
 => 'Aktuelle Einstellung ist',  
      'Reload'
    'Interval set to version changes [_1]'  => '重新加载',
 => 'Intervall auf Versionsänderungen [_1] gesetzt',  
      'Results [_1] to [_2] out of [_3]'
    'Creating a new problem resource.'  => '结果 [_1] 至 [_2] 的 [_3]',
 => 'Neue Aufgabe erstellen',  
      'Unactionable Search Query'
    'Creating a new library resource.'  => '查询被否决',
 => 'Neue Bibliothiek erstellen',  
      'Revise Search Request'
    'Creating a new survey resource.'  => '修改搜索请求',
 => 'Neue Umfrage erstellen',  
      'LON-CAPA Access Control'
    'Creating a new task resource.'  => 'LON-CAPA 访问控制',
 => 'Neue "bridgetask"-Datei erstellen',  
      'Access  : '
    'The requested file [_1] currently does not exist.'  => '访问  : ',
 => 'Die angeforderte Datei [_1] existiert momentan nicht.',  
      'Resource: '
    'To create a new problem, select a template from the list below. Then click on the "Create problem" button.'  => '资源: ',
 => 'Um eine neue Aufgabe zu erstellen, wählen Sie eine Vorlage aus der unten angebotenen Liste. Klicken Sie dann auf den "Aufgabe erstellen"-Button.',  
      'Action  : '
    'To create a new library, select a template from the list below. Then click on the "Create library" button.'  => 'Action  : ',
 => 'Um eine neue Bibliothek zu erstellen, wählen Sie eine Vorlage aus der unten angebotenen Liste. Klicken Sie dann auf den "Bibliothek erstellen"-Button.',  
      'You have modified your course recently, [_1] may fix this access problem.'
    'To create a new survey, select a template from the list below. Then click on the "Create survey" button.'  => 'You have modified your course recently, [_1] may fix this access problem.',
 => 'Um eine neue Umfrage zu erstellen, wählen Sie eine Vorlage aus der unten angebotenen Liste. Klicken Sie dann auf den "Umfrage erstellen"-Button.',  
      'Published on ...'
    'To create a new task, select a template from the list below. Then click on the "Create task" button.'  => 'Published on ...',
 => '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.',  
      'Currently published version'
    'Accessibility Options'  => 'Currently published version',
 => 'Alternativ-Login',  
      'Edit Metadata'
    'About LON-CAPA'  => '编辑元数据',
 => '关于 LON-CAPA',  
 #=> 'Über LON-CAPA',     'Cleanup XML Document'
   => 'Cleanup XML Document',
    'Course Catalog'  
 => '课程目录',     'Select actions to attempt:'
 #=> 'Kursübersicht',  => '选择所需的行动:',
   
    '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:'     'Linefeeds, formfeeds, and carriage returns'
 => '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:',  => 'Linefeeds, formfeeds, and carriage returns',
   
    'The course has yet to be created.'     'Empty tags'
 => 'Der Kurs wurde noch nicht erstellt.',  => 'Empty tags',
   
    'Automatic enrollment of registered students has not been enabled for the course.'     'Lower casing'
 => 'Die automatische Kursbelegung registrierter Studenten wurde für diesen Kurs nicht aktiviert.',  => 'Lower casing',
   
    'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.'     'Symbol font'
 => 'Sie sind in einer Sektion des Kurses, für die die automatische Kursbelegung im zugehörigen LON-CAPA-Kurs nicht aktiviert ist.',  => 'Symbol font', # ??? [SB 2007-07-03]
   
    '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.'     'Cleanup'
 => '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.',  => 'Cleanup',
   
    'If you were expecting to see an active role listed for a particular course, that course may not have been created yet.'     'Back to Source File'
 => 'Falls Sie eine aktive Rolle für einen bestimmten Kurs erwartet haben, könnte es sein, dass diese noch nicht erstellt wurde.',  => 'Back to Source File',
   
    'The [_1]Course Catalog[_2] provides information about all [_3] classes for which LON-CAPA courses have been created.' # [_3]: domain     'Hypertext Cascading Style Sheet'
 => 'Die [_1]Kursübersicht[_2] enthält Informationen über alle Kurse der Domäne [_3], für die LON-CAPA-Kurse eingerichtet wurden.',  => 'Hypertext Cascading Style Sheet',
   
    'You can search the course catalog for courses which permit self-enrollment, if you would like to enroll in a course.'     'Online Survey'
 => 'Falls Sie einen Kurs belegen möchten, können Sie die Kursübersicht nach Kursen durchsuchen, die eine Selbsteintragung zulassen.',  => 'Online Survey',
   
    'User Authentication'     'Unable to find [_1]'
 => 'Benutzer-Authentifizierung',  => 'Unable to find [_1]',
   
    'Log-in Help'     'Post Server Announcements'
 => '登录帮助',  => 'Post Server Announcements',
   
    'Forgot password?'     'Post announcements to the system login and roles screen'
 => '忘记密码?',  => 'Post announcements to the system login and roles screen',
   
    'New User?'     '(leave blank to delete announcement)'
 => '新用户?',  => '(leave blank to delete announcement)',
   
    'Crosslisted'     'Check machines:'
 => 'querverwiesen',  => 'Check machines:',
   
    'Owner'     'Current Announcement'
 => 'Eigentümer',  => 'Current Announcement',
   
    'Code'     'Calendar'
 => 'Kurscode',  => '日历',
   
    'Course listing'     'Download your Calendar as iCalendar File'
 => '课程目录',  => '下载您的日历',
 #=> 'Kursübersicht',  
      'No calendar available for this date.'
    'Course Listing'  => '没有日历用于此日期。',
 => '课程目录',  
 #=> 'Kursübersicht',     'Posting [_1]'
   => 'Posting [_1]',
    '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',     'This LON-CAPA server is version [_1]'
   => '这里是 LON-CAPA [_1]',
    'help/support'  
 => 'Hilfe und Support',     '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.',
    'Ask helpdesk'  
 => 'Anfrage an Helpdesk abschicken',     'Edit Answer'
   => 'Edit Answer',
    'Back to last location'  
 => 'Zurück zum letzten Ort',     'Date/Time'
   => '日期/时间',
    'Note'  
 => 'Anmerkung',     'Threshold Name'
   => 'Threshold Name',
    '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',     'Current value'
   => 'Current value',
    'Submit Request'  
 => 'Anfrage abschicken',     'Change?'
   => '改变?',
    'E-mail address'  
 => 'E-Mail 地址',     'Make changes'
 #=> 'E-Mail-Adresse',  => '保存',
   
    'Enter the username you use to log-in to LON-CAPA, and your domain.'     'Change thresholds'
 => 'Geben Sie Ihre LON-CAPA-Benutzerkennung ein und wählen Sie Ihre Domäne.',  => 'Change thresholds',
   
    'URL of page'     'Picture Conversion Status'
 => 'URL der Seite',  => 'Picture Conversion Status',
   
    'Phone'     'Class Print Status'
 => '电话',  => 'Class Print Status',
 #=> 'Telefon-Nr.',  
      'Removing error messages:'
    'Course Details'  => 'Removing error messages:',
 => 'Kursdetails',  
      'Invalid target directory, FAIL'
    'Enter institutional course code'  => 'Invalid target directory, FAIL',
 => 'Kurs-Instituts-Code',  
      'Creating old version [_1]'
    'Enter course title'  => 'Creating old version [_1]',
 => 'Kurstitel',  
      'Initial version'
    'Section Number'  => 'Initial version',
 => 'Sektionsnummer',  
      'Press "Generate Statistics" when you are ready.'
    'Detailed Description'  => 'Press "Generate Statistics" when you are ready.',
 => 'Detailierte Beschreibung',  
      'It may take some time to update the student data for the first analysis. Future analysis this session will not have this delay.'
    'Clear Form'  => 'It may take some time to update the student data for the first analysis. Future analysis this session will not have this delay.',
 => 'Formular zurücksetzen',  
      'A course-wide error occurred.'
    'Material presented in clear way'  => 'A course-wide error occurred.',
 => 'Das Material wird in einer verständlichen Art dargestellt',  
      'none'
    'Material covered with sufficient depth'  => '没有',
 => 'Das Thema wird in ausreichender Tiefe behandelt',  
      'Prepare Report'
    'Material is helpful'  => '编写报告',
 => 'Das Material ist hilfreich',  
      'Show problem'
    'Material appears to be correct'  => '提示显示',
 => 'Das Material scheint korrekt zu sein',  
      'Show correct answers'
    'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.'  => 'Show correct answers',
 => '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.',  
      'Show all submissions'
    'is in this state due to author settings.'  => 'Show all submissions',
 => 'befindet sich aufgrund von Einstellungen des Autors temporär in diesem Zustand.',  
      'Show problem grading'
    'User Data for'  => 'Show problem grading',
 => 'Benutzerdaten von',  
      'Computing correct answers greatly increases the amount of time required to prepare a report.'
    'Email Address'  => 'Computing correct answers greatly increases the amount of time required to prepare a report.',
 => 'E-Mail-Adresse',  
      'Please select problems and use the [_1]Prepare Report[_2] button to continue.'
    'Enroll Student'  => 'Please select problems and use the [_1]Prepare Report[_2] button to continue.',
 => 'Studenten Kurs belegen lassen',  
      'Please select a Survey to analyze'
    'If active, the new role will be available when the student next logs in to LON-CAPA.'  => 'Please select a Survey to analyze',
 => 'Falls bereits aktiv, wird die Rolle ab dem nächsten Login für den Studenten verfügbar sein.',  
      'There are no survey problems in this course.'
    'Enroll another student'  => 'There are no survey problems in this course.',
 => 'Einen weiteren Studenten den Kurs belegen lassen',  
      'Generate Survey Report'
    'Enroll Another Student'  => 'Generate Survey Report',
 => 'Einen weiteren Studenten den Kurs belegen lassen',  
      'Building text document.'
    'start date'  => 'Building text document.',
 => 'Anfangsdatum',  
      'Generated on [_1]'
    'end date'  => 'Generated on [_1]',
 => 'Endedatum',  
      'Your text file'
    'active groups'  => 'Your text file',
 => 'Aktive Gruppen',  
      'Done compiling text file. See link below to download.'
    'active group(s)'  => 'Done compiling text file. See link below to download.',
 => 'Aktive Gruppen',  
      'There is no essay or string response data to output for this survey.'
    "Select a user name to view the user's personal page."  => 'There is no essay or string response data to output for this survey.',
 => "选择一个用户名,以查看此用户的个人网页。",  
 #=> "Klicken Sie auf die Benutzerkennung, um die persönliche Informationsseite dieses Benutzers anzuschauen.",     'Building spreadsheet.'
   => '生成电子表格。',
    'View recent activity by this student'  
 => '最后处于活动状态的人', # n.t.     '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.'
 #=> 'Zuletzt stattgefundene Aktivitäten dieser Person', # n.t.  => '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.',
   
    'Recent activity of [_1]:[_2]'     'Done compiling spreadsheet. See link below to download.'
 => '最后处于活动状态的 [_1]:[_2]',  => 'Done compiling spreadsheet. See link below to download.',
 #=> 'Zuletzt stattgefundene Aktivtäten von [_1]:[_2]',  
      'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin'
   => 'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin',
    'Compiling student activity data can take a long time.  
 Your request continues to be processed while results are displayed.     'Create Plot'
 ' # 2xCR!  => 'Create Plot',
 => 'Das Zusammenstellen der Aktivitätsdaten kann eine Weile dauern.  
 Ihre Anfrage wird weiter verarbeitet, während die schon vorhandenen Ergebnisse bereits angezeigt werden.     'Start Time:'
 ',  => 'Start Time:',
   
    'Composing Query'     'End Time:'
 => 'Stelle Anfrage zusammen',  => 'End Time:',
   
    'Student Activity'     'Sender'
 => 'Studentische Aktivitäten',  => '寄件人',
   
    'Waiting up to [_1] seconds for results'     'Number'
 => 'Warte noch maximal [_1] Sekunden auf Ergebnisse',  => 'Number',
   
    'Activity data compiled up to [_1]'     'Upload Classlist'
 => 'Aktivitätsdaten zusammengestellt bis [_1]',  => 'Upload Classlist',
   
    'While data is processed, periodically reload this page for more recent activity'     'Semicolon separated values'
 => 'Während die Daten verarbeitet werden, können Sie gelegentlich die Seite aktualisieren, um aktuellere Aktivitätsdaten zu erhalten.',  => '以分号分隔',
   
    'Data'     'Show Log'
 => 'Daten',  => '查看日志',
   
    'Resubmit last request to check for newer data'     'Course Document Change Log'
 => 'Letzte Anfrage erneut abschicken, um auf aktuellere Daten zu prüfen',  => 'Course Document Change Log',
   
    'View Classlist'     'Records'
 => 'Kursteilnehmerliste anschauen',  => 'Records',
   
    'Count'     'Before'
 => 'Zähler', # n.t.  => '以前',
   
    'Modifying authentication:'     'After'
 => 'Ändere Authentifizierung:',  => '以后',
   
    'Home server: [_1]'     'Current folder/page'
 => 'Heimatserver: [_1]',  => '当前文件夹/页',
   
    'Modify User Privileges'     'Containing phrase'
 => 'Benutzerrechte anpassen',  => '含有短语',
   
    'Insert:'     'None'
 => 'Einfügen:',  => '没有',
   
    'Delete?'     'Users'
 => 'Löschen?',  => '用户',
   
    'Randomize Foil Order:'     'Include parameter types'
 => 'Reihenfolge der Auswahlmöglichkeiten randomisieren:',  => 'Include parameter types',
   
    'Use template:'     'Parameter Change Log'
 => 'Vorlage verwenden:',  => 'Parameter Change Log',
   
    'Display Direction'     'Announce'
 => 'Anzeige-Richtung:',  => 'Announce',
   
    'vertical'     'Not active anymore'
 => 'vertikal',  => 'Not active anymore',
   
    'horizontal'     'Add to Course Announcements'
 => 'horizontal',  => 'Add to Course Announcements',
   
    'Script'     'Username : Domain'
 => 'Skript-Block', # n.t.  => '用户名:域',
   
    'Problem Editing Help'     'Active'
 => 'Hilfe zur Aufgabenerstellung', # n.t.  => '活跃的',
   
    'Problem Editing'     'Expired'
 => 'Aufgabenerstellung',  => 'Expired',
   
    'Hint'     'Future'
 => 'Hinweis', # n.t.  => 'Future',
   
    'Show hint even if problem Correct:'     'Sort by realm first, then student (group/section)'
 => 'Hinweis auch zeigen, wenn Aufgabe richtig beantwortet wurde:',  => 'Sort by realm first, then student (group/section)',
   
    'Single Line Text Entry Area'     'Sort by student (group/section) first, then realm'
 => 'Zeile mit Texteingabefeld', # n.t.  => 'Sort by student (group/section) first, then realm',
   
    'Parameters for a response'     'Shift all dates based on this date'
 => 'Parameter für Antworttyp', # n.t.  => 'Shift all dates based on this date',
   
    'Problem Part'     'Overview Mode'
 => 'Aufgabenteil', # n.t.  => '概况模式',
   
    'Part ID:'     'Overview'
 => 'Aufgabenteil-ID:',  => '概况',
   
    'Displayed Part Description:'     'Set Parameters'
 => 'Anzuzeigende Aufgabenteil-Beschreibung:',  => '参数设置',
   
    'Readonly:'     'Parts'
 => 'Nur lesbar:', # n.t.  => '部分',
   
    'Response: Numerical'     'Section(s)'
 => 'Antwortblock: numerisch', # n.t.  => '章节(en)',
   
    'random'     'Group(s)'
 => 'zufällig',  => '组',
   
    'top'     'Parameter Selection'
 => 'am Anfang',  => '参数选择',
   
    'bottom'     'Add Selection for...'
 => 'am Ende',  => 'Add Selection for...',
   
    'Add new Option:'     'Select Common Only'
 => 'Option hinzufügen:',  => 'Select Common Only',
   
    'Delete an Option:'     'Problem Dates'
 => 'Option löschen:', # n.t.  => 'Problem Dates',
   
    'Print options:'     'Content Dates'
 => 'Ausgabe der Optionen:',  => 'Content Dates',
   
    "Don't show option list"     'Discussion Settings'
 => "Optionsliste nicht anzeigen", # n.t.  => 'Discussion Settings',
   
    'Display of options when printed'     'Visibilities'
 => 'Anzeigeart der Optionen beim Druck',  => '可见的',
   
    'Normal list'     'Part Parameters'
 => 'Normale Liste',  => '部分参数',
   
    'Listed in vertical column'     'For User [_1] or Student/Employee ID [_2] at Domain [_3]'
 => 'In senkrechter Spalte aufgelistet',  => '对于用户 [_1] 或学生/员工编号 [_2] 在域 [_3]',
   
    'Multiple Option Response Question'     'Group Files'
 => 'Antwortblock: Optionsauswahl',  => '编组文件',
   
    'Select Options'     "Enter user:domain for User's 'About Me' Page"
 => 'Wählbare Optionen', # n.t.  => "Enter user:domain for User's 'About Me' Page",
   
    'Image'     'No map selected.'
 => 'Bild', # n.t.  => 'No map selected.',
   
    'Image Url:'     'Most Recent:'
 => 'URL des Bildes:',  => '最新:',
   
    'width (pixel):'     'In Course:'
 => 'Breite (Pixel):',  => '课程:',
   
    'height (pixel):'     'Use:'
 => 'Höhe (Pixel):',  => '使用:',
   
    'Alignment:'     'Search LON-CAPA help'
 => 'Ausrichtung:', # n.t.  => '搜索 LON-CAPA 帮助',
   
    'Encrypt URL:'     'Before course enrollment start!'
 => 'URL verschlüsseln:', # n.t.  => 'Before course enrollment start!',
   
    'no'     'After course enrollment end!'
 => 'nein',  => 'After course enrollment end!',
   
    'Location:'     'in the past'
 => 'Stelle:', # n.t.  => '在过去',
   
    'Randomly labeled image'     'in the future'
 => 'Dynamisch beschriftetes Bild', # n.t.  => '在将来',
   
    'Response: Click on Image'     'Choose'
 => 'Antwortblock: Klick-ins-Bild', # n.t.  => 'Choose',
   
    'Collection of Imageresponse foils'     'Title:'
 => 'Sammlung von Bildantwort-Auswahlmöglichkeiten', # n.t.  => '标题:',
   
    'Image response foil'     'URL:'
 => 'Bildantwort-Auswahlmöglichkeit', # n.t.  => 'URL:',
   
    'Enter Coordinates' # n.t.     'Course, Portfolio and Catalog Search'
 => 'Koordinaten festlegen',  => '目录搜索,组合搜索和课程搜索',
   
    'Rectangle'     'ERROR:'
 => 'Rechteck', # n.t.  => '错误:',
   
    'Coordinate Pairs'     '(click for example)'
 => 'Koordinatenpaar',  => '(click for example)',
   
    'Polygon'     'click for example'
 => 'Polygon',  => 'click for example',
   
    'Coordinate list'     'Re-Enable'
 => 'Koordinatenliste', # n.t.  => '重新启用',
   
    'Create Polygon Data'     'Script Functions'
 => 'Polygon-Daten festlegen', # n.t.  => 'Script Functions',
   
    'Task Description'     'Image Options'
 => 'Beschreibung der Aufgabe', # n.t.  => '图像选项',
   
    'Clickable Image'     'left'
 => 'Klickbares Bild', # n.t.  => '左边',
   
    'Image Source File'     'right'
 => 'Pfad und Name der Bilddatei', # n.t.  => '右边',
   
    'Select Position on Image'     'TeXwidth (mm):'
 => 'Auswahl der Position im Bild',  => 'TeX-宽 (mm):',
   
    'Select First Coordinate on Image'     'TeXheight (mm):'
 => 'Klicken Sie an die Stelle der ersten Koordinate',  => 'TeX-高 (mm):',
   
    'Select Second Coordinate on Image'     'TeXwrap:'
 => 'Klicken Sie an die Stelle der zweiten Koordinate',  => 'TeXwrap:',
   
    'Select Finish to save selection'     'Sorry!'
 => 'Klicken Sie auf Abschließen zum Abschließen der Aktion oder auf Abbrechen zum Abbrechen',  => '对不起...',
   
    'Enter Coordinate or click finish to close Polygon'     'Resource not available.'
 => 'Klicken Sie in das Bild, um die Koordinaten für das Polygon festzulegen',  => 'Resource not available.',
   
    'Click to select a Coordinate or click Finish to save current selection'     'File Type'
 => 'Klicken Sie in das Bild, um Koordinaten festzulegen',  => 'File Type',
   
    'New Name'     'Output of decompress:'
 => 'Neuer Dateiname',  => 'Output of decompress:',
   
    'Make Obsolete'     'Decompress complete.'
 => 'Als überholt markieren',  => 'Decompress complete.',
   
    'Set Margins'     'Archive:'
 => 'Seitenränder festlegen',  => '存档:',
   
    'How should each column be formatted?'     'inflating:'
 => 'Wie soll jede Spalte formatiert werden?', # n.t.  => 'inflating:',
   
    'Width:'     'Incorrect:'
 => 'Breite:', # n.t.  => '错误:',
   
    'Height:'     'Correct:'
 => 'Höhe:', # n.t.  => '正确:',
   
    'Left Margin:'     'Correct'
 => 'Linker Rand:', # n.t.  => '正确',
   
    'Username and/or password could not be authenticated.'     'Pick course first'
 => 'Benutzerkennung und/oder Passwort konnten nicht erfolgreich authentifiziert werden.',  => '只能选择课程',
   
    'Please check the username and password.'     'User Information Changed'
 => 'Bitte überprüfen Sie Ihre Benutzerkennung und Ihr Passwort.',  => '用户信息变更',
   
    'Try again'     'Changed To'
 => 'Nochmal versuchen',  => '改为',
   
    'Information needed to verify your login information is missing, inaccessible or expired.'     'disk space allocated to portfolio files'
 => 'Die Daten, um Ihre Anmeldung zu überprüfen, fehlen, können nicht gelesen werden oder sind abgelaufen.',  => 'disk space allocated to portfolio files',
   
    'Sending'     'You have new messages'
 => 'Sende',  => 'You have new messages',
   
    'Completed.'     'Destination folder'
 => 'Ausgeführt.',  => '目的文件夹',
   
    'Messages being sent.'     'Mark Read'
 => 'Nachrichten wurden gesendet',  => '标记为已读',
   
    'showing messages'     'Move to Folder ->'
 => 'zeige Nachrichten',  => '移至文件夹 ->',
   
    'Assigning'     'Register Response Devices (&quot;Clickers&quot;)'
 => 'Zuweisung der Rolle',  => '注册应答设备 (&quot;Clickers&quot;)',
   
    'ending'     'Enter response device ("clicker") numbers'
 => 'Ende am',  => '输入应答设备(&quot;Clickers&quot;)的号码',
   
    'Assistant Co-Author'     'Locating your clicker ID'
 => 'Co-Autor-Assistent',  => '定位您的应答设备编号',
   
    'Metadata for [_1]'     'Register Clicker'
 => 'Metadaten für [_1]',  => '注册应答设备',
   
    'There are [_1] matches to your query.'     'Register'
 => 'Ihre Suche hat [_1] Treffer ergeben.',  => '注册',
   
    'Revise search'     'New Link'
 => 'Suche ändern',  => '新的书签',
   
    'in LON-CAPA domain'     'Refresh'
 => 'in LON-CAPA-Domäne', # n.t.  => '更新',
   
    'Sort by [_1] [_2]'     'Custom metadata [_1]'
 => 'Sortiert nach [_1] [_2]',  => '自定义元数据 [_1]',
   
    'Number of accesses'     'Question/Comment/Feedback about course content'
 => 'Anzahl der Zugriffe',  => '课程内容的问题/评论/反馈',
   
    'Ascending'     'User modify/custom role edit'
 => 'aufsteigend',  => '用户帐户和权限管理',
   
    'Descending'     'User Search'
 => 'absteigend',  => '用户搜索',
   
    'Students Attempting'     'to add/modify roles'
 => 'Studentische Versuche', # ??? [SB 2007-07-03]  => ', 添加/修改角色',
   
    'Average Number of Tries'     'is'
 => 'Durchschnittliche Anzahl an Versuchen',  => '是',
   
    'Mean Degree of Difficulty'     'contains'
 => 'Durchschnittlicher Schwierigkeitsgrad',  => '包括',
   
    'Mean Degree of Discrimination'     'in this domain'
 => 'Durchschnittlicher Grad der Abgrenzung',  => '在该域',
   
    'Evaluation: Clear'     'in institutional directory'
 => 'Evaluierung: Klar',  => '在研究所目录',
   
    'Evaluation: Technically Correct'     'Domain/institution to search'
 => 'Evaluierung: Technisch korrekt',  => 'Domain/institution to search',
   
    'Evaluation: Material is Correct'     'Directory search has not been configured for domain: [_1]'
 => 'Evaluierung: Material ist korrekt',  => '目录搜索,在还没有被配置的域:[_1]',
   
    'Evaluation: Material is Helpful'     'permanent e-mail'
 => 'Evaluierung: Material ist hilfreich',  => '永久电子邮件',
   
    'Evaluation: Material has Depth'     'Set user role'
 => 'Evaluierung: Tiefe des Themas',  => '设置用户角色',
   
    'Prev'     'No exact match found for this username ([_1]) in this domain.'
 => 'Zurück',  => '对该用户名([_1])在这个领域中没有找到完全匹配的。',
   
    'Reload'     'No match found for this username ([_1]) in this domain.'
 => 'Aktualisieren',  => '对该用户名([_1])在这个领域中没有找到相应的。',
   
    'Results [_1] to [_2] out of [_3]'     'Make new user "[_1]"'
 => 'Treffer [_1] bis [_2] von insgesamt [_3]',  => '新用户 "[_1]"',
   
    'Unactionable Search Queary'     'Course Editor'
 => '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.'     'Community Editor'
 => '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.  => 'Community Editor',
   
    'Revise Search Request'     'Choose which items you wish to export from your Course.'
 => 'Suchanfrage ändern',  => '选择您要从课程中导出的项目。',
   
    'LON-CAPA Access Control'     'Content items'
 => 'LON-CAPA-Zugriffskontrolle',  => '内容项目',
   
    'Access  : '     'Discussion posts'
 => 'Zugriff  : ',  => '讨论文章',
   
    'Resource: '     'Download the zip file from'
 => 'Ressource: ',  => '下载zip档案从:',
   
    'Action  : '     'IMS course archive'
 => 'Aktion   : ',  => 'IMS课程存档',
   
    'You have modified your course recently, [_1] may fix this access problem.'     'last name, first name'
 => 'Sie haben den Kurs kürzlich verändert. [_1] könnte das Zugriffsproblem beheben.',  => '姓氏,名字',
   
    'Published on ...'     'Select a Template'
 => 'Veröffentlicht am...',  => 'Select a Template',
   
    'Currently published version'     'Edit custom role'
 => 'Derzeit veröffentlichte Version',  => 'Edit custom role',
   
    'Edit Metadata'     'Privilege'
 => 'Metadaten ändern',  => 'Privilege',
   
    'Cleanup XML Document'     'Showing users with a name starting with [_1]'
 => 'XML-Code aufräumen',  => '显示用户,起始是 [_1]',
   
    'Select actions to attempt:'     'Permanent e-mail address'
 => 'Auswahl der gewünschten Aktionen:',  => '永久的 E-Mail 地址',
   
    'Linefeeds, formfeeds, and carriage returns'     'Permanent e-mail'
 => 'Zeilenumbrüche (LF), Seitenvorschübe und "Wagenrückläufe" (CR)',  => '永久的 E-Mail 地址',
   
    'Empty tags'     'User [_1] in domain [_2]'
 => 'Leere Tags',  => '用户 [_1] 在域 [_2]',
   
    'Lower casing'     'Result'
 => 'Kleinschreibung',  => 'Result',
   
    'Symbol font'     'Directory search in domain [_1] is not available for the requested search type: "[_2]"'
 => 'Symbolischer Zeichensatz', # ??? [SB 2007-07-03]  => 'Directory search in domain [_1] is not available for the requested search type: "[_2]"',
   
    'Cleanup'     "No match found for this username ([_1]) in your institution's directory."
 => 'Aufräumen',  => "No match found for this username ([_1]) in your institution's directory.",
   
    'Back to Source File'     'Setting'
 => 'Zurück zur Quelldatei',  => 'Setting',
   
    'Hypertext Cascading Style Sheet'     'Directory search available?'
 => 'Stylesheet-Datei',  => 'Directory search available?',
   
    'Online Survey'     'Back to actions menu'
 => 'Umfrage',  => 'Back to actions menu',
   
    'Unable to find [_1]'     'Edit action'
 => 'Die Datei [_1] konnte nicht gefunden werden.',  => 'Edit action',
   
    'Post Server Announcements'     'Effect'
 => 'Server-Bekanntmachungen',  => 'Effect',
   
    'Post announcements to the system login and roles screen'     'Course / User'
 => 'Server-Bekanntmachungen für die Login-Seite und die Rollenauswahl',  => 'Course / User',
   
    '(leave blank to delete announcement)'     'deny'
 => '(leer lassen, um Bekanntmachung zu entfernen)',  => 'deny',
   
    'Check machines:'     'allow'
 => 'Server auswählen:',  => 'allow',
   
    'Current Announcement'     'Delete this rule'
 => 'Derzeitige Bekanntmachung',  => 'Delete this rule',
   
    'Calendar'     'Insert rule above'
 => '日历',  => 'Insert rule above',
 #=> 'Kalender',  
      'Insert rule below'
    'Download your Calendar as iCalendar File'  => 'Insert rule below',
 => 'Kalender-Download im iCalendar-Format',  
      'Move rule down'
    'No calendar available for this date.'  => 'Move rule down',
 => 'Für dieses Datum ist kein Kalender verfügbar.',  
      'Move rule up'
    'Posting [_1]'  => 'Move rule up',
 => 'Sende an [_1]',  
      'Warning: It can take up to 1 hour for rights changes to fully propagate.'
    'This is LON-CAPA [_1]'  => 'Warning: It can take up to 1 hour for rights changes to fully propagate.',
 => 'Hier läuft LON-CAPA [_1]',  
      'email address'
    'Edit Answer'  => 'email address',
 => 'Antwort editieren',  
      'Updated'
    'Date/Time'  => '已更新',
 => 'Datum, Uhrzeit',  
      'The error occurred on host [_1]'
    'Threshold Name'  => 'The error occurred on host [_1]',
 => 'Schwellenwert-Name',  
      'This error occurred on machine [_1]'
    'Current value'  => 'This error occurred on machine [_1]',
 => 'Aktueller Wert',  
      'Clear all Messages in Subdirectory'
    'Change?'  => 'Clear all Messages in Subdirectory',
 => 'Ändern',  
      'Task information'
    'Make changes'  => 'Task information',
 => 'Speichern',  
      'Automated adds/drops'
    'Change thresholds'  => 'Automated adds/drops',
 => 'Schwellenwerte ändern',  
      'Change enrollment dates'
    'Picture Conversion Status'  => 'Change enrollment dates',
 => 'Bildkonvertierungs-Status',  
      'Change access dates'
    'Class Print Status'  => 'Change access dates',
 => 'Druckstatus',  
      'Notification of changes'
    'Removing error messages:'  => 'Notification of changes',
 => 'Entfernen von Fehlermeldungen:',  
      'Change crosslistings'
    'Creating old version [_1]'  => 'Change crosslistings',
 => 'Erstelle alte Version [_1]', # n.t.  
      'Section settings'
    'Initial version'  => 'Section settings',
 => 'Urversion',  
      'Student photo settings'
    'Press "Generate Statistics" when you are ready.'  => 'Student photo settings',
 => 'Klicken Sie auf "Erzeuge Statistiken", wenn Sie die gewünschten Einstellungen vorgenommen haben.',  
      'Update roster now'
    'It may take some time to update the student data for the first analysis. Future analysis this session will not have this delay.'  => 'Update roster now',
 => '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.',  
      'Update student photos'
    'A course-wide error occurred.'  => 'Update student photos',
 => 'Ein kursweiter Fehler ist aufgetreten.',  
      'View students and change type'
    'Analyze Over'  => 'View students and change type',
 => 'Analyse über', # n.t.  
      'Changes to nightly automated enrollments'
    'Number of Plots'  => 'Changes to nightly automated enrollments',
 => 'Anzahl Plots', #???  
      'Currently: Nightly adds: [_1], Nightly drops: [_2]'
    'none'  => 'Currently: Nightly adds: [_1], Nightly drops: [_2]',
 => 'nichts',  
      'OFF'
    'Output as [_1]' # _1: checkbox  => 'OFF',
 => 'Ausgabeformat [_1]',  
      'ON'
    'Prepare Report'  => 'ON',
 => 'Bericht erstellen',  
      'Additions based on classlist changes:'
    'Show problem [_1]' # _1: checkbox  => 'Additions based on classlist changes:',
 => 'Aufgabe anzeigen [_1]',  
      'Removals based on classlist changes:'
    'Show correct answers [_1]' # _1: checkbox  => 'Removals based on classlist changes:',
 => 'Korrekte Antworten anzeigen [_1]',  
      'Enable'
    'Show all submissions [_1]' # _1: checkbox  => 'Enable',
 => 'Alle Einreichungen anzeigen [_1]',  
      'Disable'
    'Show problem grading [_1]' # _1: checkbox  => 'Disable',
 => 'Aufgabenbewertung 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.'
    'Computing correct answers greatly increasese the amount of time required to prepare a report.'  => '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.',
 => 'Die Berechnung korrekter Antworten erhöht die benötigte Zeit erheblich, um den Bericht zu erstellen.',  
      'Changes to first and/or last automated enrollment dates'
    'Please select problems and use the [_1]Prepare Report[_2] button to continue.'  => 'Changes to first and/or last automated enrollment dates',
 => 'Wählen Sie die zu berücksichtigenden Aufgaben aus und klicken Sie anschließend auf den [_1]Bericht erstellen[_2]-Button.',  
      'Currently: First enrollment: [_1], Last enrollment: [_2]'
    'Please select a Survey to analyze'  => 'Currently: First enrollment: [_1], Last enrollment: [_2]',
 => 'Wählen Sie eine Umfrage, die analysiert werden soll:',  
      'Set date of first automated enrollment for registered students'
    'There are no survey problems in this course.'  => 'Set date of first 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, 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'
    'Generate Survey Report'  => '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',
 => 'Umfragebericht generieren',  
      'Set date of last automated enrollment for registered students'
    'Building text document.'  => 'Set date of last automated enrollment for registered students',
 => 'Erstelle Textdokument.',  
      '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.'
    'Generated on [_1]'  => '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.',
 => 'Generiert am [_1]',  
      'Changes to default start and/or end dates for student access'
    'Your text file'  => 'Changes to default start and/or end dates for student access',
 => 'Ihre Textdatei',  
      'Currently: default first access:'
    'Done compiling text file. See link below to download.'  => 'Currently: default first access:',
 => 'Erstellung der Textdatei abgeschlossen. Verwenden Sie den unten angegebenen Link zum Herunterladen.',  
      ', default last access:'
    'There is no essay or string response data to output for this survey.'  => ', default last access:',
 => 'In dieser Umfrage existieren keine Essay- oder Text-Antwortdaten (essayresponse, stringresponse), die ausgegeben werden könnten.',  
      'Set date of first access for registered students added via automated enrollment'
    'Building spreadsheet.'  => 'Set date of first access for registered students added via automated enrollment',
 => 'Erstelle Tabelle.',  
      'Set date of last access for registered students added via automated enrollment'
    '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.'  => 'Set date of last access for registered students added via automated enrollment',
 => '[_1]:[_2]-Antworten für [_3] könnten zu lang sein, um in eine Excel-Tabelle reinzupassen.',  
      'Changes to section settings'
    'Done compiling spreadsheet. See link below to download.'  => 'Changes to section settings',
 => 'Erstellung der Tabelle abgeschlossen. Verwenden Sie den unten angegebenen Link zum Herunterladen.',  
      'Currently no sections of'
    'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin'  => 'Currently no sections of',
 => 'Wählen Sie eine Sequenz aus der "Sequenzen und Verzeichnisse"-Liste und klicken Sie auf "Diagramm erzeugen", um zu starten.',  
      'are contributing enrollment to the LON-CAPA class roster.'
    'Create Plot'  => 'are contributing enrollment to the LON-CAPA class roster.',
 => 'Diagramm erzeugen',  
      'Add enrollment from additional sections.'
    'Start Time:'  => 'Add enrollment from additional sections.',
 => 'Startzeit:',  
      'Number of new sections to add:'
    'End Time:'  => 'Number of new sections to add:',
 => 'Endezeit:',  
      'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course'
    'Sender'  => 'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course',
 => 'Absender',  
      'if you have chosen to enable a nightly automated enrollment update.'
    'Number'  => 'if you have chosen to enable a nightly automated enrollment update.',
 => 'Nummer',  
      'Nightly additions based on classlist changes now'
    'Upload Classlist'  => 'Nightly additions based on classlist changes now',
 => 'Kursteilnehmerliste hochladen',  
      'Nightly additions based on classlist changes still'
    'Semicolon separated values'  => 'Nightly additions based on classlist changes still',
 => 'Durch Semikolons getrennt',  
      'Nightly removals based on classlist changes now'
    ' with home server '  => 'Nightly removals based on classlist changes now',
 => ' mit Heimatserver ', # n.t.  
      'Nightly removals based on classlist changes still'
    'Show Log'  => 'Nightly removals based on classlist changes still',
 => '查看日志',  
 #=> 'Veränderungs-Protokoll',     'enabled'
   => 'enabled',
    'Course Document Change Log'  
 => 'Kursressourcen-Veränderungs-Protokoll',     'disabled'
   => 'disabled',
    'Records'  
 => 'Datensätze',     'The first date for automated enrollment has been changed'
   => 'The first date for automated enrollment has been changed',
    'Before'  
 => '以前',     'The last date for automated enrollment has been changed'
 #=> 'Vorher',  => 'The last date for automated enrollment has been changed',
   
    'After'     'The first date for automated enrollment has been left unchanged as'
 => '以后',  => 'The first date for automated enrollment has been left unchanged as',
 #=> 'Nachher',  
      'The last date for automated enrollment has been left unchanged as'
    'Current folder/page'  => 'The last date for automated enrollment has been left unchanged as',
 => 'Aktuelles Verzeichnis/Seite',  
      'Currently: Notification:'
    'Containing phrase'  => 'Currently: Notification:',
 => 'Enthält Text:',  
      'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?'
    'None'  => 'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?',
 => 'nichts',  
      'The table below contains a list of Kurs-Koordinators in this course.'
    'Users'  => 'The table below contains a list of Kurs-Koordinators in this course.',
 => '用户',  
 #=> 'Benutzer',     'username:domain'
   => '用户名:域',
   
    'Include parameter types'     'Course Access'
 => 'Parametertypen zeigen',  => 'Course Access',
   
    'Parameter Change Log'     'Current notification status'
 => 'Parameteränderungs-Protokoll',  => 'Current notification status',
   
    'Announce'     'Notification active'
 => 'Bekanntmachen',  => 'Notification active',
   
    'Not active anymore'     'Notification inactive'
 => 'nicht mehr aktiv',  => 'Notification inactive',
   
    'Add to Course Announcements'     'Notification?'
 => 'Den Kursbekanntmachungen hinzufügen',  => 'Notification?',
   
    'Username : Domain'     'Notification of enrollment changes now'
 => 'Benutzerkennung:Domäne',  => 'Notification of enrollment changes now',
   
    'Active'     'Notification of enrollment changes still'
 => 'aktiv',  => 'Notification of enrollment changes still',
   
    'Expired'     'The following will receive notification if there are any changes in enrollment in LON-CAPA course:'
 => 'Abgelaufen',  => 'The following will receive notification if there are any changes in enrollment in LON-CAPA course:',
   
    'Future'     'as a result of the nightly enrollment check:'
 => 'Zukünftig',  => 'as a result of the nightly enrollment check:',
   
    'Sort by realm first, then student (group/section)'     'View/Modify Course Settings'
 => 'Sortierung nach Bereich, dann nach Student (Gruppe/Sektion)',  => 'View/Modify Course Settings',
   
    'Sort by student (group/section) first, then realm'     'Course search'
 => 'Sortierung nach Student (Gruppe/Sektion), dann nach Bereich',  => 'Course search',
   
    'Shift all dates based on this date'     'View/Modify Courses'
 => 'Alle Datumseinträge anhand dieses Datums verschieben',  => 'View/Modify Courses',
   
    'Overview Mode'     'Course details'
 => 'Übersichtsmodus',  => 'Course details',
   
    'Overview'     'Detailed course information:'
 => 'Übersicht',  => 'Detailed course information:',
   
    'Set Parameters'     'Default Access Dates for Students'
 => 'Parameter einstellen',  => 'Default Access Dates for Students',
   
    'Parts'     'Student Counts'
 => 'Aufgabenteile',  => 'Student Counts',
   
    'Section(s)'     'Auto-enrollment of[_1]registered students'
 => 'Sektion(en)',  => 'Auto-enrollment of[_1]registered students',
   
    'Group(s)'     'Details'
 => 'Gruppe(n)',  => 'Details',
   
    'Parameter Selection'     'Not enabled'
 => 'Parameter-Auswahl',  => 'Not enabled',
   
    'Add Selection for...'     'section:'
 => 'Auswahl hinzufügen für...',  => 'section:',
   
    'Select Common Only'     'Previous access'
 => 'Übliche wählen',  => 'Previous access',
   
    'Problem Dates'     'Current access'
 => 'Aufgabendatumsfelder',  => 'Current access',
   
    'Content Dates'     'Future access'
 => 'Inhaltsdatumsfelder',  => 'Future access',
   
    'Discussion Settings'     'Back to course listing'
 => 'Diskussions-Einstellungen',  => '返回课程目录',
   
    'Visibilities'     'Immediate course roster update'
 => 'Sichtbarkeit',  => 'Immediate course roster update',
   
    'Part Parameters'     'There were no new students to add to the course.'
 => 'Aufgabenteil-Parameter',  => 'There were no new students to add to the course.',
   
    'For User [_1] or Student/Employee ID [_2] at Domain [_3]'     'Back to options page'
 => 'Für Benutzer [_1] oder Studenten-/Mitarbeiter-ID [_2] in der Domäne [_3]',  => 'Back to options page',
   
    'Group Files'     'View/Modify settings for: '
 => '编组文件',  => 'View/Modify settings for: ',
 #=> 'Gruppendateien',  
      'Modify quota for group portfolio files'
    "Enter user:domain for User's 'About Me' Page"  => 'Modify quota for group portfolio files',
 => "Geben Sie Benutzerkennung:Domäne für die Über-mich-Seite des gewünschten Benutzers ein:",  
      'Display current settings for automated enrollment'
    'No map selected.'  => 'Display current settings for automated enrollment',
 => 'Keine Inhaltszusammenstellung gewählt!',  
      'Modify institutional code, course owner and/or default authentication'
    'Most Recent:'  => 'Modify institutional code, course owner and/or default authentication',
 => 'Aktuellste:', # n.t.  
      'Modify course catalog settings for course'
    'In Course:'  => 'Modify course catalog settings for course',
 => 'Im Kurs:', # n.t.  
      'Catalog settings'
    'Use:'  => 'Catalog settings',
 => 'Verwende:', # n.t.  
      'Catalog Settings for Course'
    'Search LON-CAPA help'  => 'Catalog Settings for Course',
 => 'Suche in der LON-CAPA-Hilfe',  
      'Visibility in Course/Community Catalog'
    'Before course enrollment start!'  => 'Visibility in Course/Community Catalog',
 => 'Liegt VOR Kursbelegungs-Start!',  
      "Unless excluded, a course/community is listed in this domain's publicly accessible Course/Community Catalog, if at least one of the following applies:"
    'After course enrollment end!'  => "Unless excluded, a course/community is listed in this domain's publicly accessible Course/Community Catalog, if at least one of the following applies:",
 => 'Liegt NACH Kursbelegungs-Ende!',  
      'Auto-cataloging is enabled and the course is assigned an institutional code'
    'in the past'  => 'Auto-cataloging is enabled and the course is assigned an institutional code',
 => 'liegt in der Vergangenheit',  
      'The course has been categorized into at least one of the course categories defined for the domain.'
    'in the future'  => 'The course has been categorized into at least one of the course categories defined for the domain.',
 => 'liegt in der Zukunft',  
      'Exclude from course catalog'
    'Choose'  => 'Exclude from course catalog',
 => 'Übernehmen',  
      'Categorize Course'
    'Title:'  => 'Categorize Course',
 => 'Titel:',  
      'No categories defined for this domain'
    'URL:'  => 'No categories defined for this domain',
 => 'URL:',  
      'Assign one or more categories to this course.'
    'Course, Portfolio and Catalog Search'  => 'Assign one or more categories to this course.',
 => 'Katalog-Suche, Portfolio-Suche und Suche im Kurs',  
      '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).'
    'ERROR:'  => '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).',
 => 'FEHLER:',  
      'Category settings'
    'occurred while running'  => 'Category settings',
 => 'trat auf während der Ausführung von', # n.t.  
      'Show/Hide a course in the catalog'
    '(click for example)'  => 'Show/Hide a course in the catalog',
 => '(Klicken für Beispiel)',  
      'Assign a category to a course'
    'click for example'  => 'Assign a category to a course',
 => 'Klicken für Beispiel',  
      'Set in "Modify Course" (Domain)'
    'Re-Enable'  => 'Set in "Modify Course" (Domain)',
 => 'wieder aktivieren',  
      'Set in "Modify Parameters" (Course)'
    'Script Functions'  => 'Set in "Modify Parameters" (Course)',
 => 'Funktionen in Skripten', # n.t.  
      'Categories'
    'Image Options'  => 'Categories',
 => 'Bildoptionen', # n.t.  
      'Add category'
    'left'  => 'Add category',
 => 'links',  
      'Add category:'
    'right'  => 'Add category:',
 => 'rechts',  
      'Add subcategory:'
    'TeXwidth (mm):'  => 'Add subcategory:',
 => 'TeX-Breite (mm):',  
      'New:'
    'TeXheight (mm):'  => 'New:',
 => 'TeX-Höhe (mm):',  
      'Choose a course'
    'TeXwrap:'  => 'Choose a course',
 => 'TeX-Umbruch', # n.t., ??? [SB 2007-07-11]  
      'Pick action'
    'Sorry!'  => 'Pick action',
 => 'Schade...',  
      'Display settings'
    'Resource not available.'  => 'Display settings',
 => 'Ressource nicht erreichbar.', # n.t.  
      'Course settings that control automated enrollment in this LON-CAPA course are currently:'
    'Choose file type:'  => 'Course settings that control automated enrollment in this LON-CAPA course are currently:',
 => 'Dateityp:',  
      'Course setting'
    'Output of decompress:'  => 'Course setting',
 => 'Ausgabe des Entpackvorgangs:',  
      'Modifiable by DC only'
    'Decompress complete.'  => 'Modifiable by DC only',
 => 'Entpackvorgang abgeschlossen.',  
      'Default authentication parameter'
    'Archive:'  => 'Default authentication parameter',
 => 'Archiv:',  
      'Default authentication method'
    'inflating:'  => 'Default authentication method',
 => 'entpacke:',  
      'Date of last automated enrollment'
    'Incorrect:'  => 'Date of last automated enrollment',
 => 'Inkorrekt:',  
      'Date of first automated enrollment'
    'Correct:'  => 'Date of first automated enrollment',
 => 'Korrekt:',  
      'Official course code'
    'Correct'  => 'Official course code',
 => 'Korrekt',  
      'Username:domain of course owner'
    'Pick course first'  => 'Username:domain of course owner',
 => 'Erst Kurs auswählen',  
      'Date of last student access'
    'User Information Changed'  => '学生访问的结束日期',
 => 'Geänderte Benutzerdaten',  
      'Date of first student access'
    'Changed To'  => '学生访问的开始日期',
 => 'Geändert in',  
      'Course section number(:LON-CAPA section)'
    'disk space allocated to portfolio files'  => 'Course section number(:LON-CAPA section)',
 => 'Speicherplatz für Portfolio-Dateien',  
      'Show more details'
    'You have new messages'  => '查看更多详情',
 => 'Sie haben neue Nachrichten',  
      'Public RSS/podcast (subscribe to)'
    'Destination folder'  => '公共RSS /播客(订阅)',
 => 'Zielverzeichnis',  
      'Course Owner:'
    'Mark Read'  => '课程所有者:',
 => 'Als gelesen kennzeichnen',  
      'Default Authentication method'
    'Move to Folder ->'  => 'Default Authentication method',
 => 'Verschiebe in Verzeichnis',  
      'Modify settings'
    'Register Response Devices ("Clickers")'  => 'Modify settings',
 => 'Antwortgeräte ("Clicker") registrieren',  
      'Automated Enrollment'
    'Enter response device ("clicker") numbers'  => 'Automated Enrollment',
 => 'Geben Sie die Nummern der Antwortgeräte ("Clicker") ein',  
      'Use the menu on the left to choose an enrollment management task.'
    'Locating your clicker ID'  => 'Use the menu on the left to choose an enrollment management task.',
 => 'Die Clicker-ID ausfindig machen',  
      'Result of Changes to Automated Enrollment Settings.'
    'Register Clicker'  => 'Result of Changes to Automated Enrollment Settings.',
 => 'Clicker registrieren',  
      'The following automated enrollment parameters have been changed:'
    'Register'  => 'The following automated enrollment parameters have been changed:',
 => 'Registrieren',  
      'now set to'
    'New Link'  => 'now set to',
 => 'Neues Lesezeichen', # n.t.  
      'still set to'
    'Refresh'  => 'still set to',
 => 'Aktualisieren', # n.t.  
      'The following automated enrollment parameters remain unchanged:'
    'Custom metadata [_1]: '  => 'The following automated enrollment parameters remain unchanged:',
 => 'Eigene Metadaten [_1]: ',  
      'Change settings'
    'Question/Comment/Feedback about course content'  => 'Change settings',
 => 'Frage/Anmerkung/Feedback zum Kursinhalt',  
      "Student's agreement needed for listing in student-viewable roster"
    'User modify/custom role edit'  => "Student's agreement needed for listing in student-viewable roster",
 => 'Benutzeraccounts und Rechte verwalten',  
      'Include link to accessible portfolio files'
    'User Search'  => 'Include link to accessible portfolio files',
 => 'Benutzersuche',  
      'Print header format'
    'to add/modify roles'  => 'Print header format',
 => ', um Rollen hinzuzufügen oder zu ändern',  
      'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.'
    'is'  => 'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.',
 => 'ist',  
      'Force all students in the course to use a specific math rendering engine.'
    'contains'  => 'Force all students in the course to use a specific math rendering engine.',
 => 'enthält',  
      "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference"
    'in this domain'  => "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference",
 => 'in dieser Domäne',  
      'Bridge Task Grading'
    'in institutional directory'  => 'Bridge Task Grading',
 => 'im Institutsverzeichnis',  
      'Classlist Manager'
    'Domain/institution to search'  => 'Classlist Manager', # !?!
 => 'LON-CAPA-Domäne, in der gesucht werden soll',  
      'Note for students:'
    'Directory search has not been configured for domain: [_1]'  => '注意事项:',
 => 'Die Verzeichnissuche wurde noch nicht für die Domäne [_1] konfiguriert!',  
      '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.'
    'permanent e-mail'  => '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.',
 => 'Permanente E-Mail-Adresse',  
      'Please [_1]log in again[_2].'
    'Set user role'  => '请[_1]重新登录[_2].',
 => 'Benutzerrolle einrichten',  
      'Switching Server ...'
    'No exact match found for this username ([_1]) in this domain.'  => '更换服务器 ...',
 => 'Kein exakter Treffer für den Benutzer [_1] in dieser Domäne.',  
      'Already logged in'
    'No match found for this username ([_1]) in this domain.'  => '已经登录',
 => 'Kein Treffer für den Benutzer [_1] in dieser Domäne.',  
      'Apply style file: '
    'Make new user "[_1]"'  => 'Apply style file: ',
 => 'Neuen Benutzer "[_1]" anlegen',  
      'The problem '
    'Edit Course'  => '问题 ',
 => '编辑课程',  
 #=> 'Kursinhalt einrichten',     'Search criteria'
   => '搜索条件',
    'Choose which items you wish to export from your Course.'  
 => 'Wählen Sie, welche Elemente aus dem Kurs exportiert werden sollen.',     'begins with'
   => '始于',
    'Content items'  
 => 'Inhaltselemente',     'in selected LON-CAPA domain'
   => '在选定的 LON-CAPA-域 ',
    'Discussion posts'  
 => 'Diskussionsbeiträge',     'in institutional directory for selected domain'
   => '在选定的域中的研究所列表',
    'Export Course DOCS'  
 => 'Exportieren',     'No exact match found for the username ([_1]) in LON-CAPA domain: [_2]'
   => '没有找到完全匹配的用户名([_1] )在LON-CAPA-域:',
    'Download the zip file from'  
 => 'Download ZIP-Datei:',     'Creating new account.'
   => '创建新帐户。',
    'IMS course archive'  
 => 'IMS-Kursarchiv',     'Report a documentation bug'
   => '报告文件错误 (Englisch)',
    'Export course to IMS content package'  
 => 'Kurselemente nach IMS-Inhaltspaket exportieren',     'You must specify a valid username. Only the following are allowed: letters numbers - . @'
   => '您必须指定一个有效的用户名。只允许以下字符:字母,数字, "-", "." 和 "@"',
    'last name, first name'  
 => 'Nachname, Vorname',     'The following need to be corrected before the search can be run:'
   => '在搜索可以开始之前,下面必须予以纠正:',
    'Select a Template'  
 => 'Auswahl einer Vorlage',     'You must include some text to search for.'
   => '您必须包括一些要搜寻的文字。',
    'Edit custom role'  
 => 'Benutzerdefinierte Benutzerrolle einrichten',     "The text you are searching for must contain at least two characters when using a 'begins' type search."
   => "文本搜索必须包含至少有两个字符,当使用的是'开始'类型的搜索。",
    'Privilege'  
 => 'Berechtigung',     "The text you are searching for must contain at least three characters when using a 'contains' type search."
   => "文字要搜索必须包含至少3个字符时,当使用的是'包含'式的搜索。",
    'Showing users with a name starting with [_1]'  
 => 'Anzeige von Benutzern, deren Name beginnt mit [_1]',     'You must choose a domain when using an institutional directory search.'
   => '您必须选择一个域,当使用的是研究所目录搜索。',
    'Permanent e-mail address'  
 => 'Permanente E-Mail-Adresse',     'You must choose a domain when using a domain search.'
   => '您必须选择一个域,当使用域搜索。',
    'Permanent e-mail'  
 => 'Permanente E-Mail-Adresse',     "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.",
    'User [_1] in domain [_2]'  
 => 'Benutzer [_1] in Domäne [_2]',     "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.",
    'Result'  
 => 'Ergebnis',     'Revoking [_1] in [_2]: [_3]'
   => 'Revoking [_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.',     'Revoking custom role:'
   => 'Revoking custom role:',
    "No match found for this username ([_1]) in your institution's directory."  
 => "Kein Treffer im Institutsverzeichnis für den Benutzer [_1].",     'Deleting [_1] in [_2]: [_3]'
   => 'Deleting [_1] in [_2]: [_3]',
    'Setting'  
 => 'Einstellung',     'Deleting custom role [_1] by [_2] in [_3]'
   => 'Deleting custom role [_1] by [_2] in [_3]',
    'Directory search available?'  
 => 'Verzeichnissuche verfügbar machen?',     'Add to classlist'
   => 'Add to classlist',
    'Back to actions menu'  
 => 'Zurück zur Domänen-Konfiguration', # n.t.     'Re-enabling [_1] in [_2]: [_3]'
   => 'Re-enabling [_1] in [_2]: [_3]',
    'Edit action'  
 => 'Aktion',     'Re-enabling custom role [_1] by [_2] in [_3]: [_4]'
   => 'Re-enabling custom role [_1] by [_2] in [_3]: [_4]',
    'Effect'  
 => 'Effekt',     'Unknown command'
   => 'Unknown command',
    'Course / User'  
 => 'Kurs / Benutzer',     '[_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.',
    'deny'  
 => 'verweigern',     '[_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.',
    'allow'  
 => 'zulassen',     'Please [_1]go back[_2] and choose a different section name.'
   => 'Please [_1]go back[_2] and choose a different section name.',
    'Delete this rule'  
 => 'Diese Regel löschen',     'Drop from classlist: [_1]'
   => 'Drop from classlist: [_1]',
    'Insert rule above'  
 => 'Regel oberhalb einfügen',     'Existing Role'
   => 'Existing Role',
    'Insert rule below'  
 => 'Regel unterhalb einfügen',     'Assigning Role to Self'
   => 'Assigning Role to Self', # ???
    'Move rule down'  
 => 'Regel nach unten verschieben',     'Invalid search.'
   => 'Invalid search.',
    'Move rule up'  
 => 'Regel nach oben verschieben',     'You must enter a search term.'
   => 'You must enter a search term.',
    '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.',     '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.',
    'email address'  
 => 'E-Mail-Adresse',     '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.',
    'Updated'  
 => 'Geändert',     '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].',
    'The error occurred on host  [_1]'  
 => 'Der Fehler trat auf dem Host [_1] auf.',     'Institutional directory search is not available in domain: [_1]'
   => 'Institutional directory search is not available in domain: [_1]',
    'This error occurred on machine [_1]'  
 => 'Dieser Fehler trat auf Maschine [_1] auf.', # n.t.     '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.',
    'Clear all Messages in Subdirectory'  
 => 'Alle Nachrichten im Unterverzeichnis entfernen',     '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: ',
    'Task information'  
 => 'Information',     'Institutional directory search has not been configured for domain: [_1]'
   => 'Institutional directory search has not been configured for domain: [_1]',
    'Automated adds/drops'  
 => 'Automatische Hinzufügungen/Ausschließungen',     '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]"',
    'Change enrollment dates'  
 => 'Kursbelegungsdaten ändern',     'Institutional directory search in domain: [_1] is not available.'
   => 'Institutional directory search in domain: [_1] is not available.',
    'Change access dates'  
 => 'Zugriffszeiten ändern',     '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]"',
    'Notification of changes'  
 => 'Benachrichtigung über Änderungen',     '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 crosslistings'  
 => 'Querverweise ä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.',
    'Section settings'  
 => 'Sektions-Einstellungen',     'Pick group first'
   => 'Pick group first',
    'Student photo settings'  
 => 'Einstellungen studentischer Fotos',     'No login name specified'
   => 'No login name specified',
    'Update roster now'  
 => 'Kursteilnehmerliste jetzt aktualisieren',     'Invalid login name'
   => 'Invalid login name',
    'Update student photos'  
 => 'Studentische Fotos aktualisieren',     'Only letters, numbers, periods, dashes, @, and underscores are valid'
   => 'Only letters, numbers, periods, dashes, @, and underscores are valid',
    'View students and change type'  
 => 'Studenten betrachten und Typ ändern',     'For this user, the default quota would be [_1] MB.'
   => 'For this user, the default quota would be [_1] MB.',
    'Changes to nightly automated enrollments'  
 => 'Die nächtlichen, automatischen Kursbelegungen ändern',     "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]).",
    'Currently: Nightly adds: [_1], Nightly drops: [_2]'  
 => 'Derzeit: Nächtliche Hinzufügungen: [_1], nächtliche Ausschließungen: [_2]',     "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]).",
    'OFF'  
 => 'AUS',     'in all LON-CAPA domains.'
   => 'in all LON-CAPA domains.',
    'ON'  
 => 'AN',     'in LON-CAPA domains:'
   => 'in LON-CAPA domains:',
    'Additions based on classlist changes:'  
 => 'Hinzufügungen aufgrund von Änderungen an der Kursteilnehmerliste:',     'in LON-CAPA domain '
   => '在LON-CAPA域 ',
    'Removals based on classlist changes:'  
 => 'Ausschließungen aufgrund von Änderungen an der Kursteilnehmerliste:',     'Course settings modifiable by [_1] only.'
   => 'Course settings modifiable by [_1] only.',
    'Enable'  
 => 'Aktivieren ',     'Course Owner'
   => 'Course Owner',
    'Disable'  
 => 'Deaktivieren',     'Username: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 Activity'
   => 'Course Activity',
    'Changes to first and/or last automated enrollment dates'  
 => 'Änderungen von Anfangs- und/oder Endedatum der automatischen Kursbelegung',     'Course Domain'
   => 'Course Domain',
    'Currently: First enrollment: [_1], Last enrollment: [_2]'  
 => 'Derzeit: Start der automatischen Kursbelegung: [_1], Ende der automatischen Kursbelegung: [_2]',     'Course Institutional Code'
   => 'Course Institutional Code',
    'Set date of first automated enrollment for registered students'  
 => 'Setzen des Anfangsdatums der automatischen Kursbelegung für registrierte Studenten',     "Course Owner's Username"
   => "Course Owner's Username",
    '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.',     "Course Owner's Domain"
   => "Course Owner's Domain",
    'Set date of last automated enrollment for registered students'  
 => 'Setzen des Endedatums 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, 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.',     'LON-CAPA course ID'
   => 'LON-CAPA course ID',
    'Changes to default start and/or end dates for student access'  
 => 'Änderungen an dem voreingestellten Anfangs- und/oder Endedatum für studentischen Zugriff',     'None found'
   => 'None found',
    'Currently: default first access:'  
 => 'Derzeit: voreingesteller erste Zugriff:',     'Course settings which only a [_1] may modify.'
   => 'Course settings which only a [_1] may modify.',
    ', default last access:'  
 => ', voreingestellter letzter 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.",
    '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',     'Single user search'
   => 'Single user search',
    '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',     'Set enrollment'
   => 'Set enrollment',
    'Changes to section settings'  
 => 'Sektionseinstellungen',     '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.',
    'Currently no sections of'  
 => 'Derzeit ist für keine Sektionen des Kurses',     '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.',
    'are contributing enrollment to the LON-CAPA class roster.'  
 => 'eine Teilnahme an der Kursbelegung eingerichtet.',     '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.',
    'Add enrollment from additional sections.'  
 => 'Kursbelegung für weitere Sektionen hinzufügen',     'Getting started guide'
   => 'Getting started guide',
    'Number of new sections to add:'  
 => 'Anzahl hinzuzufügender Sektionen:',     '[_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)
    '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]Select Date[_2]'
   => '[_1]请选择日期[_2]',
    'if you have chosen to enable a nightly automated enrollment update.'  
 => 'aufgenommen, falls die nächtliche, automatische Kursbelegung aktiviert ist.',     '[_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.',
    'Nightly additions based on classlist changes now'  
 => 'Nächtliche Hinzufügungen aufgrund von Kursteilnehmerlisten-Änderungen sind jetzt',     '[_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).',
    'Nightly additions based on classlist changes still'  
 => 'Nächtliche Hinzufügungen aufgrund von Kursteilnehmerlisten-Änderungen bleiben weiterhin',     "[_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 removals based on classlist changes now'  
 => 'Nächtliche Ausschließungen aufgrund von Kursteilnehmerlisten-Änderungen sind jetzt',     '[_1]: student, [_2]: TA, [_3]: instructor'
   => '[_1]: 学生, [_2]: 导师, [_3]: 讲师',
    'Nightly removals based on classlist changes still'  
 => 'Nächtliche Ausschließungen aufgrund von Kursteilnehmerlisten-Änderungen bleiben weiterhin',     'role:section,role:section,...'
   => 'role:section,role:section,...',
    'enabled'  
 => 'aktiviert',     '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.',
    'disabled'  
 => 'deaktiviert',     'supported types'
   => 'supported types',
    'The first date for automated enrollment has been changed'  
 => 'Das Anfangsdatum der automatischen Kursbelegung wurde geändert auf',     '[_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.',
    'The last date for automated enrollment has been changed'  
 => 'Das Endedatum der automatischen Kursbelegung wurde geändert auf',     '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 left unchanged as'  
 => 'Das Anfangsdatum der automatischen Kursbelegung bleibt weiterhin',     '[_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 left unchanged as'  
 => 'Das Endedatum der automatischen Kursbelegung bleibt weiterhin',     'Calendar Announcement for '
   => 'Calendar Announcement for ',
    'Currently: Notification:'  
 => 'Derzeit: Benachrichtigung:',     'Opening'
   => 'Opening',
    '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?',     'Closing'
   => 'Closing',
    'The table below contains a list of Kurs-Koordinators in this course.'  
 => 'Liste der Kurs-Koordinatoren in diesem Kurs',     'To add a new user:'
   => 'To add a new user:',
    'username:domain'  
 => 'Benutzerkennung:Domäne',     "(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])",
    'Course Access'  
 => 'Kurs-Zugriff',     "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].",
    'Current notification status'  
 => 'Derzeitiger Benachrichtigungsstatus',     "Set 'Domain/institution to search' to: [_1]"
   => "Set 'Domain/institution to search' to: [_1]",
    'Notification active'  
 => 'Benachrichtigung aktiv',     "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]",
    'Notification inactive'  
 => 'Benachrichtigung inaktiv',     'Provide the proposed username'
   => 'Provide the proposed username',
    'Notification?'  
 => 'Benachrichtigen?',     'Select a user to add/modify roles'
   => 'Select a user 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",     "Click 'Search'"
   => "Click 'Search'",
    'Notification of enrollment changes now'  
 => 'Benachtrichtigung über Kursbelegungsänderungen ist jetzt',     'User Search to add/modify roles'
   => 'User Search to add/modify roles',
    'Notification of enrollment changes still'  
 => 'Benachtrichtigung über Kursbelegungsänderungen bleibt weiterhin',  
   # Feedback messages:
    '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 have entered that answer before'
   => '您已经输入了答案',
    'as a result of the nightly enrollment check:'  
 => 'aufgrund des nächtlichen Kursbelegungsabgleichs:',     "Computer's answer now shown above."
   => "上面显示的是正确答案。",
    'View/Modify Course Settings'  
 => 'Kurs-Einstellungen betrachten/ändern',     'You are correct.'
   => '正确答案!',
    'Course search'  
 => 'Kurs-Suche',     'You are partially correct.'
   => '部分正确。',
    'View/Modify Courses'  
 => 'Kurse betrachten/ändern',     'Incorrect'
   => '错误',
    'Course details'  
 => 'Kursdetails',     'Your receipt no. is [_1]'
   => '您的证明编号是 [_1]',
    'Detailed course information:'  
 => 'Detailierte Kursinformationen:',     'You are excused from the problem.'
   => '你的作业已通过。',
    'Default Access Dates for Students'  
 => 'Voreingestellte Zugriffsdaten für Studierende',     'Some extra items were submitted.'
   => 'Some extra items were submitted.',
    'Student Counts'  
 => 'Anzahl Studierende',     'Some items were not submitted.'
   => 'Some items were not submitted.',
    'Auto-enrollment of[_1]registered students'  
 => 'Automatische Kursbelegung[_1]registrierter Studenten',     'An error occurred while grading your answer.'
   => 'An error occurred while grading your answer.',
    'Details'  
 => 'Details',     'The submitted answer was too long.'
   => 'The submitted answer was too long.',
    'Not enabled'  
 => 'Nicht aktiviert',     'This question expects a numeric answer.'
   => 'This question expects a numeric answer.',
    'section:'  
 => 'Sektion:', # n.t.     'You have provided an invalid ranking.'
   => 'You have provided an invalid ranking.',
    'Previous access'  
 => 'In der Vergangenheit liegender Zugriff',     'Please refer to [_1]'
   => 'Please refer to [_1]',
    'Current access'  
 => 'Aktueller Zugriff',     'help on ranking problems'
   => 'help on ranking problems',
    'Future access'  
 => 'Zukünftiger 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.",
    'Back to course listing'  
 => '返回课程目录',     'Submission not graded. Use fewer digits.'
 #=> 'Zurück zur Kursübersicht',  => 'Submission not graded. Use fewer digits.',
   
    'Immediate course roster update'     'Submission not graded. Use more digits.'
 => 'Sofortige Aktualisierung der Kursteilnehmerliste',  => 'Submission not graded. Use more digits.',
   
    'There were no new students to add to the course.'     'Error in instructor specifed unit. This error has been reported to the instructor.'
 => 'Es existieren keine Studenten, die neu am Kurs teilnehmen sollen.',  => 'Error in instructor specifed unit. This error has been reported to the instructor.',
   
    'Back to options page'     'Unable to interpret units. Computer reads units as "[_1]".'
 => 'Zurück zum Funktionsauswahlmenü',  => 'Unable to interpret units. Computer reads units as "[_1]".',
   
    'View/Modify settings for: '     'Incompatible units. No conversion found between "[_1]" and the required units.'
 => 'Betrachten/Ändern der Einstellungen für ',  => 'Incompatible units. No conversion found between "[_1]" and the required units.',
   
    'Modify quota for group portfolio files'     'Only a number required. Computer reads units of "[_1]".'
 => 'Ändern des Speicherplatzes für Gruppen-Portfolio-Dateien',  => 'Only a number required. Computer reads units of "[_1]".',
   
    'Display current settings for automated enrollment'     'Proper comma separation is required'
 => 'Anzeige der derzeitigen Einstellungen der automatischen Kursbelegung',  => 'Proper comma separation is required',
   
    'Modify institutional code, course owner and/or default authentication'     'Unable to understand formula'
 => 'Ändern des Institutscodes, des Kurs-Eigentümers und/oder der voreingestellten Authentifizierung',  => 'Unable to understand formula',
   
    'Modify course catalog settings for course'     'Your submission has been recorded.'
 => 'Ändern der Kursübersicht-Einstellungen für diesen Kurs',  => 'Your submission has been recorded.',
   
    'Catalog settings'     'A draft copy has been saved.'
 => 'Katalog-Einstellungen',  => 'A draft copy has been saved.',
   
    'Catalog Settings for Course'     'Nothing submitted.'
 => 'Katalog-Einstellungen für den Kurs',  => 'Nothing submitted.',
   
    'Visibility in Course Catalog'     'Unknown message'
 => 'Sichtbarkeit in der Kursübersicht',  => 'Unknown message',
   
    "Unless excluded, a course is listed in this domain's publicly accessible course catalog, if at least one of the following applies:"     'Returned file(s): [_1]'
 => "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:",  => 'Returned file(s): [_1]',
   
    'Auto-cataloging is enabled and the course is assigned an institutional code'     'Answer Submitted: Your final submission will be graded after the due date.'
 => 'Automatische Katalogisierung ist aktiviert und dem Kurs wurde ein institutioneller Code zugewiesen',  => 'Answer Submitted: Your final submission will be graded after the due date.',
   
    'The course has been categorized into at least one of the course categories defined for the domain.'  # --/
 => 'Der Kurs wurde in mindestens eine der Kurskategorien, die für diese Domäne angelegt wurden, eingeordnet.',  
   
    'Exclude from course catalog'     ' The last submission was after the Due Date '
 => 'Kurs aus Kursübersicht ausschließen',  => ' The last submission was after the Due Date ',
   
    'Categorize Course'     'Submit a file: (only one file can be uploaded)'
 => 'Kurs kategorisieren',  => '提交档案: (只允许上传一个文件)',
   
    'No categories defined for this domain'     'OR:'
 => 'In dieser Domäne wurden bisher keine Kategorien angelegt.',  => '或者:',
   
    'Assign one or more categories to this course.'     'Select Portfolio Files'
 => 'Diesem Kurs eine oder mehrere Kategorien zuweisen:',  => '选择组合文件',
   
    '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).'     'Portfolio files previously selected: [_1]'
 => '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.',  => 'Portfolio files previously selected: [_1]',
   
    'Category settings'     "These file(s) don't exist: [_1]"
 => 'Kategorie-Einstellungen',  => "These file(s) don't exist: [_1]",
   
    'Show/Hide a course in the catalog'     'Previously published version'
 => 'Anzeigen/Verbergen von Kursen im Kursüberblick',  => 'Previously published version',
   
    'Assign a category to a course'     'You do not have privileges to modify the authentication configuration for this user.'
 => 'Einem Kurs eine Kategorie zuweisen',  => 'You do not have privileges to modify the authentication configuration for this user.',
   
    'Set in "Modify Course" (Domain)'     'You do not have privileges to modify the portfolio quota for this user.'
 => 'Einstellung in "Kurs einstellen" (Domäne)',  => 'You do not have privileges to modify the portfolio quota for this user.',
   
    'Set in "Modify Parameters" (Course)'     'If a change is required, contact a domain coordinator for the domain'
 => 'Einstellung in "Parameter ändern" (Kurs)',  => 'If a change is required, contact a domain coordinator for the domain',
   
    'Categories'     'with submissions'
 => 'Kategorien',  => '带答案',
   
    'Add category'     'in grading queue'
 => 'Kategorie hinzufügen',  => '在评估队列中',
   
    'Add category:'     'with ungraded submissions'
 => 'Kategorie hinzufügen:',  => '未评估的答案',
   
    'Add subcategory:'     'with incorrect submissions'
 => 'Unterkategorie hinzufügen:',  => '错误的答案',
   
    'New:'     'with any status'
 => 'Neu:',  => '任何状态',
   
    'Choose a course'     'Default value or none'
 => 'Kurs auswählen',  => '默认值或无',
   
    'Pick action'     'Floating Point between 1 and 0'
 => 'Aktion auswählen',  => '浮点运算的1和0',
   
    'Display settings'     'Floating point number between zero and one'
 => 'Einstellungen anzeigen',  => 'Floating point number between zero and one',
   
    'Course settings that control automated enrollment in this LON-CAPA course are currently:'     'Positive Floating Point'
 => 'Derzeitige Einstellungen der automatischen Kursbelegung dieses Kurses:',  => 'Positive Floating Point',
   
    'Course setting'     'Positive floating point number or zero'
 => 'Kurs-Einstellung',  => 'Positive floating point number or zero',
   
    'Modifiable by DC only'     'Floating Point'
 => 'Nur durch Dom.-Koord. änderbar',  => 'Floating Point',
   
    'Default authentication parameter'     'Floating point number'
 => 'Voreingestellter Authentifizierungsparamater',  => 'Floating point number',
   
    'Default authentication method'     'Auto-enrollment settings'
 => 'Voreingestellte Authentifizierungsmetode',  => 'Auto-enrollment settings',
   
    'Date of last automated enrollment'     'Configuration setting'
 => 'Endedatum der automatischen Kursbelegung',  => '配置设置',
   
    'Date of first automated enrollment'     'Value(s)'
 => 'Anfangsdatum der automatischen Kursbelegung',  => 'Value(s)',
   
    'Official course code'     'Auto-enrollment active?'
 => 'Offizieller Kurscode',  => 'Auto-enrollment active?',
   
    'Username:domain of course owner'     'Access to other pages will be prevented until you have moved the message to your inbox.'
 => 'Benutzerkennung:Domäne des Kurs-Eigentümers',  => '只有把该邮件移至收件箱才可以访问其他网页。',
   
    'Date of last student access'     'Access to other pages will be prevented until you have moved all critical messages to your inbox.'
 => 'Endedatum des studentischen Zugriffs',  => '只有把所有的重要邮件移至收件箱才可以访问其他网页。',
   
    'Date of first student access'     'Move to Inbox'
 => 'Anfangsdatum des studentischen Zugriffs',  => '移至收件箱',
   
    'Course section number(:LON-CAPA section)'     'Move to Inbox/Compose reply'
 => 'Kurssektionsnummer(:LON-CAPA-Sektionsnummer)',  => '移至收件箱并回复',
   
    'Show more details'     'Confirm Receipt'
 => 'Mehr Details',  => '确认已收到',
   
    'Public RSS/podcast (subscribe to):'     'Confirm Receipt and Reply'
 => 'Öffentliches RSS-Feed/Podcast (Einschreibe-Link):',  => '确认已收到并回复',
   
    'Course Owner:'     'Displaying Critical Messages'
 => 'Kurs-Eigentümer:',  => '显示重要邮件',
   
    'Default Authentication method'     'Confirming Receipt'
 => 'Voreingestellte Authentifizierungsmethode',  => '确认已收到',
   
    'Modify settings'     'Confirmed Receipt'
 => 'Einstellungen speichern',  => '确认已收到',
   
    'Automated Enrollment'     'Communicate'
 => 'Automatische Kursbelegung',  => '通讯',
   
    'Use the menu on the left to choose an enrollment management task.'     'Replying to a Critical Message'
 => 'Wählen Sie im Menü links die gewünschte Aktion zur automatischen Kursbelegung.',  => '针对重要邮件',
   
    'Result of Changes to Automated Enrollment Settings.'     'Answer Available'
 => 'Ergebnis der Änderungen an den Einstellungen zur automatischen Kursbelegung',  => '答复可用',
   
    'The following automated enrollment parameters have been changed:'     ' to '
 => 'Die folgenden Parameter der automatischen Kursbelegung wurden geändert:', # n.t.  => ' 到 ', # ???
   
    'now set to'     'Event from [_1] to [_2]'
 => 'ist jetzt', # n.t.  => '活动由 [_1] 至 [_2]',
   
    'still set to'     '[_1]: [_2] from domain [_3]'
 => 'bleibt weiterhin', # n.t.  => '[_1]: [_2] 从域 [_3]',
   
    'The following automated enrollment parameters remain unchanged:'     'The following problems occurred:'
 => 'Die folgenden Parameter der automatischen Kursbelegung bleiben unverändert:', # n.t.  => '发生下列问题:',
   
    'Change settings'     'Could not initialize [_1] at this time.'
 => 'Einstellungen ändern',  => '目前无法初始化[_1]。',
   
    "Student's agreement needed for listing in student-viewable roster"     'Please try again.'
 => "Studentisches Einverständnis notwendig, um in der von Studenten einsehbaren Kursteilnehmerliste aufgelistet zu werden",  => '请再试一次。',
   
    'Include link to accessible portfolio files'     'in this course'
 => 'Link für erreichbare Portfolio-Dateien einbinden',  => '在该课程中',
   
    'Print header format'     'Remove Checked Entries'
 => 'Kopfbereich beim Druck',  => '删除选中的条目',
   
    'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.'     'Modify Student Data'
 => '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.'     'First 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"     'Middle name'
 => "[_1], [_2] (in Grafik konvertieren), [_3] (TeX-nach-HTML) oder leer lassen für studentische Voreinstellung",  => '第二个名字',
   
    'Bridge Task Grading'     'Last name'
 => 'Bewertung von "Bridge Tasks"',  => '姓氏',
   
    'Classlist Manager'     'ID'
 => 'Automatische Kursbelegung', # !?!  => 'ID/学号',,
   
    'Note for students:'     'Sending critical message'
 => 'Hinweis für Studenten:',  => '发送重要消息',
   
    '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.'     'Replying to'
 => '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.',  => '回复',
   
    'Please [_1]log in again[_2].'     'All messages:'
 => 'Bitte [_1]erneut anmelden[_2].',  => 'All messages:',
   
    'Switching Server ...'     'Unread messages:'
 => 'Serverwechsel...',  => 'Unread messages:',
   
    'Already logged in'     'Read messages:'
 => 'Bereits angemeldet',  => 'Read messages:',
   
    'Apply style file: '     'Replied to messages:'
 => 'Styledatei anwenden: ',  => 'Replied to messages:',
   
    'The problem '     'Forwarded messages:'
 => 'Die Aufgabe ',  => 'Forwarded messages:',
   
    'Search criteria'     'showing messages [_1] through [_2] of [_3].'
 => 'Suchkriterien',  => '显示消息[_1]通过[_2]的[_3] 。',
   
    'begins with'     'Broadcast Message'
 => 'beginnt mit',  => '广播消息',
   
    'in selected LON-CAPA domain'     'randomly pick [quant,_1,resource]'
 => 'in ausgewählter LON-CAPA-Domäne',  => 'randomly pick [quant,_1,resource]', # => '随机挑选 [quant,_1,resource,resource]',
   
    'in institutional directory for selected domain'     'contents hidden'
 => 'im Institutsverzeichnis der ausgewählten Domäne',  => '隐藏的内容',
   
    'No exact match found for the username ([_1]) in LON-CAPA domain: [_2]'     'URLs hidden'
 => 'Kein exakter Treffer für den Benutzer "[_1]" in der LON-CAPA-Domäne [_2]', # n.t.  => '隐藏 URLs',
   
    'Creating new account.'     'random order'
 => 'Erzeuge neuen Benutzeraccount...',  => '随机顺序',
   
    'Report a documentation bug'     'Resources in course with version changes since yesterday'
 => 'Fehler in der Dokumentation melden (Englisch)',  => '课程中的资源,从昨天起版本的变化',
   
    'You must specify a valid username. Only the following are allowed: letters numbers - . @'     'Version changes since Yesterday'
 => '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 week'
 => 'Folgendes muss korrigiert werden, bevor die Suche gestartet werden kann:',  => '课程中的资源,从上周起版本的变化',
   
    'You must include some text to search for.'     'Version changes since last Week'
 => '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 since last month'
 => "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 last Month'
 => "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.'     'Resources in course with version changes seit start of course'
 => 'Bei der Suche im Institutsverzeichnis muss eine Domäne ausgewählt sein.',  => '课程中的资源,从课程开始起版本的变化',
   
    'You must choose a domain when using a domain search.'     'Version changes since start of Course'
 => '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 yesterday'
 => "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 last week'
 => "Bei der Suche mit der Option 'Nachname, Vorname' muss der Vorname mindestens ein Zeichen enthalten.",  => '从上周起版本没有变化',
   
    'Revoking [_1] in [_2]: [_3]'     'No version changes since last month'
 => 'Entziehe Rolle [_1] für [_2]: [_3]',  => '从上个月起版本没有变化',
   
    'Revoking custom role:'     'No version changes since start of course'
 => 'Entziehe benutzerdefinierte Rolle:',  => '从课程开始起版本没有变化',
   
    'Deleting [_1] in [_2]: [_3]'     'version changes since yesterday'
 => 'Entferne Rolle [_1] für [_2]: [_3]',  => '从昨天起版本的变化',
   
    'Deleting custom role [_1] by [_2]:[_3] in [_4]'     'version changes since last week'
 => 'Entferne benutzerdefinierte Rolle [_1] von [_2]:[_3] für [_4]',  => '从上周起版本的变化',
   
    'Add to classlist'     'version changes since last month'
 => 'Hinzufügen zur Kursteilnehmerliste',  => '从上个月起版本的变化',
   
    'Re-enabling [_1] in [_2]: [_3]'     'version changes since start of course'
 => '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 yesterday'
 => 'Reaktivierung der benutzerdefinierten Rolle [_1] von [_2]@[_3] für [_4] : [_5]',  => '从昨天起该课程过期的角色',
   
    'Unknown command'     'Roles for which access to course has expired since last week'
 => 'Unbekannter Befehl',  => '从上周起该课程过期的角色',
   
    '[_1] may not be used as the name for a section, as it is a reserved word.'     'Roles for which access to course has expired since last month'
 => '[_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.'     'Roles for which access to course has expired since start of course'
 => '[_1] ist nicht als Sektionsname zulässig, da er bereits als Name einer bestehenden Kursgruppe verwendet wird.',  => '从课程开始起过期的角色',
   
    'Please [_1]go back[_2] and choose a different section name.'     'There are no roles which expired since yesterday'
 => 'Bitte gehen Sie [_1]zurück[_2] und wählen Sie einen anderen Sektionsnamen.',  => '没有角色从昨天起过期了',
   
    'Drop from classlist: [_1]'     'There are no roles which expired since last week'
 => 'Aus Kursteilnehmerliste ausschließen: [_1]',  => '没有角色从上周起过期了',
   
    'Existing Role'     'There are no roles which expired since last month'
 => 'Bestehende Rolle',  => '没有角色从上个月起过期了',
   
    'Exisiting Roles'     'There are no roles which expired since start of course'
 => 'Bestehende Rollen',  => '没有角色从课程开始起过期了',
   
    'Assigning Role to Self'     'roles which expired since yesterday'
 => 'Assigning Role to Self', # ???  => '从昨天起该课程过期的角色',
   
    'Invalid search.'     'roles which expired since last week'
 => 'Ungültige Suche.',  => '从上周起该课程过期的角色',
   
    'You must enter a search term.'     'roles which expired since last month'
 => 'Sie müssen einen Suchbegriff eingeben.',  => '从上个月起该课程过期的角色',
   
    'You must specify a valid domain when searching in a domain or institutional directory.'     'roles which expired since start of course'
 => '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 yesterday'
 => '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 last week'
 => '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]'     'Roles for which access to course has become available since last month'
 => '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.'     'Roles for which access to course has become available since start of course'
 => '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 yesterday'
 => '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 last week'
 => '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]"'     'There are no roles which have become active since last month'
 => '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.'     'There are no roles which have become active since start of course'
 => '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 yesterday'
 => '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 last week'
 => '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.'     'roles which have become active since last month'
 => 'Sie können Ihre Suche auf eine Suche in der gewählten LON-CAPA-Domäne erweitern.',  => '从上个月起分配给该课程的角色',
   
    'Pick group first'     'roles which have become active since start of course'
 => 'Erst Gruppe auswählen',  => '从课程开始起分配给该课程的角色',
   
    'No login name specified'     'Show all posts'
 => 'Kein Loginname angegeben',  => '查看所有帖子',
   
    'Invalid login name'     'to display'
 => 'Ungültiger Loginname',  => '显示', # ???
   
    'Only letters, numbers, periods, dashes, @, and underscores are valid'     'posts previously marked read'
 => 'Es sind nur erlaubt: Buchstaben, Ziffern, ".", "@", ,"-", "_"',  => '帖子先前标记为已读',
   
    'For this user, the default quota would be [_1] Mb.'     'previously viewed posts'
 => '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])."     '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.'     'Preferences on what is marked as NEW'
 => '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])."     'Mark NEW posts no longer new'
 => "Für diesen Benutzer beträgt der voreingestellte Speicherplatz [_1] MB, beschränkt durch die institutionelle Angliederung ([_2]).",  => '随着新的帖子将不再标记为新',
   
    'in all LON-CAPA domains.'     'Sorting/Filtering options'
 => 'in allen LON-CAPA-Domänen.',  => '排序/过滤选项',
   
    'in LON-CAPA domains:'     'Export'
 => 'in den LON-CAPA-Domänen:',  => '导出',
   
    'in LON-CAPA domain '     'Attachments'
 => 'in LON-CAPA-Domäne ',  => '附件',
   
    'Course settings modifiable by [_1] only.'     'Download the zip file from [_1]Discussion Posting Archive'
 => 'Kurs-Einstellungen, die nur durch einen [_1] änderbar sind',  => '下载zip档案由[_1]讨论发布档案',
   
    'Course Owner'     'The following errors occurred during export - [_1]'
 => 'Kurs-Eigentümer',  => 'The following errors occurred during export - [_1]',
   
    'Username:Domain'     '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.'
 => 'Benutzerkennung:Domäne',  => '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 Activity'     '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.'
 => 'Letzte Kursaktivität',  => '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.',
   
    'Course Domain'     'Make Visible'
 => 'Kurs-Domäne',  => '显示',
   
    'Course Institutional Code'     'Mark unread'
 => 'Kurs-Instituts-Code',  => 'Mark unread',
   
    "Course Owner's Username"     'Mark read'
 => "Benutzerkennung des Kurs-Eigentümers",  => 'Mark read',
   
    "Course Owner's Domain"     'This post has been edited by the author.'
 => "Domäne des Kurs-Eigentümers",  => 'This post has been edited by the author.',
   
    'Course Type'     'Display all versions'
 => 'Kurstyp',  => 'Display all versions',
   
    'LON-CAPA course ID'     'Earlier version(s) were posted on: '
 => 'LON-CAPA-Kurs-ID',  => 'Earlier version(s) were posted on: ',
   
    'None found'     'You do not have privileges to view all versions of posts.'
 => 'Keine Treffer',  => 'You do not have privileges to view all versions of posts.',
   
    'Course settings which only a [_1] may modify.'     'Please select a different role.'
 => 'Kurs-Einstellungen, die nur ein [_1] ändern kann.',  => 'Please select a different role.',
   
    "Click a 'Select' button to view or modify settings for a [_1] which may only be modified by a [_2] in this domain."     'Error copying file attachment - [_1] to IMS package'
 => "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.",  => 'Error copying file attachment - [_1] to IMS package',
   
    'Single user search'     'Error copying file attachment - [_1] to IMS package: '
 => 'Suche einzelner Student',  => 'Error copying file attachment - [_1] to IMS package: ',
   
    'Set enrollment'     'Re: '
 => 'Kursbelegung einstellen',  => 'Re: ',
   
    'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.'     'Please select a feedback type.'
 => 'Bitte schauen Sie zunächst in die "Login-Hilfe" und in die "Kurzeinleitung für Studierende", falls Sie sich nicht anmelden können.',  => 'Please select a feedback type.',
   
    'Please review the information in "Log-in help" if you are unable to log-in.'     'Sorry, no feedback possible on this resource ...'
 => 'Bitte schauen Sie zunächst in die "Login-Hilfe", falls Sie sich nicht anmelden können.',  => 'Sorry, no feedback possible on this resource ...',
   
    '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 [_1], no user specified.'
 => '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 [_1], no user specified.',
   
    'Getting started guide'     'Error sending message to [_1], no domain specified.'
 => 'Kurzeinleitung für Studierende',  => 'Error sending message to [_1], no domain specified.',
   
    '[_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)     'Error sending message to'
 => '[_2]. [_1] [_3], [_4]:[_5]:[_6] ', # "dd. mm yyyy, hh:mi:ss"  => 'Error sending message to',
   
    '[_1]Select Date[_2]'     'Not registered'
 => '[_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.'     'Editing not permitted'
 => '[_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).'     'Marked postings read/unread'
 => '[_1], um Notwendigkeit des studentischen Einverständnisses zu aktivieren.',  => '标记贴子为已读/未读',
   
    "[_1] for link to each a listing of each student's files."     'Changed sort/filter'
 => "[_1] zum Einbinden von Links zu jeder Liste mit den Dateien eines jeden Studenten.",  => '改变排序/过滤器',
   
    '[_1]: student, [_2]: TA, [_3]: instructor'     'Changed display status'
 => '[_1]: Student, [_2]: Tutor, [_3]: Dozent',  => '改变显示状态',
   
    'role:section,role:section,...'     'Deletion not permitted'
 => '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.'     'Changed discussion status'
 => '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'     'Added to my course blog'
 => '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.'     'Back 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.'     'Go to previous page'
 => '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.'     'Return to previous page'
 => '[_1]: erlauben (voreingestellt). [_2]: nur eigene Sektion.',  => '返回前一页',
   
    'Calendar Announcement for '     'Untitled resource'
 => 'Kalender-Ankündigung für den Kurs ',  => '资源没有标题',
   
    'Opening'     'Discussion display options'
 => 'Start',  => '讨论显示选项',
   
    'Closing'     'Preferences can be set for this discussion that determine ....'
 => 'Ende',  => '这个讨论可以设置使用偏好',
   
    'To add a new user:'     'Which posts are displayed when you display this discussion board or resource, and'
 => 'Um einen neuen Benutzer hinzuzufügen...:',  => '哪些讨论将被显示在您的公告栏或资源里',
   
    "(You can only create new users in your current role's domain - [_1])"     'Under what circumstances posts are identified as "NEW", and'
 => "(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]."     'Whether individual posts can be marked as read/unread'
 => "Sie sind nicht berechtigt, neue Benutzer in der Domäne Ihrer derzeitigen Benutzerrolle anzulegen - [_1].",  => '个别帖子是否可以被标记为已读/未读',
   
    "Set 'Domain/institution to search' to: [_1]"     'Posts not marked read'
 => "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]"     'New posts cease to be identified as "NEW"?'
 => "Setzen Sie 'Suchkriterien' auf [_1]Benutzerkennung ist ..... in ausgewählter LON-CAPA-Domäne[_2]",  => '新的讨论不再被标识为“新”?',
   
    'Provide the proposed username'     'Option to mark each post as read/unread?'
 => 'Geben Sie die gewünschte Benutzerkennung ein',  => '选择帖子标记为已读/未读?',
   
    'Select a user to add/modify roles'     'Shown'
 => 'Wählen Sie einen Benutzer, für den Sie Rollen oder Berechtigungen ändern bzw. hinzufügen möchten',  => '显示',
   
    "Click 'Search'"     'Not shown'
 => "Klicken Sie auf 'Suchen'",  => '不显示',
 #=> "Klicken Sie auf 'Suchen'",  
      'Discussion options'
   => '论坛选项',
    'User Search to add/modify roles'  
 => 'Benutzersuche zum Hinzufügen/Ändern von Rollen oder Berechtigungen',     'Set options that control the sort order of posts, and/or which posts are displayed.'
   => 'Set options that control the sort order of posts, and/or which posts are displayed.',
   
 # Feedback messages:     'Sort order'
   => '排序顺序',
    'You have entered that answer before'  
 => 'Sie hatten diese Antwort bereits eingegeben',     'Date order - oldest first'
   => '按日期顺序 - 最老的优先',
    "Computer's answer now shown above."  
 => "Die als richtig hinterlegte Antwort wird oben angezeigt.",     'Date order - newest first'
   => '按日期顺序 - 最新的优先',
    'You are correct.'  
 => 'Korrekt!',     'Threaded'
   => '按帖子', # ???
    'You are partially correct.'  
 => 'Teilweise korrekt.',     'By subject'
   => '按主题',
    'Incorrect'  
 => 'Inkorrekt',     'By domain and username'
   => '按域名和用户名',
    'Your receipt is [_1]'  
 => 'Ihr Nachweis ist [_1]',     'By last name, first name'
   => '按姓氏,名字',
    'You are excused from the problem.'  
 => 'Die Aufgabe ist Ihnen erlassen worden.',     'Specific role status'
   => '具体角色的状态',
    'Some extra items were submitted.'  
 => 'Es wurden zuviele Antwortelemente angegeben.',     'Roles of any status'
   => '任意的角色',
    'Some items were not submitted.'  
 => 'Die Fragen wurden nicht vollständig beantwortet.',     'Only active roles'
   => '只有现在的角色',
    'An error occurred while grading your answer.'  
 => 'Während der Bewertung Ihrer Antwort ist ein Fehler aufgetreten.',     'Only past roles'
   => '只有过去的角色',
    'The submitted answer was too long.'  
 => 'Ihre Antwort ist zu lang.',     'Only future roles'
   => '只有未来的角色',
    'This question expects a numeric answer.'  
 => 'Eine numerische Antwort ist gefragt.',     'Specific user roles'
   => '特定的用户角色',
    'You have provided an invalid ranking.'  
 => 'Die eingebene Rangordnung ist ungültig.',     'All roles'
   => '所有角色',
    'Please refer to [_1]'  
 => 'Hilfe erhalten Sie unter [_1]',     'Students'
   => '学生',
    'help on ranking problems'  
 => 'Hilfe zu Rangordnungs-Aufgaben',     'Course Coordinators'
   => '课程协调员',
    "Submission won't be graded. The type of file submitted is not allowed."  
 => "Ihre Einreichung wurde nicht gewertet. Der Dateityp ist nicht erlaubt.",     'Instructors'
   => '讲师',
    'Submission not graded. Use fewer digits.'  
 => 'Ihre Antwort wurde nicht gewertet. Verwenden Sie weniger Dezimalstellen.',     'TAs'
   => '辅导员',
    'Submission not graded. Use more digits.'  
 => 'Ihre Antwort wurde nicht gewertet. Verwenden Sie mehr Dezimalstellen.',     'Exam proctors'
   => '监考老师',
    '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.',     'Custom role'
   => '自定义角色',
    'Unable to interpret units. Computer reads units as "[_1]".'  
 => 'Einheiten können nicht ausgewertet werden. Computer versteht Einheiten als "[_1]".',     'Custom roles'
   => '自定义角色',
    'Incompatible units. No conversion found between "[_1]" and the required units.'  
 => 'Inkompatible Einheiten. Keine Umrechnungsmöglichkeit zwischen "[_1]" und der benötigten Einheit gefunden.',     'Specific sections'
   => '具体章节',
    '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.',     'Specific groups'
   => '特定组',
    'Proper comma separation is required'  
 => 'Eine ordentliche Trennung durch Kommata ist erforderlich.',     'Pick specific users (by name)'
   => '选择特定的用户 (姓)',
    'Unable to understand formula'  
 => 'Der eingegebene Ausdruck kann nicht ausgewertet werden',     'Show a list of current posters'
   => 'Show a list of current posters',
    'Your submission has been recorded.'  
 => 'Ihre Antwort wurde gespeichert.',     'So far, no data has been returned for your request'
   => '到现在为止,您的查询没有返回任何数据。',
    'A draft copy has been saved.'  
 => 'Ihr Entwurf wurde gespeichert.',     'Select a user'
   => '选择一个用户',
    'Nothing submitted.'  
 => 'Es wurde nichts eingereicht.',     '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.',
    'Unknown message'  
 => 'Unbekannte Meldung',     'photo'
   => '图片',
    'Returned file(s): [_1]'  
 => 'Zurückgelieferte Datei(en): [_1]',     'Critical Message'
   => '重要邮件',
    'Answer Submitted: Your final submission will be graded after the due date.'  
 => 'Antwort eingereicht. Die Daten werden nach dem Fälligkeitsdatum ausgewertet.',     'Display a Message'
   => '显示邮件',
 # --/  
      'Back to Folder Display'
   => '返回文件夹列表',
    ' The last submission was after the Due Date '  
 => ' Die letzte Einreichung erfolgte nach dem Fälligkeitsdatum ',     'Currently available actions (will open extra window):'
   => '目前可采取的行动 (在新窗口中打开):',
    'Submit a file: (only one file can be uploaded)'  
 => 'Datei einreichen: (Es kann nur eine Datei hochgeladen werden)',     'There are no unread messages in this folder.'
   => '在此文件夹中没有未阅读邮件。',
    'OR:'  
 => 'ODER:',     'There are no read messages in this folder'
   => '在此文件夹中没有已阅读邮件。',
    'Select Portfolio Files'  
 => 'Auswahl Portfolio-Dateien',     'There are no forwarded messages in this folder.'
   => '在此文件夹中没有转发的邮件。',
    'Portfolio files previously selected: [_1]'  
 => 'Zuvor ausgewählte Portfolio-Dateien: [_1]',     'You have not replied to any messages in this folder.'
   => '在此文件夹中您没有需要回答的邮件。',
    "These file(s) don't exist: [_1]"  
 => "Diese Datei(en) existieren nicht: [_1]",     'There are no messages in this folder.'
   => '空文件夹', # Empty Folder
    'Previously published version'  
 => 'Zuvor veröffentlichte Version',     'Cc:'
   => '抄送:',
    '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.',     'Bcc:'
   => '密送:',
    '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.',     'Bcc'
   => '密送',
    'If a change is required, contact a domain coordinator for the domain'  
 => 'Falls notwendig, kontaktieren Sie einen Domänen-Koordinator der Domäne',     'Retrieve discussion and message records'
   => '检索讨论和信息记录',
    'with submissions'  
 => 'mit Antworten',     'New Record (record is visible to course faculty and staff)'
   => '新记录 (只有课程管理者和工作人员可见):',
    'in grading queue'  
 => 'in Bewertungs-Warteschlange',     'Post this Record'
   => '保存',
    'with ungraded submissions'  
 => 'mit unbewerteten Antworten',     'Revise your search criteria for this domain'
   => 'Revise your search criteria for this domain',
    'with incorrect submissions'  
 => 'mit inkorrekten Antworten',     'Metadata Modified'
   => 'Metadata Modified',
    'with any status'  
 => 'mit beliebigem Status',     '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.',
    'Default value or none'  
 => 'Voreingestellt oder nichts',     '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.',
    'Floating Point between 1 and 0'  
 => 'Gleitkommazahl zwischen 0 und 1',     "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.",
    'Floating point number between zero and one'  
 => 'Gleitkommazahl zwischen Null und Eins',     'Directory'
   => '目录',
    'Positive Floating Point'  
 => 'Positive Gleitkommazahl',     'Only empty directories may be deleted.'
   => '只有空的目录可以被删除。',
    'Positive floating point number or zero'  
 => 'Positive Gleitkommazahl oder Null',     'You must delete the contents of the directory first.'
   => '您必须首先删除目录中的内容。',
    'Floating Point'  
 => 'Gleitkommazahl',     'Cannot delete non-obsolete published file'
   => 'Cannot delete non-obsolete published file',
    'Floating point number'  
 => 'Gleitkommazahl',     'Must not include'
   => 'Must not include',
    'Auto-enrollment settings'  
 => 'Einstellungen für automatische Kursbelegungen',     'Name of new file is the same as name of old file'
   => 'Name of new file is the same as name of old file',
    'Configuration setting'  
 => 'Konfigurations-Einstellung', # n.t.     'no action taken'
   => 'no action taken',
    'Value(s)'  
 => 'Wert(e)', # n.t.     'copy metadata error'
   => 'copy metadata error',
    'Auto-enrollment active?'  
 => 'Automatische Kursbelegung aktivieren?',     'No New filename specified'
   => 'No New filename specified',
    '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.',     'Warning: a published problem of this name exists.'
   => 'Warning: a published problem of this name exists.',
    '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.',     'Warning: a published library of this name exists.'
   => 'Warning: a published library of this name exists.',
    'Move to Inbox'  
 => 'In Posteingang verschieben',     '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.',
    'Move to Inbox/Compose reply'  
 => 'In Posteingang verschieben und antworten',     'Cannot change MIME type of a directory'
   => 'Cannot change MIME type of a directory',
    'Confirm Receipt'  
 => 'Empfang bestätigen',     'Cannot rename or move non-obsolete published file'
   => 'Cannot rename or move non-obsolete published file',
    'Confirm Receipt and Reply'  
 => 'Empfang bestätigen und antworten',     'Change discussion display'
   => 'Change discussion display',
    'Displaying Critical Messages'  
 => 'Anzeige wichtiger Nachrichten',     '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.',
    'Confirming Receipt'  
 => 'Empfang bestätigen',     "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.",
    'Confirmed Receipt'  
 => 'Empfang bestätigt',     'Currently set to [_1].'
   => '当前设置为 [_1].',
    'Communicate'  
 => '通讯',     'Change to [_1]'
 #=> 'Kommunikation',  => '改变为 [_1]',
   
    'Replying to a Critical Message'     'No change'
 => 'Antwort auf wichtige Nachricht',  => '无变化',
   
    'Answer Available'     'Count unread posts in discussions display set to [_1]'
 => 'Antwort verfügbar',  => '未读讨论计数显示设置为 [_1]',
   
    ' to '     'Groups Manager'
 => ' bis ', # ???  => '组管理',
   
    'Event from [_1] to [_2]'     'Group access start and end dates'
 => 'Veranstaltung von [_1] bis [_2]',  => '组访问开始和结束日期',
   
    '[_1]: [_2] from domain [_3]'     'None available'
 => '[_1]: Aus der Domäne [_3] [_2]',  => '无可用',
   
    'The following problems occurred:'     'There are no active, future or previous group members to modify.'
 => 'Die folgenden Probleme traten auf:',  => 'There are no active, future or previous group members to modify.',
   
    'Could not initialize [_1] at this time.'     'Members to delete or expire'
 => 'Initialisierung von [_1] war nicht möglich.',  => '成员身份到期或将被删除',
   
    'Please try again.'     'To be deleted'
 => 'Bitte versuchen Sie es noch einmal.',  => '将删除的',
   
    'Please try again'     'To be expired'
 => 'Bitte versuchen Sie es noch einmal',  => '期满',
   
    'Enrolling [_1] : [_2]'     'No members to be deleted or expired from the group.'
 => '[_1]:[_2] wird in den Kurs aufgenommen',  => 'No members to be deleted or expired from the group.',
   
    'in this course'     'Files: [_1]'
 => 'in diesem Kurs',  => '文件: [_1]',
   
    'Remove Checked Entries'     'Folders: [_1]'
 => 'Ausgewählte Einträge entfernen',  => '文件夹: [_1]',
   
    'Modify Student Data'     'Choose Task'
 => 'Studentische Daten ändern',  => '选择行动',
   
    'First name'     'Modify default group settings'
 => 'Vorname',  => '修改默认组设置',
   
    'Middle name'     'Modify access, tools and/or privileges for previous, future, or current members'
 => 'Zweiter Vorname',  => '修改组成员访问,工具和权限',
   
    'Last name'     'Add member(s) to the group'
 => 'Nachname',  => '添加组成员',
   
    'ID'     'Group Settings'
 => 'ID/Matrikelnummer',  => '组设定',
   
    'Sending critical message'     'Modify/Delete Members'
 => 'Sende wichtige Nachricht an',  => '修改/删除会员',
   
    'Replying to'     'Current Tool Set'
 => 'Antwort an',  => '目前的工具集',
   
    '<b>[_1] messages</b>: showing messages [_2] through [_3] of [_4].'     'Change Privileges'
 => '<b>Nachrichten ([_1])</b>: Anzeige der Nachrichten [_2] bis [_3] von insgesamt [_4]',  => '更改权限',
   
    'Broadcast Message'     'Membership Mapping'
 => 'Broadcast-Nachricht',  => '会员推荐',
   
    'contents hidden'     'Group name, title and available collaborative tools'
 => 'Inhalte verborgen',  => '组名称,所有权和使用协作工具',
   
    'Resources in course with version changes since yesterday'     'Letters, numbers and underscore only'
 => 'Ressourcen im Kurs mit Versionsänderungen seit gestern',  => '只有字母,数字和下划线',
   
    'Version changes since Yesterday'     'Discussion boards'
 => 'Versionsänderungen seit gestern',  => '论坛',
   
    'Resources in course with version changes since last week'     'E-mail'
 => 'Ressourcen im Kurs mit Versionsänderungen seit letzter Woche',  => 'E-mail',
   
    'Version changes since last Week'     'File Repository'
 => 'Versionsänderungen seit letzter Woche',  => '档案库',
   
    'Resources in course with version changes since last month'     'Group home page'
 => 'Ressourcen im Kurs mit Versionsänderungen seit letztem Monat',  => '组首页',
   
    'Version changes since last Month'     'Membership Roster'
 => 'Versionsänderungen seit letztem Monat',  => '会员名册',
   
    'Resources in course with version changes seit start of course'     'Granularity:'
 => 'Ressourcen im Kurs mit Versionsänderungen seit Kursbeginn',  => '細微性:',
   
    'Version changes since start of Course'     'Different subsets of the chosen collaborative tools for different group members?'
 => 'Versionsänderungen seit Kursbeginn',  => '不同的组成员选择不同的协作工具?',
   
    'No version changes since yesterday'  #   'Disk quota: '
 => 'Keine Versionsänderungen seit gestern',  #=> '磁盘配额: ',
   
    'No version changes since last week'     'Disk quota'
 => 'Keine Versionsänderungen seit letzter Woche',  => '磁盘配额',
   
    'No version changes since last month'     'If you enable the group portfolio for the group, allocate a disk quota.'
 => 'Keine Versionsänderungen seit letztem Monat',  => 'If you enable the group portfolio for the group, allocate a disk quota.', # '如果您对组启用了文件存放,请分配磁盘配额:',
   
    'No version changes since start of course'     '[_1] MB'
 => 'Keine Versionsänderungen seit Kursbeginn',  => '[_1] MB',
   
    'version changes since yesterday'     'A total of [_1] MB can be divided amongst all groups in the course, and [_2] MB are currently unallocated.'
 => 'Versionsänderungen seit gestern',  => '该课的所有组共有 [_1] MB 可分,[_2] MB 目前未被分配。',
   
    'version changes since last week'     'Default start and end dates for group access'
 => 'Versionsänderungen seit letzter Woche',  => '默认情况下组访问的开始和结束日期',
   
    'version changes since last month'     'Start:'
 => 'Versionsänderungen seit letztem Monat',  => '开始:',
   
    'version changes since start of course'     'End:'
 => 'Versionsänderungen seit Kursbeginn',  => '结束:',
   
    'Roles for which access to course has expired since yesterday'     'Error: invalid course domain or number - group folder creation failed.'
 => 'Seit gestern in diesem Kurs abgelaufene Rollen',  => '错误:无效的课程或域号码。建立了组列表失败。',
   
    'Roles for which access to course has expired since last week'     'Course Groups'
 => 'Seit letzter Woche in diesem Kurs abgelaufene Rollen',  => '课程组',
   
    'Roles for which access to course has expired since last month'     'Non-standard course - folder for all groups not added.'
 => 'Seit letztem Monat in diesem Kurs abgelaufene Rollen',  => '非标准课程 - 所有组的文件夹不会增加。',
   
    'Roles for which access to course has expired since start of course'     'Build a list of users for selection of group members'
 => 'Seit Beginn des Kurses in diesem Kurs abgelaufene Rollen',  => '从组成员里选择来建立一个用户列表',
   
    'There are no roles which expired since yesterday'     'Group membership selection list criteria:'
 => 'Keine Rollen, die in diesem Kurs seit gestern abgelaufen sind',  => '组成员名单选择标准:',
   
    'There are no roles which expired since last week'     'Pick the criteria to use to build a list of course users from which you will select '
 => 'Keine Rollen, die in diesem Kurs seit letzter Woche abgelaufen sind',  => '选择的标准的使用来建立一个名单,您将选择',
   
    'There are no roles which expired since last month'     'members of the new group.'
 => 'Keine Rollen, die in diesem Kurs seit letztem Monat abgelaufen sind',  => '新的组成员。',
   
    'There are no roles which expired since start of course'     '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 Kursbeginn abgelaufen sind',  => '如果您创建的组不想立即要添加成员,就没有必要选择任何标准。',
   
    'roles which expired since yesterday'     '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.'
 => 'seit gestern in diesem Kurs abgelaufene Rollen',  => '随后的步骤将自动添加/删除组成员,也可以让您指定所引发指定用户角色和第的过程中。这是通过指定的用户角色和在课程中章节<i>变化</i>被触发的。',
   
    'roles which expired since last week'     'Access types'
 => 'seit letzter Woche in diesem Kurs abgelaufene Rollen',  => '访问类型',
   
    'roles which expired since last month'     'Currently has access'
 => 'seit letztem Monat in diesem Kurs abgelaufene Rollen',  => '目前已获得',
   
    'roles which expired since start of course'     'Will have future access'
 => 'seit Beginn des Kurses in diesem Kurs abgelaufene Rollen',  => '今后将有机会',
   
    'Roles for which access to course has become available since yesterday'     'Previously had access'
 => 'Seit gestern diesem Kurs zugeteilte Rollen',  => '曾获得',
   
    'Roles for which access to course has become available since last week'     'Course roles'
 => 'Seit letzter Woche diesem Kurs zugeteilte Rollen',  => '课程角色',
   
    'Roles for which access to course has become available since last month'     'Course sections'
 => 'Seit letztem Monat diesem Kurs zugeteilte Rollen',  => '课程章节',
   
    'Roles for which access to course has become available since start of course'     'all sections'
 => 'Seit Beginn des Kurses diesem Kurs zugeteilte Rollen',  => '所有章节',
   
    'There are no roles which have become active since yesterday'     'no section'
 => 'Keine Rollen, die seit gestern diesem Kurs zugeteilt sind',  => '无章节',
   
    'There are no roles which have become active since last week'     'Go to next step'
 => 'Keine Rollen, die seit letzter Woche diesem Kurs zugeteilt sind',  => '下一步',
   
    'There are no roles which have become active since last month'     'Invalid group name'
 => 'Keine Rollen, die seit letztem Monat diesem Kurs zugeteilt sind',  => '无效的组名称',
   
    'There are no roles which have become active since start of course'     'The group name entered '
 => 'Keine Rollen, die seit Kursbeginn diesem Kurs zugeteilt sind',  => '输入的组名称 ',
   
    'roles which have become active since yesterday'     'is not a valid name.'
 => 'seit gestern diesem Kurs zugeteilte Rollen',  => '不是一个有效的名称。',
   
    'roles which have become active since last week'     'can not be used as it is the name of '
 => 'seit letzter Woche diesem Kurs zugeteilte Rollen',  => '不能使用,因为它的名字是 ',
   
    'roles which have become active since last month'     'an existing [_1]'
 => 'seit letztem Monat diesem Kurs zugeteilte Rollen',  => '现有的 [_1]',
   
    'roles which have become active since start of course'     ' in this Course'
 => 'seit Beginn des Kurses diesem Kurs zugeteilte Rollen',  => ' 在该课程里',
   
    'Show all posts'     'Group names and section names used in a Course must be unique.'
 => 'Alle Beiträge anzeigen',  => '组名称和章节名称在课程中必须是独一无二的。',
   
    'to display'     'Group names may only contain letters, numbers or underscores.'
 => 'to display', # ???  => '组名称只能包含字母,数字或下划线。',
   
    'posts previously marked read'     'Go to previous step'
 => 'Beiträge, die zuvor als gelesen gekennzeichnet wurden',  => '返回',
   
    'previously viewed posts'     'Select Members'
 => 'Beiträge, die zuvor angezeigt wurden',  => '选择成员',
   
    'NEW'     'Your group selections - '
 => 'NEU',  => '您的组选择 - ',
   
    'Preferences on what is marked as NEW'     'The following settings will apply to the group:'
 => 'Präferenzen, was als NEU markiert werden soll',  => '下面的设置将适用于本组:',
   
    'Mark NEW posts no longer new'     'Granularity'
 => 'Mit NEU gekennzeichnete Nachrichten nicht länger als neu markieren',  => '細微性',
   
    'Sorting/Filtering options'     'File quota'
 => 'Sortierungs-/Filter-Optionen',  => '文件共享',
   
    'Export'     'Default access dates'
 => 'Exportieren',  => '默认访问日期',
   
    'Attachments'     'Different collaborative tools[_1]for different members:'
 => 'Anhänge',  => '不同的协作工具[_1]对不同的成员组成:',
   
    'Download the zip file from [_1]Discussion Posting Archive'     'Start date'
 => 'Download ZIP-Datei vom [_1]Diskussionsbeitrags-Archiv',  => '开始日期',
   
    'The following errors occurred during export - [_1]'     'Start 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.'     'End date'
 => '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.'     'End date:'
 => 'Leider können Sie derzeit kein IMS-Archiv erhalten, da es Probleme mit der Erstellung einer Manifest-Datei gab.',  => '结束日期:',
   
    'Make Visible'     'Available for assignment to members:'
 => '显示',  => '可供成员访问:',
 #=> 'Anzeigen',  
      'Unavailable for assignment:'
    'Reply'  => '没有可能访问:',
 => 'Antwort',  
      'User privileges for collaborative tools'
    'Mark unread'  => '协作工具的用户权限',
 => 'Als ungelesen kennzeichnen',  
      '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.'
    'Mark read'  => '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.',
 => 'Als gelesen kennzeichnen',  
      'For some tools there are also additional optional privileges which can be set.'
    'This post has been edited by the author.'  => 'For some tools there are also additional optional privileges which can be set.',
 => 'Dieser Beitrag wurde vom Autor überarbeitet.',  
      'Choose one of the following:'
    'Display all versions'  => 'Choose one of the following:',
 => 'Alle Versionen anzeigen',  
      'For the collaborative tools you have chosen to include only core privileges are available, so there are no optional privileges to assign.'
    'Earlier version(s) were posted on: '  => 'For the collaborative tools you have chosen to include only core privileges are available, so there are no optional privileges to assign.',
 => 'Frühere Versionen wurden gesendet am: ',  
      'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.'
    'You do not have privileges to view all versions of posts.'  => 'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.',
 => 'Sie sind nicht berechtigt, alle Versionen von Beiträgen anzuschauen.',  
      'Group membership'
    'Please select a different role.'  => '组员',
 => 'Bitte wählen Sie eine andere Benutzerrolle.',  
      'Add members'
    'Error copying file attachment - [_1] to IMS package'  => '添加成员',
 => 'Fehler beim Kopieren des Datei-Anhangs - [_1] ins IMS-Paket',  
      'Assign collaborative tools'
    'Error copying file attachment - [_1] to IMS package: '  => '转让协作工具',
 => 'Fehler beim Kopieren des Datei-Anhangs - [_1] ins IMS-Paket: ',  
      'Tools'
    'Re: '  => '工具',
 => 'Re: ',  
      'Add Members'
    'Please select a feedback type.'  => '添加成员',
 => 'Bitte wählen Sie einen Feedback-Typ aus.',  
      'Add?'
    'Sorry, no feedback possible on this resource  ...'  => '添加?',
 => 'Sorry, für diese Ressource kann kein Feedback gesendet werden.',  
      'All:'
    'Error sending message to [_1], no user specified.'  => '全部:',
 => 'Fehler beim Senden der Nachricht an [_1]. Es wurde kein Benutzer angegeben.',  
      'You have indicated that the group portfolio should be enabled, but you have set the respository quota to 0 MB.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.'
    'Error sending message to [_1], no domain specified.'  => 'You have indicated that the group portfolio should be enabled, but you have set the respository quota to 0 MB.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.',
 => 'Fehler beim Senden der Nachricht an [_1]. Es wurde keine Domäne angegeben.',  
      '[_1] [_2] was created.<br />'
    'Error sending message to'  => '[_1] [_2] 已创建。<br />',
 => 'Fehler beim Sender der Nachricht an',  
      'Group membership list updated.'
    'Not registered'  => '该组成员名单已经更新。',
 => 'Nicht registriert', # ???  
      '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.'
    'Editing not permitted'  => '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.',
 => 'Überarbeiten nicht erlaubt',  
      'An error occurred while updating the group membership list:'
    'Marked postings read/unread'  => 'An error occurred while updating the group membership list:',
 => 'Neue Beiträge als gelesen/ungelesen kennzeichnen',  
      'Choose Privileges'
    'Changed sort/filter'  => 'Choose Privileges',
 => 'Sortierung/Filter geändert',  
      'Setting Changes Complete'
    'Changed display status'  => 'Setting Changes Complete',
 => 'Anzeigestatus geändert',  
      'Modifications Complete'
    'Deletion not permitted'  => 'Modifications Complete',
 => 'Löschen nicht erlaubt',  
      'Creation Complete'
    'Changed discussion status'  => 'Creation Complete',
 => 'Diskussionsstatus geändert',  
      'Additions Complete'
    'Changed discussion view mode'  => 'Additions Complete',
 => 'Diskussionsanzeige-Modus geändert',  
      'Verify deletion'
    'Added to my course blog'  => 'Verify deletion',
 => 'Zum eigenen Kurs-Blog hinzugefügt',  
      'Deletion Complete'
    'Back to previous page'  => 'Deletion Complete',
 => 'Zurück zur vorherigen Seite',  
      'Create Group'
    'Go to previous page'  => '创建组',
 => 'Zurück',  
      'discussion'
    'Return to previous page'  => '论坛',
 => 'Zurück zur vorherigen Seite',  
      'email files'
    'Untitled resource'  => '电子邮件档案',
 => 'Ressource ohne Titel',  
      'homepage'
    'Discussion display options'  => '主页',
 => 'Diskussions-Anzeige-Optionen',  
      'roster'
    'Preferences can be set for this discussion that determine ....'  => '花名册',
 => 'Für diese Diskussion können Präferenzen eingestellt werden, die festlegen...',  
      'Edit Group Homepage'
    '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',  
      'Edit Group Settings'
    'Under what circumstances posts are identified as "NEW", and'  => '编辑组设置',
 => 'unter welchen Bedingungen Beiträge als "NEU" identifiziert werden',  
      'Available Group Tools'
    'Whether individual posts can be marked as read/unread'  => '可用的工具组',
 => 'ob individuelle Beiträge als gelesen/ungelesen gekennzeichnet werden dürfen',  
      'Group Chat Room'
    'Posts not marked read'  => '组聊天室',
 => 'Beiträge, die nicht als gelesen gekennzeichnet wurden',  
      'Group e-mail'
    'New posts cease to be identified as "New"?'  => '组电子邮箱',
 => 'Wann sollen neue Diskussionsbeiträge nicht mehr als "NEU" identifiziert werden?',  
      'Group page - [_1]'
    'New posts cease to be identified as "NEW"?'  => '组页 - [_1]',
 => 'Wann sollen neue Diskussionsbeiträge nicht mehr als "NEU" identifiziert werden?',  
      '[_1] discussion boards - [_2]'
    'Option to mark each post as read/unread?'  => '[_1] 论坛 - [_2]',
 => 'Option anbieten, Beiträge als gelesen/ungelesen zu kennzeichnen?',  
      'New Discussion Board'
    'Shown'  => '创建新论坛',
 => 'anzeigen',  
      'There are currently no discussion boards in this [_1].'
    'Not shown'  => '在这 [_1] 里目前还没有论坛。',
 => 'nicht anzeigen',  
      'Discussion Board Title'
    'Discussion options'  => '论坛讨论标题',
 => 'Diskussionsforen-Optionen',  
      'The new discussion board was added successfully.<br />'
    'Set options that control the sort order of posts, and/or which posts are displayed.'  => '新的讨论论坛已成功创建。<br />',
 => 'Einstellungen der Sortierungsreihenfolge von Beiträgen und welche Beiträge angezeigt werden',  
      'Edit [_1] board'
    'Sort order'  => '编辑 [_1] 论坛',
 => 'Sortierungsreihenfolge',  
      'View all group discussion boards'
    'Date order - oldest first'  => '查看各组讨论论坛',
 => 'nach Datum - ältester Beitrag zuerst',  
      'Show Student View'
    'Date order - newest first'  => '以学生视角显示',
 => 'nach Datum - neuester Beitrag zuerst',  
      'Note: in anonymous discussion, your name is visible only to course faculty'
    'Threaded'  => '注意:在匿名的讨论中,你的名字只有课程教师看的见。',
 => 'nach Beiträgen', # ???  
      'Send a Message in a Group'
    'By subject'  => '组内发送邮件',
 => 'nach Thema',  
      'As this group has no members, there are no recipients to select.'
    'By domain and username'  => '由于这组没有成员,您无法选择收件人。',
 => 'nach Domäne und Benutzerkennung',  
      'Allow replies'
    'By last name, first name'  => '允许回复',
 => 'nach Nachname, Vorname',  
      'Reply to'
    'Specific role status'  => '回复',
 => 'Rollenstatus',  
      'Group Portfolio'
    'Roles of any status'  => '组档案',
 => 'beliebig',  
      '[_1] portfolio files - [_2]'
    'Only active roles'  => '[_1] 组合文件 - [_2]',
 => 'nur aktive',  
      'There are no membership data to display for this [_1]'
    'Only past roles'  => 'There are no membership data to display for this [_1]',
 => 'nur inaktive',  
      'Group Membership'
    'Only future roles'  => '组成员',
 => 'nur zukünftige',  
      '[_1] membership status - [_2]'
    'Specific user roles'  => '[_1] 成员状态 - [_2]',
 => 'Benutzerrollen',  
      'Group Message'
    'All roles'  => '组邮件',
 => 'Alle Rollen',  
      'Compose Group Message'
    'Students'  => '撰写组邮件',
 => '学生',  
 #=> 'Studenten',     'Course Discussion Boards'
   => '课程讨论区',
    'Course Coordinators'  
 => 'Kurs-Koordinatoren',     'Post Discussion'
   => '提交讨论文件',
    'Instructors'  
 => '讲师',     'Post Anonymous Discussion'
 #=> 'Dozenten',  => '匿名提交讨论文件',
   
    'TAs'     'Content'
 => 'Tutoren',  => '内容',
   
    'Exam proctors'     'You do not currently have rights to view this group.'
 => 'Klausuraufsichtspersonal',  => 'You do not currently have rights to view this group.',
   
    'Custom role'     'No page information provided.'
 => 'Benutzerdefinierte Rolle',  => 'No page information provided.',
   
    'Custom roles'     '<p>No page information provided.</p>'
 => 'Benutzerdefinierte Rollen',  => '<p>No page information provided.</p>',
   
    'Specific sections'     'Available functions'
 => 'Sektionen',  => '可用的功能',
   
    'Specific groups'     'No group functionality.'
 => 'Gruppen',  => 'No group functionality.',
   
    'Pick specific users (by name)'     'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].'
 => 'Benutzer auswählen (Name)',  => 'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].',
   
    'Show a list of current posters'     'Group Page'
 => 'Liste aktueller Beitragssender anzeigen',  => '组页',
   
    'So far, no data has been returned for your request'     'Quota allocated to group portfolio:'
 => 'Bis jetzt hat Ihre Anfrage keine Daten zurückgeliefert.',  => '配额分配给组文件夹',
   
    'Select a user'  
 => 'Benutzerauswahl',     'The quota is currently [_1] MB'
   => '目前的配额: [_1] MB',
    '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.',     'The quota can be increased to [_1] MB, by adding all unallocated space for groups in the course.'
   => '配额可提高到 [_1] MB, 加上该课程的组中所有未分配的空间。',
    'photo'  
 => 'Foto',     '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.'
   => '每个协作工具,包括核心权限,分配给所有成员基本权限。某些工具可能会还具有额外的权限,即可以设置特定的成员。',
    'Critical Message'  
 => 'Wichtige Nachricht',     'All group members will receive the same privileges for any tool assigned to them, including the default set of optional privileges.'
   => '所有组成员分配给他们的任何工具将得到相同的权限,包括默认设置可选特权。',
    'Display a Message'  
 => 'Nachricht anzeigen',     '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.',
    'Back to Folder Display'  
 => 'Zurück zur Verzeichnisliste',     '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.',
    'Currently available actions (will open extra window):'  
 => 'Verfügbare Aktionen (öffnen in neuem Fenster):',     '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 ',
    'There are no ungelesen messages in this folder.' # !  
 => 'In diesem Verzeichnis befinden sich keine ungelesenen Nachrichten.',     'if enabled on the next page'
   => 'if enabled on the next page',
    'There are no gelesen messages in this folder' # !  
 => 'In diesem Verzeichnis befinden sich keine gelesenen Nachrichten.',     'if enabled below'
   => 'if enabled below',
    'There are no weitergeleitet messages in this folder.' # !  
 => 'In diesem Verzeichnis befinden sich keine weitergeleiteten Nachrichten.',     'Additional privileges'
   => 'Additional privileges',
    'You have not replied to any messages in this folder.'  
 => 'In diesem Verzeichnis befinden sich keine Nachrichten, auf die Sie geantwortet haben.',     'Fixed privileges'
   => '固定权限',
    'Empty Folder'  
 => 'Leeres Verzeichnis',     'Optional privileges'
   => '任择权限',
    'Cc:'  
 => 'CC:',     'Collaborative Tool'
   => '协作工具',
    'Bcc:'  
 => 'BCC:',     'Fixed'
   => '固定的',
    'Retrieve discussion and message records'  
 => 'Aufzeichungen von Diskussionen und Nachrichten abrufen',     'Optional'
   => '可选的',
    'New Record (record is visible to course faculty and staff)'  
 => 'Neue Aufzeichnung (nur für Kursverwaltung und Personal sichtbar):',     'Additional Tools'
   => '其他工具',
    'Post this Record'  
 => 'Speichern',     'Core privileges'
   => '基本权限',
    'Revise your search criteria for this domain'  
 => 'Suchkriterien für die Suche in dieser Domäne ändern',     '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.',
    '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.',     'All new group members will receive the same privileges.'
   => '所有新的小组成员将得到同样的权限。',
    'Course Parameters'  
 => 'Kurs-Parametern',     'If previously expired members are being re-enabled, or if access for future members is being activated now, previously set privileges will be preserved.'
   => '如果以前到期的成员正在重新启用,或者未来进入的成员现在正在激活,先前的权限将被保留。',
    'Metadata Modified'  
 => 'Geänderte Metadaten',     'As no group members are being added, there are no specific user privileges to set.'
   => '由于没有增加组成员,没有设置具体用户的权限。',
    '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.',     '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'
   => '目前还没有任何组织成员的权限以显示或设置,因为您还没有表示,你将被激活,重新启用,改变权限,或添加/删除任何现有成员的工具。',
    '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.',     'Currently the group is configured '
   => '目前该组的配置, ',
    "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.",     'so different members can receive different optional privileges for a particular tool.'
   => '不同成员为特定的工具可以得到不同的可选权限。',
    'Directory'  
 => 'Verzeichnis',     'so all members will receive the same optional privileges for a particular tool.'
   => '所有成员为特定的工具可以得到相同的可选权限。',
    'Only empty directories may be deleted.'  
 => 'Es können nur leere Verzeichnisse gelöscht werden.',     'Settings for automatic group enrollment'
   => '设置自动分配组',
    'You must delete the contents of the directory first.'  
 => 'Sie müssen zunächst die Inhalte aus dem Verzeichnis entfernen.',     'Group membership mapping to specific sections/roles'
   => 'Group membership mapping to specific sections/roles',
    'Cannot delete non-obsolete published file'  
 => 'Veröffentlichte, aber nicht als überholt gekennzeichnete Dateien können nicht 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',
    'Must not include'  
 => 'Darf nicht enthalten:',     '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.',
    'Name of new file is the same as name of old file'  
 => 'Name der neuen Datei ist der gleiche wie der der alten Datei',     "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.",
    'no action taken'  
 => 'keine Aktion ausgeführt',     'Automatically enable group membership when roles are added?'
   => 'Automatically enable group membership when roles are added?',
    'copy metadata error'  
 => 'Fehler beim Metadaten-Kopieren',     'Automatically expire group membership when roles are removed?'
   => 'Automatically expire group membership when roles are removed?',
    'No New filename specified'  
 => 'Kein neuer Dateiname angegeben',     'Currently set to'
   => '当前设置为',
    'Warning: a published problem of this name exists.'  
 => 'Achtung: eine veröffentlichte Aufgabe mit diesem Namen existiert bereits.',     '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.',
    'Warning: a published library of this name exists.'  
 => 'Achtung: eine veröffentlichte Bibliothek mit diesem Namen existiert bereits.',     'Pick roles and sections for automatic group enrollment'
   => 'Pick roles and sections for automatic group enrollment',
    '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.',     'Active?'
   => '激活?',
    'Cannot change MIME type of a directory'  
 => 'Der MIME-Typ eines Verzeichnisses kann nicht geändert werden',     'Send group message'
   => '发送组邮件',
    'Cannot rename or move non-obsolete published file'  
 => 'Veröffentlichte, aber nicht als überholt gekennzeichnete Dateien können nicht umbenannt oder verschoben werden',     'Create boards'
   => '创建论坛',
    'Change discussion display'  
 => 'Anzeige von Diskussionen ändern',     'Edit own posts'
   => '编辑自己的帖子',
    '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.',     'Hide/Delete any post'
   => '隐藏/删除 任意帖子',
    "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.",     'View boards'
   => '查看论坛',
    'Currently set to [_1].'  
 => 'Derzeit eingestellt auf [_1].',     'Control Access'
   => '访问控制',
    'Change to [_1]'  
 => 'Auf [_1] umstellen',     'Basic Display'
   => '基本显示',
    'No change'  
 => 'Keine Änderung',     'Detailed Display'
   => '详细显示',
    'Count unread posts in discussions display set to [_1]'  
 => 'Zähler für ungelesene Beiträge in Diskussionen auf [_1] gestellt.',     'View page'
   => '查看网页',
    'Groups Manager'  
 => 'Gruppenverwaltung',     'Modify page'
   => '修改网页',
    'Group access start and end dates'  
 => 'Start- und Endezeiten des Gruppenzugriffs',     'email'
   => 'email',
    'None available'  
 => 'keine verfügbar',     'Broadcast message'
   => '广播邮件',
    '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.',     'files'
   => '文件',
    'Members to delete or expire'  
 => 'Mitgliedschaften, die gelöscht werden oder ablaufen sollen',     'Foils without names exist. This can cause problems to malfunction.'
   => 'Foils without names exist. This can cause problems to malfunction.',
    'To be deleted'  
 => 'Zu löschen',     'Unknown area style [_1]'
   => 'Unknown area style [_1]',
    'To be expired'  
 => 'Abzulaufen',     "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.",
    'No members to be deleted or expired from the group.'  
 => 'Es existieren keine Mitgliedschaften, die aus der Gruppe entfernt werden oder auslaufen könnten.',     'Forwarded message from '
   => 'Forwarded message from ',
    'Files: [_1]'  
 => 'Dateien: [_1]',     'You received a critical message from [_1] in LON-CAPA.'
   => 'You received a critical message from [_1] in LON-CAPA.',
    'Folders: [_1]'  
 => 'Verzeichnisse: [_1]',     'You received a message from [_1] in LON-CAPA.'
   => 'You received a message from [_1] in LON-CAPA.',
    'Choose Task'  
 => 'Aktion wählen',     "'New' critical message from [_1]"
   => "'New' critical message from [_1]",
    'Modify default group settings'  
 => 'Voreingestellte Gruppeneinstellungen',     "'New' message from [_1]"
   => "'New' message from [_1]",
    'Modify access, tools and/or privileges for previous, future, or current members'  
 => 'Zugriff, Werkzeuge und Berechtigungen für Gruppenmitglieder',     'Refers to'
   => 'Refers to',
    'Add member(s) to the group'  
 => 'Gruppenmitglieder hinzufügen',     'Previous attempts of student (if applicable)'
   => 'Previous attempts of student (if applicable)',
    'Group Settings'  
 => 'Gruppen-Einstellungen',     'Original screen output (if applicable)'
   => 'Original screen output (if applicable)',
    'Modify/Delete Members'  
 => 'Mitglieder ändern/entfernen',     'Correct Answer(s) (if applicable)'
   => 'Correct Answer(s) (if applicable)',
    'Current Tool Set'  
 => 'Derzeitige Werkzeuge',     '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.',
    'Change Privileges'  
 => 'Berechtigungen ändern',     'The subject is 
   
    'Membership Mapping'   [_1]
 => 'Mitgliedschafts-Verweise',  
   '
    'Group name, title and available collaborative tools'  => 'The subject is 
 => 'Gruppenname, Titel und verfügbare kollaborative Werkzeuge',  
    [_1]
    'Letters, numbers and underscore only'  
 => 'nur Buchstaben, Ziffern und Unterstrich',  ',
   
    'Discussion boards'     'Excerpt'
 => 'Diskussionsforen',  => 'Excerpt',
   
    'E-mail'     'Use 
 => 'E-Mail',  
    [_1]
    'File Repository'  
 => 'Dateisammlung',  to access the full message.'
   => 'Use 
    'Group home page'  
 => 'Gruppen-Homepage',   [_1]
   
    'Membership Roster'  to access the full message.',
 => 'Mitgliederliste',  
      'You can reply to this message'
    'Granularity:'  => 'You can reply to this message',
 => 'Granularität:',  
      'A reply will not be received by the recipient!'
    'Different subsets of the chosen collaborative tools for different group members?'  => 'A reply will not be received by the recipient!',
 => 'Unterschiedliche Teilbereiche der gewählten kollaborativen Werkzeuge für unterschiedliche Gruppenmitglieder?',  
      "Include in course's 'User records' for recipient(s)"
    'Disk quota: '  => "包括课程中的'用户记录'给收信人",
 => 'Speicherplatz: ',  
      'No replies to sender'
    'If you enable the file repository for the group, allocate a disk quota.'  => '没有答复发件人',
 => 'Falls Sie die Dateisammlung für die Gruppe aktivieren, Speicherplatz zuweisen:',  
      'Display Message'
    '[_1] Mb'  => '显示邮件',
 => '[_1] MB',  
      'Replying to a Message'
    '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.',  
      'Forwarding a Message'
    'Default start and end dates for group access'  => '转发邮件',
 => 'Voreingestelltes Anfangs- und Endedatum für Gruppenzugriff',  
      'Forwarding Multiple Messages'
    'Start:'  => '转发多封邮件',
 => 'Start:',  
      'At end of file some tags were still left unclosed, '
    'End:'  => 'At end of file some tags were still left unclosed, ',
 => 'Ende:',  
      'Upload and Send'
    'Error: invalid course domain or number - group folder creation failed.'  => '上传和发送',
 => 'Fehler: Ungültige Kurse-Domäne oder -Nummer. Das Erstellen des Gruppenverzeichnisses ist fehlgeschlagen.',  
      'Choose which course(s) to list.'
    'Course Groups'  => 'Choose which course(s) to list.',
 => 'Kurs-Gruppen',  
      'Display courses'
    'Non-standard course - folder for all groups not added.'  => '显示课程',
 => 'Kein Standard-Kurs - Verzeichnis für alle Gruppen wurde nicht hinzugefügt.',  
      'Public'
    'Build a list of users for selection of group members'  => '公开的',
 => 'Zusammenstellen einer Benutzerliste zur Auswahl von Gruppenmitgliedern',  
      'Answer [_1]'
    'Group membership selection list criteria:'  => '答复 [_1]',
 => 'Auswahlkriterien für Gruppen-Mitgliedschaft:',  
      'EditXML [_1]'
    'Pick the criteria to use to build a list of course users from which you will select '  => 'EditXML [_1]',
 => 'Wählen Sie die Kriterien, die verwendet werden sollen, um die Liste der Kursbenutzer zu erstellen, anhand der Sie ',  
      'Not authorized'
    'members of the new group.'  => '未授权',
 => 'die neuen Gruppenmitglieder wählen werden.',  
      'An error occurred while processing this resource. The author has been notified.'
    'If you do not wish to add members when you first create the group, there is no need to pick any criteria.'  => 'An error occurred while processing this resource. The author has been notified.',
 => 'Falls Sie beim Erstellen der Gruppe nicht sofort auch Mitglieder hinzufügen wollen, brauchen Sie hier keine Kriterien auswählen.',  
      'Code ran too long. It ran for more than [_1] seconds.'
    '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.'  => 'Code ran too long. It ran for more than [_1] seconds.',
 => '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.',  
      'This occurred while running &lt;while&gt; on line [_1].'
    'Access types'  => 'This occurred while running &lt;while&gt; on line [_1].',
 => 'Zugriffstypen',  
      'This occurred while running: [_1]'
    'Currently has access'  => 'This occurred while running: [_1]',
 => 'Aktueller Zugriff',  
      'Substitution on [_1] with [_2] caused:'
    'Will have future access'  => 'Substitution on [_1] with [_2] caused:',
 => 'Zukünftiger Zugriff',  
      'Student View'
    'Previously had access'  => '学生视野',
 => 'In der Vergangenheit liegender Zugriff',  
      'Correct answer'
    'Course roles'  => '正确答案',
 => 'Benutzerrollen', # 'Benutzerrollen im Kurs',  
      'Could not identify problem.'
    'Course sections'  => '无法确定的问题。', # ???
 => 'Sektionen', # 'Sektionen im Kurs',  
      'Chart'
    'all sections'  => '图表',
 => 'Alle Sektionen',  
      'Student Data'
    'no section'  => '学生资料',
 => 'Keine Sektion',  
      'HTML, with links'
    'Go to next step'  => 'HTML格式,链接',
 => 'Weiter',  
      'HTML, with all links'
    'Invalid group name'  => 'HTML格式,与所有链接',
 => 'Ungültiger Gruppenname',  
      'HTML, without links'
    'The group name entered '  => 'HTML格式,没有链接',
 => 'Der eingegebene Name ',  
      'Output Data'
    'is not a valid name.'  => '输出数据',
 => 'ist kein gültiger Name.',  
      'Scores Summary'
    'can not be used as it is the name of '  => '总分',
 => 'kann nicht verwendet werden, da sich um den Namen ',  
      'Scores Per Problem'
    'an existing [_1]',  => '每题分数',
 => 'einer bereits bestehenden [_1] handelt',  
      'Parts Correct'
    ' in this Course'  => 'Parts Correct',
 => ' in diesem Kurs',  
      'fullname'
    'Group names and section names used in a Course must be unique.'  => '全名',
 => 'Gruppen- und Sektionsnamen müssen in einem Kurs eindeutig sein.',  
      'id'
    'Group names may only contain letters, numbers or underscores.'  => 'ID/学生证号',
 => 'Gruppennamen dürfen nur aus Buchstaben, Zahlen und Unterstrichen bestehen.',  
      'Generate Chart'
    'Go to previous step'  => '生成图表',
 => 'Zurück',  
      'Generate Graph'
    'Select Members'  => '生成图',
 => 'Mitgliederauswahl',  
      'Select One Student'
    'Your group selections - '  => '选择一个学生',
 => 'Gruppenauswahl',  
      'All sections.'
    'The following settings will apply to the group:'  => '所有科目。',
 => 'Die folgenden Einstellungen werden auf Ihre Gruppe wirken:',  
      'Section [_1].'
    'Granularity'  => '章节 [_1]。',
 => 'Granularität',  
      'Section [_1]'
    'File quota'  => '章节 [_1]',
 => 'Speicherplatz für Dateien',  
      'Sections [_1] and [_2].'
    'Default access dates'  => '章节 [_1] 和 [_2]。',
 => 'Voreingestellte Zugriffsdaten',  
      'All groups.'
    'Different collaborative tools<br />for different members:'  => '所有组。',
 => 'Unterschiedliche kollaborative Werkzeuge<br />für unterschiedliche Mitglieder:',  
      'Group [_1].'
    'Start date'  => '组 [_1].',
 => '开始日期',  
 #=> 'Anfangsdatum',     'Groups [_1] and [_2].'
   => '组 [_1] 和 [_2].',
    'Start date:'  
 => '开始日期:',     'Active access status.'
 #=> 'Anfangsdatum:',  => 'Active access status.',
   
    'End date'     'Future access status.'
 => '结束日期',  => 'Future access status.',
 #=> 'Endedatum',  
      'Expired access status.'
    'End date:'  => 'Expired access status.',
 => '结束日期:',  
 #=> 'Endedatum:',     'Any access status.'
   => 'Any access status.',
    'Available for assignment to members:'  
 => 'Zugriff für Mitglieder möglich:',     'Show links in new window:'
   => 'Show links in new window:',
    'Unavailable for assignment:'  
 => 'Kein Zugriff möglich:',     'Summary Table'
   => 'Summary Table',
    'User privileges for collaborative tools'  
 => 'Benutzerrechte für kollaborative Werkzeuge',     'Summary Tables'
   => 'Summary Tables',
    '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.',     'Summary table for [_1] ([_2])'
   => 'Summary table for [_1] ([_2])',
    '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.',     'Average'
   => 'Average',
    'Choose one of the following:'  
 => 'Wählen Sie eines der folgenden:',     'maximum'
   => 'maximum',
    '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.',     'Maximum'
   => 'Maximum',
    '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.',     'Max. Total'
   => 'Max. Total',
    'Group membership'  
 => 'Gruppen-Mitgliedschaft',     'Median'
   => 'Median',
    'Add members'  
 => 'Mitglieder hinzufügen',     'Std Dev'
   => 'Std Dev',
    'Assign collaborative tools'  
 => 'Kollaborative Werkzeuge zuweisen',     'sum'
   => 'sum',
    'Tools'  
 => 'Werkzeuge',     'maximum possible'
   => 'maximum possible',
    'Add Members'  
 => 'Mitglieder hinzufügen',     'parts correct'
   => 'parts correct',
    'Add?'  
 => 'Hinzufügen?',     'Return to the chart'
   => 'Return to the chart',
    'All:'  
 => 'Alle:',     'Compiled on [_1]'
   => 'Compiled on [_1]',
    '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.',     "Click on a student's name or username to view their chart"
   => "Click on a student's name or username to view their chart",
    '[_1] [_2] was created.<br />'  
 => '[_1] [_2] wurde angelegt.<br />',     'status'
   => '状态',
    'Group membership list updated.'  
 => 'Die Liste der Gruppen-Mitgliedschaften wurde aktualisiert.',     'groups'
   => '组',
    '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.',     'Click on a students name or username to view their chart'
   => 'Click on a students name or username to view their chart',
    'An error occurred while updating the group membership list:'  
 => 'Beim Aktualisieren der Gruppen-Teilnehmerliste ist ein Fehler aufgetreten:',     'Essay will be hand graded.'
   => 'Essay will be hand graded.',
    'Choose Privileges'  
 => 'Auswahl der Berechtigungen',     'Text you want to appear by default:'
   => '文字在默认情况下显示:',
    'Setting Changes Complete'  
 => 'Änderungen der Einstellungen abgeschlossen',     'Check as many files as you wish in response to the problem:'
   => '选择所有的文件对于您想答复的问题:',
    'Modifications Complete'  
 => 'Änderungen abgeschlossen',     'Select portfolio files'
   => '选择组合文件',
    'Creation Complete'  
 => 'Erstellung abgeschlossen',     'Select checked files, and continue selecting'
   => '选择文件并继续选择',
    'Additions Complete'  
 => 'Hinzufügungen abgeschlossen',     'Select checked files, and close window'
   => '选择文件并关闭窗口',
    'Verify deletion'  
 => 'Entfernen-Bestätigung',     'Copy of'
   => 'Copy of',
    'Deletion Complete'  
 => 'Entfernen 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.',
    'Create Group'  
 => 'Gruppe erstellen',     'Overall result: [_1]'
   => '总分: [_1]',
    'discussion'  
 => 'Diskussion',     'Dimension: [_1], status [_2] '
   => 'Dimension: [_1], status [_2] ',
    'email files'  
 => 'E-Mail-Dateien',     'Queue Status'
   => '队列状态',
    'homepage'  
 => 'Homepage',     'Check Mark'
   => '核选标记',
    'roster'  
 => 'Teilnehmerliste',     'Return commented version of [_1] to student.'
   => 'Return commented version of [_1] to student.',
    'Edit Group Homepage'  
 => 'Gruppen-Homepage ändern',     'Download All Submitted Documents'
   => 'Download All Submitted Documents',
    'Edit Group Settings'  
 => 'Gruppeneinstellungen ändern',     '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])',
    'Available Group Tools'  
 => 'Verfügbare Gruppenwerkzeuge',     'Compose message to student'
   => 'Compose message to student',
    'Group Chat'  
 => 'Gruppen-Chatraum',     'incl. grades'
   => '包含评分',
    'Group e-mail'  
 => 'Gruppen-E-Mail',     '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 page - [_1]'  
 => 'Gruppenseite - [_1]',     'Set/Change parameters'
   => 'Set/Change parameters',
    '[_1] discussion boards - [_2]'  
 => '[_1]-Diskussionsforen - [_2]',     'Grading Feedback'
   => '评估反馈',
    'New Discussion Board'  
 => 'Neues Diskussionsforum anlegen',     'Sending message to [_1]'
   => '发送邮件至 [_1]',
    'There are currently no discussion boards in this [_1].'  
 => 'In dieser [_1] sind derzeit keine Diskussionsforen.',     'Not allowed to modify grades for [_1]'
   => 'Not allowed to modify grades for [_1]',
    'Discussion Board Title'  
 => 'Titel des Diskussionsforums',     'You need to specify the username or ID'
   => 'You need to specify the username or ID',
    'The new discussion board was added successfully.<br />'  
 => 'Das neue Diskussionsforum wurde erfolgreich angelegt.<br />',     'You need to specify at least one grading field'
   => 'You need to specify at least one grading field',
    'Edit [_1] board'  
 => 'Diskussionsforum [_1] ändern',     'Specify a file containing the class scores for current resource'
   => 'Specify a file containing the class scores for current resource',
    'View all group discussion boards'  
 => 'Alle Gruppen-Diskussionsforen anschauen',     'Upload Scores'
   => '上传分数',
    'Show Student View'  
 => 'Studentische Sicht zeigen',     '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.',
    '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.',     'Use CODE:'
   => 'Use CODE:',
    'Send a Message in a Group'  
 => 'Nachricht innerhalb einer Gruppe verschicken',     '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.',
    '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.',     'scores from file' # Upload scores from file
   => 'scores from file',
    'Allow replies'  
 => 'Antworten zulassen',     'Process'
   => 'Process',
    'Reply to'  
 => 'Antwort an',     'clicker file' # Process clicker file
   => 'clicker file',
    'Group Portfolio'  
 => 'Gruppen-Dateisammlung',     'Grade'
   => 'Grade',
    '[_1] portfolio files - [_2]'  
 => '[_1]-Portfolio-Dateien - [_2]',     'bubblesheet forms'
   => 'bubblesheet forms',
    'There are no membership data to display for this [_1]'  
 => 'Für diesen [_1] existieren keine anzeigbaren Mitgliedsdaten.',     'Verify'
   => 'Verify',
    'Group Membership'  
 => 'Gruppen-Mitgliedschaften',     'receipt'
   => 'receipt',
    '[_1] membership status - [_2]'  
 => '[_1]-Mitgliedschaftsstatus - [_2]',     'Manage'
   => 'Manage',
    'Group Message'  
 => 'Gruppen-Nachricht',     'saved CODEs' # View saved CODEs
   => 'saved CODEs',
    'Compose Group Message'  
 => 'Gruppen-Nachricht verfassen',     'Specify a file containing the clicker information for this resource'
   => 'Specify a file containing the clicker information for this resource',
    'Course Discussion Boards'  
 => 'Kurs-Diskussionsforen',     'Upload File'
   => '上传文件',
    'Post Discussion'  
 => 'Diskussionsbeitrag abschicken',     'Award points just for participation'
   => 'Award points just for participation',
    'Post Anonymous Discussion'  
 => 'Diskussionsbeitrag anonym abschicken',     'Correctness determined from response by course personnel'
   => 'Correctness determined from response by course personnel',
    'Content'  
 => 'Inhalt',     'Correctness determined from response with clicker ID(s)'
   => 'Correctness determined from response with clicker ID(s)',
    'You do not currently have rights to view this group.'  
 => 'Sie haben derzeit keine Berechtigung diese Gruppe zu sehen.',     'Percentage points for correct solution'
   => 'Percentage points for correct solution',
    'No page information provided.'  
 => 'Keine Seiteninformationen angegeben.',     'Percentage points for incorrect solution'
   => 'Percentage points for incorrect solution',
    '<p>No page information provided.</p>'  
 => '<p>Keine Seiteninformationen angegeben.</p>',     'You need to specify a clicker ID for the correct answer'
   => 'You need to specify a clicker ID for the correct answer',
    'Available functions'  
 => 'Verfügbare Funktionen',     'Score based on attendance only'
   => 'Score based on attendance only',
    'No group functionality.'  
 => 'Keine Gruppenfunktionen.',     'Correctness determined by the following IDs'
   => 'Correctness determined by the following IDs',
    '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.',     'specified'
   => 'specified',
    'Group Page'  
 => 'Gruppenseite',     'No IDs found to determine correct answer'
   => 'No IDs found to determine correct answer',
    'Quota allocated to file repository:'  
 => 'Zugewiesener Speicherplatz für Dateiensammlung',     '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.',
    'The quota is currently [_1] Mb'  
 => 'Der Speicherplatz beträgt derzeit [_1] MB',     'Scanning clicker file'
   => 'Scanning clicker file',
    '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.',     'Found [_1] question(s)'
   => '[_1] Frage(n) gefunden',
    '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.',     'Awarding [_1] percent for correct and [_2] percent for incorrect responses'
   => 'Awarding [_1] percent for correct and [_2] percent for incorrect responses',
    '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.',     'Clicker registered more than once'
   => 'Clicker registered more than once',
    '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.',     'Unregistered Clicker'
   => 'Unregistered Clicker',
    '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] registered and [_2] unregistered clickers.'
   => 'Found [_1] registered and [_2] unregistered clickers.',
    '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 correct answers for grading!'
   => 'Found no correct answers for grading!',
    'if enabled on the next page'  
 => 'falls auf der nächsten Seite aktiviert',     'Found [_1] entries for grading!'
   => 'Found [_1] entries for grading!',
    'if enabled below'  
 => 'falls im Folgenden aktiviert',     'Found no questions.'
   => 'Found no questions.',
    'Additional privileges'  
 => 'Zusätzliche Berechtigungen',     'Finalize Grading'
   => 'Finalize Grading',
    'Fixed privileges'  
 => 'Feste Berechtigungen',     'Question [_1]'
   => 'Question [_1]',
    'Optional privileges'  
 => 'Optionale Berechtigungen',     'Assigning grades based on clicker file'
   => 'Assigning grades based on clicker file',
    'Collaborative Tool'  
 => 'Kollaboratives Werkzeug',     'More than one correct result given for question "[_1]": [_2] versus [_3].'
   => 'More than one correct result given for question "[_1]": [_2] versus [_3].',
    'Fixed'  
 => 'fest',     'No correct result given for question "[_1]"!'
   => 'No correct result given for question "[_1]"!',
    'Optional'  
 => 'optional',     'Correct answer: [_1]'
   => '正确答案: [_1]',
    'Additional Tools'  
 => 'Weitere Werkzeuge',     'Successfully stored grades for [_1] student(s).'
   => 'Successfully stored grades for [_1] student(s).',
    'Core privileges'  
 => 'Grund-Berechtigungen',     'Grading Menu'
   => '评估菜单',
    '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.',     'Missing tags, unable to properly run file.'
   => 'Missing tags, unable to properly run file.',
    'All new group members will receive the same privileges.'  
 => 'Alle neuen Gruppenmitglieder werden die gleichen Berechtigungen erhalten.',     '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]
    '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.',     'Found tag [_1] on line [_2] when looking for [_3] in file.'
   => 'Found tag [_1] on line [_2] when looking for [_3] in file.',
    '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.',     '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 -',
    '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.',     'File not found'
   => 'File not found',
    'Currently the group is configured '  
 => 'Derzeit ist die Gruppe so konfiguriert, dass ',     '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]
    '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.',     'An error occurred while processing this resource. The instructor has been notified.'
   => 'An error occurred while processing this resource. The instructor has been notified.',
    '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.',     'CourseID'
   => '课程编号',
    'Settings for automatic group enrollment'  
 => 'Einstellungen für die automatisierte Gruppenbelegung',     'DocID'
   => '文件编号',
    'Group membership mapping to specific sections/roles'  
 => 'Verweis von Gruppen-Mitgliedschaften auf bestimmte Sektionen/Rollen',     'Username, password and domain need to be specified.'
   => '用户名,密码和域必须指定!',
    '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',     'Untitled Resource'
   => '无名资源',
    '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.',     'Not Available'
   => 'Not Available',
    "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.",     'Clear'
   => 'Clear',
    'Automatically enable group membership when roles are added?'  
 => 'Automatisches Belegen von Gruppen, wenn Rollen hinzugefügt werden?',     'There are no parameters.'
   => 'There are no parameters.',
    'Automatically expire group membership when roles are removed?'  
 => 'Automatisches Ausschließen aus Gruppen, wenn Rollen entfernt werden?',     'enroll type/action'
   => '注册类型/行动',
    'Currently set to'  
 => 'Derzeit eingestellt auf',     'Map not loaded: The file [_1] does not exist.'
   => 'Map not loaded: The file [_1] does not exist.',
    '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.',     'Saved.'
   => '保存的。',
    'Pick roles and sections for automatic group enrollment'  
 => 'Auswahl von Rollen und Sektionen für das automatische Belegen von Gruppen',     'An error occurred while saving.'
   => 'An error occurred while saving.',
    'Active?'  
 => 'Aktiv?',     'Reverted.'
   => 'Reverted.',
    'Send group mail'  
 => 'Gruppen-E-Mail senden', # .n.t.     'Title in map'
   => 'Title in map',
    'Create boards'  
 => 'Erstellen von Foren', # n.t.     'Filename of resource'
   => 'Filename of resource',
    'Edit own posts'  
 => 'Eigene Beiträge bearbeiten', # .n.t.     'Link to published resource'
   => 'Link to published resource',
    'Hide/Delete any post'  
 => 'Anzeigen/Löschen beliebiger Beiträge',     'Link to resource in Authoring Space'
   => 'Link to resource in Authoring Space',
    'View boards'  
 => 'Foren anschauen', # .n.t.     'Resource space'
   => 'Resource space',
    'Control Access'  
 => 'Zugriffskontrolle', # .n.t.     'discard'
   => 'discard',
    'Basic Display'  
 => 'Einfache Anzeige', # .n.t.     'Change Order'
   => 'Change Order',
    'Detailed Display'  
 => 'Detailierte Anzeige', # .n.t.     'Sort Imported Resources'
   => 'Sort Imported Resources',
    'View page'  
 => 'Seite betrachten', # .n.t.     'Finalize order of resources'
   => 'Finalize order of resources',
    'Modify page'  
 => 'Seite ändern', # .n.t.     'Recover Deleted'
   => 'Recover Deleted',
    'email'  
 => 'E-Mail',     'Recover Removed Resources'
   => 'Recover Removed Resources',
    'Broadcast mail'  
 => 'Broadcast-Nachricht',     'Recover Checked'
   => 'Recover Checked',
    'files'  
 => 'Dateien',     'Recent Detailed Assessment Statistical Data'
   => 'Recent Detailed Assessment Statistical Data',
    'Foils without names exist. This can cause problems to malfunction.'  
 => 'Es existieren Auswahlmöglichkeiten ohne Namen. Das könnte eine fehlerhafte Funktionalität verursachen.',     'No information available'
   => 'No information available',
    'Unknown area style [_1]'  
 => 'Unbekannter Bereichstyp: [_1]',     'Creating new file [_1]'
   => '创建新文件 [_1]',
    "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.",     '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".',
    'Forwarded message from '  
 => 'Weitergeleitete Nachricht von ',      'Associate Resource With Selected Course'
   => 'Associate Resource With Selected Course',
    'You received a critical message from [_1] in LON-CAPA.'  
 => 'Sie haben eine wichtige Nachricht von [_1] in LON-CAPA erhalten.',     '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.',
    'You received a message from [_1] in LON-CAPA.'  
 => 'Sie haben eine Nachricht von [_1] in LON-CAPA erhalten.',     '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.',
    "'New'  critical message from "  
 => "Neue wichtige Nachricht von ",     'not available'
   => 'not available',
    "'New'  message from "  
 => "Neue Nachricht von ",     'most recent version'
   => 'most recent version',
    'Refers to'  
 => 'Bezieht sich auf',     'information not available'
   => 'information not available',
    'Previous attempts of student (if applicable)'  
 => 'Bisherige Versuche des Studenten (falls verfügbar)',     'Num Student'
   => 'Num Student',
    'Original screen output (if applicable)'  
 => 'Original-Bildschirmausgabe (falls verfügbar)',     'Degree of Difficulty'
   => 'Degree of Difficulty',
    'Correct Answer(s) (if applicable)'  
 => 'Korrekte Antwort(en) (falls verfügbar)',     'Degree of Discrimination'
   => 'Degree of Discrimination',
    '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.',     'Time of computation'
   => 'Time of computation',
    'The subject is  
      'Messages deleted.'
  [_1]  => '邮件已删除。',
   
 '     'Error deleting messages'
 => 'Der Betreff lautet  => 'Error deleting messages',
   
  [_1]     'Messages cleared.'
   => '邮件已删除。',
 ',  
      'Error clearing messages'
    'Excerpt'  => '删除邮件时发生错误',
 => 'Auszug',  
      'Delete Messages for this Resource'
    'Use  => 'Delete Messages for this Resource',
   
  [_1]     'Back To Directory'
   => '返回目录',
 to access the full message.'  
 => 'Ueber     'Associated with course [_1]'
   => 'Associated with course [_1]',
  [_1]  
      'This resource is not associated with a course.'
 erhalten Sie auf die gesamte Nachricht Zugriff.',  => 'This resource is not associated with a course.',
   
    'You can reply to this message'     'Discard Edits and Return to Portfolio'
 => 'Sie können auf diese Nachricht antworten.',  => 'Discard Edits and Return to Portfolio',
   
    'Please do not reply to this address.'     'Could not transfer data in added fields to notes'
 => 'Bitte antworten Sie nicht an die Absender-E-Mail-Adresse.',  => 'Could not transfer data in added fields to notes',
   
    'A reply will not be received by the recipient!'     'Transferred data in added fields to notes'
 => 'Eine Antwort wuerde nicht beim vorgesehenen Empfaenger ankommen!',  => 'Transferred data in added fields to notes',
   
    "Include in course's 'User records' for recipient(s)"     'Home'
 => "In Kurs-Benutzeraufzeichnungen des Empfängers einbinden",  => '根目录',
   
    'No replies to sender'     'Usage Statistics'
 => 'Keine Antwort an Absender möglich',  => '使用统计',
   
    'View recent activity'     'Courses/Network Hits'
 => 'Zuletzt stattgefundene Aktivitäten',  => '课程/网络访问次数',
   
    'Display Message'     'Already in this course:'
 => 'Nachricht anzeigen',  => 'Already in this course:',
   
    'Replying to a Message'     '[_1] in folder/map [_2]'
 => 'Nachricht beantworten',  => '[_1] in folder/map [_2]',
   
    'Forwarding a Message'     'External Resource, preview not enabled'
 => 'Nachricht weiterleiten',  => 'External Resource, preview not enabled',
   
    'Forwarding Multiple Messages'     'Somewhere something went wrong'
 => 'Mehrere Nachrichten weiterleiten',  => 'Somewhere something went wrong',
   
    'At end of file some tags were still left unclosed, '     'Please help us to find out what.'
 => 'Am Ende der Datei sind noch nicht geschlossene Tags übrig: ',  => 'Please help us to find out what.',
   
    'Upload and Send'     'Please take a moment to fill out the form below.'
 => 'Hochladen und Absenden',  => 'Please take a moment to fill out the form below.',
   
    'Select courses'     'Your information, together with internal debugging information, will be emailed to the system and server administrators.'
 => 'Kursauswahl',  => 'Your information, together with internal debugging information, will be emailed to the system and server administrators.',
   
    'Choose which course(s) to list.'     'Send Information'
 => 'Auswahl der Kurse, die angezeigt werden sollen',  => '发送错误报告',
   
    'Display courses'     'Please describe what you did just before this screen came up'
 => 'Kurse anzeigen',  => 'Please describe what you did just before this screen came up',
   
    'Public'     'Is this problem reproducible?'
 => 'Öffentlich',  => 'Is this problem reproducible?',
   
    ' Answer [_1]'     'Yes!'
 => ' Antwort [_1]',  => '是!',
   
    'EditXML [_1]'     'Do you have any guesses why this might have happened?'
 => 'XML-Editor [_1]',  => '你有任何猜测,为什么会发生?',
   
    'Not authorized'     'Thank you for your help!'
 => 'Nicht berechtigt',  => '谢谢您的支持!',
   
    'An error occurred while processing this resource. The author has been notified.'     'Internal info:'
 => 'Während der Verarbeitung dieser Ressource ist ein Fehler aufgetreten. Der Autor wurde informiert.',  => '内部信息:',
   
    'Code ran too long. It ran for more than'     'Report submitted'
 => 'Die Ausführung hat zu lange gedauert. Sie dauerte länger als',  => '提交的报告',
   
    'seconds occurred while running &lt;while&gt; on line'     'Sending Error Report'
 => 'Sekunden, während &lt;while&gt; ausgeführt wurde in Zeile',  => '发送错误报告',
   
    'Student View'     'Thank you!'
 => 'Studentische Sicht',  => '谢谢您!',
   
    'Correct answer'     'Warning: Report not submitted'
 => 'Korrekte Antwort',  => '警告:报告未提交',
   
    'Could not identify problem.'     'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.'
 => 'Aufgabe konnte nicht identifiziert werden', # ???  => 'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.',
   
    'Chart'     'The document contains errors and cannot be published.'
 => 'Chart',  => 'The document contains errors and cannot be published.',
   
    'Student Data</b>'     'error(s)'
 => 'Studentische Daten</b>', # !  => 'error(s)',
   
    'HTML, with links'     '[quant,_1,error]'
 => 'HTML, mit Links',  => '[quant,_1,error]',
   
    'HTML, with all links'     'Please fill out all fields below.'
 => 'HTML, mit allen Links',  => '请填写以下所有问题。',
   
    'HTML, without 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, ohne 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.',
   
    'Output Data'     'Caution: this folder is set to randomly order its contents. Adding or removing resources from this folder will change the order of resources shown.'
 => 'Ausgabedaten',  => 'Caution: this folder is set to randomly order its contents. Adding or removing resources from this folder will change the order of resources shown.',
   
    'Scores Summary'     'Parameters'
 => 'Punktesumme',  => '参数',
   
    'Scores Per Problem'     'Parameters:'
 => 'Punkte je Aufgabe',  => '参数:',
   
    'Parts Correct'     'Total Score and Maximum Possible for each Sequence or Folder'
 => 'Richtige Teile',  => 'Total Score and Maximum Possible for each Sequence or Folder',
   
    'fullname'     'Score on each Problem Part'
 => 'Vollständiger Name',  => 'Score on each Problem Part',
   
    'id'     'Number of Tries before success on each Problem Part'
 => 'ID/Matr.-Nr',  => 'Number of Tries before success on each Problem Part',
   
    'Generate Chart'     'Number of Problem Parts completed successfully'
 => 'Chart generieren',  => 'Number of Problem Parts completed successfully',
   
    'Generate Graph'     'Unable to retrieve course information.'
 => 'Chart generieren',  => 'Unable to retrieve course information.',
   
    'Select One Student'     'Please select an action to perform using the new filename'
 => 'Einzelnen Studenten wählen',  => 'Please select an action to perform using the new filename',
   
    'All sections.'     'View or modify a course'
 => 'Alle Sektionen.',  => '查看或修改课程',
   
    'Section [_1].'     'Enter the course with the role of [_1]'
 => 'Sektion [_1].',  => 'Enter the course with the role of [_1]',
   
    'Section [_1]'     'Enter the course with the role of [_1].'
 => 'Sektion [_1]',  => 'Enter the course with the role of [_1].',
   
    'Sections [_1] and [_2].'     'View or modify course settings which only a [_1] may modify.'
 => 'Sektionen [_1] und [_2].',  => 'View or modify course settings which only a [_1] may modify.',
   
    'All groups.'     'Manage course users'
 => 'Alle Gruppen.',  => '管理课程参加者',
   
    'Group [_1].'     'Upload a File of Course Users'
 => 'Gruppe [_1].',  => '课程用户上传文件',
   
    'Groups [_1] and [_2].'     'Add/Modify a Course User'
 => 'Gruppen [_1] und [_2].',  => '添加/修改课程用户',
   
    'Active access status.'     'Edit Custom Roles'
 => 'Aktiver Zugriffsstatus.',  => '编辑自定义角色',
   
    'Future access status.'     'Custom Role'
 => 'Zukünftiger Zugriffsstatus.',  => '自定义角色',
   
    'Expired access status.'     'Enroll a Single Student'
 => 'Abgelaufener Zugriffsstatus.',  => '注册一名学生',
   
    'Any access status.'     'Enroll a student'
 => 'Beliebiger Zugriffsstatus.',  => '注册学生',
   
    'Show links in new window:'     'Manage Course Groups'
 => 'Links in neuem Fenster öffnen:',  => '管理课程组',
   
    'Summary Tables'     'This error occurred while processing response [_1] in part [_2]'
 => 'Zusammenfassende Tabellen',  => 'This error occurred while processing response [_1] in part [_2]',
   
    'Summary table for [_1] ([_2]@[_3])'     'This error occurred while processing part [_1]'
 => 'Zusammenfassende Tabelle für [_1] ([_2]@[_3])',  => 'This error occurred while processing part [_1]',
   
    'Average'     'Unable to find section for this student'
 => 'Durchschnitt',  => 'Unable to find section for this student',
   
    'Maximum'     'Classlist update for "[_1]" in "[_2]".'
 => 'Maximum',  => 'Classlist update for "[_1]" in "[_2]".',
   
    'Return to the chart'     'Error: "[_1]" during classlist update for "[_2]" in "[_3]".'
 => 'Zurück zum Chart',  => 'Error: "[_1]" during classlist update for "[_2]" in "[_3]".',
   
    "Click on a student's name or username to view their chart"     'Role: '
 => "Klicken Sie auf den Namen oder die Benutzerkennung eines Studenten, um dessen Chart anzuzeigen",  => '角色: ',
   
    'status'     'Identify fields in uploaded list'
 => 'Status',  => 'Identify fields in uploaded list',
   
    'groups'     'Default domain'
 => 'Gruppen',  => '默认域',
   
    'Click on a students name or username to view their chart'     'Change authentication for existing users in domain "[_1]" to these settings?'
 => 'Klick auf Name/Benutzerkennung zeigt zugehöriges Chart',  => 'Change authentication for existing users in domain "[_1]" to these settings?',
   
    'Essay will be hand graded.'     'LON-CAPA Home Server for New Users'
 => 'Essay wird manuell bewertet.',  => 'LON-CAPA 家庭服务器的新用户',
   
    'Text you want to appear by default:'     'LON-CAPA domain: [_1] with home server:'
 => 'Text, der voreingestellt angezeigt werden soll:',  => 'LON-CAPA 域 [_1] 与家庭服务器:',
   
      'Settings for assigning roles'
    'Check as many files as you wish in response to the problem:'  => 'Settings for assigning roles',
 => 'Wählen Sie alle Dateien aus, die als Antwort eingereicht werden sollen:',  
      'Pick the action to take on roles for these users:'
    'Select portfolio files'  => 'Pick the action to take on roles for these users:',
 => 'Auswahl Portfolio-Dateien',  
      'No role changes'
    'Select checked files, and continue selecting'  => 'No role changes',
 => 'Auswahl übernehmen und weiter auswählen',  
      'Add a domain role'
    'Select checked files, and close window'  => 'Add a domain role',
 => 'Auswahl übernehmen und Fenster schließen',  
      'Add a course role'
    'Copy of'  => 'Add a course role',
 => 'Kopie von',  
      'Default role'
    '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',
 => 'Die von Ihnen eingegebene E-Mail-Adresse stimmt nicht mit der im LON-CAPA-System hinterlegten Adresse des angegebenen Benutzers überein.',  
      'Choose the role to assign to users without a value specified in the uploaded file.'
    'Overall result: [_1]'  => 'Choose the role to assign to users without a value specified in the uploaded file.',
 => 'Gesamtergebnis: [_1]',  
      'Default role and section'
    'Dimension: [_1], status [_2] '  => 'Default role and section',
 => 'Dimension: [_1], Status [_2] ',  
      'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.'
    'Queue Status'  => 'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.',
 => 'Warteschlangen-Status',  
      'Default role and/or section(s)'
    'Check Mark'  => 'Default role and/or section(s)',
 => 'Markierung auswählen',  
      'Role and/or section(s) for users without values specified in the uploaded file.'
    'Return commented version of [_1] to student.'  => 'Role and/or section(s) for users without values specified in the uploaded file.',
 => 'Rückgabe kommentierter Version von [_1] an Studenten.',  
      'Display students with current/future access who are not in the uploaded file.'
    'Download All Submitted Documents'  => 'Display students with current/future access who are not in the uploaded file.',
 => 'Alle eingereichten Dokumente herunterladen',  
      'Students selected from this list can be dropped.'
    'Essay is [_1]% similar to an essay by [_2] ([_3]:[_4]) in course [_5] (course id [_6]:[_7])'  => 'Students selected from this list can be dropped.',
 => 'Das Essay stimmt zu [_1]% mit dem Essay von [_2] ([_3]:[_4]) im Kurs [_5] (Kurs-ID [_6]:[_7]) überein',  
      'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).'
    'Compose message to student'  => 'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).',
 => 'Nachricht an Studenten erstellen',  
      'make these dates the default access dates for future student enrollment'
    'incl. grades'  => 'make these dates the default access dates for future student enrollment',
 => 'Bewertung einbinden',  
      'Set default start and end access dates for course.'
    'Message will be sent when you click on Save & Next below.'  => 'Set default start and end access dates for course.',
 => 'NAchricht wird gesendet sobald Sie auf Speichern und weiter klicken.',  
      'Unable to set default access dates for course.'
    'Set/Change parameters'  => 'Unable to set default access dates for course.',
 => 'Parameter setzen/ändern',  
      'Please select'
    'Grading Feedback'  => 'Please select',
 => 'Bewertungs-Feedback',  
      'User Status: [_1]'
    'Sending message to [_1]:[_2]'  => '用户状态: [_1]',
 => 'Sende Nachricht an [_1]:[_2]',  
      'Role Type: [_1]'
    'Not allowed to modify grades for [_1]'  => '角色类别: [_1]',
 => 'Keine Berechtigung zur Änderung der Bewertungen für [_1].',  
      'Any role'
    'You need to specify the username or ID'  => '任意角色',
 => 'Sie müssen eine Benutzerkennung oder eine ID/Matrikelnummer angeben',  
      'Role: [_1]'
    'You need to specify at least one grading field'  => '角色: [_1]',
 => 'Sie müssen mindestens ein Bewertungsfeld ausfüllen',  
      'Select Course(s)'
    'Specify a file containing the class scores for current resource'  => '选择课程',
 => 'Angabe einer Datei, die Kursbewertungen für diese Ressource enthält',  
      'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.'
    'Upload Scores'  => 'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.',
 => 'Bewertungen hochladen',  
      'There are no co-authors to display.'
    'Some point values were assigned for problems with a weight of zero. These values were ignored.'  => 'There are no co-authors to display.',
 => 'In einigen Aufgaben wurden Punkte vergeben, in denen die Gewichtung Null ist. Daher wurden diese Werte ignoriert.',  
      'There are no users with domain roles to display.'
    'Use CODE:'  => 'There are no users with domain roles to display.',
 => 'verwende CODE:',  
      'There are no authors or co-authors 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 authors or co-authors 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 course users to display'
    'scores from file' # Upload scores from file  => 'There are no course users to display',
 => 'von Bewertungen aus Datei',  
      'There are no course users to display.'
    'Process'  => 'There are no course users to display.',
 => 'Verarbeite',  
      'There are no users matching the search criteria.'
    'clicker file' # Process clicker file  => 'There are no users matching the search criteria.',
 => 'Clicker-Datei',  
      "You must select at least one user by checking a user's 'Select' checkbox"
    'Grade'  => "You must select at least one user by checking a user's 'Select' checkbox",
 => 'Bewerte',  
      'You need to select an action to take for the user(s) you have selected'
    'scantron forms' # Grade scantron forms  => 'You need to select an action to take for the user(s) you have selected',
 => 'Scantron-Formulare',  
      ' for a single user?'
    'Verify'  => ' for a single user?',
 => 'Überprüfen',  
      ' for multiple users?'
    'receipt'  => ' for multiple users?',
 => 'Nachweis-Nr.',  
      'Proceed'
    'Manage'  => '下一步',
 => 'Verwalten',  
      'Action to take for selected users'
    'access times' # Manage access times  => 'Action to take for selected users',
 => 'der Zugriffszeiten', # n.t.  
      'Behavior of clickable username link for each user'
    'saved CODEs' # View saved CODEs  => 'Behavior of clickable username link for each user',
 => 'gespeicherte CODEs', # n.t.  
      "Display a user's personal page"
    'Specify a file containing the clicker information for this resource'  => "显示个人网页",
 => 'Angabe einer Datei, die Clicker-Informationen für diese Ressource enthält',  
      "Modify a user's information"
    'Upload File'  => "Modify a user's information",
 => 'Datei hochladen',  
      'Course(s): description, section(s), status'
    'Award points just for participation'  => 'Course(s): description, section(s), status',
 => 'Erreichte Punkte, lediglich für Teilnahme',  
      "Click on a username to view the user's personal page."
    'Correctness determined from response by course personnel'  => "点击用户名,以查看用户的个人网页。",
 => 'Korrektheit, bestimmt durch Antwort durch Kurspersonal',  
      'auto'
    'Correctness determined from response with clicker ID(s)'  => '自动',
 => 'Korrektheit, bestimmt durch Antwort mit Clicker-ID(s)',  
      'manual'
    'Percentage points for correct solution'  => '手动',
 => 'Prozentuale Punkte für korrekte Lösung',  
      'Unlock'
    'Percentage points for incorrect solution'  => 'Unlock',
 => 'Prozentuale Punkte für inkorrekte Lösung',  
      'Lock'
    'You need to specify a clicker ID for the correct answer'  => 'Lock',
 => 'Sie müssen für die korrekte Antwort eine Clicker-ID angeben',  
      'Domain Roles'
    'Score based on attendance only'  => '域角色',
 => 'Punkte, die lediglich auf Anwesenheit beruhen',  
      'Co-Author Roles'
    'Correctness determined by the following IDs'  => '合著者角色',
 => 'Korrektheit, bestimmt durch folgende IDs',  
      'Course Roles'
    'specified'  => '课程角色',
 => 'angegeben',  
      'Date and Section selector'
    'No IDs found to determine correct answer'  => '日期和组选择',
 => 'Keine IDs gefunden, um korrekte Antwort bestimmen zu können',  
      'Date selector'
    '[_1] Error: [_2] The file you attempted to upload, [_3] contained no information. Please check that you entered the correct filename.'  => '日期选择器',
 => '[_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.',  
      "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'"
    'Scanning clicker file'  => "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'",
 => 'Scanne Clicker-Datei',  
      "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'"
    'Found [_1] question(s)'  => "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'",
 => '[_1] Frage(n) gefunden',  
      'Choose an action to take for selected users'
    'Awarding [_1] percent for correct and [_2] percent for incorrect responses'  => 'Choose an action to take for selected users',
 => '[_1] Prozent für korrekte und [_2] Prozent für inkorrekte Antworten erhalten',  
      'New section to assign'
    'Clicker registered more than once'  => 'New section to assign',
 => 'Clicker ist mehr als einmal registriert',  
      'Use "Save" to update the main window with your selections.'
    'Unregistered Clicker'  => 'Use "Save" to update the main window with your selections.',
 => 'Nicht registrierter Clicker',  
      'New section'
    'Found [_1] registered and [_2] unregistered clickers.'  => '新的章节',
 => '[_1] registrierte und [_2] nicht registrierte Clicker gefunden.',  
      'Course - [_1]:'
    'Found no correct answers answers for grading!'  => '课程 - [_1]:',
 => 'Keine korrekten Antworten zur Bewertung gefunden!',  
      'Domain - [_1]:'
    'Found [_1] entries for grading!'  => '域 - [_1]:',
 => '[_1] Einträge zur Bewertung gefunden!',  
      'Users in course with expired [_1] roles'
    'Found no questions.'  => 'Users in course with expired [_1] roles',
 => 'Keine Fragen gefunden.',  
      'Users in course with future [_1] roles'
    'Finalize Grading'  => 'Users in course with future [_1] roles',
 => 'Bewertung abschließen',  
      'Users in course with active [_1] roles'
    'Question [_1]'  => 'Users in course with active [_1] roles',
 => 'Frage [_1]',  
      'All users in course'
    'Assigning grades based on clicker file'  => 'All users in course',
 => 'Weise Bewertungen zu, die auf der Clicker-Datei basieren',  
      'All users in course with [_1] roles'
    'More than one correct result given for question "[_1]": [_2] versus [_3].'  => 'All users in course with [_1] roles',
 => 'Mehr als eine korrektes Ergebnis gegeben für Frage "[_1]": [_2] gegen [_3].',  
      'only users in section "[_1]"'
    'No correct result given for question "[_1]"!'  => 'only users in section "[_1]"',
 => 'Kein korrektes Ergebnis für Frage "[_1]" gegeben!',  
      'only users affiliated with no section or section "[_1]"'
    'Correct answer: [_1]'  => 'only users affiliated with no section or section "[_1]"',
 => 'Korrekte Antwort: [_1]',  
      ' and not in any group'
    'Successfully stored grades for [_1] student(s).'  => ' and not in any group',
 => 'Erfolgreiche Speicherung der Bewertungen für [_1] Studenten.',  
      ' and members of group: "[_1]"'
    'Grading Menu'  => ' and members of group: "[_1]"',
 => 'Bewertungsmenü',  
      'only users affiliated with no section'
    'Missing tags, unable to properly run file.'  => 'only users affiliated with no section',
 => 'Fehlende Tags. Die Datei kann nicht ordnungsgemäß ausgeführt werden.',  
      'only users affiliated with section "[_1]"'
    'Using tag [_1] on line [_2] as end tag to [_3]'  => 'only users affiliated with section "[_1]"',
 => 'Using tag [_1] on line [_2] as end tag to [_3]', # ??? lonxml.pm [SB 2008-08-07]  
      'only users not in any group'
    'Found tag [_1] on line [_2] when looking for [_3] in file.'  => 'only users not in any group',
 => 'In der Datei wurde in Zeile [_2] das Tag [_1] gefunden, wo [_3] erwartet wurde.',  
      ' and also not in any group'
    'ID &quot;[_1]&quot; contains invalid characters, IDs are only allowed to contain letters, numbers, spaces and -'  => ' and also not in any group',
 => 'ID &quot;[_1]&quot; enthält ungültige Zeichen. Gültige Zeichen für IDs sind nur Buchstaben, Ziffern, Zahlen, Leerzeichen und -',  
      'only members of group: "[_1]"'
    'File not found'  => '只有该组成员 "[_1]"',
 => 'Datei nicht gefunden',  
      ' and also members of group: "[_1]"'
    'This file appears to be a rendering of a LON-CAPA resource. If this is correct, this resource will act very oddly and incorrectly.'  => ' and also members of group: "[_1]"',
 => '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]  
      'Author space for [_1]'
    'An error occurred while processing this resource. The instructor has been notified.'  => 'Author space for [_1]',
 => 'Während der Verarbeitung dieser Ressource ist ein Fehler aufgetreten. Der Dozent wurde informiert.',  
      'Co-authors with expired [_1] roles'
    'CourseID'  => 'Co-authors with expired [_1] roles',
 => 'Kurs-ID',  
      'Co-authors with future [_1] roles'
    'DocID'  => 'Co-authors with future [_1] roles',
 => 'Dokumenten-ID',  
      'Co-authors with active [_1] roles'
    'Username, password and domain need to be specified.'  => 'Co-authors with active [_1] roles',
 => 'Benutzerkennung, Passwort und Domäne müssen angegeben werden!',  
      'All co-authors'
    'Untitled Resource'  => '所有合著者',
 => 'Unbenannte Ressource',  
      'All co-authors with [_1] roles'
    'Not Available'  => 'All co-authors with [_1] roles',
 => 'Nicht verfügbar',  
      'Users in domain with expired [_1] roles'
    'Clear'  => 'Users in domain with expired [_1] roles',
 => 'Leeren',  
      'Users in domain with future [_1] roles'
    'There are no parameters.'  => 'Users in domain with future [_1] roles',
 => 'Derzeit existieren keine Parametereinstellungen.',  
      'Users in domain with active [_1] roles'
    'enroll type/action'  => 'Users in domain with active [_1] roles',
 => 'Belegungstyp/Aktion',  
      'All users in domain'
    '<br />Map not loaded: The file <tt>[_1]</tt> does not exist.'  => 'All users in domain',
 => '<br />Inhaltszusammenstellung nicht geladen: Die Datei <tt>[_1]</tt> existiert nicht.',  
      'All users in domain with [_1] roles'
    'Saved.'  => 'All users in domain with [_1] roles',
 => 'Gespeichert.',  
      'Co-authors in domain with expired [_1] roles'
    'An error occurred while saving.'  => 'Co-authors in domain with expired [_1] roles',
 => 'Beim Speichern ist ein Fehler aufgetreten.',  
      'Co-authors in domain with future [_1] roles'
    'Reverted.'  => 'Co-authors in domain with future [_1] roles',
 => 'Zurückgesetzt.',  
      'Co-authors in domain with active [_1] roles'
    'Title in map'  => 'Co-authors in domain with active [_1] roles',
 => 'Titel in Inhaltszusammenstellung',  
      'All users with co-author roles in domain'
    'Filename of resource'  => 'All users with co-author roles in domain',
 => 'Dateiname der Ressource',  
      'All co-authors in domain  with [_1] roles'
    'Link to published resource'  => 'All co-authors in domain  with [_1] roles',
 => 'Link auf veröffentlichte Ressource',  
      'All courses in domain'
    'Link to resource in Construction Space'  => 'All courses in domain',
 => 'Link auf Ressource im Konstruktionsbereich',  
      'Courses in domain with institutional code: [_1]'
    'Resource space'  => 'Courses in domain with institutional code: [_1]',
 => 'Ressourcenbereich',  
      'Selected courses in domain'
    'Construction space'  => 'Selected courses in domain',
 => 'Konstruktionsbereich',  
      'users with expired [_1] roles'
    'discard'  => 'users with expired [_1] roles',
 => 'verwerfen',  
      'users with future [_1] roles'
    'Change Order'  => 'users with future [_1] roles',
 => 'Reihenfolge ändern',  
      'users with active [_1] roles'
    'Sort Imported Resources'  => 'users with active [_1] roles',
 => 'Importierte Ressourcen sortieren',  
      'all users'
    'Finalize order of resources'  => '所有用户',
 => 'Reihenfolge der Ressourcen festlegen',  
      'users with [_1] roles'
    'Recover Deleted'  => '用户角色"[_1]"',
 => 'Gelöschtes wiederherstellen',  
      'There are no students to drop.'
    'Recover Removed Resources'  => 'There are no students to drop.',
 => 'Gelöschte Ressourcen wiederherstellen',  
      'Upload a file containing information about users'
    'Recover Checked'  => '上传一个包含有用户信息的文件',
 => 'Ausgewählte wiederherstellen',  
      'Upload file of users'
    'Recent Detailed Assessment Statistical Data'  => '上传用户文件',
 => 'Aktuelle detailierte statistische Beurteilungsdaten',  
      'How do I create a users list from a spreadsheet'
    'No information available'  => '如何从电子表格建立用户列表',
 => 'Keine Information verfügbar',  
      'Unable to enroll users'
    'Creating new file [_1]'  => '无法注册用户',
 => 'Erzeuge neue Datei [_1]',  
      'Enrolling 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".',  
      'Updating Co-authors'
     'Associate Resource With Selected Course'  => '更新共同作者',
 => 'Verknüpfte Ressource mit ausgewähltem Kurs',  
      'Adding/Modifying Users'
    'This resource is currently associated with a course ([_1]) which includes added metadata fields specific to the course.'  => '添加/修改用户',
 => 'Diese Ressource ist derzeit mit einem Kurs ([_1]) verknüpft, der zusätzliche kursspezifische Metadaten-Felder enthält.',  
      'Default section name [_1] could not be used as it 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.'  => 'Default section name [_1] could not be used as it 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.',  
      'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.'
    'not available'  => 'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.',
 => 'nicht verfügbar',  
      '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.'
    'most recent version'  => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.',
 => 'neueste Version',  
      '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.'
    'information not available'  => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.',
 => 'Information nicht verfügbar',  
      'Section names and group names must be distinct.'
    'Num Student'  => 'Section names and group names must be distinct.',
 => 'Anz. Studenten',  
      '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".'
    'Degree of Difficulty'  => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".',
 => 'Schwierigkeitsgrad',  
      'This user already has an active/future student role in the course, unaffiliated to any section.'
    'Degree of Discrimination'  => 'This user already has an active/future student role in the course, unaffiliated to any section.',
 => 'Grad der Abgrenzung',  
      'This user already has an active/future role in section "[_1]" of the course.'
    'Time of computation'  => 'This user already has an active/future role in section "[_1]" of the course.',
 => 'Zeit der Erstellung',  
      'Although your current role has privileges to add students to section "[_1]", you do not have privileges to modify existing enrollments in other sections.'
    'Messages deleted.'  => 'Although your current role has privileges to add students to section "[_1]", you do not have privileges to modify existing enrollments in other sections.',
 => 'Nachrichten gelöscht.',  
      '[_1]: You do not have permission to add the requested role [_2] for the user.'
    'Error deleting messages'  => '[_1]: You do not have permission to add the requested role [_2] for the user.',
 => 'Fehler beim Löschen der Nachrichten',  
      'Allowable role(s) is/are: [_1].'
    'Messages cleared.'  => 'Allowable role(s) is/are: [_1].',
 => 'Nachrichten entfernt.',  
      '[_1]: Unable to enroll. No password specified.'
    'Error clearing messages'  => '[_1]: Unable to enroll. No password specified.',
 => 'Fehler beim Entfernen der Nachrichten',  
      '[_1]: Unable to add co-author. No password specified.'
    'Delete Messages for this Resource'  => '[_1]: Unable to add co-author. No password specified.',
 => 'Nachrichten für diese Ressource löschen',  
      '[_1]: Unable to add user. No password specified.'
    'Back To Directory'  => '[_1]: Unable to add user. No password specified.',
 => 'Zurück zum Verzeichnis',  
      'Processed [quant,_1,user].'
    'Associated with course [_1]'  => 'Processed [quant,_1,user].',
 => 'Verknüpft mit Kurs [_1]',  
      'Roles added for [quant,_1,user].'
    'This resource is not associated with a course.'  => 'Roles added for [quant,_1,user].',
 => 'Diese Ressource ist mit keinem Kurs verknüpft.',  
      '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.'
    'Discard Edits and Return to Portfolio'  => '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.',
 => 'Änderungen verwerfen und zurück zum Portfolio-Bereich',  
      'No roles added'
    'Could not transfer data in added fields to notes'  => 'No roles added',
 => 'Die Daten der zusätzlichen Felder konnten nicht in das "Bemerkungen"-Feld transferiert werden',  
      'Authentication changed for [_1] existing users.'
    'Transferred data in added fields to notes'  => 'Authentication changed for [_1] existing users.',
 => 'Die Daten der zusätzlichen Felder wurden in das "Bemerkungen"-Feld transferiert',  
      'Students to Drop'
    'Home'  => 'Students to Drop',
 => 'Heimatverzeichnis',  
      'There are no students with current/future access to the course.'
    'Usage Statistics'  => 'There are no students with current/future access to the course.',
 => 'Nutzungsstatistiken',  
      '[_1]: Unable to add/modify: [_2]'
    'Courses/Network Hits'  => '[_1]: Unable to add/modify: [_2]',
 => 'Kursweite/Netzwerkweite Anzahl an Zugriffen ("Hits")',  
      '[_1]: Unable to modify authentication: [_2]'
    'Already in this course:<br />[_1] in folder/map [_2].<br />'  => '[_1]: Unable to modify authentication: [_2]',
 => 'Bereits in diesem Kurs:<br />[_1] im Verzeichnis/Inhaltszusammenstellung [_2].<br />',  
      '[_1]: Unable to add role: [_2]'
    'External Resource, preview not enabled'  => '[_1]: Unable to add role: [_2]',
 => 'Externe Ressource, Vorschau nicht aktiviert',  
      'No change in section assignment (none)'
    'Somewhere something went wrong'  => 'No change in section assignment (none)',
 => 'Irgendwo ist irgendwas schief gelaufen',  
      "Revoked role of '[_1]' in [_2] for [_3]"
    'Please help us to find out what.'  => "Revoked role of '[_1]' in [_2] for [_3]",
 => 'Bitte helfen Sie uns herauszufinden, was passiert ist!',  
      "Deleted role of '[_1]' in [_2] for [_3]"
    'Please take a moment to fill out the form below.'  => "Deleted role of '[_1]' in [_2] for [_3]",
 => 'Bitte nehmen Sie sich einen Moment Zeit, um das folgende Formular auszufüllen.',  
      "Re-enabled role of '[_1]' in [_2] for [_3]"
    'Your information, together with internal debugging information, will be emailed to the system and server administrators.'  => "Re-enabled 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.',  
      "Activated role of '[_1]' in [_2] for [_3]"
    'Send Information'  => "Activated role of '[_1]' in [_2] for [_3]",
 => 'Fehlerbericht abschicken',  
      "Changed Access Dates for role of '[_1]' in [_2] for [_3]"
    'Please describe what you did just before this screen came up'  => "Changed Access Dates for role of '[_1]' in [_2] for [_3]",
 => 'Bitte erläutern Sie, was Sie getan haben, unmittelbar bevor dieser Bildschirm erschien.',  
      "Changed section for role of '[_1]' in [_2] for [_3]"
    'Is this problem reproducible?'  => "Changed section for role of '[_1]' in [_2] for [_3]",
 => 'Ist das Problem reproduzierbar?',  
      "Dropped role of '[_1]' in [_2] for [_3]"
    'Yes!'  => "Dropped role of '[_1]' in [_2] for [_3]",
 => 'Ja!',  
      'Error revoking [_1] in [_2] for [_3]: [_4].'
    'Do you have any guesses why this might have happened?'  => 'Error revoking [_1] in [_2] for [_3]: [_4].',
 => 'Haben Sie eine Vermutung, warum das passiert sein könnte?',  
      'Error deleting [_1] in [_2] for [_3]: [_4].'
    'Thank you for your help!'  => 'Error deleting [_1] in [_2] for [_3]: [_4].',
 => 'Vielen Dank für Ihre Unterstützung!',  
      'Error re-enabling [_1] in [_2] for [_3]: [_4].'
    'Internal info:'  => 'Error re-enabling [_1] in [_2] for [_3]: [_4].',
 => 'Interne Daten:',  
      'Error activating [_1] in [_2] for [_3]: [_4].'
    'Report submitted'  => 'Error activating [_1] in [_2] for [_3]: [_4].',
 => 'Bericht gesendet',  
      'Error changing access dates for [_1] in [_2] for [_3]: [_4].'
    'Sending Error Report'  => 'Error changing access dates for [_1] in [_2] for [_3]: [_4].',
 => 'Fehlerbericht senden',  
      'Error changing section for [_1] in [_2] for [_3]: [_4].'
    'Thank you!'  => 'Error changing section for [_1] in [_2] for [_3]: [_4].',
 => 'Danke!',  
      'Error dropping [_1] in [_2] for [_3]: [_4].'
    'Warning: Report not submitted'  => 'Error dropping [_1] in [_2] for [_3]: [_4].',
 => 'Achtung, der Fehlerbericht wurde nicht abgeschickt.',  
      'Revoked 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.'  => 'Revoked 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.',  
      'Deleted role(s) for [quant,_1,user,users,no users].'
    'The document contains errors and cannot be published.'  => 'Deleted role(s) for [quant,_1,user,users,no users].',
 => 'Die Ressource enthält Fehler und kann daher nicht veröffentlicht werden.',  
      'Re-enabled role(s) for [quant,_1,user,users,no users].'
    'error(s)'  => 'Re-enabled role(s) for [quant,_1,user,users,no users].',
 => 'Fehler',  
      'Activated role(s) for [quant,_1,user,users,no users].'
    '[quant,_1,error]'  => 'Activated role(s) for [quant,_1,user,users,no users].',
 => '[quant,_1,Fehler,Fehler]',  
      'Changed Access Dates for role(s) for [quant,_1,user,users,no users].'
    'Please fill out all fields below.'  => 'Changed Access Dates for role(s) for [quant,_1,user,users,no users].',
 => 'Bitte füllen Sie alle Felder aus!',  
      'Changed section for role(s) for [quant,_1,user,users,no users].'
    '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.'  => 'Changed section for role(s) for [quant,_1,user,users,no users].',
 => '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.',  
      'Dropped role(s) for [quant,_1,user,users,no users].'
    'Parameters'  => 'Dropped role(s) for [quant,_1,user,users,no users].',
 => 'Parameter',  
      'Re-enabling will re-activate data for the role.'
   => 'Re-enabling will re-activate data for the role.',
    'Total Score and Maximum Possible for each Sequence or Folder'  
 => 'Gesamtpunkte und maximal mögliche für jede Sequenz oder jedes Verzeichnis',     'Display User Lists'
   => 'Display User Lists',
    'Score on each Problem Part'  
 => 'Punkte je Aufgabenteil',     'Display current class roster'
   => 'Display current class roster',
    'Number of Tries before success on each Problem Part'  
 => 'Anzahl notwendiger Versuche je Aufgabenteil',     'No section'
   => 'No section',
    'Number of Problem Parts completed successfully.'  
 => 'Anzahl erfolgreich bearbeiteter Aufgabenteile',     'List Users'
   => '用户列表',
    'Unable to retrieve course information.'  
 => 'Kursdaten konnten nicht abgerufen werden.',     'Pick custom role'
   => '选择自定义角色',
    '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!',     'Advanced Role'
   => '扩展的角色',
    'View or modify a course'  
 => 'Kurs-Einstellungen', # long version: 'Kurs-Einstellungen betrachten oder ändern',     "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",
    'Enter the course with the role of [_1]'  
 => 'Den Kurs mit der Rolle [_1] betreten.',     'Evade communication blocking'
   => 'Evade communication blocking',
    'Enter the course with the role of [_1].'  
 => 'Den Kurs mit der Rolle [_1] betreten.',     'Generate anonymous statistics'
   => 'Generate anonymous statistics',
    'View or modify course settings which only a [_1] may modify.'  
 => 'Betrachten oder Ändern der Kurs-Einstellungen, die nur ein [_1] ändern darf.',     'Modify grade queue'
   => 'Modify grade queue',
    'Manage course users'  
 => '管理课程参加者',     'Grade items in grading queue'
 #=> 'Kursteilnehmer verwalten',  => 'Grade items in grading queue',
   
    'Upload a File of Course Users'     'Set assessment parameters'
 => 'Datei mit Kursteilnehmern hochladen',  => 'Set assessment parameters',
   
    'Add/Modify a Single Course User'     'Advanced printing options (with answers, discussions, all foils, ...)'
 => 'Einzelnen Teilnehmer hinzufügen/ändern',  => 'Advanced printing options (with answers, discussions, all foils, ...)',
   
    'Display Class Lists and Manage Multiple Users'     'Print for other users and entire course'
 => 'Kursteilnehmerliste / Verwaltung mehrerer Teilnehmer',  => 'Print for other users and entire course',
   
    'Edit Custom Roles'     'Get identity behind anonymous postings'
 => 'Benutzerdefinierte Benutzerrollen',  => 'Get identity behind anonymous postings',
   
    'Enroll a Single Student'     'View grades'
 => 'Einzelnen Studenten Kurs belegen lassen',  => 'View grades',
   
    'Enroll a student'     "Access to What's New page"
 => 'Student Kurs belegen lassen',  => "进入新页",
   
    'Automated Enrollment Manager'     'Upload Users List'
 => 'Verwaltung der automatischen Kursbelegung',  => '上传用户列表',
   
    'Manage Course Groups'     'Update Users'
 => 'Kursgruppen',  => '用户更新',
   
    'This error occurred while processing response [_1] in part [_2]'     'Create/modify a user'
 => 'Dieser Fehler trat während der Verarbeitung von Antwortbereich [_1] in Aufgabenteil [_2] auf.',  => '创建/修改用户',
   
    'This error occurred while processing part [_1]'     'Search for a user and modify/add user information or roles'
 => 'Dieser Fehler trat während der Verarbeitung von Aufgabenteil [_1] auf.',  => '搜索用户和修改/添加用户资料或角色',
   
    'Unable to find section for this student'     'Add/modify a single user'
 => 'Konnte für diesen Studenten keine Sektion finden.',  => '添加/修改一个用户',
   
    'Classlist update for "[_1]" in "[_2]".'     'Create users or modify the roles and privileges of users'
 => 'Kursteilnehmerlisten-Aktualisierung für "[_1]" in "[_2]".',  => '创建或修改用户的角色和权限',
   
    'Error: "[_1]" during classlist update for "[_2]" in "[_3]".'     'Upload a File of Users'
 => 'Fehler: "[_1]" während Kursteilnehmerlisten-Aktualisierung für "[_2]" in "[_3]".',  => '上传用户文件',
   
    'Role: '     'Add/Modify a User'
 => 'Rolle: ',  => '添加/修改用户',
   
    'Identify fields in uploaded list'     'create new user if required'
 => '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.'     'Manage Users'
 => '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'     'Create/Modify user'
 => 'Voreingestellte Domäne',  => '创建/修改用户',
   
    'Change authentication for existing users in domain "[_1]" to these settings?'     'Visible input'
 => 'Soll die Authentifizierungsmethode für existierende Benutzer der Domäne "[_1]" geändert werden?',  => '可见输入',
   
    'LON-CAPA Home Server for New Users'     'Currently in use'
 => 'LON-CAPA-Heimatserver für neue Benutzer',  => '目前正在使用',
   
    'LON-CAPA domain: [_1] with home server: [_2]'     'Modify this user: [_1]'
 => 'LON-CAPA-Domäne: [_1] mit Heimatserver: [_2]',  => '改此用户名: [_1]',
   
    'Settings for assigning roles:'     'Blank Problem'
 => 'Einstellungen für Rollenzuweisungen:', # ???  => '空白问题',
   
    'Pick the action to take on roles for these users:'     'Chemical Reaction Response'
 => 'Wählen Sie die Aktion aus, die bei neuen Rollen für diesen Benutzer ausgeführt werden soll:',  => '化学反应',
   
    'No role changes'     'Chemical Reaction Response with Hints'
 => 'Keine Rollenänderungen',  => 'Chemical Reaction Response with Hints', # '化学反应',
   
    'Add a domain role'     'Click-On-Image Problem'
 => 'Eine Domänenrolle hinzufügen',  => '点击图片',
   
    'Add a course role'     'Curve Plot with Numerical Response'
 => 'Eine Kursrolle hinzufügen',  => 'Curve Plot with Numerical Response',
   
    'Default role'     'Custom Response'
 => 'Voreingesstellte Rolle',  => 'Custom Response',
   
    'Choose the role to assign to users without a value specified in the uploaded file'     'Custom Response with Partial Credit'
 => 'Wählen Sie die Rolle, die Benutzern zugewiesen werden sollen, für die kein Wert in der hochgeladenen Datei angegeben wurde',  => 'Custom Response with Partial Credit',
   
    'Default role and section'     'Data Plot with Numerical Response'
 => 'Voreingestellte Rolle und Sektion',  => 'Data Plot with Numerical Response',
   
    'Choose the role and/or section(s) to assign to users without values specified in the uploaded file'     'Essay Response'
 => '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',  => '尝试回答',
   
    'Default role and/or section(s)'     'Exam Upload Resource'
 => 'Voreingestellte Rolle und/oder Sektion(en)',  => 'Exam Upload Resource',
   
    'Role and/or section(s) for users without values specified in the uploaded file.'     'Formula Response using Computer Algebra System'
 => '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',
   
    'Display students with current/future access who are not in the uploaded file.'     'Formula Response using Computer Algebra System and Hints'
 => 'Anzeige von Studenten mit aktuellem/zukünftigem Zugriff, die nicht in der hochgeladenen Datei sind.',  => 'Formula Response using Computer Algebra System and Hints',
   
    'Students selected from this list can be dropped.'     'Formula Response using Computer Algebra System R and Data Plot'
 => 'Studenten, die von dieser Liste gewählt wurden, können aus dem Kurs ausgeschlossen werden.',  => 'Formula Response using Computer Algebra System R and Data Plot',
   
    'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).'     'Formula Response with Samples'
 => 'Aktualisierung der ID/Matrikelnummer in Kursen, in denen der Benutzer aktueller/zukünftiger Student ist<br />(falls Änderung erzwungen wird). ',  => 'Formula Response with Samples',
   
    'make these dates the default access dates for future student enrollment'     'Unordered Multi-Answer Formula Response Problem'
 => 'Diese Datumswerte als voreingestellte Zugriffszeiten für zukünftige studentische Kursbelegungen verwenden',  => 'Unordered Multi-Answer Formula Response Problem',
   
    'Set default start and end access dates for course.'     'Math Response using Computer Algebra System MAXIMA'
 => 'Setze voreingestellte Anfangs- und Endezeitpunkte für Kurs',  => 'Math Response using Computer Algebra System MAXIMA',
   
    'Unable to set default access dates for course.'     'Math Response using Computer Algebra System R'
 => 'Konnte nicht die voreingestellten Zugriffszeitpunkte für den Kurs setzen!',  => 'Math Response using Computer Algebra System R',
   
    'Please select'     'Math Response using Computer Algebra System and Hints'
 => 'Bitte wählen',  => 'Math Response using Computer Algebra System and Hints',
   
    'User Status: [_1]'     'Numerical Response'
 => 'Benutzerstatus: [_1]',  => 'Numerical Response',
   
    'Role Type: [_1]'     'One of Multiple Answers Numerical Problem'
 => 'Art der Rolle: [_1]',  => 'One of Multiple Answers Numerical Problem',
   
    'Any role'     'Option Response - Matching'
 => 'Beliebige Rolle',  => 'Option Response - Matching',
   
    'Role: [_1]'     'Option Response - Concept Groups'
 => 'Rolle: [_1]',  => 'Option Response - Concept Groups',
   
    'Select Course(s)'     'Matching Response'
 => 'Kurs(e) auswählen',  => 'Matching Response',
   
    'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.'     'Option Response - True/False'
 => 'Achtung: Das Abrufen von Daten für mehrere Kurse kann einige Zeit in Anspruch nehmen, da diese Aktion derzeit noch nicht optimiert ist.',  => 'Option Response - True/False',
   
    'There are no co-authors to display.'     'Organic Material Response'
 => 'Es gibt keine Co-Autoren, die angezeigt werden können.',  => 'Organic Material Response',
   
    'There are no users with domain roles to display.'     'Organic Material Response with Hint'
 => 'Es gibt keine Benutzer mit Domänenrollen, die angezeigt werden können.',  => 'Organic Material Response with Hint',
   
    'There are no authors or co-authors to display.'     'Radio Button Response'
 => 'Es gibt keine Autoren oder Co-Autoren, die angezeigt werden können.',  => '单选',
   
    'There are no course users to display'     'Randomly Labelled Image with Option Response'
 => 'Es gibt keine Kursteilnehmer, die angezeigt werden können.',  => 'Randomly Labelled Image with Option Response',
   
    'There are no course users to display.'     'Rank Response'
 => 'Es gibt keine Kursteilnehmer, die angezeigt werden können.',  => '等级制度 (Rank Response)',
   
    'There are no users matching the search criteria.'     'String Response'
 => 'Es gibt keine Benutzer, auf die die Suchkriterien zutreffen.',  => '文本输入 (String Response)',
   
    "You must select at least one user by checking a user's 'Select' checkbox"     'Display catalog of courses and communities'
 => "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'     'Manage co-authors'
 => 'Sie müssen eine Aktion auswählen, die für die ausgewählten Benutzer ausgeführt soll.',  => '管理共同作者',
   
    ' for a single user?'     'Upload a File of Co-authors'
 => '? (betrifft einen einzelnen Benutzer)',  => '上传共同作者的文件',
   
    ' for multiple users?'     'Add/Modify a Co-author'
 => '? (betrifft mehrere Benutzer)',  => '添加/修改一个共同的作者',
   
    'Proceed'     'Manage Co-authors'
 => 'Weiter',  => '管理共同作者',
   
    'Action to take for selected users'     'No courses match the criteria you selected.'
 => 'Aktion für ausgewählte Benutzer',  => '没有选择相对应的课程。',
   
    'Behavior of clickable username link for each user'     'Key authority (<tt>id@domain</tt>) if other than course'
 => 'Verhalten der Benutzerkennung-Links', # long version: 'Verhalten der anklickbaren Benutzerkennung-Links eines jeden Benutzers',  => 'Key authority (<tt>id@domain</tt>) if other than course',
   
    "Display a user's personal page"     'New bridgetask file'
 => "显示个人网页",  => 'New bridgetask file',
 #=> "Über-mich-Seite anzeigen",  
      'Create problem'
    "Modify a user's information"  => '创建问题',
 => "Benutzerdaten ändern",  
      'Create library'
    'Course(s): description, section(s), status'  => '创建图书馆',
 => 'Kurs(e): Beschreibung, Sektion(en), Status',  
      'Create survey'
    "Click on a username to view the user's personal page."  => '创建调查',
 => "点击用户名,以查看用户的个人网页。",  
 #=> "Klicken Sie auf eine Benutzerkennung, um die persönliche 'Über-mich-Seite' anzuschauen.",     'Create task'
   => '创建任务',
    'auto'  
 => 'automatisch',     'Problem Testing'
   => '问题测试',
    'manual'  
 => 'manuell',     "Don't Show Incorect/Correct Feedback"
   => "不显示不正确/正确的反馈",
    'Unlock'  
 => 'Entsperren',     "Don't Show Any Feedback"
   => "不显示任何反馈",
    'Lock'  
 => 'Sperren',     'Change View'
   => '更改视图',
    'Domain Roles'  
 => 'Domänen-Rollen',     'Show Default View'
   => '查看默认视图',
    'Co-Author Roles'  
 => 'Co-Autoren-Rollen',     '[_1] for [_2] versions.'
   => '[_1] 的 [_2] 版本。',
    'Course Roles'  
 => 'Kurs-Rollen',     'Set new preferred languages to '
   => '首选语言设置为 ',
    'Date and Section selector'  
 => 'Datums- und Sektions-Selektor',     'Reset preferred language.'
   => '重设的首选语言。',
    'Date selector'  
 => 'Datums-Selektor',     'Set new preferred math display to '
   => 'Set new preferred math display 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 preferred math display.'
   => 'Reset preferred math display.',
    "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 screenname 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 screenname.'
   => '重置昵称。',
    'New section to assign'  
 => 'Neue Sektion, die zugewiesen werden soll',     'Set new nickname to '
   => '设置新的昵称为 ',
    'Use "Save" to update the main window with your selections.'  
 => "Verwenden Sie 'Speichern', um im Hauptfenster Ihre Auswahl zu aktualisieren.",     'Reset nickname.'
   => '重设昵称。',
    'New section'  
 => 'Neue Sektion',     'Set menu mode to [_1].'
   => '设置菜单模式为 [_1]。',
    'Course - [_1]:'  
 => 'Kurs - [_1]:',     'Reset '
   => '重置',
    'Domain - [_1]:'  
 => 'Domäne - [_1]:',     'Set message forwarding to '
   => '设置邮件转发到 ',
    'Users in course with expired [_1] roles'  
 => 'Benutzer im Kurs mit abgelaufener Rolle "[_1]"',     "Set message forwarding to 'off'."
   => "设置邮件转发为'关闭'。",
    'Users in course with future [_1] roles'  
 => 'Benutzer im Kurs mit zukünftiger Rolle "[_1]"',     'Set non-critical message notification address(es) to '
   => '设置非重要的邮件通知地址为 ',
    'Users in course with active [_1] roles'  
 => 'Benutzer im Kurs mit aktiver Rolle "[_1]"',     "Set non-critical message notification to 'off'."
   => "设置非重要的邮件通知为'关闭'。",
    'All users in course'  
 => 'Alle Benutzer im Kurs',     'Set critical message notification address(es) to '
   => '设置重要的邮件通知地址为 ',
    'All users in course with [_1] roles'  
 => 'Alle Benutzer im Kurs mit Rolle "[_1]"',     "Set critical message notification to 'off'."
   => "设置重要的邮件通知为'关闭'。",
    'only users in section "[_1]"'  
 => 'nur Benutzer in Sektion "[_1]"',     'Set address(es) to receive excerpts with html retained '
   => '设置保留HTML摘录的地址为 ',
    'only users affiliated with no section or section "[_1]"'  
 => 'nur Benutzer, die in keiner Sektion oder in der Sektion "[_1]" sind',     'Set notification address to receive excerpts with html stripped.'
   => '设置接收邮件地址为不保留的HTML摘录。',
    ' and not in any group'  
 => ' und in keiner Gruppe',     'Set all notification addresses to receive excerpts with html stripped.'
   => '设置所有的接收邮件地址为不保留的HTML摘录。',
    ' and members of group: "[_1]"'  
 => ' und Mitglieder der Gruppe "[_1]"',     'Set Page Background to '
   => '设置页面的背景为 ',
    'only users affiliated with no section'  
 => 'nur Benutzer, die in keiner Sektion sind',     'Set Header Background to '
   => '设置页眉背景为 ',
    'only users affiliated with section "[_1]"'  
 => 'nur Benutzer, die in der Sektion "[_1]" sind',     'Set Header Border to '
   => '设置页眉边界为 ',
    'only users not in any group'  
 => 'nur Benutzer, die in keiner Gruppe sind',     'Set Font to '
   => '设置字体为 ',
    ' and also not in any group'  
 => ' und auch nicht in einer Gruppe sind',     'Set Un-Visited Link to '
   => '设置未访问链接颜色为 ',
    'only members of group: "[_1]"'  
 => 'nur Mitglieder der Gruppe "[_1]"',     'Set Visited Link to '
   => '设置已访问链接颜色为 ',
    ' and also members of group: "[_1]"'  
 => ' und auch Mitglieder der Gruppe "[_1] sind',     'Set Active Link to '
   => '设置活动链接颜色为 ',
    'Author space for [_1]'  
 => 'Autorenbereich für [_1]',     'Reset Page Background'
   => '重设网页背景',
    'Co-authors with expired [_1] roles'  
 => 'Co-Autoren mit abgelaufender Rolle "[_1]"',     'Reset Header Background'
   => '重置页眉背景',
    'Co-authors with future [_1] roles'  
 => 'Co-Autoren mit zukünftiger Rolle "[_1]"',     'Reset Header Border'
   => '重置页眉边界',
    'Co-authors with active [_1] roles'  
 => 'Co-Autoren mit aktiver Rolle "[_1]"',     'Reset Font.'
   => '重置字体颜色。',
    'All co-authors'  
 => 'Alle Co-Autoren',     'Reset Un-Visited Link.'
   => '重置未访问链接颜色。',
    'All co-authors with [_1] roles'  
 => 'Alle Co-Autoren mit Rolle "[_1]"',     'Reset Visited Link.'
   => '重置已访问链接颜色。',
    'Users in domain with expired [_1] roles'  
 => 'Benutzer in Domäne mit abgelaufener Rolle "[_1]"',     'Reset Active Link.'
   => '重置活动链接颜色。',
    'Users in domain with future [_1] roles'  
 => 'Benutzer in Domäne mit zukünftiger Rolle "[_1]"',     'Freezing Role: [_1]'
   => '冻结的角色: [_1]',
    'Users in domain with active [_1] roles'  
 => 'Benutzer in Domäne mit aktiver Rolle "[_1]"',     'Unfreezing Role: [_1]'
   => '解冻的角色: [_1] reversed',
    'All users in domain'  
 => 'Alle Benutzer in der Domäne',     'No such user: '
   => '此用户不存在: ',
    'All users in domain with [_1] roles'  
 => 'Alle Benutzer in der Domäne mit der 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.',
    'Co-authors in domain with expired [_1] roles'  
 => 'Co-Autoren in der Domäne mit abgelaufener Rolle "[_1]"',     'Sorry, the token generated when you requested a password reset has expired.'
   => 'Sorry, the token generated when you requested a password reset has expired.',
    'Co-authors in domain with future [_1] roles'  
 => 'Co-Autoren in der Domäne mit zukünftiger 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 active [_1] roles'  
 => 'Co-Autoren in der Domäne mit aktiver Rolle "[_1]"',     'Page requested in unexpected context'
   => 'Page requested in unexpected context',
    'All users with co-author roles in domain'  
 => 'Alle Benutzer mit Co-Autoren-Rolle in der Domäne',     'Invalid username and/or domain'
   => 'Invalid username and/or domain',
    'All co-authors in domain  with [_1] roles'  
 => 'Alle Co-Autoren in der Domäne mit Rolle "[_1]"',     'Username and domain were blank'
   => 'Username and domain were blank',
    'All courses in domain'  
 => 'alle Kurse 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',
    'Courses in domain with institutional code: [_1]'  
 => 'Kurse in der Domäne mit Institutscode "[_1]"',     'One or more password fields were blank'
   => 'One or more password fields were blank',
    'Selected courses in domain'  
 => 'Ausgewählte Kurse in der Domäne',     'Please log out and try again.'
   => 'Please log out and try again.',
    'All courses in domain'  
 => 'Alle Kurse in der Domäne',     'Please try again later.'
   => 'Please try again later.',
    'users with expired [_1] roles'  
 => 'Benutzer mit abgelaufener Rolle "[_1]"',     'Unable to retrieve saved token for password decryption'
   => 'Unable to retrieve saved token for password decryption',
    'users with future [_1] roles'  
 => 'Benutzer mit zukünftiger Rolle "[_1]"',     'Could not verify current authentication.'
   => 'Could not verify current authentication.',
    'users with active [_1] roles'  
 => 'Benutzer mit aktiver Rolle "[_1]"',     'The new passwords you entered do not match.'
   => 'The new passwords you entered do not match.',
    'all users'  
 => 'alle Benutzer',     'Passwords must be a minimum of 7 characters long.'
   => 'Passwords must be a minimum of 7 characters long.',
    'users with [_1] roles'  
 => 'Benutzer mit Rolle "[_1]"',     'The password you entered contained illegal characters.'
   => 'The password you entered contained illegal characters.',
    'There are no students to drop.'  
 => 'Es gibt keine Studenten, die ausgeschlossen werden könnten.',     'Valid characters are'
   => 'Valid characters are',
    'Upload a file containing information about users'  
 => 'Hochladen einer Datei mit Benutzerinformationen',     'The password for [_1] was successfully changed.'
   => '[_1] 的密码已成功更改。',
    'Upload file of users'  
 => 'Hochladen einer Datei mit Benutzern',     'The password for [_1] was not changed.'
   => 'The password for [_1] was not changed.',
    'How do I create a users list from a spreadsheet'  
 => 'Wie erstelle ich aus einer Excel-Datei eine Benutzerliste',     'In discussions: only new posts will be displayed.'
   => 'In discussions: only new posts will be displayed.',
    'How do I create a CSV file from a spreadsheet'  
 => 'Wie erstelle ich aus einer Excel-Datei eine CSV-Datei',     'In discussions: all posts will be displayed.'
   => 'In discussions: all posts will be displayed.',
    'Unable to enroll users'  
 => 'Konnte Studenten nicht den Kurs belegen lassen!',     '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.',
    'No Kerberos domain was specified.'  
 => 'Es wurde keine Kerberos-Domäne angegeben!',     '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".',
    'Enrolling Users'  
 => 'Benutzer werden aufgenommen',     'The e-mail address entered in row '
   => '电子邮件地址输入行 ',
    'Updating Co-authors'  
 => 'Aktualisiere Co-Autoren',     'The e-mail address you entered'
   => '您输入的电子邮件地址',
    'Adding/Modifying Users'  
 => 'Füge Benutzer hinzu/Ändere',     'is not a valid e-mail address'
   => '不是一个有效的电子邮件地址',
    '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 Uploaded Score'
   => 'Title for the Uploaded Score',
    '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 Page'
   => '标题页',
    '[_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 Problem'
   => '问题的标题',
    '[_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.',     'Title for the Drop Box'
   => 'Title for the Drop Box',
    'Section names and group names must be distinct.'  
 => 'Sektionsnamen und Gruppennamen müssen sich unterscheiden.',     'Title for the Discussion Board'
   => '公告栏的标题',
    '[_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.',     'Not a valid user:domain'
   => '不是有效的用户:域',
    '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.',     'Please enter both user and domain in the format user:domain'
   => '请输入用户和域,格式为 用户:域',
    '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]".',     'Personal Information Page of '
   => 'Personal Information Page of ',
    '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.',     'No info'
   => 'No info',
    '[_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.',     'No user information available'
   => 'No user information available',
    'Allowable role(s) is/are: [_1].'  
 => 'Zulässige Rollen: [_1]',     'The new directory name was changed from [_1] to [_2].'
   => 'The new directory name was changed from [_1] to [_2].',
    '[_1]: Unable to enroll. No password specified.'  
 => '[_1]: Kursbelegung nicht möglich. Kein Passwort angegeben!',     'Unable to create a directory named'
   => 'Unable to create a directory named',
    '[_1]: Unable to add co-author. No password specified.'  
 => '[_1]: Hinzufügen des Co-Autors nicht möglich. Kein Passwort angegeben!',     'A file or directory by that name already exists.'
   => 'A file or directory by that name already exists.',
    '[_1]: Unable to add user. No password specified.'  
 => '[_1]: Hinzufügen des Benutzers nicht möglich. Kein Passwort angegeben!',     'Allowing others to retrieve file: [_1]'
   => 'Allowing others to retrieve file: [_1]',
    'Processed [quant,_1,user].'  
 => '[quant,_1,Benutzer,Benutzer] verarbeitet.',     '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.',
    'Roles added for [quant,_1,user].'  
 => 'Rollen für [quant,_1,Benutzer,Benutzer] hinzugefügt.',     'Public files are available to anyone without the need for login.'
   => 'Public files are available to anyone without the need for login.',
    '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.',     '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.',
    'No roles added'  
 => 'Keine Rollen hinzugefügt',     'A listing of files viewable without log-in is available at: '
   => 'A listing of files viewable without log-in is available at: ',
    'Authentication changed for [_1] existing users.'  
 => 'Die Authentifizierungsmethode hat sich für [_1] existente(n) Benutzer geändert.',     "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:",
    'Students to Drop'  
 => 'Auszuschließende Studenten',     "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",
    'There are no students with current/future access to the course.'  
 => 'Es existieren keine Studenten mit aktuellem oder zukünftigem Zugriff auf den Kurs.',     'Conditional access controls for file: [_1]'
   => 'Conditional access controls for file: [_1]',
    '[_1]: Unable to add/modify: [_2]'  
 => '[_1]: Hinzufügen/Ändern nicht möglich: [_2]',     'Help on setting up share access'
   => 'Help on setting up share access',
    '[_1]: Unable to modify authentication: [_2]'  
 => '[_1]: Ändern der Authentifizierungsmethode nicht möglich: [_2]',     'Help on changing settings'
   => 'Help on changing settings',
    '[_1]: Unable to add role: [_2]'  
 => '[_1]: Hinzufügen der Rolle nicht möglich: [_2]',     'Help on removing share access'
   => 'Help on removing share access',
    'No change in section assignment (none)'  
 => 'Keine Änderung in Sektionsbelegung (none)',     'Public access: [_1]'
   => 'Public access: [_1]',
    "Revoked role of '[_1]' in [_2] for [_3]"  
 => "Rolle '[_1]' entzogen in [_2] für [_3]",     'Dates available'
   => '能够使用的日期',
    "Deleted role of '[_1]' in [_2] for [_3]"  
 => "Rolle '[_1]' gelöscht in [_2] für [_3]",     'Passphrase-protected access: [_1]'
   => 'Passphrase-protected access: [_1]',
    "Re-enabled role of '[_1]' in [_2] for [_3]"  
 => "Rolle '[_1]' reaktiviert in [_2] für [_3]",     'Passphrase'
   => 'Passphrase',
    "Activated role of '[_1]' in [_2] for [_3]"  
 => "Rolle '[_1]' aktiviert in [_2] für [_3]",     'Conditional access: [_1]'
   => 'Conditional access: [_1]',
    "Changed Access Dates for role of '[_1]' in [_2] for [_3]"  
 => "Geänderte Zugriffszeiten für Rolle '[_1]' in [_2] für [_3]",     'You have previously set [_1] conditional access controls.'
   => 'You have previously set [_1] conditional access controls.',
    "Changed section for role of '[_1]' in [_2] for [_3]"  
 => "Geänderte Sektion für Rolle '[_1]' in [_2] für [_3]",     'Change Conditions'
   => 'Change Conditions',
    "Dropped role of '[_1]' in [_2] for [_3]"  
 => "Rolle '[_1]' entzogen in [_2] für [_3]",     'Add conditional access'
   => 'Add conditional access',
    'Error revoking [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Entziehen für [_1] in [_2] für [_3]: [_4].',     'based on domain, username, or course affiliation.'
   => 'based on domain, username, or course affiliation.',
    'Error deleting [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Löschen für [_1] in [_2] für [_3]: [_4].',     '[_1]-based conditional access: '
   => '[_1]-based conditional access: ',
    'Error re-enabling [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Reaktivieren für [_1] in [_2] für [_3]: [_4].',     'conditions'
   => 'conditions',
    'Error activating [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Aktivieren für [_1] in [_2] für [_3]: [_4].',     'condition'
   => 'condition',
    '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].',     'Action?'
   => 'Action?',
    'Error changing section for [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Ändern der Sektion für [_1] in [_2] für [_3]: [_4].',     'Allowed [_1] member affiliations'
   => 'Allowed [_1] member affiliations', # ???
    'Error dropping [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Entziehen für [_1] in [_2] für [_3]: [_4].',     'No [_1]-based conditions defined.'
   => 'No [_1]-based conditions defined.',
    'Revoked role(s) for [quant,_1,user,users,no users].'  
 => 'Rolle(n) für [quant,_1,Benutzer,Benutzer,keinen Benutzer] entzogen.',     'Type of change'
   => 'Type of change',
    'Deleted role(s) for [quant,_1,user,users,no users].'  
 => 'Rolle(n) für [quant,_1,Benutzer,Benutzer,keinen Benutzer] gelöscht.',     'Access control'
   => 'Access control',
    'Re-enabled role(s) for [quant,_1,user,users,no users].'  
 => 'Rolle(n) für [quant,_1,Benutzer,Benutzer,keinen Benutzer] reaktiviert.',     'Additional information'
   => 'Additional information',
    'Activated role(s) for [quant,_1,user,users,no users].'  
 => 'Rolle(n) für [quant,_1,Benutzer,Benutzer,keinen Benutzer] aktiviert.',     'A problem occurred deleting access controls: [_1]'
   => 'A problem occurred deleting access controls: [_1]',
    '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.',     'A problem occurred saving access control settings: [_1]'
   => 'A problem occurred saving access control settings: [_1]',
    '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.',     'opened folder'
   => 'opened folder',
    'Dropped role(s) for [quant,_1,user,users,no users].'  
 => 'Rolle(n) für [quant,_1,Benutzer,Benutzer,keinen Benutzer] entzogen.',     'closed folder'
   => 'closed folder',
    'Re-enabling will re-activate data for the role.'  
 => 'Reaktivierung wird die Daten der Rolle reaktivieren.',     'Passphrase-protected'
   => '密码保护',
    'Display User Lists'  
 => 'Teilnehmerliste anzeigen',     'Conditional'
   => 'Conditional',
    'Display current class roster'  
 => 'Aktuelle Kursteilnehmerliste anzeigen',     'An error occurred ([_1]) while trying to delete [_2].'
   => 'An error occurred ([_1]) while trying to delete [_2].',
    'No section'  
 => 'Keine Sektion',     'File: [_1] deleted.'
   => '文件 [_1] 已删除。',
    'List Users'  
 => 'Benutzer 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.',
    'Pick custom role'  
 => 'Benutzerdefinierte Rolle wählen',     'Access controls also deleted for the file.'
   => 'Access controls also deleted for the file.',
    'Advanced Role'  
 => 'Erweiterte Rolle',     'Error: no valid filename was provided to rename to.'
   => 'Error: no valid filename was provided to rename to.',
    "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 rename [_2] to [_3]'
   => 'An error occurred ([_1]) while trying to rename [_2] to [_3]',
    'Evade communication blocking'  
 => 'Umgehen der Kommunikationssperre',     'The new filename was changed from:<br />[_1] to [_2]'
   => 'The new filename was changed from:<br />[_1] to [_2]',
    'Generate anonymous statistics'  
 => 'Anonyme Statistiken erzeugen',     '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.',
    'Modify grade queue'  
 => 'Ändern der Bewertungs-Warteschlange',     'An error occurred ([_1]) while trying to upload [_2].'
   => 'An error occurred ([_1]) while trying to upload [_2].',
    'Grade items in grading queue'  
 => 'Bewerten von Elementen in der Bewertungs-Warteschlange',     'An error occurred (dir) ([_1]) while trying to delete [_2].'
   => 'An error occurred (dir) ([_1]) while trying to delete [_2].',
    'Set assessment parameters'  
 => 'Beurteilungs-Parameter setzen', # Ressourcenparameter setzen/ändern (???)     '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].',
    'Advanced printing options (with answers, discussions, all foils, ...)'  
 => 'Erweiterte Druckoptionen (mit Antworten, Diskussionen, allen Auswahlmöglichkeiten, ...)',     'An error occurred ([_1]) while trying to create a new directory [_2].'
   => 'An error occurred ([_1]) while trying to create a new directory [_2].',
    'Print for other users and entire course'  
 => 'Für andere Benutzer und für gesamten Kurs drucken',     'Access controls updated to reflect the name change.'
   => 'Access controls updated to reflect the name change.',
    'Get identity behind anonymous postings'  
 => 'Identität hinter anonymen Beiträgen erhalten können',     '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.',
    'View grades'  
 => 'Beurteilungen anzeigen',     '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.',
    "Access to What's New page"  
 => "Zugriff auf Was-gibt's-Neues-Seite",     '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.',
    'Upload Users List'  
 => 'Datei mit Benutzern hochladen',     'Current access controls defined for this file:'
   => 'Current access controls defined for this file:',
    'Update Users'  
 => 'Benutzer aktualisieren',     'No access control settings currently exist for this file.'
   => 'No access control settings currently exist for this file.',
    'Create/modify a user'  
 => 'Einzelnen Benutzer hinzufügen/ändern',     'Deleted'
   => 'Deleted',
    'Search for a user and modify/add user information or roles'  
 => 'Suche nach einem Benutzer und ändern/hinzufügen von Benutzerdaten oder -rollen',     'No end date'
   => '无结束日期',
    'Add/modify a single user'  
 => 'Einzelnen Benutzer hinzufügen/ändern',     'Start: '
   => '开始: ',
    'Create users or modify the roles and privileges of users'  
 => 'Benutzer, -rechte und -rollen erstellen/ändern',     'End: '
   => '结束: ',
    'Upload a File of Users'  
 => 'Hochladen einer Datei mit Benutzern',     'Domains: '
   => '域: ',
    'Add/Modify a Single User'  
 => 'Einzelnen Benutzer hinzufügen/ändern',     'Users: '
   => '用户: ',
    'create new user if required'  
 => 'falls notwendig, neuen Benutzer erstellen',     'New control(s) added'
   => 'New control(s) added',
    'Manage Multiple Users'  
 => 'Verwaltung mehrerer Benutzer',     'Existing control(s) deleted'
   => 'Existing control(s) deleted',
    'Create/Modify user'  
 => 'Benutzer erstellen/ändern',     'Existing control(s) modified'
   => 'Existing control(s) modified',
    'Visible input'  
 => 'Sichtbare Eingabe',     '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>',
    'Currently in use'  
 => 'Derzeit in Verwendung',     'Display all access settings for this file'
   => 'Display all access settings for this file',
    'Modify this user: [_1]'  
 => 'Weitere Änderungen für Benutzer [_1]',     'Add a roles-based condition'
   => 'Add a roles-based condition',
    'Blank Problem'  
 => 'Leere Aufgabe',     'New role-based condition'
   => 'New role-based condition',
    'Chemical Reaction Response'  
 => 'Chemische Reaktion',     "Format for users' username:domain information:"
   => "Format for users' username:domain information:", # ??? -> portfolio.pm
    'Click-On-Image Problem'  
 => 'Klick-ins-Bild',     'Add new [_1] condition(s)?'
   => 'Add new [_1] condition(s)?',
    'Curve Plot with Numerical Response'  
 => 'Dynamischer Graph mit numerischer Antwort',     'Number to add: '
   => 'Number to add: ',
    'Custom Response'  
 => 'Customresponse',     '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.',
    'Data Plot with Numerical Response'  
 => 'Datenplot mit numerischer Antwort',     'Course status'
   => 'Course status', # '[_1] 状态',
    'Drop Box'  
 => '收件箱',     'Files selected from other directories:'
 #=> 'Dropbox',  => 'Files selected from other directories:',
   
    'Essay Response'     'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.'
 => 'Essay',  => 'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.',
   
    'Exam Upload Resource'     'Unable to upload [_1]. A locked file by that name was found in [_2].'
 => 'Examen-Hochlade-Ressource',  => 'Unable to upload [_1]. A locked file by that name was found in [_2].',
   
    'Formula Response using Computer Algebra System'     'You will be able to rename or delete existing [_1] after a grade has been assigned.'
 => 'Formel mit Computer-Algebra-System',  => 'You will be able to rename or delete existing [_1] after a grade has been assigned.',
   
    'Formula Response using Computer Algebra System and Hints'     'Unable to upload [_1]. A file by that name was found in [_2].'
 => 'Formel mit Computer-Algebra-System und Hinweisen',  => 'Unable to upload [_1]. A file by that name was found in [_2].',
   
    'Formula Response with Samples'     'To upload, rename or delete existing [_1] in [_2].'
 => 'Formel mit Abtastpunkten',  => 'To upload, rename or delete existing [_1] in [_2].', # ???
   
    'Unordered Multi-Answer Formula Response Problem'     'Rename [_1] to [_2]?'
 => 'Formel - mehrere Antworten, ungeordnet',  => 'Rename [_1] to [_2]?',
   
    'Math Response using Computer Algebra System'     'Reference Warning'
 => 'Mathematische Antwort mit Computer-Algebra-System (mathresponse)',  => 'Reference Warning',
   
    'Math Response using Computer Algebra System and Hints'     '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.'
 => 'Mathematische Antwort mit Computer-Algebra-System und Hinweisen (mathresponse)',  => '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.',
   
    'Numerical Response'     'Please select the locations from which the referenced files are to be uploaded.'
 => 'Numerisch',  => 'Please select the locations from which the referenced files are to be uploaded.',
   
    'One of Multiple Answers Numerical Problem'     'Delete [_1]?'
 => 'Numerisch - eine aus mehreren Antworten',  => '删除 [_1]?',
   
    'Option Response - Matching'     'Edit Portfolio File Catalog Information'
 => 'Zuordnung mit Optionen (Option Response - Matching)',  => '编辑组合文件的目录信息',
   
    'Option Response - Concept Groups'     'Edit Group Portfolio File Catalog Information'
 => 'Zuordnung mit Optionen - Konzeptgruppen (Option Response - Concept Groups)', # 'Optionsauswahl mit Konzeptgruppen',  => '编辑组组合文件的目录信息',
   
    'Matching Response'     'Update'
 => 'Zuordnung mit Optionen - indirekt (Matching Response)',  => '更新',
   
    'Option Response - True/False'     'domains'
 => 'Zuordnung mit Optionen - wahr/falsch (Option Response - True/False)', # 'Optionen - wahr/falsch',  => '域',
   
    'Organic Material Response'     'users'
 => 'Organisches Material',  => '用户',
   
    'Radio Button Response'     'Access'
 => '1-aus-n (radiobutton)',  => 'Access',
   
    'Randomly Labelled Image with Option Response'     'Conditional: domain-based'
 => 'Dynamische Bildbeschriftung mit Optionsauswahl (Randomly Labelled Image)',  => 'Conditional: domain-based',
   
    'Rank Response'     'Conditional: user-based'
 => 'Rangordnung (Rank Response)',  => 'Conditional: user-based',
   
    'String Response'     'Conditional: course-based'
 => 'Texteingabe (String Response)',  => 'Conditional: course-based',
   
    'Display catalog of courses'     '[_1] was submitted in response to problem: [_2]'
 => '课程目录', # long version: 显示课程目录  => '[_1] was submitted in response to problem: [_2]',
 #=> 'Kursübersicht', # long version: Kursübersicht anzeigen  
      '[_1] was handed back in response to problem: [_2]'
    'Manage co-authors'  => '[_1] was handed back in response to problem: [_2]',
 => 'Co-Autoren verwalten',  
      'In the course:'
    'Upload a File of Co-authors'  => 'In the course:',
 => 'Datei mit Co-Autoren hochladen',  
      'Back'
    'Add/Modify a Single Co-author'  => '返回',
 => 'Einzelnen Co-Autor hinzufügen/ändern',  
      'Error: no directory name was provided.'
    'Display Co-authors and Manage Multiple Users'  => '错误:没有输入目录名称。',
 => 'Co-Autoren anzeigen/Verwaltung mehrerer Benutzer',  
      'Unable to create a directory named [_1].'
    'No courses match the criteria you selected.'  => '无法创建目录名 [_1]。',
 => 'Es existieren keine Kurse, die der getroffenen Auswahl entsprechen.',  
      'Action disallowed'
    'Key authority (<tt>id@domain</tt>) if other than course'  => '不允许行动',
 => 'Schlüsselmeister (<tt>id@domäne</tt>), falls anderer als der des Kurses',  
      'You do not have sufficient privileges to [_1]'
    'New bridgetask file'  => '您没有足够权限 [_1]',
 => 'Neue "bridgetask"-Datei',  
      'upload files'
    'Create problem'  => '上传文件',
 => 'Aufgabe erstellen',  
      'delete files'
    'Create library'  => '删除文件',
 => 'Bibliothek erstellen',  
      'rename files'
    'Create survey'  => '重命名文件',
 => 'Umfrage erstellen',  
      'set access controls for files'
    'Create task'  => '设置访问控制文件',
 => '"Bridgetask" erstellen',  
      "in the group's group portfolio."
    'Problem Testing'  => "in the group's group portfolio.",
 => 'Testen von Aufgaben',  
      'in this portfolio.'
    "Don't Show Incorect/Correct Feedback"  => '在这个组区。',
 => "Korrekt/Inkorrekt-Hinweis nicht anzeigen",  
      'You do not have the privileges required to access the shared files space for this group.'
    "Don't Show Any Feedback"  => '您没有权限访问该组的共享文件。',
 => "Keinerlei Hinweis anzeigen",  
      'Not a valid group for this course'
    'Change View'  => '本课程里不是一个有效的组',
 => 'Anzeigeart wechseln',  
      'Group files for [_1]'
    'Show Default View'  => '[_1] 组的组文件 ',
 => 'Standard-Anzeigeart',  
      'Invalid group'
    '[_1] for [_2] versions.'  => '无效组',
 => '[_1] für [_2] Versionen.',  
      'No file was selected to upload.'
    'Set new preferred languages to '  => '没有文件被选中上传。',
 => 'Bevorzugte Sprache gesetzt auf ',  
      'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'
    'Reset preferred language.'  => '要上传文件,请点击<strong>浏览... </strong>,并选择一个文件,然后点击<strong>上传</strong> 。',
 => 'Bevorzugte Sprache zurückgesetzt.',  
      'Pick functionality'
    'Set new preferred math display to '  => '选择功能',
 => 'Bevorzugte Methode, um wissenschaftliche Formeln darzustellen, gesetzt auf ',  
      'Functionality to display/modify'
    'Reset preferred math display.'  => '功能显示/修改',
 => 'Bevorzugte Methode, um wissenschaftliche Formeln darzustellen, zurückgesetzt.',  
      'You must select at least one functionality type to display.'
    'Set new screenname to '  => '您必须至少选择一个功能型。',
 => 'Nickname für anonyme Beiträge gesetzt auf ',  
      'Default color schemes'
    'Reset screenname.'  => '默认颜色方案',
 => 'Nickname für anonyme Beiträge zurückgesetzt.',  
      'Log-in page options'
    'Set new nickname to '  => '登录页面选项',
 => 'Nickname gesetzt auf ',  
      'Default authentication/language/timezone'
    'Reset nickname.'  => '默认的身份验证/语言/时区',
 => 'Nickname zurückgesetzt.',  
      'Default quotas for user portfolios'
    'Set menu mode to [_1].'  => 'Default quotas for user portfolios',
 => 'Menümodus auf [_1] gesetzt.',  
      'Auto-update settings'
    'Reset '  => '设置自动更新',
 => ' zurückgesetzt',  
      'Institutional directory searches'
    'Set message forwarding to '  => 'Institutional directory searches',
 => 'Nachrichtenweiterleitung gesetzt auf ',  
      'User creation'
    "Set message forwarding to 'off'."  => '创建用户',
 => "Nachrichtenweiterleitung auf 'aus' gesetzt.",  
      'User modification'
    'Set non-critical message notification address(es) to '  => '用户设置',
 => 'Benachrichtigungsadresse(n) für nicht-wichtige Nachrichten gesetzt auf ',  
      'Bubblesheet format file'
    "Set non-critical message notification to 'off'."  => 'Bubblesheet format file',
 => "Benachrichtigung für nicht-wichtige Nachrichten auf 'aus' gesetzt.",  
      'Cataloging of courses'
    'Set critical message notification address(es) to '  => '课程目录',
 => 'Benachrichtigungsadresse(n) für wichtige Nachrichten gesetzt auf ',  
      'Display options'
    "Set critical message notification to 'off'."  => '显示选项',
 => "Benachrichtigung für wichtige Nachrichten auf 'aus' gesetzt.",  
      'Display using: '
    'Set address(es) to receive excerpts with html retained '  => 'Display using: ',
 => 'Adresse(n) zum Empfang von Nachrichtenauszügen mit Beibehaltung von HTML gesetzt auf ',  
      'one column'
    'Set notification address to receive excerpts with html stripped.'  => '一列',
 => 'Adresse zum Empfang von Nachrichtenauszügen gesetzt auf ohne Beibehaltung von HTML.',  
      'two columns'
    'Set all notification addresses to receive excerpts with html stripped.'  => '两列',
 => 'Alle Beachrichtigungsadressen zum Empfang von Nachrichtenauszügen gesetzt auf ohne Beibehaltung von HTML.',  
      'Changes made:'
    'Set Page Background to '  => 'Changes made:',
 => 'Seitenhintergrundfarbe gesetzt auf ',  
      'Back to configuration display'
    'Set Header Background to '  => 'Back to configuration display',
 => 'Kopfbereich-Hintergrundfarbe gesetzt auf ',  
      'No changes made to log-in page settings'
    'Set Header Border to '  => 'No changes made to log-in page settings',
 => 'Kopfbereich-Rahmenfarbe gesetzt auf ',  
      'Support Request'
    'Set Font to '  => 'Support Request',
 => 'Schriftfarbe gesetzt auf ',  
      'Do <b>not</b> use this form to ask questions about course content.'
    'Set Un-Visited Link to '  => 'Do <b>not</b> use this form to ask questions about course content.',
 => 'Farbe für nicht besuchte Links gesetzt auf ',  
      'Contact your instructor instead.'
    'Set Visited Link to '  => 'Contact your instructor instead.',
 => 'Farbe für besuchte Links gesetzt auf ',  
      'Cc'
    'Set Active Link to '  => '抄送',
 => 'Farbe für aktive Links gesetzt auf ',  
      'Your e-mail address'
    'Reset Page Background'  => '您的E-Mail地址',
 => 'Seitenhintergrundfarbe zurückgesetzt',  
      'Search and Enroll'
    'Reset Header Background'  => '搜索和注册',
 => 'Kopfbereich-Hintergrundfarbe zurückgesetzt',  
      'Search or Add New User'
    'Reset Header Border'  => '搜索或添加新用户',
 => 'Kopfbereich-Rahmenfarbe zurückgesetzt',  
      'No username and/or domain provided.'
    'Reset Font.'  => 'No username and/or domain provided.',
 => 'Schriftfarbe zurückgesetzt.',  
      'No match was found for the username ([_1]) in LON-CAPA domain: [_2]'
    'Reset Un-Visited Link.'  => 'No match was found for the username ([_1]) in LON-CAPA domain: [_2]',
 => 'Farbe für nicht besuchte Links zurückgesetzt.',  
      'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.'
    'Reset Visited Link.'  => 'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.',
 => 'Farbe für besuchte Links zurückgesetzt.',  
      'Problems occurred in creating the new Excel file.'
    'Reset Active Link.'  => 'Problems occurred in creating the new Excel file.',
 => 'Farbe für aktive Links zurückgesetzt.',  
      'Problems occurred in creating the output file.'
    'Freezing Role: [_1]'  => 'Problems occurred in creating the output file.',
 => 'Einfrieren der Rolle [_1]',  
      'Problems occurred in writing the CSV file.'
    'Unfreezing Role: [_1]'  => 'Problems occurred in writing the CSV file.',
 => 'Einfrieren der Rolle [_1] aufgehoben',  
      'This error has been logged.'
    'No such user: '  => 'This error has been logged.',
 => 'Dieser Benutzer existiert nicht: ',  
      'Please alert your LON-CAPA administrator.'
    '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.'  => 'Please alert your LON-CAPA administrator.',
 => '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.',  
      'Records [_1]'
    'Sorry, the token generated when you requested a password reset has expired.'  => 'Records [_1]', # ???
 => 'Tut mir leid, das erzeugte Merkzeichen zum Zurücksetzen Ihres Passworts ist bereits abgelaufen und daher nicht mehr gültig.',  
      'Filter [_1]'
    'Sorry, the URL generated when you requested reset of your password contained incomplete information.'  => 'Filter [_1]',
 => '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.',  
      'Under you current role you are not permitted to change login settings for this user'
    'Page requested in unexpected context'  => 'Under you current role you are not permitted to change login settings for this user',
 => 'Die Seite wurde in unerwartetem Kontext aufgerufen',  
      'History'
    'Invalid username and/or domain'  => '历史',
 => 'Ungültige Benutzerkennung und/oder Domäne',  
      'Part '
    'Username and domain were blank'  => '部分 ',
 => 'Benutzerkennung und Domäne waren leer',  
      'Transaction [_1]'
    'Authentication type for this user can not be changed by this mechanism'  => 'Transaction [_1]', # ???
 => 'Die Authentifizierungsmethode kann für diesen Benutzer nicht auf die gewünschte Methode umgestellt werden',  
      'Nothing submitted - no attempts.'
    'One or more password fields were blank'  => 'Nothing submitted - no attempts.',
 => 'Ein oder mehrere Passwort-Felder waren leer',  
      'No data.'
    'Please log out and try again.'  => 'No data.',
 => 'Bitte loggen Sie sich aus und versuchen Sie es erneut.',  
      'Open in a new window'
    'Please try again later.'  => 'Open in a new window',
 => 'Bitte versuchen Sie es später noch einmal.',  
      'Revoke user roles'
    'Unable to retrieve saved token for password decryption'  => 'Revoke user roles',
 => 'Es ist nicht möglich, das gespeicherte Merkzeichen für die Passwortverschlüsselung abzurufen',  
      'Delete user roles'
    'Could not verify current authentication.'  => 'Delete user roles',
 => 'Die aktuelle Authentifizierung konnte nicht bestätigt werden',  
      'Re-enable expired user roles'
    'The new passwords you entered do not match.'  => 'Re-enable expired user roles',
 => 'Die Bestätigung des neuen Passworts stimmt nicht mit dem neuen Passwort überein.',  
      'Make future user roles active now'
    'Passwords must be a minimum of 7 characters long.'  => 'Make future user roles active now',
 => 'Das Passwort muss mindestens 7 Zeichen lang sein.',  
      'Change starting/ending dates'
    'The password you entered contained illegal characters.'  => 'Change starting/ending dates',
 => 'Das von Ihnen eingegebene Passwort enthält ungültige Zeichen.',  
      'Change section associated with user roles'
    'Valid characters are'  => 'Change section associated with user roles',
 => 'Gültige Zeichen sind',  
      'Modify existing user: '
    'The password for [_1] was successfully changed'  => '修改现有的用户: ',
 => 'Das Passwort für [_1] wurde erfolgreich geändert',  
      'Enroll one student'
    'The password for [_1] was not changed'  => '注册一名学生',
 => 'Das Passwort für [_1] wurde nicht geändert',  
      'Enroll one student: '
    'Please make sure your old password was entered correctly.'  => '注册一名学生: ',
 => 'Bitte stellen Sie sicher, dass das alte Passwort korrekt eingegeben wurde.',  
      'Existing Roles'
    'In discussions: only new posts will be displayed.'  => '现有的角色',
 => 'In Diskussionen: Es werden nur neue Beiträge angezeigt.',  
      'Existing Roles in this Course'
    'In discussions: all posts will be displayed.'  => '课程中现有的角色',
 => 'In Dikussionen: Es werden alle Beiträge angezeigt.',  
      'Existing Co-Author Roles in your Authoring Space'
    'In discussions: new posts will be cease to be identified as "NEW" after display.'  => 'Existing Co-Author Roles in your Authoring Space',
 => 'In Diskussionen: Es werden nach dem Anzeigen nicht mehr als "NEU" angezeigt.',  
      'Existing Roles in this Domain'
    'In discussions: posts will be identified as "NEW" until marked as read by the reader.'  => '在该域中现有的角色',
 => 'In Diskussionen: Es werden Beiträge solange als "NEU" interpretiert, bis sie durch den Leser als gelesen markiert werden.',  
      'Text-based Interface Login'
    'The e-mail address entered in row '  => 'Text-based Interface Login',
 => 'Die E-Mail-Adresse, die Sie in der Zeile ',  
      'Select Accessibility Options'
    'The e-mail address you entered'  => 'Select Accessibility Options',
 => 'Die von Ihnen eingegebene E-Mail-Adresse',  
      'Suppress rendering of images'
    'is not a valid e-mail address'  => 'Suppress rendering of images',
 => 'ist keine gültige E-Mail-Adresse',  
      'Suppress Java applets'
    'Title for the Uploaded Score'  => '禁止Java小程序',
 => 'Titel für Formular zum Hochladen von Noten',  
      'Suppress rendering of embedded multimedia'
    'Title for the Page'  => 'Suppress rendering of embedded multimedia',
 => 'Titel der Seite',  
      'Increase font size'
    'Title for the Problem'  => '放大字体',
 => 'Titel der Aufgabe',  
      'Switch to black and white mode'
    'Title for the Drop Box'  => '切换到黑白模式',
 => 'Titel der Dropbox',  
      'Remember these settings for next login'
    'Title for the Bulletin Board'  => '下次登录时记住这些设置',
 => 'Titel des Schwarzen Bretts',  
      'You are already logged in!'
    'Not a valid user:domain'  => '您已经登录!',
 => 'Benutzer:Domäne ungültig',  
      'You are already logged in'
    'Please enter both user and domain in the format user:domain'  => '您已经登录!',
 => 'Bitte geben Sie Benutzer und Domäne im Format Benutzer:Domäne ein!',  
      'Please either [_1]continue the current session[_2] or [_3]logout[_4].'
    'About [_99]'  => '您的选择:[_1]继续当前的会话[_2]或者[_3]退出[_4]。',
 => 'Über-mich-Seite von [_99]',  
      'Login problems?'
    'No info'  => '无法登录?',
 => 'Keine Information vorhanden',  
      'Reset password'
    'No user information available'  => '重设密码',
 => 'Keine Benutzerdaten verfügbar',  
      'Reset forgotten LON-CAPA password'
    'The new directory name was changed from [_1] to [_2].'  => '重置 LON-CAPA 密码',
 => 'Der Name des neuen Verzeichnisses wurde von [_1] in [_2] geändert.',  
      '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.'
    'Unable to create a directory named'  => '如果您使用相同的帐户的其他校园服务除了LON-CAPA, (例如,电子邮件,课程注册等) ,一个单独的中央管理机制可以重置密码。然而,如果您的帐户只是用于LON-CAPA访问,您可以从这个网页重置密码。',
 => 'Es war nicht möglich ein Verzeichnis anzulegen mit dem Namen',  
      'Three conditions must be met:'
    'A file or directory by that name already exists.'  => '三个条件必须满足:',
 => 'Es existert bereits eine Datei oder ein Verzeichnis mit diesem Namen.',  
      'An e-mail address must have previously been associated with your LON-CAPA username.'
    'Allowing others to retrieve file: [_1]'  => '必须有一个电子邮件地址与您的LON-CAPA用户联系在一起的。',
 => 'Für andere Zugriff erlauben auf die Datei: [_1]',  
      'You must be able to access e-mail sent to that address.'
    'Access to this file by others can be set to be one or more of the following types: public, passphrase-protected or conditional.'  => '您必须能访问即将发送的电子邮件地址。',
 => 'Zugriff durch andere auf diese Datei kann auf folgende drei Typen eingestellt werden: öffentlich, passwortgeschützt oder bedingungsabhängig',  
      'Your LON-CAPA account must be of a type for which LON-CAPA can reset a password.'
    'Public files are available to anyone without the need for login.'  => '您 LON-CAPA 帐户必须是一个类型为 LON-CAPA 可以重置密码。',
 => 'Öffentliche Dateien sind für alle verfügbar, auch ohne Login.',  
      'Thank you for your request to reset the password for your LON-CAPA account.'
    'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.'  => '感谢您要求重设 LON-CAPA 帐户的密码 。',
 => 'Passwortgeschützte Dateien erfordern keinen Login, aber es ist für den Zugriff notwendig, dass das von Ihnen hinterlegte Passwort eingegeben wird.',  
      'Email address in LON-CAPA'
    'A listing of files viewable without log-in is available at: '  => 'Email address in LON-CAPA',
 => 'Eine Liste von Dateien, die ohne Login verfügbar sind, gibt es unter: ',  
      'E-mail address in LON-CAPA'
    "For logged in users a 'Display file listing' link will also appear (when there are viewable files) on your personal information page:"  => 'E-mail address in LON-CAPA',
 => "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 username you provided was not verified as a valid username in the LON-CAPA system for the [_1] domain.'
    "Users with privileges to edit course contents may add a course information page to a course using the 'Course Info' button in DOCS"  => '您提供的用户名不是有效的用户名在 LON-CAPA 系统在该[_1]域。',
 => "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'",  
      'Please [_1]go back[_2] and try again.'
    'Conditional access controls for file: [_1]'  => '请[_1]返回[_2] ,然后再试一次。',
 => 'Bedingte Zugriffskontrolle für Datei: [_1]',  
      'The e-mail address you provided does not appear to be a valid address.'
    'Help on setting up share access'  => '您提供的电子邮件地址不是一个有效的地址。',
 => 'Hilfe zum Einstellen für gemeinsamen Zugriff',  
      'A valid e-mail address was not located in the LON-CAPA system for the username and domain you provided.'
    'Help on changing settings'  => '您提供的用户名和域在 LON-CAPA 系统中没有找到一个有效的电子邮件地址。',
 => 'Hilfe zum Ändern der Einstellungen',  
      'The username you provided uses an authentication type which can not be reset directly via LON-CAPA.'
    'Help on removing share access'  => '您提供的用户名使用的身份验证类型,不能直接通过 LON-CAPA 重置密码。',
 => 'Hilfe zum Entfernen des gemeinsamen Zugriffs',  
      'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3].'
    'Public access: [_1]'  => '您不妨联系[_2]的[_3]的[_1] LON-CAPA 求助。',
 => 'Öffentlicher Zugriff: [_1]',  
      'You may wish to send an e-mail to the server administrator: [_1] for [_2].' # 1: e-mail, 2: domain
    'Dates available'  => '您不妨给服务器管理员发送电子邮件: [_1]的[_2] 。',
 => 'Verfügbare Datumseinstellungen',  
      'Assigning yourself a co-author or assistant co-author role in your own author area in Authoring Space is not permitted'
    'Passphrase-protected access: [_1]'  => 'Assigning yourself a co-author or assistant co-author role in your own author area in Authoring Space is not permitted',
 => 'Passwortgeschützter Zugriff: [_1]',  
      'Owner(s)'
    'Passphrase'  => 'Owner(s)',
 => 'Passwort',  
      'Practice Problem'
    'Conditional access: [_1]'  => '练习题',
 => 'Bedingungsabhängiger Zugriff: [_1]',  
      'Submissions are not permanently recorded'
    'You have previously set [_1] conditional access controls.'  => 'Submissions are not permanently recorded',
 => 'Zuvor haben Sie [_1] bedingungsabhängige Zugriffskontrollen eingerichtet.',  
      'Submissions to practice problems are not permanently recorded.'
    'Change Conditions'  => 'Submissions to practice problems are not permanently recorded.',
 => 'Bedingungen ändern',  
      'not graded'
    'Add conditional access'  => 'not graded',
 => 'Bedingungsabhängigen Zugriff hinzufügen',  
      'Course initialization preference'
    'based on domain, username, or course affiliation.'  => 'Course initialization preference',
 => 'basierend auf Domäne, Benutzerkennung oder Kurszugehörigkeit',  
      'Choose which page will be displayed when you enter this course after selecting a role.'
    '[_1]-based conditional access: '  => 'Choose which page will be displayed when you enter this course after selecting a role.',
 => '[_1]-basierter bedingungsabhängiger Zugriff: ',  
      'Current value is determined by'
    'conditions'  => 'Current value is determined by',
 => 'Bedingungen',  
      'and is set to display'
    'condition'  => 'and is set to display',
 => 'Bedingung',  
      'Page display controlled by'
    'Action?'  => 'Page display controlled by',
 => 'Aktion?',  
      'If'
    'Allowed [_1] member affiliations'  => 'If',
 => 'Zugelassene [_1] Mitgliedszugehörigkeiten', # ???  
      'Choose course entry'
    'No [_1]-based conditions defined.'  => 'Choose course entry',
 => 'Keine [_1]-basierten Bedingungen definiert.',  
      'Modify course entry'
    'Type of change'  => 'Modify course entry',
 => 'Änderungsart',  
      'No members to add at this time, as there are no users matching the specified type(s), role(s) and section(s).'
    'Access control'  => 'No members to add at this time, as there are no users matching the specified type(s), role(s) and section(s).',
 => 'Zugriffskontrolle',  
      '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.'
    'Additional information'  => '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.',
 => 'Zusätzliche Informationen',  
      "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."
    'A problem occurred deleting access controls: [_1]'  => "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.",
 => 'Beim Löschen der Zugriffkontrollen trat ein ein Problem auf: [_1]',  
      'Setting optional privileges for specific group members'
    'A problem occurred saving access control settings: [_1]'  => '对具体组成员设置可选的权限',
 => 'Beim Speichern der Zugriffskontroll-Einstellungen trat ein Problem auf: [_1]',  
      'As no group tools will be made available to users, there are no specific user privileges to set.'
    'opened folder'  => 'As no group tools will be made available to users, there are no specific user privileges to set.',
 => 'geöffnetes Verzeichnis',  
      'Create group'
    'closed folder'  => '创建组',
 => 'geschlossenes Verzeichnis',  
      '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.'
    'Passphrase-protected'  => '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.',
 => 'Passwortgeschützt',  
      '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).'
    'Conditional'  => '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).',
 => 'Bedingungsabhängig',  
      'A problem occurred when creating folders for the new group [_1]:'
    'An error occurred ([_1]) while trying to delete [_2].'  => 'A problem occurred when creating folders for the new group [_1]:',
 => 'Beim Versuch [_2] zu löschen ist ein Fehler aufgetreten: [_1]',  
      'Group [_1] was created.'
    'File: [_1] deleted.'  => '组 [_1] 已创建。',
 => 'Die Datei [_1] wurde gelöscht.',  
      'E-mail Address'
    'An error occurred ([_1]) while trying to delete access controls for the file.'  => 'E-mail Address',
 => 'Beim Versuch Zugriffkontrollen für die Datei zu löschen, ist ein Fehler aufgetreten: [_1]',  
      'Closes '
    'Access controls also deleted for the file.'  => 'Closes ',
 => 'Auch die Zugriffskontrollen wurden für diese Datei 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]".'
    'Error: no valid filename was provided to rename to.'  => '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]".',
 => 'Fehler: Das Umbenennen ist nicht möglich, da für den neuen Dateinamen kein gültiger Dateiname angegeben wurde.',  
      '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]".'
    'An error occurred ([_1]) while trying to rename [_2] to [_3]'  => '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]".',
 => 'Beim Versuch [_2] nach [_3] umzubenennen ist ein Fehler aufgetreten: [_1]',  
      '[quant,_1,day]'
    'The new file name was changed from:<br />[_1] to [_2]'  => '[quant,_1,day]',
 => 'Der neue Dateiname wurde geändert von:<br />[_1] nach [_2]',  
      '[quant,_1,hour]'
    'An error occurred ([_1]) while trying to delete access control records for the old name.'  => '[quant,_1,hour]',
 => 'Beim Versuch Zugriffskontroll-Datensätze für den alten Namen zu löschen ist ein Fehler aufgetreten: [_1]',  
      '[quant,_1,minute]'
    'An error occurred ([_1]) while trying to upload [_2].'  => '[quant,_1,minute]',
 => 'Beim Versuch [_2] hochzuladen ist ein Fehler aufgetreten: [_1]',  
      '[quant,_1,second]'
    'An error occurred (dir) ([_1]) while trying to delete [_2].'  => '[quant,_1,second]',
 => 'Beim Versuch das Verzeichnis [_2] zu löschen ist ein Fehler aufgetreten: [_1]',  
      'Start Timer?'
    'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].'  => 'Start Timer?',
 => 'Beim Versuch [_2] für das eingebettete Element [_3] hochzuladen ist ein Fehler aufgetreten: [_1]',  
      'Sign up for time to work.'
    'An error occurred ([_1]) while trying to create a new directory [_2].'  => 'Sign up for time to work.',
 => 'Beim Versuch das Verzeichnis [_2] anzulegen, ist ein Fehler aufgetreten: [_1]',  
      'Requesting Another Worktime'
    'Access controls updated to reflect the name change.'  => 'Requesting Another Worktime',
 => 'Die Zugriffskontrolle wurde aufgrund der Namensänderung aktualisiert.',  
      'No available times.'
    'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.'  => 'No available times.',
 => '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.',  
      'Return to last resource'
    'The conditions can include affiliation with a particular course, or a user account in a specific domain.'  => 'Return to last resource',
 => 'Die Bedingungen können eine Verbindung mit einem bestimmten Kurs oder Benutzeraccount in einer bestimmten Domäne beinhalten.',  
      'My Courses'
    'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.'  => '我的课程',
 => 'Alternativ kann Zugriff für Leute gewährt werden, die bestimmte LON-CAPA-Benutezrnamen oder -Domänen haben.',  
      '[_1] parts'
    'Current access controls defined for this file:'  => '[_1] parts',
 => 'Derzeit eingestellte Zugriffskontrolle für diese Datei:',  
      'Part: [_1]'
    'No access control settings currently exist for this file.'  => '部分: [_1]',
 => 'Für diese Datei existieren derzeit keine Zugriffskontroll-Einstellungen.',  
      'New Discussion'
    'Deleted'  => '新的讨论',
 => 'Gelöscht',  
      'New Email'
    'No end date'  => '新的 E-Mail',
 => 'Kein Endedatum',  
      'New Error'
    'Start: '  => '新的错误',
 => 'Start: ',  
      '(randomly select [_1])'
    'End: '  => '(randomly select [_1])',
 => 'Ende: ',  
      '(randomly ordered)'
    'Domains: '  => '(randomly ordered)',
 => 'Domänen: ',  
      'No course selected'
    'Users: '  => 'No course selected',
 => 'Benutzer: ',  
      'Open '
    'New control(s) added'  => 'Open ',
 => 'Neue Zugriffskontrolle(n) hinzugefügt',  
      'Having technical difficulties; please check status later'
    'Existing control(s) deleted'  => 'Having technical difficulties; please check status later',
 => 'Bestehende Zugriffskontrolle(n) gelöscht',  
      'Answer open'
    'Existing control(s) modified'  => 'Answer open',
 => 'Bestehende Zugriffskontrolle(n) geändert',  
      'Yes, and show correct answer if they exceed the maximum number of tries.'
    'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>'  => 'Yes, and show correct answer if they exceed the maximum number of tries.',
 => 'Neue <b>[_1]-basierte</b> Zugriffskontrolle für Portfolio-Dateien hinzufügen: <b>[_2]</b>',  
      "No, don't show correct/incorrect feedback."
    'Display all access settings for this file'  => "No, don't show correct/incorrect feedback.",
 => 'Alle Einstellungen für diese Datei anzeigen',  
      'No, show no feedback at all.'
    'Add a roles-based condition'  => 'No, show no feedback at all.',
 => 'Rollen-basierte Bedingung hinzufügen',  
      'single part'
    'New role-based condition'  => 'single part',
 => 'Neue rollen-basierte Bedingung',  
      'Course Page'
    "Format for users' username:domain information:"  => '课程页面',
 => "Format für Informationen des Benutzers username:domäne: ", # ??? -> portfolio.pm  
      'Unable to set "number unread posts display" to [_1] due to [_2].'
    'Add new [_1] condition(s)?'  => 'Unable to set "number unread posts display" to [_1] due to [_2].',
 => 'Neue [_1]-Bedingung(en) hinzufügen?',  
      'Current value is [_1].'
    'Number to add: '  => '当前的值是 [_1].',
 => 'Anzahl: ', # 'Anzahl neu Hinzuzufügender: ',  
      'Unable to set interval to [_1] due to [_2].'
    'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.'  => 'Unable to set interval to [_1] due to [_2].',
 => 'Wählen Sie Rollen, Kurs-Status, Sektion(en) und Gruppe(n) für die Benutzer, die Zugriff auf die Portfolio-Dateien erhalten sollen.',  
      'Changes to threshold(s) for problem tracking:'
    '[_1] status'  => 'Changes to threshold(s) for problem tracking:',
 => '[_1] status', # ???  
      'Set threshold for [_1] to [_2]'
    'Files selected from other directories:'  => '对于 [_1] 到 [_2] 的临界值',
 => 'Dateien, die aus anderen Verzeichnissen ausgewählt wurden:',  
      'Set the default page to be displayed when you select a course role'
    'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.'  => '设置默认页, 显示您选择的课程的角色',
 => '[_1] konnte nicht hochgeladen werden (Größe: [_2] KB). Der verfügbare Speicherplatz wurde überschritten.',  
      '(Currently: [_1])'
    'Unable to upload [_1]. A locked file by that name was found in [_2].'  => '(现在: [_1])',
 => '[_1] konnte nicht hochgeladen werden. Eine gesperrte Datei mit diesem Namen wurde in [_2] gefunden.',  
      "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."
    '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.',  
      'Display the [_1]first resource[_2] in the course.'
    'Unable to upload [_1]. A file by that name was found in [_2].'  => '显示课程中的[_1]第一资源[_2]。',
 => '[_1] konnte nicht hochgeladen werden. Eine 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."
    'To upload, rename or delete existing [_1] in [_2].'  => "显示 [_1]What's New page[_2] - 课程中的内容概述需要被注意。",
 => 'Um eine existierende Datei [_1] in [_2] hochzuladen, umzubenennen oder zu löschen.', # ???  
      'Default now set'
    'Rename [_1] to [_2]?'  => 'Default now set',
 => '[_1] in [_2] umbenennen?',  
      'when you select a course role from the roles screen'
    'Reference Warning'  => 'when you select a course role from the roles screen',
 => 'Verweiswarnung',  
      'you will be taken to the start of the course.'
    '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.'  => 'you will be taken to the start of the course.',
 => '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.',  
      'a page will be displayed that lists items in the course that may require action from you.'
    'Please select the locations from which the referenced files are to be uploaded.'  => 'a page will be displayed that lists items in the course that may require action from you.',
 => 'Bitte wählen Sie die Orte aus, von denen die Dateien, auf die verwiesen wird, hochgeladen werden sollen.',  
      "Display the What's New page listing course action items"
    'Delete [_1]?'  => "Display the What's New page listing course action items",
 => '[_1] löschen?',  
      'Go to the start of the course'
    'Edit Portfolio File Catalog Information'  => 'Go to the start of the course',
 => 'Katalogisierungsdaten der Portfoliodateien',  
      'now'
    'Edit Group Portfolio File Catalog Information'  => 'now',
 => 'Katalogisierungsdaten der Gruppen-Portfoliodateien',  
      'No official courses to display for [_1].'
    'Update'  => 'No official courses to display for [_1].',
 => 'Aktualisieren',  
      '(Month - Day - Year)'
    'domains'  => '(月 - 日 - 年)',
 => 'domänen',  
      'Month[_1]Day[_2]Year'
    'users'  => '月[_1]日[_2]年',
 => 'benutzer',  
      '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.'
    'Access'  => '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.',
 => 'Zugriff',  
      'Skipping'
    'Conditional: domain-based'  => 'Skipping',
 => 'Bedingungsabhängig: domänen-basiert',  
      'Notifying host'
    'Conditional: user-based'  => 'Notifying host', # ???
 => 'Bedingungsabhängig: benutzer-basiert',  
      'Back to Catalog Information'
    'Conditional: course-based'  => '返回到目录信息',
 => 'Bedingungsabhängig: kurs-basiert',  
      ' at '
    '[_1] was submitted in response to problem: [_2]'  => ' at ',
 => '[_1] wurde als Antwort auf die Aufgabe [_2] eingereicht.',  
      "Computer's answer is incorrect ([_1])."
    '[_1] was handed back in response to problem: [_2]'  => "Computer's answer is incorrect ([_1]).",
 => '[_1] wurde als antwort auf die Aufgabe [_2] zurückgegeben.',  
      'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.'
    'In the course:'  => 'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.',
 => 'Im Kurs',  
      'It is likely that the tolerance range [_1] needs to be adjusted.'
    'Back'  => 'It is likely that the tolerance range [_1] needs to be adjusted.',
 => 'Zurück',  
      'Submission Record'
    'Error: no directory name was provided.'  => 'Submission Record',
 => 'Fehler: Es wurde kein Verzeichnisname angegeben.',  
      'Set/Change grades'
    'Unable to create a directory named [_1].'  => 'Set/Change grades',
 => 'Konnte das Verzeichnis [_1] nicht anlegen.',  
      'View of the problem'
    'Action disallowed'  => 'View of the problem',
 => 'Aktion nicht erlaubt',  
      'Assign Grades'
    'You do not have sufficient privileges to [_1]'  => 'Assign Grades',
 => 'Sie haben nicht genügend Berechtigungen, um [_1]',  
      'Save &amp; Next'
    'upload files'  => '保存并继续',
 => 'Datei hochzuladen',  
      '[_1]student(s)'
    'delete files'  => '[_1]学生',
 => 'Dateien zu löschen',  
      '(Next and Previous (student) do not save the scores.)'
    'rename files'  => '(Next and Previous (student) do not save the scores.)',
 => 'Dateien umzubennen',  
      'LON-CAPA User Message'
    'set access controls for files'  => 'LON-CAPA 用户邮件',
 => 'Zugriffskontrollen für Dateien zu setzen',  
      '[_1]Message:[_2] No more students for this section or class.'
    "in the group's file repository."  => '[_1]Message:[_2] No more students for this section or class.',
 => "in der Dateisammlung der Gruppe.",  
      'Click on the button below to return to the grading menu.'
    'in this portfolio.'  => 'Click on the button below to return to the grading menu.',
 => 'in diesem Portfolio-Bereich.',  
      'Group files'
    'You do not have the privileges required to access the shared files space for this group.'  => '组文件',
 => 'Sie haben nicht die Berechtigung, um auf den Bereich für gemeinsam genutzte Dateien in dieser Gruppe zugreifen zu können.',  
      'One group portfolio file is available.'
    'Not a valid group for this course'  => 'One group portfolio file is available.',
 => 'Keine gültige Gruppe für diesen Kurs',  
      'One portfolio file owned by [_1] is available.'
    'Group files for [_1]'  => 'One portfolio file owned by [_1] is available.',
 => 'Gruppendateien für [_1]',  
      'A total of [_1] group portfolio files are available.'
    'Invalid group'  => 'A total of [_1] group portfolio files are available.',
 => 'Ungültige Gruppe',  
      'A total of [_1] portfolio files owned by [_2] are available'
    'No file was selected to upload.'  => 'A total of [_1] portfolio files owned by [_2] are available',
 => 'Es wurde keine Datei ausgewählt, die hochgeladen werden soll.',  
      '[quant,_1,file is,files are] publicly accessible.'
    'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'  => '[quant,_1,file is,files are] publicly accessible.',
 => 'Um eine Datei hochzuladen, klicken Sie auf <strong>Durchsuchen...</strong> und wählen Sie eine Datei, dann klicken Sie auf <strong>Hochladen</strong>.',  
      '[quant,_1,file requires,files require] a passphrase for access.'
    'Edit the meta data'  => '[quant,_1,file requires,files require] a passphrase for access.',
 => 'Metadaten ändern',  
      'Group Portfolio files'
    'Pick functionality'  => '组组合文件',
 => 'Funktion auswählen',  
      'Viewable portfolio files.'
    'Functionality to display/modify'  => '可见组合文件。',
 => 'Funktionen, die angezeigt oder geändert werden sollen',  
      'Viewable portfolio files'
    'You must select at least one functionality type to display.'  => '可见组合文件',
 => 'Sie müssen mindestens einen Funktionstyp auswählen, der angezeigt werden soll.',  
      'Viewable group portfolio files'
    'Default color schemes'  => '可见组组合文件',
 => 'Voreingestellte Farbeinstellungen',  
      'Display file listing'
    'Log-in page options'  => '显示文件列表',
 => 'Optionen für Login-Seite',  
      'Portfolio files for [_1]'
    'Default authentication/language/timezone'  => '[_1] 的组合文件',
 => 'Voreingestellte Authentifizierung/Sprache/Zeitzone',  
      'File access type: '
    'Default quotas for user portfolios'  => '文件访问类型: ',
 => 'Voreingestellter Speicherplatz für Portfoliobereiche der Benutzer',  
      'Update display'
    'Auto-enrollment settings'  => '更新显示',
 => 'Einstellungen für automatische Kursbelegung',  
      'Course Information page'
    'Auto-update settings'  => '课程资料页',
 => 'Einstellungen für automatische Aktualisierungen',  
      'Information about [_1]'
    'Institutional directory searches'  => '关于 [_1] 的消息',
 => 'Institutionelle Verzeichnissuche',  
      'There are no available files of the specified access type: [_1]'
    'Contact Information'  => '没有提供文件的指定访问类型: [_1]',
 => '联系信息',  
 #=> 'Kontaktdaten',     'File Type Displayed: [_1]'
   => '显示文件类型: [_1]',
    'User creation'  
 => '创建用户',     'All file types'
 #=> 'Benutzer-Erstellung',  => '所有文件类型',
   
    'User modification'     'The resource depends on another resource with variable filename, i.e., [_1].'
 => '用户设置',  => 'The resource depends on another resource with variable filename, i.e., [_1].',
 #=> 'Benutzer-Einstellungen',  
      'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.'
    'Scantron format file'  => 'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.',
 => 'Scantron-Format-Datei',  
      'Add Selection for:'
    'Cataloging of courses'  => 'Add Selection for:',
 => 'Katalogisierung von Kursen',  
      'Selected Parameters:'
    'Display options'  => 'Selected Parameters:',
 => 'Anzeigeoptionen',  
      'Show detailed Parameter Selection'
    'Display using: '  => 'Show detailed Parameter Selection',
 => 'Anzeige verwendet: ',  
   # Resource Parameters - Start
    'one column'  
 => 'eine Spalte',     'Problem Opening Date (opendate)'
   => '问题开始日期 (opendate)',
    'two columns'  
 => 'zwei Spalten',     'Problem Opening Date'
   => '问题开始日期',
    'Changes made:'  
 => 'Vorgenommene Änderungen:',     'Problem Due Date (duedate)'
   => '问题截止日期 (duedate)',
    'Back to configuration display'  
 => 'Zurück zur Konfiguration',     'Problem Due Date'
   => '问题截止日期',
    'No changes made to log-in page settings'  
 => 'An den Optionen für die Login-Seite wurden keine Änderungen vorgenommen.',     'Problem Answer Date (answerdate)'
   => '问题答案日期 (answerdate)',
    'Support Request'  
 => 'Anfrage an Helpdesk',     'Problem Answer Date'
   => '问题答案日期',
    '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.',     'Time-Limit (interval)'
   => '期限 (interval)',
    'Contact your instructor instead.'  
 => 'Kontaktieren Sie dazu Ihren Dozenten.',     'Time-Limit'
   => '期限',
    'Cc'  
 => 'Kopie an (CC)',     'Weight (weight)'
   => 'Weight (weight)',
    'Your e-mail address'  
 => 'Ihre E-Mail-Adresse',     'Weight'
   => 'Weight',
    'Search and Enroll'  
 => 'Suche und Kursbelegung',     'Maximum Number of Tries (maxtries)'
   => 'Maximum Number of Tries (maxtries)',
    'Search or Add New User'  
 => 'Suche oder neuen Benutzer hinzufügen',     'Maximum Number of Tries'
   => 'Maximum Number of Tries',
    'No username and/or domain provided.'  
 => 'Keine Benutzerkennung und/oder Domäne angegeben.',     'Number of Tries before hints appear (hinttries)'
   => 'Number of Tries before hints appear (hinttries)',
    '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.',     'Number of Tries before hints appear'
   => 'Number of Tries before hints appear',
    'Contact the <a[_1]>helpdesk</a> for assistance.'  
 => 'Kontaktieren Sie das <a[_1]>Helpdesk</a> für Unterstützung.',     'Content Opening Date (contentopen)'
   => '内容开放日期 (contentopen)',
    '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 Due Date (contentclose)'
   => '内容关闭日期 (contentclose)',
    '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.',     'Content Opening Date'
   => '内容开放日期',
    '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.',     'Content Close Date'
   => '内容关闭日期',
    '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.',     'Question Type (type)'
   => '问题类型 (type)',
    'Records [_1]'  
 => 'Datensätze [_1]', # ???     'Question Type'
   => '问题类型',
    'Filter [_1]'  
 => 'Filter [_1]',     'Show Problem Status (problemstatus)'
   => 'Show Problem Status (problemstatus)',
    '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.',     'Show Problem Status'
   => '查看问题状态',
    '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]', # ???     'Resource hidden from students (hiddenresource)'
   => 'Resource hidden from students (hiddenresource)',
    'Nothing submitted - no attempts.'  
 => 'Nichts eingereicht - keine Versuche.',     'Resource hidden from students'
   => 'Resource hidden from students',
    'No data.'  
 => 'Keine Daten vorhanden.',     'List of hidden parts (hiddenparts)'
   => 'List of hidden parts (hiddenparts)',
    '[_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.',     'List of hidden parts'
   => 'List of hidden parts', # ???
    'Open in a new window'  
 => 'In neuem Fenster öffnen',     'Part Description (display)'
   => 'Part Description (display)',
    'Revoke user roles'  
 => 'Benutzerrollen entziehen',     'Part Description'
   => 'Part Description',
    'Delete user roles'  
 => 'Benutzerrollen löschen',     'Show Parts One-at-a-Time (ordered)'
   => 'Show Parts One-at-a-Time (ordered)',
    'Re-enable expired user roles'  
 => 'Abgelaufene Benutzerrollen reaktivieren',     'Show Parts One-at-a-Time'
   => 'Show Parts One-at-a-Time',
    'Make future user roles active now'  
 => 'Zukünftige Benutzterrollen für jetzt aktivieren',     'Numerical Tolerance (tol)'
   => 'Numerical Tolerance (tol)',
    'Change starting/ending dates'  
 => 'Anfangs-/Endezeiten ändern',     'Numerical Tolerance'
   => 'Numerical Tolerance',
    'Change section associated with user roles'  
 => 'Mit Benutzerrollen verknüpfte Sektionen ändern',     'Significant Digits (sig)'
   => 'Significant Digits (sig)',
    'Modify existing user: '  
 => 'Existierenden Benutzer ändern: ',     'Significant Digits'
   => 'Significant Digits',
    'Enroll one student'  
 => 'Einzelnen Studenten Kurs belegen lassen',     'Show Units - Disable Entry (turnoffunit)'
   => 'Show Units - Disable Entry (turnoffunit)',
    'Enroll one student: '  
 => 'Einzelnen Studenten Kurs belegen lassen: ',     'Show Units - Disable Entry'
   => 'Show Units - Disable Entry', # ???
    'Existing Roles'  
 => 'Bestehende Rollen',     'Discussion End Time (discussend)'
   => 'Discussion End Time (discussend)',
    'Text-based Interface Login'  
 => 'Anmeldung für textbasierte Oberfläche',     'Discussion End Time'
   => 'Discussion End Time',
    'Select Accessibility Options'  
 => 'Auswahl der Anmeldeoptionen',     'Hide Closed Discussion (discusshide)'
   => 'Hide Closed Discussion (discusshide)',
    'Suppress rendering of images'  
 => 'Anzeige von Bildern unterbinden',     'Hide Closed Discussion'
   => 'Hide Closed Discussion',
    'Suppress Java applets'  
 => 'Java-Applets unterbinden',     'Randomly Order Resources (randomorder)'
   => 'Randomly Order Resources (randomorder)',
    'Suppress rendering of embedded multimedia'  
 => 'Eingebettete Multimedia-Objekte unterbinden',     'Randomly Order Resources'
   => 'Randomly Order Resources',
    'Increase font size'  
 => 'Zeichengröße erhöhen',     'Randomly pick number of resources (randompick)'
   => 'Randomly pick number of resources (randompick)',
    'Switch to black and white mode'  
 => 'Schwarz-Weiß-Modus',     'Do not show plain URL (encrypturl)'
   => 'Do not show plain URL (encrypturl)',
    'Remember these settings for next login'  
 => 'Diese Einstellungen für das nächste Anmelden merken',     'Do not show plain URL'
   => 'Do not show plain URL',
    'You are already logged in!'  
 => 'Sie sind bereits angemeldet!',     'Slots of availability (available)'
   => 'Slots of availability (available)',
    'You are already logged in'  
 => 'Sie sind bereits angemeldet!',     'Slots of availability'
   => 'Slots of availability',
    'Please either [_1]continue the current session[_2] or [_3]logout[_4].'  
 => 'Ihre Möglichkeiten: [_1]aktuelle Sitzung fortsetzen[_2] oder [_3]abmelden[_4].',     'CSS file to link (cssfile)'
   => 'CSS file to link (cssfile)',
    'Login problems?'  
 => 'Schwierigkeiten beim Anmelden?',     'CSS file to link'
   => 'CSS file to link',
    'Reset password'  
 => 'Passwort zurücksetzen',     'Use slot based access controls (useslots)'
   => 'Use slot based access controls (useslots)',
    'Reset forgotten LON-CAPA password'  
 => 'Vergessenes LON-CAPA-Passwort zurücksetzen',     'Use slot based access controls'
   => 'Use slot based access controls',
    '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.',     'Client IP/Name Access Control (acc)'
   => 'Client IP/Name Access Control (acc)',
    'Three conditions must be met:'  
 => 'Drei Bedingungen müssen zutreffen:',     'Client IP/Name Access Control'
   => 'Client IP/Name Access Control',
    '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.',     'Resource alias name for conditions (mapalias)'
   => 'Resource alias name for conditions (mapalias)',
    '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.',     'Resource alias name for conditions'
   => 'Resource alias name for conditions',
    '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.',     'Slots of availability selected by student (availablestudent)'
   => 'Slots of availability selected by student (availablestudent)',
    '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.',     'Slots of availability selected by student'
   => 'Slots of availability selected by student',
    'Email address in LON-CAPA'  
 => 'E-Mail-Adresse in LON-CAPA',     'Hide buttons from students (buttonshide)'
   => 'Hide buttons from students (buttonshide)',
    '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 buttons from students'
   => 'Hide buttons from students', # ???
    'Please [_1]go back[_2] and try again.'  
 => 'Bitte gehen Sie [_1]einen Schritt zurück[_2] und versuchen Sie es erneut.',     'Hide DragMath-Editor (turnoffeditor)'
   => 'Hide DragMath-Editor (turnoffeditor)',
    '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.',     'Hide DragMath-Editor'
   => 'Hide DragMath-Editor',
    '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.',     'Maximum Number of Collaborators (maxcollaborators)'
   => 'Maximum Number of Collaborators (maxcollaborators)',
    '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.',     'Maximum Number of Collaborators'
   => 'Maximum Number of Collaborators',
    '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.',     'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
   => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
    '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.',     'Allowed File Extensions for Uploaded Files'
   => 'Allowed File Extensions for Uploaded Files',
    '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.',     'Hand Graded (handgrade)'
   => 'Hand Graded (handgrade)',
    '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.',     'Hand Graded'
   => 'Hand Graded',
    'Owner(s)'  
 => 'Eigentümer',     'Number of bubbles in exam mode (numbubbles)'
   => '考试模式中的一些复选框 (numbubbles)',
    'Practice Problem'  
 => 'Übungsaufgabe',     'Number of bubbles in exam mode'
   => '考试模式中的一些复选框',
    'Submissions are not permanently recorded'  
 => 'Die Antworten werden nicht dauerhaft gespeichert.',     'Format for display of score (scoreformat)'
   => '评分显示格式 (scoreformat)',
    'Submissions to practice problems are not permanently recorded.'  
 => 'Antworten von Übungsaufgaben werden nicht dauerhaft gespeichert.',     'Format for display of score'
   => '评分显示格式',
    '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.'  
 => 'Festlegung, welche Seite beim Betreten dieses Kurses angezeigt werden soll.',     'Max. cumulative size (MB) for submitted files (maxfilesize)'
   => '最大(MB)累积提交文件 (maxfilesize)',
    'Current value is determined by'  
 => 'Derzeitiger Wert ist bestimmt durch',     'Max. cumulative size (MB) for submitted files'
   => '最大(MB)累积提交文件',
    'and is set to display'  # Resource Parameters - End
 => 'und ist so eingestellt, dass folgende Seite gezeigt wird:',  
   # Resource Parameter Categories - Start
    'Page display controlled by'     'Problem Appearance'
 => 'Seitenanzeige wird bestimmt durch',  => 'Problem Appearance',
   
    'If'     'Time Settings'
 => 'Falls',  => 'Time Settings',
   
    'Choose course entry'     'High Level Randomization'
 => 'Auswahl des Kurs-Eintrags',  => 'High Level Randomization',
   
    'Modify course entry'     'Hiding'
 => 'Kurs-Eintrag ändern',  => 'Hiding',
   
    'No members to add at this time, as there are no users matching the specified type(s), role(s) and section(s).'     'Behaviour of Input Fields'
 => 'Derzeit gibt es keine Mitglieder, die hinzuzufügen wären, da es keine Benutzer gibt, auf die die Typen, Rollen und Sektionen zutreffen.',  => 'Behaviour of Input Fields',
   
    '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.'     'Slots'
 => '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.',  => 'Slots',
   
    "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."     'File Submission'
 => "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.",  => 'File Submission',
   # Resource Parameters Categories - End
    'Setting optional privileges for specific group members'  
 => 'Einrichten von optionalen Berechtigungen für bestimmte Gruppenmitglieder',     'New LON-CAPA [_1] ID: [_2]'
   => '新的 LON-CAPA-[_1]-ID: [_2]',
    '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.',     'Not available'
   => '不详',
    'Create group'  
 => 'Gruppe erstellen',     'Post Announcement'
   => '提交通知',
    '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.',     'The folder name: "[_1]" is already in use for an existing folder.'
   => '文件夹名称: "[_1]" 已经在现有的文件夹中。',
    '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 name: "[_1]" is already used for one of the folders automatically generated by the system.'
   => '文件夹名称: "[_1]" 已经用于一个文件夹自动生成系统。',
    '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:',     'Error - could not obtain lock on email folders record.'
   => 'Error - could not obtain lock on email folders record.',
    'Group [_1] was created.'  
 => 'Die Gruppe [_1] wurde erstellt.',     'The folder "[_1]" may not be deleted'
   => 'The folder "[_1]" may not be deleted',
    'E-mail Address'  
 => 'E-Mail-Adresse',     'The folder "[_1]" does not exist so deletion is not required.'
   => 'The folder "[_1]" does not exist so deletion is not required.',
    'Closes '  
 => 'Schließt am ',     'The folder "[_1]" contains messages so it may not be deleted.'
   => '该文件夹“[_1]”包含有信息,因此不能删除。',
    '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.',     'Delete or move the messages to a different folder first.'
   => 'Delete or move the messages to a different folder first.',
    '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]" 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.',
    '[quant,_1,day]'  
 => '[quant,_1,Tag,Tage]',     '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.',
    '[quant,_1,hour]'  
 => '[quant,_1,Stunde,Stunden]',     '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,minute]'  
 => '[quant,_1,Minute,Minuten]',     '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,second]'  
 => '[quant,_1,Sekunde,Sekunden]',     'Warning: failed to release lock for counter'
   => 'Warning: failed to release lock for counter',
    'Start Timer?'  
 => 'Timer starten?',     'Warning: failed to release lock for folder: [_1].'
   => 'Warning: failed to release lock for folder: [_1].',
    'Sign up for time to work.'  
 => 'Für Zeiten zur Bearbeitung eintragen',     'Error uploading new folder.'
   => 'Error uploading new folder.',
    'Requesting Another Worktime'  
 => 'Anforderung von Zeiten zur Bearbeitung',     'Error reading contents of parent folder.'
   => 'Error reading contents of parent folder.',
    'No available times.'  
 => 'Keine Zeiten verfügbar.',     'Error saving updated parent folder.'
   => 'Error saving updated parent folder.',
    'Return to last resource'  
 => 'Zur letzten Ressource zurückkehren',     '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.',
    'My Courses'  
 => 'Meine Kurse',     '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.',
    '[_1] parts'  
 => '[_1] Teile',     'Message not moved, A network error occurred.'
   => 'Message not moved, A network error occurred.',
    'Part: [_1]'  
 => 'Aufgabenteil: [_1]',     '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.',
    'New Discussion'  
 => 'Neuer Diskussionsbeitrag',     '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.',
    'New Email'  
 => 'Neue E-Mail',     '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 Error'  
 => 'Neuer Fehler',     '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.',
    '(randomly select [_1])'  
 => '(zufällig [_1] ausgewählt)',     '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.',
    '(randomly ordered)'  
 => '(in zufälliger Reihenfolge)',     'Error: could not determine domain or number of course'
   => 'Error: could not determine domain or number of course',
    'No course selected'  
 => 'Kein Kurs gewählt',     'Select message recipients from the group members listed below.'
   => 'Select message recipients from the group members listed below.',
    'Open '  
 => 'Öffnet am ',     'Send another e-mail'
   => '发送另一个电子邮件',
    'Having technical difficulties; please check status later'  
 => 'Technische Probleme - bitte später nochmal probieren',     'Send another group message'
   => '给其他组发送邮件',
    'Answer open'  
 => 'Antwort verfügbar am',     'Return to group page'
   => '返回到组网页',
    'Yes, and show correct answer if they exceed the maximum number of tries.'  
 => 'Ja, und korrekte Antwort anzeigen, nachdem alle Versuche aufgebraucht sind.',     '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'
   => '您必须确认您已经收到此邮件,然后才能访问其他页面。确认后,此邮件将移至您的收件箱。',
    "No, don't show correct/incorrect feedback."  
 => "Nein, kein Korrekt-/Inkorrekt-Feedback anzeigen",     '[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.',
    'No, show no feedback at all.'  
 => 'Nein, keinerlei Feedback anzeigen.',     '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.',
    'single part'  
 => 'einteilig',     '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.',
    'Course Page'  
 => 'Kurs-Seite',     'Send 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 Message'
   => '发送邮件', # '发送讯息',
    'Current value is [_1].'  
 => 'Derzeitiger Wert ist [_1].',     'Send Reply to Messages'
   => '发送回复邮件',
    'Unable to set interval to [_1] due to [_2].'  
 => 'Intervall konnte nicht auf [_1] gesetzt werden. Ursache: [_2]',     'Send Reply to Message'
   => '发送回复邮件',
    'Changes to threshold(s) for problem tracking:'  
 => 'Vorgenommene Änderungen der Schwellenwerte:',     'Forward Messages'
   => '转发邮件',
    'Set threshold for [_1] to [_2]'  
 => 'Schwellenwert für [_1] auf [_2] gesetzt',     'Forward Message'
   => '转发邮件',
    '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',     'Save message for re-use'
   => '邮件重新保存',
    '(Currently: [_1])'  
 => '(Derzeit: [_1])',     'Show re-usable messages'
   => '显示保存的邮件',
    "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."  
 => "Die hier vorgenommenen allgemeinen Benutzereinstellungen können in einzelnen Kursen überschrieben werden, indem spezielle Kurs-Einstellungen auf der [_1]Was-gibt's-Neues-Seite[_2] im jeweiligen Kurs vorgenommen werden.",     'This message was designated by the sender not to allow replies.'
   => 'This message was designated by the sender not to allow replies.',
    'Display the [_1]first resource[_2] in the course.'  
 => 'Anzeige der [_1]ersten Ressource[_2] im Kurs.',     'The sender did not designate a reply to address for this message.'
   => 'The sender did not designate a reply to address for this message.',
    "Display the [_1]What's New page[_2] - a summary of items in the course which require attention."  
 => "Anzeige der [_1]Was-gibt's-Neues-Seite[_2] - eine Übersicht von Elementen im Kurs, auf die geachtet werden sollte.",     'Reply to other recipients'
   => 'Reply to other recipients',
    'Default now set'  
 => 'Voreinstellung ist ab sofort',     'Unless you choose otherwise:'
   => 'Unless you choose otherwise:',
    'when you select a course role from the roles screen'  
 => 'Wenn Sie einen Kurs von der Benutzerrollen-Seite wählen',     "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.",
    'you will be taken to the start of the course.'  
 => 'werden Sie zum Anfang des Kurses geleitet.',     'original subject'
   => 'original subject',
    '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.',     "sender's name"
   => "sender's name",
    "Display the What's New page listing course action items"  
 => "Anzeige der Was-gibt's-Neues-Seite, die die Kurs-Aktionselemente auflistet",     'Message begins with:'
   => 'Message begins with:',
    'Go to the start of the course'  
 => 'Zum Anfang des Kurses gehen, und zwar ',     'Any new text to display before the text of the original messages:'
   => 'Any new text to display before the text of the original messages:',
    'now'  
 => 'jetzt',     'username1:domain1: text'
   => '用户名1:域名1: 文本',
    'No official courses to display for [_1].'  
 => 'Es existieren keine offiziellen Kurse für [_1], die angezeigt werden könnten.',     'username2:domain2: text'
   => '用户名2:域名2: 文本',
    '(Month - Day - Year)'  
 => '(Monat - Tag - Jahr)',     'username3:domain1: text'
   => '用户名3:域名3: 文本',
    'Month[_1]Day[_2]Year'  
 => 'Monat[_1]Tag[_2]Jahr',     "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>收集并附加到一般消息文本。", # ???
    '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.',     'Not allowed'
   => '不允许',
    'Skipping'  
 => 'Ausgelassen:',     'Archived Message'
   => '存档的邮件',
    'Notifying host'  
 => 'Benachrichtigung des Hosts', # ???     '[quant,_1,communication blocking period was,communication blocking periods were] removed.'
   => '[quant,_1,communication blocking period was,communication blocking periods were] removed.',
    'Back to Catalog Information'  
 => 'Zurück zu den Katalogisierungsdaten',     '[quant,_1,communication blocking period was,communication blocking periods were] modified.'
   => '[quant,_1,communication blocking period was,communication blocking periods were] modified.',
    ' at '  
 => ' in ',     '[quant,_1,communication blocking period was,communication blocking periods were] added.'
   => '[quant,_1,communication blocking period was,communication blocking periods were] added.',
    "Computer's answer is incorrect ([_1])."  
 => "Die hinterlegte Antwort ist falsch ([_1]).",     '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.',
    'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.'  
 => 'Wahrscheinlich müssen der Toleranzbereich [_1] oder die signifikanten Stellen [_2] angepasst werden.',     'Reply To'
   => 'Reply To',
    'It is likely that the tolerance range [_1] needs to be adjusted.'  
 => 'Wahrscheinlich muss der Toleranzbereich [_1] angepasst werden.',     'Current attempts of student (if applicable)'
   => 'Current attempts of student (if applicable)',
    'Submission Record'  
 => 'Einreichungs-Aufzeichnungen',     'Current screen output (if applicable)'
   => 'Current screen output (if applicable)',
    'Set/Change grades'  
 => 'Bewertungen eingeben/ändern',     'No saved comments yet.'
   => 'No saved comments yet.',
    'View of the problem'  
 => 'Anzeige der Aufgabe',     'No saved comments yet for this resource.'
   => 'No saved comments yet for this resource.',
    'Assign Grades'  
 => 'Bewertungen zuweisen',     'Could not deliver message'
   => 'Could not deliver message',
    'Save &amp; Next'  
 => 'Speichern und weiter',     'Please use the browser "Back" button and correct the recipient addresses ([_1]).'
   => 'Please use the browser "Back" button and correct the recipient addresses ([_1]).',
    '[_1]student(s)'  
 => '[_1]Student(en)',     'Failed to delete the message.'
   => 'Failed to delete the message.',
    '(Next and Previous (student) do not save the scores.)'  
 => '("Vorherige" und "Weiter" speichert nicht die Bewertungsdaten dieser Seite)',     'Marked [_1] message(s) read'
   => 'Marked [_1] message(s) read',
    'LON-CAPA User Message'  
 => 'LON-CAPA-Benutzernachricht',     'Marked [_1] message(s) Unread'
   => 'Marked [_1] message(s) Unread',
    '<b>Message: </b> No more students for this section or class.'  
 => '<b>Nachricht:</b> Keine weiteren Studenten für diese Sektion oder diesen Kurs.',     'Destination folder [_1] is not a valid folder'
   => 'Destination folder [_1] is not a valid folder',
    'Click on the button below to return to the grading menu.'  
 => 'Klicken Sie auf den Button, um zum Bewertungsmenü zurückzugelangen.',     'Failed to move [_1] message(s)'
   => 'Failed to move [_1] message(s)',
    'Group files'  
 => 'Gruppendateien',     'Moved [_1] message(s)'
   => 'Moved [_1] message(s)',
    'One group portfolio file is available.'  
 => 'Eine Gruppen-Portfolio-Datei ist verfügbar.',     'Failed to delete [_1] message(s)'
   => 'Failed to delete [_1] message(s)',
    'One portfolio file owned by [_1] is available.'  
 => 'Eine Gruppen-Portfolio-Datei von [_1] ist verfügbar.',     'Deleted [_1] message(s)'
   => 'Deleted [_1] message(s)',
    'A total of [_1] group portfolio files are available.'  
 => 'Insgesamt sind [_1] Gruppen-Portfolio-Dateien verfügbar.',     '[quant,_1,message] forwarded.'
   => '[quant,_1,message] forwarded.',
    'A total of [_1] portfolio files owned by [_2] are available'  
 => 'Insgesamt sind [_1] Gruppen-Portfolio-Dateien von [_2] verfügbar.',     'Could not forward [quant,_1,message].'
   => 'Could not forward [quant,_1,message].',
    '[quant,_1,file is,files are] publicly accessible.'  
 => 'Auf [quant,_1,Datei,Dateien] kann öffentlich zugegriffen werden.',     'Could not deliver forwarded message.'
   => 'Could not deliver forwarded message.',
    '[quant,_1,file requires,files require] a passphrase for access.'  
 => '[quant,_1,Datei benötigt,Dateien benötigen] für den Zugriff ein Passwort.',     'The recipient addresses may need to be corrected'
   => 'The recipient addresses may need to be corrected',
    'Group Portfolio files'  
 => 'Gruppen-Portfolio-Dateien',     'Mail folder "[_1]" created.'
   => '邮件文件夹 "[_1]" 已创建。',
    'Viewable portfolio files.'  
 => 'Einsehbare Portfolio-Dateien',     'Creation failed.'
   => '创建失败。',
    'Viewable portfolio files'  
 => 'Einsehbare Portfolio-Dateien',     'Mail folder "[_1]" deleted.'
   => '邮件文件夹 "[_1]" 已删除。',
    'Viewable group portfolio files'  
 => 'Einsehbare Gruppen-Portfolio-Dateien',     'Deletion failed.'
   => '删除失败。',
    'Display file listing'  
 => 'Dateienliste anzeigen',     'Mail folder "[_1]" renamed "[_2]".'
   => '邮件文件夹 "[_1]" 更名为 "[_2]".',
    'Portfolio files for [_1]'  
 => 'Portfolio-Dateien von [_1]',     'Renaming failed.'
   => '重命名失败。',
    'File access type: '  
 => 'Dateizugriffs-Typ: ',     'Messages'
   => '邮件',
    'Update display'  
 => 'Anzeige aktualisieren',     'Distribute from Uploaded File'
   => '从上传的文件分发', # ???
    'Course Information page'  
 => 'Kursinformations-Seite',     'Communication Blocking'
   => '通讯阻塞',
    'Information about [_1]'  
 => 'Über-mich-Seite von [_1]',     'Communication blocking during scheduled exams'
   => '有时限的通讯阻塞',
    'There are no available files of the specified access type: [_1]'  
 => 'Es sind keine Dateien des angegebenen Zugriffstyps [_1] verfügbar.',     '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课程的学生之间的沟通,请您在在设置和更改安排考试时间时注意选择正确的开始和结束时间。',
    'File Type Displayed: [_1]'  
 => 'Anzuzeigende Dateitypen: [_1]',     'Modify existing communication blocking periods'
   => '修改现有的通信阻断时间',
    'All file types'  
 => 'Alle Dateitypen',     'No communication blocks currently saved'
   => '目前任何通信被锁定。',
    '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].',     'Duration'
   => '持续',
    '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.',     'Event'
   => '事件',
   
    'Select&nbsp;All'     'Blocked?'
 => 'Alle&nbsp;auswählen',  => '被锁定?',
   
    'Select&nbsp;Common&nbsp;Only'     'Add block'
 => 'Nur&nbsp;Gebräuchliche&nbsp;auswählen',  => '新增锁定',
   
    'Add Selection for:'     'e.g., Exam 1'
 => 'Auswahl hinzufügen für:',  => '(例如:考试1)',
   
    'Problem&nbsp;Dates'     'Discussion'
 => 'Aufgaben-Zeitfenster',  => '论坛',
   
    'Content&nbsp;Dates'     'The following changes were made'
 => 'Inhalts-Zeitfenster',  => '进行了以下更改:',
   
    'Discussion&nbsp;Settings'     'Add new communication blocking periods'
 => 'Diskussionen',  => '添加新的的通信阻断时间',
   
    'Visibilities'     'Set by'
 => 'Sichtbarkeit',  => 'Set by',
   
    'Part&nbsp;Parameters'     'Deleted Message'
 => 'Aufgabenteile',  => '删除的邮件',
   
    'Unselect&nbsp;All'     'Marked Messages Read'
 => 'Auswahl&nbsp;komplett&nbsp;aufheben',  => '邮件标记为已读',
   
      'Marked Messages Unread'
 # Resource Parameters - Start  => '邮件标记为未读',
   
    'Problem Opening Date'     'Moved Messages'
 => 'Aufgaben-Startzeit',  => '移动邮件',
   
    'Problem Due Date'     'Deleted Messages'
 => 'Aufgaben-Fälligkeitszeit',  => '删除邮件',
   
    'Problem Answer Date'     'Marked Message as Unread'
 => 'Aufgaben-Antwortverfügbarkeitszeit',  => '邮件标记为未读',
   
    'Time-Limit'     'Deleted Folder'
 => 'Zeitlimit',  => '删除文件夹',
   
 #   'Weight (weight)'     'Renamed Folder'
 #=> 'Gewichtung (weight)',  => '重命名文件夹',
 #  
    'Weight'     'username:domain,username:domain,...'
 => 'Aufgaben-Gewichtung',  => '用户名:域,用户名:域...',
   
 #   'Maximum Number of Tries (maxtries)'     'All courses'
 #=> 'Maximale Anzahl an Versuchen (maxtries)',  => '所有课程',
 #  
    'Maximum Number of Tries'     'Pick specific course(s):'
 => 'Maximale Anzahl an Versuchen',  => 'Pick specific course(s):',
   
 #   'Number of Tries before hints appear (hinttries)'     'Search for a course in the [_1] domain'
 #=> 'Anzahl der Versuche, bevor Hinweise erscheinen (hinttries)',  => 'Search for a course in the [_1] domain',
 #  
    'Number of Tries before hints appear'     'Actions available after searching for a course:'
 => 'Anzahl Versuche, bevor Hinweise angezeigt werden',  => 'Actions available after searching for a course:',
   
    'Content Opening Date'     'Although almost all course settings can be modified by a [_1], a number of settings exist which only a [_2] may change:'
 => 'Inhalts-Startdzeit',  => 'Although almost all course settings can be modified by a [_1], a number of settings exist which only a [_2] may change:',
   
    'Content Close Date'     "Certain settings which control auto-enrollment of students from your institution's student information system."
 => 'Inhalts-Endezeit',  => "Certain settings which control auto-enrollment of students from your institution's student information system.",
   
 #   'Question Type (type)'     'The total disk space allocated for storage of portfolio files in all groups in a course.'
 #=> 'Fragetyp (type)',  => 'The total disk space allocated for storage of portfolio files in all groups in a course.',
 #  
    'Question Type'     'No existing sections'
 => 'Aufgabentyp',  => 'No existing sections',
   
 #   'Show Problem Status (problemstatus)'     'Broadcast e-mail to users'
 #=> 'Aufgabenstatus anzeigen (problemstatus)',  => 'Broadcast e-mail to users',
 #  
    'Show Problem Status'     'Broadcast E-mail'
 => 'Aufgabenstatus anzeigen',  => 'Broadcast E-mail',
   
 #   'Resource Hidden from Students (hiddenresource)'     'Broadcast e-mail to Domain'
 #=> 'Ressource vor Studierenden verborgen (hiddenresource)',  => 'Broadcast e-mail to Domain',
 #  
    'Resource Hidden from Students'     'Send a new e-mail message to selected users from this domain'
 => 'Ressource vor Studenten verborgen',  => 'Send a new e-mail message to selected users from this domain',
   
 #   'List of hidden parts (hiddenparts)'     'Send a new e-mail to selected users from this domain'
 #=> 'Liste der versteckten Aufgabenteile (hiddenparts)',  => 'Send a new e-mail to selected users from this domain',
 #  
    'List of hidden parts'     'Display e-mail sent by Domain Coordinators in this domain'
 => 'Liste der versteckten Aufgabenteile', # ???  => 'Display e-mail sent by Domain Coordinators in this domain',
   
 #   'Part Description (display)'     'Select Audience'
 #=> 'Aufgabenteil-Beschreibung (display)',  => 'Select Audience',
 #  
    'Part Description'     'Choose e-mail audience'
 => 'Aufgabenteil-Beschreibung',  => 'Choose e-mail audience',
   
    'Show Parts One-at-a-Time'     'Roles:'
 => 'Aufgabenteile alle zur gleichen Zeit zeigen',  => '角色:',
   
 #   'Numerical Tolerance (tol)'     'Courses:'
 #=> 'Numerische Toleranz (tol)',  => '课程:',
 #  
    'Numerical Tolerance'     '[_1] selected.'
 => 'Numerische Toleranz',  => '[_1] 选择的。',
   
 #   'Significant Digits (sig)'     'Access status:'
 #=> 'Signifikante Stellen (sig)',  => 'Access status:',
 #  
    'Significant Digits'     'Username -> Email conversion:'
 => 'Signifikante Stellen',  => '用户名 -> E-Mail 转换:',
   
    'Show Units - Disable Entry'     'Building valid e-mail address from username, if missing from preferences:'
 => 'Einheiten anzeigen - Eintrag deaktivieren', # ???  => 'Building valid e-mail address from username, if missing from preferences:',
   
    'Discussion End Time'     'Kerberos: enter default for each realm used in the domain, with comma separation of entries'
 => 'Diskussions-Endezeit',  => 'Kerberos: enter default for each realm used in the domain, with comma separation of entries',
   
    'Hide Closed Discussion'     '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).'
 => 'Geschlossene Diskussion verbergen',  => '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).',
   
    'Randomly Order Resources'     'Internal, Filesystem and Local authentication: enter single default.'
 => 'Zufällige Reihenfolge der Ressourcen',  => 'Internal, Filesystem and Local authentication: enter single default.',
   
 #   'Randomly pick number of resources (randompick)'     'Authentication Method'
 #=> 'Ressourcenanzahl zufällig wählen (randompick)',  => 'Authentication Method',
 #  
    'Randomly pick number of resources'     'Username -> e-mail conversion'
 => 'Zufällige Anzahl an Ressourcen verwenden',  => 'Username -> e-mail conversion',
   
 #   'Do not show plain URL (encrypturl)'     'Internal (LON-CAPA)'
 #=> 'Blanke URL nicht anzeigen  (encrypturl)',  => 'Internal (LON-CAPA)',
 #  
    'Do not show plain URL'     'username@'
 => 'URL nicht im Klartext zeigen',  => '用户名@',
   
    'Slots of availability'     'Local/Customized'
 => 'Verfügbarkeits-Slots',  => 'Local/Customized',
   
    'CSS file to link'     'Filesystem (UNIX)'
 => 'Zu verlinkende CSS-Datei',  => 'Filesystem (UNIX)',
   
    'Use slot based access controls'     'Compose E-mail'
 => 'Slot-basierte Zugriffskontrolle verwenden',  => 'Compose E-mail',
   
 #   'Client IP/Name Access Control (acc)'     'No recipients identified'
 #=> 'Client IP/Namen-Zugriffssteuerung (acc)',  => 'No recipients identified',
 #  
    'Client IP/Name Access Control'     'Broadcast e-mail display options'
 => 'Zugriffskontrolle durch Client-IP-Adresse/-Name',  => 'Broadcast e-mail display options',
   
 #   'Resource alias name for conditions (mapalias)'     'Date range:'
 #=> 'Ressourcen-Aliasname für Bedingungen (mapalias)',  => 'Date range:',
 #  
    'Resource alias name for conditions'     'Earliest to display:'
 => 'Ressourcen-Aliasname für Bedingungen',  => 'Earliest to display:',
   
    'Slots of availability selected by student'     'Latest to display:'
 => 'Verfügbarkeits-Slots durch Studenten gewählt',  => 'Latest to display:',
   
    'Hide buttons from students'     'Choose sender(s):'
 => 'Buttons für Studenten verbergen',  => 'Choose sender(s):',
   
    'Hide DragMath-Editor'     'Display e-mail'
 => 'DragMath-Editor verbergen',  => '显示 E-Mail',
   
 #   'Maximum Number of Collaborators (maxcollaborators)'     'E-mail display'
 #=> 'Maximale Anzahl an Mitarbeitern (maxcollaborators)',  => '显示 E-Mail',
 #  
    'Maximum Number of Collaborators'     'Display Broadcast e-mail'
 => 'Maximale Anzahl an Mitarbeitern',  => '显示广播 E-Mail',
   
 #   'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'     'No mail sent matching supplied criteria'
 #=> 'Dateiendungen für hochgeladene Dateien erlauben (uploadedfiletypes)',  => 'No mail sent matching supplied criteria',
 #  
    'Allowed File Extensions for Uploaded Files'     'Customrole'
 => 'Dateiendungen für hochgeladene Dateien erlauben',  => 'Customrole',
   
 #   'Hand Graded (handgrade)'     'Defined by [_1] at [_2].'
 #=> 'Manuell bewertet (handgrade)',  => 'Defined by [_1] at [_2].',
 #  
    'Hand Graded'     'No students found.'
 => 'Manuell bewertet',  => 'No students found.',
   
 #   'Number of bubbles in exam mode (numbubbles)'     'Spreadsheet'
 #=> 'Anzahl der Ankreuzfelder im Prüfungmodus (numbubbles)',  => 'Spreadsheet',
 #  
    'Number of bubbles in exam mode'     'Spreadsheet Help'
 => 'Anzahl der Ankreuzfelder im Prüfungsmodus',  => 'Spreadsheet Help',
   
    'Format for display of score'     'Editing Help'
 => 'Format für Punkteanzeige',  => 'Editing Help',
   
    'Max. cumulative size for submitted files (MB)'     'Help on printing'
 => 'Max. kumulative Größe für eingereichte Dateien (MB)',  => 'Help on printing',
   
 # Resource Parameters - End     'Metadata Diffs'
   => 'Metadata Diffs',
   
    'New LON-CAPA [_1] ID: [_2]'     'Retrieve Metadata'
 => 'Neue LON-CAPA-[_1]-ID: [_2]',  => 'Retrieve Metadata',
   
    'Not available'     'Enter course'
 => 'Nicht verfügbar',  => 'Enter course',
   
    'Post Announcement'     'Enter Course'
 => 'Bekanntmachung absenden',  => 'Enter Course',
   
    'The folder name: "[_1]" is already in use for an existing folder.'     'Enter Access Key to Unlock this Course'
 => 'Der Verzeichnisname "[_1]" ist bereits in einem bestehendem Verzeichnis in Verwendung.',  => 'Enter Access Key to Unlock this Course',
   
    'The folder name: "[_1]" is already used for one of the folders automatically generated by the system.'     'Verifying Access Key to Unlock this Course'
 => 'Der Verzeichnisname "[_1]" ist bereits in einem systemgenerierten Verzeichnis in Verwendung.',  => 'Verifying Access Key to Unlock this Course',
   
    'Error - could not obtain lock on email folders record.'     'Successfully registered key'
 => 'Fehler: Sperrung des Nachrichtenverzeichnis-Datensatzes war nicht möglich.',  => 'Successfully registered key',
   
    'The folder "[_1]" may not be deleted'     'Re-Enter Key'
 => 'Das Verzeichnis "[_1]" kann nicht gelöscht werden',  => 'Re-Enter Key',
   
    'The folder "[_1]" does not exist so deletion is not required.'     'Assigned from [_1] at [_2] for [_3]'
 => 'Das Verzeichnis "[_1]" existiert nicht und braucht daher nicht gelöscht zu werden.',  => 'Assigned from [_1] at [_2] for [_3]',
   
    'The folder "[_1]" contains messages so it may not be deleted.'     'Total Matches'
 => 'Das Verzeichnis "[_1]" enthält Nachrichten und kann daher nicht gelöscht werden.',  => 'Total Matches',
   
    'Delete or move the messages to a different folder first.'     'Time Remaining'
 => 'Löschen oder verschieben Sie die Nachrichten zunächst in ein anderes Verzeichnis.',  => 'Time Remaining',
   
    'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.'     'IMPORT'
 => 'Das Verzeichnis "[_1]" kann nicht in "[_2]" umbenannt werden, da der neue Name ungültig ist.',  => 'IMPORT',
   
    'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is reserved for folders provided automatically by the system.'     'Help on slots'
 => 'Das Verzeichnis "[_1]" kann nicht in "[_2]" umbenannt werden, da der neue Name für Verzeichnisse reserviert ist, die automatisch vom System angeboten werden.',  => 'Help on slots',
   
    'The folder "[_1]" may not be renamed to "[_2]" because the new name you requested is already being used for an existing folder.'     'New user accounts in [_1]'
 => 'Das Verzeichnis "[_1]" kann nicht in "[_2]" umbenannt werden, da der neue Name bereits für ein bestehendes Verzeichnis verwendet wird.',  => 'New user accounts in [_1]',
   
    'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.'     'Student enrollment changes in [_1]'
 => 'Das Verzeichnis "[_1]" kann nicht in "[_2]" umbenannt werden, da das Verzeichnis "[_1]" nicht existiert.',  => 'Student enrollment changes in [_1]',
   
    'Warning: failed to release lock for counter'     'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:'
 => 'Warnung: Die Sperre für den Zähler konnte nicht freigegeben werden.',  => 'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:',
   
    'Warning: failed to release lock for folder: [_1].'     'No institutional classlist data could be retrieved for [_1]'
 => 'Warnung: Die Sperre für das Verzeichnis [_1] konnte nicht freigegeben werden.',  => 'No institutional classlist data could be retrieved for [_1]',
   
    'Error uploading new folder.'     'Not within time window for auto-enrollment in [_1]'
 => 'Fehler beim Hochladen des neuen Verzeichnisses.',  => 'Not within time window for auto-enrollment in [_1]',
   
    'Error reading contents of parent folder.'     'Auto-enrollment not currently enabled for [_1]'
 => 'Fehler beim Lesen der Inhalte des übergeordneten Verzeichnisses.',  => 'Auto-enrollment not currently enabled for [_1]',
   
    'Error saving updated parent folder.'     'The courseID provided does not match a course in this domain.'
 => 'Fehler beim Speichern des aktualisierten übergeordneten Verzeichnisses.',  => 'The courseID provided does not match a course in this domain.',
   
    'Parameters not set for [_1] because the resource was not recognized as part of the course.'     'Not Open'
 => '',  => 'Not Open',
   
    'Message not moved, Attempted to move message to the same folder as it already is in.'     "This resource currently isn't open. It will be available at [_1]."
 => 'Die Nachricht wurde nicht verschoben, da sie in das gleiche Verzeichnis verschoben werden sollte, in dem sie sich bereits befindet.',  => "This resource currently isn't open. It will be available at [_1].",
   
    'Message not moved, A network error occurred.'     'Could not handle ambiguous resource reference'
 => 'Die Nachricht wurde nicht verschoben, da ein Netzwerkfehler aufgetreten ist.',  => 'Could not handle ambiguous resource reference',
   
    'Message not moved as the message is no longer in the source folder.'     'The nature of the problem is unclear'
 => 'Die Nachricht wurde nicht verschoben, da sie sich nicht mehr im Quellverzeichnis befindet.',  => 'The nature of the problem is unclear',
   
    'Message copied to new folder but status was not, A network error occurred.'     'Course Roster'
 => 'Die Nachricht wurde in das neue Verzeichnis kopiert, deren Status allerdings nicht, da ein Netzwerkproblem aufgetreten ist.',  => '课程名册',
   
    'Message copied, but unable to delete the original from the source folder.'     'Classlist'
 => 'Die Nachricht wurde kopiert, allerdings konnte das Original im Quellverzeichnis nicht entfernt werden.',  => '班级名册',
   
    'Message copied, but unable to delete the original status from the source folder.'     'Display of a student-viewable course roster is not currently enabled.'
 => 'Die Nachricht wurde kopiert, allerdings konnte der Originalstatus im Quellverzeichnis nicht entfernt werden.',  => 'Display of a student-viewable course roster is not currently enabled.',
   
    'Error: you must have a course role selected to be able to send a broadcast message to a group in the course.'     'Student-viewable course roster'
 => 'Fehler: Sie müssen zunächst eine Kursrolle auswählen, um Broadcast-Nachrichten an eine Kursgruppe senden zu können.',  => 'Student-viewable course roster',
   
    'Error: could not determine domain or number of course'     'Students with no section'
 => 'Fehler: Weder die Domäne noch die Nummer des Kurses konnte ermittelt werden',  => 'Students with no section',
   
    'Select message recipients from the group members listed below.'     'Students in section "[_1]"'
 => 'Wählen Sie Nachrichtenempfänger von der unten angegebenen Liste der Gruppenmitglieder.',  => 'Students in section "[_1]"',
   
    'Send another e-mail'     'Students in any section'
 => 'Eine weitere E-Mail schicken',  => 'Students in any section',
   
    'Send another group message'     'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.'
 => 'Eine weitere Gruppen-Nachricht schicken',  => 'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.',
   
    'Return to group page'     'The single student without a section[_1] has opted not to be listed in the roster.'
 => 'Zurück zur Gruppenseite',  => 'The single student without a section[_1] has opted not 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'     'The single student in the section[_1] has opted not 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.',  => 'The single student in the section[_1] has opted not 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.'     'The single student in the course[_1] has opted not 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.',  => 'The single student in the course[_1] has opted not 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.'     'None of the [_1] students without a 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.',  => 'None of the [_1] students without a section[_2] have opted to be listed in the roster.',
   
    'The message you checked will be forwarded to the recipient(s) you select below.'     'None of the [_1] students in the section[_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.',  => 'None of the [_1] students in the section[_2] have opted to be listed in the roster.',
   
    'Send Messages'     'None of the [_1] students in the course[_2] have opted to be listed in the roster.'
 => 'Nachrichten senden',  => 'None of the [_1] students in the course[_2] have opted to be listed in the roster.',
   
    'Send Message'     'All [_1] students without a section[_2] have opted to be listed in the roster.'
 => 'Nachricht senden',  => 'All [_1] students without a section[_2] have opted to be listed in the roster.',
   
    'Send Reply to Messages'     'All [_1] students in the section[_2] have opted to be listed in the roster.'
 => 'Antwort auf Nachrichten absenden',  => 'All [_1] students in the section[_2] have opted to be listed in the roster.',
   
    'Send Reply to Message'     'All [_1] students in the course[_2] have opted to be listed in the roster.'
 => 'Antwort auf Nachricht absenden',  => 'All [_1] students in the course[_2] have opted to be listed in the roster.',
   
    'Forward Messages'     'The single student without a section[_1] has opted to be listed in the roster.'
 => 'Nachrichten weiterleiten',  => 'The single student without a section[_1] has opted to be listed in the roster.',
   
    'Forward Message'     'The single student in the section[_1] has opted to be listed in the roster.'
 => 'Nachricht weiterleiten',  => 'The single student in the section[_1] has opted to be listed in the roster.',
   
    'Save message for re-use'     'The single student in the course[_1] has opted to be listed in the roster.'
 => 'Nachricht zur Wiederverwendung speichern',  => 'The single student in the course[_1] has opted to be listed in the roster.',
   
    'Show re-usable messages'     'All [_1] students without a section[_2] are listed in the roster.'
 => 'Wiederverwendbare Nachrichten anzeigen',  => 'All [_1] students without a section[_2] are listed in the roster.',
   
    'This message was designated by the sender not to allow replies.'     'All [_1] students in the section[_2] are listed in the roster.'
 => 'Der Absender dieser Nachricht hat festgelegt, dass auf diese Nachricht nicht geantwortet werden kann.',  => 'All [_1] students in the section[_2] are listed in the roster.',
   
    'The sender did not designate a reply to address for this message.'     'All [_1] students in the course[_2] are listed in the roster.'
 => 'Der Absender hat keine Antwortadresse für diese Nachricht festgelegt.',  => 'All [_1] students in the course[_2] are listed in the roster.',
   
    'Reply to other recipients'     'There is only a single student without a section[_1]'
 => 'Antwort an weitere Empfänger',  => 'There is only a single student without a section[_1]',
   
    'Unless you choose otherwise:'     'There is only a single student in the section[_1]'
 => 'Sofern Sie nichts anderes auswählen, werden folgende Einstellungen verwendet:',  => 'There is only a single student in the section[_1]',
   
    "The subject in each forwarded message will be <i>'Forwarding:'</i> followed by the original subject."     'There is only a single student in the course[_1]'
 => "Der Betreff in jeder weitergeleiteten Nachricht wird <i>'Weiterleitung:'</i> sein, gefolgt vom ursprünglichen Betreff.",  => 'There is only a single student in the course[_1]',
   
    'original subject'     'There are currently no students to display.'
 => 'ursprünglicher Betreff',  => 'There are currently no students to display.',
   
    "sender's name"     'Available Portfolio files'
 => "Name des Absenders",  => 'Available Portfolio files',
   
    'Message begins with:'     'Name not given'
 => 'Nachricht beginnt mit:',  => '姓名不详',
   
    'Any new text to display before the text of the original messages:'     '[quant,_1,file,files,No files]'
 => 'Beliebiger neuer Text, der vor dem Text der Originalnachricht angezeigt werden soll:',  => '[quant,_1,Datei,Dateien,Keine Dateien]',
   
    'username1:domain1: text'     'Error retrieving file information.'
 => 'Benutzerkennung1:Domäne1: Text',  => 'Error retrieving file information.',
   
    'username2:domain2: text'     'Your roster setting'
 => 'Benutzerkennung2:Domäne2: Text',  => 'Your roster setting',
   
    'username3:domain3: text'     'You are currently listed in the student-viewable roster.'
 => 'Benutzerkennung3:Domäne3: Text',  => 'You are currently listed in the student-viewable roster.',
   
    "The messages will be assembled from all lines with the respective\n<tt>username:domain</tt>, and appended to the general message text."     'You are currently <b>not</b> listed in the student-viewable roster.'
 => "Die Nachrichten werden aus allen Zeilen des jeweiligen Benutzers <tt>Benuterzname:Domäne</tt> zusammengestellt\nund zum allgemeinen Nachrichtentext hinzugefügt.", # ???  => 'You are currently <b>not</b> listed in the student-viewable roster.',
   
    'Not allowed'     'Include yourself in the roster?'
 => 'Nicht zulässig',  => 'Include yourself in the roster?',
   
    'Archived Message'     'Display of your name in the student-viewable roster set to [_1].'
 => 'Archivierte Nachrichten',  => 'Display of your name in the student-viewable roster set to [_1].',
   
    '[quant,_1,communication blocking period was,communication blocking periods were] removed.'     'Error occurred saving display setting.'
 => '[quant,_1,Kommunikationssperr-Zeitraum wurde,Kommunikationssperr-Zeiträume wurden] entfernt.',  => 'Error occurred saving display setting.',
   
    '[quant,_1,communication blocking period was,communication blocking periods were] modified.'     'Display of your name in the student-viewable roster unchanged (set to [_1]).'
 => '[quant,_1,Kommunikationssperr-Zeitraum wurde,Kommunikationssperr-Zeiträume wurden] geändert.',  => 'Display of your name in the student-viewable roster unchanged (set to [_1]).',
   
    '[quant,_1,communication blocking period was,communication blocking periods were] added.'     'View course roster'
 => '[quant,_1,Kommunikationssperr-Zeitraum wurde,Kommunikationssperr-Zeiträume wurden] hinzugefügt.',  => 'View course roster',
   
    '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.'     'Change Course Page Preferences'
 => 'Sie haben versucht eine Nachricht anzuzeigen, die momentan gesperrt ist, da Sie einen oder mehre Kurse belegen, in denen eine Online-Prüfung stattfindet.',  => 'Change Course Page Preferences',
   
    'Reply To'     'Change Course Page Pref'
 => 'Antwort an',  => 'Change Course Page Pref',
   
    'Current attempts of student (if applicable)'     'No context.'
 => 'Derzeitige Versuche des Studenten (falls verfügbar)',  => 'No context.',
   
    'Current screen output (if applicable)'     'unable to verify variable URL'
 => 'Derzeitige Bildschirmausgabe (falls verfügbar)',  => 'unable to verify variable URL',
   
    'No saved comments yet.'     'Receipt'
 => 'Bisher keine gespeicherten Kommentare.',  => 'Receipt',
   
    'No saved comments yet for this resource.'     'Problems during Course Initialization'
 => 'Bisher keine gespeicherten Kommentare für diese Ressource.',  => 'Problems during Course Initialization',
   
    'Could not deliver message'     'Try Selecting Again'
 => 'Nachricht konnte nicht zugestellt werden.',  => 'Try Selecting Again',
   
    'Please use the browser "Back" button and correct the recipient addresses ([_1]).'     'Invalid map: [_1]'
 => 'Bitte verwenden Sie den Zurück-Button des Webbrowsers und korrigieren Sie die Empfängeradressen ([_1]).',  => 'Invalid map: [_1]',
   
    'Failed to delete the message.'     'Please either [_1]close this window[_2] or [_3]log in again[_4].'
 => 'Löschen der Nachricht ist fehlgeschlagen.',  => 'Please either [_1]close this window[_2] or [_3]log in again[_4].',
   
    'Marked [_1] message(s) read'     'Thank you for using LON-CAPA.'
 => '[_1] Nachricht(en) als gelesen markiert',  => '感谢您使用 LON-CAPA。',
   
    'Marked [_1] message(s) Unread'     'You have been successfully logged out.'
 => '[_1] Nachricht(en) als ungelesen markiert',  => '您已成功退出。',
   
    'Destination folder [_1] is not a valid folder'     'You can [_1]close this window[_2] now.'
 => 'Bei dem Zielverzeichnis [_1] handelt es sich um kein gültiges Verzeichnis.',  => '您现在可以 [_1]关闭这个窗口[_2]。',
   
    'Failed to move [_1] message(s)'     '[_1]Log in again[_2]'
 => '[_1] Nachricht(en) konnte(n) nicht verschoben werden.',  => '[_1]重新登录[_2]',
   
    'Moved [_1] message(s)'     'No matches found in resources.'
 => '[_1] Nachricht(en) wurde(n) verschoben.',  => 'No matches found in resources.',
   
    'Failed to delete [_1] message(s)'     'No matches found in postings.'
 => '[_1] Nachricht(en) konnte(n) nicht gelöscht werden.',  => 'No matches found in postings.',
   
    'Deleted [_1] message(s)'     'Unable to understand the search phrase [_1]. Please modify your search.'
 => '[_1] Nachricht(en) wurde(n) gelöscht.',  => 'Unable to understand the search phrase [_1]. Please modify your search.',
   
    '[quant,_1,message] forwarded.'     'Unable to understand the search phrase [_1]: [_2]'
 => '[quant,_1,Nachricht,Nachrichten] weitergeleitet.',  => 'Unable to understand the search phrase [_1]: [_2]',
   
    'Could not forward [quant,_1,message].'     '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.'
 => '[quant,_1,Nachricht,Nachrichten] konnte nicht nicht weitergeleitet werden.',  => '搜寻无法完成,因为您没有足够的数据。您必须在搜索页面的搜索栏里填写关键词,从而使您的要求可以得到处理。', # '您没有填写足够的信息进行搜索的开始。您需要填写在有关领域在搜寻网页上,以便查询处理。'
   
    'Could not deliver forwarded message.'     'conditionally hidden'
 => 'Weitergeleitetet Nachricht konnte nicht zugestellt werden.',  => '有条件的隐藏',
   
    'The recipient addresses may need to be corrected'     'Problem Parameters'
 => 'Die Empfängeradressesn mussen korrigiert werden',  => '问题参数',
   
    'Mail folder "[_1]" created.'     'No group name provided.'
 => 'Das Nachrichtenverzeichnis "[_1]" wurde angelegt.',  => '没有组名称。',
   
    'Creation failed.'     'Invalid group name provided.'
 => 'Anlegen fehlgeschlagen.',  => '无效的组名称。',
   
    'Mail folder "[_1]" deleted.'     'Invalid [_1]'
 => 'Das Nachrichtenverzeichnis "[_1]" wurde gelöscht.',  => '无效的 [_1]', # ???
   
    'Deletion failed.'     '"[_1]" is not the name of a valid group in this [_2].'
 => 'Löschen fehlgeschlagen.',  => '"[_1]" 并非是一个有效的名称在本组 [_2].',
   
    'Mail folder "[_1]" renamed "[_2]".'     'You do not have privileges to view the membership roster in this group.'
 => 'Das Nachrichtenverzeichnis "[_1]" wurde umbenannt in "[_2]".',  => '您没有权限以查看该组的会员名册。',
   
    'Renaming failed.'     'Group membership status - [_1]'
 => 'Umbenennen fehlgeschlagen.',  => '组会员状态: [_1]',
   
    'Messages'     'group membership status - [_1]'
 => 'Nachrichten',  => '组会员状态: [_1]',
   
    'Distribute from Uploaded File'     'There are no membership data to display for this group.'
 => 'Hochgeladene Datei verteilen', # ???  => '该组没有任何会员数据。',
   
    'Communication Blocking'     'Membership status: '
 => 'Kommunikationssperre',  => '会员状态: ',
   
    'Communication blocking during scheduled exams'     'There are no groups to display in this [_1].'
 => 'Kommunikationssperre während zeitgebundener Prüfungen',  => '没有任何组在此 [_1] 可以显示。', # ??? -> grouproster.pm
   
    '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.'     'Start Date'
 => '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'     'End Date'
 => 'Bestehende Kommunikationssperren ändern',  => '结束日期',
   
    'No communication blocks currently saved'     'Functionality'
 => 'Derzeit sind keine Sperren eingerichtet.',  => '功能',
   
    'Duration'     'Privileges'
 => 'Dauer',  => '权限',
   
    'Event'     'Any Membership status'
 => 'Veranstaltung',  => '任何会员状态',
   
    'Blocked?'     'Active Member'
 => 'Gesperrt wird...',  => '活跃的会员',
   
    'Add block'     'Former Member'
 => 'Sperre hinzufügen',  => '以前的会员',
   
    'e.g., Exam 1'     'Future Member'
 => '(z.B. Eingangstest)',  => '未来的会员',
   
    'Discussion'     'Group Folder - [_1]'
 => 'Diskussionsforen',  => '组文件夹 - [_1]',
   
    'The following changes were made'     'Group homepage - [_1]'
 => 'Folgende Änderungen wurden vorgenommen:',  => '组网页 - [_1]',
   
    'Add new communication blocking periods'     'A support request has been sent to'
 => 'Neue Kommunikationssperre hinzufügen',  => 'A support request has been sent to',
   
    'Set by'     'Your support request contained the following information'
 => 'Ersteller',  => 'Your support request contained the following information',
   
    'Deleted Message'     'The following Cc e-mail address is invalid: '
 => 'Gelöschte Nachrichten',  => 'The following Cc e-mail address is invalid: ',
   
    'Marked Messages Read'     'The following Cc e-mail addresses are invalid: '
 => 'Nachrichten als gelesen gekennzeichnet',  => 'The following Cc e-mail addresses are invalid: ',
   
    'Marked Messages Unread'     '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.'
 => 'Nachrichten als ungelesen gekennzeichnet',  => '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.',
   
    'Moved Messages'     'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.'
 => 'Nachrichten verschoben',  => 'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.',
   
    'Deleted Messages'     'The uploaded screenshot file ([_1] bytes) included with your request exceeded the maximum allowed size - 128 KB, and has therefore been discarded.'
 => 'Nachrichten gelöscht',  => 'The uploaded screenshot file ([_1] bytes) included with your request exceeded the maximum allowed size - 128 KB, and has therefore been discarded.',
   
    'Marked Message as Unread'     'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].'
 => 'Nachrichten als ungelesen gekennzeichnet',  => 'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].',
   
    'Deleted Folder'     'File does not have [_1] or [_2] starting tag'
 => 'Verzeichnis gelöscht',  => 'File does not have [_1] or [_2] starting tag',
   
    'Renamed Folder'     'File does not have [_1] or [_2] ending tag'
 => 'Verzeichnis umbenannt',  => 'File does not have [_1] or [_2] ending tag',
   
    'username:domain,username:domain,...'     'File does not have [_1] ending tag'
 => 'Benutzerkennung:Domäne,Benutzerkennung:Domäne,...',  => 'File does not have [_1] ending tag',
   
    'All courses'     'Example'
 => 'Alle Kurse',  => 'Example',
   
    'Pick specific course(s):'     'Algebraic Response Problems'
 => 'Bestimmte(n) Kurs(e) verwenden:',  => 'Algebraic Response Problems',
   
    'Search for a course in the [_1] domain'     'Chemistry Problems'
 => 'Kurs-Suche in der Domäne der [_1]',  => 'Chemistry Problems',
   
    'Actions available after searching for a course:'     'Free Form Problems'
 => 'Verfügbare Aktionen nach der Suche eines Kurses:',  => 'Free Form Problems',
   
    'Although almost all course settings can be modified by a [_1], a number of settings exist which only a [_2] may change:'     'Handgraded Problems'
 => 'Der [_1] kann beinahe alle Kurs-Einstellungen vornehmen. Einige Einstellungen darf jedoch nur ein [_2] ändern:',  => 'Handgraded Problems',
   
    "Certain settings which control auto-enrollment of students from your institution's student information system."     'Miscellaneous'
 => "Bestimmte Einstellungen, die die automatische Kursbelegung für Studierende steuern",  => 'Miscellaneous',
   
    'The total disk space allocated for storage of portfolio files in all groups in a course.'     'Multiple Choice Problems'
 => 'Der Gesamtspeicherplatz für die Portfolio-Dateien aller Gruppen im Kurs',  => 'Multiple Choice Problems',
   
    'No existing sections'     'Numerical Problems'
 => '(Keine Sektionen vorhanden)', # n.t.  => 'Numerical Problems',
   
    'Broadcast e-mail to users'     'Language:'
 => 'Broadcast-E-Mail an Benutzer',  => '语言:',
   
    'Broadcast E-mail'     'Math Rendering:'
 => 'Broadcast-E-Mail',  => 'Math Rendering:',
   
    'Broadcast e-mail to Domain'     'Restrict Domain Coordinator Access'
 => 'Broadcast-E-Mail an Domäne',  => 'Restrict Domain Coordinator Access',
   
    'Send a new e-mail message to selected users from this domain'     'By default, the Domain Coordinator can enter your Authoring Space.'
 => 'Senden einer neuen E-Mail an ausgewählte Benutzer dieser Domäne',  => 'By default, the Domain Coordinator can enter your Authoring Space.',
   
    'Send a new e-mail to selected users from this domain'     'Block access to Authoring Space'
 => 'Senden einer neuen E-Mail an ausgewählte Benutzer dieser Domäne',  => 'Block access to Authoring Space',
   
    'Display e-mail sent by Domain Coordinators in this domain'     'jsMath'
 => 'Anzeige von Domänen-Koordinatoren gesendeter E-Mails in dieser Domäne',  => 'jsMath',
   
    'Select Audience'     'tth (TeX to HTML)'
 => 'Empfängerkreis auswählen',  => 'tth (TeX to HTML)',
   
    'Choose e-mail audience'     'mimetex (Convert to Images)'
 => 'Empfängerkreis auswählen',  => 'mimetex (Convert to Images)',
   
    'Roles:'     'jsMath:'
 => '角色:',  => 'jsMath:',
 #=> 'Rollen:',  
      'tth (TeX to HTML):'
    'Courses:'  => 'tth (TeX to HTML):',
 => '课程:',  
 #=> 'Kurse:',     'mimetex (Convert to Images):'
   => 'mimetex (Convert to Images):',
    '[_1] selected.' # n.t.  
 => '[_1] ausgewählt',     '[_1], [_2], or [_3]'
   => '[_1], [_2] 或者 [_3]',
    'Access status:'  
 => 'Zugriffsstatus:',     'internal, optional'
   => '内部的,可选的',
    'Username -> Email conversion:'  
 => 'Benutzerkennung -> E-Mail-Konvertierung:',     'user:domain,user:domain,...'
   => '用户名:域,用户名:域...',
    'Building valid e-mail address from username, if missing from preferences:'  
 => 'Erstellung einer gültigen E-Mail-Adresse aus der Benutzerkennung, falls Voreinstellungen fehlen:',     'user:domain,user:domain(section;section;...;*;...),...'
   => '用户名:域,用户名:域(科,章节;...;*;...),...',
    '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',     'user:domain,user:domain,*:domain'
   => '用户名:域,用户名:域,*:域',
    '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).'  
 => '(z.B. MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).',     'Course members with current access'
   => 'Course members with current access',
    'Internal, Filesystem and Local authentication: enter single default.'  
 => 'LON-CAPA-interne, Dateisystem- oder lokale Authentifizierung: Geben Sie eine einzelne Voreinstellung ein.',     'Course members with expired access'
   => 'Course members with expired access',
    'Authentication Method'  
 => 'Authentifizierungsmethode',     'Course members with future access'
   => 'Course members with future access',
    'Username -> e-mail conversion'  
 => 'Benutzerkennung -> E-Mail-Konvertierung',     'Other Roles'
   => '其他角色',
    'Internal (LON-CAPA)'  
 => 'LON-CAPA-intern',     'Select Author'
   => '选择作者',
    'username@'  
 => '用户名@',     'Non-standard Course'
 #=> 'Benutzerkennung@',  => '非标准课程',
   
    'Local/Customized'     'Switch course role to...'
 => 'Lokal/benutzerdefiniert',  => '更改用户角色...',
   
    'Filesystem (UNIX)'     'Message'
 => 'Dateisystem (UNIX)',  => '邮件',
   
    'Compose E-mail'     'Time of change'
 => 'E-Mail erstellen',  => '更改时间',
   
    'No recipients identified'     'active'
 => 'Keine Empfänger gefunden',  => '活跃的',
   
    'Broadcast e-mail display options'     'previous'
 => 'Anzeigeoptionen für Broadcast-E-Mail',  => '以前的',
   
    'Date range:'     'Access dates to apply for selected users'
 => 'Zeitraum:',  => 'Access dates to apply for selected users',
   
    'Earliest to display:'     'Changes in section affiliation to apply to selected users'
 => 'Frühester Zeitpunkt:',  => 'Changes in section affiliation to apply to selected users',
   
    'Latest to display:'     '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.'
 => 'Spätester Zeitpunkt:',  => '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.',
   
    'Choose sender(s):'     '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.'
 => 'Auswahl des/der Sender:',  => '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.',
   
    'Display e-mail'     "Retain each user's current section affiliations?"
 => 'E-Mail anzeigen',  => "Retain each user's current section affiliations?",
   
    'E-mail display'     '(Does not apply to student roles).'
 => 'E-Mail-Anzeige',  => '(Does not apply to student roles).',
   
    'Display Broadcast e-mail'     '[_1]Show[_2] clicker id'
 => 'Anzeige Broadcast-E-Mail',  => '[_1]Show[_2] clicker id',
   
    'No mail sent matching supplied criteria'     '[_1]Hide[_2] clicker id'
 => 'Es wurde keine Nachricht gesendet, auf die die Suchkriterien zutreffen.',  => '[_1]Hide[_2] clicker id',
   
    'Customrole'     'Catalog:'
 => 'Benutzerdefinierte Rolle',  => '目录:',
   
    'Defined by [_1] at [_2].'     'Main Categories'
 => 'Festgelegt durch [_1] in [_2].',  => '主要类型',
   
    'No students found.'     'Official courses (with institutional codes)'
 => 'Keine Studenten gefunden.',  => '官方课程(带机构代码)',
   
    'Spreadsheet'     'Official courses'
 => 'Beurteilungsbogen',  => '官方课程',
   
    'Spreadsheet Help'     'with institutional codes'
 => 'Hilfe zu Beurteilungsbögen',  => '带机构代码',
   
    'Editing Help'     'Self-enroll (if permitted)'
 => 'Eingabehilfe',  => '自己报名(如果被允许)',
   
    'Help on printing'     'No ending date'
 => 'Hilfe zum Drucken',  => '无结束日期',
   
    'Metadata Diffs'     'From:[_1]'
 => 'Metadaten-Unterschiede',  => 'From:[_1]',
   
    'Retrieve Metadata'     'To:[_1]'
 => 'Alte Metadaten wiederherstellen',  => 'To:[_1]',
   
    'Enter course'     'Starts: [_1]'
 => 'Kurs betreten',  => '开始: [_1]',
   
    'Enter Course'     'Ends: [_1]'
 => 'Kurs betreten',  => '结束: [_1]',
   
    'Enter Access Key to Unlock this Course'     'Ended: [_1]'
 => 'Eingabe des Zugriffsschlüssels zum Entsperren des Kurses',  => 'Ended: [_1]',
   
    'Verifying Access Key to Unlock this Course'     'Currently enabled'
 => 'Überprüfung des Zugriffsschlüssels, um Kurs zu entsperren',  => 'Currently enabled',
   
    'Successfully registered key'     '[quant,_1,section:,sections:,No sections]'
 => 'Schlüssel erfolgreich registriert',  => '[quant,_1,section:,sections:,No sections]',
   
    'Re-Enter Key'     'No information available for [_1].'
 => 'Schlüssel erneut eingeben',  => 'No information available for [_1].',
   
    'Assigned from [_1] at [_2] for [_3]'     'Self-enrollers:'
 => 'Zugewiesen am [_2] von [_1] an [_3]',  => 'Self-enrollers:',
   
    'Total Matches'     'Choices:'
 => 'Gesamtanzahl Treffer',  => 'Choices:',
   
    'Time Remaining'     'Configure User Self-enrollment'
 => 'Verbleibende Zeit',  => '配置用户自助注册',
   
    'IMPORT'     'View Change Logs'
 => 'Importieren',  => 'View Change Logs',
   
    'Help on slots'     'View Log-in History'
 => 'Hilfe zu Slots',  => 'View Log-in History',
   
    'New user accounts in [_1]'     'Configure Self-enrollment'
 => 'Neue Benutzeraccounts in [_1]',  => '配置自助注册',
   
    'Student enrollment changes in [_1]'     'Self-enrollment with a student role'
 => 'Änderungen der studentischen Kursbelegung in [_1]',  => '自助注册一个学生角色',
   
    'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:'     'Users allowed to self-enroll in this course'
 => '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 user in any domain:'
 => 'Für [_1] konnte keine institutionelle Kursteilnehmerliste abgerufen werden.',  => '任何用户在任何域:',
   
    'Not within time window for auto-enrollment in [_1]'     'User types:'
 => '[_1] befindet sich nicht innerhalb des Zeitfensters der automatischen Kursbelegung.',  => '用户类型:',
   
    'Auto-enrollment not currently enabled for [_1]'     'any'
 => 'Für [_1] ist die automatische Kursbelegung derzeit nicht aktiviert.',  => '任意',
   
    'The courseID provided does not match a course in this domain.'     'Any Users'
 => 'Die gewählte Kurs-ID gehört zu keinem Kurs in dieser Domäne.',  => '任何用户',
   
    'Not Open'     'Any users'
 => 'Derzeit kein Zugriff',  => '任何用户',
   
    "This resource currently isn't open. It will be available at [_1]."     'Others'
 => "Auf diese Ressource darf momentan nicht zugegriffen werden. Sie wird ab [_1] verfügbar sein.",  => '其他',
   
    'Could not handle ambiguous resource reference'     'Additional domain:'
 => 'Doppeldeutige Ressourcenreferenz',  => '其他域:',
   
    'The nature of the problem is unclear'     'Users in additional domain:'
 => 'Die Fehlerursache ist unklar.',  => '用户在其他域:',
   
    'Course Roster'     'Specific domain:'
 => '课程名册',  => '特定域:',
 #=> 'Kursteilnehmerliste',  
      'Users in specific domain:'
    'Classlist'  => '用户在其特定域:',
 => '班级名册',  
 #=> 'Kursteilnehmerliste',     'Other domain:'
   => '其他域:',
    'Display of a student-viewable course roster is not currently enabled.'  
 => 'Die Anzeige der studenteneinsehbaren Kursteilnehmerliste ist derzeit deaktiviert.',     'Users in other domain:'
   => '用户在其他域:',
    'Student-viewable course roster'  
 => 'Studenteneinsehbare Kursteilnehmerliste',     'Restrict self-enrollment to students officially registered for the course'
   => '限制自助注册为正式注册的学生的课程',
    'Students with no section'  
 => 'Studenten in keiner Sektion',     'Dates self-enrollment available'
   => '自助注册期限',
    'Students in section "[_1]"'  
 => 'Studenten in Sektion "[_1]"',     'Starts'
   => '开始',
    'Students in any section'  
 => 'Studenten in beliebiger Sektion',     'Ends'
   => '结束',
    '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]).',     'Course access dates assigned to self-enrolling users'
   => '课程访问日期分配给自助注册的用户',
    '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.',     'Section assigned to self-enrolling users'
   => '章节指派给自助注册用户',
    '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.',     'The following changes were made to self-enrollment settings:'
   => '进行了以下自助注册设置的更改:',
    '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.',     '[_1]: "[_2]" set to "[_3]".'
   => '[_1]: "[_2]" 设置为 "[_3]".',
    '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.',     '"[_1]" set to "[_2]".'
   => '"[_1]" 设置为 "[_2]".',
    '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.',     'No changes were made to the existing self-enrollment settings in this 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-enrollment result'
   => '自助注册结果',
    '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.',     'Enroll in course'
   => '注册课程',
    '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.',     'Sections:'
   => '章节:',
    '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-enroll in course'
   => '自助注册参加课程',
    '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.',     'Self-enroll in a LON-CAPA course'
   => '自助注册参加LON-CAPA课程',
    '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-enroll'
   => '自助注册',
    '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-enroll in [_1]'
   => '自助注册到 [_1]',
    '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 error'
   => '自助注册错误',
    'All [_1] students in the section[_2] are listed in the roster.'  
 => 'Alle [_1] Studenten in der Sektion[_2] werden in der Kursteilnehmerliste aufgelistet.',     'Invalid domain or course number'
   => '无效的域或课程数目',
    '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 unavailable'
   => '自助注册无法使用',
    'There is only a single student without a section[_1]'  
 => 'Es gibt nur einen einzelnen Studenten ohne Sektionszugehörigkeit[_1].',     'Self-enrollment is restricted to students officially registered for this course.'
   => 'Self-enrollment is restricted to students officially registered for this course.',
    'There is only a single student in the section[_1]'  
 => 'Es gibt nur einen einzelnen Studenten in der Sektion[_1].',     'Self-enrollment is not currently available for this course.'
   => 'Self-enrollment is not currently available for this course.',
    'There is only a single student in the course[_1]'  
 => 'Es gibt nur einen einzelnen Studenten im Kurs[_1].',     'Self-enrollment is not currently available in this course'
   => 'Self-enrollment is not currently available in this course',
    'There are currently no students to display.'  
 => 'Derzeit gibt es keine Studenten, die angezeigt werden könnten.',     '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.',
    'Available Portfolio files'  
 => 'Verfügbare Portfolio-Dateien',     '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]).',
    'Name not given'  
 => 'Name nicht vorhanden',     'Self-enrollment will become available starting [_1]; please enroll at that time.'
   => 'Self-enrollment will become available starting [_1]; please enroll at that time.',
    '[quant,_1,file,files,No files]'  
 => '[quant,_1,Datei,Dateien,Keine Dateien]',     '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.',
    'Error retrieving file information.'  
 => 'Fehler beim Abrufen der Dateiinformationen',     'Self-enrollment will become available starting [_1].'
   => 'Self-enrollment will become available starting [_1].',
    'Your roster setting'  
 => 'Ihre Kursteilnehmerlisten-Einstellung',     'The link to the requested page could not be followed.'
   => 'The link to the requested page could not be followed.',
    'You are currently listed in the student-viewable roster.'  
 => 'Sie werden derzeit in der studenteneinsehbaren Kursteilnehmerliste aufgelistet.',     'The placeholder for the courseID is absent.'
   => 'The placeholder for the courseID is absent.',
    'You are currently <b>not</b> listed in the student-viewable roster.'  
 => 'Sie werden derzeit <b>nicht</b> in der studenteneinsehbaren Kursteilnehmerliste aufgelistet.',     'LON-CAPA account required'
   => 'LON-CAPA account required',
    'Include yourself in the roster?'  
 => 'Möchten Sie in der Kursteilnehmerliste aufgelistet werden?',     '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.',
    '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.',     'If you have an account in LON-CAPA, [_1]log-in[_2].'
   => 'If you have an account in LON-CAPA, [_1]log-in[_2].',
    'Error occurred saving display setting.'  
 => 'Es ist ein Fehler beim Speichern der Anzeige-Einstellungen aufgetreten.',     'Otherwise:'
   => 'Otherwise:',
    '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).',     "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",
    'View course roster'  
 => 'Kursteilnehmerliste',     'if you have an institutional login, [_1]create an account[_2]'
   => 'if you have an institutional login, [_1]create an account[_2]',
    'Change Course Page Preferences'  
 => 'Schnellzugriffsliste für Kurse',     '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]',
    'Change Course Page Pref'  
 => 'Schnellzugriffsliste für Kurse',     'Otherwise, if you have an institutional login, [_1]create an account[_2].'
   => 'Otherwise, if you have an institutional login, [_1]create an account[_2].',
    'No context.'  
 => 'Kein Kontext.',     '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].',
    'unable to verify variable URL'  
 => 'variable URL konnte nicht überprüft werden',     "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.",
    'Receipt'  
 => 'Empfangsbestätigung',     '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.',
    'Problems during Course Initialization'  
 => 'Probleme während der Kursinitialisierung',     '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.',
    'Try Selecting Again'  
 => 'Auswählen erneut versuchen',     '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.',
    '<br />Invalid map: <tt>[_1]</tt>'  
 => '<br />Ungültige Inhaltszusammenstellung: <tt>[_1]</tt>',     'You already have an active student role (section: "[_1]") in this course.'
   => 'You already have an active student role (section: "[_1]") in this course.',
    '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].',     '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].',
    'Thank you for using LON-CAPA.'  
 => 'Vielen Dank, dass Sie LON-CAPA verwenden.',     'Self-enrollment is restricted to officially registered students.'
   => 'Self-enrollment is restricted to officially registered students.',
    'You have been successfully logged out.'  
 => 'Sie wurden erfolgreich abgemeldet.',     '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.',
    'You can [_1]close this window[_2] now.'  
 => 'Sie können [_1]dieses Fenster jetzt schließen[_2].',     '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.',
    '[_1]Log in again[_2]'  
 => '[_1]Erneut anmelden[_2]',     '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.',
    '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.',     'Self-enrollment in this course was successful.'
   => 'Self-enrollment in this course was successful.',
    'conditionally hidden'  
 => 'Bedingungsabhängig verborgen',     '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.',
    'Problem Parameters'  
 => 'Aufgabenparameter',     '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].',
    'No group name provided.'  
 => 'Es wurde kein Gruppenname angegeben.',     '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].',
    'Invalid group name provided.'  
 => 'Es wurde ein ungültiger Gruppenname angegeben.',     'Enrollment process complete'
   => 'Enrollment process complete',
    'Invalid [_1]'  
 => '[_1] ist ungültig', # ???     'Enrollment incomplete'
   => 'Enrollment incomplete',
    '"[_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 failed.'
   => 'Self-enrollment in this course failed.',
    '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.',     'You are not permitted to enroll yourself in this course.'
   => 'You are not permitted to enroll yourself in this course.',
    'Group membership status - [_1]'  
 => 'Gruppen-Mitgliedschafts-Status: [_1]',     'Enter course now'
   => 'Enter course now',
    'group membership status - [_1]'  
 => 'Gruppen-Mitgliedschafts-Status: [_1]',     'other'
   => 'other',
    'There are no membership data to display for this group.'  
 => 'Für diese Gruppe existieren keine anzeigbaren Mitgliedsdaten.',     '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].',
    'Membership status: '  
 => 'Mitgliedschaftsstatus: ',     '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]".',
    'There are no groups to display in this [_1].'  
 => 'Es gibt keine Gruppen, die in diesem [_1] angezeigt werden können.', # ??? -> grouproster.pm     '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].',
    'Start Date'  
 => 'Anfangsdatum',     '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:',
    'End Date'  
 => 'Endedatum',     'Your registration status could not be verified.'
   => 'Your registration status could not be verified.',
    'Functionality'  
 => 'Funktionalität',     'Your registration status could not determined, because a problem occurred retrieving data.'
   => 'Your registration status could not determined, because a problem occurred retrieving data.',
    'Privileges'  
 => 'Berechtigungen',     '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.',
    'Any Membership status'  
 => 'Beliebiger Mitgliedsstatus',     '[_1]Ad hoc[_2] roles in domain [_3] --'
   => '[_1]Ad hoc[_2] roles in domain [_3] --',
    'Active Member'  
 => 'Aktives Mitglied',     'Assemble resources'
   => '布置课程内容',
    'Former Member'  
 => 'Ehemaliges Mitglied',     'Create, edit, modify and publish resources'
   => 'Create, edit, modify and publish resources',
    'Future Member'  
 => 'Zukünftiges Mitglied',     'Create, modify and delete course groups'
   => 'Create, modify and delete course groups',
    'Group Folder - [_1]'  
 => 'Gruppenverzeichnis für [_1]',     'View course groups'
   => '查看课程组',
    'Group homepage - [_1]'  
 => 'Gruppen-Homepage für [_1]',     'View student activity'
   => 'View student activity',
    'A support request has been sent to'  
 => 'Eine Support-Anfrage wurde gesendet an',     'Show full details for each course ([_1] only)'
   => 'Show full details for each course ([_1] only)',
    'Your support request contained the following information'  
 => 'Ihre Support-Anfrage enthält folgende Daten',     'Include courses set to be hidden from catalog ([_1] only)'
   => 'Include courses set to be hidden from catalog ([_1] only)',
    'The following Cc e-mail address is invalid: '  
 => 'Die folgende CC-E-Mail-Adresse is ungültig: ',     'Include subcategories within "[_1]"'
   => '包含子类 "[_1]"',
    'The following Cc e-mail addresses are invalid: '  
 => 'Die folgende CC-E-Mail-Adressen sind ungültig: ',     'Only show courses which allow self-enrollment'
   => '只显示允许自行登记的课程',
    '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.',     'include subdirectories'
   => '包括子目录',
    '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.',     'force republication of previously published files'
   => 'force republication of previously published files',
    '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.',     'make file(s) obsolete'
   => 'make file(s) obsolete',
    '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.',     'force directory level catalog information over existing'
   => 'force directory level catalog information over existing',
    'File does not have [_1] or [_2] starting tag'  
 => 'Die Datei hat weder ein [_1]- noch ein [_2]-Start-Tag',     'Session could not be opened.'
   => 'Session could not be opened.',
    'File does not have [_1] or [_2] ending tag'  
 => 'Die Datei hat weder ein [_1]- noch ein [_2]-Ende-Tag',     'The domain you provided is not a valid LON-CAPA domain.'
   => 'The domain you provided is not a valid LON-CAPA domain.',
    'Example'  
 => 'Beispiel',     'Student Settings'
   => 'Student Settings',
    'Algebraic Response Problems'  
 => 'Algebraische Aufgaben',     'Coordinator Settings'
   => 'Coordinator Settings',
    'Chemistry Problems'  
 => 'Chemische Aufgaben',     'Author Settings'
   => 'Author Settings',
    'Free Form Problems'  
 => 'Aufgaben mit freier Gestaltung',     'Administrator Settings'
   => 'Administrator Settings',
    'Handgraded Problems'  
 => 'Manuell bewertete Aufgaben',     'Item'
   => 'Item',
    'Miscellaneous'  
 => 'Verschiedenes',     'Found [_1] without responses. This resource cannot be published.'
   => 'Found [_1] without responses. This resource cannot be published.',
    'Multiple Choice Problems'  
 => 'Auswahl-Aufgaben',     'LON-CAPA helpdesk'
   => 'LON-CAPA helpdesk',
    'Numerical Problems'  
 => 'Numerische Aufgaben',     'Create a user account in LON-CAPA'
   => 'Create a user account in LON-CAPA',
    'Language:'  
 => '语言:',     'Account creation unavailable'
 #=> 'Sprache:',  => 'Account creation unavailable',
   
    'Math Rendering:'     'Error creating token.'
 => 'Formeldarstellung:',  => 'Error creating token.',
   
    'Restrict Domain Coordinator Access'     'Account creation'
 => 'Zugriff durch Domänen-Koordinator',  => 'Account creation',
   
    'By default, the Domain Coordinator can enter your construction space.'     '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]).'
 => 'Die Voreinstellung erlaubt dem Domänen-Koordinator, Ihren Konstruktionsbereich betreten zu können.',  => '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]).',
   
    'Block access to construction space'     '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].'
 => 'Zugriff auf Konstruktionsbereich verwehren',  => '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].',
   
    'jsMath'     "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."
 => 'jsMath',  => "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.",
   
    'tth (TeX to HTML)'     "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."
 => 'tth (TeX nach HTML)',  => "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.",
   
    'mimetex (Convert to Images)'     "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution."
 => 'mimetex (In Grafik konvertieren)',  => "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution.",
   
    'jsMath:'     "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:',  => "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.",
   
    'tth (TeX to HTML):'     'A LON-CAPA account may not be created with the username you use.'
 => 'tth (TeX nach HTML):',  => 'A LON-CAPA account may not be created with the username you use.',
   
    'mimetex (Convert to Images):'     'User Information'
 => 'mimetex (In Grafik konvertieren):',  => 'User Information',
   
    '[_1], [_2], or [_3]'     'User information'
 => '[_1], [_2] 或者 [_3]',  => 'User information',
 #=> '[_1], [_2] oder [_3]',  
      'Review user information'
    'internal, optional'  => 'Review user information',
 => 'intern, optional',  
      'To create one, use the table below to provide information about yourself (if appropriate), then click the "Create LON-CAPA account" button.'
    'user:domain,user:domain,...'  => 'To create one, use the table below to provide information about yourself (if appropriate), then click the "Create LON-CAPA account" button.',
 => 'Benutzer:Domäne,Benutzer:Domäne,...',  
      'To create one, use the table below to provide information about yourself, then click the [_1]Create LON-CAPA account[_2] button.'
    'user:domain,user:domain(section;section;...;*;...),...'  => 'To create one, use the table below to provide information about yourself, then click the [_1]Create LON-CAPA account[_2] button.',
 => 'Benutzer:Domäne,Benutzer:Domäne(Sektion;Sektion;...;*;...),...',  
      'A user account will be created with information displayed in the table below, when you click the [_1]Create LON-CAPA account[_2] button.'
    'user:domain,user:domain,*:domain'  => 'A user account will be created with information displayed in the table below, when you click the [_1]Create LON-CAPA account[_2] button.',
 => 'Benutzer:Domäne,Benutzer:Domäne,*:Domäne',  
      'Confirmation'
    'Course members with current access'  => 'Confirmation',
 => 'Kursteilnehmer mit aktuellem Zugriff',  
      'Confirm that you wish to create an account.'
    'Course members with expired access'  => 'Confirm that you wish to create an account.',
 => 'Kursteilnehmer mit abgelaufenen Zugriff',  
      'New username'
    'Course members with future access'  => 'New username',
 => 'Kursteilnehmer mit zukünftigem Zugriff',  
      'Create account'
    'Other Roles'  => 'Create account',
 => '其他角色',  
 #=> 'Weitere Rollen',     'You must enter a password'
   => 'You must enter a password',
    'Select Author'  
 => 'Autor auswählen',     'The passwords you entered did not match.'
   => 'The passwords you entered did not match.',
    'Non-standard Course'  
 => 'Nicht-Standard-Kurs',     'Create account with a username provided by this institution'
   => 'Create account with a username provided by this institution',
    'Switch course role to...'  
 => '更改用户角色...',     'If you already have a log-in ID at this institution,[_1] you may be able to use it for LON-CAPA.'
 #=> 'Kursrolle wechseln...',  => 'If you already have a log-in ID at this institution,[_1] you may be able to use it for LON-CAPA.',
   
    'Message'     'Type in your log-in ID and password to find out.'
 => '消息',  => 'Type in your log-in ID and password to find out.',
 #=> 'Nachricht',  
      'Log-in ID'
    'Time of change'  => 'Log-in ID',
 => 'Änderungszeit',  
      'Create account with an e-mail address as your username'
    'active'  => 'Create account with an e-mail address as your username',
 => 'aktiv',  
      'Provide your e-mail address to request a LON-CAPA account,[_1] if you do not have a log-in ID at your institution.'
    'previous'  => 'Provide your e-mail address to request a LON-CAPA account,[_1] if you do not have a log-in ID at your institution.',
 => 'in der Vergangenheit liegend',  
      'Request LON-CAPA account'
    'Access dates to apply for selected users'  => 'Request LON-CAPA account',
 => 'Zugriffszeiten für die ausgewählten Benutzer ändern',  
      'Validation'
    'Changes in section affiliation to apply to selected users'  => 'Validation',
 => 'Sektionszugehörigkeiten für die ausgewählten Benutzer ändern',  
      'Thank you for your request to create a new LON-CAPA account.'
    '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.'  => 'Thank you for your request to create a new LON-CAPA account.',
 => '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.',  
      'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].'
    '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.'  => 'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].',
 => 'Benutzer mit einer Kursrolle, die keine studentische Rolle ist, können in mehr als einer Sektion in einem Kurs zur gleichen Zeit sein.',  
      'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]'
    "Retain each user's current section affiliations?"  => 'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]',
 => "Sollen die bisherigen Sektionszugehörigkeiten beibehalten werden?",  
      'A message has been sent to the e-mail address you provided.'
    '(Does not apply to student roles).'  => 'A message has been sent to the e-mail address you provided.',
 => '(Betrifft nicht Studentenrollen).',  
      'The message includes the web address for the link you will use to complete the account creation process.'
    '[_1]Show[_2] clicker id'  => 'The message includes the web address for the link you will use to complete the account creation process.',
 => 'Clicker-ID [_1]anzeigen[_2]',  
      'The link included in the message will be valid for the next [_1]two[_2] hours.'
    '[_1]Hide[_2] clicker id'  => 'The link included in the message will be valid for the next [_1]two[_2] hours.',
 => 'Clicker-ID [_1]verbergen[_2]',  
      'An error occurred when sending a message to the e-mail address you provided.'
    'Catalog:'  => 'An error occurred when sending a message to the e-mail address you provided.',
 => '目录:',  
 #=> 'Katalog:',     'An error occurred creating a token required for the account creation process.'
   => 'An error occurred creating a token required for the account creation process.',
    'Main Categories'  
 => '主要类型',     'Please contact the [_1] ([_2]) for assistance.'
 #=> 'Hauptkategorien',  => 'Please contact the [_1] ([_2]) for assistance.',
   
    'Official courses (with institutional codes)'     '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.'
 => '官方课程(带机构代码)',  => '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.',
 #=> 'Offizielle Kurse (mit institutionellen Codes)',  
      'Sorry, the token generated when you requested creation of an account has expired.'
    'Official courses'  => 'Sorry, the token generated when you requested creation of an account has expired.',
 => '官方课程',  
 #=> 'Offizielle Kurse',     '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.',
    'with institutional codes'  
 => '带机构代码',     '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.'
 #=> 'mit institutionellen Codes',  => '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.',
   
    'Self-enroll (if permitted)'     '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]).',
 #=> 'Selbsteintragung (falls zugelassen)',  
      'A LON-CAPA account already exists for username [_1] at this institution ([_2]).'
    'No ending date'  => 'A LON-CAPA account already exists for username [_1] at this institution ([_2]).',
 => 'Kein Endedatum',  
      'The password entered was also correct so you have been logged in.'
    'From:[_1]'  => 'The password entered was also correct so you have been logged in.',
 => 'Start:[_1]',  
      'Authentication failed'
    'To:[_1]'  => 'Authentication failed',
 => 'Ende:[_1]',  
      'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].'
    'Starts: [_1]'  => 'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].',
 => 'Start: [_1]',  
      'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.'
    'Ends: [_1]'  => 'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.',
 => 'Ende: [_1]',  
      'A problem occurred when attempting to create your new LON-CAPA account.'
    'Ended: [_1]'  => 'A problem occurred when attempting to create your new LON-CAPA account.',
 => 'Endete: [_1]',  
      'Please provide user information and a password for your new account.'
    'Currently enabled'  => 'Please provide user information and a password for your new account.',
 => 'Derzeit aktiviert',  
      'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.'
    '[quant,_1,section:,sections:,No sections]'  => 'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.',
 => '[quant,_1,Sektion:,Sektionen:,Keine Sektionen]',  
      'Create LON-CAPA account'
    'No information available for [_1].'  => 'Create LON-CAPA account',
 => 'Für "[_1]" sind keine Informationen verfügbar.',  
      'Could not load javascript file [_1]'
    'Self-enrollers:'  => 'Could not load javascript file [_1]',
 => 'Selbsteintragungen:',  
      'Invalid ID format'
    'Choices:'  => 'Invalid ID format',
 => 'Auswahlmöglichkeiten:',  
      'An error occurred when storing a token'
    'Configure User Self-enrollment'  => 'An error occurred when storing a token',
 => 'Selbsteintragung konfigurieren',  
      'You will not be able to proceed to the next stage of account creation'
    'View Change Logs'  => 'You will not be able to proceed to the next stage of account creation',
 => 'Änderungsprotokoll', # long version: Änderungsprotokoll betrachten  
      'A LON-CAPA account has been created for username: [_1] in domain: [_2].'
    'View Log-in History'  => 'A LON-CAPA account has been created for username: [_1] in domain: [_2].',
 => 'Anmeldehistorie', # longversion: Anmeldehistorie betrachten  
      'Account creation failed for username: [_1] in domain: [_2].'
    'Configure Self-enrollment'  => 'Account creation failed for username: [_1] in domain: [_2].',
 => 'Selbsteintragung konfigurieren',  
      'User account creation is not available for the current default authentication type.'
    'Self-enrollment with a student role'  => 'User account creation is not available for the current default authentication type.',
 => 'Selbsteintragungen mit studentischer Rolle',  
      'The e-mail address you provided is already in use as a username at this institution.'
    'Users allowed to self-enroll in this course'  => 'The e-mail address you provided is already in use as a username at this institution.',
 => 'Zugelassene Benutzer, die sich in den Kurs selbst eintragen dürfen',  
      'Username rules at this institution do not allow the e-mail address you provided to be used as a username.'
    'Any user in any domain:'  => 'Username rules at this institution do not allow the e-mail address you provided to be used as a username.',
 => 'Beliebige Nutzer in beliebiger Domäne',  
      'The e-mail address you provided may not be used as a username at this LON-CAPA institution.'
    'User types:'  => 'The e-mail address you provided may not be used as a username at this LON-CAPA institution.',
 => 'Benutzertypen',  
      'Validation of the code you entered failed.'
    'any'  => 'Validation of the code you entered failed.',
 => 'beliebig',  
      'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.'
    'Any Users'  => 'Creation of a new user account using an e-mail address as username is not permitted at this LON-CAPA institution.',
 => 'Beliebige Benutzer',  
      'Type in the letters/numbers shown below'
    'Any users'  => 'Type in the letters/numbers shown below',
 => 'Beliebige Benutzer',  
      'You may need to reload the previous page to obtain a new token.'
    'Others'  => 'You may need to reload the previous page to obtain a new token.',
 => 'Andere',  
      'Unable to retrieve your log-in information - unexpected context'
    'Additional domain:'  => 'Unable to retrieve your log-in information - unexpected context',
 => 'Zusätzliche Domäne:',  
      "Your e-mail address uses the same internet domain as your institution's LON-CAPA service."
    'Users in additional domain:'  => "Your e-mail address uses the same internet domain as your institution's LON-CAPA service.",
 => 'Benutzer in zusätzlicher Domäne:',  
      'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.'
    'Specific domain:'  => 'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.',
 => 'Bestimmte Domäne:',  
      'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.'
    'Users in specific domain:'  => 'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.',
 => 'Benutzer in bestimmter Domäne:',  
      'Changes/page:'
    'Other domain:'  => '每页显示列数:',
 => 'Andere Domäne:',  
      'Window during which changes occurred:'
    'Users in other domain:'  => '在这个时期发生的变化:',
 => 'Benutzer in anderer Domäne:',  
      'This page is either empty or it only contains resources that are currently hidden'
    'Restrict self-enrollment to students officially registered for the course'  => 'This page is either empty or it only contains resources that are currently hidden',
 => 'Selbsteintragung auf für diesen Kurs offiziell registrierte Studenten beschränken',  
      'Please use the LON-CAPA navigation arrows to move to another item in the course'
    'Dates self-enrollment available'  => 'Please use the LON-CAPA navigation arrows to move to another item in the course',
 => 'Zeitraum für Selbsteintragung',  
      'Unable to modify requested student ([_1])'
    'Starts'  => 'Unable to modify requested student ([_1])',
 => 'Startet',  
      'Unable to grade requested sequence ([_1]).'
    'Ends'  => 'Unable to grade requested sequence ([_1]).',
 => 'Endet',  
      'No score was changed or updated.'
    'Course access dates assigned to self-enrolling users'  => 'No score was changed or updated.',
 => 'Kurszugriffszeiten für selbsteintragende Benutzer',  
      'The scores were changed for [quant,_1,problem].'
    'Section assigned to self-enrolling users'  => 'The scores were changed for [quant,_1,problem].',
 => 'Den selbsteintragenen Benutzern zuzuweisende Sektion',  
      '[_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.
    'The following changes were made to self-enrollment settings:'  => '[_1]Visit the [_2]Course/Community Catalog[_3][_4] to view all [_5] LON-CAPA courses and communities.',
 => 'Folgende Änderungen wurden an den Einstellungen zur Selbsteintragung vorgenommen:',  
      '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]" set to "[_3]".'  => 'If a course or community is [_1]not[_2] in your list of current courses and communities below, you may be able to enroll if self-enrollment is permitted.', # '如果一个课程在下面列出您目前的课程中[_1]没有[_2]显示,你可以注册,如果自我注册是允许的。',
 => '[_1]: "[_2]" geändert. Neuer Wert: "[_3]".',  
   #SD begin 2008-07-02
    '"[_1]" set to "[_2]".'     'When'
 => '"[_1]" geändert. Neuer Wert: "[_2]".',  => '什么时候',
   
    'No changes were made to the existing self-enrollment settings in this course.'     'Who made the change'
 => 'An den Einstellungen zur Selbsteintragung für diesen Kurs wurden keine Änderungen vorgenommen.',  => '谁进行了修改',
   
    'Self-enrollment result'     'Changed User'
 => 'Ergebnis Selbsteintragung',  => '改变用户',
   
    'Enroll in course'     'Context'
 => 'Diesen Kurs belegen',  => '概述',
   
    'Sections:'     'Context:'
 => 'Sektionen:',  => '概述:',
   
    'Self-enroll in course'     'After:'
 => 'Kurse selbst belegen',  => '之后:',
   
    'Self-enroll in a LON-CAPA course'     'Before:'
 => 'Selbsteintragung in einen LON-CAPA-Kurs',  => '之前:',
   
    'Self-enroll'     'User Changes'
 => 'Selbsteintragung',  => '用户更改',
   
    'Self-enroll in [_1]'     'For this user, the default quota would be [_1]'
 => 'Selbsteintragung in [_1]',  => '此使用者的默认的配额为[_1]',
   
    'Self-enrollment error'     'Search for a user and enroll as a student'
 => 'Fehler bei der Selbsteintragung',  => '搜索用户并注册为学生',
   
    'Invalid domain or course number'     'username is known'
 => 'Ungültige Domäne oder Kursnummer',  => 'username is known',
   
    'Self-enrollment unavailable'     'Create a new user'
 => 'Selbsteintragung nicht verfügbar',  => '创建一个新用户',
   
    'Self-enrollment is restricted to students officially registered for this course.'     'Enroll'
 => 'Die Selbsteintragung ist auf Studenten begrenzt, die offiziell für diesen Kurs registriert sind.',  => '注册',
   
    'Self-enrollment is not currently available for this course.'     'User Search to enroll student'
 => 'Die Selbsteintragung ist für diesen Kurs derzeit nicht verfügbar.',  => 'User Search to enroll student',
   
    'Self-enrollment is not currently available in this course'     'Select a user to enroll as a student'
 => 'Die Selbsteintragung ist für diesen Kurs derzeit nicht verfügbar.',  => 'Select a user to enroll as a student',
   
    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users.'     'modify' #context? breadcrumb_text
 => 'Die Selbsteintragung wird am [_1] für alle LON-CAPA-Nutzer verfügbar werden.',  => 'modify',
   
    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).'     'as a student'
 => 'Die Selbsteintragung wird am [_1] für alle LON-CAPA-Nutzer Ihrer Einrichtung ([_2]) verfügbar werden.',  => '作为一名学生',
   
    'Self-enrollment will become available starting [_1]; please enroll at that time.'     'Set section/dates'
 => 'Die Selbsteintragung wird am [_1] verfügbar werden. Bitte tragen Sie sich ab dann selbst ein.',  => '设置章节/日期',
   
    'Although self-enrollment will become available starting [_1], you are ineligible for enrollment.'     'Unknown'
 => 'Die  Selbsteintragung wird zwar am [_1] verfügbar werden, Ihnen ist es allerdings nicht gestattet sich selbst einzutragen.',  => 'Unknown',
   
    'Self-enrollment will become available starting [_1].'     'You do not have privileges to assign co-author roles.'
 => 'Die Selbsteintragung wird am [_1] verfügbar werden.',  => 'You do not have privileges to assign co-author roles.',
   
    'The link to the requested page could not be followed.'     'This user has an unrecognized authentication scheme'
 => 'Die Verknüpfung zu der angeforderten Seite konnte nicht aufgerufen werden.',  => 'This user has an unrecognized authentication scheme',
   
    'The placeholder for the courseID is absent.'     'Please alert a domain coordinator of this situation'
 => 'Der Platzhalter für die Kurs-ID ist fehlt.',  => 'Please alert a domain coordinator of this situation',
   
    'LON-CAPA account required'     'Please specify login data below'
 => 'LON-CAPA-Account notwendig',  => 'Please specify login data below',
   
    'You need to be logged into LON-CAPA to self-enroll in a course.'     'No domain specified'
 => 'Sie müssen in LON-CAPA angemeldet sein, um sich in diesen Kurs selbst eintragen zu können.',  => 'No domain specified',
   
    'If you have an account in LON-CAPA, [_1]log-in[_2].'     'Invalid domain name'
 => 'Falls Sie einen LON-CAPA-Account haben, [_1]melden Sie sich bitte an[_2].',  => 'Invalid domain name',
   
    'Otherwise:'     'Only letters, numbers, periods, dashes, and underscores are valid'
 => 'Ansonsten:',  => 'Only letters, numbers, periods, dashes, and underscores are valid',
   
    "if you have an institutional log-in, use your institution's [_1]single sign on page[_2] to log-in, then create an account"     'You do not have the authority to modify this users authentification information'
 => "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",  => 'You do not have the authority to modify this users authentification information',
   
    'if you have an institutional login, [_1]create an account[_2]'     'New Student/Employee ID does not match existing ID for this user.'
 => 'Falls Sie einen Benutzeraccount Ihrer Einrichtung haben, [_1]erstellen Sie einen Account[_2]',  => 'New Student/Employee ID does not match existing ID for this user.',
   
    'you can use an e-mail address to [_1]create an account[_2]'     "Change is not permitted without checking the 'Force ID change' checkbox on the previous page."
 => 'Sie können eine E-Mail-Adresse verwenden, um [_1]einen Account zu erstellen[_2]',  => "Change is not permitted without checking the 'Force ID change' checkbox on the previous page.",
   
    'Otherwise, if you have an institutional login, [_1]create an account[_2].'     'Unable to successfully change environment for'
 => 'Falls Sie einen Benutzeraccount Ihrer Einrichtung haben, [_1]erstellen Sie einen LON-CAPA-Account[_2].',  => 'Unable to successfully change environment for',
   
    'Otherwise, you will use an e-mail address to [_1]create an account[_2].'     'No roles'
 => 'Ansonsten verwenden Sie eine E-Mail-Adresse, um [_1]einen Account zu erstellen[_2].',  => 'No roles',
   
    "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account."     'The following fields were not updated: '
 => "Ansonsten verwenden Sie Ihre institutionelle [_1]Single_Sign_On-Seite[_2], um sich anzumelden und erstellen Sie dann einen Account.",  => 'The following fields were not updated: ',
   
    'You will be able to self enroll in this course once the account has been created.'     "You do not have the authority to change this field given the user's current set of active/future [_1] roles:"
 => 'Sie haben die Möglichkeit sich selbst in den Kurs einzutragen, nachdem der Account erzeugt wurde.',  => "You do not have the authority to change this field given the user's current set of active/future [_1] roles:",
   
    'You will be able to self-enroll in the course you selected ([_1]) after you have successfully logged in.'     "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:"
 => 'Sie haben die Möglichkeit sich selbst in den gewählten Kurs ([_1]) einzutragen, nachdem Sie sich erfolgreich angemeldet haben.',  => "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:",
   
    '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.'     'Please contact your [_1]helpdesk[_2] for more information.'
 => '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.',  => 'Please contact your [_1]helpdesk[_2] for more information.',
   
    'You already have an active student role (section: "[_1]") in this course.'     '<b>[_1]</b> enrolled'
 => 'Sie haben in diesem Kurs bereits eine aktive studentische Rolle (Sektion "[_1]").',  => '<b>[_1]</b> 注册的',
   
    'You have a student role (section: "[_1]") in this course which will become active [_2].'     'in section [_1]'
 => 'Sie haben in diesem Kurs (Sektion "[_1]") eine studentische Rolle, die am [_2] aktiv wird.',  => 'in section [_1]',
   
    'Self-enrollment is restricted to officially registered students.'     'Access starts immediately'
 => 'Selbsteintragung ist auf offiziell registrierte Studenten beschränkt.',  => '访问立即开始',
   
    'As you are not currently registered for this course, self-enrollment is unavailable.'     'Access starts: '
 => 'Da Sie derzeit für diesen Kurs nicht registriert sind, ist die Selbsteintragung nicht verfügbar.',  => '访问开始: ',
   
    'The end date for access to this course for users who self-enroll has passed.'     'ends: no ending date'
 => 'Das Endedatum für den Zugriff auf diesen Kurs ist für Benutzer, die sich selbst eintragen können, abgelaufen.',  => '结束:没有结束日期',
   
    '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.'     'ends: '
 => '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.',  => '结束: ',
   
    'Self-enrollment in this course was successful.'     'If the student is currently logged-in to LON-CAPA, the new role will be available when the student next logs in.'
 => 'Die Selbsteintragung für diesem Kurs war erfolgreich.',  => 'If the student is currently logged-in to LON-CAPA, the new role will be available when the student next logs in.',
   
    'The start date for access to this course for users who self-enroll has yet to be reached.'     '(default)'
 => 'Das Anfangsdatum für den Zugriff auf diesen Kurs ist für Benutzer, die sich selbst eintragen können, noch nicht erreicht.',  => '(默认的)',
   
    'Consequently, although a new role was created for you in the course, you will not be able to select this role until [_1].'     '(default for [_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.',  => '(默认 [_1])',
   
    'Your new role is available immediately, and will provide access to the course until [_1].'     'You are not authorized to make bulk changes to user roles'
 => 'Ihre neue Rolle is ab sofort verfügbar und erlaubt Ihnen bis [_1] Zugriff auf den Kurs.',  => 'You are not authorized to make bulk changes to user roles',
   
    'Enrollment process complete'     'You do not have permission to modify dates or sections for users'
 => 'Kursbelegung abgeschlossen',  => 'You do not have permission to modify dates or sections for users',
   
    'Enrollment incomplete'     'deleted'
 => 'Kursbelegung unvollständig',  => 'deleted',
   
    'Self-enrollment in this course failed.'     'No start date'
 => 'Die Selbsteintragung in diesen Kurs ist fehlgeschlagen.',  => '没有开始日期',
   
    'You are not permitted to enroll yourself in this course.'     'Previous [_1] changes'
 => 'Es ist Ihnen nicht gestattet, sich in diesen Kurs selbst einzutragen.',  => 'Previous [_1] changes',
   
    'Enter course now'     'Next [_1] changes'
 => 'Kurs jetzt betreten',  => 'Next [_1] changes',
   
    'other'     'There are no records to display.'
 => 'andere',  => '没有记录显示。',
   
    'Self-enrollment in this course is available to any user affiliated with [_1].'     'There are no transactions to display.'
 => 'Die Selbsteintragung in diesen Kurs ist für beliebige Benutzer der Einrichtung "[_1]" verfügbar.',  => 'There are no transactions to display.',
   
    'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".'     'Automated enrollment'
 => 'Die Selbsteintragung in diesen Kurs ist nur für Benutzer der Einrichtung "[_1]" verfügbar, die folgenden Status haben: "[_2]".',  => '自动注册',
   
    'Self-enrollment is not currently available for this course for users affiliated with [_1].'     'Roster Update'
 => 'Die Selbsteintragung in diesen Kurs ist derzeit für Benutzer der Einrichtung "[_1]" nicht zulässig.',  => '名册更新',
   
    'Self-enrollment in this course is only available to users affiliated with the following institutions, and who have the required status:'     'Course Creation'
 => 'Die Selbsteintragung in diesen Kurs ist nur für Benutzer der folgenden Einrichtungen verfügbar, die den erforderlichen Status haben:',  => '创建课程',
   
    'Your registration status could not be verified.'     'User Management in course'
 => 'Ihr Registrierungsstatus konnte nicht überprüft werden.',  => '在课程中的用户管理',
   
    'Your registration status could not determined, because a problem occurred retrieving data.'     'User Management in domain'
 => 'Ihr Registrierungsstatus konnte nicht überprüft werden, da während des Datenabrufs ein Problem aufgetreten ist.',  => '在域中的用户管理',
   
    'As no institutional course sections are currently associated with this course, your registration status is undetermined.'     'Self-enrolled'
 => 'Da mit diesem Kurs keine institutionellen Kurssektionen verknüpft sind, ist Ihr Registrierungsstatus unbestimmt.',  => '自助注册',
   
    '[_1]Ad hoc[_2] roles in domain [_3] --'     'Your search term must contain more than just spaces.'
 => '[_1]Ad-hoc[_2]-Rollen in der Domäne [_3] --',  => 'Your search term must contain more than just spaces.',
   
    'Assemble resources'     'this course'
 => '布置课程内容',  => '本课程',
 #=> 'Kursinhalt einrichten',  
      'LON-CAPA domain: '
    'Create, edit, modify and publish resources'  => 'LON-CAPA domain: ',
 => 'Erstellen, Ändern und Veröffentlichen von Ressourcen',  
      'the institutional directory for domain: '
    'Create, modify and delete course groups'  => 'the institutional directory for domain: ',
 => 'Erstellen, Ändern und Löschen von Kursgruppen',  
      'Please contact the [_1]helpdesk[_2] if you need to create a new user.'
    'View course groups'  => 'Please contact the [_1]helpdesk[_2] if you need to create a new user.',
 => 'Kursgruppen anzeigen',  
      'Section for self-enrolled users unchanged as the proposed section is a group'
    'View student activity'  => 'Section for self-enrolled users unchanged as the proposed section is a group',
 => 'Studentische Aktivitätsdaten anzeigen',  
      'Group names and section names must be distinct'
    'Show full details for each course ([_1] only)'  => '组名称和章节的名称必须是不同的',
 => 'Alle Details für jeden Kurs zeigen (nur mit Benutzerrolle [_1] verfügbar)',  
      'Section for self-enrolled users unchanged, as "all" is a reserved section name.'
    'Include courses set to be hidden from catalog ([_1] only)'  => 'Section for self-enrolled users unchanged, as "all" is a reserved section name.',
 => 'Auch Kurse anzeigen, die im Kursüberblick als verborgen eingestellt sind (nur mit Benutzerrolle [_1] verfügbar)',  
      'An error occurred when saving changes to self-enrollment settings in this course.'
    'Include subcategories within "[_1]"'  => 'An error occurred when saving changes to self-enrollment settings in this course.',
 => 'Auch Unterkategorien von "[_1]" anzeigen',  
   #SD end 2008-07-02
    'Only show courses which allow self-enrollment'  
 => 'Nur Kurse anzeigen, die Selbsteintragung zulassen',     'Server Switch Required'
   => 'Server Switch Required',
    'include subdirectories'  
 => 'Unterverzeichnisse mit einbinden',     'Authoring Space access is only available from the home server of the corresponding Author.'
   => 'Authoring Space access is only available from the home server of the corresponding Author.',
    'force republication of previously published files'  
 => 'Erneute Veröffentlichung bereits zuvor veröffentlichter Ressourcen erzwingen',     "Click the 'Switch Server' link to go there."
   => "Click the 'Switch Server' link to go there.",
    'make file(s) obsolete'  
 => 'Ressourcen als überholt markieren',     'Default in use:'
   => '默认情况下使用:',
    'force directory level catalog information over existing'  
 => 'Kataloginformationen des Verzeichnisses sollen bestehende Kataloginformationen überschreiben',     'Self-creation of account by users with status: [_1]'
   => 'Self-creation of account by users with status: [_1]',
    'Session could not be opened.'  
 => 'Die Sitzung konnte nicht gestartet werden.',     'modifiable fields (if institutional data blank): '
   => 'modifiable fields (if institutional data blank): ',
    'The domain you provided is not a valid LON-CAPA domain.'  
 => 'Die von Ihnen angegebene Domäne ist keine LON-CAPA-Domäne.',     'Source Code'
   => 'Source Code',
    'Student Settings'  
 => 'Studentische Einstellungen',     'Copy Problem Source Code to Authoring Space'
   => 'Copy Problem Source Code to Authoring Space',
    'Coordinator Settings'  
 => 'Koordinatoren-Einstellungen',     'Please enter the directory that you would like the source code to go into.'
   => 'Please enter the directory that you would like the source code to go into.',
    'Author Settings'  
 => 'Autoren-Einstellungen',     'Note: the path is in reference to the root of your Authoring Space, and new directories will be automatically created.'
   => 'Note: the path is in reference to the root of your Authoring Space, and new directories will be automatically created.',
    'Administrator Settings'  
 => 'Administratoren-Einstellungen',     'shared_source'
   => 'shared_source',
    'Item'  
 => 'Element',     'Copy to Authoring Space'
   => 'Copy to Authoring Space',
    'Found [_1] without responses. This resource cannot be published.'  
 => 'Ressource vom Typ [_1] gefunden, die keinen Antwortblock enthält. Diese Ressource kann nicht veröffentlicht werden.',     '[_1]W[_2]ARNING' 
   => '[_1]W[_2]ARNING',
    'LON-CAPA helpdesk'  
 => 'LON-CAPA-Helpdesk',     'At end of file some tags were still left unclosed:'
   => 'At end of file some tags were still left unclosed:',
    'Create a user account in LON-CAPA'  
 => 'Neuen Benutzeraccount in LON-CAPA erstellen',     'Unable to save file [_1]'
   => 'Unable to save file [_1]',
    'Account creation unavailable'  
 => 'Account-Erstellung nicht möglich',     'Warnings and Errors'
   => 'Warnings and Errors',
    'Error creating token.'  
 => 'Fehler beim Erstellen eines Merkzeichens.',     'Edit Math'
   => 'Edit Math',
    'Account creation'  
 => 'Account-Erstellung',     'DragMath Latex Equation Editor'
   => 'DragMath Latex Equation Editor',
    '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]).'  
 => 'Das Erstellen eines Benutzeraccounts mit einer E-Mail-Adresse oder einem Benutzeraccount Ihrer Einrichtung als Benutzerkennung ist an der Einrichtung [_1] nicht gestattet.',     '[_1]Return[_2] to editing resource.'
   => '[_1]Return[_2] to editing resource.',
    '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].'  
 => '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.',     'Counting pages for student: [_1]'
   => 'Counting pages for student: [_1]',
    "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."  
 => "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.",     'LaTeX could not successfully parse your tex file.'
   => 'LaTeX could not successfully parse your tex 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."  
 => "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.",     'It probably has errors in it.'
   => 'It probably has errors in it.',
    "Although your username and password were authenticated, you do not currently have a LON-CAPA account at this institution."  
 => "Sie wurden zwar mit Ihrer Benutzerkennung und Passwort korrekt authentifiziert, besitzen derzeit allerdings keinen LON-CAPA-Account in dieser Einrichtung.",     'Here are the error messages in the LaTeX log file:'
   => 'Here are the error messages in the LaTeX log file:',
    "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."  
 => "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.",     'There are errors in [_1].'
   => 'There are errors in [_1].',
    'A LON-CAPA account may not be created with the username you use.'  
 => 'Mit der von Ihnen verwendeten Benutzerkennung kann kein LON-CAPA-Account erzeugt werden.',     'There are errors.'
   => 'There are errors.',
    'User Information'  
 => 'Benutzerdaten',     'These errors prevent this resource from printing correctly.'
   => 'These errors prevent this resource from printing correctly.',
    'User information'  
 => 'Benutzerdaten',     'A message has been sent to the instructor describing this failure.'
   => 'A message has been sent to the instructor describing this failure.',
    'Review user information'  
 => 'Benutzerdaten bestätigen',     'You are running LaTeX in [_1]batch mode[_2].'
   => 'You are running LaTeX in [_1]batch mode[_2].',
    'To create one, use the table below to provide information about yourself (if appropriate), then click the "Create LON-CAPA account" button.'  
 => '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".',     'It has found an error in [_1][_2]and corrected it.'
   => 'It has found an error in [_1][_2]and corrected it.',
    'To create one, use the table below to provide information about yourself, then click the [_1]Create LON-CAPA account[_2] button.'  
 => '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].',     'Usually this correction is valid but you probably need to check the indicated resource one more time and implement neccessary corrections by yourself.'
   => 'Usually this correction is valid but you probably need to check the indicated resource one more time and implement neccessary corrections by yourself.',
    'A user account will be created with information displayed in the table below, when you click the [_1]Create LON-CAPA account[_2] button.'  
 => 'Durch Klicken auf [_1]LON-CAPA-Account erstellen[_2] wird mit den unten angezeigten Daten ein Benutzeraccount erzeugt.',     'The link to [_1]Your log file[_2]'
   => 'The link to [_1]Your log file[_2]',
    'Confirmation'  
 => 'Bestätigung',     'The link to [_1]Your original LaTeX file[_2]'
   => 'The link to [_1]Your original LaTeX file[_2]',
    'Confirm that you wish to create an account.'  
 => 'Bitte bestätigen Sie, dass Sie einen Account erzeugen möchten.',     'bomb'
   => 'bomb',
    'New username'  
 => 'Neue Benutzerkennung',     'Output Tags'
   => 'Output Tags',
    'Create account'  
 => 'Account anlegen',     'WARNING: Cannot connect to database!'
   => '警告:无法连接到数据库!',
    'You must enter a password'  
 => 'Sie müssen ein Passwort angeben.',     'Error occurred saving new values in metadata table in LON-CAPA database!'
   => '保存新值数据表到LON-CAPA数据库中时发生错误!',
    'The passwords you entered did not match.'  
 => 'Die eingegebenen Passwörter stimmen nicht überein.',     'Your course/community currently appears in the Course/Community Catalog for this domain.'
   => 'Your course/community currently appears in the Course/Community Catalog for this domain.',
    'Create account with a username provided by this institution'  
 => 'Erstellen eines LON-CAPA-Accounts mit einem Benutzeraccount dieser Einrichtung',     '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.'
   => '课程可自我编目的基础的研究所代码(例如, inf_20112012_math1 )或可通过域的定义分配类别界定。',
    'If you already have a log-in ID at this institution,[_1] you may be able to use it for LON-CAPA.'  
 => 'Falls Sie bereits einen Benutzeraccount dieser Einrichtung haben,[_1] können Sie diesen gegebenenfalls für LON-CAPA verwenden.',     'Your course/community does not currently appear in the Course/Community Catalog for this domain.'
   => 'Your course/community does not currently appear in the Course/Community Catalog for this domain.',
    'Type in your log-in ID and password to find out.'  
 => 'Geben Sie Ihren Benutzeraccount Ihrer Einrichtung und Ihr Passwort ein, um dies herauszufinden.',     'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.'
   => 'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.',
    'Log-in ID'  
 => 'Benutzeraccount Ihrer Einrichtung',     'Courses can be absent from the Catalog, because they do not have an institutional code, have no assigned category, or have been specifically excluded.'
   => 'Courses can be absent from the Catalog, because they do not have an institutional code, have no assigned category, or have been specifically excluded.',
    'Create account with an e-mail address as your username'  
 => 'Erstellen eines Benutzeraccounts mit einer E-Mail-Adresse als Benutzerkennung',     'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:'
   => 'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:',
    'Provide your e-mail address to request a LON-CAPA account,[_1] if you do not have a log-in ID at your institution.'  
 => 'Geben Sie Ihre E-Mail-Adresse an, um einen LON-CAPA-Account zu beantragen,[_1] falls Sie keinen Benutzeraccount Ihrer Einrichtung haben.',     'Take the following action to ensure the course appears in the Catalog:'
   => 'Take the following action to ensure the course appears in the Catalog:',
    'Request LON-CAPA account'  
 => 'LON-CAPA-Account anfordern',     'Ask a domain coordinator to change the "Exclude from course catalog" setting.'
   => 'Ask a domain coordinator to change the "Exclude from course catalog" setting.',
    'Validation'  
 => 'Gültigkeitsprüfung',     'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".'
   => 'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".',
    'Thank you for your request to create a new LON-CAPA account.'  
 => 'Vielen Dank für Ihren Antrag zur Erstellung eines neuen LON-CAPA-Accounts.',     'Ask a domain coordinator to assign an institutional code (if this is an official course).'
   => 'Ask a domain coordinator to assign an institutional code (if this is an official course).',
    'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].'  
 => 'Ein Antrag zur Erstellung eines LON-CAPA-Accounts wurde am [_1] für die Einrichtung [_2] abgeschickt.',     'Ask a domain coordinator to enable or create at least one course category in the domain.'
   => 'Ask a domain coordinator to enable or create at least one course category in the domain.',
    'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]'  
 => '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 create a hierarchy of categories and sub categories for courses in the domain.'
   => 'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.',
    'A message has been sent to the e-mail address you provided.'  
 => 'An die von Ihnen angegebene E-Mail-Adresse wurde eine Nachricht geschickt.',     'Ask a domain coordinator to change the category assigned to the course, as the one currently assigned is no longer used in the domain'
   => 'Ask a domain coordinator to change the category assigned to the course, as the one currently assigned is no longer used in the domain',
    'The message includes the web address for the link you will use to complete the account creation process.'  
 => 'Die Nachricht enthält einen Link, mit dem Sie den Erstellungsvorgang Ihres Accounts abschließen können.',     'Ask a domain coordinator to assign a category to the course.'
   => 'Ask a domain coordinator to assign a category to the course.',
    'The link included in the message will be valid for the next [_1]two[_2] hours.'  
 => 'Der in die Nachricht eingebundene Link ist für die nächsten [_1]zwei Stunden gültig[_2].',     'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.'
   => 'Use [_1]Categorize course[_2] to change the "Exclude from course catalog" setting.',
    'An error occurred when sending a message to the e-mail address you provided.'  
 => 'Beim Verschicken Ihrer Nachricht an die von Ihnen angegebene E-Mail-Adresse ist ein Fehler aufgetreten.',     '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.'
   => '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.',
    'An error occurred creating a token required for the account creation process.'  
 => 'Beim Erstellen eines Merkzeichens, das für den Erstellungsvorgang des Accounts notwendig ist, ist ein Fehler aufgetreten.',     'Use [_1]Set course environment[_2] to assign a category to the course.'
   => 'Use [_1]Set course environment[_2] to assign a category to the course.',
    'Please contact the [_1] ([_2]) for assistance.'  
 => 'Nehmen Sie zur Klärung bitte mit [_1] ([_2]) Kontakt auf.',     'You are able to both assign a course category and choose to exclude this course from the catalog.'
   => 'You are able to both assign a course category and 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.'  
 => '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.',     'You are able to choose to exclude this course from the catalog, but only a Domain Coordinator may assign a course category.'
   => 'You are able to choose to exclude this course from the catalog, but only a Domain Coordinator may assign a course category.',
    'Sorry, the token generated when you requested creation of an account has expired.'  
 => 'Das Merkzeichen, das bei Ihrem Antrag zur Erstellung des Accounts generiert wurde, ist nicht mehr gültig.',     'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.'
   => 'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.',
    'Sorry, the URL generated when you requested creation of an account contained incomplete information.'  
 => 'Die URL, die bei Ihrem Antrag zur Erstellung des Accounts generiert wurde, enthält unvollständige Daten.',     'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.'
   => 'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.',
    '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.'  
 => '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.',     "Please use the 'Select Course' link to open a separate pick course window where you may select the course you wish to enter"
   => "Please use the 'Select Course' link to open a separate pick course window where you may select the course you wish to enter",
    '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]).'  
 => '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.',     'You can only use this screen to select courses in the current domain.'
   => 'You can only use this screen to select courses in the current domain.',
    'A LON-CAPA account already exists for username [_1] at this institution ([_2]).'  
 => 'Für den Benutzer [_1] existiert bereits ein LON-CAPA-Account an der Einrichtung [_2].',     '[_1]Your Excel spreadsheet[_2] is ready for download.'
   => '[_1]Your Excel spreadsheet[_2] is ready for download.',
    'The password entered was also correct so you have been logged in.'  
 => 'Das von Ihnen eingegebene Passwort war korrekt, so dass Sie angemeldet wurden.',     '[_1]Your CSV file[_2] is ready for download.'
   => '[_1]Your CSV file[_2] is ready for download.',
    'Authentication failed'  
 => 'Authentifizierung fehlgeschlagen',     'Name (username)'
   => 'Name (username)',
    '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.',     'Grades Assigned'
   => 'Grades Assigned',
    'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.'  
 => 'Beim Versenden der E-Mail zur Bestätigung der Erstellung Ihres neuen LON-CAPA-Accounts ist ein Fehler aufgetreten.',     'Comments'
   => '注释',
    'A problem occurred when attempting to create your new LON-CAPA account.'  
 => 'Beim Erstellen Ihres neuen LON-CAPA-Accounts ist ein Fehler aufgetreten.',     'No Course Data'
   => 'No Course Data',
    'Please provide user information and a password for your new account.'  
 => 'Bitte geben Sie Ihre Benutzerdaten und ein Passwort für Ihren neuen Account ein.',     'Error getting student data ([_1])'
   => 'Error getting student data ([_1])',
    'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.'  
 => 'Ihr Passwort, das aus mindestens sieben Zeichen bestehen muss, wird in verschlüsselter Form an den LON-CAPA-Server geschickt.',     'Score'
   => 'Score',
    'Create LON-CAPA account'  
 => 'LON-CAPA-Account erstellen',     'score'
   => 'score',
    'Could not load javascript file [_1]'  
 => 'Konnte die Javascriptdatei [_1] nicht laden.',     'Display Options'
   => '显示选项',
    'Invalid ID format'  
 => 'Ungültiges ID-Format',     'This role has section(s) associated with it.'
   => 'This role has section(s) associated with it.',
    'An error occurred when storing a token'  
 => 'Beim Speichern eines Merkzeichens ist ein Fehler aufgetreten.',     'Enter a specific section.'
   => 'Enter a specific section.',
    'You will not be able to proceed to the next stage of account creation'  
 => 'Sie werden den nächsten Schritt zum Erstellen eines Accounts nicht ausführen können.',     'Enter a specific section, or leave blank for no section.'
   => 'Enter a specific section, or leave blank for no section.',
    'A LON-CAPA account has been created for username: [_1] in domain: [_2].'  
 => 'Für den Benutzer [_1] in der Domäne [_2] wurde ein LON-CAPA-Account erstellt.',     'Available sections are:'
   => 'Available sections are:',
    'Account creation failed for username: [_1] in domain: [_2].'  
 => 'Das Erstellen eines LON-CAPA-Accounts für den Benutzer [_1] in der Domäne [_2] ist fehlgeschlafen.',     'You entered an invalid section choice:'
   => 'You entered an invalid section choice:',
    'User account creation is not available for the current default authentication type.'  
 => 'Für die momentan voreingestellte Authentifizierungsmethode ist das Erstellen von Benutzeraccounts nicht verfügbar.',     'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3] domain.'
   => '您不妨联系[_2][_3]域的[_1] LON-CAPA 求助。',
    'The e-mail address you provided is already in use as a username at this institution.'  
 => 'Die von Ihnen angegebene E-Mail-Adresse wird in dieser LON-CAPA-Domäne als Benutzerkennung bereits verwendet.',     '([_1] time zone)'
   => '(时区 [_1])',
    '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.',     'Selecting an Author'
   => 'Selecting an Author',
    'The e-mail address you provided may not be used as a username at this LON-CAPA institution.'  
 => 'Die von Ihnen angegebene E-Mail-Adresse kann in dieser Einrichtung nicht als Benutzerkennung verwendet werden.',     'Invalid domain'
   => '无效域',
    'Validation of the code your entered failed.'  
 => 'Die Gültigskeitsprüfung des von Ihnen eingegebenen Codes ist fehlgeschlagen.',     'There are no library servers containing Authoring Spaces currently in domain: [_1], so you can not assume a co-author role.'
   => 'There are no library servers containing Authoring Spaces currently in domain: [_1], so you can not 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.'  
 => 'Das Erstellen von neuen Benutzeraccounts mit einer E-Mail-Adresse als Benutzerkennung ist für diese Einrichtung nicht gestattet.',     '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.'
   => '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.',
    'Type in the letters/numbers shown below'  
 => 'Geben Sie die unten angezeigten Buchstaben/Zahlen ein',     'You do not have a domain coordinator role, so you cannot choose an Authoring Space for which you can assume a co-author role.'
   => 'You do not have a domain coordinator role, so you cannot choose an Authoring Space for which you can assume a co-author role.',
    'You may need to reload the previous page to obtain a new token.'  
 => 'Sie können die vorherige Seite neu laden, um ein neues Merkzeichen zu erhalten.',     'There are no author roles currently in domain: [_1], so there are no Authoring Spaces for which you can assume a co-author role.'
   => 'There are no author roles currently in domain: [_1], so there are no Authoring Spaces for which you can assume a co-author role.',
    'Unable to retrieve your log-in information - unexpected context'  
 => 'Die Anmeldedaten konnten nicht erfolgreich abgerufen werden - unerwarteter Kontext',     'As your session file for the course or community has expired, you will need to re-select it.'
   => 'As your session file for the course or community has expired, you will need to re-select it.', # '当>您的课程已过期,您将需要重新选择课程。',
    "Your e-mail address uses the same internet domain as your institution's LON-CAPA service."  
 => "Ihre E-Mail-Adresse verwendet die gleiche Internetdomäne wie die Domäne des LON-CAPA-Systems Ihrer Institution.",     '[quant,_1,yr]'
   => '[quant,_1,yr]',
    'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.'  
 => 'Das Erstellen eines LON-CAPA-Accounts mit dieser Art von E-Mail-Adressen als Benutzerkennung ist nicht zulässig.',     '[quant,_1,mth]'
   => '[quant,_1,mth]',
    'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.'  
 => 'Stattdessen sollten Sie die Erstellung eines LON-CAPA-Accounts für Ihren Benutzeraccount "[_1]" an Ihrer Einrichtung beantragen.',     '[quant,_1,hr]'
   => '[quant,_1,hr]',
    'Changes/page:'  
 => 'Zeilen pro Seite:',     '[quant,_1,min]'
   => '[quant,_1,min]',
    'Window during which changes occurred:'  
 => 'Zeitspanne, in der Änderungen aufgetreten sind:',     '[quant,_1,sec]'
   => '[quant,_1,sec]',
    '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',     'Loading student data...'
   => '检索学生数据...',
    '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.',     'Options'
   => '选项',
    'Unable to modify requested student ([_1])'  
 => 'Die Daten des angeforderten Studenten ([_1]) konnten nicht geändert werden.',     'Time Period'
   => '周期',
    'Unable to grade requested sequence ([_1]).'  
 => 'Die angeforderte Sequenz ([_1]) konnte nicht bewertet werden.',     'Resource is undefined.'
   => 'Resource is undefined.',
    'No score was changed or updated.'  
 => 'An den Punkten wurde keine Änderung vorgenommen.',     'Plot Graph'
   => 'Plot Graph',
    'The scores were changed for [quant,_1,problem].'  
 => 'Für [quant,_1,Aufgabe wurde,Aufgaben wurden] die Punkte geändert.',     'Download'
   => '下载',
    '[_1]Visit the [_2]Course Catalog[_3] to view all [_4] LON-CAPA courses.' # _1: <b>, _2: <a>, _3: </a> </b>, _4: domain  
 => '[_1]访问[_2]课程目录[_3], 来查看 [_4] LON-CAPA 的所有课程。',     'PDF File'
 #=> '[_1]Besuchen Sie die [_2]Kursübersicht[_3], um alle LON-CAPA-Kurse der Domäne [_4] zu betrachten.',  => 'PDF 文档',
   
      'Zip File'
    '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.'  => 'ZIP 文档',
 => '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.',  
      'File Size (Bytes)'
 #SD begin 2008-07-02  => '文件大小 (Bytes)',
    'When'  
 => 'Wann',     'Contents'
   => '内容',
    'Who made the change'  
 => 'Wer führte die Änderung durch',     'Problem Type'
   => '问题类型',
    'Changed User'  
 => 'Geänderter Benutzer',     'not in this course'
   => 'not in this course',
    'Context'  #Start: redesigned menus
 => 'Kontext',  #lonparmset.pm
   
    'Context:'     'Edit environment settings for this course.'
 => 'Kontext:',  => 'Edit environment settings for this course.',
   
    'After:'     'Portfolio Metadata'
 => 'Nach:',  => '元数据-组合',
   
    'Before:'     'Settings for this Course'
 => 'Vor:',  => '设置这门课程',
   
    'User Changes'     'New and Existing Parameter Settings for Resources'
 => 'Teilnehmer-Änderungen',  => '新的和现有资源的参数设置',
   
    'For this user, the default quota would be [_1]'     'Edit Resource Parameters - Helper Mode'
 => 'Das Standardkontingent für diesen Benutzer beträgt [_1]',  => '编辑源参数 - 辅助模式',
   
    'Search for a user and enroll as a student'     'Edit Resource Parameters - Overview Mode'
 => 'Benutzer suchen und als Studierenden den Kurs belegen lassen',  => '编辑资源参数 - 概况模式',
   
    'username is known'     'Edit Resource Parameters - Table Mode'
 => 'Benutzerkennung ist bekannt',  => '编辑资源参数 - 表模式',
   
    'Create a new user'     'Existing Parameter Settings for Resources'
 => 'Neuen Benutzer erstellen',  => '现有资源的参数设置',
   
    'Enroll'     'Change Log'
 => 'eintragen',  => '变更记录',
   
    'User Search to enroll student'     'Restrict metadata for this course.'
 => 'Benutzersuche, um Studierende einzutragen',  => 'Restrict metadata for this course.',
   
    'Select a user to enroll as a student'     'Manage slots for this course.'
 => 'Wählen Sie einen Benutzer zum Eintragen als Studierenden aus',  => 'Manage slots for this course.',
   
    'modify' #Kontext? breadcrumb_text     'Reset access times for folders/maps, resources or the course.'
 => 'modifizieren',  => 'Reset access times for folders/maps, resources or the course.',
   
 #   'userpicked' #Kontext?     'Set default actions for parameters.'
 #=> '',  => 'Set default actions for parameters.',
   
    'as a student'     'Set/Modify resource parameters in helper mode.'
 => 'als einen Studierenden',  => 'Set/Modify resource parameters in helper mode.',
   
    'Set section/dates'     'Set/Modify resource parameters in table mode.'
 => 'Sektion/Daten festlegen',  => 'Set/Modify resource parameters in table mode.',
   
    'Unknown'     'Set/Modify resource parameters in overview mode.'
 => 'unbekannt',  => 'Set/Modify resource parameters in overview mode.',
   
    'You do not have privileges to assign co-author roles.'     'Set/Modify existing resource parameters in overview mode.'
 => 'Sie haben keine Berechtigung, um Co-Autor Rollen zuzuweisen',  => 'Set/Modify existing resource parameters in overview mode.',
   
    'This user has an unrecognized authentication scheme'     'View parameter and course blog posting/user notification change log.'
 => 'Dieser Benutzer hat ein unbekanntes Authentifizierungsschema',  => 'View parameter and course blog posting/user notification change log.',
   #lonpreferences.pm
    'Please alert a domain coordinator of this situation'  
 => 'Bitte benachrichtigen Sie einen Domänen-Koordinator über diese Situation',     'Screen Name'
   => '昵称',
    'Please specify login data below'  
 => 'Bitte spezifizieren Sie Login-Daten',     'Screenname'
   => '昵称',
    'No domain specified'  
 => 'Keine Domäne spezifiziert',     'Nickname'
   => '昵称',
    'Invalid domain name'  
 => 'Ungültiger Domänenname',     'Messages &amp; Notifications'
   => '邮件&公告',
    'Only letters, numbers, periods, dashes, and underscores are valid'  
 => 'Es sind nur erlaubt: Buchstaben, Ziffern, ".", "-", "_"',     'Discussion Display'
   => '讨论显示',
    'You do not have the authority to modify this users authentification information'  
 => 'Sie haben nicht die Berechtigung, um die Authentifizierungsinformationen dieses Benutzers zu modifizieren',     'Page Display Settings'
   => '页面显示设置',
    '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.',     'Color Scheme'
   => '颜色方案',
    "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.",     'Menu Display'
   => '菜单显示',
    'Unable to successfully change environment for'  
 => 'Es ist nicht möglich, die Umgebung zu ändern für',     'Content Display Settings'
   => '内容显示设置',
    'No roles'  
 => 'Keine Rollen',     'WYSIWYG Editor'
   => 'WYSIWYG-编辑器',
    'The following fields were not updated: '  
 => 'Die folgenden Felder wurden nicht aktualisiert: ',     'Roles Page'
   => '角色页面',
    "You do not have the authority to change this field given the user's current set of active/future [_1] roles:"  
 => 'Sie haben nicht die Berechtigung, um dieses Feld angesichts der aktuellen aktiven/zukünftigen [_1] Rollen des Benutzer zu ändern:',     'Display of Scientific Equations'
   => '显示科学公式',
    "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:',     'Edit information about yourself that should be displayed on your public profile.'
   => 'Edit information about yourself that should be displayed on your public profile.',
    'Contact your <a href="[_1]">helpdesk</a> for more information.'  
 => 'Kontaktieren Sie das <a href="[_1]">Helpdesk</a> für weitere Informationen.',     'Change the name that is displayed in your posts.'
   => '变更在您的讨论中的名称。',
    '<b>[_1]</b> enrolled'  
 => '<b>[_1]</b> eingetragen',     'Change LON-CAPA default colors.'
   => 'Change LON-CAPA default colors.',
    'in section [_1]'  
 => 'in Sektion [_1]',     'Change messageforwarding or notifications settings.'
   => 'Change messageforwarding or notifications settings.',
    'Access starts immediately'  
 => 'Zugriff beginnt sofort',     'Choose the default language for this user.'
   => 'Choose the default language for this user.',
    'Access starts: '  
 => 'Zugriff beginnt: ',     'Enable or disable the WYSIWYG-Editor.'
   => 'Enable or disable the WYSIWYG-Editor.',
    'ends: no ending date'  
 => 'endet: kein Enddatum',     'Configure the roles hotlist.'
   => 'Configure the roles hotlist.',
    'ends: '  
 => 'endet: ',     'Change how Scientific Equations are displayed.'
   => '改变如何显示科学方程。',
    '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.  ',     'Register your clicker.'
   => '登记您的应答设备 (遥控).',
    '(default)'  
 => '(Standard)',     'Change your password.'
   => '更改您的密码。',
    '(default for [_1])'  
 => '(Standard für [_1])',     'Launch the remote control for LON-CAPA.'
   => 'Launch the remote control for LON-CAPA.',
    'You are not authorized to make bulk changes to user roles'  
 => 'Sie sind nicht authorisiert Massenänderungen an Benutzerrollen durchzuführen',     'Collapse the remote control for LON-CAPA.'
   => 'Collapse the remote control for LON-CAPA.',
    'You do not have permission to modify dates or sections for users'  
 => 'Sie haben keine Berechtigung, um Daten oder Sektionen für Benutzer zu modifizieren',     'Restrict domain coordinator access.'
   => 'Restrict domain coordinator access.',
    'deleted'  
 => 'gelöscht',     'Set the default page to be displayed when you select a course role.'
   => 'Set the default page to be displayed when you select a course role.',
    'No start date'  
 => 'Kein Anfangsdatum',     'Toggle Debug Messages.'
   => 'Toggle Debug Messages.',
    'Previous [_1] changes'  
 => 'Vorherige [_1] Änderungen',     'Change whether the menus are displayed with buttons, icons or icons and text.'
   => 'Change whether the menus are displayed with buttons, icons or icons and text.',
    'Next [_1] changes'     'Course Initialization'
 => 'Nächste [_1] Änderungen',  => '课程初始化',
   #loncreateuser.pm
    'There are no records to display'     'Single Users'
 => 'Keine Datensätze zum Anzeigen',  => '单用户',
   
    'Automated enrollment'     'Upload a CSV or a text file containing users.'
 => 'Automatisierte Kursbelegung',  => '课程参加者上传CSV或文本文件。',
   
    'Roster Update'     'Add a user with a certain role to this course.'
 => 'Teilnehmeraktualisierung',  => '添加一个具有特定的角色的用户到这门课程中。',
   
    'Course Creation'     'Add/Modify a Student'
 => 'Kurserstellung',  => '添加/修改学生',
   
    'User Management in course'     'Add a user with the role student to this course.'
 => 'Benutzerverwaltung im Kurs',  => '添加一个用户到课程中,作为学生角色。',
   
    'User Management in domain'     'Configuration'
 => 'Benutzerverwaltung in der Domäne',  => '设置',
   
    'Self-enrolled'     'Automated enrollment manager.'
 => 'Selbst eingetragen',  => '管理自助注册',
   
    'Your search term must contain more than just spaces.'     'Self-Enrollment'
 => 'Ihre Suchanfrage muss mehr als nur Leerzeichen enthalten.',  => 'Self-Enrollment',
   
    'this course'     'User Self-Enrollment'
 => 'dieser Kurs',  => '用户自助注册',
   
    'LON-CAPA domain: '     'Configure user self-enrollment.'
 => 'LON-CAPA-Domäne',  => '配置用户自助注册。',
   
    'the institutional directory for domain: '     'Manage course groups.'
 => 'das institutionelle Verzeichnis für die Domäne: ',  => '管理课程组。',
   
    'Contact the [_1]helpdesk[_2] if you need to create a new user.'     'Change Logs'
 => 'Kontaktieren Sie das [_1]Helpdesk[_2], falls Sie einen neuen Benutzer erstellen möchten.',  => '更改记录',
   
    'Section for self-enrolled users unchanged as the proposed section is a group'     'View change log.'
 => 'Sektion für selbst eingetragene Benutzer nicht geändert, da die vorgeschlagene Sektion eine Gruppe ist',  => '显示更改记录。',
   
    'Group names and section names must be distinct'     'Administration'
 => 'Gruppen- und Sektionsnamen müssen eindeutig sein',  => '管理',
   
    'Section for self-enrolled users unchanged, as "all" is a reserved section name.'     'Manage Course Users'
 => 'Sektion für selbst eingetragene Benutzer nicht geändert, da "all" ein system-intern reservierter Sektionsname ist.',  => '用户课程管理',
   
    'An error occurred when saving changes to self-enrollment settings in this course.'     'Show and manage users of this course.'
 => 'Ein Fehler trat während des Speicherns der Änderungen an den Selbsteintragungs-Einstellungen in diesem Kurs auf.',  => '查看和管理这门课程的用户。',
   
 #SD end 2008-07-02     'Remove a student from this course.'
   => '从这门课程中移除一名学生。',
    '[_1] at [_2]'  
 => '[_1] in [_2]',     'Custom Roles'
   => '自定义角色',
    '[_1]: [_2]'  
 => '[_1]: [_2]',     'Configure a custom role.'
   => '配置自定义角色。',
    'Server Switch Required'  
 => 'Serverwechsel erforderlich',     'Multiple Users'
   => '多用户',
    'Construction Space access is only available from the home server of the corresponding Author.'  
 => 'Der Konstruktionsbereich ist nur vom Heimatserver des zugehörigen Autors verfügbar.',  #lonstatistics.pm
      'Statistics and Analyses'
    "Click the 'Switch Server' link to go there."  => '统计与分析',
 => "Klicken Sie auf 'Server wechseln', um dort hinzugelangen.",  
      'Plots'
    'Default in use:'  => '图表',
 => 'Voreinstellung in Verwendung:',  
      'Reports'
    'Self-creation of account by users with status: [_1]  '  => '报告',
 => 'Selbsterstellung eines Accounts durch Benutzer mit Status [_1]  ',  
      'Personal Homepage'
    'modifiable fields (if institutional data blank): '  => '个人主页',
 => 'änderbare Felder (falls Daten der Einrichtung leer sind): ',  
      'Link Name:'
 # domainprefs.pm  => '连接的名字:',
 #   '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}: ',     'Link Name'
   => '连接的名字',
 # 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."     'Address'
 # => "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."  => '地址',
   
    'Source Code'     'Broadcast to Active Members'
 => 'Quellcode',  => '通知活跃的会员',
   
    'Copy Problem Source Code to Construction Space'     'Thank you for your input!'
 => 'Aufgaben-Quellcode in Konstruktionsbereich kopieren',  => '非常感谢您的评估!',
   
    'Please enter the directory that you would like the source code to go into.'     'Saving feedback: [_1]'
 => 'Bitte geben Sie das Verzeichnis ein, in das der Quellcode kopiert werden soll.',  => '保存到信息反馈: [_1]',
   
    'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.'     'Logging first evaluation'
 => 'Beachten Sie, dass sich der Pfad auf das Heimatverzeichnis Ihres Konstruktionsbereichs bezieht. Noch nicht existierende Verzeichnisse werden automatisch angelegt.',  => '登录到首次评估',
   
    'shared_source'     '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.'
 => 'gemeinsame_Dokumente',  => 'WYSIWYG 编辑器仅支持简单的 HTML,并且在许多情况下不适合复杂的创作。在一些情况下,它可能破坏复杂的创作及 LaTeX 和脚本函数的调用。',
   
    'Copy to Construction Space'     'Special Admin Options'
 => 'In Konstruktionsbereich kopieren',  => '特别管理选项',
   
    '[_1]W[_2]ARNING' # Highlight first char     'Discussion postings'
 => '[_1]W[_2]ARNUNG',  => '讨论帖子',
   
    'At end of file some tags were still left unclosed:'     'Currently using [_1] of the [_2] available.'
 => 'Am Ende der Datei sind manche Tags noch nicht geschlossen:',  => '目前使用 [_1] ,在 [_2] 可用中。',
   
    'Unable to save file [_1]'     'Registering clickers: [_1]'
 => 'Die folgende Datei konnte nicht gespeichert werden: [_1]',  => '注册的“遥控”号码为: [_1]',
   
    'Warnings and Errors'     'New Broadcast Message'
 => 'Warnungen und Fehler',  => '新的广播信息',
   
    '[quant,_1,error]'     'Send a broadcast message to members of this Course and/or other users.'
 => '[quant,_1,Fehler,Fehler]',  => '发送广播信息给这门课程的成员和/或其他用户。',
   
    '[quant,_1,warning]'     'New Messages from File'
 => '[quant,_1,Warnung,Warnungen]',  => '从文件生成新邮件',
   
    'Edit Math'     'Send copy to permanent e-mail address (if known)'
 => 'Formeleditor',  => '发送一份副本给外部电子邮件(如果有的话)',
   
    'DragMath Latex Equation Editor'     'Require return receipt?'
 => 'DragMath-LaTeX-Formel-Editor', # n.t.  => '回执确认?',
   
    '[_1]Return[_2] to editing resource.'     'Message Administration'
 => '[_1]Zurück[_2] zur Ressource',  => '邮件管理',
   
    'Counting pages for student: [_1]'     'Message Log for Selected Users'
 => 'Zähle Seiten für Student [_1]',  => '选定用户的邮件日志',
   
    'Class Print Status'     'New Document'
 => 'Druckstatus',  => '新文档',
   
    'LaTeX could not successfully parse your tex file.'    'Bcc: course members with current access'
 => 'LaTeX konnte Ihre TeX-Datei nicht erfolgreich parsen.',  => '密送:当前访问的课程参加者',
   
    'It probably has errors in it.'     'Tools:'
 => 'Sie enthält vermutlich Fehler.',  => '工具:',
   
    'Here are the error messages in the LaTeX log file:'     'Upload PDF Form'
 => 'Die Fehlermeldungen der LaTeX-Logdatei:',  => '上传PDF格式文档',
   
    'There are errors in [_1].'     'Upload a PDF Form with filled Form Fields'
 => 'Es sind Fehler aufgetreten. Ort: [_1]',  => '上传带有填写表格字段的PDF格式文档',
   
    'There are errors.'     'Please choose a PDF-File.'
 => 'Es sind Fehler aufgetreten.',  => '请选择一个PDF文件。',
   
    'These errors prevent this resource from printing correctly.'     "Can't find any valid PDF formfields."
 => 'Diese Fehler verhindern, dass diese Ressource korrekt gedruckt werden kann.',  => '找不到任何有效的PDF格式文档 。',
   
    'A message has been sent to the instructor describing this failure.'     'Results of PDF Form problems'
 => 'Dem Dozenten wurde eine Nachricht gesendet, die eine Beschreibung des Fehlverhaltens enthält.',  => 'PDF格式习题答案',
   
    'You are running LaTeX in [_1]batch mode[_2].'     'Published Documents'
 => 'Sie verwenden LaTeX im [_1]Stapelverarbeitungsbetrieb[_2] (batch mode).',  => '公开文件',
   
    'It has found an error in [_1][_2]and corrected it.'  #SYNCMARKER
 => '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.'  1;
 => 'Ü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.4  
changed lines
  Added in v.1.123


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