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

version 1.2, 2009/01/15 10:41:06 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 - ISO'  => '修改用户的数据',
 => 'Dänischer Koch - ISO',  
      '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'
    'You are accessing an invalid course'  => '课程分组管理',
 => 'Sie versuchen auf einen ungültigen Kurs zuzugreifen.',  
      'Editing the Table of Contents for your Course'
    'course only'  => '如何修改课程内容',
 => 'nur Kurs',  
      'Enter any group in the course'
    'delete'  => 'Enter any group in the course',
 => 'Löschen',  
      'Existing Parameter Settings for Your Resources'
    'first resource in the course'  => 'Existing Parameter Settings for Your Resources',
 => 'erste Kursressource',  
      'Group'
    'grps.gif'  => '组',
 => 'grps.gif',  
      'Group:'
    'hidden'  => '组:',
 => 'verborgen',  
      'Hidden'
    'list[_1]'  => '隐藏',
 => 'list[_1]',  
      'List Symbs'
    'new feed'  => '内部标识',
 => 'new feed',  
      'Symb List'
    'since last month'  => '内部标识名单',
 => 'seit letztem Monat',  
   #   'Manage Course Slots'
    'since last week'  #=> '管理课程插槽',
 => 'seit letzter Woche',  
      'Manage Slots'
    'since start of course'  => 'Manage Slots',
 => 'seit Kursbeginn',  
      'Manage student enrollment '
    'since yesterday'  => '招生管理 ',
 => 'seit gestern',  
      'Modify Resource Parameters - Overview Mode'
    'specific setting for this course'  => '修改资源参数 - 概况模式',
 => 'spezifische Einstellung für diesen Kurs',  
      'Modify parameter settings (due dates, etc) for resources and the course'
    'test.problem'  => '修改课程和资源参数',
 => 'test.problem',  
      'Modify parameter settings for this resource'
    'user preference'  => '参数设置',
 => 'Benutzerpräferenz',  
      'New and Existing Parameter Settings for Your Resources'
    'version[_1]'  => '为您的资源设置新的和现有的参数',
 => 'Version[_1]',  
      'Parameter Change Log and Course Blog Posting/User Notification'
    "what's new? page"  => '参数变更记录和课程博客/用户通知',
 => "Was-gibt's-Neues-Seite",  
      'Parameter Manager'
    'your general user preferences'  => '参数管理',
 => 'Ihre allgemeinen Benutzerpräferenzen',  
      'Randomly Pick: '
    'Submitting as Comment'  => '随机挑选: ',
 => 'Kommentar wird gesendet',  
      'Remove'
    'Submitting as Policy Feedback'  => '删除',
 => 'Feedback zu Kursrichtlinien wird gesendet',  
      'Rendering:'
    'Submitting as Question'  => '检查:',
 => 'Frage wird gesendet',  
      'Select Parameters to View'
    'Total Points In Course'  => '选择想要查看的参数',
 => 'Gesamtpunkte im Kurs',  
      'Select Parts to View'
    'You are accessing an invalid course'  => '选择想要查看的部分',
 => 'Sie versuchen auf einen ungültigen Kurs zuzugreifen',  
      'Set Parameter Setting Default Actions'
    'the resource you just saw on the screen'  => '设置默认操作的参数',
 => 'die zuletzt betrachtete Ressource',  
      'Set Portfolio Metadata'
    'Annotations'  => '设置元数据-组合',
 => 'Notizen',  
      'Set/Modify Resource Parameters - Helper Mode'
    'Close (no save)'  => '设置/修改资源参数 - 辅助模式',
 => 'Schließen (ohne Speichern)',  
      'Set/Modify Resource Parameters - Overview Mode'
    'Save and Update'  => '设置/修改资源参数 - 概况模式',
 => 'Speichern und aktualisieren',  
      'Set/Modify Resource Parameters - Table Mode'
    'Bookmark Tree Viewer/Editor'  => '设置/修改资源参数 - 表模式',
 => 'Lesezeichenbaum-Anzeige/Editor',  
      'Settings for Your Course'
    'Chat'  => '课程设置',
 => 'Chat',  
      'Table Mode'
    'Chat room'  => '表模式',
 => 'Chatroom',  
      'Table Mode Parameter Setting'
    'Drop Box'  => '表模式参数设定',
 => '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]".'
    'Import Bookmarks'  => '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]".',
 => '导入书签',  
 #=> 'Lesezeichen importieren',     'URL hidden'
   => '隐藏 URL',
    'The LearningOnline Network with CAPA'  
 => 'The LearningOnline Network with CAPA',     'Update Parameter Display'
   => '更新参数',
    'This LON-CAPA server is temporarily not available for login.'  
 => 'Dieser LON-CAPA-Server ist derzeit zum Anmelden nicht verfügbar.',     'View calculated grades (Spreadsheet)'
   => '计算评分(Spreadsheet)',
    'Please attempt to login to one of the following servers:'  
 => 'Bitte versuchen Sie sich an einem der folgenden Server anzumelden:',     "What's new?"
   => "有什么新的?",
    '(preferred)'  
 => '(bevorzugt)',     're-initializing Course'
   => '重新初始化课程',
    '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.',     'Show Resource'
   => '查看资源',
    'Collaborative Tools'  
 => 'Kollaborative Werkzeuge',     'Feedback to resource author'
   => '反馈给此资源的作者',
    'Course content'  
 => 'Kursinhalt',     'Click to add/remove attachments'
   => '单击添加/删除附件',
    'Create a new group'  
 => 'Neue Gruppe erstellen',     'New attachments'
   => '新附件',
    'Created'  
 => 'Erstellt',     'Retained attachments'
   => '保留附件',
    'Creator'  
 => 'Ersteller',     'Add a new attachment to this post.'
   => '给这个信息添加新的附件:',
    'Discussion Boards'  
 => 'Diskussionsforen',     'Discussion Post Attachments'
   => '讨论张贴附件',
    'Disk Use (%)'  
 => 'Speicherplatzverbrauch (%)',     'Modify course settings'
   => 'Modify course settings',
    'Enable Recent Roles Hotlist:'  
 => 'Verwende Schnellzugriff für zuletzt verwendete Rollen:',     'Send and display broadcast e-mail'
   => 'Send and display broadcast e-mail',
    'Erster Kurs'  
 => 'Erster Kurs',     'Awarded Total Points'
   => '达到总分',
    'Files'  
 => 'Dateien',     'Total Parts Done'
   => 'Total Parts Done',
    'Group Name'  
 => 'Gruppenname',     'Create a single course'
   => 'Create a single course',
    'Group Title'  
 => 'Gruppentitel',     'Create a new course by completing an online form.'
   => 'Create a new course by completing an online form.',
    'Members'  
 => 'Mitglieder',     'Create a single collaborative group space'
   => 'Create a single collaborative group space',
    'Modify'  
 => 'Verändern',     '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.',
    'Re-enable'  
 => 'Wiederherstellen',     'Create courses/groups by uploading an attributes file'
   => 'Create courses/groups by uploading an attributes file',
    'Expire'  
 => 'Ablaufen lassen',     '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.',
    'Group settings'  
 => 'Gruppen-Einstellungen',     'current'
   => '当前的',
    'Modify group membership'  
 => 'Gruppen-Mitgliedschaften ändern',     'Version changes'
   => 'Version changes',
    'No groups exist.'  
 => 'Es existieren keine Gruppen.',     'Change interval'
   => 'Change interval',
    'Number of roles in Hotlist:'  
 => 'Anzahl der Rollen in Schnellzugriffsliste:',     'Student Submission Reports'
   => 'Student Submission Reports',
    'Quota (Mb)'  
 => 'Speicherplatz (MB)',     'Prepare reports of student submissions.'
   => 'Prepare reports of student submissions.',
    'Remote Control'  
 => 'Fernbedienung',     'Survey Reports'
   => 'Survey Reports',
    '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.',     'Prepare reports on survey results.'
   => 'Prepare reports on survey results.',
    '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.',     'View survey'
   => 'View survey',
    'Switch to Inline Menu Mode'  
 => 'Zum Modus mit Kopfzeilenmenü wechseln',     'Previous Survey'
   => 'Previous 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.',     'Next Survey'
   => 'Next Survey',
    'View Status'  
 => 'Status anzeigen',     'Choose a different Survey'
   => 'Choose a different Survey',
    'View/Change Status'  
 => 'Status anzeigen/ändern',     'Generate Report'
   => 'Generate Report',
    'You are not currently a member of any active groups in this course.'  
 => 'Sie sind zurzeit nicht Mitglied einer aktiven Gruppe in diesem Kurs.',     'Part [_1], Response [_2]'
   => '部份 [_1], 答案 [_2]',
    'Group [_1] was updated.'  
 => 'Die Gruppe [_1] wurde aktualisiert.',     'Foil Name'
   => 'Foil Name',
    '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]',     'Foil Text'
   => 'Foil Text',
    'Discussion Boards Folder created.'  
 => 'Diskussionsforums-Verzeichnis wurde angelegt.',     'Percent'
   => '百分比',
    'You do not have group administration privileges in this course.'  
 => 'Sie haben in diesem Kurs keine Gruppen-Administrationsrechte.',     'Correct Problems Plot'
   => 'Correct Problems Plot',
    '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.',     'Display a histogram of student performance in the course.'
   => 'Display a histogram of student performance in the course.',
    'You have requested deletion of the group [_1].'  
 => 'Sie möchten die Gruppe [_1] löschen.',     'Access Status'
   => '访问状态',
 #activated  
 #reenabled     '[_1] Limit by time'
 #modified  => '[_1] 限制时间',
 #added  
 #deleted     'Submission Time Plots'
 #expired  => 'Submission Time Plots',
   
    'The following users could not be activated, because an error occurred:'     'Currently Has Access'
 => 'Die folgenden Benutzer konnten nicht aktiviert werden, da ein Fehler aufgetreten ist:',  => '目前访问',
   
    'The following users could not be reenabled, because an error occurred:'     'Will Have Future Access'
 => 'Die folgenden Benutzer konnten nicht wiederhergestellt werden, da ein Fehler aufgetreten ist:',  => '将来的访问',
   
    'The following users could not be modified, because an error occurred:'     'Previously Had Access'
 => 'Die folgenden Benutzer konnten nicht geändert werden, da ein Fehler aufgetreten ist:',  => '此前的访问',
   
    'The following users could not be added, because an error occurred:'     'Any Access Status'
 => 'Die folgenden Benutzer konnten nicht hinzugefügt werden, da ein Fehler aufgetreten ist:',  => '任易的访问状态',
   
    'The following users could not be deleted, because an error occurred:'     'Previous Problem'
 => 'Die folgenden Benutzer konnten nicht entfernt werden, da ein Fehler aufgetreten ist:',  => '前面的问题',
   
    'The following users could not be expired, because an error occurred:'     'Next Problem'
 => 'Die Mitgliedschaften der folgenden Benutzer konnten nicht entzogen werden, da ein Fehler aufgetreten ist:',  => '下一个问题',
   
    'No change occurred for the following users:'     'Choose a different Problem'
 => 'Folgende Benutzer bleiben unverändert:',  => 'Choose a different Problem',
   
    'When a group is deleted the following occurs:'     'Update Caches'
 => 'Beim Löschen einer Gruppe passiert folgendes:',  => 'Update Caches',
   
    'All group membership is terminated.'     'Begin'
 => 'Alle Gruppen-Mitgliedschaften werden aufgelöst.',  => 'Begin',
   
    'The group ceases to be available either for viewing or for modification of group settings and membership.'     'There are no students in the sections 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 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 are no students in the sections/groups selected.'
 => '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 are no students in the sections/groups selected.',
   
    '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 at all.'
 => '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 at all.',
   
    'Delete group'     'There is no submission data for this problem.'
 => 'Gruppe löschen',  => 'There is no submission data for this problem.',
   
    'Group deletion failed because deletion of [_1] out of [_2] members failed.'     'There is no submission data for this resource.'
 => 'Das Löschen der Gruppe ist fehlgeschlagen, da [_1] von [_2] Mitgliedern nicht entfernt werden konnten.',  => 'There is no submission data for this resource.',
   
    'Group successfully deleted.'     'There is no data to plot.'
 => 'Die Gruppe wurde erfolgreich gelöscht.',  => 'There is no data to plot.',
   
    "Although the group was deleted, an error occurred when removing the group's folder from the 'Course Groups' folder: [_1]"     'Analysis of [_1] is not supported.'
 => "Die Gruppe wurde zwar gelöscht, beim Entfernen des Gruppen-Verzeichnisses aus dem 'Kursgruppen'-Verzeichnis ist jedoch ein Fehler aufgetreten: [_1]",  => 'Analysis of [_1] is not supported.',
   
    'Group deletion failed.'     'None of the selected students attempted the problem more than [_1] times.'
 => 'Das Löschen der Gruppe ist fehlgeschlagen.',  => 'None of the selected students attempted the problem more than [_1] times.',
   
    'Course Folder -[_1]'     'None of the selected students attempted the problem.'
 => 'Kursverzeichnis [_1]',  => 'None of the selected students attempted the problem.',
   
    'An error occurred when reading contents of parent folder to group:'     'The analysis you have selected is not supported at this time.'
 => 'Beim Lesen des übergeordneten Verzeichnisses für die Gruppe ist ein Fehler aufgetreten:',  => 'The analysis you have selected is not supported at this time.',
   
    'An error occurred when saving updated parent folder to group:'     'Graph Problem Submission Times'
 => 'Beim Speichern des aktualisierten übergeordneten Verzeichnisses für die Gruppe ist ein Fehler aufgetreten:',  => 'Graph Problem Submission Times',
   
    '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].'     'Return to directory'
 => 'Sie möchten die gelöschte Gruppe [_1] wiederherstellen.',  => '返回目录',
   
    'When a deleted group is re-enabled the following occurs:'     'My Roles'
 => 'Beim Wiederherstellen einer gelöschten Gruppe passiert folgendes:',  => '我的角色',
   
    'Group settings and membership at the time the group was deleted are reinstated.'     'My Space'
 => 'Gruppen-Einstellungen und -Mitgliedschaften, die zum Zeitpunkt des Löschens dieser Gruppe bestanden, werden wieder hergestellt.',  => '我的空间',
   
    'A group folder is added to the "Course Groups" folder which contains folders for all groups in the course.'     'Edit blogs, RSS feeds, and podcasts'
 => 'Ein Gruppenverzeichnis wird dem "Kursgruppen"-Verzeichnis hinzugefügt, das Verzeichnisse aller Gruppen für diesen Kurs enthält.',  => '博客, RSS-反馈 和 播客',
   
    'Reenable group'     'Content Library'
 => 'Gruppe wiederherstellen',  => '内容',
   
    'The group [_1] was not re-enabled, because it is not a deleted group.[_2]Perhaps it has already been re-enabled?'     'Search the contents of this course or accessible portfolio files'
 => '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'     'Grading and Statistics'
 => 'Keine Endedatum gesetzt',  => '审查和统计',
   
    'Membership reinstated for [quant,_1,user], each with start and end dates for group access set to defaults: [_2] and [_3]'     'Other'
 => '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]"     'group'
 => "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.'     'Size'
 => 'Wiederherstellen der Gruppe ist fehlgeschlagen.',  => '大小',
   
    'with related words'     'Current Access Status'
 => 'mit ähnlichen Wörtern',  => '目前获得状态',
   
    'with no related words'     'Delete Checked Files'
 => 'ohne ähnliche Wörter',  => '删除选中的文件',
   
    'Change Roles Preferences'     'Using the portfolio file list'
 => 'Rollenpräferenzen ändern',  => '使用组合的文件列表',
   
    'Display [_1] Most Recent Roles'     'Help on the portfolio'
 => 'Zeige [_1] der zuletzt verwendeten Rollen',  => '组帮助',
   
    'Freeze Role'     'Private'
 => 'Rolle einfrieren',  => '私人的',
   
    'Recent Roles Hotlist is Disabled'     'Change How Menus are Displayed'
 => 'Schnellzugriffsliste für zuletzt verwendete Rollen wird nicht verwendet',  => '改变菜单显示',
   
    'Recent Roles Hotlist is Enabled'     'Use icons and text'
 => 'Schnellzugriffsliste für zuletzt verwendete Rollen wird verwendet',  => '使用图标和文本',
   
    'Author Space'     'Use buttons and text'
 => 'Autorenbereich',  => '使用按钮和文本',
   
    'Degree of discrimination'     'Use icons only'
 => 'Grad der Abgrenzung',  => '只有图标',
   
    'Disable WYSIWYG Editor'     'Previous Tries'
 => 'WYSIWYG-Editor deaktivieren',  => '以前的尝试',
   
    'Hypertext Document'     'Change Main Menu'
 => 'HTML-Dokument',  => '改变主菜单',
   
    'Last Modifying User'     'New screenname (shown if you post anonymously)'
 => 'Benutzer, der zuletzt geändert hat',  => '新昵称(显示在匿名讨论中)',
   
    'Last Revision Date'     'New nickname (shown if you post non-anonymously)'
 => 'Datum der letzten Überarbeitung',  => '新昵称(显示在正常讨论中)',
   
    'Linked/Related Resources'     'Choose the time window to use to display roles for which access to the course expired.'
 => 'Verknüpfte/Verwandte Ressourcen',  => 'Choose the time window to use to display roles for which access to the course expired.',
   
    'Network-wide courses using resource'     'Choose the time window to use to display roles for which access to the course became available.'
 => 'Netzwerkweite Kurse, die diese Ressource verwenden',  => 'Choose the time window to use to display roles for which access to the course became available.',
   
    'Never'     'Choose the time window to use to display resources in the course with version changes.'
 => 'Niemals',  => '选择的时间窗口,显示课程资源与版本变化。',
   
    'Preview'     'User Management'
 => 'Vorschau',  => '用户管理',
   
    'Resources that follow this resource in maps'     'Manage student enrollment'
 => 'Ressourcen, die in einer Inhaltszusammenstellung Nachfolger dieser Ressource sind',  => '招生管理',
   
    'Resources that lead up to this resource in maps'     'Modify an existing group'
 => 'Ressourcen, die in einer Inhaltszusammenstellung Vorläufer dieser Ressource sind',  => '修改现有的组',
   
    'Resources used by this resource'     'Delete an existing group'
 => 'Ressourcen, die von dieser Ressource verwendet werden',  => '删除现有的组',
   
    'Resources using or importing resource'     'Re-enable a deleted group'
 => 'Ressourcen, die diese Ressource benutzen', #??? [SB 18.10.2006]  => '还原已删除的组',
   
    'Return'     'Enter an existing group'
 => '后退',  => '加入现有的组',
 #=> 'Zurück',  
      'Course Management'
    'Setting WYSIWYG editor to:'  => '课程管理',
 => 'Setze WYSIWYG-Editor auf:',  
      'Reset Student Access Times'
    'Source Available'  => '重置学生的访问时间',
 => 'Quellcode verfügbar',  
      'Submission #'
    'Source Custom Distribution File'  => '回答次数',
 => 'Datei zum Maßschneidern der Zugriffsrechte für Quellcode',  
      'Try'
    'Start new page<br />before selected'  => '尝试',
 => 'Start new page<br />before selected',  
      'Try [_1]'
    'on'  => '尝试 [_1]。',
 => 'an',  
      'Submitted Answer'
    '(on)'  => '提交答案',
 => '(an)',  
      'Close Window'
    'off'  => '关闭窗口',
 => 'aus',  
      'Close window'
    '(off)'  => '关闭窗口',
 => '(aus)',  
      'Portfolio Search'
    '(re-initialize course to access)'  => '组合搜索',
 => '(Kurs neu initialisieren, um Zugriff zu erhalten)',  
      'Enter words and quoted phrases'
    'All Parts'  => '输入字词和引用短语',
 => 'Alle Teile',  
      'Portfolio and Course Search'
    '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.'     'Message Status'
 => '点击 [_1] 按钮来保存最后的更改。',  => '邮件状态',
 #=> 'Klicken Sie auf [_1], um die letzten Änderungen sofort zu übernehmen.',  
      'Any'
    'Cut'  => '任意的',
 => '剪切',  
 #=> 'Ausschneiden',     'Unread'
   => '未阅读',
    'Random Order'  
 => '任意顺序',     'Read'
 #=> 'Zufällige Reihenfolge',  => '已阅读',
   
    'Due and Answer Available'     'Replied to'
 => 'Fällig, Antwort verfügbar',  => '回复',
   
    'Edit any group in the course'     'Forwarded'
 => '课程分组管理',  => '转发',
 #=> 'Kursgruppen verwalten',  
      'Rename Folder'
    'Editing the Table of Contents for your Course'  => '重命名文件夹',
 => '如何修改课程内容',  
 #=> 'Wie bearbeite ich den Inhalt des Kurses',     'Delete Folder'
   => '删除文件夹',
    'Enter any group in the course'  
 => 'Einer beliebigen Gruppe des Kurses beitreten',     'Recent Roles'
   => '最近的角色',
    'Existing Parameter Settings for Your Resources'  
 => 'Bestehende Parameter-Einstellungen für Ihre Ressourcen',     'Close navigation window'
   => '关闭导航窗口',
    'Export Course to IMS'  
 => '导出-IMS',     'Post Anonymous'
 #=> 'IMS-Export',  => '匿名发送',
   
    'Group'     'Post'
 => 'Gruppe',  => '发送',
   
    'Group:'     'Back to preferences menu'
 => 'Gruppe:',  => '后退',
   
    'Hidden'     'Forward messages to other account(s) in LON-CAPA'
 => '隐藏',  => 'Forward messages to other account(s) in LON-CAPA',
 #=> 'Verborgen',  
      'Forward to account(s)'
    'List Symbs'  => 'Forward to account(s)', # '转发地址',
 => '内部标识',  
 #=> 'Interne Bezeichner',     'e.g. <tt>userA:domain1,userB:domain2,...</tt>'
   => '例如 <tt>用户A:领域1,用户B:领域2,...</tt>',
   
    'Symb List'     'Notification E-mail Address(es)'
 => 'Liste interner Bezeichner',  => 'Notification E-mail Address(es)',
   
    'Manage Course Slots'     'E-mail address(es) which should be notified about new LON-CAPA messages'
 => 'Kurs-Slots verwalten',  => '关于 LON-CAPA 新消息被通知的 E-Mail 地址',
   
    'Manage student enrollment '     'e.g. <tt>joe@doe.com</tt>'
 => 'Studentische Kursbelegungen verwalten ',  => '例如 <tt>xiaoming@sohu.com</tt>',
   
    'Modify Resource Parameters - Overview Mode'     'Notification address'
 => 'Ändern von Ressourcen-Parametern - Übersichtsmodus',  => '通知地址',
   
    'Modify parameter settings (due dates, etc) for resources and the course'     'Types of message for which notification is sent'
 => '修改课程和资源参数',  => '发出应该被通知的信息',
 #=> 'Kurs- und Ressourcen-Parameter',  
      'Excerpt retains HTML tags in message'
    'Modify parameter settings for this resource'  => '在邮件中保持 HTML',
 => '参数设置', # long version: 'Parametereinstellungen für diese Ressource ändern',  
 #=> 'Parametereinstellungen', # long version: 'Parametereinstellungen für diese Ressource ändern',     'All'
   => '所有的',
   
    'New and Existing Parameter Settings for Your Resources'     'Critical only'
 => 'Neue und bestehende Parameter-Einstellungen für die Ressourcen',  => '只重要的',
   
    'Parameter Change Log and Course Blog Posting/User Notification'     'Non-critical only'
 => 'Parameteränderungs-Protokoll und Kurs-Blog-Einträge/Benutzer-Benachrichtigung',  => '非重要的',
   
    'Parameter Manager'     'Add new address'
 => '参数管理',  => '添加新的地址',
 #=> 'Kurs- und Ressourcen-Parameter',  
      'What are forwarding and notification addresses?'
    'Randomly Pick: '  => '什么是转发和通知地址?',
 => '随机挑选: ',  
 #=> 'Wähle zufällig: ',     'What are critical messages?'
   => '什么是重要的信息?',
    'Remove'  
 => '删除',     'Change Roles Page Pref'
 #=> 'Entfernen',  => '用户角色快速访问列表',
   
    'Rendering:'     'Number of Roles in Hotlist:'
 => 'Überprüfung:',  => '一些角色的快速访问列表:',
   
    'Select Parameters to View'     'Current Password'
 => 'Auswahl der Parameter, die angezeigt werden sollen',  => '当前密码',
   
    'Select Parts to View'     'New Password'
 => 'Auswahl der anzuzeigenden Aufgabenteile',  => '新密码',
   
    'Set Parameter Setting Default Actions'     'Confirm Password'
 #SD => 'Setze Parameter-Einstellungen für Default-Aktionen',  => '新密码确认',
 => 'Standardaktionen für Parametereinstellungen',  
      'Passwords must be a minimum of 7 characters long. Please try again.'
    'Set Portfolio Metadata'  => '密码必须至少有7个字符长。请再试一次。',
 => 'Portfolio-Metadaten',  
      'The new passwords you entered do not match. Please try again.'
    'Set/Modify Resource Parameters - Helper Mode'  => '新的密码输入不匹配。请再试一次。',
 => 'Ressourcen-Parameter - Hilfsmodus',  
      'Please make sure your old password was entered correctly.'
    'Set/Modify Resource Parameters - Overview Mode'  => '请确认您的旧密码输入正确。',
 => 'Ressourcen-Parameter - Übersichtsmodus',  
      'Send me a message'
    'Set/Modify Resource Parameters - Table Mode'  => '请给我发送邮件',
 => 'Ressourcen-Parameter - Tabellenmodus',  
      'Show Public View'
    'Settings for Your Course'  => '查看公众视野',
 => 'Kurs-Einstellungen',  
      'Delete Photo'
    'Table Mode'  => '删除照片',
 => 'Tabellenmodus',  
      'Help with filling in text boxes'
    'Table Mode Parameter Setting'  => '文本框输入帮助',
 => 'Tabellenmodus-Parameter-Einstellungen',  
      'Examples'
    '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.',  
      'Summary Preview'
    'URL hidden'  => '摘要预览',
 => '隐藏 URL',  
 #=> 'URL verborgen',     'Send copy to permanent email address (if known)'
   => '发送副本到其它的电子邮件地址 (如果已知)',
    'Update Parameter Display'  
 => 'Parameteranzeige aktualisieren',     'Include in course RSS newsfeed'
   => '包括课程的 RSS-Feeds',
    'View calculated grades (Spreadsheet)'  
 => '计算评分(电子表格)',     'Allow replies:'
 #=> 'Berechnete Bewertungen (Beurteilungsbogen)',  => '允许答复:',
   
    "What's new?"     'Reply to:'
 => "有什么新的?",  => '回复:',
 #=> "Was gibt's Neues?",  
      'Domain Management'
    '[quant,_1,day]'  => '域管理',
 => '[quant,_1,Tag,Tage]',  
      'Course ID of Key Authority:'
    'grades[_3]'  => 'Course ID of Key Authority:',
 => 'Bewertungen[_3]',  
      'Set domain configuration'
    'new.gif'  => '域配置',
 => 'new.gif',  
      'Domain Configuration'
    'parms[_2]'  => '域配置',
 => 'parms[_2]',  
      'View/Modify Domain Settings'
    'pgrd.gif'  => '查看/修改域配置',
 => 'pgrd.gif',  
      'Menu'
    'pparm.gif'  => '菜单',
 => 'pparm.gif',  
      'Domain Settings'
    'problem[_1]'  => '域配置',
 => 'problem[_1]',  
      'Course Environment'
    'problem[_2]'  => '课程环境',
 => 'problem[_2]',  
      'Edit Course Environment'
    're-initializing Course'  => '编辑课程环境',
 => '重新初始化课程',  
 #=> 'Kurs neu initialisieren',     'Users allowed to clone course'
   => 'Users allowed to clone course',
    'Show Resource'  
 => 'Zeige Ressource',     '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.',
    'Feedback to resource author'  
 => 'Feedback an den Autor der 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.',
   
 #     'Use [_1] to allow unrestricted cloning in all domains.'
   => 'Use [_1] to allow unrestricted cloning in all domains.',
    'Click to add/remove attachments',  
 => 'Hier klicken, um Anhänge anzufügen/zu entfernen',     'URL of Syllabus (not using internal handler)'
   => '教学大纲的网址 (URL)',
    'New attachments'  
 => 'Neue Anhänge',     'Custom Text for Resource Content Question Option in Feedback'
   => 'Custom Text for Resource Content Question Option in Feedback',
    'Retained attachments'  
 => 'Zurückbehaltene Anhänge',     'Custom Text for Course Content Option in Feedback'
   => 'Custom Text for Course Content Option in Feedback',
    'Add a new attachment to this post.'  
 => 'Neuen Anhang für diese Nachricht erstellen:',     'Custom Text for Course Policy Option in Feedback'
   => 'Custom Text for Course Policy Option in Feedback',
    'Discussion Post Attachments'  
 => 'Anhänge für Diskussionsbeiträge',     'Allow students to view classlist.'
   => 'Allow students to view classlist.',
   
 #     'Allow users with specified roles to edit/delete their own discussion posts'
   => 'Allow users with specified roles to edit/delete their own discussion posts',
    'Modify course settings'  
 => 'Kurs-Einstellungen',     'Suppress number of tries in printing'
   => 'Suppress number of tries in printing',
    'Send and display broadcast e-mail'  
 => 'Broadcast-E-Mails',     'Default paper type'
   => 'Default paper type',
    'Awarded Total Points'  
 => 'Erreichte Gesamtpunktzahl',     'Default beginning date for student access.'
   => '学生访问的默认开始日期',
    'Total Parts Done'  
 => 'Gesamtanzahl erledigter Aufgabenteile',     'Default ending date for student access.'
   => '学生访问的默认结束日期',
    'Create a single course'  
 => 'Einen neuen, einzelnen Kurs erstellen',     'Disable checking of Significant Figures'
   => 'Disable checking of Significant Figures',
    'Create a new course by completing an online form.'  
 => 'Einen neuen Kurs durch Ausfüllen eines Formulars erstellen.',     'Disable automatically printing point values onto exams.'
   => 'Disable automatically printing point values onto exams.',
    'Create a single collaborative group space'  
 => 'Einzelnen, kollaborativen Gruppenbereich erstellen',     'Send message to student when clicking Done on Tasks'
   => 'Send message to student when clicking Done on Tasks', # ???
    '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.',     'Restrict Metadata'
   => '限制数据',
    'Create courses/groups by uploading an attributes file'  
 => 'Kurse/Gruppen durch Hochladen einer Attributedatei erstellen',     'Show to student'
   => 'Show to student',
    '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 text area for students to type metadata'
   => 'Provide text area for students to type metadata',
    'current'  
 => 'aktuell',     'Provide choices for students to select from'
   => 'Provide choices for students to select from',
   
 #     'Student may select multiple choices from list'
    'Update Class List'  => 'Student may select multiple choices from list',
 => 'Kursteilnehmerliste aktualisieren', # n.t.  
      'Student may select only one choice from list'
    'Version changes'  => 'Student may select only one choice from list',
 => 'Versionsänderungen',  
      'Add a Metadata Field'
    'Change interval'  => 'Add a Metadata Field',
 => 'Intervall ändern',  
      'Order Metadata Fields'
    'Student Submission Reports'  => 'Order Metadata Fields',
 => 'Berichte studentischer Einreichungen',  
      'Continue Import'
    'Prepare reports of student submissions.'  => 'Continue Import',
 => 'Berichte zu den studentischen Einreichungen erstellen',  
      'Continue Search'
    'Survey Reports'  => 'Continue Search',
 => 'Umfrage-Berichte',  
      'Finish Import'
    'Prepare reports on survey results.'  => 'Finish Import',
 => 'Berichte zu Umfrage-Ergebnissen erstellen',  
      'Include'
    'View survey'  => 'Include',
 => 'Umfrage betrachten',  
      'LON-CAPA Catalog Search'
    'Previous Survey'  => 'LON-CAPA 目录搜索',
 => 'Vorherige Umfrage',  
      '[_1] include external resources'
    'Next Survey'  => '[_1] include external resources',
 => 'Nächste Umfrage',  
      'Change Course Initialization Preference'
    'Choose a different Survey'  => '课程初始化设置',
 => 'Andere Umfrage wählen',  
      'Change Course Init. Pref.'
    'Generate Report'  => '课程初始化设置',
 => 'Bericht erstellen',  
      'Reset Access Times'
    'Part [_1], Response [_2]'  => 'Reset Access Times',
 => 'Aufgabenteil [_1], Antwort [_2]',  
      'Select Scope'
    'Foil Name'  => 'Select Scope',
 => 'Name der Auswahlmöglichkeit',  
      'Reset times on one or more folders/maps for a single student.'
    'Foil Text'  => 'Reset times on one or more folders/maps for a single student.',
 => 'Text der Auswahlmöglichkeit',  
      'Reset times on a single folder/map for a section or whole clase.'
    'Percent'  => 'Reset times on a single folder/map for a section or whole clase.',
 => 'Prozent',  
      'Choose a student:'
    'Correct Problems Plot'  => '选择一个学生:',
 => 'Richtige-Antworten-Diagramme',  
      'Select Currently Enrolled Students and Active Course Personnel'
    'Display a histogram of student performance in the course.'  => 'Select Currently Enrolled Students and Active Course Personnel',
 => 'Histogramm studentischer Kursleistungen anzeigen',  
      'This is a list of first access times and what was accessed, please select those you want deleted.'
    'Access Status'  => 'This is a list of first access times and what was accessed, please select those you want deleted.',
 => 'Zugriffsstatus',  
      'Select:'
    'Limit by time'  => '选择:',
 => 'Zeitliche Begrenzung', # n.t.  
      'All Course Personnel'
    'Submission Time Plots'  => '所有课程人员',
 => 'Einreichungszeit-Diagramme',  
      'No Section'
    'Currently Has Access'  => 'No Section',
 => 'Aktueller Zugriff',  
      'Unselect'
    'Will Have Future Access'  => '取消',
 => 'Zukünftiger Zugriff',  
      'Select a folder/map'
    'Previously Had Access'  => '选择目录/内容列表',
 => 'In der Vergangenheit liegender Zugriff',  
      'Will remove access times for'
    'Any Access Status'  => 'Will remove access times for',
 => 'Beliebiger Zugriffsstatus',  
      'from users'
    'Previous Problem'  => 'from users',
 => 'Vorherige Aufgabe',  
      'No Access times found for student'
    'Next Problem'  => 'No Access times found for student',
 => 'Nächste Aufgabe',  
      'Finish'
    'Choose a different Problem'  => 'Finish',
 => 'Eine andere Aufgabe auswählen',  
      'Name of New Folder'
    'Update Caches'  => '新建文件夹的名称',
 => 'Cache aktualisieren',  
      'Name of New Page'
    'Begin'  => '新组合页面的名称',
 => 'Beginn',  
      'New Page'
    'There are no students in the sections selected.'  => '新组合页面',
 => 'In den gewählten Sektionen sind keine Studenten.',  
      'WARNING: Removing a resource makes associated grades and scores inaccessible!'
    'There are no students in the sections/groups selected.'  => 'WARNING: Removing a resource makes associated grades and scores inaccessible!',
 => 'In den gewählten Sektionen/Gruppen sind keine Studenten.',  
      'Clipboard'
    'There is no submission data for this problem at all.'  => 'Clipboard',
 => 'Für diese Aufgabe existieren keinerlei studentische Einreichungsdaten.',  
      'Remove[_99]'
    'There is no submission data for this problem.'  => 'Remove[_99]',
 => 'Für diese Aufgabe existieren keine studentischen Einreichungsdaten.',  
      '?[_99]'
    'There is no submission data for this resource.'  => '?[_99]',
 => 'Für diese Ressource existieren keine Einreichungsdaten.',  
      'WARNING: Cutting a resource makes associated grades and scores inaccessible!'
    'There is no student data for this problem.'  => 'WARNING: Cutting a resource makes associated grades and scores inaccessible!',
 => 'Für diese Aufgabe existieren keine studentischen Daten.',  
      'Grades remain inaccessible if resource is pasted into another folder.'
    'There is no data to plot.'  => 'Grades remain inaccessible if resource is pasted into another folder.',
 => 'Es existieren keine Daten, die geplottet werden könnten.',  
      'Cut[_98]'
    'Analysis of [_1] is not supported.'  => 'Cut[_98]',
 => 'Die Analyse von Aufgaben des Typs "[_1]" wird nicht unterstützt.',  
      '?[_98]'
    'None of the selected students attempted the problem more than [_1] times.'  => '?[_98]',
 => 'Keiner der ausgewählten Studenten hat für die Aufgabe mehr als [_1] Versuche benötigt.',  
      'Paste'
    'None of the selected students attempted the problem.'  => 'Paste',
 => 'Keiner der ausgewählten Studenten hat die Aufgabe bearbeitet.',  
      '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].'
    'The analysis you have selected is not supported at this time.'  => 'This screen shows how many problems (or problem parts) you have completed, and how many you have not yet done. You can also look at [_1]a detailed score sheet[_2].',
 => 'Die von Ihnen ausgewählte Analyse wird derzeit nicht angeboten.',  
      'This may take a few moments to display.'
    'Graph Problem Submission Times'  => '计算需要几分钟的时间。',
 => 'Graph Aufgaben-Einreichungszeiten',  
      'Detailed Citation Preview'
   => '详细引文预览',
 #  
    'Return to Directory'     'related words'
 => 'Zurück zum Verzeichnis',  => '相关词',
   
    'Return to directory'     'Any domain'
 => 'Zurück zum Verzeichnis',  => '任何域',
   
      'Reset'
 # 2007-06-15  => '重置',
   
    'My Roles'     'MIME Type Category'
 => '我的角色',  => 'MIME 类型分类',
 #=> 'Meine Rollen',  
      'Domains'
    'My Space'  => '域',
 => '我的空间',  
 #=> 'Mein Bereich',     'Custom Metadata fields'
   => '自定义元数据字段',
    'Edit blogs, RSS feeds, and podcasts'  
 => '博客, RSS-Feeds 和 播客',     'Field Name'
 #=> 'Blogs, RSS-Feeds und Podcasts',  => '域名',
   
    'Content Library'     'Field Value(s)'
 => '内容',  => '域值',
 #=> 'Inhalte',  
      'Another custom field/value pair?'
    'Search the contents of this course or accessible portfolio files'  => '其他自定义字段/值配对?',
 => 'Kurs- und Portfolio-Suche',  
      'Creation and Modification dates'
    'Grading and Statistics'  => '建立与修改日期',
 => '审查和统计',  
 #=> 'Bewertungen und Statistiken',     'Created between'
   => '创建时间',
    'Other'  
 => '其他',     'Last modified between'
 #=> 'Sonstiges',  => '上次修改时间',
   
    'group'     'Standard Portfolio Metadata'
 => 'Gruppe',  => '标准的元数据组合',
   
    'Actions'     'Advanced Portfolio Search'
 => 'Aktionen',  => '高级组合搜索',
   
    'Size'     'Standard Catalog Metadata'
 => 'Größe',  => '标准目录元数据',
   
    'Current Access Status'     'Problem Statistics'
 => 'Aktueller Zugriffsstatus',  => '问题统计',
   
    'Delete Checked Files'     'Statistics calculated for number of students'
 => 'Markierte Dateien löschen',  => '统计计算出以下的学生人数',
   
    'Using the portfolio file list'     'Portfolio and Catalog Search'
 => 'Verwendung der Portfolio-Dateiliste',  => '搜索文件夹和目录',
   
    'Help on the portfolio'     'Search the database of accessible portfolio files'
 => 'Hilfe zum Portfolio-Bereich', # n.t.  => 'Search the database of accessible portfolio files',
   
    'Private'     'Authoring Space:'
 => 'privat',  => 'Authoring Space:',
   
    'Change How Menus are Displayed'     'Problem Status:'
 => 'Darstellung der Menüs',  => '问题状态:',
   
    'Use icons and text'     'Problem Type:'
 => 'Icons mit Text',  => '问题类型:',
   
    'Use buttons and text'     'Feedback Mode:'
 => 'Buttons mit Text',  => '反馈模式:',
   
    'Use icons only'     'Answer for Part: [_1]'
 => 'Nur Icons',  => 'Answer for Part: [_1]',
   
    'Previous Tries'     'Script Vars'
 => 'Bisherige Antworten',  => 'Script Vars',
   
    'Change Main Menu'     'Regular file'
 => 'Darstellung der Menüs',  => 'Regular file',
   
    'New screenname (shown if you post anonymously):'     'Testbank file'
 => 'Nickname für anonyme Beiträge:',  => 'Testbank file',
   
    'New nickname (shown if you post non-anonymously):'     'IMS package'
 => 'Nickname für normale (nicht anonyme) Beiträge:',  => 'IMS-软件包',
   
    'Choose the time window to use to display roles for which access to the course expired.'     'There are unsaved changes'
 => 'Auswahl des Zeitfensters zur Anzeige von Rollen, die in diesem Kurs abgelaufen sind',  => 'There are unsaved changes',
   
    'Choose the time window to use to display roles for which access to the course became available.'     '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 diesem Kurs zugeteilt 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 resources in the course with version changes.'     'Active Link'
 => 'Auswahl des Zeitfensters zur Anzeige von Kurs-Ressourcen mit Versionsänderungen',  => '活动链接',
   
    'User Management'     'Font'
 => '用户管理',  => '字体',
 #=> 'Benutzerverwaltung',  
      'Un-Visited Link'
    'Manage student enrollment'  => '未访问过的链接',
 => 'Studentische Kursbelegungen',  
      'Page Background'
    'Modify an existing group'  => '网页背景',
 => 'Bestehende Gruppe ändern',  
      'Header Border'
    'Delete an existing group'  => '标题边框',
 => 'Bestehende Gruppe löschen',  
      'Header Background'
    'Re-enable a deleted group'  => '标题背景',
 => 'Gelöschte Gruppe wiederherstellen',  
      'Visited Link'
    'Enter an existing group'  => '访问过的链接',
 => 'Einer bestehenden Gruppe beitreten',  
      'Change Custom Colors'
    'Course Management'  => '更改自定义颜色',
 => '课程管理',  
 #=> 'Kurs-Verwaltung',     'Reset All'
   => '所有颜色重置为默认颜色',
    'Reset Student Access Times'  
 => 'Studentische Zugriffszeiten zurücksetzen',     'Save and Edit'
   => '保存并继续编辑',
    'Submission #'  
 => 'Antwort-Nr.',     'Save and View'
   => '保存和查看',
    'Try'  
 => 'Versuch',     'Check Spelling'
   => '拼写检查',
    'Try [_1]'  
 => '[_1]. Versuch',     'Selecting a Course'
   => '选择课程',
    'Submitted Answer'  
 => 'Eingereichte Antwort',     'Course Activity:'
   => 'Course Activity:',
    'Close Window'  
 => 'Fenster schließen',     'Course Domain:'
   => 'Course Domain:',
    'Close window'  
 => 'Fenster schließen',     'Course Institutional Code:'
   => 'Course Institutional Code:',
    'Portfolio Search'  
 => 'Portfolio-Suche',     "Course Owner's Username:"
   => "Course Owner's Username:",
    'Enter words and quoted phrases'  
 => 'Eingabe von Wörtern und in Anführungszeichen gesetzten Ausdrücken',     "Course Owner's Domain:"
   => "Course Owner's Domain:",
    'Portfolio and Course Search'  
 => 'Kurs- und Portfolio-Suche',     'LON-CAPA course ID:'
   => 'LON-CAPA 课程 ID:',
    'Message Status'  
 => 'Nachrichtenstatus',     'Course Description'
   => '课程简介',
    'Any'  
 => 'Beliebig',     'Resource Space Home'
   => '资源空间主页',
    'Unread'  
 => 'Ungelesen',     'Default start and end dates for student access'
   => 'Default start and end dates for student access',
    'Read'  
 => 'Gelesen',     '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?',
    'Replied to'  
 => 'Beantwortet',     'Course Group Settings'
   => '课程组设置',
    'Forwarded'  
 => 'Weitergeleitet',     '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.',
    'Rename Folder'  
 => 'Verzeichnis umbenennen',     'Creation Options'
   => '创建选项',
    'Delete Folder'  
 => 'Verzeichnis löschen',     ' Creation Settings'
   => ' 创建设置',
    'Recent Roles'  
 => 'Zuletzt verwendete Rollen',     'Creation Outcome'
   => '创作成果',
    'Close navigation window'  
 => 'Navigationsfenster beenden',     'New LON-CAPA course ID:'
   => '新的 LON-CAPA 课程 ID:',
    'Post Anonymous'  
 => 'Anonym absenden',     'Created on'
   => '创建于',
    'Post'  
 => 'Absenden',     'Cloning course from'
   => 'Cloning course from',
    'Back to preferences menu'  
 => 'Zurück',     'Setting environment'
   => 'Setting environment',
    'Forwarding Address(es)'  
 => 'LON-CAPA-Weiterleitungsadresse(n)',     'Opening all assignments'
   => 'Opening all assignments',
    'e.g. <tt>userA:domain1,userB:domain2,...</tt>'  
 => 'z.B. <tt>BenutzerA:Domäne1,BenutzerB:Domäne2,...</tt>',     'Setting first resource'
   => 'Setting first resource',
    'Notification E-mail Address(es)'  
 => 'Benachrichtigungs-E-Mail-Adressen',     'Assigning role of [_1] Coordinator to [_2] at [_3]: '
   => 'Assigning role of [_1] Coordinator to [_2] at [_3]: ',
    'Email Address(es) which should be notified about new LON-CAPA messages'  
 => 'E-Mail-Adresse(n) zur Benachrichtigung über neue LON-CAPA-Nachrichten',     'Roles will be active at next login'
   => 'Roles will be active at next login',
    'e.g. <tt>joe@doe.com</tt>'  
 => 'z.B. <tt>hans@wurst.de</tt>',     'Active at next login.'
   => 'Active at next login.',
    'Notification address'  
 => 'Benachrichtigungsadresse',     'Expired after logout.'
   => 'Expired after logout.',
    'Types of message for which notification is sent'  
 => 'Art der Nachrichten, für die Benachrichtigung stattfinden soll',     'No new course created.'
   => 'No new course created.',
    'Excerpt retains HTML tags in message'  
 => 'Im Nachrichtenauszug HTML beibehalten',     '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.',
    'All'  
 => 'alle',     '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]).',
    'Critical only'  
 => 'nur wichtige',     'Create Another [_1]'
   => 'Create Another [_1]',
    'Non-critical only'  
 => 'nur nicht-wichtige',     'from domain'
   => 'from domain',
    'Add new address'  
 => 'Neue Adresse hinzufügen',     'Submit Evaluation'
   => '提交评价',
    'What are forwarding and notification addresses?'  
 => 'Was sind Weiterleitungs- und Benachrichtigungs-Adressen?',     'Standard Problem'
   => '标准问题',
    'What are critical messages?'  
 => 'Was sind wichtige Nachrichten?',     'Practice'
   => 'Practice',
    'Change Roles Page Pref'  
 => 'Schnellzugriffsliste für Benutzerrollen',     'Exam'
   => 'Exam',
    'Number of Roles in Hotlist:'  
 => 'Anzahl Rollen in Schnellzugriffsliste:',     'Survey'
   => '调查',
    'Current Password'  
 => 'Derzeitiges Passwort',     'Library'
   => '图书馆',
    'New Password'  
 => 'Neues Passwort',     'Value:'
   => 'Value:',
    'Confirm Password'  
 => 'Bestätigung neues Passwort',     'String Value'
   => 'String Value',
    '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.',     'practice'
   => 'practice',
    '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.',     'Loading Domain Coordinator Menu'
   => 'Loading Domain Coordinator Menu',
    'Please make sure your old password was entered correctly.'  
 => 'Stellen Sie sicher, dass das alte Passwort korrekt eingegeben wurde.',     "Disk space allocated to user's portfolio files"
   => "Disk space allocated to user's portfolio files",
    'Send me a message'  
 => '请给我发送邮件',     'Current quota'
 #=> 'Diesem Benutzer eine Nachricht schicken',  => '目前的配额',
   
    'Show Public View'     'For this user, the default quota is [_1] MB.'
 => '查看公众视野',  => '此用户的默认配额是 [_1] MB。',
 #=> 'Öffentliche Sicht zeigen',  
      'Change quota'
    'Delete Photo'  => '更改配额',
 => '删除照片',  
 #=> 'Foto löschen',     'Custom quota'
   => '自定义配额',
    'Help with filling in text boxes'  
 => '文本框输入帮助',     'Existing sections'
 #=> 'Hilfe zur Eingabe in Textfeldern',  => '现有的章节',
   
    'Examples'     'Define new section'
 => 'Beispiele',  => '创建新的章节',
   
    'Summary Preview'     'Create/Modify Another User'
 => 'Zusammenfassungsvorschau',  => '创建/修改另一个用户',
   
    'Send copy to permanent email address (if known)'     'Set Privileges for New User'
 => 'Sende Kopie an externe E-Mail-Adresse (falls hinterlegt)',  => '设置新用户的权限',
   
    'Include in course RSS newsfeed'     'Generating user'
 => 'In kursinterne RSS-Feeds einbinden',  => '生成用户',
   
    'Allow replies:'     'Generating user: [_1]'
 => 'Antworten zulassen:',  => '生成用户: [_1]',
   
    'Reply to:'     'Home server'
 => 'Antwort an:',  => 'Home server',
   
    'Domain Management'     'Home server: [_1]'
 => 'Domänen-Verwaltung',  => 'Home server: [_1]',
   
    'Course ID of Key Authority:'     'Modifying Roles'
 => 'Kurs-ID des Schlüsselmeisters:',  => '修改角色',
   
    'Set domain configuration'     'No roles to modify'
 => 'Domänen-Konfiguration',  => '没有角色修改',
   
    'Domain Configuration'     'starting'
 => 'Domänen-Konfiguration',  => '开始',
   
    'View/Modify Domain Settings'     'Add to classlist:'
 => 'Domänen-Konfiguration',  => '添加到学生名册:',
   
    'Menu'     'Change Current Login Data'
 => '菜单',  => 'Change Current Login Data',
 #=> 'Menü',  
      'Enter New Login Data'
    'Domain Settings'  => 'Enter New Login Data',
 => 'Domänen-Konfiguration',  
      'will override current values'
    'Course Environment'  => 'will override current values',
 => 'Kursumgebung',  
      'Section Numbers and corresponding LON-CAPA section IDs'
    'Edit Course Environment'  => 'Section Numbers and corresponding LON-CAPA section IDs',
 => 'Kursumgebung',  
      'Overall Assessment Statistical Data'
    'Users allowed to clone course'  => '总体评价统计数据',
 => 'Benutzer, die berechtigt sein sollen, diesen Kurs zu klonen',  
      'No new dynamic data found.'
    'Users with active Course Coordinator role in this course are permitted to clone and need not be included.'  => '没有发现新的动态数据。',
 => 'Benutzer mit aktiver Kurs-Koordinatoren-Rolle zu diesem Kurs haben automatisch das Recht zum Klonen und brauchen daher hier nicht eingetragen werden.',  
      'Current value is'
    'Use [_1] to allow course to be cloned by anyone in the specified domain.'  => 'Current value is',
 => '[_1] gestattet jedem in der angegebenen Domäne diesen Kurs zu klonen.',  
      'Interval set to version changes [_1]'
    'Use [_1] to allow unrestricted cloning in all domains.'  => 'Interval set to version changes [_1]',
 => '[_1] gestattet jedem aller Domänen diesen Kurs zu klonen.',  
      'Creating a new problem resource.'
    'URL of Syllabus (not using internal handler)'  => 'Creating a new problem resource.',
 => 'Externer Kursüberblick (URL)',  
      'Creating a new library resource.'
    'Custom Text for Resource Content Question Option in Feedback'  => 'Creating a new library resource.',
 => 'Eigener Text für Ressourcen-Inhaltsfragen-Option beim Feedback',  
      'Creating a new survey resource.'
    'Custom Text for Course Content Option in Feedback'  => 'Creating a new survey resource.',
 => 'Eigener Text für Kursinhalts-Option beim Feedback',  
      'Creating a new task resource.'
    'Custom Text for Course Policy Option in Feedback'  => 'Creating a new task resource.',
 => 'Eigener Text für Kursrichtlinien-Option beim Feedback',  
      'The requested file [_1] currently does not exist.'
    'Allow students to view classlist.'  => 'The requested file [_1] currently does not exist.',
 => 'Studenten erlauben, die Kursteilnehmerliste einzusehen',  
      'To create a new problem, select a template from the list below. Then click on the "Create problem" button.'
    'Allow users with specified roles to edit/delete their own discussion posts'  => 'To create a new problem, select a template from the list below. Then click on the "Create problem" button.',
 => 'Erlaube Benutzern mit folgenden Rollen, ihre eigenen Diskussionsbeiträge zu editieren/löschen',  
      'To create a new library, select a template from the list below. Then click on the "Create library" button.'
    'Suppress number of tries in printing'  => 'To create a new library, select a template from the list below. Then click on the "Create library" button.',
 => 'Beim Druck Angabe der Anzahl der Versuche auslassen',  
      'To create a new survey, select a template from the list below. Then click on the "Create survey" button.'
    'Default paper type'  => 'To create a new survey, select a template from the list below. Then click on the "Create survey" button.',
 => 'Standard-Papierformat',  
      'To create a new task, select a template from the list below. Then click on the "Create task" button.'
    'Default beginning date for student access.'  => 'To create a new task, select a template from the list below. Then click on the "Create task" button.',
 => 'Voreingestelltes Anfangsdatum für studentischen Zugriff',  
      'Accessibility Options'
    'Default ending date for student access.'  => 'Accessibility Options',
 => 'Voreingestelltes Endedatum für studentischen Zugriff',  
      'About LON-CAPA'
    'Disable checking of Significant Figures'  => '关于 LON-CAPA',
 => 'Überprüfung signifikanter Stellen deaktivieren',  
      'Course/Community Catalog'
    'Disable automatically printing point values onto exams.'  => '课程目录',
 => 'Automatisches Drucken von Punkten auf Prüfungen 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:'
    'Send message to student when clicking Done on Tasks'  => '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:',
 => 'Nachricht an Studenten versenden, wenn diese auf "Erledigt" in ihren Übungen klicken', # ???  
      'The course has yet to be created.'
    'Restrict Metadata'  => 'The course has yet to be created.',
 => 'Portfolio-Metadaten',  
      'Automatic enrollment of registered students has not been enabled for the course.'
    'Show to student'  => 'Automatic enrollment of registered students has not been enabled for the course.',
 => 'dem Studenten zeigen',  
      'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.'
    'Provide text area for students to type metadata'  => 'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.',
 => 'dem Studenten Textfeld anbieten, um Metadaten eingeben zu können',  
      '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 choices for students to select from'  => '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 Auswahl anbieten, um wählen zu können aus',  
      'If you were expecting to see an active role listed for a particular course, that course may not have been created yet.'
    'Student may select multiple choices from list'  => 'If you were expecting to see an active role listed for a particular course, that course may not have been created yet.',
 => 'Mehrfachauswahl aus Liste erlauben',  
      '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 only one choice 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.',
 => 'Nur eine Auswahl aus der 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.'
    'Add a Metadata Field'  => 'You can search the Course/Community Catalog for courses and communities which permit self-enrollment, if you would like to enroll in one.',
 => 'Ein Metadatenfeld hinzufügen',  
      'User Authentication'
    'Order Metadata Fields'  => 'User Authentication',
 => 'Order Metadata Fields',  
      'Log-in Help'
    'Continue Import'  => '登录帮助',
 => 'Import fortsetzen',  
      'Forgot password?'
    'Continue Search'  => '忘记密码?',
 => 'Suche fortsetzen',  
      'New User?'
    'Finish Import'  => '新用户?',
 => 'Import abschließen',  
      'Crosslisted'
    'Include'  => 'Crosslisted',
 => 'Einbinden',  
      'Owner'
    'CLOSE'  => 'Owner',
 => 'Schließen', # n.t.  
      'Code'
    'LON-CAPA Catalog Search'  => 'Code',
 => 'LON-CAPA-Katalog-Suche',  
      'Course listing'
    '[_1] include external resources'  => '课程目录',
 => '[_1] externe Ressourcen mit einbeziehen',  
      'Display information about official [_1] classes for which LON-CAPA courses have been created:'
    'Change Course Initialization Preference'  => 'Display information about official [_1] classes for which LON-CAPA courses have been created:',
 => 'Kurs-Initialisierung',  
      'help/support'
    'Change Course Init. Pref.'  => 'help/support',
 => 'Kurs-Initialisierung',  
      'Ask helpdesk'
    'Reset Access Times'  => 'Ask helpdesk',
 => 'Studentische Zugriffszeiten zurücksetzen',  
      'Back to last location'
    'Select Scope'  => 'Back to last location',
 => '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',  
      'Note:'
    'Reset times on a single folder/map for a section or whole clase.'  => '注意:',
 => 'Zeiten für ein(e) einzelne(s) Verzeichnis/Inhaltszusammenstellung für eine Sektion oder einen gesamten Kurs zurücksetzen',  
      'Student questions about course content should be directed to the course instructor'
    'Choose a student:'  => 'Student questions about course content should be directed to the course instructor',
 => 'Student auswählen:',  
      'Submit Request'
    'Select Currently Enrolled Students and Active Course Personnel'  => 'Submit Request',
 => 'Wahl derzeit eingeschriebener Studenten oder aktiven Kurspersonals',  
      'E-mail address'
    'This is a list of folders/maps and times they were accessed, plese select those you want deleted.'  => 'E-Mail 地址',
 => '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.',  
      'Enter the username you use to log-in to LON-CAPA, and your domain.'
    'Select:'  => 'Enter the username you use to log-in to LON-CAPA, and your domain.',
 => 'Auswahl:',  
      'URL of page'
    'All Course Personnel'  => '该页的网址',
 => 'Gesamtes Kurspersonal',  
      'Phone'
    'No Section'  => '电话',
 => 'Keine Sektion',  
      'Course Details'
    'Unselect'  => 'Course Details',
 => 'Auswahl aufheben',  
      'Enter institutional course code'
    'Select a folder/map'  => 'Enter institutional course code',
 => '选择目录/内容列表',  
 #=> 'Verzeichnis/Inhaltszusammenstellung wählen',     'Enter course title'
   => 'Enter course title',
    'Will remove access times for'  
 => 'Werde Zugriffszeiten entfernen für',     'Section Number'
   => 'Section Number',
    'from users'  
 => 'von Benutzern',     'Detailed Description'
   => '详细说明',
    'No Access times found for student'  
 => 'Keine Zugriffszeit gefunden für Student',     'Clear Form'
   => '重置表',
    'Finish'  
 => 'Abschließen',     'Material presented in clear way'
   => '这些材料中提出一个明确的方式',
    'Name of New Folder'  
 => 'Name des neuen Verzeichnisses:',     'Material covered with sufficient depth'
   => '这些材料包括有足够的深度',
    'Name of New Page'  
 => 'Name der neuen zusammengesetzten Seite',     'Material is helpful'
   => '这些材料是有用的',
    'New Page'  
 => '新组合页面',     'Material appears to be correct'
 #=> 'Neue zusammengesetzte Seite',  => '这些材料似乎是正确的',
   
    'WARNING: Removing a resource makes associated grades and scores inaccessible!'     'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.'
 => 'Achtung: Das Entfernen der Ressource macht die damit verknüpften Bewertungen und Punkte unerreichbar!',  => 'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.',
   
    'Remove[_99]'     'is in this state due to author settings.'
 => 'Soll[_99]',  => 'is in this state due to author settings.',
   
    '?[_99]'     'User Data for'
 => 'wirklich entfernt werden?',  => 'User Data for',
   
    'WARNING: Cutting a resource makes associated grades and scores inaccessible!'     'Email Address'
 => 'Achtung: Das Ausschneiden der Ressource macht die damit verknüpften Bewertungen und Punkte unerreichbar!',  => 'E-Mail地址',
   
    'Grades remain inaccessible if resource is pasted into another folder.'     'Enroll Student'
 => 'Die Bewertungen bleiben unerreichbar, auch wenn die Ressource in einem anderen Verzeichnis eingefügt wird.',  => '注册学生',
   
    'Cut[_98]'     'If active, the new role will be available when the student next logs in to LON-CAPA.'
 => 'Soll[_98]',  => 'If active, the new role will be available when the student next logs in to LON-CAPA.',
   
    '?[_98]'     'Enroll another student'
 => 'wirklich ausgeschnitten werden?[_98]',  => '注册另一名学生',
   
    'Paste'     'Enroll Another Student'
 => '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].'     'start 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.'     'end date'
 => 'Die Berechnung könnte einen Moment dauern.',  => '结束日期',
   
    'Detailed Citation Preview'     'active groups'
 => 'Detailierte Zitatsvorschau',  => '活跃的组',
   
    'related words'     'active group(s)'
 => 'ähnliche Wörter',  => '活跃的组',
   
    'Any domain'     "Select a user name to view the user's personal page."
 => 'Beliebige Domäne',  => "选择一个用户名,以查看此用户的个人网页。",
   
    'Reset'     'View recent activity by this student'
 => 'Zurücksetzen',  => '最后处于活动状态的人',
   
    'MIME Type Category'     'View recent activity'
 => 'MIME-Typ-Kategorie',  => '查看最近活动',
   
    'Domains'     'Recent activity of [_1]'
 => 'Domänen',  => '最后处于活动状态的 [_1]',
   
    'Custom Metadata fields'  
 => 'Eigene Metadaten-Felder',     '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.',
    'Field Name'  
 => 'Feldbezeichnung',     'Composing Query'
   => 'Composing Query',
    'Field Value(s)'  
 => 'Feldinhalt(e)',     'Student Activity'
   => 'Student Activity',
    'Another custom field/value pair?'  
 => 'Ein weiteres eigenes Metadaten-Feld?',     'Waiting up to [_1] seconds for results'
   => 'Waiting up to [_1] seconds for results',
    'Creation and Modification dates'  
 => 'Erstellungs- und Änderungszeiten',     'Activity data compiled up to [_1]'
   => 'Activity data compiled up to [_1]',
    'Created between'  
 => 'Erstellung zwischen',     'While data is processed, periodically reload this page for more recent activity'
   => 'While data is processed, periodically reload this page for more recent activity',
    'Last modified between'  
 => 'Letzte Änderung zwischen',     'Data'
   => 'Data',
    'Standard Portfolio Metadata'  
 => 'Standard-Portfolio-Metadaten',     'Resubmit last request to check for newer data'
   => 'Resubmit last request to check for newer data',
    'Advanced Portfolio Search'  
 => 'Erweiterte Portfolio-Suche',     'View Classlist'
   => 'View Classlist',
    'Standard Catalog Metadata'  
 => 'Standard-Katalog-Metadaten',     'Count'
   => 'Count',
    'Problem Statistics'  
 => 'Aufgaben-Statistiken',     'Modifying authentication:'
   => 'Modifying authentication:',
    'Statistics calculated for number of students'  
 => 'Statistiken berechnet für folgende Anzahl an Studenten',     'Modify User Privileges'
   => 'Modify User Privileges',
    'Portfolio and Catalog Search'  
 => '搜索文件夹和目录',     'Insert:'
 #=> 'Datenbank veröffentlichter Ressourcen und Portfolio-Dateien',  => 'Insert:',
   
 # 2007-06-22     'Delete?'
    'Search the database of accessible portfolio files'  => 'Delete?',
 => 'Datenbank der Portfolio-Dateien',  
      'Randomize Foil Order:'
    'Construction Space:'  => 'Randomize Foil Order:',
 => 'Konstruktionsbereich:',  
      'Use template:'
    'Problem Status:'  => 'Use template:',
 => 'Aufgabenstatus:',  
      'Display Direction'
    'Problem Type:'  => 'Display Direction',
 => 'Aufgabentyp:',  
      'vertical'
    'Feedback Mode:'  => 'vertical',
 => 'Feedback-Modus:',  
      'horizontal'
    'Answer for Part: [_1]'  => 'horizontal',
 => 'Antwort für Teil [_1]',  
      'Script'
    'Script Vars'  => 'Script',
 => 'Skript-Variablen',  
      'Problem Editing'
    'Regular file'  => '问题编辑',
 => 'Reguläre Datei',  
      'Hint'
    'Testbank file'  => '提示',
 => 'Testbank-Datei',  
      'Show hint even if problem Correct:'
    'IMS package'  => 'Show hint even if problem Correct:',
 => 'IMS-Paket',  
      'Single Line Text Entry Area'
    'There are unsaved changes'  => 'Single Line Text Entry Area',
 => 'Es liegen ungespeicherte Änderungen vor!',  
      'Parameters for a response'
    'Found no analyzable responses in this problem, currently only Numerical,  => 'Parameters for a response',
 Formula and String response styles are supported.'  
 => 'Keine analysierbaren Antwortblöcke in der Aufgabe gefunden. Derzeit werden     'Problem Part'
 nur numericalresponse, formularesponse und stringresponse unterstützt.',  => '问题部分',
   
    'Active Link'     'Part ID:'
 => 'Aktive Links',  => '问题部分编号:',
   
    'Font'     'Displayed Part Description:'
 => 'Zeichen',  => 'Displayed Part Description:',
   
    'Un-Visited Link'     'Readonly:'
 => 'Unbesuchte Links',  => 'Readonly:',
   
    'Page Background'     'Response: Numerical'
 => 'Seitenhintergrund',  => 'Response: Numerical',
   
    'Header Border'     'random'
 => 'Seitenkopf-Rahmen',  => 'random',
   
    'Header Background'     'top'
 => 'Seitenkopf-Hintergrund',  => 'top',
   
    'Visited Link'     'bottom'
 => 'Besuchte Links',  => 'bottom',
   
    'Change Custom Colors'     'Add new Option:'
 => 'Farbeinstellungen übernehmen',  => 'Add new Option:',
   
    'Reset All Colors to Default'     'Delete an Option:'
 => 'Alle Farben auf Voreinstellung zurücksetzen',  => 'Delete an Option:',
   
    'Save and Edit'     'Print options:'
 => 'Speichern und weiterbearbeiten',  => 'Print options:',
   
    'Save and View'     "Don't show option list"
 => 'Speichern und betrachten',  => "Don't show option list",
   
    'Check Spelling'     'Display of options when printed'
 => 'Rechtschreibprüfung',  => 'Display of options when printed',
   
    'Selecting a Course'     'Normal list'
 => 'Kurs auswählen',  => 'Normal list',
   
    'Course Activity:'     'Listed in vertical column'
 => 'Letzte Kursaktivität:',  => 'Listed in vertical column',
   
    'Course Domain:'     'Multiple Option Response Question'
 => 'Kurs-Domäne:',  => 'Multiple Option Response Question',
   
    'Course Institutional Code:'     'Select Options'
 => 'Kurs-Instituts-Code:',  => 'Select Options',
   
    "Course Owner's Username:"     'Image'
 => 'Benutzerkennung des Kurs-Eigentümers:',  => 'Image',
   
    "Course Owner's Domain:"     'Image Url:'
 => 'Domäne des Kurs-Eigentümers:',  => 'Image Url:',
   
    'LON-CAPA course ID:'     'width (pixel):'
 => 'LON-CAPA-Kurs-ID:',  => 'width (pixel):',
   
    'Course Description:'     'height (pixel):'
 => 'Kurstitel:',  => 'height (pixel):',
   
    'Resource Space Home'     'Alignment:'
 => 'Ressourcenbereich-Hauptverzeichnis',  => 'Alignment:',
   
    'Default start and end dates for student access'     'Encrypt URL:'
 => 'Voreingestelltes Anfangs- und Endedatum für studentischen Zugriff',  => 'Encrypt URL:',
   
    'Notification to domain coordinator via LON-CAPA message when enrollment changes occur during the automated update?'     'no'
 => 'Soll LON-CAPA den <b>Domänen-Koordinator</b> benachrichtigen, wenn während der automatischen Aktualisierung Änderungen an der Kursbelegung auftreten?',  => 'no',
   
    'Course Group Settings'     'Location:'
 => 'Kursgruppen-Einstellungen',  => 'Location:',
   
    'Set a quota for the total disk space available for storage of course group     'Randomly labeled image'
 portfolio files.'  => 'Randomly labeled image',
 => 'Verfügbarer Gesamtspeicherplatz für Portfolio-Dateien für alle Kursgruppen dieses Kurses:',  
      'Response: Click on Image'
    'Creation Options'  => 'Response: Click on Image',
 => 'Erstellungsoptionen',  
      'Collection of Imageresponse foils'
    ' Creation Settings'  => 'Collection of Imageresponse foils',
 => ' Erstellungs-Einstellungen',  
      'Image response foil'
    'Creation Outcome'  => 'Image response foil',
 => 'Ergebnis der Erstellung',  
      'Enter Coordinates'
    'New LON-CAPA course ID:'  => 'Enter Coordinates',
 => 'Neue LON-CAPA-Kurs-ID:',  
      'Rectangle'
    'Created on'  => 'Rectangle',
 => 'Erstellt in Domäne',  
      'Coordinate Pairs'
    'Cloning course from'  => 'Coordinate Pairs',
 => 'Kurs geclont aus Domäne',  
      'Polygon'
    'Setting environment'  => 'Polygon',
 => 'Einstellung der Kursumgebung',  
      'Coordinate list'
    'Opening all assignments'  => 'Coordinate list',
 => 'Start aller Übungen',  
      'Create Polygon Data'
    'Setting first resource'  => 'Create Polygon Data',
 => 'Einstellung der ersten Ressource',  
      'Task Description'
    'Assigning role of [_1] Coordinator to [_2] at [_3]: '  => '问题描述',
 => 'Zuweisung der Rolle des [_1]-Koordinators an [_2] in [_3]: ',  
      'Clickable Image'
    'Roles will be active at next login'  => 'Clickable Image',
 => 'Rollen werden ab dem nächsten Login aktiv sein',  
      'Image Source File'
    'Active at next login.'  => 'Image Source File',
 => 'Beim nächsten Login aktiv. ',  
      'Select Position on Image'
    'Expired after logout.'  => 'Select Position on Image',
 => 'Nach dem Abmelden abgelaufen.',  
      'Select First Coordinate on Image'
    'No new course created.'  => 'Select First Coordinate on Image',
 => 'Der Kurs wurde nicht erstellt.',  
      'Select Second Coordinate on Image'
    'A new course could not be cloned from the specified original - [_1] - because it is a non-existent course.'  => 'Select Second Coordinate on Image',
 => 'Ein neuer Kurs kann nicht von dem angebenen Originalkurs ([_1]) geklont werden, da dieser Kurs nicht existiert.',  
      'Select Finish to save selection'
    '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]).'  => 'Select Finish to save selection',
 => '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.',  
      'Enter Coordinate or click finish to close Polygon'
    'Create Another [_1]'  => 'Enter Coordinate or click finish to close Polygon',
 => 'Einen weiteren [_1] anlegen',  
      'Click to select a Coordinate or click Finish to save current selection'
    'from domain'  => 'Click to select a Coordinate or click Finish to save current selection',
 => 'aus der Domäne',  
      'New Name'
    'Submit Evaluation'  => 'New Name',
 => 'Evaluierung absenden',  
      'Make Obsolete'
    'Standard Problem'  => 'Make Obsolete',
 => 'Standard-Aufgabe',  
      'Set Margins'
    'Practice'  => 'Set Margins',
 => 'Übung',  
      'How should each column be formatted?'
    'Exam'  => 'How should each column be formatted?',
 => 'Prüfung',  
      'Width:'
    'Survey'  => '宽:',
 => 'Umfrage',  
      'Height:'
    'Library'  => '高:',
 => 'Bibliothek',  
      'Left Margin:'
    'Value:'  => 'Left Margin:',
 => 'Wert:',  
      'Username and/or password could not be authenticated.'
    'String Value'  => '用户名和(或)密码无法验证。',
 => 'Text-Wert',  
      'Please check the username and password.'
    'Specifically for'  => '请检查您的用户名和密码。',
 => 'Im Speziellen für', # n.t.  
      'Try again'
    'practice'  => '再试一次',
 => 'Übung',  
      'Information needed to verify your login information is missing, inaccessible or expired.'
    'Loading Domain Coordinator Menu'  => '验证您的登录的信息丢失,无法进入或已经过期。',
 => 'Lade Domänen-Koordinator-Menü...',  
      'Sending'
    "Disk space allocated to user's portfolio files"  => '发送中',
 => "Speicherplatz für Portfolio-Dateien des Benutzers",  
      'Completed.'
    'Current quota'  => '邮件已发送。',
 => 'Derzeitiger Speicherplatz',  
      'Messages being sent.'
    'For this user, the default quota is [_1] Mb.'  => '邮件被发送。',
 => 'Für diesen Benutzer ist der voreingestellte Speicherplatz [_1] MB.',  
      'Assigning'
    'Change quota'  => 'Assigning',
 => 'Speicherplatz ändern',  
      'ending'
    'Custom quota'  => 'ending',
 => 'Selbsteingestellter Speicherplatz',  
      'Assistant Co-Author'
    'Existing sections'  => 'Assistant Co-Author',
 => 'Bestehende Sektionen',  
      'Metadata for [_1]'
    'Define new section'  => 'Metadata for [_1]',
 => 'Neue Sektion erstellen',  
      'There are [_1] matches to your query.'
    'Create/Modify Another User'  => '有 [_1] 匹配您的查询。',
 => 'Andere Benutzeraccounts erstellen oder ändern',  
      'There were no results matching your query.'
    'Set Privileges for New User'  => 'There were no results matching your query.',
 => 'Einstellungen für neuen Benutzer',  
      'Revise search'
    'Generating user'  => '修改搜寻',
 => 'Erstelle Benutzer',  
      'Internal Error - Bad view selected.'
    'Generating user: [_1]'  => 'Internal Error - Bad view selected.',
 => 'Erstelle Benutzer: [_1]',  
      'Unable to save import results.'
    'Home server'  => 'Unable to save import results.',
 => 'Heimatserver',  
      'A MySQL error has occurred.'
    'Home server: [_1]'  => 'A MySQL error has occurred.',
 => 'Heimatserver: [_1]',  
      'Number of accesses'
    'Modifying Roles'  => 'Number of accesses',
 => 'Anpassung der Benutzerrollen',  
      'Ascending'
    'No roles to modify'  => '上升的',
 => 'Es erfolgte keine Änderung der Benutzerrollen.',  
      'Descending'
    'starting'  => '下降的',
 => 'Start am',  
      'Students Attempting'
    'Add to classlist:'  => 'Students Attempting', # ??? [SB 2007-07-03]
 => 'Hinzufügen zur Kursteilnehmerliste:',  
      'Average Number of Tries'
    'Change Current Login Data'  => 'Average Number of Tries',
 => 'Derzeitige Login-Einstellung ändern',  
      'Mean Degree of Difficulty'
    'Enter New Login Data'  => 'Mean Degree of Difficulty',
 => 'Neue Login-Einstellungen',  
      'Mean Degree of Discrimination'
    'will override current values'  => 'Mean Degree of Discrimination',
 => 'überschreibt derzeitigen Wert',  
      'Evaluation: Clear'
    'Set a quota for the total disk space available for storage of course group portfolio files.'  => 'Evaluation: Clear',
 => 'Verfügbarer Gesamtspeicherplatz für Portfolio-Dateien für alle Kursgruppen dieses Kurses:',  
      'Evaluation: Technically Correct'
    'Section Numbers and corresponding LON-CAPA section IDs'  => 'Evaluation: Technically Correct',
 => 'Sektionsnummern und korrespondierende LON-CAPA-Sektions-IDs',  
      'Evaluation: Material is Correct'
    'Overall Assessment Statistical Data'  => 'Evaluation: Material is Correct',
 => 'Übergreifende statistische Beurteilungsdaten',  
      'Evaluation: Material is Helpful'
    'No new dynamic data found.'  => 'Evaluation: Material is Helpful',
 => 'Keine neuen dynamischen Daten gefunden.',  
      'Evaluation: Material has Depth'
    'Current value is'  => 'Evaluation: Material has Depth',
 => 'Aktuelle Einstellung ist',  
      'Prev'
    'Interval set to version changes [_1]'  => '上一个',
 => 'Intervall auf Versionsänderungen [_1] gesetzt',  
      'Reload'
    'Creating a new problem resource.'  => '重新加载',
 => 'Neue Aufgabe erstellen',  
      'Results [_1] to [_2] out of [_3]'
    'Creating a new library resource.'  => '结果 [_1] 至 [_2] 的 [_3]',
 => 'Neue Bibliothiek erstellen',  
      'Unactionable Search Query'
    'Creating a new survey resource.'  => '查询被否决',
 => 'Neue Umfrage erstellen',  
      'Revise Search Request'
    'Creating a new task resource.'  => '修改搜索请求',
 => 'Neue "bridgetask"-Datei erstellen',  
      'LON-CAPA Access Control'
    'The requested file [_1] currently does not exist.'  => 'LON-CAPA 访问控制',
 => 'Die angeforderte Datei [_1] existiert momentan nicht.',  
      'Access  : '
    '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.',  
      'Resource: '
    'To create a new library, select a template from the list below. Then click on the "Create library" button.'  => '资源: ',
 => 'Um eine neue Bibliothek zu erstellen, wählen Sie eine Vorlage aus der unten angebotenen Liste. Klicken Sie dann auf den "Bibliothek erstellen"-Button.',  
      'Action  : '
    'To create a new survey, select a template from the list below. Then click on the "Create survey" button.'  => 'Action  : ',
 => 'Um eine neue Umfrage zu erstellen, wählen Sie eine Vorlage aus der unten angebotenen Liste. Klicken Sie dann auf den "Umfrage erstellen"-Button.',  
      'You have modified your course recently, [_1] may fix this access problem.'
    'To create a new task, select a template from the list below. Then click on the "Create task" button.'  => 'You have modified your course recently, [_1] may fix this access problem.',
 => '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.',  
      'Published on ...'
    'Accessibility Options'  => 'Published on ...',
 => 'Alternativ-Login',  
      'Currently published version'
    'About LON-CAPA'  => 'Currently published version',
 => '关于 LON-CAPA',  
 #=> 'Über LON-CAPA',     'Edit Metadata'
   => '编辑元数据',
    'Course Catalog'  
 => '课程目录',     'Cleanup XML Document'
 #=> 'Kursübersicht',  => 'Cleanup XML Document',
   
    '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:'     'Select actions to attempt:'
 => '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:',  => '选择所需的行动:',
   
    'The course has yet to be created.'     'Linefeeds, formfeeds, and carriage returns'
 => 'Der Kurs wurde noch nicht erstellt.',  => 'Linefeeds, formfeeds, and carriage returns',
   
    'Automatic enrollment of registered students has not been enabled for the course.'     'Empty tags'
 => 'Die automatische Kursbelegung registrierter Studenten wurde für diesen Kurs nicht aktiviert.',  => 'Empty tags',
   
    'You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.'     'Lower casing'
 => 'Sie sind in einer Sektion des Kurses, für die die automatische Kursbelegung im zugehörigen LON-CAPA-Kurs nicht aktiviert ist.',  => 'Lower casing',
   
    '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.'     'Symbol font'
 => '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.',  => 'Symbol font', # ??? [SB 2007-07-03]
   
    'If you were expecting to see an active role listed for a particular course, that course may not have been created yet.'     'Cleanup'
 => 'Falls Sie eine aktive Rolle für einen bestimmten Kurs erwartet haben, könnte es sein, dass diese noch nicht erstellt wurde.',  => 'Cleanup',
   
    'The [_1]Course Catalog[_2] provides information about all [_3] classes for which LON-CAPA courses have been created.' # [_3]: domain     'Back to Source File'
 => 'Die [_1]Kursübersicht[_2] enthält Informationen über alle Kurse der Domäne [_3], für die LON-CAPA-Kurse eingerichtet wurden.',  => 'Back to Source File',
   
    'You can search the course catalog for courses which permit self-enrollment, if you would like to enroll in a course.'     'Hypertext Cascading Style Sheet'
 => 'Falls Sie einen Kurs belegen möchten, können Sie die Kursübersicht nach Kursen durchsuchen, die eine Selbsteintragung zulassen.',  => 'Hypertext Cascading Style Sheet',
   
    'User Authentication'     'Online Survey'
 => 'Benutzer-Authentifizierung',  => 'Online Survey',
   
    'Log-in Help'     'Unable to find [_1]'
 => '登录帮助',  => 'Unable to find [_1]',
   
    'Forgot password?'     'Post Server Announcements'
 => '忘记密码?',  => 'Post Server Announcements',
   
    'New User?'     'Post announcements to the system login and roles screen'
 => '新用户?',  => 'Post announcements to the system login and roles screen',
   
    'Crosslisted'     '(leave blank to delete announcement)'
 => 'querverwiesen',  => '(leave blank to delete announcement)',
   
    'Owner'     'Check machines:'
 => 'Eigentümer',  => 'Check machines:',
   
    'Code'     'Current Announcement'
 => 'Kurscode',  => 'Current Announcement',
   
    'Course listing'     'Calendar'
 => '课程目录',  => '日历',
 #=> 'Kursübersicht',  
      'Download your Calendar as iCalendar File'
    'Course Listing'  => '下载您的日历',
 => '课程目录',  
 #=> 'Kursübersicht',     'No calendar available for this date.'
   => '没有日历用于此日期。',
    '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',     'Posting [_1]'
   => 'Posting [_1]',
    'help/support'  
 => 'Hilfe und Support',     'This LON-CAPA server is version [_1]'
   => '这里是 LON-CAPA [_1]',
    'Ask helpdesk'  
 => 'Anfrage an Helpdesk abschicken',     '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.',
    'Back to last location'  
 => 'Zurück zum letzten Ort',     'Edit Answer'
   => 'Edit Answer',
    'Note'  
 => 'Anmerkung',     'Date/Time'
   => '日期/时间',
    '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',     'Threshold Name'
   => 'Threshold Name',
    'Submit Request'  
 => 'Anfrage abschicken',     'Current value'
   => 'Current value',
    'E-mail address'  
 => 'E-Mail 地址',     'Change?'
 #=> 'E-Mail-Adresse',  => '改变?',
   
    'Enter the username you use to log-in to LON-CAPA, and your domain.'     'Make changes'
 => 'Geben Sie Ihre LON-CAPA-Benutzerkennung ein und wählen Sie Ihre Domäne.',  => '保存',
   
    'URL of page'     'Change thresholds'
 => 'URL der Seite',  => 'Change thresholds',
   
    'Phone'     'Picture Conversion Status'
 => '电话',  => 'Picture Conversion Status',
 #=> 'Telefon-Nr.',  
      'Class Print Status'
    'Course Details'  => 'Class Print Status',
 => 'Kursdetails',  
      'Removing error messages:'
    'Enter institutional course code'  => 'Removing error messages:',
 => 'Kurs-Instituts-Code',  
      'Invalid target directory, FAIL'
    'Enter course title'  => 'Invalid target directory, FAIL',
 => 'Kurstitel',  
      'Creating old version [_1]'
    'Section Number'  => 'Creating old version [_1]',
 => 'Sektionsnummer',  
      'Initial version'
    'Detailed Description'  => 'Initial version',
 => 'Detailierte Beschreibung',  
      'Press "Generate Statistics" when you are ready.'
    'Clear Form'  => 'Press "Generate Statistics" when you are ready.',
 => 'Formular zurücksetzen',  
      'It may take some time to update the student data for the first analysis. Future analysis this session will not have this delay.'
    'Material presented in clear way'  => 'It may take some time to update the student data for the first analysis. Future analysis this session will not have this delay.',
 => 'Das Material wird in einer verständlichen Art dargestellt',  
      'A course-wide error occurred.'
    'Material covered with sufficient depth'  => 'A course-wide error occurred.',
 => 'Das Thema wird in ausreichender Tiefe behandelt',  
      'none'
    'Material is helpful'  => '没有',
 => 'Das Material ist hilfreich',  
      'Prepare Report'
    'Material appears to be correct'  => '编写报告',
 => 'Das Material scheint korrekt zu sein',  
      'Show problem'
    'This will only retrieve the resource. If you want to retrieve the metadata, you will need to do that separately.'  => '提示显示',
 => '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 correct answers'
    'is in this state due to author settings.'  => 'Show correct answers',
 => 'befindet sich aufgrund von Einstellungen des Autors temporär in diesem Zustand.',  
      'Show all submissions'
    'User Data for'  => 'Show all submissions',
 => 'Benutzerdaten von',  
      'Show problem grading'
    'Email Address'  => 'Show problem grading',
 => 'E-Mail-Adresse',  
      'Computing correct answers greatly increases the amount of time required to prepare a report.'
    'Enroll Student'  => 'Computing correct answers greatly increases the amount of time required to prepare a report.',
 => 'Studenten Kurs belegen lassen',  
      'Please select problems and use the [_1]Prepare Report[_2] button to continue.'
    'If active, the new role will be available when the student next logs in to LON-CAPA.'  => 'Please select problems and use the [_1]Prepare Report[_2] button to continue.',
 => 'Falls bereits aktiv, wird die Rolle ab dem nächsten Login für den Studenten verfügbar sein.',  
      'Please select a Survey to analyze'
    'Enroll another student'  => 'Please select a Survey to analyze',
 => 'Einen weiteren Studenten den Kurs belegen lassen',  
      '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'
    'start date'  => 'Generate Survey Report',
 => 'Anfangsdatum',  
      'Building text document.'
    'end date'  => 'Building text document.',
 => 'Endedatum',  
      'Generated on [_1]'
    'active groups'  => 'Generated on [_1]',
 => 'Aktive Gruppen',  
      'Your text file'
    'active group(s)'  => 'Your text file',
 => 'Aktive Gruppen',  
      'Done compiling text file. See link below to download.'
    "Select a user name to view the user's personal page."  => 'Done compiling text file. See link below to download.',
 => "选择一个用户名,以查看此用户的个人网页。",  
 #=> "Klicken Sie auf die Benutzerkennung, um die persönliche Informationsseite dieses Benutzers anzuschauen.",     'There is no essay or string response data to output for this survey.'
   => 'There is no essay or string response data to output for this survey.',
    'View recent activity by this student'  
 => '最后处于活动状态的人', # n.t.     'Building spreadsheet.'
 #=> 'Zuletzt stattgefundene Aktivitäten dieser Person', # n.t.  => '生成电子表格。',
   
    'Recent activity of [_1]:[_2]'     '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.'
 => '最后处于活动状态的 [_1]:[_2]',  => '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.',
 #=> 'Zuletzt stattgefundene Aktivtäten von [_1]:[_2]',  
      'Done compiling spreadsheet. See link below to download.'
   => 'Done compiling spreadsheet. See link below to download.',
    'Compiling student activity data can take a long time.  
 Your request continues to be processed while results are displayed.     'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin'
 ' # 2xCR!  => 'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin',
 => 'Das Zusammenstellen der Aktivitätsdaten kann eine Weile dauern.  
 Ihre Anfrage wird weiter verarbeitet, während die schon vorhandenen Ergebnisse bereits angezeigt werden.     'Create Plot'
 ',  => 'Create Plot',
   
    'Composing Query'     'Start Time:'
 => 'Stelle Anfrage zusammen',  => 'Start Time:',
   
    'Student Activity'     'End Time:'
 => 'Studentische Aktivitäten',  => 'End Time:',
   
    'Waiting up to [_1] seconds for results'     'Sender'
 => 'Warte noch maximal [_1] Sekunden auf Ergebnisse',  => '寄件人',
   
    'Activity data compiled up to [_1]'     'Number'
 => 'Aktivitätsdaten zusammengestellt bis [_1]',  => 'Number',
   
    'While data is processed, periodically reload this page for more recent activity'     'Upload Classlist'
 => 'Während die Daten verarbeitet werden, können Sie gelegentlich die Seite aktualisieren, um aktuellere Aktivitätsdaten zu erhalten.',  => 'Upload Classlist',
   
    'Data'     'Semicolon separated values'
 => 'Daten',  => '以分号分隔',
   
    'Resubmit last request to check for newer data'     'Show Log'
 => 'Letzte Anfrage erneut abschicken, um auf aktuellere Daten zu prüfen',  => '查看日志',
   
    'View Classlist'     'Course Document Change Log'
 => 'Kursteilnehmerliste anschauen',  => 'Course Document Change Log',
   
    'Count'     'Records'
 => 'Zähler', # n.t.  => 'Records',
   
    'Modifying authentication:'     'Before'
 => 'Ändere Authentifizierung:',  => '以前',
   
    'Home server: [_1]'     'After'
 => 'Heimatserver: [_1]',  => '以后',
   
    'Modify User Privileges'     'Current folder/page'
 => 'Benutzerrechte anpassen',  => '当前文件夹/页',
   
    'Insert:'     'Containing phrase'
 => 'Einfügen:',  => '含有短语',
   
    'Delete?'     'None'
 => 'Löschen?',  => '没有',
   
    'Randomize Foil Order:'     'Users'
 => 'Reihenfolge der Auswahlmöglichkeiten randomisieren:',  => '用户',
   
    'Use template:'     'Include parameter types'
 => 'Vorlage verwenden:',  => 'Include parameter types',
   
    'Display Direction'     'Parameter Change Log'
 => 'Anzeige-Richtung:',  => 'Parameter Change Log',
   
    'vertical'     'Announce'
 => 'vertikal',  => 'Announce',
   
    'horizontal'     'Not active anymore'
 => 'horizontal',  => 'Not active anymore',
   
    'Script'     'Add to Course Announcements'
 => 'Skript-Block', # n.t.  => 'Add to Course Announcements',
   
    'Problem Editing Help'     'Username : Domain'
 => 'Hilfe zur Aufgabenerstellung', # n.t.  => '用户名:域',
   
    'Problem Editing'     'Active'
 => 'Aufgabenerstellung',  => '活跃的',
   
    'Hint'     'Expired'
 => 'Hinweis', # n.t.  => 'Expired',
   
    'Show hint even if problem Correct:'     'Future'
 => 'Hinweis auch zeigen, wenn Aufgabe richtig beantwortet wurde:',  => 'Future',
   
    'Single Line Text Entry Area'     'Sort by realm first, then student (group/section)'
 => 'Zeile mit Texteingabefeld', # n.t.  => 'Sort by realm first, then student (group/section)',
   
    'Parameters for a response'     'Sort by student (group/section) first, then realm'
 => 'Parameter für Antworttyp', # n.t.  => 'Sort by student (group/section) first, then realm',
   
    'Problem Part'     'Shift all dates based on this date'
 => 'Aufgabenteil', # n.t.  => 'Shift all dates based on this date',
   
    'Part ID:'     'Overview Mode'
 => 'Aufgabenteil-ID:',  => '概况模式',
   
    'Displayed Part Description:'     'Overview'
 => 'Anzuzeigende Aufgabenteil-Beschreibung:',  => '概况',
   
    'Readonly:'     'Set Parameters'
 => 'Nur lesbar:', # n.t.  => '参数设置',
   
    'Response: Numerical'     'Parts'
 => 'Antwortblock: numerisch', # n.t.  => '部分',
   
    'random'     'Section(s)'
 => 'zufällig',  => '章节(en)',
   
    'top'     'Group(s)'
 => 'am Anfang',  => '组',
   
    'bottom'     'Parameter Selection'
 => 'am Ende',  => '参数选择',
   
    'Add new Option:'     'Add Selection for...'
 => 'Option hinzufügen:',  => 'Add Selection for...',
   
    'Delete an Option:'     'Select Common Only'
 => 'Option löschen:', # n.t.  => 'Select Common Only',
   
    'Print options:'     'Problem Dates'
 => 'Ausgabe der Optionen:',  => 'Problem Dates',
   
    "Don't show option list"     'Content Dates'
 => "Optionsliste nicht anzeigen", # n.t.  => 'Content Dates',
   
    'Display of options when printed'     'Discussion Settings'
 => 'Anzeigeart der Optionen beim Druck',  => 'Discussion Settings',
   
    'Normal list'     'Visibilities'
 => 'Normale Liste',  => '可见的',
   
    'Listed in vertical column'     'Part Parameters'
 => 'In senkrechter Spalte aufgelistet',  => '部分参数',
   
    'Multiple Option Response Question'     'For User [_1] or Student/Employee ID [_2] at Domain [_3]'
 => 'Antwortblock: Optionsauswahl',  => '对于用户 [_1] 或学生/员工编号 [_2] 在域 [_3]',
   
    'Select Options'     'Group Files'
 => 'Wählbare Optionen', # n.t.  => '编组文件',
   
    'Image'     "Enter user:domain for User's 'About Me' Page"
 => 'Bild', # n.t.  => "Enter user:domain for User's 'About Me' Page",
   
    'Image Url:'     'No map selected.'
 => 'URL des Bildes:',  => 'No map selected.',
   
    'width (pixel):'     'Most Recent:'
 => 'Breite (Pixel):',  => '最新:',
   
    'height (pixel):'     'In Course:'
 => 'Höhe (Pixel):',  => '课程:',
   
    'Alignment:'     'Use:'
 => 'Ausrichtung:', # n.t.  => '使用:',
   
    'Encrypt URL:'     'Search LON-CAPA help'
 => 'URL verschlüsseln:', # n.t.  => '搜索 LON-CAPA 帮助',
   
    'no'     'Before course enrollment start!'
 => 'nein',  => 'Before course enrollment start!',
   
    'Location:'     'After course enrollment end!'
 => 'Stelle:', # n.t.  => 'After course enrollment end!',
   
    'Randomly labeled image'     'in the past'
 => 'Dynamisch beschriftetes Bild', # n.t.  => '在过去',
   
    'Response: Click on Image'     'in the future'
 => 'Antwortblock: Klick-ins-Bild', # n.t.  => '在将来',
   
    'Collection of Imageresponse foils'     'Choose'
 => 'Sammlung von Bildantwort-Auswahlmöglichkeiten', # n.t.  => 'Choose',
   
    'Image response foil'     'Title:'
 => 'Bildantwort-Auswahlmöglichkeit', # n.t.  => '标题:',
   
    'Enter Coordinates' # n.t.     'URL:'
 => 'Koordinaten festlegen',  => 'URL:',
   
    'Rectangle'     'Course, Portfolio and Catalog Search'
 => 'Rechteck', # n.t.  => '目录搜索,组合搜索和课程搜索',
   
    'Coordinate Pairs'     'ERROR:'
 => 'Koordinatenpaar',  => '错误:',
   
    'Polygon'     '(click for example)'
 => 'Polygon',  => '(click for example)',
   
    'Coordinate list'     'click for example'
 => 'Koordinatenliste', # n.t.  => 'click for example',
   
    'Create Polygon Data'     'Re-Enable'
 => 'Polygon-Daten festlegen', # n.t.  => '重新启用',
   
    'Task Description'     'Script Functions'
 => 'Beschreibung der Aufgabe', # n.t.  => 'Script Functions',
   
    'Clickable Image'     'Image Options'
 => 'Klickbares Bild', # n.t.  => '图像选项',
   
    'Image Source File'     'left'
 => 'Pfad und Name der Bilddatei', # n.t.  => '左边',
   
    'Select Position on Image'     'right'
 => 'Auswahl der Position im Bild',  => '右边',
   
    'Select First Coordinate on Image'     'TeXwidth (mm):'
 => 'Klicken Sie an die Stelle der ersten Koordinate',  => 'TeX-宽 (mm):',
   
    'Select Second Coordinate on Image'     'TeXheight (mm):'
 => 'Klicken Sie an die Stelle der zweiten Koordinate',  => 'TeX-高 (mm):',
   
    'Select Finish to save selection'     'TeXwrap:'
 => 'Klicken Sie auf Abschließen zum Abschließen der Aktion oder auf Abbrechen zum Abbrechen',  => 'TeXwrap:',
   
    'Enter Coordinate or click finish to close Polygon'     'Sorry!'
 => 'Klicken Sie in das Bild, um die Koordinaten für das Polygon festzulegen',  => '对不起...',
   
    'Click to select a Coordinate or click Finish to save current selection'     'Resource not available.'
 => 'Klicken Sie in das Bild, um Koordinaten festzulegen',  => 'Resource not available.',
   
    'New Name'     'File Type'
 => 'Neuer Dateiname',  => 'File Type',
   
    'Make Obsolete'     'Output of decompress:'
 => 'Als überholt markieren',  => 'Output of decompress:',
   
    'Set Margins'     'Decompress complete.'
 => 'Seitenränder festlegen',  => 'Decompress complete.',
   
    'How should each column be formatted?'     'Archive:'
 => 'Wie soll jede Spalte formatiert werden?', # n.t.  => '存档:',
   
    'Width:'     'inflating:'
 => 'Breite:', # n.t.  => 'inflating:',
   
    'Height:'     'Incorrect:'
 => 'Höhe:', # n.t.  => '错误:',
   
    'Left Margin:'     'Correct:'
 => 'Linker Rand:', # n.t.  => '正确:',
   
    'Username and/or password could not be authenticated.'     'Correct'
 => 'Benutzerkennung und/oder Passwort konnten nicht erfolgreich authentifiziert werden.',  => '正确',
   
    'Please check the username and password.'     'Pick course first'
 => 'Bitte überprüfen Sie Ihre Benutzerkennung und Ihr Passwort.',  => '只能选择课程',
   
    'Try again'     'User Information Changed'
 => 'Nochmal versuchen',  => '用户信息变更',
   
    'Information needed to verify your login information is missing, inaccessible or expired.'     'Changed To'
 => 'Die Daten, um Ihre Anmeldung zu überprüfen, fehlen, können nicht gelesen werden oder sind abgelaufen.',  => '改为',
   
    'Sending'     'disk space allocated to portfolio files'
 => 'Sende',  => 'disk space allocated to portfolio files',
   
    'Completed.'     'You have new messages'
 => 'Ausgeführt.',  => 'You have new messages',
   
    'Messages being sent.'     'Destination folder'
 => 'Nachrichten wurden gesendet',  => '目的文件夹',
   
    'showing messages'     'Mark Read'
 => 'zeige Nachrichten',  => '标记为已读',
   
    'Assigning'     'Move to Folder ->'
 => 'Zuweisung der Rolle',  => '移至文件夹 ->',
   
    'ending'     'Register Response Devices (&quot;Clickers&quot;)'
 => 'Ende am',  => '注册应答设备 (&quot;Clickers&quot;)',
   
    'Assistant Co-Author'     'Enter response device ("clicker") numbers'
 => 'Co-Autor-Assistent',  => '输入应答设备(&quot;Clickers&quot;)的号码',
   
    'Metadata for [_1]'     'Locating your clicker ID'
 => 'Metadaten für [_1]',  => '定位您的应答设备编号',
   
    'There are [_1] matches to your query.'     'Register Clicker'
 => 'Ihre Suche hat [_1] Treffer ergeben.',  => '注册应答设备',
   
    'Revise search'     'Register'
 => 'Suche ändern',  => '注册',
   
    'in LON-CAPA domain'     'New Link'
 => 'in LON-CAPA-Domäne', # n.t.  => '新的书签',
   
    'Sort by [_1] [_2]'     'Refresh'
 => 'Sortiert nach [_1] [_2]',  => '更新',
   
    'Number of accesses'     'Custom metadata [_1]'
 => 'Anzahl der Zugriffe',  => '自定义元数据 [_1]',
   
    'Ascending'     'Question/Comment/Feedback about course content'
 => 'aufsteigend',  => '课程内容的问题/评论/反馈',
   
    'Descending'     'User modify/custom role edit'
 => 'absteigend',  => '用户帐户和权限管理',
   
    'Students Attempting'     'User Search'
 => 'Studentische Versuche', # ??? [SB 2007-07-03]  => '用户搜索',
   
    'Average Number of Tries'     'to add/modify roles'
 => 'Durchschnittliche Anzahl an Versuchen',  => ', 添加/修改角色',
   
    'Mean Degree of Difficulty'     'is'
 => 'Durchschnittlicher Schwierigkeitsgrad',  => '是',
   
    'Mean Degree of Discrimination'     'contains'
 => 'Durchschnittlicher Grad der Abgrenzung',  => '包括',
   
    'Evaluation: Clear'     'in this domain'
 => 'Evaluierung: Klar',  => '在该域',
   
    'Evaluation: Technically Correct'     'in institutional directory'
 => 'Evaluierung: Technisch korrekt',  => '在研究所目录',
   
    'Evaluation: Material is Correct'     'Domain/institution to search'
 => 'Evaluierung: Material ist korrekt',  => 'Domain/institution to search',
   
    'Evaluation: Material is Helpful'     'Directory search has not been configured for domain: [_1]'
 => 'Evaluierung: Material ist hilfreich',  => '目录搜索,在还没有被配置的域:[_1]',
   
    'Evaluation: Material has Depth'     'permanent e-mail'
 => 'Evaluierung: Tiefe des Themas',  => '永久电子邮件',
   
    'Prev'     'Set user role'
 => 'Zurück',  => '设置用户角色',
   
    'Reload'     'No exact match found for this username ([_1]) in this domain.'
 => 'Aktualisieren',  => '对该用户名([_1])在这个领域中没有找到完全匹配的。',
   
    'Results [_1] to [_2] out of [_3]'     'No match found for this username ([_1]) in this domain.'
 => 'Treffer [_1] bis [_2] von insgesamt [_3]',  => '对该用户名([_1])在这个领域中没有找到相应的。',
   
    'Unactionable Search Queary'     'Make new user "[_1]"'
 => 'Suchanfrage zurückgewiesen',  => '新用户 "[_1]"',
   
    'You did not fill in enough information for the search to be started. You need to fill in relevant fields on the search page in order for a query to be processed.'     'Course 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.  => '编辑课程',
   
    'Revise Search Request'     'Community Editor'
 => 'Suchanfrage ändern',  => 'Community Editor',
   
    'LON-CAPA Access Control'     'Choose which items you wish to export from your Course.'
 => 'LON-CAPA-Zugriffskontrolle',  => '选择您要从课程中导出的项目。',
   
    'Access  : '     'Content items'
 => 'Zugriff  : ',  => '内容项目',
   
    'Resource: '     'Discussion posts'
 => 'Ressource: ',  => '讨论文章',
   
    'Action  : '     'Download the zip file from'
 => 'Aktion   : ',  => '下载zip档案从:',
   
    'You have modified your course recently, [_1] may fix this access problem.'     'IMS course archive'
 => 'Sie haben den Kurs kürzlich verändert. [_1] könnte das Zugriffsproblem beheben.',  => 'IMS课程存档',
   
    'Published on ...'     'last name, first name'
 => 'Veröffentlicht am...',  => '姓氏,名字',
   
    'Currently published version'     'Select a Template'
 => 'Derzeit veröffentlichte Version',  => 'Select a Template',
   
    'Edit Metadata'     'Edit custom role'
 => 'Metadaten ändern',  => 'Edit custom role',
   
    'Cleanup XML Document'     'Privilege'
 => 'XML-Code aufräumen',  => 'Privilege',
   
    'Select actions to attempt:'     'Showing users with a name starting with [_1]'
 => 'Auswahl der gewünschten Aktionen:',  => '显示用户,起始是 [_1]',
   
    'Linefeeds, formfeeds, and carriage returns'     'Permanent e-mail address'
 => 'Zeilenumbrüche (LF), Seitenvorschübe und "Wagenrückläufe" (CR)',  => '永久的 E-Mail 地址',
   
    'Empty tags'     'Permanent e-mail'
 => 'Leere Tags',  => '永久的 E-Mail 地址',
   
    'Lower casing'     'User [_1] in domain [_2]'
 => 'Kleinschreibung',  => '用户 [_1] 在域 [_2]',
   
    'Symbol font'     'Result'
 => 'Symbolischer Zeichensatz', # ??? [SB 2007-07-03]  => 'Result',
   
    'Cleanup'     'Directory search in domain [_1] is not available for the requested search type: "[_2]"'
 => 'Aufräumen',  => 'Directory search in domain [_1] is not available for the requested search type: "[_2]"',
   
    'Back to Source File'     "No match found for this username ([_1]) in your institution's directory."
 => 'Zurück zur Quelldatei',  => "No match found for this username ([_1]) in your institution's directory.",
   
    'Hypertext Cascading Style Sheet'     'Setting'
 => 'Stylesheet-Datei',  => 'Setting',
   
    'Online Survey'     'Directory search available?'
 => 'Umfrage',  => 'Directory search available?',
   
    'Unable to find [_1]'     'Back to actions menu'
 => 'Die Datei [_1] konnte nicht gefunden werden.',  => 'Back to actions menu',
   
    'Post Server Announcements'     'Edit action'
 => 'Server-Bekanntmachungen',  => 'Edit action',
   
    'Post announcements to the system login and roles screen'     'Effect'
 => 'Server-Bekanntmachungen für die Login-Seite und die Rollenauswahl',  => 'Effect',
   
    '(leave blank to delete announcement)'     'Course / User'
 => '(leer lassen, um Bekanntmachung zu entfernen)',  => 'Course / User',
   
    'Check machines:'     'deny'
 => 'Server auswählen:',  => 'deny',
   
    'Current Announcement'     'allow'
 => 'Derzeitige Bekanntmachung',  => 'allow',
   
    'Calendar'     'Delete this rule'
 => '日历',  => 'Delete this rule',
 #=> 'Kalender',  
      'Insert rule above'
    'Download your Calendar as iCalendar File'  => 'Insert rule above',
 => 'Kalender-Download im iCalendar-Format',  
      'Insert rule below'
    'No calendar available for this date.'  => 'Insert rule below',
 => 'Für dieses Datum ist kein Kalender verfügbar.',  
      'Move rule down'
    'Posting [_1]'  => 'Move rule down',
 => 'Sende an [_1]',  
      'Move rule up'
    'This is LON-CAPA [_1]'  => 'Move rule up',
 => 'Hier läuft LON-CAPA [_1]',  
      'Warning: It can take up to 1 hour for rights changes to fully propagate.'
    'Edit Answer'  => 'Warning: It can take up to 1 hour for rights changes to fully propagate.',
 => 'Antwort editieren',  
      'email address'
    'Date/Time'  => 'email address',
 => 'Datum, Uhrzeit',  
      'Updated'
    'Threshold Name'  => '已更新',
 => 'Schwellenwert-Name',  
      'The error occurred on host [_1]'
    'Current value'  => 'The error occurred on host [_1]',
 => 'Aktueller Wert',  
      'This error occurred on machine [_1]'
    'Change?'  => 'This error occurred on machine [_1]',
 => 'Ändern',  
      'Clear all Messages in Subdirectory'
    'Make changes'  => 'Clear all Messages in Subdirectory',
 => 'Speichern',  
      'Task information'
    'Change thresholds'  => 'Task information',
 => 'Schwellenwerte ändern',  
      'Automated adds/drops'
    'Picture Conversion Status'  => 'Automated adds/drops',
 => 'Bildkonvertierungs-Status',  
      'Change enrollment dates'
    'Class Print Status'  => 'Change enrollment dates',
 => 'Druckstatus',  
      'Change access dates'
    'Removing error messages:'  => 'Change access dates',
 => 'Entfernen von Fehlermeldungen:',  
      'Notification of changes'
    'Creating old version [_1]'  => 'Notification of changes',
 => 'Erstelle alte Version [_1]', # n.t.  
      'Change crosslistings'
    'Initial version'  => 'Change crosslistings',
 => 'Urversion',  
      'Section settings'
    'Press "Generate Statistics" when you are ready.'  => 'Section settings',
 => 'Klicken Sie auf "Erzeuge Statistiken", wenn Sie die gewünschten Einstellungen vorgenommen haben.',  
      'Student photo settings'
    'It may take some time to update the student data for the first analysis. Future analysis this session will not have this delay.'  => 'Student photo settings',
 => '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 roster now'
    'A course-wide error occurred.'  => 'Update roster now',
 => 'Ein kursweiter Fehler ist aufgetreten.',  
      'Update student photos'
    'Analyze Over'  => 'Update student photos',
 => 'Analyse über', # n.t.  
      'View students and change type'
    'Number of Plots'  => 'View students and change type',
 => 'Anzahl Plots', #???  
      'Changes to nightly automated enrollments'
    'none'  => 'Changes to nightly automated enrollments',
 => 'nichts',  
      'Currently: Nightly adds: [_1], Nightly drops: [_2]'
    'Output as [_1]' # _1: checkbox  => 'Currently: Nightly adds: [_1], Nightly drops: [_2]',
 => 'Ausgabeformat [_1]',  
      'OFF'
    'Prepare Report'  => 'OFF',
 => 'Bericht erstellen',  
      'ON'
    'Show problem [_1]' # _1: checkbox  => 'ON',
 => 'Aufgabe anzeigen [_1]',  
      'Additions based on classlist changes:'
    'Show correct answers [_1]' # _1: checkbox  => 'Additions based on classlist changes:',
 => 'Korrekte Antworten anzeigen [_1]',  
      'Removals based on classlist changes:'
    'Show all submissions [_1]' # _1: checkbox  => 'Removals based on classlist changes:',
 => 'Alle Einreichungen anzeigen [_1]',  
      'Enable'
    'Show problem grading [_1]' # _1: checkbox  => 'Enable',
 => 'Aufgabenbewertung anzeigen [_1]',  
      'Disable'
    'Computing correct answers greatly increasese the amount of time required to prepare a report.'  => 'Disable',
 => 'Die Berechnung korrekter Antworten erhöht die benötigte Zeit erheblich, um den Bericht zu erstellen.',  
      '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.'
    'Please select problems and use the [_1]Prepare Report[_2] button to continue.'  => '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.',
 => 'Wählen Sie die zu berücksichtigenden Aufgaben aus und klicken Sie anschließend auf den [_1]Bericht erstellen[_2]-Button.',  
      'Changes to first and/or last automated enrollment dates'
    'Please select a Survey to analyze'  => 'Changes to first and/or last automated enrollment dates',
 => 'Wählen Sie eine Umfrage, die analysiert werden soll:',  
      'Currently: First enrollment: [_1], Last enrollment: [_2]'
    'There are no survey problems in this course.'  => 'Currently: First enrollment: [_1], Last enrollment: [_2]',
 => 'In diesem Kurs sind keine Umfragen enthalten.',  
      'Set date of first automated enrollment for registered students'
    'Generate Survey Report'  => 'Set date of first automated enrollment for registered students',
 => 'Umfragebericht generieren',  
      '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'
    'Building text document.'  => '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',
 => 'Erstelle Textdokument.',  
      'Set date of last automated enrollment for registered students'
    'Generated on [_1]'  => 'Set date of last automated enrollment for registered students',
 => 'Generiert am [_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.'
    'Your text file'  => '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.',
 => 'Ihre Textdatei',  
      'Changes to default start and/or end dates for student access'
    'Done compiling text file. See link below to download.'  => 'Changes to default start and/or end dates for student access',
 => 'Erstellung der Textdatei abgeschlossen. Verwenden Sie den unten angegebenen Link zum Herunterladen.',  
      'Currently: default first access:'
    'There is no essay or string response data to output for this survey.'  => 'Currently: default first access:',
 => 'In dieser Umfrage existieren keine Essay- oder Text-Antwortdaten (essayresponse, stringresponse), die ausgegeben werden könnten.',  
      ', default last access:'
    'Building spreadsheet.'  => ', default last access:',
 => 'Erstelle Tabelle.',  
      'Set date of first access for registered students added via automated enrollment'
    '[_1]:[_2] responses to [_3] may be too long to fit Excel spreadsheet.'  => 'Set date of first 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.',  
      'Set date of last access for registered students added via automated enrollment'
    'Done compiling spreadsheet. See link below to download.'  => 'Set date of last access for registered students added via automated enrollment',
 => 'Erstellung der Tabelle abgeschlossen. Verwenden Sie den unten angegebenen Link zum Herunterladen.',  
      'Changes to section settings'
    'Make a sequence selection from the "Sequences and Folders" menu and hit "Create Plot" to begin'  => 'Changes to section settings',
 => 'Wählen Sie eine Sequenz aus der "Sequenzen und Verzeichnisse"-Liste und klicken Sie auf "Diagramm erzeugen", um zu starten.',  
      'Currently no sections of'
    'Create Plot'  => 'Currently no sections of',
 => 'Diagramm erzeugen',  
      'are contributing enrollment to the LON-CAPA class roster.'
    'Start Time:'  => 'are contributing enrollment to the LON-CAPA class roster.',
 => 'Startzeit:',  
      'Add enrollment from additional sections.'
    'End Time:'  => 'Add enrollment from additional sections.',
 => 'Endezeit:',  
      'Number of new sections to add:'
    'Sender'  => 'Number of new sections to add:',
 => 'Absender',  
      'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course'
    'Number'  => 'Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course',
 => 'Nummer',  
      'if you have chosen to enable a nightly automated enrollment update.'
    'Upload Classlist'  => 'if you have chosen to enable a nightly automated enrollment update.',
 => 'Kursteilnehmerliste hochladen',  
      'Nightly additions based on classlist changes now'
    'Semicolon separated values'  => 'Nightly additions based on classlist changes now',
 => 'Durch Semikolons getrennt',  
      'Nightly additions based on classlist changes still'
    ' with home server '  => 'Nightly additions based on classlist changes still',
 => ' mit Heimatserver ', # n.t.  
      'Nightly removals based on classlist changes now'
    'Show Log'  => 'Nightly removals based on classlist changes now',
 => '查看日志',  
 #=> 'Veränderungs-Protokoll',     'Nightly removals based on classlist changes still'
   => 'Nightly removals based on classlist changes still',
    'Course Document Change Log'  
 => 'Kursressourcen-Veränderungs-Protokoll',     'enabled'
   => 'enabled',
    'Records'  
 => 'Datensätze',     'disabled'
   => 'disabled',
    'Before'  
 => '以前',     'The first date for automated enrollment has been changed'
 #=> 'Vorher',  => 'The first date for automated enrollment has been changed',
   
    'After'     'The last date for automated enrollment has been changed'
 => '以后',  => 'The last date for automated enrollment has been changed',
 #=> 'Nachher',  
      'The first date for automated enrollment has been left unchanged as'
    'Current folder/page'  => 'The first date for automated enrollment has been left unchanged as',
 => 'Aktuelles Verzeichnis/Seite',  
      'The last date for automated enrollment has been left unchanged as'
    'Containing phrase'  => 'The last date for automated enrollment has been left unchanged as',
 => 'Enthält Text:',  
      'Currently: Notification:'
    'None'  => 'Currently: Notification:',
 => 'nichts',  
      'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?'
    'Users'  => 'Notification of LON-CAPA course roster changes resulting from nightly automated enrollment process?',
 => '用户',  
 #=> 'Benutzer',     'The table below contains a list of Kurs-Koordinators in this course.'
   => 'The table below contains a list of Kurs-Koordinators in this course.',
   
    'Include parameter types'     'username:domain'
 => 'Parametertypen zeigen',  => '用户名:域',
   
    'Parameter Change Log'     'Course Access'
 => 'Parameteränderungs-Protokoll',  => 'Course Access',
   
    'Announce'     'Current notification status'
 => 'Bekanntmachen',  => 'Current notification status',
   
    'Not active anymore'     'Notification active'
 => 'nicht mehr aktiv',  => 'Notification active',
   
    'Add to Course Announcements'     'Notification inactive'
 => 'Den Kursbekanntmachungen hinzufügen',  => 'Notification inactive',
   
    'Username : Domain'     'Notification?'
 => 'Benutzerkennung:Domäne',  => 'Notification?',
   
    'Active'     'Notification of enrollment changes now'
 => 'aktiv',  => 'Notification of enrollment changes now',
   
    'Expired'     'Notification of enrollment changes still'
 => 'Abgelaufen',  => 'Notification of enrollment changes still',
   
    'Future'     'The following will receive notification if there are any changes in enrollment in LON-CAPA course:'
 => 'Zukünftig',  => 'The following will receive notification if there are any changes in enrollment in LON-CAPA course:',
   
    'Sort by realm first, then student (group/section)'     'as a result of the nightly enrollment check:'
 => 'Sortierung nach Bereich, dann nach Student (Gruppe/Sektion)',  => 'as a result of the nightly enrollment check:',
   
    'Sort by student (group/section) first, then realm'     'View/Modify Course Settings'
 => 'Sortierung nach Student (Gruppe/Sektion), dann nach Bereich',  => 'View/Modify Course Settings',
   
    'Shift all dates based on this date'     'Course search'
 => 'Alle Datumseinträge anhand dieses Datums verschieben',  => 'Course search',
   
    'Overview Mode'     'View/Modify Courses'
 => 'Übersichtsmodus',  => 'View/Modify Courses',
   
    'Overview'     'Course details'
 => 'Übersicht',  => 'Course details',
   
    'Set Parameters'     'Detailed course information:'
 => 'Parameter einstellen',  => 'Detailed course information:',
   
    'Parts'     'Default Access Dates for Students'
 => 'Aufgabenteile',  => 'Default Access Dates for Students',
   
    'Section(s)'     'Student Counts'
 => 'Sektion(en)',  => 'Student Counts',
   
    'Group(s)'     'Auto-enrollment of[_1]registered students'
 => 'Gruppe(n)',  => 'Auto-enrollment of[_1]registered students',
   
    'Parameter Selection'     'Details'
 => 'Parameter-Auswahl',  => 'Details',
   
    'Add Selection for...'     'Not enabled'
 => 'Auswahl hinzufügen für...',  => 'Not enabled',
   
    'Select Common Only'     'section:'
 => 'Übliche wählen',  => 'section:',
   
    'Problem Dates'     'Previous access'
 => 'Aufgabendatumsfelder',  => 'Previous access',
   
    'Content Dates'     'Current access'
 => 'Inhaltsdatumsfelder',  => 'Current access',
   
    'Discussion Settings'     'Future access'
 => 'Diskussions-Einstellungen',  => 'Future access',
   
    'Visibilities'     'Back to course listing'
 => 'Sichtbarkeit',  => '返回课程目录',
   
    'Part Parameters'     'Immediate course roster update'
 => 'Aufgabenteil-Parameter',  => 'Immediate course roster update',
   
    'For User [_1] or Student/Employee ID [_2] at Domain [_3]'     'There were no new students to add to the course.'
 => 'Für Benutzer [_1] oder Studenten-/Mitarbeiter-ID [_2] in der Domäne [_3]',  => 'There were no new students to add to the course.',
   
    'Group Files'     'Back to options page'
 => '编组文件',  => 'Back to options page',
 #=> 'Gruppendateien',  
      'View/Modify settings for: '
    "Enter user:domain for User's 'About Me' Page"  => 'View/Modify settings for: ',
 => "Geben Sie Benutzerkennung:Domäne für die Über-mich-Seite des gewünschten Benutzers ein:",  
      'Modify quota for group portfolio files'
    'No map selected.'  => 'Modify quota for group portfolio files',
 => 'Keine Inhaltszusammenstellung gewählt!',  
      'Display current settings for automated enrollment'
    'Most Recent:'  => 'Display current settings for automated enrollment',
 => 'Aktuellste:', # n.t.  
      'Modify institutional code, course owner and/or default authentication'
    'In Course:'  => 'Modify institutional code, course owner and/or default authentication',
 => 'Im Kurs:', # n.t.  
      'Modify course catalog settings for course'
    'Use:'  => 'Modify course catalog settings for course',
 => 'Verwende:', # n.t.  
      'Catalog settings'
    'Search LON-CAPA help'  => 'Catalog settings',
 => 'Suche in der LON-CAPA-Hilfe',  
      'Catalog Settings for Course'
    'Before course enrollment start!'  => 'Catalog Settings for Course',
 => 'Liegt VOR Kursbelegungs-Start!',  
      'Visibility in Course/Community Catalog'
    'After course enrollment end!'  => 'Visibility in Course/Community Catalog',
 => 'Liegt NACH Kursbelegungs-Ende!',  
      "Unless excluded, a course/community is listed in this domain's publicly accessible Course/Community Catalog, if at least one of the following applies:"
    'in the past'  => "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 in der Vergangenheit',  
      'Auto-cataloging is enabled and the course is assigned an institutional code'
    'in the future'  => 'Auto-cataloging is enabled and the course is assigned an institutional code',
 => 'liegt in der Zukunft',  
      'The course has been categorized into at least one of the course categories defined for the domain.'
    'Choose'  => 'The course has been categorized into at least one of the course categories defined for the domain.',
 => 'Übernehmen',  
      'Exclude from course catalog'
    'Title:'  => 'Exclude from course catalog',
 => 'Titel:',  
      'Categorize Course'
    'URL:'  => 'Categorize Course',
 => 'URL:',  
      'No categories defined for this domain'
    'Course, Portfolio and Catalog Search'  => 'No categories defined for this domain',
 => 'Katalog-Suche, Portfolio-Suche und Suche im Kurs',  
      'Assign one or more categories to this course.'
    'ERROR:'  => 'Assign one or more categories to this course.',
 => 'FEHLER:',  
      '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).'
    'occurred while running'  => '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).',
 => 'trat auf während der Ausführung von', # n.t.  
      'Category settings'
    '(click for example)'  => 'Category settings',
 => '(Klicken für Beispiel)',  
      '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'
    'Re-Enable'  => 'Assign a category to a course',
 => 'wieder aktivieren',  
      'Set in "Modify Course" (Domain)'
    'Script Functions'  => 'Set in "Modify Course" (Domain)',
 => 'Funktionen in Skripten', # n.t.  
      'Set in "Modify Parameters" (Course)'
    'Image Options'  => 'Set in "Modify Parameters" (Course)',
 => 'Bildoptionen', # n.t.  
      'Categories'
    'left'  => 'Categories',
 => 'links',  
      'Add category'
    'right'  => 'Add category',
 => 'rechts',  
      'Add category:'
    'TeXwidth (mm):'  => 'Add category:',
 => 'TeX-Breite (mm):',  
      'Add subcategory:'
    'TeXheight (mm):'  => 'Add subcategory:',
 => 'TeX-Höhe (mm):',  
      'New:'
    'TeXwrap:'  => 'New:',
 => 'TeX-Umbruch', # n.t., ??? [SB 2007-07-11]  
      'Choose a course'
    'Sorry!'  => 'Choose a course',
 => 'Schade...',  
      'Pick action'
    'Resource not available.'  => 'Pick action',
 => 'Ressource nicht erreichbar.', # n.t.  
      'Display settings'
    'Choose file type:'  => 'Display settings',
 => 'Dateityp:',  
      'Course settings that control automated enrollment in this LON-CAPA course are currently:'
    'Output of decompress:'  => 'Course settings that control automated enrollment in this LON-CAPA course are currently:',
 => 'Ausgabe des Entpackvorgangs:',  
      'Course setting'
    'Decompress complete.'  => 'Course setting',
 => 'Entpackvorgang abgeschlossen.',  
      'Modifiable by DC only'
    'Archive:'  => 'Modifiable by DC only',
 => 'Archiv:',  
      'Default authentication parameter'
    'inflating:'  => 'Default authentication parameter',
 => 'entpacke:',  
      'Default authentication method'
    'Incorrect:'  => 'Default authentication method',
 => 'Inkorrekt:',  
      'Date of last automated enrollment'
    'Correct:'  => 'Date of last automated enrollment',
 => 'Korrekt:',  
      'Date of first automated enrollment'
    'Correct'  => 'Date of first automated enrollment',
 => 'Korrekt',  
      'Official course code'
    'Pick course first'  => 'Official course code',
 => 'Erst Kurs auswählen',  
      'Username:domain of course owner'
    'User Information Changed'  => 'Username:domain of course owner',
 => 'Geänderte Benutzerdaten',  
      'Date of last student access'
    'Changed To'  => '学生访问的结束日期',
 => 'Geändert in',  
      'Date of first student access'
    'disk space allocated to portfolio files'  => '学生访问的开始日期',
 => 'Speicherplatz für Portfolio-Dateien',  
      'Course section number(:LON-CAPA section)'
    'You have new messages'  => 'Course section number(:LON-CAPA section)',
 => 'Sie haben neue Nachrichten',  
      'Show more details'
    'Destination folder'  => '查看更多详情',
 => 'Zielverzeichnis',  
      'Public RSS/podcast (subscribe to)'
    'Mark Read'  => '公共RSS /播客(订阅)',
 => 'Als gelesen kennzeichnen',  
      'Course Owner:'
    'Move to Folder ->'  => '课程所有者:',
 => 'Verschiebe in Verzeichnis',  
      'Default Authentication method'
    'Register Response Devices ("Clickers")'  => 'Default Authentication method',
 => 'Antwortgeräte ("Clicker") registrieren',  
      'Modify settings'
    'Enter response device ("clicker") numbers'  => 'Modify settings',
 => 'Geben Sie die Nummern der Antwortgeräte ("Clicker") ein',  
      'Automated Enrollment'
    'Locating your clicker ID'  => 'Automated Enrollment',
 => 'Die Clicker-ID ausfindig machen',  
      'Use the menu on the left to choose an enrollment management task.'
    'Register Clicker'  => 'Use the menu on the left to choose an enrollment management task.',
 => 'Clicker registrieren',  
      'Result of Changes to Automated Enrollment Settings.'
    'Register'  => 'Result of Changes to Automated Enrollment Settings.',
 => 'Registrieren',  
      'The following automated enrollment parameters have been changed:'
    'New Link'  => 'The following automated enrollment parameters have been changed:',
 => 'Neues Lesezeichen', # n.t.  
      'now set to'
    'Refresh'  => 'now set to',
 => 'Aktualisieren', # n.t.  
      'still set to'
    'Custom metadata [_1]: '  => 'still set to',
 => 'Eigene Metadaten [_1]: ',  
      'The following automated enrollment parameters remain unchanged:'
    'Question/Comment/Feedback about course content'  => 'The following automated enrollment parameters remain unchanged:',
 => 'Frage/Anmerkung/Feedback zum Kursinhalt',  
      'Change settings'
    'User modify/custom role edit'  => 'Change settings',
 => 'Benutzeraccounts und Rechte verwalten',  
      "Student's agreement needed for listing in student-viewable roster"
    'User Search'  => "Student's agreement needed for listing in student-viewable roster",
 => 'Benutzersuche',  
      'Include link to accessible portfolio files'
    'to add/modify roles'  => 'Include link to accessible portfolio files',
 => ', um Rollen hinzuzufügen oder zu ändern',  
      'Print header format'
    'is'  => 'Print header format',
 => 'ist',  
      'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.'
    'contains'  => 'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.',
 => 'enthält',  
      'Force all students in the course to use a specific math rendering engine.'
    'in this domain'  => 'Force all students in the course to use a specific math rendering engine.',
 => 'in dieser Domäne',  
      "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference"
    'in institutional directory'  => "[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student's preference",
 => 'im Institutsverzeichnis',  
      'Bridge Task Grading'
    'Domain/institution to search'  => 'Bridge Task Grading',
 => 'LON-CAPA-Domäne, in der gesucht werden soll',  
      'Classlist Manager'
    'Directory search has not been configured for domain: [_1]'  => 'Classlist Manager', # !?!
 => 'Die Verzeichnissuche wurde noch nicht für die Domäne [_1] konfiguriert!',  
      'Note for students:'
    'permanent e-mail'  => '注意事项:',
 => 'Permanente E-Mail-Adresse',  
      '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.'
    'Set user role'  => '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.',
 => 'Benutzerrolle einrichten',  
      'Please [_1]log in again[_2].'
    'No exact match found for this username ([_1]) in this domain.'  => '请[_1]重新登录[_2].',
 => 'Kein exakter Treffer für den Benutzer [_1] in dieser Domäne.',  
      'Switching Server ...'
    'No match found for this username ([_1]) in this domain.'  => '更换服务器 ...',
 => 'Kein Treffer für den Benutzer [_1] in dieser Domäne.',  
      'Already logged in'
    'Make new user "[_1]"'  => '已经登录',
 => 'Neuen Benutzer "[_1]" anlegen',  
      'Apply style file: '
    'Edit Course'  => 'Apply style file: ',
 => '编辑课程',  
 #=> 'Kursinhalt einrichten',     'The problem '
   => '问题 ',
    'Choose which items you wish to export from your Course.'  
 => 'Wählen Sie, welche Elemente aus dem Kurs exportiert werden sollen.',     'Search criteria'
   => '搜索条件',
    'Content items'  
 => 'Inhaltselemente',     'begins with'
   => '始于',
    'Discussion posts'  
 => 'Diskussionsbeiträge',     'in selected LON-CAPA domain'
   => '在选定的 LON-CAPA-域 ',
    'Export Course DOCS'  
 => 'Exportieren',     'in institutional directory for selected domain'
   => '在选定的域中的研究所列表',
    'Download the zip file from'  
 => 'Download ZIP-Datei:',     'No exact match found for the username ([_1]) in LON-CAPA domain: [_2]'
   => '没有找到完全匹配的用户名([_1] )在LON-CAPA-域:',
    'IMS course archive'  
 => 'IMS-Kursarchiv',     'Creating new account.'
   => '创建新帐户。',
    'Export course to IMS content package'  
 => 'Kurselemente nach IMS-Inhaltspaket exportieren',     'Report a documentation bug'
   => '报告文件错误 (Englisch)',
    'last name, first name'  
 => 'Nachname, Vorname',     'You must specify a valid username. Only the following are allowed: letters numbers - . @'
   => '您必须指定一个有效的用户名。只允许以下字符:字母,数字, "-", "." 和 "@"',
    'Select a Template'  
 => 'Auswahl einer Vorlage',     'The following need to be corrected before the search can be run:'
   => '在搜索可以开始之前,下面必须予以纠正:',
    'Edit custom role'  
 => 'Benutzerdefinierte Benutzerrolle einrichten',     'You must include some text to search for.'
   => '您必须包括一些要搜寻的文字。',
    'Privilege'  
 => 'Berechtigung',     "The text you are searching for must contain at least two characters when using a 'begins' type search."
   => "文本搜索必须包含至少有两个字符,当使用的是'开始'类型的搜索。",
    'Showing users with a name starting with [_1]'  
 => 'Anzeige von Benutzern, deren Name beginnt mit [_1]',     "The text you are searching for must contain at least three characters when using a 'contains' type search."
   => "文字要搜索必须包含至少3个字符时,当使用的是'包含'式的搜索。",
    'Permanent e-mail address'  
 => 'Permanente E-Mail-Adresse',     'You must choose a domain when using an institutional directory search.'
   => '您必须选择一个域,当使用的是研究所目录搜索。',
    'Permanent e-mail'  
 => 'Permanente E-Mail-Adresse',     'You must choose a domain when using a domain search.'
   => '您必须选择一个域,当使用域搜索。',
    'User [_1] in domain [_2]'  
 => 'Benutzer [_1] in Domäne [_2]',     "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.",
    'Result'  
 => 'Ergebnis',     "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.",
    '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 [_1] in [_2]: [_3]'
   => 'Revoking [_1] in [_2]: [_3]',
    "No match found for this username ([_1]) in your institution's directory."  
 => "Kein Treffer im Institutsverzeichnis für den Benutzer [_1].",     'Revoking custom role:'
   => 'Revoking custom role:',
    'Setting'  
 => 'Einstellung',     'Deleting [_1] in [_2]: [_3]'
   => 'Deleting [_1] in [_2]: [_3]',
    'Directory search available?'  
 => 'Verzeichnissuche verfügbar machen?',     'Deleting custom role [_1] by [_2] in [_3]'
   => 'Deleting custom role [_1] by [_2] in [_3]',
    'Back to actions menu'  
 => 'Zurück zur Domänen-Konfiguration', # n.t.     'Add to classlist'
   => 'Add to classlist',
    'Edit action'  
 => 'Aktion',     'Re-enabling [_1] in [_2]: [_3]'
   => 'Re-enabling [_1] in [_2]: [_3]',
    'Effect'  
 => 'Effekt',     'Re-enabling custom role [_1] by [_2] in [_3]: [_4]'
   => 'Re-enabling custom role [_1] by [_2] in [_3]: [_4]',
    'Course / User'  
 => 'Kurs / Benutzer',     'Unknown command'
   => 'Unknown command',
    'deny'  
 => 'verweigern',     '[_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.',
    'allow'  
 => 'zulassen',     '[_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.',
    'Delete this rule'  
 => 'Diese Regel löschen',     'Please [_1]go back[_2] and choose a different section name.'
   => 'Please [_1]go back[_2] and choose a different section name.',
    'Insert rule above'  
 => 'Regel oberhalb einfügen',     'Drop from classlist: [_1]'
   => 'Drop from classlist: [_1]',
    'Insert rule below'  
 => 'Regel unterhalb einfügen',     'Existing Role'
   => 'Existing Role',
    'Move rule down'  
 => 'Regel nach unten verschieben',     'Assigning Role to Self'
   => 'Assigning Role to Self', # ???
    'Move rule up'  
 => 'Regel nach oben verschieben',     'Invalid search.'
   => 'Invalid search.',
    '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 enter a search term.'
   => 'You must enter a search term.',
    'email address'  
 => 'E-Mail-Adresse',     '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.',
    'Updated'  
 => 'Geändert',     '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.',
    'The error occurred on host  [_1]'  
 => 'Der Fehler trat auf dem Host [_1] auf.',     '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].',
    'This error occurred on machine [_1]'  
 => 'Dieser Fehler trat auf Maschine [_1] auf.', # n.t.     'Institutional directory search is not available in domain: [_1]'
   => 'Institutional directory search is not available in domain: [_1]',
    'Clear all Messages in Subdirectory'  
 => 'Alle Nachrichten im Unterverzeichnis entfernen',     '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.',
    'Task information'  
 => 'Information',     '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: ',
    'Automated adds/drops'  
 => 'Automatische Hinzufügungen/Ausschließungen',     'Institutional directory search has not been configured for domain: [_1]'
   => 'Institutional directory search has not been configured for domain: [_1]',
    'Change enrollment dates'  
 => 'Kursbelegungsdaten ändern',     '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 access dates'  
 => 'Zugriffszeiten ändern',     'Institutional directory search in domain: [_1] is not available.'
   => 'Institutional directory search in domain: [_1] is not available.',
    'Notification of changes'  
 => 'Benachrichtigung über Änderungen',     'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"'
   => 'Institutional directory search in domain [_1] is not available for the requested search type: "[_2]"',
    'Change crosslistings'  
 => 'Querverweise ändern',     'You may want to broaden your search to a search of the institutional directory for the domain.'
   => 'You may want to broaden your search to a search of the institutional directory for the domain.',
    'Section settings'  
 => 'Sektions-Einstellungen',     '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.',
    'Student photo settings'  
 => 'Einstellungen studentischer Fotos',     'Pick group first'
   => 'Pick group first',
    'Update roster now'  
 => 'Kursteilnehmerliste jetzt aktualisieren',     'No login name specified'
   => 'No login name specified',
    'Update student photos'  
 => 'Studentische Fotos aktualisieren',     'Invalid login name'
   => 'Invalid login name',
    'View students and change type'  
 => 'Studenten betrachten und Typ ändern',     'Only letters, numbers, periods, dashes, @, and underscores are valid'
   => 'Only letters, numbers, periods, dashes, @, and underscores are valid',
    'Changes to nightly automated enrollments'  
 => 'Die nächtlichen, automatischen Kursbelegungen ändern',     'For this user, the default quota would be [_1] MB.'
   => 'For this user, the default quota would be [_1] MB.',
    'Currently: Nightly adds: [_1], Nightly drops: [_2]'  
 => 'Derzeit: Nächtliche Hinzufügungen: [_1], nächtliche Ausschließungen: [_2]',     "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]).",
    'OFF'  
 => 'AUS',     "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]).",
    'ON'  
 => 'AN',     'in all LON-CAPA domains.'
   => 'in all LON-CAPA domains.',
    'Additions based on classlist changes:'  
 => 'Hinzufügungen aufgrund von Änderungen an der Kursteilnehmerliste:',     'in LON-CAPA domains:'
   => 'in LON-CAPA domains:',
    'Removals based on classlist changes:'  
 => 'Ausschließungen aufgrund von Änderungen an der Kursteilnehmerliste:',     'in LON-CAPA domain '
   => '在LON-CAPA域 ',
    'Enable'  
 => 'Aktivieren ',     'Course settings modifiable by [_1] only.'
   => 'Course settings modifiable by [_1] only.',
    'Disable'  
 => 'Deaktivieren',     'Course Owner'
   => 'Course Owner',
    '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.',     'Username:Domain'
   => '用户名:域',
    'Changes to first and/or last automated enrollment dates'  
 => 'Änderungen von Anfangs- und/oder Endedatum der automatischen Kursbelegung',     'Course Activity'
   => 'Course Activity',
    'Currently: First enrollment: [_1], Last enrollment: [_2]'  
 => 'Derzeit: Start der automatischen Kursbelegung: [_1], Ende der automatischen Kursbelegung: [_2]',     'Course Domain'
   => 'Course Domain',
    'Set date of first automated enrollment for registered students'  
 => 'Setzen des Anfangsdatums der automatischen Kursbelegung für registrierte Studenten',     'Course Institutional Code'
   => 'Course Institutional Code',
    '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 Username"
   => "Course Owner's Username",
    'Set date of last automated enrollment for registered students'  
 => 'Setzen des Endedatums der automatischen Kursbelegung für registrierte Studenten',     "Course Owner's Domain"
   => "Course Owner's Domain",
    'If automated adds and/or drops are enabled, then your class roster will be automatically updated nightly, until the last enrollment date has been reached.'  
 => 'Falls das automatische Hinzufügen und Ausschließen aktiviert ist, wird bis zum Erreichen des Endedatums nächtlich die Kursteilnehmerliste automatisch aktualisiert.',     'Course Type'
   => 'Course Type',
    'Changes to default start and/or end dates for student access'  
 => 'Änderungen an dem voreingestellten Anfangs- und/oder Endedatum für studentischen Zugriff',     'LON-CAPA course ID'
   => 'LON-CAPA course ID',
    'Currently: default first access:'  
 => 'Derzeit: voreingesteller erste Zugriff:',     'None found'
   => 'None found',
    ', default last access:'  
 => ', voreingestellter letzter Zugriff:',     'Course settings which only a [_1] may modify.'
   => 'Course settings which only a [_1] may modify.',
    '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',     "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 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',     'Single user search'
   => 'Single user search',
    'Changes to section settings'  
 => 'Sektionseinstellungen',     'Set enrollment'
   => 'Set enrollment',
    'Currently no sections of'  
 => 'Derzeit ist für keine Sektionen des Kurses',     '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.',
    'are contributing enrollment to the LON-CAPA class roster.'  
 => 'eine Teilnahme an der Kursbelegung eingerichtet.',     '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.',
    'Add enrollment from additional sections.'  
 => 'Kursbelegung für weitere Sektionen hinzufügen',     '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.',
    'Number of new sections to add:'  
 => 'Anzahl hinzuzufügender Sektionen:',     'Getting started guide'
   => 'Getting started guide',
    '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] [_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)
    'if you have chosen to enable a nightly automated enrollment update.'  
 => 'aufgenommen, falls die nächtliche, automatische Kursbelegung aktiviert ist.',     '[_1]Select Date[_2]'
   => '[_1]请选择日期[_2]',
    'Nightly additions based on classlist changes now'  
 => 'Nächtliche Hinzufügungen aufgrund von Kursteilnehmerlisten-Änderungen sind jetzt',     '[_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 still'  
 => 'Nächtliche Hinzufügungen aufgrund von Kursteilnehmerlisten-Änderungen bleiben weiterhin',     '[_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 removals based on classlist changes now'  
 => 'Nächtliche Ausschließungen aufgrund von Kursteilnehmerlisten-Änderungen sind jetzt',     "[_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 still'  
 => 'Nächtliche Ausschließungen aufgrund von Kursteilnehmerlisten-Änderungen bleiben weiterhin',     '[_1]: student, [_2]: TA, [_3]: instructor'
   => '[_1]: 学生, [_2]: 导师, [_3]: 讲师',
    'enabled'  
 => 'aktiviert',     'role:section,role:section,...'
   => 'role:section,role:section,...',
    'disabled'  
 => 'deaktiviert',     '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.',
    'The first date for automated enrollment has been changed'  
 => 'Das Anfangsdatum der automatischen Kursbelegung wurde geändert auf',     'supported types'
   => 'supported types',
    'The last date for automated enrollment has been changed'  
 => 'Das Endedatum 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 first date for automated enrollment has been left unchanged as'  
 => 'Das Anfangsdatum der automatischen Kursbelegung bleibt weiterhin',     '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 last date for automated enrollment has been left unchanged as'  
 => 'Das Endedatum 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.',
    'Currently: Notification:'  
 => 'Derzeit: Benachrichtigung:',     'Calendar Announcement for '
   => 'Calendar Announcement for ',
    '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?',     'Opening'
   => 'Opening',
    'The table below contains a list of Kurs-Koordinators in this course.'  
 => 'Liste der Kurs-Koordinatoren in diesem Kurs',     'Closing'
   => 'Closing',
    'username:domain'  
 => 'Benutzerkennung:Domäne',     'To add a new user:'
   => 'To add a new user:',
    'Course Access'  
 => 'Kurs-Zugriff',     "(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])",
    'Current notification status'  
 => 'Derzeitiger Benachrichtigungsstatus',     "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].",
    'Notification active'  
 => 'Benachrichtigung aktiv',     "Set 'Domain/institution to search' to: [_1]"
   => "Set 'Domain/institution to search' to: [_1]",
    'Notification inactive'  
 => 'Benachrichtigung inaktiv',     "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?'  
 => 'Benachrichtigen?',     'Provide the proposed username'
   => 'Provide the proposed username',
    "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",     'Select a user to add/modify roles'
   => 'Select a user to add/modify roles',
    'Notification of enrollment changes now'  
 => 'Benachtrichtigung über Kursbelegungsänderungen ist jetzt',     "Click 'Search'"
   => "Click 'Search'",
    'Notification of enrollment changes still'  
 => 'Benachtrichtigung über Kursbelegungsänderungen bleibt weiterhin',     'User Search to add/modify roles'
   => 'User Search to add/modify roles',
    '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',  
   # Feedback messages:
    'as a result of the nightly enrollment check:'  
 => 'aufgrund des nächtlichen Kursbelegungsabgleichs:',     'You have entered that answer before'
   => '您已经输入了答案',
    'View/Modify Course Settings'  
 => 'Kurs-Einstellungen betrachten/ändern',     "Computer's answer now shown above."
   => "上面显示的是正确答案。",
    'Course search'  
 => 'Kurs-Suche',     'You are correct.'
   => '正确答案!',
    'View/Modify Courses'  
 => 'Kurse betrachten/ändern',     'You are partially correct.'
   => '部分正确。',
    'Course details'  
 => 'Kursdetails',     'Incorrect'
   => '错误',
    'Detailed course information:'  
 => 'Detailierte Kursinformationen:',     'Your receipt no. is [_1]'
   => '您的证明编号是 [_1]',
    'Default Access Dates for Students'  
 => 'Voreingestellte Zugriffsdaten für Studierende',     'You are excused from the problem.'
   => '你的作业已通过。',
    'Student Counts'  
 => 'Anzahl Studierende',     'Some extra items were submitted.'
   => 'Some extra items were submitted.',
    'Auto-enrollment of[_1]registered students'  
 => 'Automatische Kursbelegung[_1]registrierter Studenten',     'Some items were not submitted.'
   => 'Some items were not submitted.',
    'Details'  
 => 'Details',     'An error occurred while grading your answer.'
   => 'An error occurred while grading your answer.',
    'Not enabled'  
 => 'Nicht aktiviert',     'The submitted answer was too long.'
   => 'The submitted answer was too long.',
    'section:'  
 => 'Sektion:', # n.t.     'This question expects a numeric answer.'
   => 'This question expects a numeric answer.',
    'Previous access'  
 => 'In der Vergangenheit liegender Zugriff',     'You have provided an invalid ranking.'
   => 'You have provided an invalid ranking.',
    'Current access'  
 => 'Aktueller Zugriff',     'Please refer to [_1]'
   => 'Please refer to [_1]',
    'Future access'  
 => 'Zukünftiger Zugriff',     'help on ranking problems'
   => 'help on ranking problems',
    'Back to course listing'  
 => '返回课程目录',     "Submission won't be graded. The type of file submitted is not allowed."
 #=> 'Zurück zur Kursübersicht',  => "Submission won't be graded. The type of file submitted is not allowed.",
   
    'Immediate course roster update'     'Submission not graded. Use fewer digits.'
 => 'Sofortige Aktualisierung der Kursteilnehmerliste',  => 'Submission not graded. Use fewer digits.',
   
    'There were no new students to add to the course.'     'Submission not graded. Use more digits.'
 => 'Es existieren keine Studenten, die neu am Kurs teilnehmen sollen.',  => 'Submission not graded. Use more digits.',
   
    'Back to options page'     'Error in instructor specifed unit. This error has been reported to the instructor.'
 => 'Zurück zum Funktionsauswahlmenü',  => 'Error in instructor specifed unit. This error has been reported to the instructor.',
   
    'View/Modify settings for: '     'Unable to interpret units. Computer reads units as "[_1]".'
 => 'Betrachten/Ändern der Einstellungen für ',  => 'Unable to interpret units. Computer reads units as "[_1]".',
   
    'Modify quota for group portfolio files'     'Incompatible units. No conversion found between "[_1]" and the required units.'
 => 'Ändern des Speicherplatzes für Gruppen-Portfolio-Dateien',  => 'Incompatible units. No conversion found between "[_1]" and the required units.',
   
    'Display current settings for automated enrollment'     'Only a number required. Computer reads units of "[_1]".'
 => 'Anzeige der derzeitigen Einstellungen der automatischen Kursbelegung',  => 'Only a number required. Computer reads units of "[_1]".',
   
    'Modify institutional code, course owner and/or default authentication'     'Proper comma separation is required'
 => 'Ändern des Institutscodes, des Kurs-Eigentümers und/oder der voreingestellten Authentifizierung',  => 'Proper comma separation is required',
   
    'Modify course catalog settings for course'     'Unable to understand formula'
 => 'Ändern der Kursübersicht-Einstellungen für diesen Kurs',  => 'Unable to understand formula',
   
    'Catalog settings'     'Your submission has been recorded.'
 => 'Katalog-Einstellungen',  => 'Your submission has been recorded.',
   
    'Catalog Settings for Course'     'A draft copy has been saved.'
 => 'Katalog-Einstellungen für den Kurs',  => 'A draft copy has been saved.',
   
    'Visibility in Course Catalog'     'Nothing submitted.'
 => 'Sichtbarkeit in der Kursübersicht',  => 'Nothing submitted.',
   
    "Unless excluded, a course is listed in this domain's publicly accessible course catalog, if at least one of the following applies:"     'Unknown message'
 => "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:",  => 'Unknown message',
   
    'Auto-cataloging is enabled and the course is assigned an institutional code'     'Returned file(s): [_1]'
 => 'Automatische Katalogisierung ist aktiviert und dem Kurs wurde ein institutioneller Code zugewiesen',  => 'Returned file(s): [_1]',
   
    'The course has been categorized into at least one of the course categories defined for the domain.'     'Answer Submitted: Your final submission will be graded after the due date.'
 => 'Der Kurs wurde in mindestens eine der Kurskategorien, die für diese Domäne angelegt wurden, eingeordnet.',  => 'Answer Submitted: Your final submission will be graded after the due date.',
   
    'Exclude from course catalog'  # --/
 => 'Kurs aus Kursübersicht ausschließen',  
   
    'Categorize Course'     ' The last submission was after the Due Date '
 => 'Kurs kategorisieren',  => ' The last submission was after the Due Date ',
   
    'No categories defined for this domain'     'Submit a file: (only one file can be uploaded)'
 => 'In dieser Domäne wurden bisher keine Kategorien angelegt.',  => '提交档案: (只允许上传一个文件)',
   
    'Assign one or more categories to this course.'     'OR:'
 => '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).'     'Select Portfolio Files'
 => '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.',  => '选择组合文件',
   
    'Category settings'     'Portfolio files previously selected: [_1]'
 => 'Kategorie-Einstellungen',  => 'Portfolio files previously selected: [_1]',
   
    'Show/Hide a course in the catalog'     "These file(s) don't exist: [_1]"
 => 'Anzeigen/Verbergen von Kursen im Kursüberblick',  => "These file(s) don't exist: [_1]",
   
    'Assign a category to a course'     'Previously published version'
 => 'Einem Kurs eine Kategorie zuweisen',  => 'Previously published version',
   
    'Set in "Modify Course" (Domain)'     'You do not have privileges to modify the authentication configuration for this user.'
 => 'Einstellung in "Kurs einstellen" (Domäne)',  => 'You do not have privileges to modify the authentication configuration for this user.',
   
    'Set in "Modify Parameters" (Course)'     'You do not have privileges to modify the portfolio quota for this user.'
 => 'Einstellung in "Parameter ändern" (Kurs)',  => 'You do not have privileges to modify the portfolio quota for this user.',
   
    'Categories'     'If a change is required, contact a domain coordinator for the domain'
 => 'Kategorien',  => 'If a change is required, contact a domain coordinator for the domain',
   
    'Add category'     'with submissions'
 => 'Kategorie hinzufügen',  => '带答案',
   
    'Add category:'     'in grading queue'
 => 'Kategorie hinzufügen:',  => '在评估队列中',
   
    'Add subcategory:'     'with ungraded submissions'
 => 'Unterkategorie hinzufügen:',  => '未评估的答案',
   
    'New:'     'with incorrect submissions'
 => 'Neu:',  => '错误的答案',
   
    'Choose a course'     'with any status'
 => 'Kurs auswählen',  => '任何状态',
   
    'Pick action'     'Default value or none'
 => 'Aktion auswählen',  => '默认值或无',
   
    'Display settings'     'Floating Point between 1 and 0'
 => 'Einstellungen anzeigen',  => '浮点运算的1和0',
   
    'Course settings that control automated enrollment in this LON-CAPA course are currently:'     'Floating point number between zero and one'
 => 'Derzeitige Einstellungen der automatischen Kursbelegung dieses Kurses:',  => 'Floating point number between zero and one',
   
    'Course setting'     'Positive Floating Point'
 => 'Kurs-Einstellung',  => 'Positive Floating Point',
   
    'Modifiable by DC only'     'Positive floating point number or zero'
 => 'Nur durch Dom.-Koord. änderbar',  => 'Positive floating point number or zero',
   
    'Default authentication parameter'     'Floating Point'
 => 'Voreingestellter Authentifizierungsparamater',  => 'Floating Point',
   
    'Default authentication method'     'Floating point number'
 => 'Voreingestellte Authentifizierungsmetode',  => 'Floating point number',
   
    'Date of last automated enrollment'     'Auto-enrollment settings'
 => 'Endedatum der automatischen Kursbelegung',  => 'Auto-enrollment settings',
   
    'Date of first automated enrollment'     'Configuration setting'
 => 'Anfangsdatum der automatischen Kursbelegung',  => '配置设置',
   
    'Official course code'     'Value(s)'
 => 'Offizieller Kurscode',  => 'Value(s)',
   
    'Username:domain of course owner'     'Auto-enrollment active?'
 => 'Benutzerkennung:Domäne des Kurs-Eigentümers',  => 'Auto-enrollment active?',
   
    'Date of last student access'     'Access to other pages will be prevented until you have moved the message to your inbox.'
 => 'Endedatum des studentischen Zugriffs',  => '只有把该邮件移至收件箱才可以访问其他网页。',
   
    'Date of first student access'     'Access to other pages will be prevented until you have moved all critical messages to your inbox.'
 => 'Anfangsdatum des studentischen Zugriffs',  => '只有把所有的重要邮件移至收件箱才可以访问其他网页。',
   
    'Course section number(:LON-CAPA section)'     'Move to Inbox'
 => 'Kurssektionsnummer(:LON-CAPA-Sektionsnummer)',  => '移至收件箱',
   
    'Show more details'     'Move to Inbox/Compose reply'
 => 'Mehr Details',  => '移至收件箱并回复',
   
    'Public RSS/podcast (subscribe to):'     'Confirm Receipt'
 => 'Öffentliches RSS-Feed/Podcast (Einschreibe-Link):',  => '确认已收到',
   
    'Course Owner:'     'Confirm Receipt and Reply'
 => 'Kurs-Eigentümer:',  => '确认已收到并回复',
   
    'Default Authentication method'     'Displaying Critical Messages'
 => 'Voreingestellte Authentifizierungsmethode',  => '显示重要邮件',
   
    'Modify settings'     'Confirming Receipt'
 => 'Einstellungen speichern',  => '确认已收到',
   
    'Automated Enrollment'     'Confirmed Receipt'
 => 'Automatische Kursbelegung',  => '确认已收到',
   
    'Use the menu on the left to choose an enrollment management task.'     'Communicate'
 => 'Wählen Sie im Menü links die gewünschte Aktion zur automatischen Kursbelegung.',  => '通讯',
   
    'Result of Changes to Automated Enrollment Settings.'     'Replying to a Critical Message'
 => 'Ergebnis der Änderungen an den Einstellungen zur automatischen Kursbelegung',  => '针对重要邮件',
   
    'The following automated enrollment parameters have been changed:'     'Answer Available'
 => 'Die folgenden Parameter der automatischen Kursbelegung wurden geändert:', # n.t.  => '答复可用',
   
    'now set to'     ' to '
 => 'ist jetzt', # n.t.  => ' 到 ', # ???
   
    'still set to'     'Event from [_1] to [_2]'
 => 'bleibt weiterhin', # n.t.  => '活动由 [_1] 至 [_2]',
   
    'The following automated enrollment parameters remain unchanged:'     '[_1]: [_2] from domain [_3]'
 => 'Die folgenden Parameter der automatischen Kursbelegung bleiben unverändert:', # n.t.  => '[_1]: [_2] 从域 [_3]',
   
    'Change settings'     'The following problems occurred:'
 => 'Einstellungen ändern',  => '发生下列问题:',
   
    "Student's agreement needed for listing in student-viewable roster"     'Could not initialize [_1] at this time.'
 => "Studentisches Einverständnis notwendig, um in der von Studenten einsehbaren Kursteilnehmerliste aufgelistet zu werden",  => '目前无法初始化[_1]。',
   
    'Include link to accessible portfolio files'     'Please try again.'
 => 'Link für erreichbare Portfolio-Dateien einbinden',  => '请再试一次。',
   
    'Print header format'     'in this course'
 => 'Kopfbereich beim Druck',  => '在该课程中',
   
    'Substitutions:<br />[_1]: student name, [_2]: course id, [_3]: assignment note. Numbers after the <tt>%</tt> limit the field size.'     'Remove Checked Entries'
 => '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.'     'Modify Student Data'
 => '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'     'First name'
 => '[_1], [_2] (in Grafik konvertieren), [_3] (Tex-nach-HTML) oder leer lassen für studentische Voreinstellung',  => '名字',
   
    'Bridge Task Grading'     'Middle name'
 => 'Bewertung von "Bridge Tasks"',  => '第二个名字',
   
    'Classlist Manager'     'Last name'
 => 'Automatische Kursbelegung', # !?!  => '姓氏',
   
    'Note for students:'     'ID'
 => 'Hinweis für Studenten:',  => 'ID/学号',,
   
    '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.'     'Sending critical message'
 => '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].'     'Replying to'
 => 'Bitte [_1]erneut anmelden[_2].',  => '回复',
   
    'Switching Server ...'     'All messages:'
 => 'Serverwechsel...',  => 'All messages:',
   
    'Already logged in'     'Unread messages:'
 => 'Bereits angemeldet',  => 'Unread messages:',
   
    'Apply style file: '     'Read messages:'
 => 'Styledatei anwenden: ',  => 'Read messages:',
   
    'The problem '     'Replied to messages:'
 => 'Die Aufgabe ',  => 'Replied to messages:',
   
    'Search criteria'     'Forwarded messages:'
 => 'Suchkriterien',  => 'Forwarded messages:',
   
    'begins with'     'showing messages [_1] through [_2] of [_3].'
 => 'beginnt mit',  => '显示消息[_1]通过[_2]的[_3] 。',
   
    'in selected LON-CAPA domain'     'Broadcast Message'
 => 'in ausgewählter LON-CAPA-Domäne',  => '广播消息',
   
    'in institutional directory for selected domain'     'randomly pick [quant,_1,resource]'
 => 'im Institutsverzeichnis der ausgewählten Domäne',  => 'randomly pick [quant,_1,resource]', # => '随机挑选 [quant,_1,resource,resource]',
   
    'No exact match found for the username ([_1]) in LON-CAPA domain: [_2]'     'contents hidden'
 => 'Kein exakter Treffer für den Benutzer "[_1]" in der LON-CAPA-Domäne [_2]', # n.t.  => '隐藏的内容',
   
    'Creating new account.'     'URLs hidden'
 => 'Erzeuge neuen Benutzeraccount...',  => '隐藏 URLs',
   
    'Report a documentation bug'     'random order'
 => 'Fehler in der Dokumentation melden (Englisch)',  => '随机顺序',
   
    'You must specify a valid username. Only the following are allowed: letters numbers - . @'     'Resources in course with 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:'     'Version changes since Yesterday'
 => 'Folgendes muss korrigiert werden, bevor die Suche gestartet werden kann:',  => '从昨天起版本的变化',
   
    'You must include some text to search for.'     'Resources in course with 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."     'Version changes since last Week'
 => "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."     'Resources in course with 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.'     'Version changes since last Month'
 => 'Bei der Suche im Institutsverzeichnis muss eine Domäne ausgewählt sein.',  => '从上个月起版本的变化',
   
    'You must choose a domain when using a domain search.'     'Resources in course with version changes seit 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."     'Version changes since start of Course'
 => "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 yesterday'
 => "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 week'
 => 'Entziehe Rolle [_1] für [_2]: [_3]',  => '从上周起版本没有变化',
   
    'Revoking custom role:'     'No version changes since last month'
 => 'Entziehe benutzerdefinierte Rolle:',  => '从上个月起版本没有变化',
   
    'Deleting [_1] in [_2]: [_3]'     'No version changes since start of course'
 => 'Entferne Rolle [_1] für [_2]: [_3]',  => '从课程开始起版本没有变化',
   
    'Deleting custom role [_1] by [_2]:[_3] in [_4]'     'version changes since yesterday'
 => 'Entferne benutzerdefinierte Rolle [_1] von [_2]:[_3] für [_4]',  => '从昨天起版本的变化',
   
    'Add to classlist'     'version changes since last week'
 => 'Hinzufügen zur Kursteilnehmerliste',  => '从上周起版本的变化',
   
    'Re-enabling [_1] in [_2]: [_3]'     'version changes since last month'
 => 'Reaktivierung der Rolle [_1] für [_2]: [_3]',  => '从上个月起版本的变化',
   
    'Re-enabling custom role [_1] by [_2]@[_3] in [_4] : [_5]'     'version changes since start of course'
 => 'Reaktivierung der benutzerdefinierten Rolle [_1] von [_2]@[_3] für [_4] : [_5]',  => '从课程开始起版本的变化',
   
    'Unknown command'     'Roles for which access to course has expired since yesterday'
 => '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 week'
 => '[_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 last month'
 => '[_1] ist nicht als Sektionsname zulässig, da er bereits als Name einer bestehenden Kursgruppe verwendet wird.',  => '从上个月起该课程过期的角色',
   
    'Please <a href="javascript:history.go(-1)">go back</a> and choose a different section name.'     'Roles for which access to course has expired since start of course'
 => 'Bitte gehen Sie <a href="javascript:history.go(-1)">zurück</a> und wählen Sie einen anderen Sektionsnamen.',  => '从课程开始起过期的角色',
   
    'Drop from classlist: [_1]'     'There are no roles which expired since yesterday'
 => 'Aus Kursteilnehmerliste ausschließen: [_1]',  => '没有角色从昨天起过期了',
   
    'Existing Role'     'There are no roles which expired since last week'
 => 'Bestehende Rolle',  => '没有角色从上周起过期了',
   
    'Exisiting Roles'     'There are no roles which expired since last month'
 => 'Bestehende Rollen',  => '没有角色从上个月起过期了',
   
    'Assigning Role to Self'     'There are no roles which expired since start of course'
 => 'Assigning Role to Self', # ???  => '没有角色从课程开始起过期了',
   
    'Invalid search.'     'roles which expired since yesterday'
 => 'Ungültige Suche.',  => '从昨天起该课程过期的角色',
   
    'You must enter a search term.'     'roles which expired since last week'
 => 'Sie müssen einen Suchbegriff eingeben.',  => '从上周起该课程过期的角色',
   
    'You must specify a valid domain when searching in a domain or institutional directory.'     'roles which expired since last month'
 => '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 which expired since start of course'
 => '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 yesterday'
 => '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 week'
 => '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 last month'
 => '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: '     'Roles for which access to course has become available since start of course'
 => '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 yesterday'
 => '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 week'
 => '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 last month'
 => '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]"'     'There are no roles which have become active since start of course'
 => '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 yesterday'
 => '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 week'
 => '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 last month'
 => 'Erst Gruppe auswählen',  => '从上个月起分配给该课程的角色',
   
    'No login name specified'     'roles which have become active since start of course'
 => 'Kein Loginname angegeben',  => '从课程开始起分配给该课程的角色',
   
    'Invalid login name'     'Show all posts'
 => 'Ungültiger Loginname',  => '查看所有帖子',
   
    'Only letters, numbers, periods, dashes, @, and underscores are valid'     'to display'
 => 'Es sind nur erlaubt: Buchstaben, Ziffern, ".", "@", ,"-", "_"',  => '显示', # ???
   
    'For this user, the default quota would be [_1] Mb.'     'posts previously marked read'
 => '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])."     'previously viewed posts'
 => "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.'     '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])."     'Preferences on what is marked as NEW'
 => "Für diesen Benutzer beträgt der voreingestellte Speicherplatz [_1] MB, beschränkt durch die institutionelle Angliederung ([_2]).",  => '偏好,什么将被标记为新',
   
    'in all LON-CAPA domains.'     'Mark NEW posts no longer new'
 => 'in allen LON-CAPA-Domänen.',  => '随着新的帖子将不再标记为新',
   
    'in LON-CAPA domains:'     'Sorting/Filtering options'
 => 'in den LON-CAPA-Domänen:',  => '排序/过滤选项',
   
    'in LON-CAPA domain '     'Export'
 => 'in LON-CAPA-Domäne ',  => '导出',
   
    'Course settings modifiable by [_1] only.'     'Attachments'
 => 'Kurs-Einstellungen, die nur durch einen [_1] änderbar sind',  => '附件',
   
    'Course Owner'     'Download the zip file from [_1]Discussion Posting Archive'
 => 'Kurs-Eigentümer',  => '下载zip档案由[_1]讨论发布档案',
   
    'Username:Domain'     'The following errors occurred during export - [_1]'
 => 'Benutzerkennung:Domäne',  => 'The following errors occurred during export - [_1]',
   
    'Course Activity'     '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.'
 => 'Letzte Kursaktivität',  => '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 Domain'     'Unfortunately you will not be able to retrieve an IMS archive of this posts at this time, because there was a problem creating a manifest file.'
 => 'Kurs-Domäne',  => '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 Institutional Code'     'Make Visible'
 => 'Kurs-Instituts-Code',  => '显示',
   
    "Course Owner's Username"     'Mark unread'
 => "Benutzerkennung des Kurs-Eigentümers",  => 'Mark unread',
   
    "Course Owner's Domain"     'Mark read'
 => "Domäne des Kurs-Eigentümers",  => 'Mark read',
   
    'Course Type'     'This post has been edited by the author.'
 => 'Kurstyp',  => 'This post has been edited by the author.',
   
    'LON-CAPA course ID'     'Display all versions'
 => 'LON-CAPA-Kurs-ID',  => 'Display all versions',
   
    'None found'     'Earlier version(s) were posted on: '
 => 'Keine Treffer',  => 'Earlier version(s) were posted on: ',
   
    'Course settings which only a [_1] may modify.'     'You do not have privileges to view all versions of posts.'
 => 'Kurs-Einstellungen, die nur ein [_1] ändern kann.',  => 'You do not have privileges to view all versions of posts.',
   
    "Click a 'Select' button to view or modify settings for a [_1] which may only be modified by a [_2] in this domain."     'Please select a different role.'
 => "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.",  => 'Please select a different role.',
   
    'Single user search'     'Error copying file attachment - [_1] to IMS package'
 => 'Suche einzelner Student',  => 'Error copying file attachment - [_1] to IMS package',
   
    'Set enrollment'     'Error copying file attachment - [_1] to IMS package: '
 => 'Kursbelegung einstellen',  => 'Error copying file attachment - [_1] to IMS package: ',
   
    'Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.'     'Re: '
 => 'Bitte schauen Sie zunächst in die "Login-Hilfe" und in die "Kurzeinleitung für Studierende", falls Sie sich nicht anmelden können.',  => 'Re: ',
   
    'Please review the information in "Log-in help" if you are unable to log-in.'     'Please select a feedback type.'
 => 'Bitte schauen Sie zunächst in die "Login-Hilfe", falls Sie sich nicht anmelden können.',  => 'Please select a feedback type.',
   
    'If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.'     'Sorry, no feedback possible on this resource ...'
 => '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.',  => 'Sorry, no feedback possible on this resource ...',
   
    'Getting started guide'     'Error sending message to [_1], no user specified.'
 => 'Kurzeinleitung für Studierende',  => 'Error sending message to [_1], no user 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 [_1], no domain specified.'
 => '[_2]. [_1] [_3], [_4]:[_5]:[_6] ', # "dd. mm yyyy, hh:mi:ss"  => 'Error sending message to [_1], no domain specified.',
   
    '[_1]Select Date[_2]'     'Error sending message to'
 => '[_1]Datum auswählen[_2]',  => 'Error sending message to',
   
    '[_1]: students can view all sections. [_2]: students can only view their own section. blank or [_3] prevents student view.'     'Not registered'
 => '[_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).'     'Editing not permitted'
 => '[_1], um Notwendigkeit des studentischen Einverständnisses zu aktivieren.',  => '不允许编辑',
   
    '[_1] for link to each a listing of each student\'s files.'     'Marked postings read/unread'
 => '[_1] zum Einbinden von Links zu jeder Liste mit den Dateien eines jeden Studenten.',  => '标记贴子为已读/未读',
   
    '[_1]: student, [_2]: TA, [_3]: instructor'     'Changed sort/filter'
 => '[_1]: Student, [_2]: Tutor, [_3]: Dozent',  => '改变排序/过滤器',
   
    'role:section,role:section,...'     'Changed display status'
 => '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.'     'Deletion not permitted'
 => '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'     'Changed discussion status'
 => '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.'     'Added to my course blog'
 => '[_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.'     'Back 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.'     'Go to previous page'
 => '[_1]: erlauben (voreingestellt). [_2]: nur eigene Sektion.',  => '返回前一页',
   
    'Calendar Announcement for '     'Return to previous page'
 => 'Kalender-Ankündigung für den Kurs ',  => '返回前一页',
   
    'Opening'     'Untitled resource'
 => 'Start',  => '资源没有标题',
   
    'Closing'     'Discussion display options'
 => 'Ende',  => '讨论显示选项',
   
    'To add a new user:'     'Preferences can be set for this discussion that determine ....'
 => 'Um einen neuen Benutzer hinzuzufügen...:',  => '这个讨论可以设置使用偏好',
   
    "(You can only create new users in your current role's domain - [_1])"     'Which posts are displayed when you display this discussion board or resource, 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]."     'Under what circumstances posts are identified as "NEW", and'
 => "Sie sind nicht berechtigt, neue Benutzer in der Domäne Ihrer derzeitigen Benutzerrolle anzulegen - [_1].",  => '在什么情况下讨论被确定为“新”',
   
    "Set 'Domain/institution to search' to: [_1]"     'Whether individual posts can be marked as read/unread'
 => "Setzen Sie die Domäne, in der gesucht werden soll, auf [_1]",  => '个别帖子是否可以被标记为已读/未读',
   
    "Set 'Search criteria' to: [_1]username is ..... in selected LON-CAPA domain[_2]"     'Posts not marked read'
 => "Setzen Sie 'Suchkriterien' auf [_1]Benutzerkennung ist ..... in ausgewählter LON-CAPA-Domäne[_2]",  => '讨论没有标记为已读',
   
    'Provide the proposed username'     'New posts cease to be identified as "NEW"?'
 => 'Geben Sie die gewünschte Benutzerkennung ein',  => '新的讨论不再被标识为“新”?',
   
    'Select a user to add/modify roles'     'Option to mark each post as read/unread?'
 => 'Wählen Sie einen Benutzer, für den Sie Rollen oder Berechtigungen ändern bzw. hinzufügen möchten',  => '选择帖子标记为已读/未读?',
   
    "Click 'Search'"     'Shown'
 => "Klicken Sie auf 'Suchen'",  => '显示',
 #=> "Klicken Sie auf 'Suchen'",  
      'Not shown'
   => '不显示',
    'User Search to add/modify roles'  
 => 'Benutzersuche zum Hinzufügen/Ändern von Rollen oder Berechtigungen',     'Discussion options'
   => '论坛选项',
   
 # Feedback messages:     '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.',
    'You have entered that answer before'  
 => 'Sie hatten diese Antwort bereits eingegeben',     'Sort order'
   => '排序顺序',
    "Computer's answer now shown above."  
 => "Die als richtig hinterlegte Antwort wird oben angezeigt.",     'Date order - oldest first'
   => '按日期顺序 - 最老的优先',
    'You are correct.'  
 => 'Korrekt!',     'Date order - newest first'
   => '按日期顺序 - 最新的优先',
    'You are partially correct.'  
 => 'Teilweise korrekt.',     'Threaded'
   => '按帖子', # ???
    'Incorrect'  
 => 'Inkorrekt',     'By subject'
   => '按主题',
    'Your receipt is [_1]'  
 => 'Ihr Nachweis ist [_1]',     'By domain and username'
   => '按域名和用户名',
    'You are excused from the problem.'  
 => 'Die Aufgabe ist Ihnen erlassen worden.',     'By last name, first name'
   => '按姓氏,名字',
    'Some extra items were submitted.'  
 => 'Es wurden zuviele Antwortelemente angegeben.',     'Specific role status'
   => '具体角色的状态',
    'Some items were not submitted.'  
 => 'Die Fragen wurden nicht vollständig beantwortet.',     'Roles of any status'
   => '任意的角色',
    'An error occurred while grading your answer.'  
 => 'Während der Bewertung Ihrer Antwort ist ein Fehler aufgetreten.',     'Only active roles'
   => '只有现在的角色',
    'The submitted answer was too long.'  
 => 'Ihre Antwort ist zu lang.',     'Only past roles'
   => '只有过去的角色',
    'This question expects a numeric answer.'  
 => 'Eine numerische Antwort ist gefragt.',     'Only future roles'
   => '只有未来的角色',
    'You have provided an invalid ranking.'  
 => 'Die eingebene Rangordnung ist ungültig.',     'Specific user roles'
   => '特定的用户角色',
    'Please refer to [_1]'  
 => 'Hilfe erhalten Sie unter [_1]',     'All roles'
   => '所有角色',
    'help on ranking problems'  
 => 'Hilfe zu Rangordnungs-Aufgaben',     'Students'
   => '学生',
    'Submission won\'t be graded. The type of file submitted is not allowed.'  
 => 'Ihre Antwort wurde nicht gewertet. Der Dateityp ist nicht erlaubt.',     'Course Coordinators'
   => '课程协调员',
    'Submission not graded. Use fewer digits.'  
 => 'Ihre Antwort wurde nicht gewertet. Verwenden Sie weniger Dezimalstellen.',     'Instructors'
   => '讲师',
    'Submission not graded. Use more digits.'  
 => 'Ihre Antwort wurde nicht gewertet. Verwenden Sie mehr Dezimalstellen.',     'TAs'
   => '辅导员',
    '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.',     'Exam proctors'
   => '监考老师',
    'Unable to interpret units. Computer reads units as "[_1]".'  
 => 'Einheiten können nicht ausgewertet werden. Computer versteht Einheiten als "[_1]".',     'Custom role'
   => '自定义角色',
    'Incompatible units. No conversion found between "[_1]" and the required units.'  
 => 'Inkompatible Einheiten. Keine Umrechnungsmöglichkeit zwischen "[_1]" und der benötigten Einheit gefunden.',     'Custom roles'
   => '自定义角色',
    '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 sections'
   => '具体章节',
    'Proper comma separation is required'  
 => 'Eine ordentliche Trennung durch Kommata ist erforderlich.',     'Specific groups'
   => '特定组',
    'Unable to understand formula'  
 => 'Der eingegebene Ausdruck kann nicht ausgewertet werden',     'Pick specific users (by name)'
   => '选择特定的用户 (姓)',
    'Your submission has been recorded.'  
 => 'Ihre Antwort wurde gespeichert.',     'Show a list of current posters'
   => 'Show a list of current posters',
    'A draft copy has been saved.'  
 => 'Ihr Entwurf wurde gespeichert.',     'So far, no data has been returned for your request'
   => '到现在为止,您的查询没有返回任何数据。',
    'Nothing submitted.'  
 => 'Es wurde nichts eingereicht.',     'Select a user'
   => '选择一个用户',
    'Unknown message'  
 => 'Unbekannte Meldung',     '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.',
    'Returned file(s): [_1]'  
 => 'Zurückgelieferte Datei(en): [_1]',     'photo'
   => '图片',
    'Answer Submitted: Your final submission will be graded after the due date.'  
 => 'Antwort eingereicht. Die Daten werden nach dem Fälligkeitsdatum ausgewertet.',     'Critical Message'
   => '重要邮件',
 # --/  
      'Display a Message'
   => '显示邮件',
    ' The last submission was after the Due Date '  
 => ' Die letzte Einreichung erfolgte nach dem Fälligkeitsdatum ',     'Back to Folder Display'
   => '返回文件夹列表',
    'Submit a file: (only one file can be uploaded)'  
 => 'Datei einreichen: (Es kann nur eine Datei hochgeladen werden)',     'Currently available actions (will open extra window):'
   => '目前可采取的行动 (在新窗口中打开):',
    'OR:'  
 => 'ODER:',     'There are no unread messages in this folder.'
   => '在此文件夹中没有未阅读邮件。',
    'Select Portfolio Files'  
 => 'Auswahl Portfolio-Dateien',     'There are no read messages in this folder'
   => '在此文件夹中没有已阅读邮件。',
    'Portfolio files previously selected: [_1]'  
 => 'Zuvor ausgewählte Portfolio-Dateien: [_1]',     'There are no forwarded messages in this folder.'
   => '在此文件夹中没有转发的邮件。',
    "These file(s) don't exist: [_1]"  
 => "Diese Datei(en) existieren nicht: [_1]",     'You have not replied to any messages in this folder.'
   => '在此文件夹中您没有需要回答的邮件。',
    'Previously published version'  
 => 'Zuvor veröffentlichte Version',     'There are no messages in this folder.'
   => '空文件夹', # Empty Folder
    '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.',     'Cc:'
   => '抄送:',
    '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',     'Bcc'
   => '密送',
    'with submissions'  
 => 'mit Antworten',     'Retrieve discussion and message records'
   => '检索讨论和信息记录',
    'in grading queue'  
 => 'in Bewertungs-Warteschlange',     'New Record (record is visible to course faculty and staff)'
   => '新记录 (只有课程管理者和工作人员可见):',
    'with ungraded submissions'  
 => 'mit unbewerteten Antworten',     'Post this Record'
   => '保存',
    'with incorrect submissions'  
 => 'mit inkorrekten Antworten',     'Revise your search criteria for this domain'
   => 'Revise your search criteria for this domain',
    'with any status'  
 => 'mit beliebigem Status',     'Metadata Modified'
   => 'Metadata Modified',
    'Default value or none'  
 => 'Voreingestellt oder nichts',     '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.',
    'Floating Point between 1 and 0'  
 => 'Gleitkommazahl zwischen 0 und 1',     '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 number between zero and one'  
 => 'Gleitkommazahl zwischen Null und Eins',     "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.",
    'Positive Floating Point'  
 => 'Positive Gleitkommazahl',     'Directory'
   => '目录',
    'Positive floating point number or zero'  
 => 'Positive Gleitkommazahl oder Null',     'Only empty directories may be deleted.'
   => '只有空的目录可以被删除。',
    'Floating Point'  
 => 'Gleitkommazahl',     'You must delete the contents of the directory first.'
   => '您必须首先删除目录中的内容。',
    'Floating point number'  
 => 'Gleitkommazahl',     'Cannot delete non-obsolete published file'
   => 'Cannot delete non-obsolete published file',
    'Auto-enrollment settings'  
 => 'Einstellungen für automatische Kursbelegungen',     'Must not include'
   => 'Must not include',
    'Configuration setting'  
 => 'Konfigurations-Einstellung', # n.t.     'Name of new file is the same as name of old file'
   => 'Name of new file is the same as name of old file',
    'Value(s)'  
 => 'Wert(e)', # n.t.     'no action taken'
   => 'no action taken',
    'Auto-enrollment active?'  
 => 'Automatische Kursbelegung aktivieren?',     'copy metadata error'
   => 'copy metadata error',
    '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.',     'No New filename specified'
   => 'No New filename specified',
    '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 problem of this name exists.'
   => 'Warning: a published problem of this name exists.',
    'Move to Inbox'  
 => 'In Posteingang verschieben',     'Warning: a published library of this name exists.'
   => 'Warning: a published library of this name exists.',
    'Move to Inbox/Compose reply'  
 => 'In Posteingang verschieben und antworten',     '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.',
    'Confirm Receipt'  
 => 'Empfang bestätigen',     'Cannot change MIME type of a directory'
   => 'Cannot change MIME type of a directory',
    'Confirm Receipt and Reply'  
 => 'Empfang bestätigen und antworten',     'Cannot rename or move non-obsolete published file'
   => 'Cannot rename or move non-obsolete published file',
    'Displaying Critical Messages'  
 => 'Anzeige wichtiger Nachrichten',     'Change discussion display'
   => 'Change discussion display',
    'Confirming Receipt'  
 => 'Empfang bestätigen',     'Choose whether or not to display a count of the number of new posts for each resource or discussion board which has unread posts.'
   => 'Choose whether or not to display a count of the number of new posts for each resource or discussion board which has unread posts.',
    'Confirmed Receipt'  
 => 'Empfang bestätigt',     "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.",
    'Communicate'  
 => '通讯',     'Currently set to [_1].'
 #=> 'Kommunikation',  => '当前设置为 [_1].',
   
    'Replying to a Critical Message'     'Change to [_1]'
 => 'Antwort auf wichtige Nachricht',  => '改变为 [_1]',
   
    'Answer Available'     'No change'
 => 'Antwort verfügbar',  => '无变化',
   
    ' to '     'Count unread posts in discussions display set to [_1]'
 => ' bis ', # ???  => '未读讨论计数显示设置为 [_1]',
   
    'Event from [_1] to [_2]'     'Groups Manager'
 => 'Veranstaltung von [_1] bis [_2]',  => '组管理',
   
    '[_1]: [_2] from domain [_3]'     'Group access start and end dates'
 => '[_1]: Aus der Domäne [_3] [_2]',  => '组访问开始和结束日期',
   
    'The following problems occurred:'     'None available'
 => 'Die folgenden Probleme traten auf:',  => '无可用',
   
    'Could not initialize [_1] at this time.'     'There are no active, future or previous group members to modify.'
 => 'Initialisierung von [_1] war nicht möglich.',  => 'There are no active, future or previous group members to modify.',
   
    'Please try again.'     'Members to delete or expire'
 => 'Bitte versuchen Sie es noch einmal.',  => '成员身份到期或将被删除',
   
    'Please try again'     'To be deleted'
 => 'Bitte versuchen Sie es noch einmal',  => '将删除的',
   
    'Enrolling [_1] : [_2]'     'To be expired'
 => '[_1]:[_2] wird in den Kurs aufgenommen',  => '期满',
   
    'in this course'     'No members to be deleted or expired from the group.'
 => 'in diesem Kurs',  => 'No members to be deleted or expired from the group.',
   
    'Remove Checked Entries'     'Files: [_1]'
 => 'Ausgewählte Einträge entfernen',  => '文件: [_1]',
   
    'Modify Student Data'     'Folders: [_1]'
 => 'Studentische Daten ändern',  => '文件夹: [_1]',
   
    'First name'     'Choose Task'
 => 'Vorname',  => '选择行动',
   
    'Middle name'     'Modify default group settings'
 => 'Zweiter Vorname',  => '修改默认组设置',
   
    'Last name'     'Modify access, tools and/or privileges for previous, future, or current members'
 => 'Nachname',  => '修改组成员访问,工具和权限',
   
    'ID'     'Add member(s) to the group'
 => 'ID/Matrikelnummer',  => '添加组成员',
   
    'Sending critical message'     'Group Settings'
 => 'Sende wichtige Nachricht an',  => '组设定',
   
    'Replying to'     'Modify/Delete Members'
 => 'Antwort an',  => '修改/删除会员',
   
    '<b>[_1] messages</b>: showing messages [_2] through [_3] of [_4].'     'Current Tool Set'
 => '<b>Nachrichten ([_1])</b>: Anzeige der Nachrichten [_2] bis [_3] von insgesamt [_4]',  => '目前的工具集',
   
    'Broadcast Message'     'Change Privileges'
 => 'Broadcast-Nachricht',  => '更改权限',
   
    'contents hidden'     'Membership Mapping'
 => 'Inhalte verborgen',  => '会员推荐',
   
    'Resources in course with version changes since yesterday'     'Group name, title and available collaborative tools'
 => 'Ressourcen im Kurs mit Versionsänderungen seit gestern',  => '组名称,所有权和使用协作工具',
   
    'Version changes since Yesterday'     'Letters, numbers and underscore only'
 => 'Versionsänderungen seit gestern',  => '只有字母,数字和下划线',
   
    'Resources in course with version changes since last week'     'Discussion boards'
 => 'Ressourcen im Kurs mit Versionsänderungen seit letzter Woche',  => '论坛',
   
    'Version changes since last Week'     'E-mail'
 => 'Versionsänderungen seit letzter Woche',  => 'E-mail',
   
    'Resources in course with version changes since last month'     'File Repository'
 => 'Ressourcen im Kurs mit Versionsänderungen seit letztem Monat',  => '档案库',
   
    'Version changes since last Month'     'Group home page'
 => 'Versionsänderungen seit letztem Monat',  => '组首页',
   
    'Resources in course with version changes seit start of course'     'Membership Roster'
 => 'Ressourcen im Kurs mit Versionsänderungen seit Kursbeginn',  => '会员名册',
   
    'Version changes since start of Course'     'Granularity:'
 => 'Versionsänderungen seit Kursbeginn',  => '細微性:',
   
    'No version changes since yesterday'     'Different subsets of the chosen collaborative tools for different group members?'
 => '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'     'Disk quota'
 => 'Keine Versionsänderungen seit letztem Monat',  => '磁盘配额',
   
    'No version changes since start of course'     'If you enable the group portfolio for the group, allocate a disk quota.'
 => 'Keine Versionsänderungen seit Kursbeginn',  => 'If you enable the group portfolio for the group, allocate a disk quota.', # '如果您对组启用了文件存放,请分配磁盘配额:',
   
    'version changes since yesterday'     '[_1] MB'
 => 'Versionsänderungen seit gestern',  => '[_1] MB',
   
    'version changes since last week'     'A total of [_1] MB can be divided amongst all groups in the course, and [_2] MB are currently unallocated.'
 => 'Versionsänderungen seit letzter Woche',  => '该课的所有组共有 [_1] MB 可分,[_2] MB 目前未被分配。',
   
    'version changes since last month'     'Default start and end dates for group access'
 => 'Versionsänderungen seit letztem Monat',  => '默认情况下组访问的开始和结束日期',
   
    'version changes since start of course'     'Start:'
 => 'Versionsänderungen seit Kursbeginn',  => '开始:',
   
    'Roles for which access to course has expired since yesterday'     'End:'
 => 'Seit gestern in diesem Kurs abgelaufene Rollen',  => '结束:',
   
    'Roles for which access to course has expired since last week'     'Error: invalid course domain or number - group folder creation failed.'
 => 'Seit letzter Woche in diesem Kurs abgelaufene Rollen',  => '错误:无效的课程或域号码。建立了组列表失败。',
   
    'Roles for which access to course has expired since last month'     'Course Groups'
 => 'Seit letztem Monat in diesem Kurs abgelaufene Rollen',  => '课程组',
   
    'Roles for which access to course has expired since start of course'     'Non-standard course - folder for all groups not added.'
 => 'Seit Beginn des Kurses in diesem Kurs abgelaufene Rollen',  => '非标准课程 - 所有组的文件夹不会增加。',
   
    'There are no roles which expired since yesterday'     'Build a list of users for selection of group members'
 => 'Keine Rollen, die in diesem Kurs seit gestern abgelaufen sind',  => '从组成员里选择来建立一个用户列表',
   
    'There are no roles which expired since last week'     'Group membership selection list criteria:'
 => 'Keine Rollen, die in diesem Kurs seit letzter Woche abgelaufen sind',  => '组成员名单选择标准:',
   
    'There are no roles which expired since last month'     'Pick the criteria to use to build a list of course users from which you will select '
 => 'Keine Rollen, die in diesem Kurs seit letztem Monat abgelaufen sind',  => '选择的标准的使用来建立一个名单,您将选择',
   
    'There are no roles which expired since start of course'     'members of the new group.'
 => 'Keine Rollen, die in diesem Kurs seit Kursbeginn abgelaufen sind',  => '新的组成员。',
   
    'roles which expired since yesterday'     'If you do not wish to add members when you first create the group, there is no need to pick any criteria.'
 => 'seit gestern in diesem Kurs abgelaufene Rollen',  => '如果您创建的组不想立即要添加成员,就没有必要选择任何标准。',
   
    'roles which expired since last week'     '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 letzter Woche in diesem Kurs abgelaufene Rollen',  => '随后的步骤将自动添加/删除组成员,也可以让您指定所引发指定用户角色和第的过程中。这是通过指定的用户角色和在课程中章节<i>变化</i>被触发的。',
   
    'roles which expired since last month'     'Access types'
 => 'seit letztem Monat in diesem Kurs abgelaufene Rollen',  => '访问类型',
   
    'roles which expired since start of course'     'Currently has access'
 => 'seit Beginn des Kurses in diesem Kurs abgelaufene Rollen',  => '目前已获得',
   
    'Roles for which access to course has become available since yesterday'     'Will have future access'
 => 'Seit gestern diesem Kurs zugeteilte Rollen',  => '今后将有机会',
   
    'Roles for which access to course has become available since last week'     'Previously had access'
 => 'Seit letzter Woche diesem Kurs zugeteilte Rollen',  => '曾获得',
   
    'Roles for which access to course has become available since last month'     'Course roles'
 => 'Seit letztem Monat diesem Kurs zugeteilte Rollen',  => '课程角色',
   
    'Roles for which access to course has become available since start of course'     'Course sections'
 => 'Seit Beginn des Kurses diesem Kurs zugeteilte Rollen',  => '课程章节',
   
    'There are no roles which have become active since yesterday'     'all sections'
 => 'Keine Rollen, die seit gestern diesem Kurs zugeteilt sind',  => '所有章节',
   
    'There are no roles which have become active since last week'     'no section'
 => 'Keine Rollen, die seit letzter Woche diesem Kurs zugeteilt sind',  => '无章节',
   
    'There are no roles which have become active since last month'     'Go to next step'
 => 'Keine Rollen, die seit letztem Monat diesem Kurs zugeteilt sind',  => '下一步',
   
    'There are no roles which have become active since start of course'     'Invalid group name'
 => 'Keine Rollen, die seit Kursbeginn diesem Kurs zugeteilt sind',  => '无效的组名称',
   
    'roles which have become active since yesterday'     'The group name entered '
 => 'seit gestern diesem Kurs zugeteilte Rollen',  => '输入的组名称 ',
   
    'roles which have become active since last week'     'is not a valid name.'
 => 'seit letzter Woche diesem Kurs zugeteilte Rollen',  => '不是一个有效的名称。',
   
    'roles which have become active since last month'     'can not be used as it is the name of '
 => 'seit letztem Monat diesem Kurs zugeteilte Rollen',  => '不能使用,因为它的名字是 ',
   
    'roles which have become active since start of course'     'an existing [_1]'
 => 'seit Beginn des Kurses diesem Kurs zugeteilte Rollen',  => '现有的 [_1]',
   
    'Show all posts'     ' in this Course'
 => 'Alle Beiträge anzeigen',  => ' 在该课程里',
   
    'to display'     'Group names and section names used in a Course must be unique.'
 => 'to display', # ???  => '组名称和章节名称在课程中必须是独一无二的。',
   
    'posts previously marked read'     'Group names may only contain letters, numbers or underscores.'
 => 'Beiträge, die zuvor als gelesen gekennzeichnet wurden',  => '组名称只能包含字母,数字或下划线。',
   
    'previously viewed posts'     'Go to previous step'
 => 'Beiträge, die zuvor angezeigt wurden',  => '返回',
   
    'NEW'     'Select Members'
 => 'NEU',  => '选择成员',
   
    'Preferences on what is marked as NEW'     'Your group selections - '
 => 'Präferenzen, was als NEU markiert werden soll',  => '您的组选择 - ',
   
    'Mark NEW posts no longer new'     'The following settings will apply to the group:'
 => 'Mit NEU gekennzeichnete Nachrichten nicht länger als neu markieren',  => '下面的设置将适用于本组:',
   
    'Sorting/Filtering options'     'Granularity'
 => 'Sortierungs-/Filter-Optionen',  => '細微性',
   
    'Export'     'File quota'
 => 'Exportieren',  => '文件共享',
   
    'Attachments'     'Default access dates'
 => 'Anhänge',  => '默认访问日期',
   
    'Download the zip file from [_1]Discussion Posting Archive'     'Different collaborative tools[_1]for different members:'
 => 'Download ZIP-Datei vom [_1]Diskussionsbeitrags-Archiv',  => '不同的协作工具[_1]对不同的成员组成:',
   
    '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.'     'Start 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'     'End date:'
 => '显示',  => '结束日期:',
 #=> 'Anzeigen',  
      'Available for assignment to members:'
    'Reply'  => '可供成员访问:',
 => 'Antwort',  
      'Unavailable for assignment:'
    'Mark unread'  => '没有可能访问:',
 => 'Als ungelesen kennzeichnen',  
      'User privileges for collaborative tools'
    'Mark read'  => '协作工具的用户权限',
 => 'Als gelesen 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.'
    'This post has been edited by the author.'  => '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.',
 => 'Dieser Beitrag wurde vom Autor überarbeitet.',  
      'For some tools there are also additional optional privileges which can be set.'
    'Display all versions'  => 'For some tools there are also additional optional privileges which can be set.',
 => 'Alle Versionen anzeigen',  
      'Choose one of the following:'
    'Earlier version(s) were posted on: '  => 'Choose one of the following:',
 => 'Frühere Versionen wurden gesendet am: ',  
      'For the collaborative tools you have chosen to include only core privileges are available, so there are no optional privileges to assign.'
    'You do not have privileges to view all versions of posts.'  => 'For the collaborative tools you have chosen to include only core privileges are available, so there are no optional privileges to assign.',
 => 'Sie sind nicht berechtigt, alle Versionen von Beiträgen anzuschauen.',  
      'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.'
    'Please select a different role.'  => 'As you have chosen not to include any collaborative tools in the group, no default optional privileges need to be set.',
 => 'Bitte wählen Sie eine andere Benutzerrolle.',  
      'Group membership'
    'Error copying file attachment - [_1] to IMS package'  => '组员',
 => 'Fehler beim Kopieren des Datei-Anhangs - [_1] ins IMS-Paket',  
      'Add members'
    'Error copying file attachment - [_1] to IMS package: '  => '添加成员',
 => 'Fehler beim Kopieren des Datei-Anhangs - [_1] ins IMS-Paket: ',  
      'Assign collaborative tools'
    'Re: '  => '转让协作工具',
 => 'Re: ',  
      'Tools'
    'Please select a feedback type.'  => '工具',
 => 'Bitte wählen Sie einen Feedback-Typ aus.',  
      'Add Members'
    'Sorry, no feedback possible on this resource  ...'  => '添加成员',
 => 'Sorry, für diese Ressource kann kein Feedback gesendet werden.',  
      'Add?'
    'Error sending message to [_1], no user specified.'  => '添加?',
 => 'Fehler beim Senden der Nachricht an [_1]. Es wurde kein Benutzer angegeben.',  
      'All:'
    'Error sending message to [_1], no domain specified.'  => '全部:',
 => 'Fehler beim Senden der Nachricht an [_1]. Es wurde keine Domäne 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'  => '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 Sender der Nachricht an',  
      '[_1] [_2] was created.<br />'
    'Not registered'  => '[_1] [_2] 已创建。<br />',
 => 'Nicht registriert', # ???  
      'Group membership list updated.'
    'Editing not permitted'  => '该组成员名单已经更新。',
 => 'Überarbeiten nicht erlaubt',  
      '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.'
    'Marked postings read/unread'  => '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.',
 => 'Neue Beiträge als gelesen/ungelesen kennzeichnen',  
      'An error occurred while updating the group membership list:'
    'Changed sort/filter'  => 'An error occurred while updating the group membership list:',
 => 'Sortierung/Filter geändert',  
      'Choose Privileges'
    'Changed display status'  => 'Choose Privileges',
 => 'Anzeigestatus geändert',  
      'Setting Changes Complete'
    'Deletion not permitted'  => 'Setting Changes Complete',
 => 'Löschen nicht erlaubt',  
      'Modifications Complete'
    'Changed discussion status'  => 'Modifications Complete',
 => 'Diskussionsstatus geändert',  
      'Creation Complete'
    'Changed discussion view mode'  => 'Creation Complete',
 => 'Diskussionsanzeige-Modus geändert',  
      'Additions Complete'
    'Added to my course blog'  => 'Additions Complete',
 => 'Zum eigenen Kurs-Blog hinzugefügt',  
      'Verify deletion'
    'Back to previous page'  => 'Verify deletion',
 => 'Zurück zur vorherigen Seite',  
      'Deletion Complete'
    'Go to previous page'  => 'Deletion Complete',
 => 'Zurück',  
      'Create Group'
    'Return to previous page'  => '创建组',
 => 'Zurück zur vorherigen Seite',  
      'discussion'
    'Untitled resource'  => '论坛',
 => 'Ressource ohne Titel',  
      'email files'
    'Discussion display options'  => '电子邮件档案',
 => 'Diskussions-Anzeige-Optionen',  
      'homepage'
    'Preferences can be set for this discussion that determine ....'  => '主页',
 => 'Für diese Diskussion können Präferenzen eingestellt werden, die festlegen...',  
      'roster'
    '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 Homepage'
    'Under what circumstances posts are identified as "NEW", and'  => '编辑组首页',
 => 'unter welchen Bedingungen Beiträge als "NEU" identifiziert werden',  
      'Edit Group Settings'
    'Whether individual posts can be marked as read/unread'  => '编辑组设置',
 => 'ob individuelle Beiträge als gelesen/ungelesen gekennzeichnet werden dürfen',  
      'Available Group Tools'
    'Posts not marked read'  => '可用的工具组',
 => 'Beiträge, die nicht als gelesen gekennzeichnet wurden',  
      'Group Chat Room'
    'New posts cease to be identified as "New"?'  => '组聊天室',
 => 'Wann sollen neue Diskussionsbeiträge nicht mehr als "NEU" identifiziert werden?',  
      '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]'
    'Option to mark each post as read/unread?'  => '组页 - [_1]',
 => 'Option anbieten, Beiträge als gelesen/ungelesen zu kennzeichnen?',  
      '[_1] discussion boards - [_2]'
    'Shown'  => '[_1] 论坛 - [_2]',
 => 'anzeigen',  
      'New Discussion Board'
    'Not shown'  => '创建新论坛',
 => 'nicht anzeigen',  
      'There are currently no discussion boards in this [_1].'
    'Discussion options'  => '在这 [_1] 里目前还没有论坛。',
 => 'Diskussionsforen-Optionen',  
      'Discussion Board Title'
    'Set options that control the sort order of posts, and/or which posts are displayed.'  => '论坛讨论标题',
 => 'Einstellungen der Sortierungsreihenfolge von Beiträgen und welche Beiträge angezeigt werden',  
      'The new discussion board was added successfully.<br />'
    'Sort order'  => '新的讨论论坛已成功创建。<br />',
 => 'Sortierungsreihenfolge',  
      'Edit [_1] board'
    'Date order - oldest first'  => '编辑 [_1] 论坛',
 => 'nach Datum - ältester Beitrag zuerst',  
      'View all group discussion boards'
    'Date order - newest first'  => '查看各组讨论论坛',
 => 'nach Datum - neuester Beitrag zuerst',  
      'Show Student View'
    'Threaded'  => '以学生视角显示',
 => 'nach Beiträgen', # ???  
      'Note: in anonymous discussion, your name is visible only to course faculty'
    'By subject'  => '注意:在匿名的讨论中,你的名字只有课程教师看的见。',
 => 'nach Thema',  
      'Send a Message in a Group'
    'By domain and username'  => '组内发送邮件',
 => 'nach Domäne und Benutzerkennung',  
      'As this group has no members, there are no recipients to select.'
    'By last name, first name'  => '由于这组没有成员,您无法选择收件人。',
 => 'nach Nachname, Vorname',  
      'Allow replies'
    'Specific role status'  => '允许回复',
 => 'Rollenstatus',  
      'Reply to'
    'Roles of any status'  => '回复',
 => 'beliebig',  
      'Group Portfolio'
    'Only active roles'  => '组档案',
 => 'nur aktive',  
      '[_1] portfolio files - [_2]'
    'Only past roles'  => '[_1] 组合文件 - [_2]',
 => 'nur inaktive',  
      'There are no membership data to display for this [_1]'
    'Only future roles'  => 'There are no membership data to display for this [_1]',
 => 'nur zukünftige',  
      'Group Membership'
    'Specific user roles'  => '组成员',
 => 'Benutzerrollen',  
      '[_1] membership status - [_2]'
    'All roles'  => '[_1] 成员状态 - [_2]',
 => 'Alle Rollen',  
      'Group Message'
    'Students'  => '组邮件',
 => '学生',  
 #=> 'Studenten',     'Compose Group Message'
   => '撰写组邮件',
    'Course Coordinators'  
 => 'Kurs-Koordinatoren',     'Course Discussion Boards'
   => '课程讨论区',
    'Instructors'  
 => '讲师',     'Post Discussion'
 #=> 'Dozenten',  => '提交讨论文件',
   
    'TAs'     'Post Anonymous Discussion'
 => 'Tutoren',  => '匿名提交讨论文件',
   
    'Exam proctors'     'Content'
 => 'Klausuraufsichtspersonal',  => '内容',
   
    'Custom role'     'You do not currently have rights to view this group.'
 => 'Benutzerdefinierte Rolle',  => 'You do not currently have rights to view this group.',
   
    'Custom roles'     'No page information provided.'
 => 'Benutzerdefinierte Rollen',  => 'No page information provided.',
   
    'Specific sections'     '<p>No page information provided.</p>'
 => 'Sektionen',  => '<p>No page information provided.</p>',
   
    'Specific groups'     'Available functions'
 => 'Gruppen',  => '可用的功能',
   
    'Pick specific users (by name)'     'No group functionality.'
 => 'Benutzer auswählen (Name)',  => 'No group functionality.',
   
    'Show a list of current posters'     'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].'
 => 'Liste aktueller Beitragssender anzeigen',  => 'No group functionality (e.g., e-mail, discussion, chat or file upload) is currently available to you in this group: [_1].',
   
    'So far, no data has been returned for your request'     'Group Page'
 => 'Bis jetzt hat Ihre Anfrage keine Daten zurückgeliefert.',  => '组页',
   
    'Select a user'     'Quota allocated to group portfolio:'
 => 'Benutzerauswahl',  => '配额分配给组文件夹',
   
    '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 is currently [_1] MB'
   => '目前的配额: [_1] MB',
    'photo'  
 => 'Foto',     'The quota can be increased to [_1] MB, by adding all unallocated space for groups in the course.'
   => '配额可提高到 [_1] MB, 加上该课程的组中所有未分配的空间。',
    'Critical Message'  
 => 'Wichtige Nachricht',     '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.'
   => '每个协作工具,包括核心权限,分配给所有成员基本权限。某些工具可能会还具有额外的权限,即可以设置特定的成员。',
    'Display a Message'  
 => 'Nachricht anzeigen',     'All group members will receive the same privileges for any tool assigned to them, including the default set of optional privileges.'
   => '所有组成员分配给他们的任何工具将得到相同的权限,包括默认设置可选特权。',
    'Back to Folder Display'  
 => 'Zurück zur Verzeichnisliste',     '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.',
    'Currently available actions (will open extra window):'  
 => 'Verfügbare Aktionen (öffnen in neuem Fenster):',     '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.',
    'There are no ungelesen messages in this folder.' # !  
 => 'In diesem Verzeichnis befinden sich keine ungelesenen Nachrichten.',     '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 gelesen messages in this folder' # !  
 => 'In diesem Verzeichnis befinden sich keine gelesenen Nachrichten.',     'if enabled on the next page'
   => 'if enabled on the next page',
    'There are no weitergeleitet messages in this folder.' # !  
 => 'In diesem Verzeichnis befinden sich keine weitergeleiteten Nachrichten.',     'if enabled below'
   => 'if enabled below',
    'You have not replied to any messages in this folder.'  
 => 'In diesem Verzeichnis befinden sich keine Nachrichten, auf die Sie geantwortet haben.',     'Additional privileges'
   => 'Additional privileges',
    'Empty Folder'  
 => 'Leeres Verzeichnis',     'Fixed privileges'
   => '固定权限',
    'Cc:'  
 => 'CC:',     'Optional privileges'
   => '任择权限',
    'Bcc:'  
 => 'BCC:',     'Collaborative Tool'
   => '协作工具',
    'Retrieve discussion and message records'  
 => 'Aufzeichungen von Diskussionen und Nachrichten abrufen',     'Fixed'
   => '固定的',
    'New Record (record is visible to course faculty and staff)'  
 => 'Neue Aufzeichnung (nur für Kursverwaltung und Personal sichtbar):',     'Optional'
   => '可选的',
    'Post this Record'  
 => 'Speichern',     'Additional Tools'
   => '其他工具',
    'Revise your search criteria for this domain'  
 => 'Suchkriterien für die Suche in dieser Domäne ändern',     'Core privileges'
   => '基本权限',
    '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.',     '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.',
    'Course Parameters'  
 => 'Kurs-Parametern',     'All new group members will receive the same privileges.'
   => '所有新的小组成员将得到同样的权限。',
    'Metadata Modified'  
 => 'Geänderte Metadaten',     'If previously expired members are being re-enabled, or if access for future members is being activated now, previously set privileges will be preserved.'
   => '如果以前到期的成员正在重新启用,或者未来进入的成员现在正在激活,先前的权限将被保留。',
    '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.',     'As no group members are being added, there are no specific user privileges to set.'
   => '由于没有增加组成员,没有设置具体用户的权限。',
    '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.',     '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'
   => '目前还没有任何组织成员的权限以显示或设置,因为您还没有表示,你将被激活,重新启用,改变权限,或添加/删除任何现有成员的工具。',
    '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.',     'Currently the group is configured '
   => '目前该组的配置, ',
    'Directory'  
 => 'Verzeichnis',     'so different members can receive different optional privileges for a particular tool.'
   => '不同成员为特定的工具可以得到不同的可选权限。',
    'Only empty directories may be deleted.'  
 => 'Es können nur leere Verzeichnisse gelöscht werden.',     'so all members will receive the same optional privileges for a particular tool.'
   => '所有成员为特定的工具可以得到相同的可选权限。',
    'You must delete the contents of the directory first.'  
 => 'Sie müssen zunächst die Inhalte aus dem Verzeichnis entfernen.',     'Settings for automatic group enrollment'
   => '设置自动分配组',
    'Cannot delete non-obsolete published file'  
 => 'Veröffentlichte, aber nicht als überholt gekennzeichnete Dateien können nicht gelöscht werden.',     'Group membership mapping to specific sections/roles'
   => 'Group membership mapping to specific sections/roles',
    'Must not include'  
 => 'Darf nicht enthalten:',     'Enable/disable automatic group enrollment for users in specified roles and sections'
   => 'Enable/disable automatic group enrollment for users in specified roles and sections',
    '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 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.',
    'no action taken'  
 => 'keine Aktion ausgeführt',     "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.",
    'copy metadata error'  
 => 'Fehler beim Metadaten-Kopieren',     'Automatically enable group membership when roles are added?'
   => 'Automatically enable group membership when roles are added?',
    'No New filename specified'  
 => 'Kein neuer Dateiname angegeben',     'Automatically expire group membership when roles are removed?'
   => 'Automatically expire group membership when roles are removed?',
    'Warning: a published problem of this name exists.'  
 => 'Achtung: eine veröffentlichte Aufgabe mit diesem Namen existiert bereits.',     'Currently set to'
   => '当前设置为',
    'Warning: a published library of this name exists.'  
 => 'Achtung: eine veröffentlichte Bibliothek 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.',
    '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.',     'Pick roles and sections for automatic group enrollment'
   => 'Pick roles and sections for automatic group enrollment',
    'Cannot change MIME type of a directory'  
 => 'Der MIME-Typ eines Verzeichnisses kann nicht geändert werden',     'Active?'
   => '激活?',
    'Cannot rename or move non-obsolete published file'  
 => 'Veröffentlichte, aber nicht als überholt gekennzeichnete Dateien können nicht umbenannt oder verschoben werden',     'Send group message'
   => '发送组邮件',
    'Change discussion display'  
 => 'Anzeige von Diskussionen ändern',     'Create boards'
   => '创建论坛',
    'Choose whether or not to display a count of the number of new posts for each resource or bulletin board which has unread posts.'  
 => 'Wahl, ob Anzahl neuer Beiträge in einzelnen Ressourcen oder Anzahl ungelesener Beiträge in Schwarzen Brettern angezeigt werden sollen.',     'Edit own posts'
   => '编辑自己的帖子',
    "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.",     'Hide/Delete any post'
   => '隐藏/删除 任意帖子',
    'Currently set to [_1].'  
 => 'Derzeit eingestellt auf [_1].',     'View boards'
   => '查看论坛',
    'Change to [_1]'  
 => 'Auf [_1] umstellen',     'Control Access'
   => '访问控制',
    'No change'  
 => 'Keine Änderung',     'Basic Display'
   => '基本显示',
    'Count unread posts in discussions display set to [_1]'  
 => 'Zähler für ungelesene Beiträge in Diskussionen auf [_1] gestellt.',     'Detailed Display'
   => '详细显示',
    'Groups Manager'  
 => 'Gruppenverwaltung',     'View page'
   => '查看网页',
    'Group access start and end dates'  
 => 'Start- und Endezeiten des Gruppenzugriffs',     'Modify page'
   => '修改网页',
    'None available'  
 => 'keine verfügbar',     'email'
   => 'email',
    '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.',     'Broadcast message'
   => '广播邮件',
    'Members to delete or expire'  
 => 'Mitgliedschaften, die gelöscht werden oder ablaufen sollen',     'files'
   => '文件',
    'To be deleted'  
 => 'Zu löschen',     'Foils without names exist. This can cause problems to malfunction.'
   => 'Foils without names exist. This can cause problems to malfunction.',
    'To be expired'  
 => 'Abzulaufen',     'Unknown area style [_1]'
   => 'Unknown area style [_1]',
    'No members to be deleted or expired from the group.'  
 => 'Es existieren keine Mitgliedschaften, die aus der Gruppe entfernt werden oder auslaufen könnten.',     "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.",
    'Files: [_1]'  
 => 'Dateien: [_1]',     'Forwarded message from '
   => 'Forwarded message from ',
    'Folders: [_1]'  
 => 'Verzeichnisse: [_1]',     'You received a critical message from [_1] in LON-CAPA.'
   => 'You received a critical message from [_1] in LON-CAPA.',
    'Choose Task'  
 => 'Aktion wählen',     'You received a message from [_1] in LON-CAPA.'
   => 'You received a message from [_1] in LON-CAPA.',
    'Modify default group settings'  
 => 'Voreingestellte Gruppeneinstellungen',     "'New' critical message from [_1]"
   => "'New' critical message from [_1]",
    'Modify access, tools and/or privileges for previous, future, or current members'  
 => 'Zugriff, Werkzeuge und Berechtigungen für Gruppenmitglieder',     "'New' message from [_1]"
   => "'New' message from [_1]",
    'Add member(s) to the group'  
 => 'Gruppenmitglieder hinzufügen',     'Refers to'
   => 'Refers to',
    'Group Settings'  
 => 'Gruppen-Einstellungen',     'Previous attempts of student (if applicable)'
   => 'Previous attempts of student (if applicable)',
    'Modify/Delete Members'  
 => 'Mitglieder ändern/entfernen',     'Original screen output (if applicable)'
   => 'Original screen output (if applicable)',
    'Current Tool Set'  
 => 'Derzeitige Werkzeuge',     'Correct Answer(s) (if applicable)'
   => 'Correct Answer(s) (if applicable)',
    'Change Privileges'  
 => 'Berechtigungen ändern',     '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.',
    'Membership Mapping'  
 => 'Mitgliedschafts-Verweise',     'The subject is 
   
    'Group name, title and available collaborative tools'   [_1]
 => 'Gruppenname, Titel und verfügbare kollaborative Werkzeuge',  
   '
    'Letters, numbers and underscore only'  => 'The subject is 
 => 'nur Buchstaben, Ziffern und Unterstrich',  
    [_1]
    'Discussion boards'  
 => 'Diskussionsforen',  ',
   
    'E-mail'     'Excerpt'
 => 'E-Mail',  => 'Excerpt',
   
    'File Repository'     'Use 
 => 'Dateisammlung',  
    [_1]
    'Group home page'  
 => 'Gruppen-Homepage',  to access the full message.'
   => 'Use 
    'Membership Roster'  
 => 'Mitgliederliste',   [_1]
   
    'Granularity:'  to access the full message.',
 => 'Granularität:',  
      'You can reply to this message'
    'Different subsets of the chosen collaborative tools for different group members?'  => 'You can reply to this message',
 => 'Unterschiedliche Teilbereiche der gewählten kollaborativen Werkzeuge für unterschiedliche Gruppenmitglieder?',  
      'A reply will not be received by the recipient!'
    'Disk quota: '  => 'A reply will not be received by the recipient!',
 => 'Speicherplatz: ',  
      "Include in course's 'User records' for recipient(s)"
    'If you enable the file repository for the group, allocate a disk quota.'  => "包括课程中的'用户记录'给收信人",
 => 'Falls Sie die Dateisammlung für die Gruppe aktivieren, Speicherplatz zuweisen:',  
      'No replies to sender'
    '[_1] Mb'  => '没有答复发件人',
 => '[_1] MB',  
      'Display 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.',  
      'Replying to a Message'
    'Default start and end dates for group access'  => '回复邮件',
 => 'Voreingestelltes Anfangs- und Endedatum für Gruppenzugriff',  
      'Forwarding a Message'
    'Start:'  => '转发邮件',
 => 'Start:',  
      'Forwarding Multiple Messages'
    'End:'  => '转发多封邮件',
 => 'Ende:',  
      'At end of file some tags were still left unclosed, '
    'Error: invalid course domain or number - group folder creation failed.'  => 'At end of file some tags were still left unclosed, ',
 => 'Fehler: Ungültige Kurse-Domäne oder -Nummer. Das Erstellen des Gruppenverzeichnisses ist fehlgeschlagen.',  
      'Upload and Send'
    'Course Groups'  => '上传和发送',
 => 'Kurs-Gruppen',  
      'Choose which course(s) to list.'
    'Non-standard course - folder for all groups not added.'  => 'Choose which course(s) to list.',
 => 'Kein Standard-Kurs - Verzeichnis für alle Gruppen wurde nicht hinzugefügt.',  
      'Display courses'
    'Build a list of users for selection of group members'  => '显示课程',
 => 'Zusammenstellen einer Benutzerliste zur Auswahl von Gruppenmitgliedern',  
      'Public'
    'Group membership selection list criteria:'  => '公开的',
 => 'Auswahlkriterien für Gruppen-Mitgliedschaft:',  
      'Answer [_1]'
    'Pick the criteria to use to build a list of course users from which you will select '  => '答复 [_1]',
 => 'Wählen Sie die Kriterien, die verwendet werden sollen, um die Liste der Kursbenutzer zu erstellen, anhand der Sie ',  
      'EditXML [_1]'
    'members of the new group.'  => 'EditXML [_1]',
 => 'die neuen Gruppenmitglieder wählen werden.',  
      'Not authorized'
    'If you do not wish to add members when you first create the group, there is no need to pick any criteria.'  => '未授权',
 => 'Falls Sie beim Erstellen der Gruppe nicht sofort auch Mitglieder hinzufügen wollen, brauchen Sie hier keine Kriterien auswählen.',  
      'An error occurred while processing this resource. The author has been notified.'
    '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.'  => 'An error occurred while processing this resource. The author has been notified.',
 => '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.',  
      'Code ran too long. It ran for more than [_1] seconds.'
    'Access types'  => 'Code ran too long. It ran for more than [_1] seconds.',
 => 'Zugriffstypen',  
      'This occurred while running &lt;while&gt; on line [_1].'
    'Currently has access'  => 'This occurred while running &lt;while&gt; on line [_1].',
 => 'Aktueller Zugriff',  
      'This occurred while running: [_1]'
    'Will have future access'  => 'This occurred while running: [_1]',
 => 'Zukünftiger Zugriff',  
      'Substitution on [_1] with [_2] caused:'
    'Previously had access'  => 'Substitution on [_1] with [_2] caused:',
 => 'In der Vergangenheit liegender Zugriff',  
      'Student View'
    'Course roles'  => '学生视野',
 => 'Benutzerrollen', # 'Benutzerrollen im Kurs',  
      'Correct answer'
    'Course sections'  => '正确答案',
 => 'Sektionen', # 'Sektionen im Kurs',  
      'Could not identify problem.'
    'all sections'  => '无法确定的问题。', # ???
 => 'Alle Sektionen',  
      'Chart'
    'no section'  => '图表',
 => 'Keine Sektion',  
      'Student Data'
    'Go to next step'  => '学生资料',
 => 'Weiter',  
      'HTML, with links'
    'Invalid group name'  => 'HTML格式,链接',
 => 'Ungültiger Gruppenname',  
      'HTML, with all links'
    'The group name entered '  => 'HTML格式,与所有链接',
 => 'Der eingegebene Name ',  
      'HTML, without links'
    'is not a valid name.'  => 'HTML格式,没有链接',
 => 'ist kein gültiger Name.',  
      'Output Data'
    'can not be used as it is the name of '  => '输出数据',
 => 'kann nicht verwendet werden, da sich um den Namen ',  
      'Scores Summary'
    'an existing [_1]',  => '总分',
 => 'einer bereits bestehenden [_1] handelt',  
      'Scores Per Problem'
    ' in this Course'  => '每题分数',
 => ' in diesem Kurs',  
      'Parts Correct'
    'Group names and section names used in a Course must be unique.'  => 'Parts Correct',
 => 'Gruppen- und Sektionsnamen müssen in einem Kurs eindeutig sein.',  
      'fullname'
    'Group names may only contain letters, numbers or underscores.'  => '全名',
 => 'Gruppennamen dürfen nur aus Buchstaben, Zahlen und Unterstrichen bestehen.',  
      'id'
    'Go to previous step'  => 'ID/学生证号',
 => 'Zurück',  
      'Generate Chart'
    'Select Members'  => '生成图表',
 => 'Mitgliederauswahl',  
      'Generate Graph'
    'Your group selections - '  => '生成图',
 => 'Gruppenauswahl',  
      'Select One Student'
    'The following settings will apply to the group:'  => '选择一个学生',
 => 'Die folgenden Einstellungen werden auf Ihre Gruppe wirken:',  
      'All sections.'
    'Granularity'  => '所有科目。',
 => 'Granularität',  
      'Section [_1].'
    'File quota'  => '章节 [_1]。',
 => 'Speicherplatz für Dateien',  
      'Section [_1]'
    'Default access dates'  => '章节 [_1]',
 => 'Voreingestellte Zugriffsdaten',  
      'Sections [_1] and [_2].'
    'Different collaborative tools<br />for different members:'  => '章节 [_1] 和 [_2]。',
 => 'Unterschiedliche kollaborative Werkzeuge<br />für unterschiedliche Mitglieder:',  
      'All groups.'
    'Start date'  => '所有组。',
 => '开始日期',  
 #=> 'Anfangsdatum',     'Group [_1].'
   => '组 [_1].',
    'Start date:'  
 => '开始日期:',     'Groups [_1] and [_2].'
 #=> 'Anfangsdatum:',  => '组 [_1] 和 [_2].',
   
    'End date'     'Active access status.'
 => '结束日期',  => 'Active access status.',
 #=> 'Endedatum',  
      'Future access status.'
    'End date:'  => 'Future access status.',
 => '结束日期:',  
 #=> 'Endedatum:',     'Expired access status.'
   => 'Expired access status.',
    'Available for assignment to members:'  
 => 'Zugriff für Mitglieder möglich:',     'Any access status.'
   => 'Any access status.',
    'Unavailable for assignment:'  
 => 'Kein Zugriff möglich:',     'Show links in new window:'
   => 'Show links in new window:',
    'User privileges for collaborative tools'  
 => 'Benutzerrechte für kollaborative Werkzeuge',     'Summary Table'
   => 'Summary Table',
    '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 Tables'
   => 'Summary Tables',
    '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.',     'Summary table for [_1] ([_2])'
   => 'Summary table for [_1] ([_2])',
    'Choose one of the following:'  
 => 'Wählen Sie eines der folgenden:',     'Average'
   => 'Average',
    '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.',     'Maximum'
   => 'Maximum',
    'Group membership'  
 => 'Gruppen-Mitgliedschaft',     'Max. Total'
   => 'Max. Total',
    'Add members'  
 => 'Mitglieder hinzufügen',     'Median'
   => 'Median',
    'Assign collaborative tools'  
 => 'Kollaborative Werkzeuge zuweisen',     'Std Dev'
   => 'Std Dev',
    'Tools'  
 => 'Werkzeuge',     'sum'
   => 'sum',
    'Add Members'  
 => 'Mitglieder hinzufügen',     'maximum possible'
   => 'maximum possible',
    'Add?'  
 => 'Hinzufügen?',     'parts correct'
   => 'parts correct',
    'All:'  
 => 'Alle:',     'Return to the chart'
   => 'Return to the chart',
    '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.',     'Compiled on [_1]'
   => 'Compiled on [_1]',
    '[_1] [_2] was created.<br />'  
 => '[_1] [_2] wurde angelegt.<br />',     "Click on a student's name or username to view their chart"
   => "Click on a student's name or username to view their chart",
    'Group membership list updated.'  
 => 'Die Liste der Gruppen-Mitgliedschaften wurde aktualisiert.',     'status'
   => '状态',
    '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.',     'groups'
   => '组',
    'An error occurred while updating the group membership list:'  
 => 'Beim Aktualisieren der Gruppen-Teilnehmerliste ist ein Fehler aufgetreten:',     'Click on a students name or username to view their chart'
   => 'Click on a students name or username to view their chart',
    'Choose Privileges'  
 => 'Auswahl der Berechtigungen',     'Essay will be hand graded.'
   => 'Essay will be hand graded.',
    'Setting Changes Complete'  
 => 'Änderungen der Einstellungen abgeschlossen',     'Text you want to appear by default:'
   => '文字在默认情况下显示:',
    'Modifications Complete'  
 => 'Änderungen abgeschlossen',     'Check as many files as you wish in response to the problem:'
   => '选择所有的文件对于您想答复的问题:',
    'Creation Complete'  
 => 'Erstellung abgeschlossen',     'Select portfolio files'
   => '选择组合文件',
    'Additions Complete'  
 => 'Hinzufügungen abgeschlossen',     'Select checked files, and continue selecting'
   => '选择文件并继续选择',
    'Verify deletion'  
 => 'Entfernen-Bestätigung',     'Select checked files, and close window'
   => '选择文件并关闭窗口',
    'Deletion Complete'  
 => 'Entfernen abgeschlossen',     'Copy of'
   => 'Copy of',
    'Create Group'  
 => 'Gruppe erstellen',     '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.',
    'discussion'  
 => 'Diskussion',     'Overall result: [_1]'
   => '总分: [_1]',
    'email files'  
 => 'E-Mail-Dateien',     'Dimension: [_1], status [_2] '
   => 'Dimension: [_1], status [_2] ',
    'homepage'  
 => 'Homepage',     'Queue Status'
   => '队列状态',
    'roster'  
 => 'Teilnehmerliste',     'Check Mark'
   => '核选标记',
    'Edit Group Homepage'  
 => 'Gruppen-Homepage ändern',     'Return commented version of [_1] to student.'
   => 'Return commented version of [_1] to student.',
    'Edit Group Settings'  
 => 'Gruppeneinstellungen ändern',     'Download All Submitted Documents'
   => 'Download All Submitted Documents',
    'Available Group Tools'  
 => 'Verfügbare Gruppenwerkzeuge',     '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])',
    'Group Chat'  
 => 'Gruppen-Chatraum',     'Compose message to student'
   => 'Compose message to student',
    'Group e-mail'  
 => 'Gruppen-E-Mail',     'incl. grades'
   => '包含评分',
    'Group page - [_1]'  
 => 'Gruppenseite - [_1]',     'Message will be sent when you click on Save &amp; Next below.'
   => 'Message will be sent when you click on Save &amp; Next below.',
    '[_1] discussion boards - [_2]'  
 => '[_1]-Diskussionsforen - [_2]',     'Set/Change parameters'
   => 'Set/Change parameters',
    'New Discussion Board'  
 => 'Neues Diskussionsforum anlegen',     'Grading Feedback'
   => '评估反馈',
    'There are currently no discussion boards in this [_1].'  
 => 'In dieser [_1] sind derzeit keine Diskussionsforen.',     'Sending message to [_1]'
   => '发送邮件至 [_1]',
    'Discussion Board Title'  
 => 'Titel des Diskussionsforums',     'Not allowed to modify grades for [_1]'
   => 'Not allowed to modify grades for [_1]',
    'The new discussion board was added successfully.<br />'  
 => 'Das neue Diskussionsforum wurde erfolgreich angelegt.<br />',     'You need to specify the username or ID'
   => 'You need to specify the username or ID',
    'Edit [_1] board'  
 => 'Diskussionsforum [_1] ändern',     'You need to specify at least one grading field'
   => 'You need to specify at least one grading field',
    'View all group discussion boards'  
 => 'Alle Gruppen-Diskussionsforen anschauen',     'Specify a file containing the class scores for current resource'
   => 'Specify a file containing the class scores for current resource',
    'Show Student View'  
 => 'Studentische Sicht zeigen',     'Upload Scores'
   => '上传分数',
    '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.',     '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.',
    'Send a Message in a Group'  
 => 'Nachricht innerhalb einer Gruppe verschicken',     'Use CODE:'
   => 'Use CODE:',
    '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.',     '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.',
    'Allow replies'  
 => 'Antworten zulassen',     'scores from file' # Upload scores from file
   => 'scores from file',
    'Reply to'  
 => 'Antwort an',     'Process'
   => 'Process',
    'Group Portfolio'  
 => 'Gruppen-Dateisammlung',     'clicker file' # Process clicker file
   => 'clicker file',
    '[_1] portfolio files - [_2]'  
 => '[_1]-Portfolio-Dateien - [_2]',     'Grade'
   => 'Grade',
    'There are no membership data to display for this [_1]'  
 => 'Für diesen [_1] existieren keine anzeigbaren Mitgliedsdaten.',     'bubblesheet forms'
   => 'bubblesheet forms',
    'Group Membership'  
 => 'Gruppen-Mitgliedschaften',     'Verify'
   => 'Verify',
    '[_1] membership status - [_2]'  
 => '[_1]-Mitgliedschaftsstatus - [_2]',     'receipt'
   => 'receipt',
    'Group Message'  
 => 'Gruppen-Nachricht',     'Manage'
   => 'Manage',
    'Compose Group Message'  
 => 'Gruppen-Nachricht verfassen',     'saved CODEs' # View saved CODEs
   => 'saved CODEs',
    'Course Discussion Boards'  
 => 'Kurs-Diskussionsforen',     'Specify a file containing the clicker information for this resource'
   => 'Specify a file containing the clicker information for this resource',
    'Post Discussion'  
 => 'Diskussionsbeitrag abschicken',     'Upload File'
   => '上传文件',
    'Post Anonymous Discussion'  
 => 'Diskussionsbeitrag anonym abschicken',     'Award points just for participation'
   => 'Award points just for participation',
    'Content'  
 => 'Inhalt',     'Correctness determined from response by course personnel'
   => 'Correctness determined from response by course personnel',
    'You do not currently have rights to view this group.'  
 => 'Sie haben derzeit keine Berechtigung diese Gruppe zu sehen.',     'Correctness determined from response with clicker ID(s)'
   => 'Correctness determined from response with clicker ID(s)',
    'No page information provided.'  
 => 'Keine Seiteninformationen angegeben.',     'Percentage points for correct solution'
   => 'Percentage points for correct solution',
    '<p>No page information provided.</p>'  
 => '<p>Keine Seiteninformationen angegeben.</p>',     'Percentage points for incorrect solution'
   => 'Percentage points for incorrect solution',
    'Available functions'  
 => 'Verfügbare Funktionen',     'You need to specify a clicker ID for the correct answer'
   => 'You need to specify a clicker ID for the correct answer',
    'No group functionality.'  
 => 'Keine Gruppenfunktionen.',     'Score based on attendance only'
   => 'Score based on attendance only',
    '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.',     'Correctness determined by the following IDs'
   => 'Correctness determined by the following IDs',
    'Group Page'  
 => 'Gruppenseite',     'specified'
   => 'specified',
    'Quota allocated to file repository:'  
 => 'Zugewiesener Speicherplatz für Dateiensammlung',     'No IDs found to determine correct answer'
   => 'No IDs found to determine correct answer',
    'The quota is currently [_1] Mb'  
 => 'Der Speicherplatz beträgt derzeit [_1] MB',     '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 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.',     'Scanning clicker file'
   => 'Scanning clicker file',
    '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.',     'Found [_1] question(s)'
   => '[_1] Frage(n) gefunden',
    '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.',     'Awarding [_1] percent for correct and [_2] percent for incorrect responses'
   => 'Awarding [_1] percent for correct and [_2] percent for incorrect responses',
    '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.',     'Clicker registered more than once'
   => 'Clicker registered more than once',
    '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.',     'Unregistered Clicker'
   => 'Unregistered Clicker',
    '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 [_1] registered and [_2] unregistered clickers.'
   => 'Found [_1] registered and [_2] unregistered clickers.',
    'if enabled on the next page'  
 => 'falls auf der nächsten Seite aktiviert',     'Found no correct answers for grading!'
   => 'Found no correct answers for grading!',
    'if enabled below'  
 => 'falls im Folgenden aktiviert',     'Found [_1] entries for grading!'
   => 'Found [_1] entries for grading!',
    'Additional privileges'  
 => 'Zusätzliche Berechtigungen',     'Found no questions.'
   => 'Found no questions.',
    'Fixed privileges'  
 => 'Feste Berechtigungen',     'Finalize Grading'
   => 'Finalize Grading',
    'Optional privileges'  
 => 'Optionale Berechtigungen',     'Question [_1]'
   => 'Question [_1]',
    'Collaborative Tool'  
 => 'Kollaboratives Werkzeug',     'Assigning grades based on clicker file'
   => 'Assigning grades based on clicker file',
    'Fixed'  
 => 'fest',     'More than one correct result given for question "[_1]": [_2] versus [_3].'
   => 'More than one correct result given for question "[_1]": [_2] versus [_3].',
    'Optional'  
 => 'optional',     'No correct result given for question "[_1]"!'
   => 'No correct result given for question "[_1]"!',
    'Additional Tools'  
 => 'Weitere Werkzeuge',     'Correct answer: [_1]'
   => '正确答案: [_1]',
    'Core privileges'  
 => 'Grund-Berechtigungen',     'Successfully stored grades for [_1] student(s).'
   => 'Successfully stored grades for [_1] student(s).',
    '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.',     'Grading Menu'
   => '评估菜单',
    'All new group members will receive the same privileges.'  
 => 'Alle neuen Gruppenmitglieder werden die gleichen Berechtigungen erhalten.',     'Missing tags, unable to properly run file.'
   => 'Missing tags, unable to properly run file.',
    '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.',     '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]
    '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.',     'Found tag [_1] on line [_2] when looking for [_3] in file.'
   => 'Found tag [_1] on line [_2] when looking for [_3] in file.',
    '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.',     '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 -',
    'Currently the group is configured '  
 => 'Derzeit ist die Gruppe so konfiguriert, dass ',     'File not found'
   => 'File not found',
    '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.',     '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 all members will receive the same optional privileges for a particular tool.'  
 => 'alle Gruppenmitglieder die gleichen optionalen Berechtigungen für jedes einzelne Werkzeug erhalten.',     'An error occurred while processing this resource. The instructor has been notified.'
   => 'An error occurred while processing this resource. The instructor has been notified.',
    'Settings for automatic group enrollment'  
 => 'Einstellungen für die automatisierte Gruppenbelegung',     'CourseID'
   => '课程编号',
    'Group membership mapping to specific sections/roles'  
 => 'Verweis von Gruppen-Mitgliedschaften auf bestimmte Sektionen/Rollen',     'DocID'
   => '文件编号',
    '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',     'Username, password and domain need to be specified.'
   => '用户名,密码和域必须指定!',
    '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.',     'Untitled Resource'
   => '无名资源',
    "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.",     'Not Available'
   => 'Not Available',
    'Automatically enable group membership when roles are added?'  
 => 'Automatisches Belegen von Gruppen, wenn Rollen hinzugefügt werden?',     'Clear'
   => 'Clear',
    'Automatically expire group membership when roles are removed?'  
 => 'Automatisches Ausschließen aus Gruppen, wenn Rollen entfernt werden?',     'There are no parameters.'
   => 'There are no parameters.',
    'Currently set to'  
 => 'Derzeit eingestellt auf',     'enroll type/action'
   => '注册类型/行动',
    '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.',     'Map not loaded: The file [_1] does not exist.'
   => 'Map not loaded: The file [_1] does not exist.',
    'Pick roles and sections for automatic group enrollment'  
 => 'Auswahl von Rollen und Sektionen für das automatische Belegen von Gruppen',     'Saved.'
   => '保存的。',
    'Active?'  
 => 'Aktiv?',     'An error occurred while saving.'
   => 'An error occurred while saving.',
    'Send group mail'  
 => 'Gruppen-E-Mail senden', # .n.t.     'Reverted.'
   => 'Reverted.',
    'Create boards'  
 => 'Erstellen von Foren', # n.t.     'Title in map'
   => 'Title in map',
    'Edit own posts'  
 => 'Eigene Beiträge bearbeiten', # .n.t.     'Filename of resource'
   => 'Filename of resource',
    'Hide/Delete any post'  
 => 'Anzeigen/Löschen beliebiger Beiträge',     'Link to published resource'
   => 'Link to published resource',
    'View boards'  
 => 'Foren anschauen', # .n.t.     'Link to resource in Authoring Space'
   => 'Link to resource in Authoring Space',
    'Control Access'  
 => 'Zugriffskontrolle', # .n.t.     'Resource space'
   => 'Resource space',
    'Basic Display'  
 => 'Einfache Anzeige', # .n.t.     'discard'
   => 'discard',
    'Detailed Display'  
 => 'Detailierte Anzeige', # .n.t.     'Change Order'
   => 'Change Order',
    'View page'  
 => 'Seite betrachten', # .n.t.     'Sort Imported Resources'
   => 'Sort Imported Resources',
    'Modify page'  
 => 'Seite ändern', # .n.t.     'Finalize order of resources'
   => 'Finalize order of resources',
    'email'  
 => 'E-Mail',     'Recover Deleted'
   => 'Recover Deleted',
    'Broadcast mail'  
 => 'Broadcast-Nachricht',     'Recover Removed Resources'
   => 'Recover Removed Resources',
    'files'  
 => 'Dateien',     'Recover Checked'
   => 'Recover Checked',
    'Foils without names exist. This can cause problems to malfunction.'  
 => 'Es existieren Auswahlmöglichkeiten ohne Namen. Das könnte eine fehlerhafte Funktionalität verursachen.',     'Recent Detailed Assessment Statistical Data'
   => 'Recent Detailed Assessment Statistical Data',
    'Unknown area style [_1]'  
 => 'Unbekannter Bereichstyp: [_1]',     'No information available'
   => 'No information available',
    "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.",     'Creating new file [_1]'
   => '创建新文件 [_1]',
    'Forwarded message from '  
 => 'Weitergeleitete Nachricht von ',     '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".',
    'You received a critical message from [_1] in LON-CAPA.'  
 => 'Sie haben eine wichtige Nachricht von [_1] in LON-CAPA erhalten.',      'Associate Resource With Selected Course'
   => 'Associate Resource With Selected Course',
    'You received a message from [_1] in LON-CAPA.'  
 => 'Sie haben eine 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.',
    "'New'  critical message from "  
 => "Neue wichtige Nachricht von ",     'You can choose to transfer data from the added fields to the "Notes" field if you are planning to change the course association.'
   => 'You can choose to transfer data from the added fields to the "Notes" field if you are planning to change the course association.',
    "'New'  message from "  
 => "Neue Nachricht von ",     'not available'
   => 'not available',
    'Refers to'  
 => 'Bezieht sich auf',     'most recent version'
   => 'most recent version',
    'Previous attempts of student (if applicable)'  
 => 'Bisherige Versuche des Studenten (falls verfügbar)',     'information not available'
   => 'information not available',
    'Original screen output (if applicable)'  
 => 'Original-Bildschirmausgabe (falls verfügbar)',     'Num Student'
   => 'Num Student',
    'Correct Answer(s) (if applicable)'  
 => 'Korrekte Antwort(en) (falls verfügbar)',     'Degree of Difficulty'
   => 'Degree of Difficulty',
    '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.',     'Degree of Discrimination'
   => 'Degree of Discrimination',
    'The subject is  
      'Time of computation'
  [_1]  => 'Time of computation',
   
 '     'Messages deleted.'
 => 'Der Betreff lautet  => '邮件已删除。',
   
  [_1]     'Error deleting messages'
   => 'Error deleting messages',
 ',  
      'Messages cleared.'
    'Excerpt'  => '邮件已删除。',
 => 'Auszug',  
      'Error clearing messages'
    'Use  => '删除邮件时发生错误',
   
  [_1]     'Delete Messages for this Resource'
   => 'Delete Messages for this Resource',
 to access the full message.'  
 => 'Ueber     'Back To Directory'
   => '返回目录',
  [_1]  
      'Associated with course [_1]'
 erhalten Sie auf die gesamte Nachricht Zugriff.',  => 'Associated with course [_1]',
   
    'You can reply to this message'     'This resource is not associated with a course.'
 => 'Sie können auf diese Nachricht antworten.',  => 'This resource is not associated with a course.',
   
    'Please do not reply to this address.'     'Discard Edits and Return to Portfolio'
 => 'Bitte antworten Sie nicht an die Absender-E-Mail-Adresse.',  => 'Discard Edits and Return to Portfolio',
   
    'A reply will not be received by the recipient!'     'Could not transfer data in added fields to notes'
 => 'Eine Antwort wuerde nicht beim vorgesehenen Empfaenger ankommen!',  => 'Could not transfer data in added fields to notes',
   
    "Include in course's 'User records' for recipient(s)"     'Transferred data in added fields to notes'
 => "In Kurs-Benutzeraufzeichnungen des Empfängers einbinden",  => 'Transferred data in added fields to notes',
   
    'No replies to sender'     'Home'
 => 'Keine Antwort an Absender möglich',  => '根目录',
   
    'View recent activity'     'Usage Statistics'
 => 'Zuletzt stattgefundene Aktivitäten',  => '使用统计',
   
    'Display Message'     'Courses/Network Hits'
 => 'Nachricht anzeigen',  => '课程/网络访问次数',
   
    'Replying to a Message'     'Already in this course:'
 => 'Nachricht beantworten',  => 'Already in this course:',
   
    'Forwarding a Message'     '[_1] in folder/map [_2]'
 => 'Nachricht weiterleiten',  => '[_1] in folder/map [_2]',
   
    'Forwarding Multiple Messages'     'External Resource, preview not enabled'
 => 'Mehrere Nachrichten weiterleiten',  => 'External Resource, preview not enabled',
   
    'At end of file some tags were still left unclosed, '     'Somewhere something went wrong'
 => 'Am Ende der Datei sind noch nicht geschlossene Tags übrig: ',  => 'Somewhere something went wrong',
   
    'Upload and Send'     'Please help us to find out what.'
 => 'Hochladen und Absenden',  => 'Please help us to find out what.',
   
    'Select courses'     'Please take a moment to fill out the form below.'
 => 'Kursauswahl',  => 'Please take a moment to fill out the form below.',
   
    'Choose which course(s) to list.'     'Your information, together with internal debugging information, will be emailed to the system and server administrators.'
 => 'Auswahl der Kurse, die angezeigt werden sollen',  => 'Your information, together with internal debugging information, will be emailed to the system and server administrators.',
   
    'Display courses'     'Send Information'
 => 'Kurse anzeigen',  => '发送错误报告',
   
    'Public'     'Please describe what you did just before this screen came up'
 => 'Öffentlich',  => 'Please describe what you did just before this screen came up',
   
    ' Answer [_1]'     'Is this problem reproducible?'
 => ' Antwort [_1]',  => 'Is this problem reproducible?',
   
    'EditXML [_1]'     'Yes!'
 => 'XML-Editor [_1]',  => '是!',
   
    'Not authorized'     'Do you have any guesses why this might have happened?'
 => 'Nicht berechtigt',  => '你有任何猜测,为什么会发生?',
   
    'An error occurred while processing this resource. The author has been notified.'     'Thank you for your help!'
 => 'Während der Verarbeitung dieser Ressource ist ein Fehler aufgetreten. Der Autor wurde informiert.',  => '谢谢您的支持!',
   
    'Code ran too long. It ran for more than'     'Internal info:'
 => 'Die Ausführung hat zu lange gedauert. Sie dauerte länger als',  => '内部信息:',
   
    'seconds occurred while running &lt;while&gt; on line'     'Report submitted'
 => 'Sekunden, während &lt;while&gt; ausgeführt wurde in Zeile',  => '提交的报告',
   
    'Student View'     'Sending Error Report'
 => 'Studentische Sicht',  => '发送错误报告',
   
    'Correct answer'     'Thank you!'
 => 'Korrekte Antwort',  => '谢谢您!',
   
    'Could not identify problem.'     'Warning: Report not submitted'
 => 'Aufgabe konnte nicht identifiziert werden', # ???  => '警告:报告未提交',
   
    'Chart'     'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.'
 => 'Chart',  => 'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.',
   
    'Student Data</b>'     'The document contains errors and cannot be published.'
 => 'Studentische Daten</b>', # !  => 'The document contains errors and cannot be published.',
   
    'HTML, with links'     'error(s)'
 => 'HTML, mit Links',  => 'error(s)',
   
    'HTML, with all links'     '[quant,_1,error]'
 => 'HTML, mit allen Links',  => '[quant,_1,error]',
   
    'HTML, without links'     'Please fill out all fields below.'
 => 'HTML, ohne Links',  => '请填写以下所有问题。',
   
    'Output Data'     '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.'
 => 'Ausgabedaten',  => '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.',
   
    'Scores Summary'     'Caution: this folder is set to randomly order its contents. Adding or removing resources from this folder will change the order of resources shown.'
 => 'Punktesumme',  => '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 Per Problem'     'Parameters'
 => 'Punkte je Aufgabe',  => '参数',
   
    'Parts Correct'     'Parameters:'
 => 'Richtige Teile',  => '参数:',
   
    'fullname'     'Total Score and Maximum Possible for each Sequence or Folder'
 => 'Vollständiger Name',  => 'Total Score and Maximum Possible for each Sequence or Folder',
   
    'id'     'Score on each Problem Part'
 => 'ID/Matr.-Nr',  => 'Score on each Problem Part',
   
    'Generate Chart'     'Number of Tries before success on each Problem Part'
 => 'Chart generieren',  => 'Number of Tries before success on each Problem Part',
   
    'Generate Graph'     'Number of Problem Parts completed successfully'
 => 'Chart generieren',  => 'Number of Problem Parts completed successfully',
   
    'Select One Student'     'Unable to retrieve course information.'
 => 'Einzelnen Studenten wählen',  => 'Unable to retrieve course information.',
   
    'All sections.'     'Please select an action to perform using the new filename'
 => 'Alle Sektionen.',  => 'Please select an action to perform using the new filename',
   
    'Section [_1].'     'View or modify a course'
 => 'Sektion [_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].'     'Enter the course with the role of [_1].'
 => 'Sektionen [_1] und [_2].',  => 'Enter the course with the role of [_1].',
   
    'All groups.'     'View or modify course settings which only a [_1] may modify.'
 => 'Alle Gruppen.',  => 'View or modify course settings which only a [_1] may modify.',
   
    'Group [_1].'     'Manage course users'
 => 'Gruppe [_1].',  => '管理课程参加者',
   
    'Groups [_1] and [_2].'     'Upload a File of Course Users'
 => 'Gruppen [_1] und [_2].',  => '课程用户上传文件',
   
    'Active access status.'     'Add/Modify a Course User'
 => 'Aktiver Zugriffsstatus.',  => '添加/修改课程用户',
   
    'Future access status.'     'Edit Custom Roles'
 => 'Zukünftiger Zugriffsstatus.',  => '编辑自定义角色',
   
    'Expired access status.'     'Custom Role'
 => 'Abgelaufener Zugriffsstatus.',  => '自定义角色',
   
    'Any access status.'     'Enroll a Single Student'
 => 'Beliebiger Zugriffsstatus.',  => '注册一名学生',
   
    'Show links in new window:'     'Enroll a student'
 => 'Links in neuem Fenster öffnen:',  => '注册学生',
   
    'Summary Tables'     'Manage Course Groups'
 => 'Zusammenfassende Tabellen',  => '管理课程组',
   
    'Summary table for [_1] ([_2]@[_3])'     'This error occurred while processing response [_1] in part [_2]'
 => 'Zusammenfassende Tabelle für [_1] ([_2]@[_3])',  => 'This error occurred while processing response [_1] in part [_2]',
   
    'Average'     'This error occurred while processing part [_1]'
 => 'Durchschnitt',  => 'This error occurred while processing part [_1]',
   
    'Maximum'     'Unable to find section for this student'
 => 'Maximum',  => 'Unable to find section for this student',
   
    'Return to the chart'     'Classlist update for "[_1]" in "[_2]".'
 => 'Zurück zum Chart',  => 'Classlist update for "[_1]" in "[_2]".',
   
    "Click on a student's name or username to view their chart"     'Error: "[_1]" during classlist update for "[_2]" in "[_3]".'
 => "Klicken Sie auf den Namen oder die Benutzerkennung eines Studenten, um dessen Chart anzuzeigen",  => 'Error: "[_1]" during classlist update for "[_2]" in "[_3]".',
   
    'status'     'Role: '
 => 'Status',  => '角色: ',
   
    'groups'     'Identify fields in uploaded list'
 => 'Gruppen',  => 'Identify fields in uploaded list',
   
    'Click on a students name or username to view their chart'     'Default domain'
 => 'Klick auf Name/Benutzerkennung zeigt zugehöriges Chart',  => '默认域',
   
    'Essay will be hand graded.'     'Change authentication for existing users in domain "[_1]" to these settings?'
 => 'Essay wird manuell bewertet.',  => 'Change authentication for existing users in domain "[_1]" to these settings?',
   
    'Text you want to appear by default:'     'LON-CAPA Home Server for New Users'
 => 'Text, der voreingestellt angezeigt werden soll:',  => 'LON-CAPA 家庭服务器的新用户',
   
      'LON-CAPA domain: [_1] with home server:'
    'Check as many files as you wish in response to the problem:'  => 'LON-CAPA 域 [_1] 与家庭服务器:',
 => 'Wählen Sie alle Dateien aus, die als Antwort eingereicht werden sollen:',  
      'Settings for assigning roles'
    'Select portfolio files'  => 'Settings for assigning roles',
 => 'Auswahl Portfolio-Dateien',  
      'Pick the action to take on roles for these users:'
    'Select checked files, and continue selecting'  => 'Pick the action to take on roles for these users:',
 => 'Auswahl übernehmen und weiter auswählen',  
      'No role changes'
    'Select checked files, and close window'  => 'No role changes',
 => 'Auswahl übernehmen und Fenster schließen',  
      'Add a domain role'
    'Copy of'  => 'Add a domain role',
 => 'Kopie von',  
      'Add a course 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.'  => 'Add a course role',
 => 'Die von Ihnen eingegebene E-Mail-Adresse stimmt nicht mit der im LON-CAPA-System hinterlegten Adresse des angegebenen Benutzers überein.',  
      'Default role'
    'Overall result: [_1]'  => 'Default role',
 => 'Gesamtergebnis: [_1]',  
      'Choose the role to assign to users without a value specified in the uploaded file.'
    'Dimension: [_1], status [_2] '  => 'Choose the role to assign to users without a value specified in the uploaded file.',
 => 'Dimension: [_1], Status [_2] ',  
      'Default role and section'
    'Queue Status'  => 'Default role and section',
 => 'Warteschlangen-Status',  
      'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.'
    'Check Mark'  => 'Choose the role and/or section(s) to assign to users without values specified in the uploaded file.',
 => 'Markierung auswählen',  
      'Default role and/or section(s)'
    'Return commented version of [_1] to student.'  => 'Default role and/or section(s)',
 => 'Rückgabe kommentierter Version von [_1] an Studenten.',  
      'Role and/or section(s) for users without values specified in the uploaded file.'
    'Download All Submitted Documents'  => 'Role and/or section(s) for users without values specified in the uploaded file.',
 => 'Alle eingereichten Dokumente herunterladen',  
      'Display students with current/future access who are not in the uploaded file.'
    'Essay is [_1]% similar to an essay by [_2] ([_3]:[_4]) in course [_5] (course id [_6]:[_7])'  => 'Display students with current/future access who are not in the uploaded file.',
 => 'Das Essay stimmt zu [_1]% mit dem Essay von [_2] ([_3]:[_4]) im Kurs [_5] (Kurs-ID [_6]:[_7]) überein',  
      'Students selected from this list can be dropped.'
    'Compose message to student'  => 'Students selected from this list can be dropped.',
 => 'Nachricht an Studenten erstellen',  
      'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).'
    'incl. grades'  => 'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).',
 => 'Bewertung einbinden',  
      'make these dates the default access dates for future student enrollment'
    'Message will be sent when you click on Save & Next below.'  => 'make these dates the default access dates for future student enrollment',
 => 'NAchricht wird gesendet sobald Sie auf Speichern und weiter klicken.',  
      'Set default start and end access dates for course.'
    'Set/Change parameters'  => 'Set default start and end access dates for course.',
 => 'Parameter setzen/ändern',  
      'Unable to set default access dates for course.'
    'Grading Feedback'  => 'Unable to set default access dates for course.',
 => 'Bewertungs-Feedback',  
      'Please select'
    'Sending message to [_1]:[_2]'  => 'Please select',
 => 'Sende Nachricht an [_1]:[_2]',  
      'User Status: [_1]'
    'Not allowed to modify grades for [_1]'  => '用户状态: [_1]',
 => 'Keine Berechtigung zur Änderung der Bewertungen für [_1].',  
      'Role Type: [_1]'
    'You need to specify the username or ID'  => '角色类别: [_1]',
 => 'Sie müssen eine Benutzerkennung oder eine ID/Matrikelnummer angeben',  
      'Any role'
    'You need to specify at least one grading field'  => '任意角色',
 => 'Sie müssen mindestens ein Bewertungsfeld ausfüllen',  
      'Role: [_1]'
    'Specify a file containing the class scores for current resource'  => '角色: [_1]',
 => 'Angabe einer Datei, die Kursbewertungen für diese Ressource enthält',  
      'Select Course(s)'
    'Upload Scores'  => '选择课程',
 => 'Bewertungen hochladen',  
      'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.'
    'Some point values were assigned for problems with a weight of zero. These values were ignored.'  => 'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.',
 => 'In einigen Aufgaben wurden Punkte vergeben, in denen die Gewichtung Null ist. Daher wurden diese Werte ignoriert.',  
      'There are no co-authors to display.'
    'Use CODE:'  => 'There are no co-authors to display.',
 => 'verwende CODE:',  
      'There are no users with domain roles 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 users with domain roles 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 authors or co-authors to display.'
    'scores from file' # Upload scores from file  => 'There are no authors or co-authors 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 course users to display.'
    'clicker file' # Process clicker file  => 'There are no course users to display.',
 => 'Clicker-Datei',  
      'There are no users matching the search criteria.'
    'Grade'  => 'There are no users matching the search criteria.',
 => 'Bewerte',  
      "You must select at least one user by checking a user's 'Select' checkbox"
    'scantron forms' # Grade scantron forms  => "You must select at least one user by checking a user's 'Select' checkbox",
 => 'Scantron-Formulare',  
      'You need to select an action to take for the user(s) you have selected'
    'Verify'  => 'You need to select an action to take for the user(s) you have selected',
 => 'Überprüfen',  
      ' for a single user?'
    'receipt'  => ' for a single user?',
 => 'Nachweis-Nr.',  
      ' for multiple users?'
    'Manage'  => ' for multiple users?',
 => 'Verwalten',  
      'Proceed'
    'access times' # Manage access times  => '下一步',
 => 'der Zugriffszeiten', # n.t.  
      'Action to take for selected users'
    'saved CODEs' # View saved CODEs  => 'Action to take for selected users',
 => 'gespeicherte CODEs', # n.t.  
      'Behavior of clickable username link for each user'
    'Specify a file containing the clicker information for this resource'  => 'Behavior of clickable username link for each user',
 => 'Angabe einer Datei, die Clicker-Informationen für diese Ressource enthält',  
      "Display a user's personal page"
    'Upload File'  => "显示个人网页",
 => 'Datei hochladen',  
      "Modify a user's information"
    'Award points just for participation'  => "Modify a user's information",
 => 'Erreichte Punkte, lediglich für Teilnahme',  
      'Course(s): description, section(s), status'
    'Correctness determined from response by course personnel'  => 'Course(s): description, section(s), status',
 => 'Korrektheit, bestimmt durch Antwort durch Kurspersonal',  
      "Click on a username to view the user's personal page."
    'Correctness determined from response with clicker ID(s)'  => "点击用户名,以查看用户的个人网页。",
 => 'Korrektheit, bestimmt durch Antwort mit Clicker-ID(s)',  
      'auto'
    'Percentage points for correct solution'  => '自动',
 => 'Prozentuale Punkte für korrekte Lösung',  
      'manual'
    'Percentage points for incorrect solution'  => '手动',
 => 'Prozentuale Punkte für inkorrekte Lösung',  
      'Unlock'
    'You need to specify a clicker ID for the correct answer'  => 'Unlock',
 => 'Sie müssen für die korrekte Antwort eine Clicker-ID angeben',  
      'Lock'
    'Score based on attendance only'  => 'Lock',
 => 'Punkte, die lediglich auf Anwesenheit beruhen',  
      'Domain Roles'
    'Correctness determined by the following IDs'  => '域角色',
 => 'Korrektheit, bestimmt durch folgende IDs',  
      'Co-Author Roles'
    'specified'  => '合著者角色',
 => 'angegeben',  
      'Course Roles'
    'No IDs found to determine correct answer'  => '课程角色',
 => 'Keine IDs gefunden, um korrekte Antwort bestimmen zu können',  
      'Date and Section 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.',  
      'Date selector'
    'Scanning clicker file'  => '日期选择器',
 => 'Scanne Clicker-Datei',  
      "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'"
    'Found [_1] question(s)'  => "Check the boxes for any users for whom roles are to be revoked, and click 'Proceed'",
 => '[_1] Frage(n) gefunden',  
      "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'"
    'Awarding [_1] percent for correct and [_2] percent for incorrect responses'  => "Check the boxes for any users for whom roles are to be deleted, and click 'Proceed'",
 => '[_1] Prozent für korrekte und [_2] Prozent für inkorrekte Antworten erhalten',  
      'Choose an action to take for selected users'
    'Clicker registered more than once'  => 'Choose an action to take for selected users',
 => 'Clicker ist mehr als einmal registriert',  
      'New section to assign'
    'Unregistered Clicker'  => 'New section to assign',
 => 'Nicht registrierter Clicker',  
      'Use "Save" to update the main window with your selections.'
    'Found [_1] registered and [_2] unregistered clickers.'  => 'Use "Save" to update the main window with your selections.',
 => '[_1] registrierte und [_2] nicht registrierte Clicker gefunden.',  
      'New section'
    'Found no correct answers answers for grading!'  => '新的章节',
 => 'Keine korrekten Antworten zur Bewertung gefunden!',  
      'Course - [_1]:'
    'Found [_1] entries for grading!'  => '课程 - [_1]:',
 => '[_1] Einträge zur Bewertung gefunden!',  
      'Domain - [_1]:'
    'Found no questions.'  => '域 - [_1]:',
 => 'Keine Fragen gefunden.',  
      'Users in course with expired [_1] roles'
    'Finalize Grading'  => 'Users in course with expired [_1] roles',
 => 'Bewertung abschließen',  
      'Users in course with future [_1] roles'
    'Question [_1]'  => 'Users in course with future [_1] roles',
 => 'Frage [_1]',  
      'Users in course with active [_1] roles'
    'Assigning grades based on clicker file'  => 'Users in course with active [_1] roles',
 => 'Weise Bewertungen zu, die auf der Clicker-Datei basieren',  
      'All users in course'
    'More than one correct result given for question "[_1]": [_2] versus [_3].'  => 'All users in course',
 => 'Mehr als eine korrektes Ergebnis gegeben für Frage "[_1]": [_2] gegen [_3].',  
      'All users in course with [_1] roles'
    'No correct result given for question "[_1]"!'  => 'All users in course with [_1] roles',
 => 'Kein korrektes Ergebnis für Frage "[_1]" gegeben!',  
      'only users in section "[_1]"'
    'Correct answer: [_1]'  => 'only users in section "[_1]"',
 => 'Korrekte Antwort: [_1]',  
      'only users affiliated with no section or section "[_1]"'
    'Successfully stored grades for [_1] student(s).'  => 'only users affiliated with no section or section "[_1]"',
 => 'Erfolgreiche Speicherung der Bewertungen für [_1] Studenten.',  
      ' and not in any group'
    'Grading Menu'  => ' and not in any group',
 => 'Bewertungsmenü',  
      ' and members of group: "[_1]"'
    'Missing tags, unable to properly run file.'  => ' and members of group: "[_1]"',
 => 'Fehlende Tags. Die Datei kann nicht ordnungsgemäß ausgeführt werden.',  
      'only users affiliated with no section'
    'Using tag [_1] on line [_2] as end tag to [_3]'  => 'only users affiliated with no section',
 => 'Using tag [_1] on line [_2] as end tag to [_3]', # ??? lonxml.pm [SB 2008-08-07]  
      'only users affiliated with section "[_1]"'
    'Found tag [_1] on line [_2] when looking for [_3] in file.'  => 'only users affiliated with section "[_1]"',
 => 'In der Datei wurde in Zeile [_2] das Tag [_1] gefunden, wo [_3] erwartet wurde.',  
      'only users not in any group'
    'ID &quot;[_1]&quot; contains invalid characters, IDs are only allowed to contain letters, numbers, spaces and -'  => 'only users 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 -',  
      ' and also not in any group'
    'File not found'  => ' and also not in any group',
 => 'Datei nicht gefunden',  
      'only 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.'  => '只有该组成员 "[_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]  
      ' and also members of group: "[_1]"'
    'An error occurred while processing this resource. The instructor has been notified.'  => ' and also members of group: "[_1]"',
 => 'Während der Verarbeitung dieser Ressource ist ein Fehler aufgetreten. Der Dozent wurde informiert.',  
      'Author space for [_1]'
    'CourseID'  => 'Author space for [_1]',
 => 'Kurs-ID',  
      'Co-authors with expired [_1] roles'
    'DocID'  => 'Co-authors with expired [_1] roles',
 => 'Dokumenten-ID',  
      'Co-authors with future [_1] roles'
    'Username, password and domain need to be specified.'  => 'Co-authors with future [_1] roles',
 => 'Benutzerkennung, Passwort und Domäne müssen angegeben werden!',  
      'Co-authors with active [_1] roles'
    'Untitled Resource'  => 'Co-authors with active [_1] roles',
 => 'Unbenannte Ressource',  
      'All co-authors'
    'Not Available'  => '所有合著者',
 => 'Nicht verfügbar',  
      'All co-authors with [_1] roles'
    'Clear'  => 'All co-authors with [_1] roles',
 => 'Leeren',  
      'Users in domain with expired [_1] roles'
    'There are no parameters.'  => 'Users in domain with expired [_1] roles',
 => 'Derzeit existieren keine Parametereinstellungen.',  
      'Users in domain with future [_1] roles'
    'enroll type/action'  => 'Users in domain with future [_1] roles',
 => 'Belegungstyp/Aktion',  
      'Users in domain with active [_1] roles'
    '<br />Map not loaded: The file <tt>[_1]</tt> does not exist.'  => 'Users in domain with active [_1] roles',
 => '<br />Inhaltszusammenstellung nicht geladen: Die Datei <tt>[_1]</tt> existiert nicht.',  
      'All users in domain'
    'Saved.'  => 'All users in domain',
 => 'Gespeichert.',  
      'All users in domain with [_1] roles'
    'An error occurred while saving.'  => 'All users in domain with [_1] roles',
 => 'Beim Speichern ist ein Fehler aufgetreten.',  
      'Co-authors in domain with expired [_1] roles'
    'Reverted.'  => 'Co-authors in domain with expired [_1] roles',
 => 'Zurückgesetzt.',  
      'Co-authors in domain with future [_1] roles'
    'Title in map'  => 'Co-authors in domain with future [_1] roles',
 => 'Titel in Inhaltszusammenstellung',  
      'Co-authors in domain with active [_1] roles'
    'Filename of resource'  => 'Co-authors in domain with active [_1] roles',
 => 'Dateiname der Ressource',  
      'All users with co-author roles in domain'
    'Link to published resource'  => 'All users with co-author roles in domain',
 => 'Link auf veröffentlichte Ressource',  
      'All co-authors in domain  with [_1] roles'
    'Link to resource in Construction Space'  => 'All co-authors in domain  with [_1] roles',
 => 'Link auf Ressource im Konstruktionsbereich',  
      'All courses in domain'
    'Resource space'  => 'All courses in domain',
 => 'Ressourcenbereich',  
      'Courses in domain with institutional code: [_1]'
    'Construction space'  => 'Courses in domain with institutional code: [_1]',
 => 'Konstruktionsbereich',  
      'Selected courses in domain'
    'discard'  => 'Selected courses in domain',
 => 'verwerfen',  
      'users with expired [_1] roles'
    'Change Order'  => 'users with expired [_1] roles',
 => 'Reihenfolge ändern',  
      'users with future [_1] roles'
    'Sort Imported Resources'  => 'users with future [_1] roles',
 => 'Importierte Ressourcen sortieren',  
      'users with active [_1] roles'
    'Finalize order of resources'  => 'users with active [_1] roles',
 => 'Reihenfolge der Ressourcen festlegen',  
      'all users'
    'Recover Deleted'  => '所有用户',
 => 'Gelöschtes wiederherstellen',  
      'users with [_1] roles'
    'Recover Removed Resources'  => '用户角色"[_1]"',
 => 'Gelöschte Ressourcen wiederherstellen',  
      'There are no students to drop.'
    'Recover Checked'  => 'There are no students to drop.',
 => 'Ausgewählte wiederherstellen',  
      'Upload a file containing information about users'
    'Recent Detailed Assessment Statistical Data'  => '上传一个包含有用户信息的文件',
 => 'Aktuelle detailierte statistische Beurteilungsdaten',  
      'Upload file of users'
    'No information available'  => '上传用户文件',
 => 'Keine Information verfügbar',  
      'How do I create a users list from a spreadsheet'
    'Creating new file [_1]'  => '如何从电子表格建立用户列表',
 => 'Erzeuge neue Datei [_1]',  
      'Unable to enroll 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\'.',  
      'Enrolling Users'
    'Associate Resource With Selected Course'  => '注册用户',
 => 'Verknüpfte Ressource mit ausgewähltem Kurs',  
      'Updating Co-authors'
    '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.',  
      'Adding/Modifying Users'
    'You can choose to transfer data from the added fields to the "Notes" field if you are planning to change the course association.'  => '添加/修改用户',
 => '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] could not be used as it is a reserved word.'
    'not available'  => 'Default section name [_1] could not be used as it is a reserved word.',
 => 'nicht verfügbar',  
      'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.'
    'most recent version'  => 'Default section name "[_1]" is the name of a course group. Section names and group names must be distinct.',
 => 'neueste Version',  
      '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.'
    'information not available'  => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a reserved word.',
 => 'Information nicht verfügbar',  
      '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.'
    'Num Student'  => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]" - this is a course group.',
 => 'Anz. Studenten',  
      'Section names and group names must be distinct.'
    'Degree of Difficulty'  => 'Section names and group names must be distinct.',
 => 'Schwierigkeitsgrad',  
      '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".'
    'Degree of Discrimination'  => '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".',
 => 'Grad der Abgrenzung',  
      'This user already has an active/future student role in the course, unaffiliated to any section.'
    'Time of computation'  => 'This user already has an active/future student role in the course, unaffiliated to any section.',
 => 'Zeit der Erstellung',  
      'This user already has an active/future role in section "[_1]" of the course.'
    'Messages deleted.'  => 'This user already has an active/future role in section "[_1]" of the course.',
 => 'Nachrichten gelöscht.',  
      'Although your current role has privileges to add students to section "[_1]", you do not have privileges to modify existing enrollments in other sections.'
    'Error deleting messages'  => 'Although your current role has privileges to add students to section "[_1]", you do not have privileges to modify existing enrollments in other sections.',
 => 'Fehler beim Löschen der Nachrichten',  
      '[_1]: You do not have permission to add the requested role [_2] for the user.'
    'Messages cleared.'  => '[_1]: You do not have permission to add the requested role [_2] for the user.',
 => 'Nachrichten entfernt.',  
      'Allowable role(s) is/are: [_1].'
    'Error clearing messages'  => 'Allowable role(s) is/are: [_1].',
 => 'Fehler beim Entfernen der Nachrichten',  
      '[_1]: Unable to enroll. No password specified.'
    'Delete Messages for this Resource'  => '[_1]: Unable to enroll. No password specified.',
 => 'Nachrichten für diese Ressource löschen',  
      '[_1]: Unable to add co-author. No password specified.'
    'Back To Directory'  => '[_1]: Unable to add co-author. No password specified.',
 => 'Zurück zum Verzeichnis',  
      '[_1]: Unable to add user. No password specified.'
    'Associated with course [_1]'  => '[_1]: Unable to add user. No password specified.',
 => 'Verknüpft mit Kurs [_1]',  
      'Processed [quant,_1,user].'
    'This resource is not associated with a course.'  => 'Processed [quant,_1,user].',
 => 'Diese Ressource ist mit keinem Kurs verknüpft.',  
      'Roles added for [quant,_1,user].'
    'Discard Edits and Return to Portfolio'  => 'Roles added for [quant,_1,user].',
 => 'Änderungen verwerfen und zurück zum Portfolio-Bereich',  
      '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.'
    'Could not transfer data in added fields to notes'  => '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.',
 => 'Die Daten der zusätzlichen Felder konnten nicht in das "Bemerkungen"-Feld transferiert werden',  
      'No roles added'
    'Transferred data in added fields to notes'  => 'No roles added',
 => 'Die Daten der zusätzlichen Felder wurden in das "Bemerkungen"-Feld transferiert',  
      'Authentication changed for [_1] existing users.'
    'Home'  => 'Authentication changed for [_1] existing users.',
 => 'Heimatverzeichnis',  
      'Students to Drop'
    'Usage Statistics'  => 'Students to Drop',
 => 'Nutzungsstatistiken',  
      'There are no students with current/future access to the course.'
    'Courses/Network Hits'  => 'There are no students with current/future access to the course.',
 => 'Kursweite/Netzwerkweite Anzahl an Zugriffen ("Hits")',  
      '[_1]: Unable to add/modify: [_2]'
    'Already in this course:<br />[_1] in folder/map [_2].<br />'  => '[_1]: Unable to add/modify: [_2]',
 => 'Bereits in diesem Kurs:<br />[_1] im Verzeichnis/Inhaltszusammenstellung [_2].<br />',  
      '[_1]: Unable to modify authentication: [_2]'
    'External Resource, preview not enabled'  => '[_1]: Unable to modify authentication: [_2]',
 => 'Externe Ressource, Vorschau nicht aktiviert',  
      '[_1]: Unable to add role: [_2]'
    'Somewhere something went wrong'  => '[_1]: Unable to add role: [_2]',
 => 'Irgendwo ist irgendwas schief gelaufen',  
      'No change in section assignment (none)'
    'Please help us to find out what.'  => 'No change in section assignment (none)',
 => 'Bitte helfen Sie uns herauszufinden, was passiert ist!',  
      "Revoked role of '[_1]' in [_2] for [_3]"
    'Please take a moment to fill out the form below.'  => "Revoked role of '[_1]' in [_2] for [_3]",
 => 'Bitte nehmen Sie sich einen Moment Zeit, um das folgende Formular auszufüllen.',  
      "Deleted role of '[_1]' in [_2] for [_3]"
    'Your information, together with internal debugging information, will be emailed to the system and server administrators.'  => "Deleted 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.',  
      "Re-enabled role of '[_1]' in [_2] for [_3]"
    'Send Information'  => "Re-enabled role of '[_1]' in [_2] for [_3]",
 => 'Fehlerbericht abschicken',  
      "Activated role of '[_1]' in [_2] for [_3]"
    'Please describe what you did just before this screen came up'  => "Activated role of '[_1]' in [_2] for [_3]",
 => 'Bitte erläutern Sie, was Sie getan haben, unmittelbar bevor dieser Bildschirm erschien.',  
      "Changed Access Dates for role of '[_1]' in [_2] for [_3]"
    'Is this problem reproducible?'  => "Changed Access Dates for role of '[_1]' in [_2] for [_3]",
 => 'Ist das Problem reproduzierbar?',  
      "Changed section for role of '[_1]' in [_2] for [_3]"
    'Yes!'  => "Changed section for role of '[_1]' in [_2] for [_3]",
 => 'Ja!',  
      "Dropped role of '[_1]' in [_2] for [_3]"
    'Do you have any guesses why this might have happened?'  => "Dropped role of '[_1]' in [_2] for [_3]",
 => 'Haben Sie eine Vermutung, warum das passiert sein könnte?',  
      'Error revoking [_1] in [_2] for [_3]: [_4].'
    'Thank you for your help!'  => 'Error revoking [_1] in [_2] for [_3]: [_4].',
 => 'Vielen Dank für Ihre Unterstützung!',  
      'Error deleting [_1] in [_2] for [_3]: [_4].'
    'Internal info:'  => 'Error deleting [_1] in [_2] for [_3]: [_4].',
 => 'Interne Daten:',  
      'Error re-enabling [_1] in [_2] for [_3]: [_4].'
    'Report submitted'  => 'Error re-enabling [_1] in [_2] for [_3]: [_4].',
 => 'Bericht gesendet',  
      'Error activating [_1] in [_2] for [_3]: [_4].'
    'Sending Error Report'  => 'Error activating [_1] in [_2] for [_3]: [_4].',
 => 'Fehlerbericht senden',  
      'Error changing access dates for [_1] in [_2] for [_3]: [_4].'
    'Thank you!'  => 'Error changing access dates for [_1] in [_2] for [_3]: [_4].',
 => 'Danke!',  
      'Error changing section for [_1] in [_2] for [_3]: [_4].'
    'Warning: Report not submitted'  => 'Error changing section for [_1] in [_2] for [_3]: [_4].',
 => 'Achtung, der Fehlerbericht wurde nicht abgeschickt.',  
      'Error dropping [_1] in [_2] for [_3]: [_4].'
    'The administrators of the domain [_1] have not set any e-mail addresses for receipt of your error report.'  => 'Error dropping [_1] in [_2] for [_3]: [_4].',
 => 'Die Administratoren der Domäne [_1] haben keine E-Mail-Adresse hinterlegt, an die Ihr Fehlerbericht gesendet werden könnte.',  
      'Revoked role(s) for [quant,_1,user,users,no users].'
    'The document contains errors and cannot be published.'  => 'Revoked role(s) for [quant,_1,user,users,no users].',
 => 'Die Ressource enthält Fehler und kann daher nicht veröffentlicht werden.',  
      'Deleted role(s) for [quant,_1,user,users,no users].'
    'error(s)'  => 'Deleted role(s) for [quant,_1,user,users,no users].',
 => 'Fehler',  
      'Re-enabled role(s) for [quant,_1,user,users,no users].'
    '[quant,_1,error]'  => 'Re-enabled role(s) for [quant,_1,user,users,no users].',
 => '[quant,_1,Fehler,Fehler]',  
      'Activated role(s) for [quant,_1,user,users,no users].'
    'Please fill out all fields below.'  => 'Activated role(s) for [quant,_1,user,users,no users].',
 => 'Bitte füllen Sie alle Felder aus!',  
      'Changed Access Dates 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 Access Dates 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.',  
      'Changed section for role(s) for [quant,_1,user,users,no users].'
    'Parameters'  => 'Changed section for role(s) for [quant,_1,user,users,no users].',
 => 'Parameter',  
      'Dropped role(s) for [quant,_1,user,users,no users].'
   => 'Dropped role(s) for [quant,_1,user,users,no users].',
    'Total Score and Maximum Possible for each Sequence or Folder'  
 => 'Gesamtpunkte und maximal mögliche für jede Sequenz oder jedes Verzeichnis',     'Re-enabling will re-activate data for the role.'
   => 'Re-enabling will re-activate data for the role.',
    'Score on each Problem Part'  
 => 'Punkte je Aufgabenteil',     'Display User Lists'
   => 'Display User Lists',
    'Number of Tries before success on each Problem Part'  
 => 'Anzahl notwendiger Versuche je Aufgabenteil',     'Display current class roster'
   => 'Display current class roster',
    'Number of Problem Parts completed successfully.'  
 => 'Anzahl erfolgreich bearbeiteter Aufgabenteile',     'No section'
   => 'No section',
    'Unable to retrieve course information.'  
 => 'Kursdaten konnten nicht abgerufen werden.',     'List Users'
   => '用户列表',
    '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!',     'Pick custom role'
   => '选择自定义角色',
    'View or modify a course'  
 => 'Kurs-Einstellungen', # long version: 'Kurs-Einstellungen betrachten oder ändern',     'Advanced Role'
   => '扩展的角色',
    'Enter the course with the role of [_1]'  
 => 'Den Kurs mit der Rolle [_1] betreten.',     "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',
    'View or modify course settings which only a [_1] may modify.'  
 => 'Betrachten oder Ändern der Kurs-Einstellungen, die nur ein [_1] ändern darf.',     'Generate anonymous statistics'
   => 'Generate anonymous statistics',
    'Manage course users'  
 => '管理课程参加者',     'Modify grade queue'
 #=> 'Kursteilnehmer verwalten',  => 'Modify grade queue',
   
    'Upload a File of Course Users'     'Grade items in grading queue'
 => 'Datei mit Kursteilnehmern hochladen',  => 'Grade items in grading queue',
   
    'Add/Modify a Single Course User'     'Set assessment parameters'
 => 'Einzelnen Teilnehmer hinzufügen/ändern',  => 'Set assessment parameters',
   
    'Display Class Lists and Manage Multiple Users'     'Advanced printing options (with answers, discussions, all foils, ...)'
 => 'Kursteilnehmerliste / Verwaltung mehrerer Teilnehmer',  => 'Advanced printing options (with answers, discussions, all foils, ...)',
   
    'Edit Custom Roles'     'Print for other users and entire course'
 => 'Benutzerdefinierte Benutzerrollen',  => 'Print for other users and entire course',
   
    'Enroll a Single Student'     'Get identity behind anonymous postings'
 => 'Einzelnen Studenten Kurs belegen lassen',  => 'Get identity behind anonymous postings',
   
    'Enroll a student'     'View grades'
 => 'Student Kurs belegen lassen',  => 'View grades',
   
    'Automated Enrollment Manager'     "Access to What's New page"
 => 'Verwaltung der automatischen Kursbelegung',  => "进入新页",
   
    'Manage Course Groups'     'Upload Users List'
 => 'Kursgruppen',  => '上传用户列表',
   
    'This error occurred while processing response [_1] in part [_2]'     'Update Users'
 => 'Dieser Fehler trat während der Verarbeitung von Antwortbereich [_1] in Aufgabenteil [_2] auf.',  => '用户更新',
   
    'This error occurred while processing part [_1]'     'Create/modify a user'
 => 'Dieser Fehler trat während der Verarbeitung von Aufgabenteil [_1] auf.',  => '创建/修改用户',
   
    'Unable to find section for this student'     'Search for a user and modify/add user information or roles'
 => 'Konnte für diesen Studenten keine Sektion finden.',  => '搜索用户和修改/添加用户资料或角色',
   
    'Classlist update for "[_1]" in "[_2]".'     'Add/modify a single user'
 => 'Kursteilnehmerlisten-Aktualisierung für "[_1]" in "[_2]".',  => '添加/修改一个用户',
   
    'Error: "[_1]" during classlist update for "[_2]" in "[_3]".'     'Create users or modify the roles and privileges of users'
 => 'Fehler: "[_1]" während Kursteilnehmerlisten-Aktualisierung für "[_2]" in "[_3]".',  => '创建或修改用户的角色和权限',
   
    'Role: '     'Upload a File of Users'
 => 'Rolle: ',  => '上传用户文件',
   
    'Identify fields in uploaded list'     'Add/Modify a User'
 => 'Angabe der Felder in der hochgeladenen Liste',  => '添加/修改用户',
   
    'Enter as many fields as you can.<br /> The system will inform you and bring you back to this page, <br /> if the data selected are insufficient to add users.'     'create new user if required'
 => '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'     'Manage Users'
 => 'Voreingestellte Domäne',  => '管理用户',
   
    'Change authentication for existing users in domain "[_1]" to these settings?'     'Create/Modify user'
 => 'Soll die Authentifizierungsmethode für existierende Benutzer der Domäne "[_1]" geändert werden?',  => '创建/修改用户',
   
    'LON-CAPA Home Server for New Users'     'Visible input'
 => 'LON-CAPA-Heimatserver für neue Benutzer',  => '可见输入',
   
    'LON-CAPA domain: [_1] with home server: [_2]'     'Currently in use'
 => 'LON-CAPA-Domäne: [_1] mit Heimatserver: [_2]',  => '目前正在使用',
   
    'Settings for assigning roles:'     'Modify this user: [_1]'
 => 'Einstellungen für Rollenzuweisungen:', # ???  => '改此用户名: [_1]',
   
    'Pick the action to take on roles for these users:'     'Blank Problem'
 => 'Wählen Sie die Aktion aus, die bei neuen Rollen für diesen Benutzer ausgeführt werden soll:',  => '空白问题',
   
    'No role changes'     'Chemical Reaction Response'
 => 'Keine Rollenänderungen',  => '化学反应',
   
    'Add a domain role'     'Chemical Reaction Response with Hints'
 => 'Eine Domänenrolle hinzufügen',  => 'Chemical Reaction Response with Hints', # '化学反应',
   
    'Add a course role'     'Click-On-Image Problem'
 => 'Eine Kursrolle hinzufügen',  => '点击图片',
   
    'Default role'     'Curve Plot with Numerical Response'
 => 'Voreingesstellte Rolle',  => 'Curve Plot with Numerical Response',
   
    'Choose the role to assign to users without a value specified in the uploaded file'     'Custom Response'
 => 'Wählen Sie die Rolle, die Benutzern zugewiesen werden sollen, für die kein Wert in der hochgeladenen Datei angegeben wurde',  => 'Custom Response',
   
    'Default role and section'     'Custom Response with Partial Credit'
 => 'Voreingestellte Rolle und Sektion',  => 'Custom Response with Partial Credit',
   
    'Choose the role and/or section(s) to assign to users without values specified in the uploaded file'     'Data Plot with Numerical 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',  => 'Data Plot with Numerical Response',
   
    'Default role and/or section(s)'     'Essay Response'
 => 'Voreingestellte Rolle und/oder Sektion(en)',  => '尝试回答',
   
    'Role and/or section(s) for users without values specified in the uploaded file.'     'Exam Upload Resource'
 => 'Rolle und/oder Sektion(en) für Benutzer, für die keine Werte in der hochgeladenen Datei angegeben wurde',  => 'Exam Upload Resource',
   
    'Display students with current/future access who are not in the uploaded file.'     'Formula Response using Computer Algebra System'
 => 'Anzeige von Studenten mit aktuellem/zukünftigem Zugriff, die nicht in der hochgeladenen Datei sind.',  => 'Formula Response using Computer Algebra System',
   
    'Students selected from this list can be dropped.'     'Formula Response using Computer Algebra System and Hints'
 => 'Studenten, die von dieser Liste gewählt wurden, können aus dem Kurs ausgeschlossen werden.',  => 'Formula Response using Computer Algebra System and Hints',
   
    'Update Student/Employee ID in courses in which user is active/future student,[_1](if forcing change).'     'Formula Response using Computer Algebra System R and Data Plot'
 => 'Aktualisierung der ID/Matrikelnummer in Kursen, in denen der Benutzer aktueller/zukünftiger Student ist<br />(falls Änderung erzwungen wird). ',  => 'Formula Response using Computer Algebra System R and Data Plot',
   
    'make these dates the default access dates for future student enrollment'     'Formula Response with Samples'
 => 'Diese Datumswerte als voreingestellte Zugriffszeiten für zukünftige studentische Kursbelegungen verwenden',  => 'Formula Response with Samples',
   
    'Set default start and end access dates for course.'     'Unordered Multi-Answer Formula Response Problem'
 => 'Setze voreingestellte Anfangs- und Endezeitpunkte für Kurs',  => 'Unordered Multi-Answer Formula Response Problem',
   
    'Unable to set default access dates for course.'     'Math Response using Computer Algebra System MAXIMA'
 => 'Konnte nicht die voreingestellten Zugriffszeitpunkte für den Kurs setzen!',  => 'Math Response using Computer Algebra System MAXIMA',
   
    'Please select'     'Math Response using Computer Algebra System R'
 => 'Bitte wählen',  => 'Math Response using Computer Algebra System R',
   
    'User Status: [_1]'     'Math Response using Computer Algebra System and Hints'
 => 'Benutzerstatus: [_1]',  => 'Math Response using Computer Algebra System and Hints',
   
    'Role Type: [_1]'     'Numerical Response'
 => 'Art der Rolle: [_1]',  => 'Numerical Response',
   
    'Any role'     'One of Multiple Answers Numerical Problem'
 => 'Beliebige Rolle',  => 'One of Multiple Answers Numerical Problem',
   
    'Role: [_1]'     'Option Response - Matching'
 => 'Rolle: [_1]',  => 'Option Response - Matching',
   
    'Select Course(s)'     'Option Response - Concept Groups'
 => 'Kurs(e) auswählen',  => 'Option Response - Concept Groups',
   
    'Warning: data retrieval for multiple courses can take considerable time, as this operation is not currently optimized.'     'Matching Response'
 => 'Achtung: Das Abrufen von Daten für mehrere Kurse kann einige Zeit in Anspruch nehmen, da diese Aktion derzeit noch nicht optimiert ist.',  => 'Matching Response',
   
    'There are no co-authors to display.'     'Option Response - True/False'
 => 'Es gibt keine Co-Autoren, die angezeigt werden können.',  => 'Option Response - True/False',
   
    'There are no users with domain roles to display.'     'Organic Material Response'
 => 'Es gibt keine Benutzer mit Domänenrollen, die angezeigt werden können.',  => 'Organic Material Response',
   
    'There are no authors or co-authors to display.'     'Organic Material Response with Hint'
 => 'Es gibt keine Autoren oder Co-Autoren, die angezeigt werden können.',  => 'Organic Material Response with Hint',
   
    'There are no course users to display'     'Radio Button Response'
 => 'Es gibt keine Kursteilnehmer, 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 users matching the search criteria.'     'Rank Response'
 => 'Es gibt keine Benutzer, auf die die Suchkriterien zutreffen.',  => '等级制度 (Rank Response)',
   
    "You must select at least one user by checking a user's 'Select' checkbox"     'String Response'
 => "Sie müssen mindestens einen Benutzer auswählen, indem Sie die Checkboxen in der Spalte 'Auswählen' anklicken.",  => '文本输入 (String Response)',
   
    'You need to select an action to take for the user(s) you have selected'     'Display catalog of courses and communities'
 => 'Sie müssen eine Aktion auswählen, die für die ausgewählten Benutzer ausgeführt soll.',  => '课程目录',
   
    ' for a single user?'     'Manage co-authors'
 => '? (betrifft einen einzelnen Benutzer)',  => '管理共同作者',
   
    ' for multiple users?'     'Upload a File of Co-authors'
 => '? (betrifft mehrere Benutzer)',  => '上传共同作者的文件',
   
    'Proceed'     'Add/Modify a Co-author'
 => 'Weiter',  => '添加/修改一个共同的作者',
   
    'Action to take for selected users'     'Manage Co-authors'
 => 'Aktion für ausgewählte Benutzer',  => '管理共同作者',
   
    'Behavior of clickable username link for each user'     'No courses match the criteria you selected.'
 => 'Verhalten der Benutzerkennung-Links', # long version: 'Verhalten der anklickbaren Benutzerkennung-Links eines jeden Benutzers',  => '没有选择相对应的课程。',
   
    "Display a user's personal page"     'Key authority (<tt>id@domain</tt>) if other than course'
 => "显示个人网页",  => 'Key authority (<tt>id@domain</tt>) if other than course',
 #=> "Über-mich-Seite anzeigen",  
      'New bridgetask file'
    "Modify a user's information"  => 'New bridgetask file',
 => "Benutzerdaten ändern",  
      'Create problem'
    'Course(s): description, section(s), status'  => '创建问题',
 => 'Kurs(e): Beschreibung, Sektion(en), Status',  
      'Create library'
    "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 survey'
   => '创建调查',
    'auto'  
 => 'automatisch',     'Create task'
   => '创建任务',
    'manual'  
 => 'manuell',     'Problem Testing'
   => '问题测试',
    'Unlock'  
 => 'Entsperren',     "Don't Show Incorect/Correct Feedback"
   => "不显示不正确/正确的反馈",
    'Lock'  
 => 'Sperren',     "Don't Show Any Feedback"
   => "不显示任何反馈",
    'Domain Roles'  
 => 'Domänen-Rollen',     'Change View'
   => '更改视图',
    'Co-Author Roles'  
 => 'Co-Autoren-Rollen',     'Show Default View'
   => '查看默认视图',
    'Course Roles'  
 => 'Kurs-Rollen',     '[_1] for [_2] versions.'
   => '[_1] 的 [_2] 版本。',
    'Date and Section selector'  
 => 'Datums- und Sektions-Selektor',     'Set new preferred languages to '
   => '首选语言设置为 ',
    'Date selector'  
 => 'Datums-Selektor',     'Reset preferred language.'
   => '重设的首选语言。',
    "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'",     'Set new preferred math display to '
   => 'Set new preferred math display to ',
    "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'",     'Reset preferred math display.'
   => 'Reset preferred math display.',
    'Choose an action to take for selected users'  
 => 'Wählen Sie eine Aktion, die mit den ausgewählten Benutzern ausgeführt werden soll',     'Set new screenname to '
   => '在匿名讨论中新的昵称为 ',
    'New section to assign'  
 => 'Neue Sektion, die zugewiesen werden soll',     'Reset screenname.'
   => '重置昵称。',
    'Use "Save" to update the main window with your selections.'  
 => "Verwenden Sie 'Speichern', um im Hauptfenster Ihre Auswahl zu aktualisieren.",     'Set new nickname to '
   => '设置新的昵称为 ',
    'New section'  
 => 'Neue Sektion',     'Reset nickname.'
   => '重设昵称。',
    'Course - [_1]:'  
 => 'Kurs - [_1]:',     'Set menu mode to [_1].'
   => '设置菜单模式为 [_1]。',
    'Domain - [_1]:'  
 => 'Domäne - [_1]:',     'Reset '
   => '重置',
    'Users in course with expired [_1] roles'  
 => 'Benutzer im Kurs mit abgelaufener Rolle "[_1]"',     'Set message forwarding to '
   => '设置邮件转发到 ',
    'Users in course with future [_1] roles'  
 => 'Benutzer im Kurs mit zukünftiger Rolle "[_1]"',     "Set message forwarding to 'off'."
   => "设置邮件转发为'关闭'。",
    'Users in course with active [_1] roles'  
 => 'Benutzer im Kurs mit aktiver Rolle "[_1]"',     'Set non-critical message notification address(es) to '
   => '设置非重要的邮件通知地址为 ',
    'All users in course'  
 => 'Alle Benutzer im Kurs',     "Set non-critical message notification to 'off'."
   => "设置非重要的邮件通知为'关闭'。",
    'All users in course with [_1] roles'  
 => 'Alle Benutzer im Kurs mit Rolle "[_1]"',     'Set critical message notification address(es) to '
   => '设置重要的邮件通知地址为 ',
    'only users in section "[_1]"'  
 => 'nur Benutzer in Sektion "[_1]"',     "Set critical message notification to 'off'."
   => "设置重要的邮件通知为'关闭'。",
    'only users affiliated with no section or section "[_1]"'  
 => 'nur Benutzer, die in keiner Sektion oder in der Sektion "[_1]" sind',     'Set address(es) to receive excerpts with html retained '
   => '设置保留HTML摘录的地址为 ',
    ' and not in any group'  
 => ' und in keiner Gruppe',     'Set notification address to receive excerpts with html stripped.'
   => '设置接收邮件地址为不保留的HTML摘录。',
    ' and members of group: "[_1]"'  
 => ' und Mitglieder der Gruppe "[_1]"',     'Set all notification addresses to receive excerpts with html stripped.'
   => '设置所有的接收邮件地址为不保留的HTML摘录。',
    'only users affiliated with no section'  
 => 'nur Benutzer, die in keiner Sektion sind',     'Set Page Background to '
   => '设置页面的背景为 ',
    'only users affiliated with section "[_1]"'  
 => 'nur Benutzer, die in der Sektion "[_1]" sind',     'Set Header Background to '
   => '设置页眉背景为 ',
    'only users not in any group'  
 => 'nur Benutzer, die in keiner Gruppe sind',     'Set Header Border to '
   => '设置页眉边界为 ',
    ' and also not in any group'  
 => ' und auch nicht in einer Gruppe sind',     'Set Font to '
   => '设置字体为 ',
    'only members of group: "[_1]"'  
 => 'nur Mitglieder der Gruppe "[_1]"',     'Set Un-Visited Link to '
   => '设置未访问链接颜色为 ',
    ' and also members of group: "[_1]"'  
 => ' und auch Mitglieder der Gruppe "[_1] sind',     'Set Visited Link to '
   => '设置已访问链接颜色为 ',
    'Author space for [_1]'  
 => 'Autorenbereich für [_1]',     'Set Active Link to '
   => '设置活动链接颜色为 ',
    'Co-authors with expired [_1] roles'  
 => 'Co-Autoren mit abgelaufender Rolle "[_1]"',     'Reset Page Background'
   => '重设网页背景',
    'Co-authors with future [_1] roles'  
 => 'Co-Autoren mit zukünftiger Rolle "[_1]"',     'Reset Header Background'
   => '重置页眉背景',
    'Co-authors with active [_1] roles'  
 => 'Co-Autoren mit aktiver Rolle "[_1]"',     'Reset Header Border'
   => '重置页眉边界',
    'All co-authors'  
 => 'Alle Co-Autoren',     'Reset Font.'
   => '重置字体颜色。',
    'All co-authors with [_1] roles'  
 => 'Alle Co-Autoren mit Rolle "[_1]"',     'Reset Un-Visited Link.'
   => '重置未访问链接颜色。',
    'Users in domain with expired [_1] roles'  
 => 'Benutzer in Domäne mit abgelaufener Rolle "[_1]"',     'Reset Visited Link.'
   => '重置已访问链接颜色。',
    'Users in domain with future [_1] roles'  
 => 'Benutzer in Domäne mit zukünftiger Rolle "[_1]"',     'Reset Active Link.'
   => '重置活动链接颜色。',
    'Users in domain with active [_1] roles'  
 => 'Benutzer in Domäne mit aktiver Rolle "[_1]"',     'Freezing Role: [_1]'
   => '冻结的角色: [_1]',
    'All users in domain'  
 => 'Alle Benutzer in der Domäne',     'Unfreezing Role: [_1]'
   => '解冻的角色: [_1] reversed',
    'All users in domain with [_1] roles'  
 => 'Alle Benutzer in der Domäne mit der Rolle "[_1]"',     'No such user: '
   => '此用户不存在: ',
    'Co-authors in domain with expired [_1] roles'  
 => 'Co-Autoren in der Domäne mit abgelaufener 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 future [_1] roles'  
 => 'Co-Autoren in der Domäne mit zukünftiger 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 active [_1] roles'  
 => 'Co-Autoren in der Domäne mit aktiver 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.',
    'All users with co-author roles in domain'  
 => 'Alle Benutzer mit Co-Autoren-Rolle in der Domäne',     'Page requested in unexpected context'
   => 'Page requested in unexpected context',
    'All co-authors in domain  with [_1] roles'  
 => 'Alle Co-Autoren in der Domäne mit Rolle "[_1]"',     'Invalid username and/or domain'
   => 'Invalid username and/or domain',
    'All courses in domain'  
 => 'alle Kurse in der Domäne',     'Username and domain were blank'
   => 'Username and domain were blank',
    'Courses in domain with institutional code: [_1]'  
 => 'Kurse in der Domäne mit Institutscode "[_1]"',     'Authentication type for this user can not be changed by this mechanism'
   => 'Authentication type for this user can not be changed by this mechanism',
    'Selected courses in domain'  
 => 'Ausgewählte Kurse in der Domäne',     'One or more password fields were blank'
   => 'One or more password fields were blank',
    'All courses in domain'  
 => 'Alle Kurse in der Domäne',     'Please log out and try again.'
   => 'Please log out and try again.',
    'users with expired [_1] roles'  
 => 'Benutzer mit abgelaufener Rolle "[_1]"',     'Please try again later.'
   => 'Please try again later.',
    'users with future [_1] roles'  
 => 'Benutzer mit zukünftiger Rolle "[_1]"',     'Unable to retrieve saved token for password decryption'
   => 'Unable to retrieve saved token for password decryption',
    'users with active [_1] roles'  
 => 'Benutzer mit aktiver Rolle "[_1]"',     'Could not verify current authentication.'
   => 'Could not verify current authentication.',
    'all users'  
 => 'alle Benutzer',     'The new passwords you entered do not match.'
   => 'The new passwords you entered do not match.',
    'users with [_1] roles'  
 => 'Benutzer mit Rolle "[_1]"',     'Passwords must be a minimum of 7 characters long.'
   => 'Passwords must be a minimum of 7 characters long.',
    'There are no students to drop.'  
 => 'Es gibt keine Studenten, die ausgeschlossen werden könnten.',     'The password you entered contained illegal characters.'
   => 'The password you entered contained illegal characters.',
    'Upload a file containing information about users'  
 => 'Hochladen einer Datei mit Benutzerinformationen',     'Valid characters are'
   => 'Valid characters are',
    'Upload file of users'  
 => 'Hochladen einer Datei mit Benutzern',     'The password for [_1] was successfully changed.'
   => '[_1] 的密码已成功更改。',
    'How do I create a users list from a spreadsheet'  
 => 'Wie erstelle ich aus einer Excel-Datei eine Benutzerliste',     'The password for [_1] was not changed.'
   => 'The password for [_1] was not changed.',
    'How do I create a CSV file from a spreadsheet'  
 => 'Wie erstelle ich aus einer Excel-Datei eine CSV-Datei',     'In discussions: only new posts will be displayed.'
   => 'In discussions: only new posts will be displayed.',
    'Unable to enroll users'  
 => 'Konnte Studenten nicht den Kurs belegen lassen!',     'In discussions: all posts will be displayed.'
   => 'In discussions: all posts will be displayed.',
    'No Kerberos domain was specified.'  
 => 'Es wurde keine Kerberos-Domäne angegeben!',     '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.',
    'Enrolling Users'  
 => 'Benutzer werden aufgenommen',     '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".',
    'Updating Co-authors'  
 => 'Aktualisiere Co-Autoren',     'The e-mail address entered in row '
   => '电子邮件地址输入行 ',
    'Adding/Modifying Users'  
 => 'Füge Benutzer hinzu/Ändere',     'The e-mail address you entered'
   => '您输入的电子邮件地址',
    '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.',     'is not a valid e-mail address'
   => '不是一个有效的电子邮件地址',
    '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 Uploaded Score'
   => 'Title for the Uploaded Score',
    '[_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 Page'
   => '标题页',
    '[_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 Problem'
   => '问题的标题',
    'Section names and group names must be distinct.'  
 => 'Sektionsnamen und Gruppennamen müssen sich unterscheiden.',     'Title for the Drop Box'
   => 'Title for the Drop Box',
    '[_1]: Unable to enroll user [_2] [_3] [_4] [_5] in a section named "[_6]".'  
 => '[_1]: Kursbelegung für Benutzer [_2] [_3] [_4] [_5] in der Sektion "[_6]" nicht möglich.',     'Title for the Discussion Board'
   => '公告栏的标题',
    '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.',     'Not a valid 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]".',     'Please enter both user and domain in the format user:domain'
   => '请输入用户和域,格式为 用户:域',
    '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.',     'Personal Information Page of '
   => 'Personal Information Page of ',
    '[_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 info'
   => 'No info',
    'Allowable role(s) is/are: [_1].'  
 => 'Zulässige Rollen: [_1]',     'No user information available'
   => 'No user information available',
    '[_1]: Unable to enroll. No password specified.'  
 => '[_1]: Kursbelegung nicht möglich. Kein Passwort angegeben!',     'The new directory name was changed from [_1] to [_2].'
   => 'The new directory name was changed from [_1] to [_2].',
    '[_1]: Unable to add co-author. No password specified.'  
 => '[_1]: Hinzufügen des Co-Autors nicht möglich. Kein Passwort angegeben!',     'Unable to create a directory named'
   => 'Unable to create a directory named',
    '[_1]: Unable to add user. No password specified.'  
 => '[_1]: Hinzufügen des Benutzers nicht möglich. Kein Passwort angegeben!',     'A file or directory by that name already exists.'
   => 'A file or directory by that name already exists.',
    'Processed [quant,_1,user].'  
 => '[quant,_1,Benutzer,Benutzer] verarbeitet.',     'Allowing others to retrieve file: [_1]'
   => 'Allowing others to retrieve file: [_1]',
    'Roles added for [quant,_1,user].'  
 => 'Rollen für [quant,_1,Benutzer,Benutzer] hinzugefügt.',     '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.',
    '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.',     'Public files are available to anyone without the need for login.'
   => 'Public files are available to anyone without the need for login.',
    'No roles added'  
 => 'Keine Rollen hinzugefügt',     '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.',
    'Authentication changed for [_1] existing users.'  
 => 'Die Authentifizierungsmethode hat sich für [_1] existente(n) Benutzer geändert.',     'A listing of files viewable without log-in is available at: '
   => 'A listing of files viewable without log-in is available at: ',
    'Students to Drop'  
 => 'Auszuschließende Studenten',     "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:",
    'There are no students with current/future access to the course.'  
 => 'Es existieren keine Studenten mit aktuellem oder zukünftigem Zugriff auf den Kurs.',     "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",
    '[_1]: Unable to add/modify: [_2]'  
 => '[_1]: Hinzufügen/Ändern nicht möglich: [_2]',     'Conditional access controls for file: [_1]'
   => 'Conditional access controls for file: [_1]',
    '[_1]: Unable to modify authentication: [_2]'  
 => '[_1]: Ändern der Authentifizierungsmethode nicht möglich: [_2]',     'Help on setting up share access'
   => 'Help on setting up share access',
    '[_1]: Unable to add role: [_2]'  
 => '[_1]: Hinzufügen der Rolle nicht möglich: [_2]',     'Help on changing settings'
   => 'Help on changing settings',
    'No change in section assignment (none)'  
 => 'Keine Änderung in Sektionsbelegung (none)',     'Help on removing share access'
   => 'Help on removing share access',
    "Revoked role of '[_1]' in [_2] for [_3]"  
 => "Rolle '[_1]' entzogen in [_2] für [_3]",     'Public access: [_1]'
   => 'Public access: [_1]',
    "Deleted role of '[_1]' in [_2] for [_3]"  
 => "Rolle '[_1]' gelöscht in [_2] für [_3]",     'Dates available'
   => '能够使用的日期',
    "Re-enabled role of '[_1]' in [_2] for [_3]"  
 => "Rolle '[_1]' reaktiviert in [_2] für [_3]",     'Passphrase-protected access: [_1]'
   => 'Passphrase-protected access: [_1]',
    "Activated role of '[_1]' in [_2] for [_3]"  
 => "Rolle '[_1]' aktiviert in [_2] für [_3]",     'Passphrase'
   => 'Passphrase',
    "Changed Access Dates for role of '[_1]' in [_2] for [_3]"  
 => "Geänderte Zugriffszeiten für Rolle '[_1]' in [_2] für [_3]",     'Conditional access: [_1]'
   => 'Conditional access: [_1]',
    "Changed section for role of '[_1]' in [_2] for [_3]"  
 => "Geänderte Sektion 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.',
    "Dropped role of '[_1]' in [_2] for [_3]"  
 => "Rolle '[_1]' entzogen in [_2] für [_3]",     'Change Conditions'
   => 'Change Conditions',
    'Error revoking [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Entziehen für [_1] in [_2] für [_3]: [_4].',     'Add conditional access'
   => 'Add conditional access',
    'Error deleting [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Löschen für [_1] in [_2] für [_3]: [_4].',     'based on domain, username, or course affiliation.'
   => 'based on domain, username, or course affiliation.',
    'Error re-enabling [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Reaktivieren für [_1] in [_2] für [_3]: [_4].',     '[_1]-based conditional access: '
   => '[_1]-based conditional access: ',
    'Error activating [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Aktivieren für [_1] in [_2] für [_3]: [_4].',     'conditions'
   => 'conditions',
    '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].',     'condition'
   => 'condition',
    'Error changing section for [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Ändern der Sektion für [_1] in [_2] für [_3]: [_4].',     'Action?'
   => 'Action?',
    'Error dropping [_1] in [_2] for [_3]: [_4].'  
 => 'Fehler beim Entziehen für [_1] in [_2] für [_3]: [_4].',     'Allowed [_1] member affiliations'
   => 'Allowed [_1] member affiliations', # ???
    'Revoked role(s) for [quant,_1,user,users,no users].'  
 => 'Rolle(n) für [quant,_1,Benutzer,Benutzer,keinen Benutzer] entzogen.',     'No [_1]-based conditions defined.'
   => 'No [_1]-based conditions defined.',
    'Deleted role(s) for [quant,_1,user,users,no users].'  
 => 'Rolle(n) für [quant,_1,Benutzer,Benutzer,keinen Benutzer] gelöscht.',     'Type of change'
   => 'Type of change',
    'Re-enabled role(s) for [quant,_1,user,users,no users].'  
 => 'Rolle(n) für [quant,_1,Benutzer,Benutzer,keinen Benutzer] reaktiviert.',     'Access control'
   => 'Access control',
    'Activated role(s) for [quant,_1,user,users,no users].'  
 => 'Rolle(n) für [quant,_1,Benutzer,Benutzer,keinen Benutzer] aktiviert.',     'Additional information'
   => 'Additional information',
    '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 deleting access controls: [_1]'
   => 'A problem occurred deleting access controls: [_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.',     'A problem occurred saving access control settings: [_1]'
   => 'A problem occurred saving access control settings: [_1]',
    'Dropped role(s) for [quant,_1,user,users,no users].'  
 => 'Rolle(n) für [quant,_1,Benutzer,Benutzer,keinen Benutzer] entzogen.',     'opened folder'
   => 'opened folder',
    'Re-enabling will re-activate data for the role.'  
 => 'Reaktivierung wird die Daten der Rolle reaktivieren.',     'closed folder'
   => 'closed folder',
    'Display User Lists'  
 => 'Teilnehmerliste anzeigen',     'Passphrase-protected'
   => '密码保护',
    'Display current class roster'  
 => 'Aktuelle Kursteilnehmerliste anzeigen',     'Conditional'
   => 'Conditional',
    'No section'  
 => 'Keine Sektion',     'An error occurred ([_1]) while trying to delete [_2].'
   => 'An error occurred ([_1]) while trying to delete [_2].',
    'List Users'  
 => 'Benutzer anzeigen',     'File: [_1] deleted.'
   => '文件 [_1] 已删除。',
    'Pick custom role'  
 => 'Benutzerdefinierte Rolle wählen',     '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.',
    'Advanced Role'  
 => 'Erweiterte Rolle',     'Access controls also deleted for the file.'
   => 'Access controls also deleted for the file.',
    "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",     'Error: no valid filename was provided to rename to.'
   => 'Error: no valid filename was provided to rename to.',
    'Evade communication blocking'  
 => 'Umgehen der Kommunikationssperre',     'An error occurred ([_1]) while trying to rename [_2] to [_3]'
   => 'An error occurred ([_1]) while trying to rename [_2] to [_3]',
    'Generate anonymous statistics'  
 => 'Anonyme Statistiken erzeugen',     'The new filename was changed from:<br />[_1] to [_2]'
   => 'The new filename was changed from:<br />[_1] to [_2]',
    'Modify grade queue'  
 => 'Ändern der Bewertungs-Warteschlange',     '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.',
    'Grade items in grading queue'  
 => 'Bewerten von Elementen in der Bewertungs-Warteschlange',     'An error occurred ([_1]) while trying to upload [_2].'
   => 'An error occurred ([_1]) while trying to upload [_2].',
    'Set assessment parameters'  
 => 'Beurteilungs-Parameter setzen', # Ressourcenparameter setzen/ändern (???)     'An error occurred (dir) ([_1]) while trying to delete [_2].'
   => 'An error occurred (dir) ([_1]) while trying to delete [_2].',
    'Advanced printing options (with answers, discussions, all foils, ...)'  
 => 'Erweiterte Druckoptionen (mit Antworten, Diskussionen, allen Auswahlmöglichkeiten, ...)',     '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].',
    'Print for other users and entire course'  
 => 'Für andere Benutzer und für gesamten Kurs drucken',     'An error occurred ([_1]) while trying to create a new directory [_2].'
   => 'An error occurred ([_1]) while trying to create a new directory [_2].',
    'Get identity behind anonymous postings'  
 => 'Identität hinter anonymen Beiträgen erhalten können',     'Access controls updated to reflect the name change.'
   => 'Access controls updated to reflect the name change.',
    'View grades'  
 => 'Beurteilungen anzeigen',     '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.',
    "Access to What's New page"  
 => "Zugriff auf Was-gibt's-Neues-Seite",     '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.',
    'Upload Users List'  
 => 'Datei mit Benutzern hochladen',     '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.',
    'Update Users'  
 => 'Benutzer aktualisieren',     'Current access controls defined for this file:'
   => 'Current access controls defined for this file:',
    'Create/modify a user'  
 => 'Einzelnen Benutzer hinzufügen/ändern',     'No access control settings currently exist for this file.'
   => 'No access control settings currently exist for this file.',
    'Search for a user and modify/add user information or roles'  
 => 'Suche nach einem Benutzer und ändern/hinzufügen von Benutzerdaten oder -rollen',     'Deleted'
   => 'Deleted',
    'Add/modify a single user'  
 => 'Einzelnen Benutzer hinzufügen/ändern',     'No end date'
   => '无结束日期',
    'Create users or modify the roles and privileges of users'  
 => 'Benutzer, -rechte und -rollen erstellen/ändern',     'Start: '
   => '开始: ',
    'Upload a File of Users'  
 => 'Hochladen einer Datei mit Benutzern',     'End: '
   => '结束: ',
    'Add/Modify a Single User'  
 => 'Einzelnen Benutzer hinzufügen/ändern',     'Domains: '
   => '域: ',
    'create new user if required'  
 => 'falls notwendig, neuen Benutzer erstellen',     'Users: '
   => '用户: ',
    'Manage Multiple Users'  
 => 'Verwaltung mehrerer Benutzer',     'New control(s) added'
   => 'New control(s) added',
    'Create/Modify user'  
 => 'Benutzer erstellen/ändern',     'Existing control(s) deleted'
   => 'Existing control(s) deleted',
    'Visible input'  
 => 'Sichtbare Eingabe',     'Existing control(s) modified'
   => 'Existing control(s) modified',
    'Currently in use'  
 => 'Derzeit in Verwendung',     '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>',
    'Modify this user: [_1]'  
 => 'Weitere Änderungen für Benutzer [_1]',     'Display all access settings for this file'
   => 'Display all access settings for this file',
    'Blank Problem'  
 => 'Leere Aufgabe',     'Add a roles-based condition'
   => 'Add a roles-based condition',
    'Chemical Reaction Response'  
 => 'Chemische Reaktion',     'New role-based condition'
   => 'New role-based condition',
    'Click-On-Image Problem'  
 => 'Klick-ins-Bild',     "Format for users' username:domain information:"
   => "Format for users' username:domain information:", # ??? -> portfolio.pm
    'Curve Plot with Numerical Response'  
 => 'Dynamischer Graph mit numerischer Antwort',     'Add new [_1] condition(s)?'
   => 'Add new [_1] condition(s)?',
    'Custom Response'  
 => 'Customresponse',     'Number to add: '
   => 'Number to add: ',
    'Data Plot with Numerical Response'  
 => 'Datenplot mit numerischer Antwort',     '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.',
    'Drop Box'  
 => '收件箱',     'Course status'
 #=> 'Dropbox',  => 'Course status', # '[_1] 状态',
   
    'Essay Response'     'Files selected from other directories:'
 => 'Essay',  => 'Files selected from other directories:',
   
    'Exam Upload Resource'     'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.'
 => 'Examen-Hochlade-Ressource',  => 'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.',
   
    'Formula Response using Computer Algebra System'     'Unable to upload [_1]. A locked file by that name was found in [_2].'
 => 'Formel mit Computer-Algebra-System',  => 'Unable to upload [_1]. A locked file by that name was found in [_2].',
   
    'Formula Response using Computer Algebra System and Hints'     'You will be able to rename or delete existing [_1] after a grade has been assigned.'
 => 'Formel mit Computer-Algebra-System und Hinweisen',  => 'You will be able to rename or delete existing [_1] after a grade has been assigned.',
   
    'Formula Response with Samples'     'Unable to upload [_1]. A file by that name was found in [_2].'
 => 'Formel mit Abtastpunkten',  => 'Unable to upload [_1]. A file by that name was found in [_2].',
   
    'Unordered Multi-Answer Formula Response Problem'     'To upload, rename or delete existing [_1] in [_2].'
 => 'Formel - mehrere Antworten, ungeordnet',  => 'To upload, rename or delete existing [_1] in [_2].', # ???
   
    'Math Response using Computer Algebra System'     'Rename [_1] to [_2]?'
 => 'Mathematische Antwort mit Computer-Algebra-System (mathresponse)',  => 'Rename [_1] to [_2]?',
   
    'Math Response using Computer Algebra System and Hints'     'Reference Warning'
 => 'Mathematische Antwort mit Computer-Algebra-System und Hinweisen (mathresponse)',  => 'Reference Warning',
   
    'Numerical Response'     '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.'
 => 'Numerisch',  => '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.',
   
    'One of Multiple Answers Numerical Problem'     'Please select the locations from which the referenced files are to be uploaded.'
 => 'Numerisch - eine aus mehreren Antworten',  => 'Please select the locations from which the referenced files are to be uploaded.',
   
    'Option Response - Matching'     'Delete [_1]?'
 => 'Zuordnung mit Optionen (Option Response - Matching)',  => '删除 [_1]?',
   
    'Option Response - Concept Groups'     'Edit Portfolio File Catalog Information'
 => 'Zuordnung mit Optionen - Konzeptgruppen (Option Response - Concept Groups)', # 'Optionsauswahl mit Konzeptgruppen',  => '编辑组合文件的目录信息',
   
    'Matching Response'     'Edit Group Portfolio File Catalog Information'
 => 'Zuordnung mit Optionen - indirekt (Matching Response)',  => '编辑组组合文件的目录信息',
   
    'Option Response - True/False'     'Update'
 => 'Zuordnung mit Optionen - wahr/falsch (Option Response - True/False)', # 'Optionen - wahr/falsch',  => '更新',
   
    'Organic Material Response'     'domains'
 => 'Organisches Material',  => '域',
   
    'Radio Button Response'     'users'
 => '1-aus-n (radiobutton)',  => '用户',
   
    'Randomly Labelled Image with Option Response'     'Access'
 => 'Dynamische Bildbeschriftung mit Optionsauswahl (Randomly Labelled Image)',  => 'Access',
   
    'Rank Response'     'Conditional: domain-based'
 => 'Rangordnung (Rank Response)',  => 'Conditional: domain-based',
   
    'String Response'     'Conditional: user-based'
 => 'Texteingabe (String Response)',  => 'Conditional: user-based',
   
    'Display catalog of courses'     'Conditional: course-based'
 => '课程目录', # long version: 显示课程目录  => 'Conditional: course-based',
 #=> 'Kursübersicht', # long version: Kursübersicht anzeigen  
      '[_1] was submitted in response to problem: [_2]'
    'Manage co-authors'  => '[_1] was submitted in response to problem: [_2]',
 => 'Co-Autoren verwalten',  
      '[_1] was handed back in response to problem: [_2]'
    'Upload a File of Co-authors'  => '[_1] was handed back in response to problem: [_2]',
 => 'Datei mit Co-Autoren hochladen',  
      'In the course:'
    'Add/Modify a Single Co-author'  => 'In the course:',
 => 'Einzelnen Co-Autor hinzufügen/ändern',  
      'Back'
    'Display Co-authors and Manage Multiple Users'  => '返回',
 => 'Co-Autoren anzeigen/Verwaltung mehrerer Benutzer',  
      'Error: no directory name was provided.'
    'No courses match the criteria you selected.'  => '错误:没有输入目录名称。',
 => 'Es existieren keine Kurse, die der getroffenen Auswahl entsprechen.',  
      'Unable to create a directory named [_1].'
    'Key authority (<tt>id@domain</tt>) if other than course'  => '无法创建目录名 [_1]。',
 => 'Schlüsselmeister (<tt>id@domäne</tt>), falls anderer als der des Kurses',  
      'Action disallowed'
    'New bridgetask file'  => '不允许行动',
 => 'Neue "bridgetask"-Datei',  
      'You do not have sufficient privileges to [_1]'
    'Create problem'  => '您没有足够权限 [_1]',
 => 'Aufgabe erstellen',  
      'upload files'
    'Create library'  => '上传文件',
 => 'Bibliothek erstellen',  
      'delete files'
    'Create survey'  => '删除文件',
 => 'Umfrage erstellen',  
      'rename files'
    'Create task'  => '重命名文件',
 => '"Bridgetask" erstellen',  
      'set access controls for files'
    'Problem Testing'  => '设置访问控制文件',
 => 'Testen von Aufgaben',  
      "in the group's group portfolio."
    "Don't Show Incorect/Correct Feedback"  => "in the group's group portfolio.",
 => "Korrekt/Inkorrekt-Hinweis nicht anzeigen",  
      'in this portfolio.'
    "Don't Show Any Feedback"  => '在这个组区。',
 => "Keinerlei Hinweis anzeigen",  
      'You do not have the privileges required to access the shared files space for this group.'
    'Change View'  => '您没有权限访问该组的共享文件。',
 => 'Anzeigeart wechseln',  
      'Not a valid group for this course'
    'Show Default View'  => '本课程里不是一个有效的组',
 => 'Standard-Anzeigeart',  
      'Group files for [_1]'
    '[_1] for [_2] versions.'  => '[_1] 组的组文件 ',
 => '[_1] für [_2] Versionen.',  
      'Invalid group'
    'Set new preferred languages to '  => '无效组',
 => 'Bevorzugte Sprache gesetzt auf ',  
      'No file was selected to upload.'
    'Reset preferred language.'  => '没有文件被选中上传。',
 => 'Bevorzugte Sprache zurückgesetzt.',  
      'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'
    'Set new preferred math display to '  => '要上传文件,请点击<strong>浏览... </strong>,并选择一个文件,然后点击<strong>上传</strong> 。',
 => 'Bevorzugte Methode, um wissenschaftliche Formeln darzustellen, gesetzt auf ',  
      'Pick functionality'
    'Reset preferred math display.'  => '选择功能',
 => 'Bevorzugte Methode, um wissenschaftliche Formeln darzustellen, zurückgesetzt.',  
      'Functionality to display/modify'
    'Set new screenname to '  => '功能显示/修改',
 => 'Nickname für anonyme Beiträge gesetzt auf ',  
      'You must select at least one functionality type to display.'
    'Reset screenname.'  => '您必须至少选择一个功能型。',
 => 'Nickname für anonyme Beiträge zurückgesetzt.',  
      'Default color schemes'
    'Set new nickname to '  => '默认颜色方案',
 => 'Nickname gesetzt auf ',  
      'Log-in page options'
    'Reset nickname.'  => '登录页面选项',
 => 'Nickname zurückgesetzt.',  
      'Default authentication/language/timezone'
    'Set menu mode to [_1].'  => '默认的身份验证/语言/时区',
 => 'Menümodus auf [_1] gesetzt.',  
      'Default quotas for user portfolios'
    'Reset '  => 'Default quotas for user portfolios',
 => ' zurückgesetzt',  
      'Auto-update settings'
    'Set message forwarding to '  => '设置自动更新',
 => 'Nachrichtenweiterleitung gesetzt auf ',  
      'Institutional directory searches'
    "Set message forwarding to 'off'."  => 'Institutional directory searches',
 => "Nachrichtenweiterleitung auf 'aus' gesetzt.",  
      'User creation'
    'Set non-critical message notification address(es) to '  => '创建用户',
 => 'Benachrichtigungsadresse(n) für nicht-wichtige Nachrichten gesetzt auf ',  
      'User modification'
    "Set non-critical message notification to 'off'."  => '用户设置',
 => "Benachrichtigung für nicht-wichtige Nachrichten auf 'aus' gesetzt.",  
      'Bubblesheet format file'
    'Set critical message notification address(es) to '  => 'Bubblesheet format file',
 => 'Benachrichtigungsadresse(n) für wichtige Nachrichten gesetzt auf ',  
      'Cataloging of courses'
    "Set critical message notification to 'off'."  => '课程目录',
 => "Benachrichtigung für wichtige Nachrichten auf 'aus' gesetzt.",  
      'Display options'
    'Set address(es) to receive excerpts with html retained '  => '显示选项',
 => 'Adresse(n) zum Empfang von Nachrichtenauszügen mit Beibehaltung von HTML gesetzt auf ',  
      'Display using: '
    'Set notification address to receive excerpts with html stripped.'  => 'Display using: ',
 => 'Adresse zum Empfang von Nachrichtenauszügen gesetzt auf ohne Beibehaltung von HTML.',  
      'one column'
    'Set all notification addresses to receive excerpts with html stripped.'  => '一列',
 => 'Alle Beachrichtigungsadressen zum Empfang von Nachrichtenauszügen gesetzt auf ohne Beibehaltung von HTML.',  
      'two columns'
    'Set Page Background to '  => '两列',
 => 'Seitenhintergrundfarbe gesetzt auf ',  
      'Changes made:'
    'Set Header Background to '  => 'Changes made:',
 => 'Kopfbereich-Hintergrundfarbe gesetzt auf ',  
      'Back to configuration display'
    'Set Header Border to '  => 'Back to configuration display',
 => 'Kopfbereich-Rahmenfarbe gesetzt auf ',  
      'No changes made to log-in page settings'
    'Set Font to '  => 'No changes made to log-in page settings',
 => 'Schriftfarbe gesetzt auf ',  
      'Support Request'
    'Set Un-Visited Link to '  => 'Support Request',
 => 'Farbe für nicht besuchte Links gesetzt auf ',  
      'Do <b>not</b> use this form to ask questions about course content.'
    'Set Visited Link to '  => 'Do <b>not</b> use this form to ask questions about course content.',
 => 'Farbe für besuchte Links gesetzt auf ',  
      'Contact your instructor instead.'
    'Set Active Link to '  => 'Contact your instructor instead.',
 => 'Farbe für aktive Links gesetzt auf ',  
      'Cc'
    'Reset Page Background'  => '抄送',
 => 'Seitenhintergrundfarbe zurückgesetzt',  
      'Your e-mail address'
    'Reset Header Background'  => '您的E-Mail地址',
 => 'Kopfbereich-Hintergrundfarbe zurückgesetzt',  
      'Search and Enroll'
    'Reset Header Border'  => '搜索和注册',
 => 'Kopfbereich-Rahmenfarbe zurückgesetzt',  
      'Search or Add New User'
    'Reset Font.'  => '搜索或添加新用户',
 => 'Schriftfarbe zurückgesetzt.',  
      'No username and/or domain provided.'
    'Reset Un-Visited Link.'  => 'No username and/or domain provided.',
 => 'Farbe für nicht besuchte Links zurückgesetzt.',  
      'No match was found for the username ([_1]) in LON-CAPA domain: [_2]'
    'Reset Visited Link.'  => 'No match was found for the username ([_1]) in LON-CAPA domain: [_2]',
 => 'Farbe für besuchte Links zurückgesetzt.',  
      'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.'
    'Reset Active Link.'  => 'Submit a request to the LON-CAPA [_1]helpdesk[_2] for [_3] if you require assistance.',
 => 'Farbe für aktive Links zurückgesetzt.',  
      'Problems occurred in creating the new Excel file.'
    'Freezing Role: [_1]'  => 'Problems occurred in creating the new Excel file.',
 => 'Einfrieren der Rolle [_1]',  
      'Problems occurred in creating the output file.'
    'Unfreezing Role: [_1]'  => 'Problems occurred in creating the output file.',
 => 'Einfrieren der Rolle [_1] aufgehoben',  
      'Problems occurred in writing the CSV file.'
    'No such user: '  => 'Problems occurred in writing the CSV file.',
 => 'Dieser Benutzer existiert nicht: ',  
      'This error has been logged.'
    '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.'  => 'This error has been logged.',
 => '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.',  
      'Please alert your LON-CAPA administrator.'
    'Sorry, the token generated when you requested a password reset has expired.'  => 'Please alert your LON-CAPA administrator.',
 => 'Tut mir leid, das erzeugte Merkzeichen zum Zurücksetzen Ihres Passworts ist bereits abgelaufen und daher nicht mehr gültig.',  
      'Records [_1]'
    'Sorry, the URL generated when you requested reset of your password contained incomplete information.'  => 'Records [_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.',  
      'Filter [_1]'
    'Page requested in unexpected context'  => 'Filter [_1]',
 => 'Die Seite wurde in unerwartetem Kontext aufgerufen',  
      'Under you current role you are not permitted to change login settings for this user'
    'Invalid username and/or domain'  => 'Under you current role you are not permitted to change login settings for this user',
 => 'Ungültige Benutzerkennung und/oder Domäne',  
      'History'
    'Username and domain were blank'  => '历史',
 => 'Benutzerkennung und Domäne waren leer',  
      'Part '
    'Authentication type for this user can not be changed by this mechanism'  => '部分 ',
 => 'Die Authentifizierungsmethode kann für diesen Benutzer nicht auf die gewünschte Methode umgestellt werden',  
      'Transaction [_1]'
    'One or more password fields were blank'  => 'Transaction [_1]', # ???
 => 'Ein oder mehrere Passwort-Felder waren leer',  
      'Nothing submitted - no attempts.'
    'Please log out and try again.'  => 'Nothing submitted - no attempts.',
 => 'Bitte loggen Sie sich aus und versuchen Sie es erneut.',  
      'No data.'
    'Please try again later.'  => 'No data.',
 => 'Bitte versuchen Sie es später noch einmal.',  
      'Open in a new window'
    'Unable to retrieve saved token for password decryption'  => 'Open in a new window',
 => 'Es ist nicht möglich, das gespeicherte Merkzeichen für die Passwortverschlüsselung abzurufen',  
      'Revoke user roles'
    'Could not verify current authentication.'  => 'Revoke user roles',
 => 'Die aktuelle Authentifizierung konnte nicht bestätigt werden',  
      'Delete user roles'
    'The new passwords you entered do not match.'  => 'Delete user roles',
 => 'Die Bestätigung des neuen Passworts stimmt nicht mit dem neuen Passwort überein.',  
      'Re-enable expired user roles'
    'Passwords must be a minimum of 7 characters long.'  => 'Re-enable expired user roles',
 => 'Das Passwort muss mindestens 7 Zeichen lang sein.',  
      'Make future user roles active now'
    'The password you entered contained illegal characters.'  => 'Make future user roles active now',
 => 'Das von Ihnen eingegebene Passwort enthält ungültige Zeichen.',  
      'Change starting/ending dates'
    'Valid characters are'  => 'Change starting/ending dates',
 => 'Gültige Zeichen sind',  
      'Change section associated with user roles'
    'The password for [_1] was successfully changed'  => 'Change section associated with user roles',
 => 'Das Passwort für [_1] wurde erfolgreich geändert',  
      'Modify existing user: '
    '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.',  
      'Enroll one student: '
    'In discussions: only new posts will be displayed.'  => '注册一名学生: ',
 => 'In Diskussionen: Es werden nur neue Beiträge angezeigt.',  
      'Existing Roles'
    'In discussions: all posts will be displayed.'  => '现有的角色',
 => 'In Dikussionen: Es werden alle Beiträge angezeigt.',  
      'Existing Roles in this Course'
    'In discussions: new posts will be cease to be identified as "NEW" after display.'  => '课程中现有的角色',
 => 'In Diskussionen: Es werden nach dem Anzeigen nicht mehr als "NEU" angezeigt.',  
      'Existing Co-Author Roles in your Authoring Space'
    'In discussions: posts will be identified as "NEW" until marked as read by the reader.'  => 'Existing Co-Author Roles in your Authoring Space',
 => 'In Diskussionen: Es werden Beiträge solange als "NEU" interpretiert, bis sie durch den Leser als gelesen markiert werden.',  
      'Existing Roles in this Domain'
    'The e-mail address entered in row '  => '在该域中现有的角色',
 => 'Die E-Mail-Adresse, die Sie in der Zeile ',  
      'Text-based Interface Login'
    'The e-mail address you entered'  => 'Text-based Interface Login',
 => 'Die von Ihnen eingegebene E-Mail-Adresse',  
      'Select Accessibility Options'
    'is not a valid e-mail address'  => 'Select Accessibility Options',
 => 'ist keine gültige E-Mail-Adresse',  
      'Suppress rendering of images'
    'Title for the Uploaded Score'  => 'Suppress rendering of images',
 => 'Titel für Formular zum Hochladen von Noten',  
      'Suppress Java applets'
    'Title for the Page'  => '禁止Java小程序',
 => 'Titel der Seite',  
      'Suppress rendering of embedded multimedia'
    'Title for the Problem'  => 'Suppress rendering of embedded multimedia',
 => 'Titel der Aufgabe',  
      'Increase font size'
    'Title for the Drop Box'  => '放大字体',
 => 'Titel der Dropbox',  
      'Switch to black and white mode'
    'Title for the Bulletin Board'  => '切换到黑白模式',
 => 'Titel des Schwarzen Bretts',  
      'Remember these settings for next login'
    '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!',  
      'You are already logged in'
    'About [_99]'  => '您已经登录!',
 => 'Über-mich-Seite von [_99]',  
      'Please either [_1]continue the current session[_2] or [_3]logout[_4].'
    'No info'  => '您的选择:[_1]继续当前的会话[_2]或者[_3]退出[_4]。',
 => 'Keine Information vorhanden',  
      'Login problems?'
    'No user information available'  => '无法登录?',
 => 'Keine Benutzerdaten verfügbar',  
      'Reset password'
    'The new directory name was changed from [_1] to [_2].'  => '重设密码',
 => 'Der Name des neuen Verzeichnisses wurde von [_1] in [_2] geändert.',  
      'Reset forgotten LON-CAPA password'
    'Unable to create a directory named'  => '重置 LON-CAPA 密码',
 => 'Es war nicht möglich ein Verzeichnis anzulegen mit dem Namen',  
      '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.'
    'A file or directory by that name already exists.'  => '如果您使用相同的帐户的其他校园服务除了LON-CAPA, (例如,电子邮件,课程注册等) ,一个单独的中央管理机制可以重置密码。然而,如果您的帐户只是用于LON-CAPA访问,您可以从这个网页重置密码。',
 => 'Es existert bereits eine Datei oder ein Verzeichnis mit diesem Namen.',  
      'Three conditions must be met:'
    'Allowing others to retrieve file: [_1]'  => '三个条件必须满足:',
 => 'Für andere Zugriff erlauben auf die Datei: [_1]',  
      'An e-mail address must have previously been associated with your LON-CAPA username.'
    'Access to this file by others can be set to be one or more of the following types: public, passphrase-protected or conditional.'  => '必须有一个电子邮件地址与您的LON-CAPA用户联系在一起的。',
 => 'Zugriff durch andere auf diese Datei kann auf folgende drei Typen eingestellt werden: öffentlich, passwortgeschützt oder bedingungsabhängig',  
      'You must be able to access e-mail sent to that address.'
    'Public files are available to anyone without the need for login.'  => '您必须能访问即将发送的电子邮件地址。',
 => 'Öffentliche Dateien sind für alle verfügbar, auch ohne Login.',  
      'Your LON-CAPA account must be of a type for which LON-CAPA can reset a password.'
    'Passphrase-protected files do not require log-in, but will require the viewer to enter the passphrase you set.'  => '您 LON-CAPA 帐户必须是一个类型为 LON-CAPA 可以重置密码。',
 => 'Passwortgeschützte Dateien erfordern keinen Login, aber es ist für den Zugriff notwendig, dass das von Ihnen hinterlegte Passwort eingegeben wird.',  
      'Thank you for your request to reset the password for your LON-CAPA account.'
    'A listing of files viewable without log-in is available at: '  => '感谢您要求重设 LON-CAPA 帐户的密码 。',
 => 'Eine Liste von Dateien, die ohne Login verfügbar sind, gibt es unter: ',  
      'Email 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:"  => 'Email 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): ",  
      'E-mail address in LON-CAPA'
    "Users with privileges to edit course contents may add a course information page to a course using the 'Course Info' button in DOCS"  => 'E-mail address in LON-CAPA',
 => "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'",  
      'The username you provided was not verified as a valid username in the LON-CAPA system for the [_1] domain.'
    'Conditional access controls for file: [_1]'  => '您提供的用户名不是有效的用户名在 LON-CAPA 系统在该[_1]域。',
 => 'Bedingte Zugriffskontrolle für Datei: [_1]',  
      'Please [_1]go back[_2] and try again.'
    'Help on setting up share access'  => '请[_1]返回[_2] ,然后再试一次。',
 => 'Hilfe zum Einstellen für gemeinsamen Zugriff',  
      'The e-mail address you provided does not appear to be a valid address.'
    'Help on changing settings'  => '您提供的电子邮件地址不是一个有效的地址。',
 => 'Hilfe zum Ändern der Einstellungen',  
      'A valid e-mail address was not located in the LON-CAPA system for the username and domain you provided.'
    'Help on removing share access'  => '您提供的用户名和域在 LON-CAPA 系统中没有找到一个有效的电子邮件地址。',
 => 'Hilfe zum Entfernen des gemeinsamen Zugriffs',  
      'The username you provided uses an authentication type which can not be reset directly via LON-CAPA.'
    'Public access: [_1]'  => '您提供的用户名使用的身份验证类型,不能直接通过 LON-CAPA 重置密码。',
 => 'Öffentlicher Zugriff: [_1]',  
      'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3].'
    'Dates available'  => '您不妨联系[_2]的[_3]的[_1] LON-CAPA 求助。',
 => 'Verfügbare Datumseinstellungen',  
      'You may wish to send an e-mail to the server administrator: [_1] for [_2].' # 1: e-mail, 2: domain
    'Passphrase-protected access: [_1]'  => '您不妨给服务器管理员发送电子邮件: [_1]的[_2] 。',
 => 'Passwortgeschützter Zugriff: [_1]',  
      'Assigning yourself a co-author or assistant co-author role in your own author area in Authoring Space is not permitted'
    'Passphrase'  => 'Assigning yourself a co-author or assistant co-author role in your own author area in Authoring Space is not permitted',
 => 'Passwort',  
      'Owner(s)'
    'Conditional access: [_1]'  => 'Owner(s)',
 => 'Bedingungsabhängiger Zugriff: [_1]',  
      'Practice Problem'
    'You have previously set [_1] conditional access controls.'  => '练习题',
 => 'Zuvor haben Sie [_1] bedingungsabhängige Zugriffskontrollen eingerichtet.',  
      'Submissions are not permanently recorded'
    'Change Conditions'  => 'Submissions are not permanently recorded',
 => 'Bedingungen ändern',  
      'Submissions to practice problems are not permanently recorded.'
    'Add conditional access'  => 'Submissions to practice problems are not permanently recorded.',
 => 'Bedingungsabhängigen Zugriff hinzufügen',  
      'not graded'
    'based on domain, username, or course affiliation.'  => 'not graded',
 => 'basierend auf Domäne, Benutzerkennung oder Kurszugehörigkeit',  
      'Course initialization preference'
    '[_1]-based conditional access: '  => 'Course initialization preference',
 => '[_1]-basierter bedingungsabhängiger Zugriff: ',  
      'Choose which page will be displayed when you enter this course after selecting a role.'
    'conditions'  => 'Choose which page will be displayed when you enter this course after selecting a role.',
 => 'Bedingungen',  
      'Current value is determined by'
    'condition'  => 'Current value is determined by',
 => 'Bedingung',  
      'and is set to display'
    'Action?'  => 'and is set to display',
 => 'Aktion?',  
      'Page display controlled by'
    'Allowed [_1] member affiliations'  => 'Page display controlled by',
 => 'Zugelassene [_1] Mitgliedszugehörigkeiten', # ???  
      'If'
    'No [_1]-based conditions defined.'  => 'If',
 => 'Keine [_1]-basierten Bedingungen definiert.',  
      'Choose course entry'
    'Type of change'  => 'Choose course entry',
 => 'Änderungsart',  
      'Modify course entry'
    'Access control'  => 'Modify course entry',
 => 'Zugriffskontrolle',  
      'No members to add at this time, as there are no users matching the specified type(s), role(s) and section(s).'
    'Additional information'  => 'No members to add at this time, as there are no users matching the specified type(s), role(s) and section(s).',
 => 'Zusätzliche Informationen',  
      '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.'
    'A problem occurred deleting access controls: [_1]'  => '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.',
 => 'Beim Löschen der Zugriffkontrollen trat ein ein Problem auf: [_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."
    'A problem occurred saving access control settings: [_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 Speichern der Zugriffskontroll-Einstellungen trat ein Problem auf: [_1]',  
      'Setting optional privileges for specific group members'
    'opened folder'  => '对具体组成员设置可选的权限',
 => 'geöffnetes Verzeichnis',  
      'As no group tools will be made available to users, there are no specific user privileges to set.'
    'closed folder'  => 'As no group tools will be made available to users, there are no specific user privileges to set.',
 => 'geschlossenes Verzeichnis',  
      'Create group'
    'Passphrase-protected'  => '创建组',
 => 'Passwortgeschützt',  
      '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.'
    'Conditional'  => '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.',
 => 'Bedingungsabhängig',  
      '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).'
    'An error occurred ([_1]) while trying to delete [_2].'  => '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).',
 => 'Beim Versuch [_2] zu löschen ist ein Fehler aufgetreten: [_1]',  
      'A problem occurred when creating folders for the new group [_1]:'
    'File: [_1] deleted.'  => 'A problem occurred when creating folders for the new group [_1]:',
 => 'Die Datei [_1] wurde gelöscht.',  
      'Group [_1] was created.'
    'An error occurred ([_1]) while trying to delete access controls for the file.'  => '组 [_1] 已创建。',
 => 'Beim Versuch Zugriffkontrollen für die Datei zu löschen, ist ein Fehler aufgetreten: [_1]',  
      'E-mail Address'
    'Access controls also deleted for the file.'  => 'E-mail Address',
 => 'Auch die Zugriffskontrollen wurden für diese Datei gelöscht.',  
      'Closes '
    'Error: no valid filename was provided to rename to.'  => 'Closes ',
 => 'Fehler: Das Umbenennen ist nicht möglich, da für den neuen Dateinamen kein gültiger Dateiname angegeben wurde.',  
      'The resources in "[_1]" are open for a limited time. Once you click the "Show Resource" button below you have [_2] to complete all resources "[_1]".'
    'An error occurred ([_1]) while trying to rename [_2] to [_3]'  => 'The resources in "[_1]" are open for a limited time. Once you click the "Show Resource" button below you have [_2] to complete all resources "[_1]".',
 => 'Beim Versuch [_2] nach [_3] umzubenennen ist ein Fehler aufgetreten: [_1]',  
      'This resource "[_1]" is open for a limited time. Once you click the "Show Resource" button below you have [_2] to complete this resource "[_1]".'
    'The new file name was changed from:<br />[_1] to [_2]'  => '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]".',
 => 'Der neue Dateiname wurde geändert von:<br />[_1] nach [_2]',  
      '[quant,_1,day]'
    'An error occurred ([_1]) while trying to delete access control records for the old name.'  => '[quant,_1,day]',
 => 'Beim Versuch Zugriffskontroll-Datensätze für den alten Namen zu löschen ist ein Fehler aufgetreten: [_1]',  
      '[quant,_1,hour]'
    'An error occurred ([_1]) while trying to upload [_2].'  => '[quant,_1,hour]',
 => 'Beim Versuch [_2] hochzuladen ist ein Fehler aufgetreten: [_1]',  
      '[quant,_1,minute]'
    'An error occurred (dir) ([_1]) while trying to delete [_2].'  => '[quant,_1,minute]',
 => 'Beim Versuch das Verzeichnis [_2] zu löschen ist ein Fehler aufgetreten: [_1]',  
      '[quant,_1,second]'
    'An error occurred ([_1]) while trying to upload [_2] for embedded element [_3].'  => '[quant,_1,second]',
 => 'Beim Versuch [_2] für das eingebettete Element [_3] hochzuladen ist ein Fehler aufgetreten: [_1]',  
      'Start Timer?'
    'An error occurred ([_1]) while trying to create a new directory [_2].'  => 'Start Timer?',
 => 'Beim Versuch das Verzeichnis [_2] anzulegen, ist ein Fehler aufgetreten: [_1]',  
      'Sign up for time to work.'
    'Access controls updated to reflect the name change.'  => 'Sign up for time to work.',
 => 'Die Zugriffskontrolle wurde aufgrund der Namensänderung aktualisiert.',  
      'Requesting Another Worktime'
    'Conditional files are accessible to logged-in users with accounts in the LON-CAPA network, who satisfy the conditions you set.'  => 'Requesting Another Worktime',
 => '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.',  
      'No available times.'
    'The conditions can include affiliation with a particular course, or a user account in a specific domain.'  => 'No available times.',
 => 'Die Bedingungen können eine Verbindung mit einem bestimmten Kurs oder Benutzeraccount in einer bestimmten Domäne beinhalten.',  
      'Return to last resource'
    'Alternatively access can be granted to people with specific LON-CAPA usernames and domains.'  => 'Return to last resource',
 => 'Alternativ kann Zugriff für Leute gewährt werden, die bestimmte LON-CAPA-Benutezrnamen oder -Domänen haben.',  
      'My Courses'
    'Current access controls defined for this file:'  => '我的课程',
 => 'Derzeit eingestellte Zugriffskontrolle für diese Datei:',  
      '[_1] parts'
    'No access control settings currently exist for this file.'  => '[_1] parts',
 => 'Für diese Datei existieren derzeit keine Zugriffskontroll-Einstellungen.',  
      'Part: [_1]'
    'Deleted'  => '部分: [_1]',
 => 'Gelöscht',  
      'New Discussion'
    'No end date'  => '新的讨论',
 => 'Kein Endedatum',  
      'New Email'
    'Start: '  => '新的 E-Mail',
 => 'Start: ',  
      'New Error'
    'End: '  => '新的错误',
 => 'Ende: ',  
      '(randomly select [_1])'
    'Domains: '  => '(randomly select [_1])',
 => 'Domänen: ',  
      '(randomly ordered)'
    'Users: '  => '(randomly ordered)',
 => 'Benutzer: ',  
      'No course selected'
    'New control(s) added'  => 'No course selected',
 => 'Neue Zugriffskontrolle(n) hinzugefügt',  
      'Open '
    'Existing control(s) deleted'  => 'Open ',
 => 'Bestehende Zugriffskontrolle(n) gelöscht',  
      'Having technical difficulties; please check status later'
    'Existing control(s) modified'  => 'Having technical difficulties; please check status later',
 => 'Bestehende Zugriffskontrolle(n) geändert',  
      'Answer open'
    'Add new <b>[_1]-based</b> access control for portfolio file: <b>[_2]</b>'  => 'Answer open',
 => 'Neue <b>[_1]-basierte</b> Zugriffskontrolle für Portfolio-Dateien hinzufügen: <b>[_2]</b>',  
      'Yes, and show correct answer if they exceed the maximum number of tries.'
    'Display all access settings for this file'  => 'Yes, and show correct answer if they exceed the maximum number of tries.',
 => 'Alle Einstellungen für diese Datei anzeigen',  
      "No, don't show correct/incorrect feedback."
    'Add a roles-based condition'  => "No, don't show correct/incorrect feedback.",
 => 'Rollen-basierte Bedingung hinzufügen',  
      'No, show no feedback at all.'
    'New role-based condition'  => 'No, show no feedback at all.',
 => 'Neue rollen-basierte Bedingung',  
      'single part'
    "Format for users' username:domain information:"  => 'single part',
 => "Format für Informationen des Benutzers username:domäne: ", # ??? -> portfolio.pm  
      'Course Page'
    'Add new [_1] condition(s)?'  => '课程页面',
 => 'Neue [_1]-Bedingung(en) hinzufügen?',  
      'Unable to set "number unread posts display" to [_1] due to [_2].'
    'Number to add: '  => 'Unable to set "number unread posts display" to [_1] due to [_2].',
 => 'Anzahl: ', # 'Anzahl neu Hinzuzufügender: ',  
      'Current value is [_1].'
    'Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.'  => '当前的值是 [_1].',
 => 'Wählen Sie Rollen, Kurs-Status, Sektion(en) und Gruppe(n) für die Benutzer, die Zugriff auf die Portfolio-Dateien erhalten sollen.',  
      'Unable to set interval to [_1] due to [_2].'
    '[_1] status'  => 'Unable to set interval to [_1] due to [_2].',
 => '[_1] status', # ???  
      'Changes to threshold(s) for problem tracking:'
    'Files selected from other directories:'  => 'Changes to threshold(s) for problem tracking:',
 => 'Dateien, die aus anderen Verzeichnissen ausgewählt wurden:',  
      'Set threshold for [_1] to [_2]'
    'Unable to upload [_1]. (size = [_2] kilobytes). Disk quota will be exceeded.'  => '对于 [_1] 到 [_2] 的临界值',
 => '[_1] konnte nicht hochgeladen werden (Größe: [_2] KB). Der verfügbare Speicherplatz wurde überschritten.',  
      'Set the default page to be displayed when you select a course role'
    'Unable to upload [_1]. A locked file by that name was found in [_2].'  => '设置默认页, 显示您选择的课程的角色',
 => '[_1] konnte nicht hochgeladen werden. Eine gesperrte Datei mit diesem Namen wurde in [_2] gefunden.',  
      '(Currently: [_1])'
    'You will be able to rename or delete existing [_1] after a grade has been assigned.'  => '(现在: [_1])',
 => 'Sie können die Datei [_1] umbenennen oder löschen, nachdem eine Bewertung zugewiesen wurde.',  
      "The global user preference you set for your courses can be overridden in an individual course by setting a course specific setting via the [_1]What's New page[_2] in the course."
    'Unable to upload [_1]. A file by that name was found in [_2].'  => "在课程中为您的课程的全局的用户首选项设置可以覆盖个别的课程设置,通过特定的课程设置[_1]What's New page[_2]。",
 => '[_1] konnte nicht hochgeladen werden. Eine Datei mit diesem Namen wurde in [_2] gefunden.',  
      'Display the [_1]first resource[_2] in the course.'
    'To upload, rename or delete existing [_1] in [_2].'  => '显示课程中的[_1]第一资源[_2]。',
 => 'Um eine existierende Datei [_1] in [_2] hochzuladen, umzubenennen oder zu löschen.', # ???  
      "Display the [_1]What's New page[_2] - a summary of items in the course which require attention."
    'Rename [_1] to [_2]?'  => "显示 [_1]What's New page[_2] - 课程中的内容概述需要被注意。",
 => '[_1] in [_2] umbenennen?',  
      'Default now set'
    'Reference Warning'  => 'Default now set',
 => 'Verweiswarnung',  
      'when you select a course role from the roles screen'
    '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.'  => 'when you select a course role from the roles screen',
 => '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.',  
      'you will be taken to the start of the course.'
    'Please select the locations from which the referenced files are to be uploaded.'  => 'you will be taken to the start of the course.',
 => 'Bitte wählen Sie die Orte aus, von denen die Dateien, auf die verwiesen wird, hochgeladen werden sollen.',  
      'a page will be displayed that lists items in the course that may require action from you.'
    'Delete [_1]?'  => 'a page will be displayed that lists items in the course that may require action from you.',
 => '[_1] löschen?',  
      "Display the What's New page listing course action items"
    'Edit Portfolio File Catalog Information'  => "Display the What's New page listing course action items",
 => 'Katalogisierungsdaten der Portfoliodateien',  
      'Go to the start of the course'
    'Edit Group Portfolio File Catalog Information'  => 'Go to the start of the course',
 => 'Katalogisierungsdaten der Gruppen-Portfoliodateien',  
      'now'
    'Update'  => 'now',
 => 'Aktualisieren',  
      'No official courses to display for [_1].'
    'domains'  => 'No official courses to display for [_1].',
 => 'domänen',  
      '(Month - Day - Year)'
    'users'  => '(月 - 日 - 年)',
 => 'benutzer',  
      'Month[_1]Day[_2]Year'
    'Access'  => '月[_1]日[_2]年',
 => 'Zugriff',  
      '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.'
    'Conditional: domain-based'  => '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.',
 => 'Bedingungsabhängig: domänen-basiert',  
      'Skipping'
    'Conditional: user-based'  => 'Skipping',
 => 'Bedingungsabhängig: benutzer-basiert',  
      'Notifying host'
    'Conditional: course-based'  => 'Notifying host', # ???
 => 'Bedingungsabhängig: kurs-basiert',  
      'Back to Catalog Information'
    '[_1] was submitted in response to problem: [_2]'  => '返回到目录信息',
 => '[_1] wurde als Antwort auf die Aufgabe [_2] eingereicht.',  
      ' at '
    '[_1] was handed back in response to problem: [_2]'  => ' at ',
 => '[_1] wurde als antwort auf die Aufgabe [_2] zurückgegeben.',  
      "Computer's answer is incorrect ([_1])."
    'In the course:'  => "Computer's answer is incorrect ([_1]).",
 => 'Im Kurs',  
      'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.'
    'Back'  => 'It is likely that the tolerance range [_1] or significant figures [_2] need to be adjusted.',
 => 'Zurück',  
      'It is likely that the tolerance range [_1] needs to be adjusted.'
    'Error: no directory name was provided.'  => 'It is likely that the tolerance range [_1] needs to be adjusted.',
 => 'Fehler: Es wurde kein Verzeichnisname angegeben.',  
      'Submission Record'
    'Unable to create a directory named [_1].'  => 'Submission Record',
 => 'Konnte das Verzeichnis [_1] nicht anlegen.',  
      'Set/Change grades'
    'Action disallowed'  => 'Set/Change grades',
 => 'Aktion nicht erlaubt',  
      'View of the problem'
    'You do not have sufficient privileges to [_1]'  => 'View of the problem',
 => 'Sie haben nicht genügend Berechtigungen, um [_1]',  
      'Assign Grades'
    'upload files'  => 'Assign Grades',
 => 'Datei hochzuladen',  
      'Save &amp; Next'
    'delete files'  => '保存并继续',
 => 'Dateien zu löschen',  
      '[_1]student(s)'
    'rename files'  => '[_1]学生',
 => 'Dateien umzubennen',  
      '(Next and Previous (student) do not save the scores.)'
    'set access controls for files'  => '(Next and Previous (student) do not save the scores.)',
 => 'Zugriffskontrollen für Dateien zu setzen',  
      'LON-CAPA User Message'
    "in the group's file repository."  => 'LON-CAPA 用户邮件',
 => "in der Dateisammlung der Gruppe.",  
      '[_1]Message:[_2] No more students for this section or class.'
    'in this portfolio.'  => '[_1]Message:[_2] No more students for this section or class.',
 => 'in diesem Portfolio-Bereich.',  
      'Click on the button below to return to the grading menu.'
    'You do not have the privileges required to access the shared files space for this group.'  => 'Click on the button below to return to the grading menu.',
 => 'Sie haben nicht die Berechtigung, um auf den Bereich für gemeinsam genutzte Dateien in dieser Gruppe zugreifen zu können.',  
      'Group files'
    'Not a valid group for this course'  => '组文件',
 => 'Keine gültige Gruppe für diesen Kurs',  
      'One group portfolio file is available.'
    'Group files for [_1]'  => 'One group portfolio file is available.',
 => 'Gruppendateien für [_1]',  
      'One portfolio file owned by [_1] is available.'
    'Invalid group'  => 'One portfolio file owned by [_1] is available.',
 => 'Ungültige Gruppe',  
      'A total of [_1] group portfolio files are available.'
    'No file was selected to upload.'  => 'A total of [_1] group portfolio files are available.',
 => 'Es wurde keine Datei ausgewählt, die hochgeladen werden soll.',  
      'A total of [_1] portfolio files owned by [_2] are available'
    'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'  => 'A total of [_1] portfolio files owned by [_2] are available',
 => '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 is,files are] publicly accessible.'
    'Edit the meta data'  => '[quant,_1,file is,files are] publicly accessible.',
 => 'Metadaten ändern',  
      '[quant,_1,file requires,files require] a passphrase for access.'
    'Pick functionality'  => '[quant,_1,file requires,files require] a passphrase for access.',
 => 'Funktion auswählen',  
      'Group 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 portfolio files'
    'Default color schemes'  => '可见组合文件',
 => 'Voreingestellte Farbeinstellungen',  
      'Viewable group portfolio files'
    'Log-in page options'  => '可见组组合文件',
 => 'Optionen für Login-Seite',  
      'Display file listing'
    'Default authentication/language/timezone'  => '显示文件列表',
 => 'Voreingestellte Authentifizierung/Sprache/Zeitzone',  
      'Portfolio files for [_1]'
    'Default quotas for user portfolios'  => '[_1] 的组合文件',
 => 'Voreingestellter Speicherplatz für Portfoliobereiche der Benutzer',  
      'File access type: '
    'Auto-enrollment settings'  => '文件访问类型: ',
 => 'Einstellungen für automatische Kursbelegung',  
      'Update display'
    'Auto-update settings'  => '更新显示',
 => 'Einstellungen für automatische Aktualisierungen',  
      'Course Information page'
    'Institutional directory searches'  => '课程资料页',
 => 'Institutionelle Verzeichnissuche',  
      'Information about [_1]'
    'Contact Information'  => '关于 [_1] 的消息',
 => '联系信息',  
 #=> 'Kontaktdaten',     'There are no available files of the specified access type: [_1]'
   => '没有提供文件的指定访问类型: [_1]',
    'User creation'  
 => '创建用户',     'File Type Displayed: [_1]'
 #=> 'Benutzer-Erstellung',  => '显示文件类型: [_1]',
   
    'User modification'     'All file types'
 => '用户设置',  => '所有文件类型',
 #=> 'Benutzer-Einstellungen',  
      'The resource depends on another resource with variable filename, i.e., [_1].'
    'Scantron format file'  => 'The resource depends on another resource with variable filename, i.e., [_1].',
 => 'Scantron-Format-Datei',  
      'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.'
    'Cataloging of courses'  => 'You likely need to explicitly allow access to all possible dependencies using the [_1]-tag.',
 => 'Katalogisierung von Kursen',  
      'Add Selection for:'
    'Display options'  => 'Add Selection for:',
 => 'Anzeigeoptionen',  
      'Selected Parameters:'
    'Display using: '  => 'Selected Parameters:',
 => 'Anzeige verwendet: ',  
      'Show detailed Parameter Selection'
    'one column'  => 'Show detailed Parameter Selection',
 => 'eine Spalte',  
   # Resource Parameters - Start
    'two columns'  
 => 'zwei Spalten',     'Problem Opening Date (opendate)'
   => '问题开始日期 (opendate)',
    'Changes made:'  
 => 'Vorgenommene Änderungen:',     'Problem Opening Date'
   => '问题开始日期',
    'Back to configuration display'  
 => 'Zurück zur Konfiguration',     'Problem Due Date (duedate)'
   => '问题截止日期 (duedate)',
    'No changes made to log-in page settings'  
 => 'An den Optionen für die Login-Seite wurden keine Änderungen vorgenommen.',     'Problem Due Date'
   => '问题截止日期',
    'Support Request'  
 => 'Anfrage an Helpdesk',     'Problem Answer Date (answerdate)'
   => '问题答案日期 (answerdate)',
    '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.',     'Problem Answer Date'
   => '问题答案日期',
    'Contact your instructor instead.'  
 => 'Kontaktieren Sie dazu Ihren Dozenten.',     'Time-Limit (interval)'
   => '期限 (interval)',
    'Cc'  
 => 'Kopie an (CC)',     'Time-Limit'
   => '期限',
    'Your e-mail address'  
 => 'Ihre E-Mail-Adresse',     'Weight (weight)'
   => 'Weight (weight)',
    'Search and Enroll'  
 => 'Suche und Kursbelegung',     'Weight'
   => 'Weight',
    'Search or Add New User'  
 => 'Suche oder neuen Benutzer hinzufügen',     'Maximum Number of Tries (maxtries)'
   => 'Maximum Number of Tries (maxtries)',
    'No username and/or domain provided.'  
 => 'Keine Benutzerkennung und/oder Domäne angegeben.',     'Maximum Number of Tries'
   => 'Maximum Number of Tries',
    '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 (hinttries)'
   => 'Number of Tries before hints appear (hinttries)',
    'Contact the <a[_1]>helpdesk</a> for assistance.'  
 => 'Kontaktieren Sie das <a[_1]>Helpdesk</a> für Unterstützung.',     'Number of Tries before hints appear'
   => 'Number of Tries before hints appear',
    '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 Opening Date (contentopen)'
   => '内容开放日期 (contentopen)',
    '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 Due Date (contentclose)'
   => '内容关闭日期 (contentclose)',
    '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 Opening 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.',     'Content Close Date'
   => '内容关闭日期',
    'Records [_1]'  
 => 'Datensätze [_1]', # ???     'Question Type (type)'
   => '问题类型 (type)',
    'Filter [_1]'  
 => 'Filter [_1]',     'Question Type'
   => '问题类型',
    '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 (problemstatus)'
   => 'Show Problem Status (problemstatus)',
    'History'  
 => 'Historie',     'Show Problem Status'
   => '查看问题状态',
    'Part '  
 => 'Teil ',     'Resource Hidden from Students (hiddenresource)'
   => 'Resource Hidden from Students (hiddenresource)',
    'Transaction [_1]'  
 => 'Transaktion [_1]', # ???     'Resource Hidden from Students'
   => 'Resource Hidden from Students',
    'Nothing submitted - no attempts.'  
 => 'Nichts eingereicht - keine Versuche.',     'Resource hidden from students (hiddenresource)'
   => 'Resource hidden from students (hiddenresource)',
    'No data.'  
 => 'Keine Daten vorhanden.',     'Resource hidden from students'
   => 'Resource hidden from students',
    '[_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 (hiddenparts)'
   => 'List of hidden parts (hiddenparts)',
    'Open in a new window'  
 => 'In neuem Fenster öffnen',     'List of hidden parts'
   => 'List of hidden parts', # ???
    'Revoke user roles'  
 => 'Benutzerrollen entziehen',     'Part Description (display)'
   => 'Part Description (display)',
    'Delete user roles'  
 => 'Benutzerrollen löschen',     'Part Description'
   => 'Part Description',
    'Re-enable expired user roles'  
 => 'Abgelaufene Benutzerrollen reaktivieren',     'Show Parts One-at-a-Time (ordered)'
   => 'Show Parts One-at-a-Time (ordered)',
    'Make future user roles active now'  
 => 'Zukünftige Benutzterrollen für jetzt aktivieren',     'Show Parts One-at-a-Time'
   => 'Show Parts One-at-a-Time',
    'Change starting/ending dates'  
 => 'Anfangs-/Endezeiten ändern',     'Numerical Tolerance (tol)'
   => 'Numerical Tolerance (tol)',
    'Change section associated with user roles'  
 => 'Mit Benutzerrollen verknüpfte Sektionen ändern',     'Numerical Tolerance'
   => 'Numerical Tolerance',
    'Modify existing user: '  
 => 'Existierenden Benutzer ändern: ',     'Significant Digits (sig)'
   => 'Significant Digits (sig)',
    'Enroll one student'  
 => 'Einzelnen Studenten Kurs belegen lassen',     'Significant Digits'
   => 'Significant Digits',
    'Enroll one student: '  
 => 'Einzelnen Studenten Kurs belegen lassen: ',     'Show Units - Disable Entry (turnoffunit)'
   => 'Show Units - Disable Entry (turnoffunit)',
    'Existing Roles'  
 => 'Bestehende Rollen',     'Show Units - Disable Entry'
   => 'Show Units - Disable Entry', # ???
    'Text-based Interface Login'  
 => 'Anmeldung für textbasierte Oberfläche',     'Discussion End Time (discussend)'
   => 'Discussion End Time (discussend)',
    'Select Accessibility Options'  
 => 'Auswahl der Anmeldeoptionen',     'Discussion End Time'
   => 'Discussion End Time',
    'Suppress rendering of images'  
 => 'Anzeige von Bildern unterbinden',     'Hide Closed Discussion (discusshide)'
   => 'Hide Closed Discussion (discusshide)',
    'Suppress Java applets'  
 => 'Java-Applets unterbinden',     'Hide Closed Discussion'
   => 'Hide Closed Discussion',
    'Suppress rendering of embedded multimedia'  
 => 'Eingebettete Multimedia-Objekte unterbinden',     'Randomly Order Resources (randomorder)'
   => 'Randomly Order Resources (randomorder)',
    'Increase font size'  
 => 'Zeichengröße erhöhen',     'Randomly Order Resources'
   => 'Randomly Order Resources',
    'Switch to black and white mode'  
 => 'Schwarz-Weiß-Modus',     'Randomly pick number of resources (randompick)'
   => 'Randomly pick number of resources (randompick)',
    'Remember these settings for next login'  
 => 'Diese Einstellungen für das nächste Anmelden merken',     'Do not show plain URL (encrypturl)'
   => 'Do not show plain URL (encrypturl)',
    'You are already logged in!'  
 => 'Sie sind bereits angemeldet!',     '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)',
    'Please either [_1]continue the current session[_2] or [_3]logout[_4].'  
 => 'Ihre Möglichkeiten: [_1]aktuelle Sitzung fortsetzen[_2] oder [_3]abmelden[_4].',     'Slots of availability'
   => 'Slots of availability',
    'Login problems?'  
 => 'Schwierigkeiten beim Anmelden?',     'CSS file to link (cssfile)'
   => 'CSS file to link (cssfile)',
    'Reset password'  
 => 'Passwort zurücksetzen',     'CSS file to link'
   => 'CSS file to link',
    'Reset forgotten LON-CAPA password'  
 => 'Vergessenes LON-CAPA-Passwort zurücksetzen',     'Use slot based access controls (useslots)'
   => 'Use slot based access controls (useslots)',
    '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.',     'Use slot based access controls'
   => 'Use slot based access controls',
    'Three conditions must be met:'  
 => 'Drei Bedingungen müssen zutreffen:',     'Client IP/Name Access Control (acc)'
   => 'Client IP/Name Access Control (acc)',
    '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.',     'Client IP/Name Access Control'
   => 'Client IP/Name Access Control',
    '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 (mapalias)'
   => 'Resource alias name for conditions (mapalias)',
    '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.',     'Resource alias name for conditions'
   => 'Resource alias name for conditions',
    '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 (availablestudent)'
   => 'Slots of availability selected by student (availablestudent)',
    'Email address in LON-CAPA'  
 => 'E-Mail-Adresse in LON-CAPA',     'Slots of availability selected by student'
   => 'Slots of availability selected by student',
    '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 (buttonshide)'
   => 'Hide buttons from students (buttonshide)',
    'Please [_1]go back[_2] and try again.'  
 => 'Bitte gehen Sie [_1]einen Schritt zurück[_2] und versuchen Sie es erneut.',     'Hide buttons from students'
   => 'Hide buttons from students', # ???
    '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 (turnoffeditor)'
   => 'Hide DragMath-Editor (turnoffeditor)',
    '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.',     'Hide DragMath-Editor'
   => 'Hide DragMath-Editor',
    '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 (maxcollaborators)'
   => 'Maximum Number of Collaborators (maxcollaborators)',
    '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.',     'Maximum Number of Collaborators'
   => 'Maximum Number of Collaborators',
    '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 (uploadedfiletypes)'
   => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
    '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.',     'Allowed File Extensions for Uploaded Files'
   => 'Allowed File Extensions for Uploaded Files',
    '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 (handgrade)'
   => 'Hand Graded (handgrade)',
    'Owner(s)'  
 => 'Eigentümer',     'Hand Graded'
   => 'Hand Graded',
    'Practice Problem'  
 => 'Übungsaufgabe',     'Number of bubbles in exam mode (numbubbles)'
   => '考试模式中的一些复选框 (numbubbles)',
    'Submissions are not permanently recorded'  
 => 'Die Antworten werden nicht dauerhaft gespeichert.',     'Number of bubbles in exam mode'
   => '考试模式中的一些复选框',
    'Submissions to practice problems are not permanently recorded.'  
 => 'Antworten von Übungsaufgaben werden nicht dauerhaft gespeichert.',     'Format for display of score (scoreformat)'
   => '评分显示格式 (scoreformat)',
    'not graded'  
 => 'keine Punktewertung',     'Format for display of score'
   => '评分显示格式',
    'Course initialization preference'  
 => 'Kurs-Initialisierungs-Präferenz',     'Max. Cumulative Size (MB) for Submitted Files (maxfilesize)'
   => '最大(MB)累积提交文件 (maxfilesize)',
    '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'
   => '最大(MB)累积提交文件',
    'Current value is determined by'  
 => 'Derzeitiger Wert ist bestimmt durch',     'Max. cumulative size (MB) for submitted files (maxfilesize)'
   => '最大(MB)累积提交文件 (maxfilesize)',
    'and is set to display'  
 => 'und ist so eingestellt, dass folgende Seite gezeigt wird:',     'Max. cumulative size (MB) for submitted files'
   => '最大(MB)累积提交文件',
    'Page display controlled by'  # Resource Parameters - End
 => 'Seitenanzeige wird bestimmt durch',  
   # Resource Parameter Categories - Start
    'If'     'Problem Appearance'
 => 'Falls',  => 'Problem Appearance',
   
    'Choose course entry'     'Time Settings'
 => 'Auswahl des Kurs-Eintrags',  => 'Time Settings',
   
    'Modify course entry'     'High Level Randomization'
 => 'Kurs-Eintrag ändern',  => 'High Level Randomization',
   
    'No members to add at this time, as there are no users matching the specified type(s), role(s) and section(s).'     'Hiding'
 => 'Derzeit gibt es keine Mitglieder, die hinzuzufügen wären, da es keine Benutzer gibt, auf die die Typen, Rollen und Sektionen zutreffen.',  => 'Hiding',
   
    '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.'     'Behaviour of Input Fields'
 => '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.',  => 'Behaviour of Input Fields',
   
    "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."     'Slots'
 => "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.",  => 'Slots',
   
    'Setting optional privileges for specific group members'     'File Submission'
 => 'Einrichten von optionalen Berechtigungen für bestimmte Gruppenmitglieder',  => 'File Submission',
   # Resource Parameters Categories - End
    '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.',     'New LON-CAPA [_1] ID: [_2]'
   => '新的 LON-CAPA-[_1]-ID: [_2]',
    'Create group'  
 => 'Gruppe erstellen',     'Not available'
   => '不详',
    '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.',     'Post Announcement'
   => '提交通知',
    '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 in use for an existing folder.'
   => '文件夹名称: "[_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:',     'The folder name: "[_1]" is already used for one of the folders automatically generated by the system.'
   => '文件夹名称: "[_1]" 已经用于一个文件夹自动生成系统。',
    'Group [_1] was created.'  
 => 'Die Gruppe [_1] wurde erstellt.',     'Error - could not obtain lock on email folders record.'
   => 'Error - could not obtain lock on email folders record.',
    'E-mail Address'  
 => 'E-Mail-Adresse',     'The folder "[_1]" may not be deleted'
   => 'The folder "[_1]" may not be deleted',
    'Closes '  
 => 'Schließt am ',     'The folder "[_1]" does not exist so deletion is not required.'
   => 'The folder "[_1]" does not exist so deletion is not required.',
    'The resources in "[_1]" are open for a limited time. Once you click the "Show Resource" button below you have [_2] to complete all resources "[_1]".'  
 => 'Die Ressourcen in "[_1]" sind nur für eine begrenzte Zeit verfügbar. Sobald Sie auf "Zeige Ressource" klicken, haben Sie [_2] Zeit, um alle Ressourcen in "[_1]" zu bearbeiten.',     'The folder "[_1]" contains messages so it may not be deleted.'
   => '该文件夹“[_1]”包含有信息,因此不能删除。',
    'This resource "[_1]" is open for a limited time. Once you click the "Show Resource" button below you have [_2] to complete this resource "[_1]".'  
 => '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.',     'Delete or move the messages to a different folder first.'
   => 'Delete or move the messages to a different folder first.',
    '[quant,_1,day]'  
 => '[quant,_1,Tag,Tage]',     '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,hour]'  
 => '[quant,_1,Stunde,Stunden]',     '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,minute]'  
 => '[quant,_1,Minute,Minuten]',     '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,second]'  
 => '[quant,_1,Sekunde,Sekunden]',     '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.',
    'Start Timer?'  
 => 'Timer starten?',     'Warning: failed to release lock for counter'
   => 'Warning: failed to release lock for counter',
    'Sign up for time to work.'  
 => 'Für Zeiten zur Bearbeitung eintragen',     'Warning: failed to release lock for folder: [_1].'
   => 'Warning: failed to release lock for folder: [_1].',
    'Requesting Another Worktime'  
 => 'Anforderung von Zeiten zur Bearbeitung',     'Error uploading new folder.'
   => 'Error uploading new folder.',
    'No available times.'  
 => 'Keine Zeiten verfügbar.',     'Error reading contents of parent folder.'
   => 'Error reading contents of parent folder.',
    'Return to last resource'  
 => 'Zur letzten Ressource zurückkehren',     'Error saving updated parent folder.'
   => 'Error saving updated parent folder.',
    'My Courses'  
 => 'Meine Kurse',     '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.',
    '[_1] parts'  
 => '[_1] Teile',     '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.',
    'Part: [_1]'  
 => 'Aufgabenteil: [_1]',     'Message not moved, A network error occurred.'
   => 'Message not moved, A network error occurred.',
    'New Discussion'  
 => 'Neuer Diskussionsbeitrag',     '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 Email'  
 => 'Neue E-Mail',     '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 Error'  
 => 'Neuer Fehler',     'Message copied, but unable to delete the original from the source folder.'
   => 'Message copied, but unable to delete the original from the source folder.',
    '(randomly select [_1])'  
 => '(zufällig [_1] ausgewählt)',     '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 ordered)'  
 => '(in zufälliger Reihenfolge)',     '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.',
    'No course selected'  
 => 'Kein Kurs gewählt',     'Error: could not determine domain or number of course'
   => 'Error: could not determine domain or number of course',
    'Open '  
 => 'Öffnet am ',     'Select message recipients from the group members listed below.'
   => 'Select message recipients from the group members listed below.',
    'Having technical difficulties; please check status later'  
 => 'Technische Probleme - bitte später nochmal probieren',     'Send another e-mail'
   => '发送另一个电子邮件',
    'Answer open'  
 => 'Antwort verfügbar am',     'Send another group message'
   => '给其他组发送邮件',
    'Yes, and show correct answer if they exceed the maximum number of tries.'  
 => 'Ja, und korrekte Antwort anzeigen, nachdem alle Versuche aufgebraucht sind.',     'Return to group page'
   => '返回到组网页',
    "No, don't show correct/incorrect feedback."  
 => "Nein, kein Korrekt-/Inkorrekt-Feedback anzeigen",     '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, show no feedback at all.'  
 => 'Nein, keinerlei 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.',
    'single part'  
 => 'einteilig',     '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.',
    'Course Page'  
 => 'Kurs-Seite',     '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.',
    '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 Messages'
   => '发送邮件',
    'Current value is [_1].'  
 => 'Derzeitiger Wert ist [_1].',     'Send Message'
   => '发送邮件', # '发送讯息',
    'Unable to set interval to [_1] due to [_2].'  
 => 'Intervall konnte nicht auf [_1] gesetzt werden. Ursache: [_2]',     'Send Reply to Messages'
   => '发送回复邮件',
    'Changes to threshold(s) for problem tracking:'  
 => 'Vorgenommene Änderungen der Schwellenwerte:',     'Send Reply to Message'
   => '发送回复邮件',
    'Set threshold for [_1] to [_2]'  
 => 'Schwellenwert für [_1] auf [_2] gesetzt',     'Forward Messages'
   => '转发邮件',
    'Set the default page to be displayed when you select a course role'  
 => 'Einstellen der voreingestellten Seite, die nach Betreten des Kurses angezeigt werden soll',     'Forward Message'
   => '转发邮件',
    '(Currently: [_1])'  
 => '(Derzeit: [_1])',     'Save message for re-use'
   => '邮件重新保存',
    'The global user preference you set for your courses can be overridden in an individual course by setting a course specific setting via the "[_1]" page in the course' # [_1]: "<i>What's New</i>"  
 => 'Die hier vorgenommenen allgemeinen Benutzereinstellungen können in einzelnen Kursen überschrieben werden, indem spezielle Kurs-Einstellungen auf der "<i>Was-gibt\'s-Neues-Seite</i>" im jeweiligen Kurs vorgenommen werden.',     'Show re-usable messages'
   => '显示保存的邮件',
    'Display the [_1] in the course.' # [_1]: '<b>first resource</b>'  
 => 'Anzeige der <b>ersten Ressource</b> im Kurs.',     '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]" page - a summary of items in the course which require attention.' # [_1]: "<b>What's New</b>"  
 => 'Anzeige der "<b>Was-gibt\'s-Neues-Seite</b> - Übersicht von Elementen, auf die geachtet werden sollte.',     'The sender did not designate a reply to address for this message.'
   => 'The sender did not designate a reply to address for this message.',
    'Default now set'  
 => 'Voreinstellung ist ab sofort',     'Reply to other recipients'
   => 'Reply to other recipients',
    'when you select a course role from the roles screen'  
 => 'Wenn Sie einen Kurs von der Benutzerrollen-Seite wählen',     'Unless you choose otherwise:'
   => 'Unless you choose otherwise:',
    'you will be taken to the start of the course.'  
 => 'werden Sie zum Anfang des Kurses geleitet.',     "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.",
    '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.',     'original subject'
   => 'original subject',
    "Display the What's New page listing course action items"  
 => "Anzeige der Was-gibt's-Neues-Seite, die die Kurs-Aktionselemente auflistet",     "sender's name"
   => "sender's name",
    'Go to the start of the course'  
 => 'Zum Anfang des Kurses gehen, und zwar ',     'Message begins with:'
   => 'Message begins with:',
    'now'  
 => 'jetzt',     'Any new text to display before the text of the original messages:'
   => 'Any new text to display before the text of the original messages:',
    'No official courses to display for [_1].'  
 => 'Es existieren keine offiziellen Kurse für [_1], die angezeigt werden könnten.',     'username1:domain1: text'
   => '用户名1:域名1: 文本',
    '(Month - Day - Year)'  
 => '(Monat - Tag - Jahr)',     'username2:domain2: text'
   => '用户名2:域名2: 文本',
    'Month[_1]Day[_2]Year'  
 => 'Monat[_1]Tag[_2]Jahr',     'username3:domain1: text'
   => '用户名3:域名3: 文本',
    '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.',     "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>收集并附加到一般消息文本。", # ???
    'Skipping'  
 => 'Ausgelassen:',     'Not allowed'
   => '不允许',
    'Notifying host'  
 => 'Benachrichtigung des Hosts', # ???     'Archived Message'
   => '存档的邮件',
    'Back to Catalog Information'  
 => 'Zurück zu den Katalogisierungsdaten',     '[quant,_1,communication blocking period was,communication blocking periods were] removed.'
   => '[quant,_1,communication blocking period was,communication blocking periods were] removed.',
    ' at '  
 => ' in ',     '[quant,_1,communication blocking period was,communication blocking periods were] modified.'
   => '[quant,_1,communication blocking period was,communication blocking periods were] modified.',
    'Computer\'s answer is incorrect ("[_1]").'  
 => 'Die hinterlegte Antwort ist falsch ("[_1]").',     '[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]"). It is likely that the tolerance range [_2] or significant figures [_3] need to be adjusted.'  
 => 'Die hinterlegte Antwort ist falsch ("[_1]"). Es scheint, als dass der Toleranzbereich [_2] oder die signifikanten Stellen [_3] angepasst werden müssten.',     '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.',
    'Computer\'s answer is incorrect ("[_1]"). It is likely that the tolerance range [_2] needs to be adjusted.'  
 => 'Die hinterlegte Antwort ist falsch ("[_1]"). Es scheint, als dass der Toleranzbereich [_2] angepasst werden müsste.',     'Reply To'
   => 'Reply To',
    'Submission Record'  
 => 'Einreichungs-Aufzeichnungen',     'Current attempts of student (if applicable)'
   => 'Current attempts of student (if applicable)',
    'Set/Change grades'  
 => 'Bewertungen eingeben/ändern',     'Current screen output (if applicable)'
   => 'Current screen output (if applicable)',
    'View of the problem'  
 => 'Anzeige der Aufgabe',     'No saved comments yet.'
   => 'No saved comments yet.',
    'Assign Grades'  
 => 'Bewertungen zuweisen',     'No saved comments yet for this resource.'
   => 'No saved comments yet for this resource.',
    'Save &amp; Next'  
 => 'Speichern und weiter',     'Could not deliver message'
   => 'Could not deliver message',
    '[_1]student(s)'  
 => '[_1]Student(en)',     'Please use the browser "Back" button and correct the recipient addresses ([_1]).'
   => 'Please use the browser "Back" button and correct the recipient addresses ([_1]).',
    '(Next and Previous (student) do not save the scores.)'  
 => '("Vorherige" und "Weiter" speichert nicht die Bewertungsdaten dieser Seite)',     'Failed to delete the message.'
   => 'Failed to delete the message.',
    'LON-CAPA User Message'  
 => 'LON-CAPA-Benutzernachricht',     'Marked [_1] message(s) read'
   => 'Marked [_1] message(s) read',
    '<b>Message: </b> No more students for this section or class.'  
 => '<b>Nachricht:</b> Keine weiteren Studenten für diese Sektion oder diesen Kurs.',     'Marked [_1] message(s) Unread'
   => 'Marked [_1] message(s) Unread',
    'Click on the button below to return to the grading menu.'  
 => 'Klicken Sie auf den Button, um zum Bewertungsmenü zurückzugelangen.',     'Destination folder [_1] is not a valid folder'
   => 'Destination folder [_1] is not a valid folder',
    'Group files'  
 => 'Gruppendateien',     'Failed to move [_1] message(s)'
   => 'Failed to move [_1] message(s)',
    'One group portfolio file is available.'  
 => 'Eine Gruppen-Portfolio-Datei ist verfügbar.',     'Moved [_1] message(s)'
   => 'Moved [_1] message(s)',
    'One portfolio file owned by [_1] is available.'  
 => 'Eine Gruppen-Portfolio-Datei von [_1] ist verfügbar.',     'Failed to delete [_1] message(s)'
   => 'Failed to delete [_1] message(s)',
    'A total of [_1] group portfolio files are available.'  
 => 'Insgesamt sind [_1] Gruppen-Portfolio-Dateien verfügbar.',     'Deleted [_1] message(s)'
   => 'Deleted [_1] message(s)',
    'A total of [_1] portfolio files owned by [_2] are available'  
 => 'Insgesamt sind [_1] Gruppen-Portfolio-Dateien von [_2] verfügbar.',     '[quant,_1,message] forwarded.'
   => '[quant,_1,message] forwarded.',
    '[quant,_1,file is,files are] publicly accessible.'  
 => 'Auf [quant,_1,Datei,Dateien] kann öffentlich zugegriffen werden.',     'Could not forward [quant,_1,message].'
   => 'Could not forward [quant,_1,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.',     'Could not deliver forwarded message.'
   => 'Could not deliver forwarded message.',
    'Group Portfolio files'  
 => 'Gruppen-Portfolio-Dateien',     'The recipient addresses may need to be corrected'
   => 'The recipient addresses may need to be corrected',
    'Viewable portfolio files.'  
 => 'Einsehbare Portfolio-Dateien',     'Mail folder "[_1]" created.'
   => '邮件文件夹 "[_1]" 已创建。',
    'Viewable portfolio files'  
 => 'Einsehbare Portfolio-Dateien',     'Creation failed.'
   => '创建失败。',
    'Viewable group portfolio files'  
 => 'Einsehbare Gruppen-Portfolio-Dateien',     'Mail folder "[_1]" deleted.'
   => '邮件文件夹 "[_1]" 已删除。',
    'Display file listing'  
 => 'Dateienliste anzeigen',     'Deletion failed.'
   => '删除失败。',
    'Portfolio files for [_1]'  
 => 'Portfolio-Dateien von [_1]',     'Mail folder "[_1]" renamed "[_2]".'
   => '邮件文件夹 "[_1]" 更名为 "[_2]".',
    'File access type: '  
 => 'Dateizugriffs-Typ: ',     'Renaming failed.'
   => '重命名失败。',
    'Update display'  
 => 'Anzeige aktualisieren',     'Messages'
   => '邮件',
    'Course Information page'  
 => 'Kursinformations-Seite',     'Distribute from Uploaded File'
   => '从上传的文件分发', # ???
    'Information about [_1]'  
 => 'Über-mich-Seite von [_1]',     'Communication Blocking'
   => '通讯阻塞',
    'There are no available files of the specified access type: [_1]'  
 => 'Es sind keine Dateien des angegebenen Zugriffstyps [_1] verfügbar.',     'Communication blocking during scheduled exams'
   => '有时限的通讯阻塞',
    'File Type Displayed: [_1]'  
 => 'Anzuzeigende Dateitypen: [_1]',     '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课程的学生之间的沟通,请您在在设置和更改安排考试时间时注意选择正确的开始和结束时间。',
    'All file types'  
 => 'Alle Dateitypen',     'Modify existing communication blocking periods'
   => '修改现有的通信阻断时间',
    '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].',     'No communication blocks currently saved'
   => '目前任何通信被锁定。',
    '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.',     'Duration'
   => '持续',
   
    'Select&nbsp;All'     'Event'
 => 'Alle&nbsp;auswählen',  => '事件',
   
    'Select&nbsp;Common&nbsp;Only'     'Blocked?'
 => 'Nur&nbsp;Gebräuchliche&nbsp;auswählen',  => '被锁定?',
   
    'Add Selection for:'     'Add block'
 => 'Auswahl hinzufügen für:',  => '新增锁定',
   
    'Problem&nbsp;Dates'     'e.g., Exam 1'
 => 'Aufgaben-Zeitfenster',  => '(例如:考试1)',
   
    'Content&nbsp;Dates'     'Discussion'
 => 'Inhalts-Zeitfenster',  => '论坛',
   
    'Discussion&nbsp;Settings'     'The following changes were made'
 => 'Diskussionen',  => '进行了以下更改:',
   
    'Visibilities'     'Add new communication blocking periods'
 => 'Sichtbarkeit',  => '添加新的的通信阻断时间',
   
    'Part&nbsp;Parameters'     'Set by'
 => 'Aufgabenteile',  => 'Set by',
   
    'Unselect&nbsp;All'     'Deleted Message'
 => 'Auswahl&nbsp;komplett&nbsp;aufheben',  => '删除的邮件',
   
      'Marked Messages Read'
 # Resource Parameters - Start  => '邮件标记为已读',
   
    'Problem Opening Date'     'Marked Messages Unread'
 => 'Aufgaben-Startzeit',  => '邮件标记为未读',
   
    'Problem Due Date'     'Moved Messages'
 => 'Aufgaben-Fälligkeitszeit',  => '移动邮件',
   
    'Problem Answer Date'     'Deleted Messages'
 => 'Aufgaben-Antwortverfügbarkeitszeit',  => '删除邮件',
   
    'Time-Limit'     'Marked Message as Unread'
 => 'Zeitlimit',  => '邮件标记为未读',
   
 #   'Weight (weight)'     'Deleted Folder'
 #=> 'Gewichtung (weight)',  => '删除文件夹',
 #  
    'Weight'     'Renamed Folder'
 => 'Aufgaben-Gewichtung',  => '重命名文件夹',
   
 #   'Maximum Number of Tries (maxtries)'     'username:domain,username:domain,...'
 #=> 'Maximale Anzahl an Versuchen (maxtries)',  => '用户名:域,用户名:域...',
 #  
    'Maximum Number of Tries'     'All courses'
 => 'Maximale Anzahl an Versuchen',  => '所有课程',
   
 #   'Number of Tries before hints appear (hinttries)'     'Pick specific course(s):'
 #=> 'Anzahl der Versuche, bevor Hinweise erscheinen (hinttries)',  => 'Pick specific course(s):',
 #  
    'Number of Tries before hints appear'     'Search for a course in the [_1] domain'
 => 'Anzahl Versuche, bevor Hinweise angezeigt werden',  => 'Search for a course in the [_1] domain',
   
    'Content Opening Date'     'Actions available after searching for a course:'
 => 'Inhalts-Startdzeit',  => 'Actions available after searching for a course:',
   
    'Content Close Date'     'Although almost all course settings can be modified by a [_1], a number of settings exist which only a [_2] may change:'
 => 'Inhalts-Endezeit',  => 'Although almost all course settings can be modified by a [_1], a number of settings exist which only a [_2] may change:',
   
 #   'Question Type (type)'     "Certain settings which control auto-enrollment of students from your institution's student information system."
 #=> 'Fragetyp (type)',  => "Certain settings which control auto-enrollment of students from your institution's student information system.",
 #  
    'Question Type'     'The total disk space allocated for storage of portfolio files in all groups in a course.'
 => 'Aufgabentyp',  => 'The total disk space allocated for storage of portfolio files in all groups in a course.',
   
 #   'Show Problem Status (problemstatus)'     'No existing sections'
 #=> 'Aufgabenstatus anzeigen (problemstatus)',  => 'No existing sections',
 #  
    'Show Problem Status'     'Broadcast e-mail to users'
 => 'Aufgabenstatus anzeigen',  => 'Broadcast e-mail to users',
   
 #   'Resource Hidden from Students (hiddenresource)'     'Broadcast E-mail'
 #=> 'Ressource vor Studierenden verborgen (hiddenresource)',  => 'Broadcast E-mail',
 #  
    'Resource Hidden from Students'     'Broadcast e-mail to Domain'
 => 'Ressource vor Studenten verborgen',  => 'Broadcast e-mail to Domain',
   
 #   'List of hidden parts (hiddenparts)'     'Send a new e-mail message to selected users from this domain'
 #=> 'Liste der versteckten Aufgabenteile (hiddenparts)',  => 'Send a new e-mail message to selected users from this domain',
 #  
    'List of hidden parts'     'Send a new e-mail to selected users from this domain'
 => 'Liste der versteckten Aufgabenteile', # ???  => 'Send a new e-mail to selected users from this domain',
   
 #   'Part Description (display)'     'Display e-mail sent by Domain Coordinators in this domain'
 #=> 'Aufgabenteil-Beschreibung (display)',  => 'Display e-mail sent by Domain Coordinators in this domain',
 #  
    'Part Description'     'Select Audience'
 => 'Aufgabenteil-Beschreibung',  => 'Select Audience',
   
    'Show Parts One-at-a-Time'     'Choose e-mail audience'
 => 'Aufgabenteile alle zur gleichen Zeit zeigen',  => 'Choose e-mail audience',
   
 #   'Numerical Tolerance (tol)'     'Roles:'
 #=> 'Numerische Toleranz (tol)',  => '角色:',
 #  
    'Numerical Tolerance'     'Courses:'
 => 'Numerische Toleranz',  => '课程:',
   
 #   'Significant Digits (sig)'     '[_1] selected.'
 #=> 'Signifikante Stellen (sig)',  => '[_1] 选择的。',
 #  
    'Significant Digits'     'Access status:'
 => 'Signifikante Stellen',  => 'Access status:',
   
    'Show Units - Disable Entry'     'Username -> Email conversion:'
 => 'Einheiten anzeigen - Eintrag deaktivieren', # ???  => '用户名 -> E-Mail 转换:',
   
    'Discussion End Time'     'Building valid e-mail address from username, if missing from preferences:'
 => 'Diskussions-Endezeit',  => 'Building valid e-mail address from username, if missing from preferences:',
   
    'Hide Closed Discussion'     'Kerberos: enter default for each realm used in the domain, with comma separation of entries'
 => 'Geschlossene Diskussion verbergen',  => 'Kerberos: enter default for each realm used in the domain, with comma separation of entries',
   
    'Randomly Order Resources'     '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).'
 => 'Zufällige Reihenfolge der Ressourcen',  => '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).',
   
 #   'Randomly pick number of resources (randompick)'     'Internal, Filesystem and Local authentication: enter single default.'
 #=> 'Ressourcenanzahl zufällig wählen (randompick)',  => 'Internal, Filesystem and Local authentication: enter single default.',
 #  
    'Randomly pick number of resources'     'Authentication Method'
 => 'Zufällige Anzahl an Ressourcen verwenden',  => 'Authentication Method',
   
 #   'Do not show plain URL (encrypturl)'     'Username -> e-mail conversion'
 #=> 'Blanke URL nicht anzeigen  (encrypturl)',  => 'Username -> e-mail conversion',
 #  
    'Do not show plain URL'     'Internal (LON-CAPA)'
 => 'URL nicht im Klartext zeigen',  => 'Internal (LON-CAPA)',
   
    'Slots of availability'     'username@'
 => 'Verfügbarkeits-Slots',  => '用户名@',
   
    'CSS file to link'     'Local/Customized'
 => 'Zu verlinkende CSS-Datei',  => 'Local/Customized',
   
    'Use slot based access controls'     'Filesystem (UNIX)'
 => 'Slot-basierte Zugriffskontrolle verwenden',  => 'Filesystem (UNIX)',
   
 #   'Client IP/Name Access Control (acc)'     'Compose E-mail'
 #=> 'Client IP/Namen-Zugriffssteuerung (acc)',  => 'Compose E-mail',
 #  
    'Client IP/Name Access Control'     'No recipients identified'
 => 'Zugriffskontrolle durch Client-IP-Adresse/-Name',  => 'No recipients identified',
   
 #   'Resource alias name for conditions (mapalias)'     'Broadcast e-mail display options'
 #=> 'Ressourcen-Aliasname für Bedingungen (mapalias)',  => 'Broadcast e-mail display options',
 #  
    'Resource alias name for conditions'     'Date range:'
 => 'Ressourcen-Aliasname für Bedingungen',  => 'Date range:',
   
    'Slots of availability selected by student'     'Earliest to display:'
 => 'Verfügbarkeits-Slots durch Studenten gewählt',  => 'Earliest to display:',
   
    'Hide buttons from students'     'Latest to display:'
 => 'Buttons für Studenten verbergen',  => 'Latest to display:',
   
    'Hide DragMath-Editor'     'Choose sender(s):'
 => 'DragMath-Editor verbergen',  => 'Choose sender(s):',
   
 #   'Maximum Number of Collaborators (maxcollaborators)'     'Display e-mail'
 #=> 'Maximale Anzahl an Mitarbeitern (maxcollaborators)',  => '显示 E-Mail',
 #  
    'Maximum Number of Collaborators'     'E-mail display'
 => 'Maximale Anzahl an Mitarbeitern',  => '显示 E-Mail',
   
 #   'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'     'Display Broadcast e-mail'
 #=> 'Dateiendungen für hochgeladene Dateien erlauben (uploadedfiletypes)',  => '显示广播 E-Mail',
 #  
    'Allowed File Extensions for Uploaded Files'     'No mail sent matching supplied criteria'
 => 'Dateiendungen für hochgeladene Dateien erlauben',  => 'No mail sent matching supplied criteria',
   
 #   'Hand Graded (handgrade)'     'Customrole'
 #=> 'Manuell bewertet (handgrade)',  => 'Customrole',
 #  
    'Hand Graded'     'Defined by [_1] at [_2].'
 => 'Manuell bewertet',  => 'Defined by [_1] at [_2].',
   
 #   'Number of bubbles in exam mode (numbubbles)'     'No students found.'
 #=> 'Anzahl der Ankreuzfelder im Prüfungmodus (numbubbles)',  => 'No students found.',
 #  
    'Number of bubbles in exam mode'     'Spreadsheet'
 => 'Anzahl der Ankreuzfelder im Prüfungsmodus',  => 'Spreadsheet',
   
    'Format for display of score'     'Spreadsheet Help'
 => 'Format für Punkteanzeige',  => 'Spreadsheet Help',
   
    'Max. cumulative size for submitted files (MB)'     'Editing Help'
 => 'Max. kumulative Größe für eingereichte Dateien (MB)',  => 'Editing Help',
   
 # Resource Parameters - End     'Help on printing'
   => 'Help on printing',
   
    'New LON-CAPA [_1] ID: [_2]'     'Metadata Diffs'
 => 'Neue LON-CAPA-[_1]-ID: [_2]',  => 'Metadata Diffs',
   
    'Not available'     'Retrieve Metadata'
 => 'Nicht verfügbar',  => 'Retrieve Metadata',
   
    'Post Announcement'     'Enter course'
 => 'Bekanntmachung absenden',  => 'Enter course',
   
    'The folder name: "[_1]" is already in use for an existing folder.'     'Enter Course'
 => 'Der Verzeichnisname "[_1]" ist bereits in einem bestehendem Verzeichnis in Verwendung.',  => 'Enter Course',
   
    'The folder name: "[_1]" is already used for one of the folders automatically generated by the system.'     'Enter Access Key to Unlock this Course'
 => 'Der Verzeichnisname "[_1]" ist bereits in einem systemgenerierten Verzeichnis in Verwendung.',  => 'Enter Access Key to Unlock this Course',
   
    'Error - could not obtain lock on email folders record.'     'Verifying Access Key to Unlock this Course'
 => 'Fehler: Sperrung des Nachrichtenverzeichnis-Datensatzes war nicht möglich.',  => 'Verifying Access Key to Unlock this Course',
   
    'The folder "[_1]" may not be deleted'     'Successfully registered key'
 => 'Das Verzeichnis "[_1]" kann nicht gelöscht werden',  => 'Successfully registered key',
   
    'The folder "[_1]" does not exist so deletion is not required.'     'Re-Enter Key'
 => 'Das Verzeichnis "[_1]" existiert nicht und braucht daher nicht gelöscht zu werden.',  => 'Re-Enter Key',
   
    'The folder "[_1]" contains messages so it may not be deleted.'     'Assigned from [_1] at [_2] for [_3]'
 => 'Das Verzeichnis "[_1]" enthält Nachrichten und kann daher nicht gelöscht werden.',  => 'Assigned from [_1] at [_2] for [_3]',
   
    'Delete or move the messages to a different folder first.'     'Total Matches'
 => 'Löschen oder verschieben Sie die Nachrichten zunächst in ein anderes Verzeichnis.',  => 'Total Matches',
   
    'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is an invalid name.'     'Time Remaining'
 => 'Das Verzeichnis "[_1]" kann nicht in "[_2]" umbenannt werden, da der neue Name ungültig ist.',  => 'Time Remaining',
   
    'The folder "[_1]" may not be renamed to "[_2]" as the new name you requested is reserved for folders provided automatically by the system.'     'IMPORT'
 => 'Das Verzeichnis "[_1]" kann nicht in "[_2]" umbenannt werden, da der neue Name für Verzeichnisse reserviert ist, die automatisch vom System angeboten werden.',  => 'IMPORT',
   
    'The folder "[_1]" may not be renamed to "[_2]" because the new name you requested is already being used for an existing folder.'     'Help on slots'
 => 'Das Verzeichnis "[_1]" kann nicht in "[_2]" umbenannt werden, da der neue Name bereits für ein bestehendes Verzeichnis verwendet wird.',  => 'Help on slots',
   
    'The folder "[_1]" could not be renamed to "[_2]" because the folder does not exist.'     'New user accounts in [_1]'
 => 'Das Verzeichnis "[_1]" kann nicht in "[_2]" umbenannt werden, da das Verzeichnis "[_1]" nicht existiert.',  => 'New user accounts in [_1]',
   
    'Warning: failed to release lock for counter'     'Student enrollment changes in [_1]'
 => 'Warnung: Die Sperre für den Zähler konnte nicht freigegeben werden.',  => 'Student enrollment changes in [_1]',
   
    'Warning: failed to release lock for folder: [_1].'     'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:'
 => 'Warnung: Die Sperre für das Verzeichnis [_1] konnte nicht freigegeben werden.',  => 'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:',
   
    'Error uploading new folder.'     'No institutional classlist data could be retrieved for [_1]'
 => 'Fehler beim Hochladen des neuen Verzeichnisses.',  => 'No institutional classlist data could be retrieved for [_1]',
   
    'Error reading contents of parent folder.'     'Not within time window for auto-enrollment in [_1]'
 => 'Fehler beim Lesen der Inhalte des übergeordneten Verzeichnisses.',  => 'Not within time window for auto-enrollment in [_1]',
   
    'Error saving updated parent folder.'     'Auto-enrollment not currently enabled for [_1]'
 => 'Fehler beim Speichern des aktualisierten übergeordneten Verzeichnisses.',  => 'Auto-enrollment not currently enabled for [_1]',
   
    'Parameters not set for [_1] because the resource was not recognized as part of the course.'     'The courseID provided does not match a course in this domain.'
 => '',  => 'The courseID provided does not match a course in this domain.',
   
    'Message not moved, Attempted to move message to the same folder as it already is in.'     'Not Open'
 => 'Die Nachricht wurde nicht verschoben, da sie in das gleiche Verzeichnis verschoben werden sollte, in dem sie sich bereits befindet.',  => 'Not Open',
   
    'Message not moved, A network error occurred.'     "This resource currently isn't open. It will be available at [_1]."
 => 'Die Nachricht wurde nicht verschoben, da ein Netzwerkfehler aufgetreten ist.',  => "This resource currently isn't open. It will be available at [_1].",
   
    'Message not moved as the message is no longer in the source folder.'     'Could not handle ambiguous resource reference'
 => 'Die Nachricht wurde nicht verschoben, da sie sich nicht mehr im Quellverzeichnis befindet.',  => 'Could not handle ambiguous resource reference',
   
    'Message copied to new folder but status was not, A network error occurred.'     'The nature of the problem is unclear'
 => 'Die Nachricht wurde in das neue Verzeichnis kopiert, deren Status allerdings nicht, da ein Netzwerkproblem aufgetreten ist.',  => 'The nature of the problem is unclear',
   
    'Message copied, but unable to delete the original from the source folder.'     'Course Roster'
 => '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.'     'Classlist'
 => 'Die Nachricht wurde kopiert, allerdings konnte der Originalstatus im Quellverzeichnis nicht entfernt werden.',  => '班级名册',
   
    'Error: you must have a course role selected to be able to send a broadcast message to a group in the course.'     'Display of a student-viewable course roster is not currently enabled.'
 => 'Fehler: Sie müssen zunächst eine Kursrolle auswählen, um Broadcast-Nachrichten an eine Kursgruppe senden zu können.',  => 'Display of a student-viewable course roster is not currently enabled.',
   
    'Error: could not determine domain or number of course'     'Student-viewable course roster'
 => 'Fehler: Weder die Domäne noch die Nummer des Kurses konnte ermittelt werden',  => 'Student-viewable course roster',
   
    'Select message recipients from the group members listed below.'     'Students with no section'
 => 'Wählen Sie Nachrichtenempfänger von der unten angegebenen Liste der Gruppenmitglieder.',  => 'Students with no section',
   
    'Send another e-mail'     'Students in section "[_1]"'
 => 'Eine weitere E-Mail schicken',  => 'Students in section "[_1]"',
   
    'Send another group message'     'Students in any section'
 => 'Eine weitere Gruppen-Nachricht schicken',  => 'Students in any section',
   
    'Return to group page'     'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.'
 => 'Zurück zur Gruppenseite',  => 'Only students who have opted to be listed in the roster ([_1] out of [_2] students) are shown.',
   
    '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 without a 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 without a 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 section[_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 section[_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.'     'The single student in the course[_1] has opted not 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.',  => 'The single student in the course[_1] has opted not 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 without a 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 without a section[_2] have opted to be listed in the roster.',
   
    'Send Messages'     'None of the [_1] students in the section[_2] have opted to be listed in the roster.'
 => 'Nachrichten senden',  => 'None of the [_1] students in the section[_2] have opted to be listed in the roster.',
   
    'Send Message'     'None of the [_1] students in the course[_2] have opted to be listed in the roster.'
 => 'Nachricht senden',  => 'None of the [_1] students in the course[_2] have opted to be listed in the roster.',
   
    'Send Reply to Messages'     'All [_1] students without a section[_2] have opted to be listed in the roster.'
 => 'Antwort auf Nachrichten absenden',  => 'All [_1] students without a section[_2] have opted to be listed in the roster.',
   
    'Send Reply to Message'     'All [_1] students in the section[_2] have opted to be listed in the roster.'
 => 'Antwort auf Nachricht absenden',  => 'All [_1] students in the section[_2] have opted to be listed in the roster.',
   
    'Forward Messages'     'All [_1] students in the course[_2] have opted to be listed in the roster.'
 => 'Nachrichten weiterleiten',  => 'All [_1] students in the course[_2] have opted to be listed in the roster.',
   
    'Forward Message'     'The single student without a section[_1] has opted to be listed in the roster.'
 => 'Nachricht weiterleiten',  => 'The single student without a section[_1] has opted to be listed in the roster.',
   
    'Save message for re-use'     'The single student in the section[_1] has opted to be listed in the roster.'
 => 'Nachricht zur Wiederverwendung speichern',  => 'The single student in the section[_1] has opted to be listed in the roster.',
   
    'Show re-usable messages'     'The single student in the course[_1] has opted to be listed in the roster.'
 => 'Wiederverwendbare Nachrichten anzeigen',  => 'The single student in the course[_1] has opted to be listed in the roster.',
   
    'This message was designated by the sender not to allow replies.'     'All [_1] students without a section[_2] are listed in the roster.'
 => 'Der Absender dieser Nachricht hat festgelegt, dass auf diese Nachricht nicht geantwortet werden kann.',  => 'All [_1] students without a section[_2] are listed in the roster.',
   
    'The sender did not designate a reply to address for this message.'     'All [_1] students in the section[_2] are listed in the roster.'
 => 'Der Absender hat keine Antwortadresse für diese Nachricht festgelegt.',  => 'All [_1] students in the section[_2] are listed in the roster.',
   
    'Reply to other recipients'     'All [_1] students in the course[_2] are listed in the roster.'
 => 'Antwort an weitere Empfänger',  => 'All [_1] students in the course[_2] are listed in the roster.',
   
    'Unless you choose otherwise:'     'There is only a single student without a section[_1]'
 => 'Sofern Sie nichts anderes auswählen, werden folgende Einstellungen verwendet:',  => 'There is only a single student without a 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 section[_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 section[_1]',
   
    'original subject'     'There is only a single student in the course[_1]'
 => 'ursprünglicher Betreff',  => 'There is only a single student in the course[_1]',
   
    "sender's name"     'There are currently no students to display.'
 => "Name des Absenders",  => 'There are currently no students to display.',
   
    'Message begins with:'     'Available Portfolio files'
 => 'Nachricht beginnt mit:',  => 'Available Portfolio files',
   
    'Any new text to display before the text of the original messages:'     'Name not given'
 => 'Beliebiger neuer Text, der vor dem Text der Originalnachricht angezeigt werden soll:',  => '姓名不详',
   
    'username1:domain1: text'     '[quant,_1,file,files,No files]'
 => 'Benutzerkennung1:Domäne1: Text',  => '[quant,_1,Datei,Dateien,Keine Dateien]',
   
    'username2:domain2: text'     'Error retrieving file information.'
 => 'Benutzerkennung2:Domäne2: Text',  => 'Error retrieving file information.',
   
    'username3:domain3: text'     'Your roster setting'
 => 'Benutzerkennung3:Domäne3: Text',  => 'Your roster setting',
   
    "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 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 listed in the student-viewable roster.',
   
    'Not allowed'     'You are currently <b>not</b> listed in the student-viewable roster.'
 => 'Nicht zulässig',  => 'You are currently <b>not</b> listed in the student-viewable roster.',
   
    'Archived Message'     'Include yourself in the roster?'
 => 'Archivierte Nachrichten',  => 'Include yourself in the roster?',
   
    '[quant,_1,communication blocking period was,communication blocking periods were] removed.'     'Display of your name in the student-viewable roster set to [_1].'
 => '[quant,_1,Kommunikationssperr-Zeitraum wurde,Kommunikationssperr-Zeiträume wurden] entfernt.',  => 'Display of your name in the student-viewable roster set to [_1].',
   
    '[quant,_1,communication blocking period was,communication blocking periods were] modified.'     'Error occurred saving display setting.'
 => '[quant,_1,Kommunikationssperr-Zeitraum wurde,Kommunikationssperr-Zeiträume wurden] geändert.',  => 'Error occurred saving display setting.',
   
    '[quant,_1,communication blocking period was,communication blocking periods were] added.'     'Display of your name in the student-viewable roster unchanged (set to [_1]).'
 => '[quant,_1,Kommunikationssperr-Zeitraum wurde,Kommunikationssperr-Zeiträume wurden] hinzugefügt.',  => 'Display of your name in the student-viewable roster unchanged (set to [_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.'     'View course roster'
 => 'Sie haben versucht eine Nachricht anzuzeigen, die momentan gesperrt ist, da Sie einen oder mehre Kurse belegen, in denen eine Online-Prüfung stattfindet.',  => 'View course roster',
   
    'Reply To'     'Change Course Page Preferences'
 => 'Antwort an',  => 'Change Course Page Preferences',
   
    'Current attempts of student (if applicable)'     'Change Course Page Pref'
 => 'Derzeitige Versuche des Studenten (falls verfügbar)',  => 'Change Course Page Pref',
   
    'Current screen output (if applicable)'     'No context.'
 => 'Derzeitige Bildschirmausgabe (falls verfügbar)',  => 'No context.',
   
    'No saved comments yet.'     'unable to verify variable URL'
 => 'Bisher keine gespeicherten Kommentare.',  => 'unable to verify variable URL',
   
    'No saved comments yet for this resource.'     'Receipt'
 => 'Bisher keine gespeicherten Kommentare für diese Ressource.',  => 'Receipt',
   
    'Could not deliver message'     'Problems during Course Initialization'
 => 'Nachricht konnte nicht zugestellt werden.',  => 'Problems during Course Initialization',
   
    'Please use the browser "Back" button and correct the recipient addresses ([_1]).'     'Try Selecting Again'
 => 'Bitte verwenden Sie den Zurück-Button des Webbrowsers und korrigieren Sie die Empfängeradressen ([_1]).',  => 'Try Selecting Again',
   
    'Failed to delete the message.'     'Invalid map: [_1]'
 => 'Löschen der Nachricht ist fehlgeschlagen.',  => 'Invalid map: [_1]',
   
    'Marked [_1] message(s) read'     'Please either [_1]close this window[_2] or [_3]log in again[_4].'
 => '[_1] Nachricht(en) als gelesen markiert',  => 'Please either [_1]close this window[_2] or [_3]log in again[_4].',
   
    'Marked [_1] message(s) Unread'     'Thank you for using LON-CAPA.'
 => '[_1] Nachricht(en) als ungelesen markiert',  => '感谢您使用 LON-CAPA。',
   
    'Destination folder [_1] is not a valid folder'     'You have been successfully logged out.'
 => 'Bei dem Zielverzeichnis [_1] handelt es sich um kein gültiges Verzeichnis.',  => '您已成功退出。',
   
    'Failed to move [_1] message(s)'     'You can [_1]close this window[_2] now.'
 => '[_1] Nachricht(en) konnte(n) nicht verschoben werden.',  => '您现在可以 [_1]关闭这个窗口[_2]。',
   
    'Moved [_1] message(s)'     '[_1]Log in again[_2]'
 => '[_1] Nachricht(en) wurde(n) verschoben.',  => '[_1]重新登录[_2]',
   
    'Failed to delete [_1] message(s)'     'No matches found in resources.'
 => '[_1] Nachricht(en) konnte(n) nicht gelöscht werden.',  => 'No matches found in resources.',
   
    'Deleted [_1] message(s)'     'No matches found in postings.'
 => '[_1] Nachricht(en) wurde(n) gelöscht.',  => 'No matches found in postings.',
   
    '[quant,_1,message] forwarded.'     'Unable to understand the search phrase [_1]. Please modify your search.'
 => '[quant,_1,Nachricht,Nachrichten] weitergeleitet.',  => 'Unable to understand the search phrase [_1]. Please modify your search.',
   
    'Could not forward [quant,_1,message].'     'Unable to understand the search phrase [_1]: [_2]'
 => '[quant,_1,Nachricht,Nachrichten] konnte nicht nicht weitergeleitet werden.',  => 'Unable to understand the search phrase [_1]: [_2]',
   
    'Could not deliver forwarded 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.'
 => 'Weitergeleitetet Nachricht konnte nicht zugestellt werden.',  => '搜寻无法完成,因为您没有足够的数据。您必须在搜索页面的搜索栏里填写关键词,从而使您的要求可以得到处理。', # '您没有填写足够的信息进行搜索的开始。您需要填写在有关领域在搜寻网页上,以便查询处理。'
   
    'The recipient addresses may need to be corrected'     'conditionally hidden'
 => 'Die Empfängeradressesn mussen korrigiert werden',  => '有条件的隐藏',
   
    'Mail folder "[_1]" created.'     'Problem Parameters'
 => 'Das Nachrichtenverzeichnis "[_1]" wurde angelegt.',  => '问题参数',
   
    'Creation failed.'     'No group name provided.'
 => 'Anlegen fehlgeschlagen.',  => '没有组名称。',
   
    'Mail folder "[_1]" deleted.'     'Invalid group name provided.'
 => 'Das Nachrichtenverzeichnis "[_1]" wurde gelöscht.',  => '无效的组名称。',
   
    'Deletion failed.'     'Invalid [_1]'
 => 'Löschen fehlgeschlagen.',  => '无效的 [_1]', # ???
   
    'Mail folder "[_1]" renamed "[_2]".'     '"[_1]" is not the name of a valid group in this [_2].'
 => 'Das Nachrichtenverzeichnis "[_1]" wurde umbenannt in "[_2]".',  => '"[_1]" 并非是一个有效的名称在本组 [_2].',
   
    'Renaming failed.'     'You do not have privileges to view the membership roster in this group.'
 => 'Umbenennen fehlgeschlagen.',  => '您没有权限以查看该组的会员名册。',
   
    'Messages'     'Group membership status - [_1]'
 => 'Nachrichten',  => '组会员状态: [_1]',
   
    'Distribute from Uploaded File'     'group membership status - [_1]'
 => 'Hochgeladene Datei verteilen', # ???  => '组会员状态: [_1]',
   
    'Communication Blocking'     'There are no membership data to display for this group.'
 => 'Kommunikationssperre',  => '该组没有任何会员数据。',
   
    'Communication blocking during scheduled exams'     'Membership status: '
 => 'Kommunikationssperre während zeitgebundener Prüfungen',  => '会员状态: ',
   
    'You can use communication blocking to prevent students enrolled in this course from displaying LON-CAPA messages sent by other students during an online exam. As blocking of communication could potentially interrupt legitimate communication between students who are also both enrolled in a different LON-CAPA course, please be careful that you select the correct start and end times for your scheduled exam when setting or modifying these parameters.'     'There are no groups to display in this [_1].'
 => '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.',  => '没有任何组在此 [_1] 可以显示。', # ??? -> grouproster.pm
   
    'Modify existing communication blocking periods'     'Start Date'
 => 'Bestehende Kommunikationssperren ändern',  => '开始日期',
   
    'No communication blocks currently saved'     'End Date'
 => 'Derzeit sind keine Sperren eingerichtet.',  => '结束日期',
   
    'Duration'     'Functionality'
 => 'Dauer',  => '功能',
   
    'Event'     'Privileges'
 => 'Veranstaltung',  => '权限',
   
    'Blocked?'     'Any Membership status'
 => 'Gesperrt wird...',  => '任何会员状态',
   
    'Add block'     'Active Member'
 => 'Sperre hinzufügen',  => '活跃的会员',
   
    'e.g., Exam 1'     'Former Member'
 => '(z.B. Eingangstest)',  => '以前的会员',
   
    'Discussion'     'Future Member'
 => 'Diskussionsforen',  => '未来的会员',
   
    'The following changes were made'     'Group Folder - [_1]'
 => 'Folgende Änderungen wurden vorgenommen:',  => '组文件夹 - [_1]',
   
    'Add new communication blocking periods'     'Group homepage - [_1]'
 => 'Neue Kommunikationssperre hinzufügen',  => '组网页 - [_1]',
   
    'Set by'     'A support request has been sent to'
 => 'Ersteller',  => 'A support request has been sent to',
   
    'Deleted Message'     'Your support request contained the following information'
 => 'Gelöschte Nachrichten',  => 'Your support request contained the following information',
   
    'Marked Messages Read'     'The following Cc e-mail address is invalid: '
 => 'Nachrichten als gelesen gekennzeichnet',  => 'The following Cc e-mail address is invalid: ',
   
    'Marked Messages Unread'     'The following Cc e-mail addresses are invalid: '
 => 'Nachrichten als ungelesen gekennzeichnet',  => 'The following Cc e-mail addresses are invalid: ',
   
    'Moved Messages'     '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 verschoben',  => '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.',
   
    'Deleted Messages'     'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.'
 => 'Nachrichten gelöscht',  => 'Instead a copy has been sent to the LON-CAPA support team at Michigan State University.',
   
    'Marked Message as Unread'     'The uploaded screenshot file ([_1] bytes) included with your request exceeded the maximum allowed size - 128 KB, and has therefore been discarded.'
 => 'Nachrichten als ungelesen gekennzeichnet',  => 'The uploaded screenshot file ([_1] bytes) included with your request exceeded the maximum allowed size - 128 KB, and has therefore been discarded.',
   
    'Deleted Folder'     'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].'
 => 'Verzeichnis gelöscht',  => 'An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].',
   
    'Renamed Folder'     'File does not have [_1] or [_2] starting tag'
 => 'Verzeichnis umbenannt',  => 'File does not have [_1] or [_2] starting tag',
   
    'username:domain,username:domain,...'     'File does not have [_1] or [_2] ending tag'
 => 'Benutzerkennung:Domäne,Benutzerkennung:Domäne,...',  => 'File does not have [_1] or [_2] ending tag',
   
    'All courses'     'File does not have [_1] ending tag'
 => 'Alle Kurse',  => 'File does not have [_1] ending tag',
   
    'Pick specific course(s):'     'Example'
 => 'Bestimmte(n) Kurs(e) verwenden:',  => 'Example',
   
    'Search for a course in the [_1] domain'     'Algebraic Response Problems'
 => 'Kurs-Suche in der Domäne der [_1]',  => 'Algebraic Response Problems',
   
    'Actions available after searching for a course:'     'Chemistry Problems'
 => 'Verfügbare Aktionen nach der Suche eines Kurses:',  => 'Chemistry Problems',
   
    'Although almost all course settings can be modified by a [_1], a number of settings exist which only a [_2] may change:'     'Free Form Problems'
 => 'Der [_1] kann beinahe alle Kurs-Einstellungen vornehmen. Einige Einstellungen darf jedoch nur ein [_2] ändern:',  => 'Free Form Problems',
   
    "Certain settings which control auto-enrollment of students from your institution's student information system."     'Handgraded Problems'
 => "Bestimmte Einstellungen, die die automatische Kursbelegung für Studierende steuern",  => 'Handgraded Problems',
   
    'The total disk space allocated for storage of portfolio files in all groups in a course.'     'Miscellaneous'
 => 'Der Gesamtspeicherplatz für die Portfolio-Dateien aller Gruppen im Kurs',  => 'Miscellaneous',
   
    'No existing sections'     'Multiple Choice Problems'
 => '(Keine Sektionen vorhanden)', # n.t.  => 'Multiple Choice Problems',
   
    'Broadcast e-mail to users'     'Numerical Problems'
 => 'Broadcast-E-Mail an Benutzer',  => 'Numerical Problems',
   
    'Broadcast E-mail'     'Language:'
 => 'Broadcast-E-Mail',  => '语言:',
   
    'Broadcast e-mail to Domain'     'Math Rendering:'
 => 'Broadcast-E-Mail an Domäne',  => 'Math Rendering:',
   
    'Send a new e-mail message to selected users from this domain'     'Restrict Domain Coordinator Access'
 => 'Senden einer neuen E-Mail an ausgewählte Benutzer dieser Domäne',  => 'Restrict Domain Coordinator Access',
   
    'Send a new e-mail 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.',
   
    'Display e-mail sent by Domain Coordinators in this domain'     'Block access to Authoring Space'
 => 'Anzeige von Domänen-Koordinatoren gesendeter E-Mails in dieser Domäne',  => 'Block access to Authoring Space',
   
    'Select Audience'     'jsMath'
 => 'Empfängerkreis auswählen',  => 'jsMath',
   
    'Choose e-mail audience'     'tth (TeX to HTML)'
 => 'Empfängerkreis auswählen',  => 'tth (TeX to HTML)',
   
    'Roles:'     'mimetex (Convert to Images)'
 => '角色:',  => 'mimetex (Convert to Images)',
 #=> 'Rollen:',  
      'jsMath:'
    'Courses:'  => 'jsMath:',
 => '课程:',  
 #=> 'Kurse:',     'tth (TeX to HTML):'
   => 'tth (TeX to HTML):',
    '[_1] selected.' # n.t.  
 => '[_1] ausgewählt',     'mimetex (Convert to Images):'
   => 'mimetex (Convert to Images):',
    'Access status:'  
 => 'Zugriffsstatus:',     '[_1], [_2], or [_3]'
   => '[_1], [_2] 或者 [_3]',
    'Username -> Email conversion:'  
 => 'Benutzerkennung -> E-Mail-Konvertierung:',     'internal, optional'
   => '内部的,可选的',
    '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,...'
   => '用户名:域,用户名:域...',
    '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(section;section;...;*;...),...'
   => '用户名:域,用户名:域(科,章节;...;*;...),...',
    '(e.g., MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).'  
 => '(z.B. MSU.EDU=msu.edu, MSUE.EDU=msue.msu.edu).',     'user:domain,user:domain,*:domain'
   => '用户名:域,用户名:域,*:域',
    'Internal, Filesystem and Local authentication: enter single default.'  
 => 'LON-CAPA-interne, Dateisystem- oder lokale Authentifizierung: Geben Sie eine einzelne Voreinstellung ein.',     'Course members with current access'
   => 'Course members with current access',
    'Authentication Method'  
 => 'Authentifizierungsmethode',     'Course members with expired access'
   => 'Course members with expired access',
    'Username -> e-mail conversion'  
 => 'Benutzerkennung -> E-Mail-Konvertierung',     'Course members with future access'
   => 'Course members with future access',
    'Internal (LON-CAPA)'  
 => 'LON-CAPA-intern',     'Other Roles'
   => '其他角色',
    'username@'  
 => '用户名@',     'Select Author'
 #=> 'Benutzerkennung@',  => '选择作者',
   
    'Local/Customized'     'Non-standard Course'
 => 'Lokal/benutzerdefiniert',  => '非标准课程',
   
    'Filesystem (UNIX)'     'Switch course role to...'
 => 'Dateisystem (UNIX)',  => '更改用户角色...',
   
    'Compose E-mail'     'Message'
 => 'E-Mail erstellen',  => '邮件',
   
    'No recipients identified'     'Time of change'
 => 'Keine Empfänger gefunden',  => '更改时间',
   
    'Broadcast e-mail display options'     'active'
 => 'Anzeigeoptionen für Broadcast-E-Mail',  => '活跃的',
   
    'Date range:'     'previous'
 => 'Zeitraum:',  => '以前的',
   
    'Earliest to display:'     'Access dates to apply for selected users'
 => 'Frühester Zeitpunkt:',  => 'Access dates to apply for selected users',
   
    'Latest to display:'     'Changes in section affiliation to apply to selected users'
 => 'Spätester Zeitpunkt:',  => 'Changes in section affiliation to apply to selected users',
   
    'Choose sender(s):'     '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.'
 => 'Auswahl des/der Sender:',  => '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.',
   
    'Display e-mail'     'For a role in a course that is not a student role, a user may have roles in more than one section of a course at a time.'
 => 'E-Mail anzeigen',  => '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.',
   
    'E-mail display'     "Retain each user's current section affiliations?"
 => 'E-Mail-Anzeige',  => "Retain each user's current section affiliations?",
   
    'Display Broadcast e-mail'     '(Does not apply to student roles).'
 => 'Anzeige Broadcast-E-Mail',  => '(Does not apply to student roles).',
   
    'No mail sent matching supplied criteria'     '[_1]Show[_2] clicker id'
 => 'Es wurde keine Nachricht gesendet, auf die die Suchkriterien zutreffen.',  => '[_1]Show[_2] clicker id',
   
    'Customrole'     '[_1]Hide[_2] clicker id'
 => 'Benutzerdefinierte Rolle',  => '[_1]Hide[_2] clicker id',
   
    'Defined by [_1] at [_2].'     'Catalog:'
 => 'Festgelegt durch [_1] in [_2].',  => '目录:',
   
    'No students found.'     'Main Categories'
 => 'Keine Studenten gefunden.',  => '主要类型',
   
    'Spreadsheet'     'Official courses (with institutional codes)'
 => 'Beurteilungsbogen',  => '官方课程(带机构代码)',
   
    'Spreadsheet Help'     'Official courses'
 => 'Hilfe zu Beurteilungsbögen',  => '官方课程',
   
    'Editing Help'     'with institutional codes'
 => 'Eingabehilfe',  => '带机构代码',
   
    'Help on printing'     'Self-enroll (if permitted)'
 => 'Hilfe zum Drucken',  => '自己报名(如果被允许)',
   
    'Metadata Diffs'     'No ending date'
 => 'Metadaten-Unterschiede',  => '无结束日期',
   
    'Retrieve Metadata'     'From:[_1]'
 => 'Alte Metadaten wiederherstellen',  => 'From:[_1]',
   
    'Enter course'     'To:[_1]'
 => 'Kurs betreten',  => 'To:[_1]',
   
    'Enter Course'     'Starts: [_1]'
 => 'Kurs betreten',  => '开始: [_1]',
   
    'Enter Access Key to Unlock this Course'     'Ends: [_1]'
 => 'Eingabe des Zugriffsschlüssels zum Entsperren des Kurses',  => '结束: [_1]',
   
    'Verifying Access Key to Unlock this Course'     'Ended: [_1]'
 => 'Überprüfung des Zugriffsschlüssels, um Kurs zu entsperren',  => 'Ended: [_1]',
   
    'Successfully registered key'     'Currently enabled'
 => 'Schlüssel erfolgreich registriert',  => 'Currently enabled',
   
    'Re-Enter Key'     '[quant,_1,section:,sections:,No sections]'
 => 'Schlüssel erneut eingeben',  => '[quant,_1,section:,sections:,No sections]',
   
    'Assigned from [_1] at [_2] for [_3]'     'No information available for [_1].'
 => 'Zugewiesen am [_2] von [_1] an [_3]',  => 'No information available for [_1].',
   
    'Total Matches'     'Self-enrollers:'
 => 'Gesamtanzahl Treffer',  => 'Self-enrollers:',
   
    'Time Remaining'     'Choices:'
 => 'Verbleibende Zeit',  => 'Choices:',
   
    'IMPORT'     'Configure User Self-enrollment'
 => 'Importieren',  => '配置用户自助注册',
   
    'Help on slots'     'View Change Logs'
 => 'Hilfe zu Slots',  => 'View Change Logs',
   
    'New user accounts in [_1]'     'View Log-in History'
 => 'Neue Benutzeraccounts in [_1]',  => 'View Log-in History',
   
    'Student enrollment changes in [_1]'     'Configure Self-enrollment'
 => 'Änderungen der studentischen Kursbelegung in [_1]',  => '配置自助注册',
   
    'The following [quant,_1,change] occurred in [_2] - [_3] as a result of the automated classlist update:'     'Self-enrollment with a student role'
 => '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]'     'Users allowed to self-enroll in this course'
 => 'Für [_1] konnte keine institutionelle Kursteilnehmerliste abgerufen werden.',  => '用户可自行注册来参加此课程',
   
    'Not within time window for auto-enrollment in [_1]'     'Any user in any domain:'
 => '[_1] befindet sich nicht innerhalb des Zeitfensters der automatischen Kursbelegung.',  => '任何用户在任何域:',
   
    'Auto-enrollment not currently enabled for [_1]'     'User types:'
 => 'Für [_1] ist die automatische Kursbelegung derzeit nicht aktiviert.',  => '用户类型:',
   
    'The courseID provided does not match a course in this domain.'     'any'
 => '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]."     'Any users'
 => "Auf diese Ressource darf momentan nicht zugegriffen werden. Sie wird ab [_1] verfügbar sein.",  => '任何用户',
   
    'Could not handle ambiguous resource reference'     'Others'
 => 'Doppeldeutige Ressourcenreferenz',  => '其他',
   
    'The nature of the problem is unclear'     'Additional domain:'
 => 'Die Fehlerursache ist unklar.',  => '其他域:',
   
    'Course Roster'     'Users in additional domain:'
 => '课程名册',  => '用户在其他域:',
 #=> 'Kursteilnehmerliste',  
      'Specific domain:'
    'Classlist'  => '特定域:',
 => '班级名册',  
 #=> 'Kursteilnehmerliste',     'Users in specific domain:'
   => '用户在其特定域:',
    'Display of a student-viewable course roster is not currently enabled.'  
 => 'Die Anzeige der studenteneinsehbaren Kursteilnehmerliste ist derzeit deaktiviert.',     'Other domain:'
   => '其他域:',
    'Student-viewable course roster'  
 => 'Studenteneinsehbare Kursteilnehmerliste',     'Users in other domain:'
   => '用户在其他域:',
    'Students with no section'  
 => 'Studenten in keiner Sektion',     'Restrict self-enrollment to students officially registered for the course'
   => '限制自助注册为正式注册的学生的课程',
    'Students in section "[_1]"'  
 => 'Studenten in Sektion "[_1]"',     'Dates self-enrollment available'
   => '自助注册期限',
    'Students in any section'  
 => 'Studenten in beliebiger Sektion',     'Starts'
   => '开始',
    '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]).',     'Ends'
   => '结束',
    '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.',     'Course access dates 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.',     'Section assigned to self-enrolling users'
   => '章节指派给自助注册用户',
    '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.',     'The following changes were made to self-enrollment settings:'
   => '进行了以下自助注册设置的更改:',
    '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]: "[_2]" set to "[_3]".'
   => '[_1]: "[_2]" 设置为 "[_3]".',
    '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.',     '"[_1]" set to "[_2]".'
   => '"[_1]" 设置为 "[_2]".',
    '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.',     'No changes were made to the existing self-enrollment settings in this course.'
   => '现有的自助注册设置在该课程中未作任何修改。',
    'All [_1] students without a section[_2] have opted to be listed in the roster.'  
 => 'Alle [_1] Studenten ohne Sektionszugehörigkeit[_2] haben der Auflistung in der Kursteilnehmerliste zugestimmt.',     'Self-enrollment result'
   => '自助注册结果',
    '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.',     'Enroll in course'
   => '注册课程',
    '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.',     'Sections:'
   => '章节:',
    '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 course'
   => '自助注册参加课程',
    '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 in a LON-CAPA course'
   => '自助注册参加LON-CAPA课程',
    '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'
   => '自助注册',
    '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-enroll in [_1]'
   => '自助注册到 [_1]',
    'All [_1] students in the section[_2] are listed in the roster.'  
 => 'Alle [_1] Studenten in der Sektion[_2] werden in der Kursteilnehmerliste aufgelistet.',     'Self-enrollment error'
   => '自助注册错误',
    'All [_1] students in the course[_2] are listed in the roster.'  
 => 'Alle [_1] Studenten im Kurs[_2] werden in der Kursteilnehmerliste aufgelistet.',     'Invalid domain or course number'
   => '无效的域或课程数目',
    'There is only a single student without a section[_1]'  
 => 'Es gibt nur einen einzelnen Studenten ohne Sektionszugehörigkeit[_1].',     'Self-enrollment unavailable'
   => '自助注册无法使用',
    'There is only a single student in the section[_1]'  
 => 'Es gibt nur einen einzelnen Studenten in der Sektion[_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 course[_1]'  
 => 'Es gibt nur einen einzelnen Studenten im Kurs[_1].',     'Self-enrollment is not currently available for this course.'
   => 'Self-enrollment is not currently available for this course.',
    'There are currently no students to display.'  
 => 'Derzeit gibt es keine Studenten, die angezeigt werden könnten.',     'Self-enrollment is not currently available in this course'
   => 'Self-enrollment is not currently available in this course',
    'Available Portfolio files'  
 => 'Verfügbare Portfolio-Dateien',     '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.',
    'Name not given'  
 => 'Name nicht vorhanden',     '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]).',
    '[quant,_1,file,files,No files]'  
 => '[quant,_1,Datei,Dateien,Keine Dateien]',     'Self-enrollment will become available starting [_1]; please enroll at that time.'
   => 'Self-enrollment will become available starting [_1]; please enroll at that time.',
    'Error retrieving file information.'  
 => 'Fehler beim Abrufen der Dateiinformationen',     '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.',
    'Your roster setting'  
 => 'Ihre Kursteilnehmerlisten-Einstellung',     'Self-enrollment will become available starting [_1].'
   => 'Self-enrollment will become available starting [_1].',
    'You are currently listed in the student-viewable roster.'  
 => 'Sie werden derzeit in der studenteneinsehbaren Kursteilnehmerliste aufgelistet.',     'The link to the requested page could not be followed.'
   => 'The link to the requested page could not be followed.',
    'You are currently <b>not</b> listed in the student-viewable roster.'  
 => 'Sie werden derzeit <b>nicht</b> in der studenteneinsehbaren Kursteilnehmerliste aufgelistet.',     'The placeholder for the courseID is absent.'
   => 'The placeholder for the courseID is absent.',
    'Include yourself in the roster?'  
 => 'Möchten Sie in der Kursteilnehmerliste aufgelistet werden?',     'LON-CAPA account required'
   => 'LON-CAPA account required',
    'Display of your name in the student-viewable roster set to <b>[_1]</b>.'  
 => 'Anzeige Ihres Namens in der studenteneinsehbaren Kursteilnehmerliste auf <b>[_1]</b> gesetzt.',     'You 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.',
    'Error occurred saving display setting.'  
 => 'Es ist ein Fehler beim Speichern der Anzeige-Einstellungen aufgetreten.',     'If you have an account in LON-CAPA, [_1]log-in[_2].'
   => 'If you have an account in LON-CAPA, [_1]log-in[_2].',
    'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).'  
 => 'Anzeige Ihres Namens in der studenteneinsehbaren Kursteilnehmerliste bleibt unverändert (auf <b>[_1]</b> gesetzt).',     'Otherwise:'
   => 'Otherwise:',
    'View course roster'  
 => 'Kursteilnehmerliste',     "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",
    'Change Course Page Preferences'  
 => 'Schnellzugriffsliste für Kurse',     '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 Pref'  
 => '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]',
    'No context.'  
 => 'Kein Kontext.',     'Otherwise, if you have an institutional login, [_1]create an account[_2].'
   => 'Otherwise, if you have an institutional login, [_1]create an account[_2].',
    'unable to verify variable URL'  
 => 'variable URL konnte nicht überprüft werden',     '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].',
    'Receipt'  
 => 'Empfangsbestätigung',     "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.",
    'Problems during Course Initialization'  
 => 'Probleme während der Kursinitialisierung',     '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.',
    'Try Selecting Again'  
 => 'Auswählen erneut versuchen',     '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.',
    '<br />Invalid map: <tt>[_1]</tt>'  
 => '<br />Ungültige Inhaltszusammenstellung: <tt>[_1]</tt>',     '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.',
    '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 already have an active student role (section: "[_1]") in this course.'
   => 'You already have an active student role (section: "[_1]") in this course.',
    'Thank you for using LON-CAPA.'  
 => 'Vielen Dank, dass Sie LON-CAPA verwenden.',     '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].',
    'You have been successfully logged out.'  
 => 'Sie wurden erfolgreich abgemeldet.',     'Self-enrollment is restricted to officially registered students.'
   => 'Self-enrollment is restricted to officially registered students.',
    'You can [_1]close this window[_2] now.'  
 => 'Sie können [_1]dieses Fenster jetzt schließen[_2].',     '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.',
    '[_1]Log in again[_2]'  
 => '[_1]Erneut anmelden[_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.',
    '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.',     '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.',
    'conditionally hidden'  
 => 'Bedingungsabhängig verborgen',     'Self-enrollment in this course was successful.'
   => 'Self-enrollment in this course was successful.',
    'Problem Parameters'  
 => 'Aufgabenparameter',     '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.',
    'No group name provided.'  
 => 'Es wurde kein Gruppenname angegeben.',     '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].',
    'Invalid group name provided.'  
 => 'Es wurde ein ungültiger 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 [_1]'  
 => '[_1] ist ungültig', # ???     'Enrollment process complete'
   => 'Enrollment process complete',
    '"[_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].',     'Enrollment incomplete'
   => 'Enrollment incomplete',
    'You do not have privileges to view the membership roster in this group.'  
 => 'Sie haben für diese Gruppe nicht die Berechtigung, die Kursteilnehmerliste einzusehen.',     'Self-enrollment in this course failed.'
   => 'Self-enrollment in this course failed.',
    'Group membership status - [_1]'  
 => 'Gruppen-Mitgliedschafts-Status: [_1]',     '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',
    'There are no membership data to display for this group.'  
 => 'Für diese Gruppe existieren keine anzeigbaren Mitgliedsdaten.',     'other'
   => 'other',
    'Membership status: '  
 => 'Mitgliedschaftsstatus: ',     '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].',
    '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 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]".',
    'Start Date'  
 => 'Anfangsdatum',     '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].',
    'End Date'  
 => 'Endedatum',     '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:',
    'Functionality'  
 => 'Funktionalität',     'Your registration status could not be verified.'
   => 'Your registration status could not be verified.',
    'Privileges'  
 => 'Berechtigungen',     'Your registration status could not determined, because a problem occurred retrieving data.'
   => 'Your registration status could not determined, because a problem occurred retrieving data.',
    'Any Membership status'  
 => 'Beliebiger Mitgliedsstatus',     '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.',
    'Active Member'  
 => 'Aktives Mitglied',     '[_1]Ad hoc[_2] roles in domain [_3] --'
   => '[_1]Ad hoc[_2] roles in domain [_3] --',
    'Former Member'  
 => 'Ehemaliges Mitglied',     'Assemble resources'
   => '布置课程内容',
    'Future Member'  
 => 'Zukünftiges Mitglied',     'Create, edit, modify and publish resources'
   => 'Create, edit, modify and publish resources',
    'Group Folder - [_1]'  
 => 'Gruppenverzeichnis für [_1]',     'Create, modify and delete course groups'
   => 'Create, modify and delete course groups',
    'Group homepage - [_1]'  
 => 'Gruppen-Homepage für [_1]',     'View course groups'
   => '查看课程组',
    'A support request has been sent to'  
 => 'Eine Support-Anfrage wurde gesendet an',     'View student activity'
   => 'View student activity',
    'Your support request contained the following information'  
 => 'Ihre Support-Anfrage enthält folgende Daten',     'Show full details for each course ([_1] only)'
   => 'Show full details for each course ([_1] only)',
    'The following Cc e-mail address is invalid: '  
 => 'Die folgende CC-E-Mail-Adresse is ungültig: ',     '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 addresses are invalid: '  
 => 'Die folgende CC-E-Mail-Adressen sind ungültig: ',     'Include subcategories within "[_1]"'
   => '包含子类 "[_1]"',
    '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.',     'Only show courses which allow self-enrollment'
   => '只显示允许自行登记的课程',
    '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.',     'include subdirectories'
   => '包括子目录',
    '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.',     'force republication of previously published files'
   => 'force republication of previously published files',
    '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.',     'make file(s) obsolete'
   => 'make file(s) obsolete',
    'File does not have [_1] or [_2] starting tag'  
 => 'Die Datei hat weder ein [_1]- noch ein [_2]-Start-Tag',     'force directory level catalog information over existing'
   => 'force directory level catalog information over existing',
    'File does not have [_1] or [_2] ending tag'  
 => 'Die Datei hat weder ein [_1]- noch ein [_2]-Ende-Tag',     'Session could not be opened.'
   => 'Session could not be opened.',
    'Example'  
 => 'Beispiel',     'The domain you provided is not a valid LON-CAPA domain.'
   => 'The domain you provided is not a valid LON-CAPA domain.',
    'Algebraic Response Problems'  
 => 'Algebraische Aufgaben',     'Student Settings'
   => 'Student Settings',
    'Chemistry Problems'  
 => 'Chemische Aufgaben',     'Coordinator Settings'
   => 'Coordinator Settings',
    'Free Form Problems'  
 => 'Aufgaben mit freier Gestaltung',     'Author Settings'
   => 'Author Settings',
    'Handgraded Problems'  
 => 'Manuell bewertete Aufgaben',     'Administrator Settings'
   => 'Administrator Settings',
    'Miscellaneous'  
 => 'Verschiedenes',     'Item'
   => 'Item',
    'Multiple Choice Problems'  
 => 'Auswahl-Aufgaben',     'Found [_1] without responses. This resource cannot be published.'
   => 'Found [_1] without responses. This resource cannot be published.',
    'Numerical Problems'  
 => 'Numerische Aufgaben',     'LON-CAPA helpdesk'
   => 'LON-CAPA helpdesk',
    'Language:'  
 => '语言:',     'Create a user account in LON-CAPA'
 #=> 'Sprache:',  => 'Create a user account in LON-CAPA',
   
    'Math Rendering:'     'Account creation unavailable'
 => 'Formeldarstellung:',  => 'Account creation unavailable',
   
    'Restrict Domain Coordinator Access'     'Error creating token.'
 => 'Zugriff durch Domänen-Koordinator',  => 'Error creating token.',
   
    'By default, the Domain Coordinator can enter your construction space.'     'Account creation'
 => 'Die Voreinstellung erlaubt dem Domänen-Koordinator, Ihren Konstruktionsbereich betreten zu können.',  => 'Account creation',
   
    'Block access to 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]).'
 => 'Zugriff auf Konstruktionsbereich verwehren',  => '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]).',
   
    'jsMath'     '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',  => '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].',
   
    '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 in this domain."
 => '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 in this domain.",
   
    'mimetex (Convert to Images)'     "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 (In Grafik konvertieren)',  => "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.",
   
    'jsMath:'     "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 at this institution.",
   
    'tth (TeX to HTML):'     "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 nach HTML):',  => "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.",
   
    'mimetex (Convert to Images):'     'A LON-CAPA account may not be created with the username you use.'
 => 'mimetex (In Grafik konvertieren):',  => 'A LON-CAPA account may not be created with the username you use.',
   
    '[_1], [_2], or [_3]'     'User Information'
 => '[_1], [_2] 或者 [_3]',  => 'User Information',
 #=> '[_1], [_2] oder [_3]',  
      'User information'
    'internal, optional'  => 'User information',
 => 'intern, optional',  
      'Review user information'
    'user:domain,user:domain,...'  => 'Review user information',
 => 'Benutzer:Domäne,Benutzer:Domäne,...',  
      '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(section;section;...;*;...),...'  => '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(Sektion;Sektion;...;*;...),...',  
      '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,*:domain'  => '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,*:Domäne',  
      'A user account will be created with information displayed in the table below, when you click the [_1]Create LON-CAPA account[_2] button.'
    'Course members with current access'  => 'A user account will be created with information displayed in the table below, when you click the [_1]Create LON-CAPA account[_2] button.',
 => 'Kursteilnehmer mit aktuellem Zugriff',  
      'Confirmation'
    'Course members with expired access'  => 'Confirmation',
 => 'Kursteilnehmer mit abgelaufenen Zugriff',  
      'Confirm that you wish to create an account.'
    'Course members with future access'  => 'Confirm that you wish to create an account.',
 => 'Kursteilnehmer mit zukünftigem Zugriff',  
      'New username'
    'Other Roles'  => 'New username',
 => '其他角色',  
 #=> 'Weitere Rollen',     'Create account'
   => 'Create account',
    'Select Author'  
 => 'Autor auswählen',     'You must enter a password'
   => 'You must enter a password',
    'Non-standard Course'  
 => 'Nicht-Standard-Kurs',     'The passwords you entered did not match.'
   => 'The passwords you entered did not match.',
    'Switch course role to...'  
 => '更改用户角色...',     'Create account with a username provided by this institution'
 #=> 'Kursrolle wechseln...',  => 'Create account with a username provided by this institution',
   
    'Message'     'If you already have a log-in ID at this institution,[_1] you may be able to use it for LON-CAPA.'
 => '消息',  => 'If you already have a log-in ID at this institution,[_1] you may be able to use it for LON-CAPA.',
 #=> 'Nachricht',  
      'Type in your log-in ID and password to find out.'
    'Time of change'  => 'Type in your log-in ID and password to find out.',
 => 'Änderungszeit',  
      'Log-in ID'
    'active'  => 'Log-in ID',
 => 'aktiv',  
      'Create account with an e-mail address as your username'
    'previous'  => 'Create account with an e-mail address as your username',
 => 'in der Vergangenheit liegend',  
      'Provide your e-mail address to request a LON-CAPA account,[_1] if you do not have a log-in ID at your institution.'
    'Access dates to apply for selected users'  => 'Provide your e-mail address to request a LON-CAPA account,[_1] if you do not have a log-in ID at your institution.',
 => 'Zugriffszeiten für die ausgewählten Benutzer ändern',  
      'Request LON-CAPA account'
    'Changes in section affiliation to apply to selected users'  => 'Request LON-CAPA account',
 => 'Sektionszugehörigkeiten für die ausgewählten Benutzer ändern',  
      'Validation'
    '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.'  => 'Validation',
 => '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.',  
      'Thank you for your request to create a new LON-CAPA account.'
    '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.'  => 'Thank you for your request to create a new LON-CAPA account.',
 => 'Benutzer mit einer Kursrolle, die keine studentische Rolle ist, können in mehr als einer Sektion in einem Kurs zur gleichen Zeit sein.',  
      'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].'
    "Retain each user's current section affiliations?"  => 'A request was submitted on [_1] for creation of a LON-CAPA account at the following institution:[_2].',
 => "Sollen die bisherigen Sektionszugehörigkeiten beibehalten werden?",  
      'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]'
    '(Does not apply to student roles).'  => 'To complete this process please open a web browser and enter the following URL in the address/location box: [_1]',
 => '(Betrifft nicht Studentenrollen).',  
      'A message has been sent to the e-mail address you provided.'
    '[_1]Show[_2] clicker id'  => 'A message has been sent to the e-mail address you provided.',
 => 'Clicker-ID [_1]anzeigen[_2]',  
      'The message includes the web address for the link you will use to complete the account creation process.'
    '[_1]Hide[_2] clicker id'  => 'The message includes the web address for the link you will use to complete the account creation process.',
 => 'Clicker-ID [_1]verbergen[_2]',  
      'The link included in the message will be valid for the next [_1]two[_2] hours.'
    'Catalog:'  => 'The link included in the message will be valid for the next [_1]two[_2] hours.',
 => '目录:',  
 #=> 'Katalog:',     'An error occurred when sending a message to the e-mail address you provided.'
   => 'An error occurred when sending a message to the e-mail address you provided.',
    'Main Categories'  
 => '主要类型',     'An error occurred creating a token required for the account creation process.'
 #=> 'Hauptkategorien',  => 'An error occurred creating a token required for the account creation process.',
   
    'Official courses (with institutional codes)'     'Please contact the [_1] ([_2]) for assistance.'
 => '官方课程(带机构代码)',  => 'Please contact the [_1] ([_2]) for assistance.',
 #=> 'Offizielle Kurse (mit institutionellen 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.'
    'Official courses'  => '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',     'Sorry, the token generated when you requested creation of an account has expired.'
   => 'Sorry, the token generated when you requested creation of an account has expired.',
    'with institutional codes'  
 => '带机构代码',     'Sorry, the URL generated when you requested creation of an account contained incomplete information.'
 #=> 'mit institutionellen Codes',  => 'Sorry, the URL generated when you requested creation of an account contained incomplete information.',
   
    'Self-enroll (if permitted)'     '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.'
 => '自己报名(如果被允许)',  => '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.',
 #=> 'Selbsteintragung (falls zugelassen)',  
      '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]).'
    'No ending date'  => '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]).',
 => 'Kein Endedatum',  
      'A LON-CAPA account already exists for username [_1] at this institution ([_2]).'
    'From:[_1]'  => 'A LON-CAPA account already exists for username [_1] at this institution ([_2]).',
 => 'Start:[_1]',  
      'The password entered was also correct so you have been logged in.'
    'To:[_1]'  => 'The password entered was also correct so you have been logged in.',
 => 'Ende:[_1]',  
      'Authentication failed'
    'Starts: [_1]'  => 'Authentication failed',
 => 'Start: [_1]',  
      'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].'
    'Ends: [_1]'  => 'An e-mail confirming creation of your new LON-CAPA account has been sent to [_1].',
 => 'Ende: [_1]',  
      'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.'
    'Ended: [_1]'  => 'An error occurred when sending e-mail to [_1] confirming creation of your LON-CAPA account.',
 => 'Endete: [_1]',  
      'A problem occurred when attempting to create your new LON-CAPA account.'
    'Currently enabled'  => 'A problem occurred when attempting to create your new LON-CAPA account.',
 => 'Derzeit aktiviert',  
      'Please provide user information and a password for your new account.'
    '[quant,_1,section:,sections:,No sections]'  => 'Please provide user information and a password for your new account.',
 => '[quant,_1,Sektion:,Sektionen:,Keine Sektionen]',  
      'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.'
    'No information available for [_1].'  => 'Your password, which must contain at least seven characters, will be sent to the LON-CAPA server in an encrypted form.',
 => 'Für "[_1]" sind keine Informationen verfügbar.',  
      'Create LON-CAPA account'
    'Self-enrollers:'  => 'Create LON-CAPA account',
 => 'Selbsteintragungen:',  
      'Could not load javascript file [_1]'
    'Choices:'  => 'Could not load javascript file [_1]',
 => 'Auswahlmöglichkeiten:',  
      'Invalid ID format'
    'Configure User Self-enrollment'  => 'Invalid ID format',
 => 'Selbsteintragung konfigurieren',  
      'An error occurred when storing a token'
    'View Change Logs'  => 'An error occurred when storing a token',
 => 'Änderungsprotokoll', # long version: Änderungsprotokoll betrachten  
      'You will not be able to proceed to the next stage of account creation'
    'View Log-in History'  => 'You will not be able to proceed to the next stage of account creation',
 => 'Anmeldehistorie', # longversion: Anmeldehistorie betrachten  
      'A LON-CAPA account has been created for username: [_1] in domain: [_2].'
    'Configure Self-enrollment'  => 'A LON-CAPA account has been created for username: [_1] in domain: [_2].',
 => 'Selbsteintragung konfigurieren',  
      'Account creation failed for username: [_1] in domain: [_2].'
    'Self-enrollment with a student role'  => 'Account creation failed for username: [_1] in domain: [_2].',
 => 'Selbsteintragungen mit studentischer Rolle',  
      'User account creation is not available for the current default authentication type.'
    'Users allowed to self-enroll in this course'  => 'User account creation is not available for the current default authentication type.',
 => 'Zugelassene Benutzer, die sich in den Kurs selbst eintragen dürfen',  
      'The e-mail address you provided is already in use as a username at this institution.'
    'Any user in any domain:'  => 'The e-mail address you provided is already in use as a username at this institution.',
 => 'Beliebige Nutzer in beliebiger Domäne',  
      'Username rules at this institution do not allow the e-mail address you provided to be used as a username.'
    'User types:'  => 'Username rules at this institution do not allow the e-mail address you provided to be used as a username.',
 => 'Benutzertypen',  
      'The e-mail address you provided may not be used as a username at this LON-CAPA institution.'
    'any'  => 'The e-mail address you provided may not be used as a username at this LON-CAPA institution.',
 => 'beliebig',  
      'Validation of the code you entered failed.'
    'Any Users'  => 'Validation of the code you entered failed.',
 => 'Beliebige Benutzer',  
      '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'
    'Others'  => 'Type in the letters/numbers shown below',
 => 'Andere',  
      'You may need to reload the previous page to obtain a new token.'
    'Additional domain:'  => 'You may need to reload the previous page to obtain a new token.',
 => 'Zusätzliche Domäne:',  
      'Unable to retrieve your log-in information - unexpected context'
    'Users in additional domain:'  => 'Unable to retrieve your log-in information - unexpected context',
 => 'Benutzer in zusätzlicher Domäne:',  
      "Your e-mail address uses the same internet domain as your institution's LON-CAPA service."
    'Specific domain:'  => "Your e-mail address uses the same internet domain as your institution's LON-CAPA service.",
 => 'Bestimmte Domäne:',  
      'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.'
    'Users in specific domain:'  => 'Creation of a LON-CAPA account with this type of e-mail address as username is not permitted.',
 => 'Benutzer in bestimmter Domäne:',  
      'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.'
    'Other domain:'  => 'You should request creation of a LON-CAPA account for a log-in ID of "[_1]" at your institution instead.',
 => 'Andere Domäne:',  
      'Changes/page:'
    'Users in other domain:'  => '每页显示列数:',
 => 'Benutzer in anderer Domäne:',  
      'Window during which changes occurred:'
    'Restrict self-enrollment to students officially registered for the course'  => '在这个时期发生的变化:',
 => 'Selbsteintragung auf für diesen Kurs offiziell registrierte Studenten beschränken',  
      'This page is either empty or it only contains resources that are currently hidden'
    'Dates self-enrollment available'  => 'This page is either empty or it only contains resources that are currently hidden',
 => 'Zeitraum für Selbsteintragung',  
      'Please use the LON-CAPA navigation arrows to move to another item in the course'
    'Starts'  => 'Please use the LON-CAPA navigation arrows to move to another item in the course',
 => 'Startet',  
      'Unable to modify requested student ([_1])'
    'Ends'  => 'Unable to modify requested student ([_1])',
 => 'Endet',  
      'Unable to grade requested sequence ([_1]).'
    'Course access dates assigned to self-enrolling users'  => 'Unable to grade requested sequence ([_1]).',
 => 'Kurszugriffszeiten für selbsteintragende Benutzer',  
      'No score was changed or updated.'
    'Section assigned to self-enrolling users'  => 'No score was changed or updated.',
 => 'Den selbsteintragenen Benutzern zuzuweisende Sektion',  
      'The scores were changed for [quant,_1,problem].'
    'The following changes were made to self-enrollment settings:'  => 'The scores were changed for [quant,_1,problem].',
 => 'Folgende Änderungen wurden an den Einstellungen zur Selbsteintragung vorgenommen:',  
      '[_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.
    '[_1]: "[_2]" set to "[_3]".'  => '[_1]Visit the [_2]Course/Community Catalog[_3][_4] to view all [_5] LON-CAPA courses and communities.',
 => '[_1]: "[_2]" geändert. Neuer Wert: "[_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]" set to "[_2]".'  => '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]" geändert. Neuer Wert: "[_2]".',  
   #SD begin 2008-07-02
    'No changes were made to the existing self-enrollment settings in this course.'     'When'
 => 'An den Einstellungen zur Selbsteintragung für diesen Kurs wurden keine Änderungen vorgenommen.',  => '什么时候',
   
    'Self-enrollment result'     'Who made the change'
 => 'Ergebnis Selbsteintragung',  => '谁进行了修改',
   
    'Enroll in course'     'Changed User'
 => 'Diesen Kurs belegen',  => '改变用户',
   
    'Sections:'     'Context'
 => 'Sektionen:',  => '概述',
   
    'Self-enroll in course'     'Context:'
 => 'Kurse selbst belegen',  => '概述:',
   
    'Self-enroll in a LON-CAPA course'     'After:'
 => 'Selbsteintragung in einen LON-CAPA-Kurs',  => '之后:',
   
    'Self-enroll'     'Before:'
 => 'Selbsteintragung',  => '之前:',
   
    'Self-enroll in [_1]'     'User Changes'
 => 'Selbsteintragung in [_1]',  => '用户更改',
   
    'Self-enrollment error'     'For this user, the default quota would be [_1]'
 => 'Fehler bei der Selbsteintragung',  => '此使用者的默认的配额为[_1]',
   
    'Invalid domain or course number'     'Search for a user and enroll as a student'
 => 'Ungültige Domäne oder Kursnummer',  => '搜索用户并注册为学生',
   
    'Self-enrollment unavailable'     'username is known'
 => 'Selbsteintragung nicht verfügbar',  => 'username is known',
   
    'Self-enrollment is restricted to students officially registered for this course.'     'Create a new user'
 => 'Die Selbsteintragung ist auf Studenten begrenzt, die offiziell für diesen Kurs registriert sind.',  => '创建一个新用户',
   
    'Self-enrollment is not currently available for this course.'     'Enroll'
 => 'Die Selbsteintragung ist für diesen Kurs derzeit nicht verfügbar.',  => '注册',
   
    'Self-enrollment is not currently available in 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 will become available starting [_1], and will be available to all LON-CAPA users.'     'Select a user to enroll as a student'
 => 'Die Selbsteintragung wird am [_1] für alle LON-CAPA-Nutzer verfügbar werden.',  => 'Select a user to enroll as a student',
   
    'Self-enrollment will become available starting [_1], and will be available to all LON-CAPA users at your institution ([_2]).'     'modify' #context? breadcrumb_text
 => 'Die Selbsteintragung wird am [_1] für alle LON-CAPA-Nutzer Ihrer Einrichtung ([_2]) verfügbar werden.',  => 'modify',
   
    'Self-enrollment will become available starting [_1]; please enroll at that time.'     'as a student'
 => '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.'     'Set section/dates'
 => 'Die  Selbsteintragung wird zwar am [_1] verfügbar werden, Ihnen ist es allerdings nicht gestattet sich selbst einzutragen.',  => '设置章节/日期',
   
    'Self-enrollment will become available starting [_1].'     'Unknown'
 => 'Die Selbsteintragung wird am [_1] verfügbar werden.',  => 'Unknown',
   
    'The link to the requested page could not be followed.'     'You do not have privileges to assign co-author roles.'
 => 'Die Verknüpfung zu der angeforderten Seite konnte nicht aufgerufen werden.',  => 'You do not have privileges to assign co-author roles.',
   
    'The placeholder for the courseID is absent.'     'This user has an unrecognized authentication scheme'
 => 'Der Platzhalter für die Kurs-ID ist fehlt.',  => 'This user has an unrecognized authentication scheme',
   
    'LON-CAPA account required'     'Please alert a domain coordinator of this situation'
 => 'LON-CAPA-Account notwendig',  => 'Please alert a domain coordinator of this situation',
   
    'You need to be logged into LON-CAPA to self-enroll in a course.'     'Please specify login data below'
 => 'Sie müssen in LON-CAPA angemeldet sein, um sich in diesen Kurs selbst eintragen zu können.',  => 'Please specify login data below',
   
    'If you have an account in LON-CAPA, [_1]log-in[_2].'     'No domain specified'
 => 'Falls Sie einen LON-CAPA-Account haben, [_1]melden Sie sich bitte an[_2].',  => 'No domain specified',
   
    'Otherwise:'     'Invalid domain name'
 => 'Ansonsten:',  => 'Invalid domain name',
   
    "if you have an institutional log-in, use your institution's [_1]single sign on page[_2] to log-in, then create an account"     'Only letters, numbers, periods, dashes, and underscores are valid'
 => "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",  => 'Only letters, numbers, periods, dashes, and underscores are valid',
   
    'if you have an institutional login, [_1]create an account[_2]'     'You do not have the authority to modify this users authentification information'
 => 'Falls Sie einen Benutzeraccount Ihrer Einrichtung haben, [_1]erstellen Sie einen Account[_2]',  => 'You do not have the authority to modify this users authentification information',
   
    'you can use an e-mail address to [_1]create an account[_2]'     'New Student/Employee ID does not match existing ID for this user.'
 => 'Sie können eine E-Mail-Adresse verwenden, um [_1]einen Account zu erstellen[_2]',  => 'New Student/Employee ID does not match existing ID for this user.',
   
    'Otherwise, if you have an institutional login, [_1]create an account[_2].'     "Change is not permitted without checking the 'Force ID change' checkbox on the previous page."
 => 'Falls Sie einen Benutzeraccount Ihrer Einrichtung haben, [_1]erstellen Sie einen LON-CAPA-Account[_2].',  => "Change is not permitted without checking the 'Force ID change' checkbox on the previous page.",
   
    'Otherwise, you will use an e-mail address to [_1]create an account[_2].'     'Unable to successfully change environment for'
 => 'Ansonsten verwenden Sie eine E-Mail-Adresse, um [_1]einen Account zu erstellen[_2].',  => 'Unable to successfully change environment for',
   
    "Otherwise, use your institution's [_1]single sign on page[_2] to log-in, then create an account."     'No roles'
 => "Ansonsten verwenden Sie Ihre institutionelle [_1]Single_Sign_On-Seite[_2], um sich anzumelden und erstellen Sie dann einen Account.",  => 'No roles',
   
    'You will be able to self enroll in this course once the account has been created.'     'The following fields were not updated: '
 => 'Sie haben die Möglichkeit sich selbst in den Kurs einzutragen, nachdem der Account erzeugt wurde.',  => 'The following fields were not updated: ',
   
    '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 this field 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 this field 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.'     "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:"
 => '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.',  => "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:",
   
    'You already have an active student role (section: "[_1]") in this course.'     'Please contact your [_1]helpdesk[_2] for more information.'
 => 'Sie haben in diesem Kurs bereits eine aktive studentische Rolle (Sektion "[_1]").',  => 'Please contact your [_1]helpdesk[_2] for more information.',
   
    'You have a student role (section: "[_1]") in this course which will become active [_2].'     '<b>[_1]</b> enrolled'
 => 'Sie haben in diesem Kurs (Sektion "[_1]") eine studentische Rolle, die am [_2] aktiv wird.',  => '<b>[_1]</b> 注册的',
   
    'Self-enrollment is restricted to officially registered students.'     'in section [_1]'
 => 'Selbsteintragung ist auf offiziell registrierte Studenten beschränkt.',  => 'in section [_1]',
   
    'As you are not currently registered for this course, self-enrollment is unavailable.'     'Access starts immediately'
 => '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.'     'Access starts: '
 => '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: no ending date'
 => '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.'     'ends: '
 => 'Die Selbsteintragung für diesem Kurs war erfolgreich.',  => '结束: ',
   
    'The start date for access to this course for users who self-enroll has yet to be reached.'     'If the student is currently logged-in to LON-CAPA, the new role will be available when the student next logs in.'
 => 'Das Anfangsdatum für den Zugriff auf diesen Kurs ist für Benutzer, die sich selbst eintragen können, noch nicht erreicht.',  => 'If the student is currently logged-in to LON-CAPA, the new role will be available when the student next logs in.',
   
    'Consequently, although a new role was created for you in the course, you will not be able to select this role until [_1].'     '(default)'
 => '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.',  => '(默认的)',
   
    'Your new role is available immediately, and will provide access to the course until [_1].'     '(default for [_1])'
 => 'Ihre neue Rolle is ab sofort verfügbar und erlaubt Ihnen bis [_1] Zugriff auf den Kurs.',  => '(默认 [_1])',
   
    'Enrollment process complete'     'You are not authorized to make bulk changes to user roles'
 => 'Kursbelegung abgeschlossen',  => 'You are not authorized to make bulk changes to user roles',
   
    'Enrollment incomplete'     'You do not have permission to modify dates or sections for users'
 => 'Kursbelegung unvollständig',  => 'You do not have permission to modify dates or sections for users',
   
    'Self-enrollment in this course failed.'     'deleted'
 => 'Die Selbsteintragung in diesen Kurs ist fehlgeschlagen.',  => 'deleted',
   
    'You are not permitted to enroll yourself in this course.'     'No start date'
 => 'Es ist Ihnen nicht gestattet, sich in diesen Kurs selbst einzutragen.',  => '没有开始日期',
   
    'Enter course now'     'Previous [_1] changes'
 => 'Kurs jetzt betreten',  => 'Previous [_1] changes',
   
    'other'     'Next [_1] changes'
 => 'andere',  => 'Next [_1] changes',
   
    'Self-enrollment in this course is available to any user affiliated with [_1].'     'There are no records to display.'
 => 'Die Selbsteintragung in diesen Kurs ist für beliebige Benutzer der Einrichtung "[_1]" verfügbar.',  => '没有记录显示。',
   
    'Self-enrollment in this course is only available to users in affiliated with [_1] who have the following status: "[_2]".'     'There are no transactions to display.'
 => 'Die Selbsteintragung in diesen Kurs ist nur für Benutzer der Einrichtung "[_1]" verfügbar, die folgenden Status haben: "[_2]".',  => 'There are no transactions to display.',
   
    'Self-enrollment is not currently available for this course for users affiliated with [_1].'     'Automated enrollment'
 => '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:'     'Roster Update'
 => '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.'     'Course Creation'
 => 'Ihr Registrierungsstatus konnte nicht überprüft werden.',  => '创建课程',
   
    'Your registration status could not determined, because a problem occurred retrieving data.'     'User Management in course'
 => '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.'     'User Management in domain'
 => 'Da mit diesem Kurs keine institutionellen Kurssektionen verknüpft sind, ist Ihr Registrierungsstatus unbestimmt.',  => '在域中的用户管理',
   
    '[_1]Ad hoc[_2] roles in domain [_3] --'     'Self-enrolled'
 => '[_1]Ad-hoc[_2]-Rollen in der Domäne [_3] --',  => '自助注册',
   
    'Assemble resources'     'Your search term must contain more than just spaces.'
 => '布置课程内容',  => 'Your search term must contain more than just spaces.',
 #=> 'Kursinhalt einrichten',  
      'this course'
    'Create, edit, modify and publish resources'  => '本课程',
 => 'Erstellen, Ändern und Veröffentlichen von Ressourcen',  
      'LON-CAPA domain: '
    'Create, modify and delete course groups'  => 'LON-CAPA domain: ',
 => 'Erstellen, Ändern und Löschen von Kursgruppen',  
      'the institutional directory for domain: '
    'View course groups'  => 'the institutional directory for domain: ',
 => 'Kursgruppen anzeigen',  
      'Please contact the [_1]helpdesk[_2] if you need to create a new user.'
    'View student activity'  => 'Please contact the [_1]helpdesk[_2] if you need to create a new user.',
 => 'Studentische Aktivitätsdaten anzeigen',  
      'Section for self-enrolled users unchanged as the proposed section is a group'
    'Show full details for each course ([_1] only)'  => 'Section for self-enrolled users unchanged as the proposed section is a group',
 => 'Alle Details für jeden Kurs zeigen (nur mit Benutzerrolle [_1] verfügbar)',  
      'Group names and section names must be distinct'
    'Include courses set to be hidden from catalog ([_1] only)'  => '组名称和章节的名称必须是不同的',
 => 'Auch Kurse anzeigen, die im Kursüberblick als verborgen eingestellt sind (nur mit Benutzerrolle [_1] verfügbar)',  
      'Section for self-enrolled users unchanged, as "all" is a reserved section name.'
    'Include subcategories within "[_1]"'  => 'Section for self-enrolled users unchanged, as "all" is a reserved section name.',
 => 'Auch Unterkategorien von "[_1]" anzeigen',  
      'An error occurred when saving changes to self-enrollment settings in this course.'
    'Only show courses which allow self-enrollment'  => 'An error occurred when saving changes to self-enrollment settings in this course.',
 => 'Nur Kurse anzeigen, die Selbsteintragung zulassen',  
   #SD end 2008-07-02
    'include subdirectories'  
 => 'Unterverzeichnisse mit einbinden',     'Server Switch Required'
   => 'Server Switch Required',
    'force republication of previously published files'  
 => 'Erneute Veröffentlichung bereits zuvor veröffentlichter Ressourcen erzwingen',     '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.',
    'make file(s) obsolete'  
 => 'Ressourcen als überholt markieren',     "Click the 'Switch Server' link to go there."
   => "Click the 'Switch Server' link to go there.",
    'force directory level catalog information over existing'  
 => 'Kataloginformationen des Verzeichnisses sollen bestehende Kataloginformationen überschreiben',     'Default in use:'
   => '默认情况下使用:',
    'Session could not be opened.'  
 => 'Die Sitzung konnte nicht gestartet werden.',     'Self-creation of account by users with status: [_1]'
   => 'Self-creation of account by users with status: [_1]',
    'The domain you provided is not a valid LON-CAPA domain.'  
 => 'Die von Ihnen angegebene Domäne ist keine LON-CAPA-Domäne.',     'modifiable fields (if institutional data blank): '
   => 'modifiable fields (if institutional data blank): ',
    'Student Settings'  
 => 'Studentische Einstellungen',     'Source Code'
   => 'Source Code',
    'Coordinator Settings'  
 => 'Koordinatoren-Einstellungen',     'Copy Problem Source Code to Authoring Space'
   => 'Copy Problem Source Code to Authoring Space',
    'Author Settings'  
 => 'Autoren-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.',
    'Administrator Settings'  
 => 'Administratoren-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.',
    'Item'  
 => 'Element',     'shared_source'
   => 'shared_source',
    '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.',     'Copy to Authoring Space'
   => 'Copy to Authoring Space',
    'LON-CAPA helpdesk'  
 => 'LON-CAPA-Helpdesk',     '[_1]W[_2]ARNING' 
   => '[_1]W[_2]ARNING',
    'Create a user account in LON-CAPA'  
 => 'Neuen Benutzeraccount in LON-CAPA erstellen',     'At end of file some tags were still left unclosed:'
   => 'At end of file some tags were still left unclosed:',
    'Account creation unavailable'  
 => 'Account-Erstellung nicht möglich',     'Unable to save file [_1]'
   => 'Unable to save file [_1]',
    'Error creating token.'  
 => 'Fehler beim Erstellen eines Merkzeichens.',     'Warnings and Errors'
   => 'Warnings and Errors',
    'Account creation'  
 => 'Account-Erstellung',     'Edit Math'
   => 'Edit Math',
    '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.',     'DragMath Latex Equation Editor'
   => 'DragMath Latex Equation Editor',
    '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.',     '[_1]Return[_2] to editing resource.'
   => '[_1]Return[_2] to editing resource.',
    "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.",     '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 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.",     'LaTeX could not successfully parse your tex file.'
   => 'LaTeX could not successfully parse your tex file.',
    "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.",     '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 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.",     'Here are the error messages in the LaTeX log file:'
   => 'Here are the error messages in the LaTeX log file:',
    '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 in [_1].'
   => 'There are errors in [_1].',
    'User Information'  
 => 'Benutzerdaten',     '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.',
    'Review user information'  
 => 'Benutzerdaten bestätigen',     'A message has been sent to the instructor describing this failure.'
   => 'A message has been sent to the instructor describing this failure.',
    '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".',     '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, 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].',     'It has found an error in [_1][_2]and corrected it.'
   => 'It has found an error in [_1][_2]and corrected it.',
    '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.',     '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.',
    'Confirmation'  
 => 'Bestätigung',     'The link to [_1]Your log file[_2]'
   => 'The link to [_1]Your log file[_2]',
    'Confirm that you wish to create an account.'  
 => 'Bitte bestätigen Sie, dass Sie einen Account erzeugen möchten.',     'The link to [_1]Your original LaTeX file[_2]'
   => 'The link to [_1]Your original LaTeX file[_2]',
    'New username'  
 => 'Neue Benutzerkennung',     'bomb'
   => 'bomb',
    'Create account'  
 => 'Account anlegen',     'Output Tags'
   => 'Output Tags',
    'You must enter a password'  
 => 'Sie müssen ein Passwort angeben.',     'WARNING: Cannot connect to database!'
   => '警告:无法连接到数据库!',
    'The passwords you entered did not match.'  
 => 'Die eingegebenen Passwörter stimmen nicht überein.',     'Error occurred saving new values in metadata table in LON-CAPA database!'
   => '保存新值数据表到LON-CAPA数据库中时发生错误!',
    'Create account with a username provided by this institution'  
 => 'Erstellen eines LON-CAPA-Accounts mit einem Benutzeraccount dieser Einrichtung',     '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.',
    '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.',     '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 )或可通过域的定义分配类别界定。',
    'Type in your log-in ID and password to find out.'  
 => 'Geben Sie Ihren Benutzeraccount Ihrer Einrichtung und Ihr Passwort ein, um dies herauszufinden.',     '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.',
    'Log-in ID'  
 => 'Benutzeraccount Ihrer Einrichtung',     '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.',
    'Create account with an e-mail address as your username'  
 => 'Erstellen eines Benutzeraccounts mit einer E-Mail-Adresse als Benutzerkennung',     '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.',
    '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.',     '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:',
    'Request LON-CAPA account'  
 => 'LON-CAPA-Account anfordern',     'Take the following action to ensure the course appears in the Catalog:'
   => 'Take the following action to ensure the course appears in the Catalog:',
    'Validation'  
 => 'Gültigkeitsprüfung',     'Ask a domain coordinator to change the "Exclude from course catalog" setting.'
   => 'Ask a domain coordinator to change the "Exclude from course catalog" setting.',
    '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 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)".',
    '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 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).',
    '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 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.',
    '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 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.',
    '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 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 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].',     'Ask a domain coordinator to assign a category to the course.'
   => 'Ask a domain coordinator to assign a category to the course.',
    '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]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 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 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.',
    'Please contact the [_1] ([_2]) for assistance.'  
 => 'Nehmen Sie zur Klärung bitte mit [_1] ([_2]) Kontakt auf.',     '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.',
    '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 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 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 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 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.',     '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.',
    '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.',     '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.',
    '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.',     "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 already exists for username [_1] at this institution ([_2]).'  
 => 'Für den Benutzer [_1] existiert bereits ein LON-CAPA-Account an der Einrichtung [_2].',     '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.',
    '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 Excel spreadsheet[_2] is ready for download.'
   => '[_1]Your Excel spreadsheet[_2] is ready for download.',
    'Authentication failed'  
 => 'Authentifizierung fehlgeschlagen',     '[_1]Your CSV file[_2] is ready for download.'
   => '[_1]Your CSV file[_2] is ready for download.',
    '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.',     'Name (username)'
   => 'Name (username)',
    '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.',     'Grades Assigned'
   => 'Grades Assigned',
    'A problem occurred when attempting to create your new LON-CAPA account.'  
 => 'Beim Erstellen Ihres neuen LON-CAPA-Accounts ist ein Fehler aufgetreten.',     'Comments'
   => '注释',
    '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.',     'No Course Data'
   => 'No Course Data',
    '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.',     'Error getting student data ([_1])'
   => 'Error getting student data ([_1])',
    'Create LON-CAPA account'  
 => 'LON-CAPA-Account erstellen',     'Score'
   => 'Score',
    'Could not load javascript file [_1]'  
 => 'Konnte die Javascriptdatei [_1] nicht laden.',     'score'
   => 'score',
    'Invalid ID format'  
 => 'Ungültiges ID-Format',     'Display Options'
   => '显示选项',
    'An error occurred when storing a token'  
 => 'Beim Speichern eines Merkzeichens ist ein Fehler aufgetreten.',     'This role has section(s) associated with it.'
   => 'This role has section(s) associated with it.',
    '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.'
   => 'Enter a specific 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.',     'Enter a specific section, or leave blank for no section.'
   => 'Enter a specific section, or leave blank for no section.',
    '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.',     'Available sections are:'
   => 'Available sections are:',
    '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 entered an invalid section choice:'
   => 'You entered an invalid section choice:',
    '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.',     'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3] domain.'
   => '您不妨联系[_2][_3]域的[_1] LON-CAPA 求助。',
    '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.',     '([_1] time zone)'
   => '(时区 [_1])',
    '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.',     'Selecting an Author'
   => 'Selecting an Author',
    'Validation of the code your entered failed.'  
 => 'Die Gültigskeitsprüfung des von Ihnen eingegebenen Codes ist fehlgeschlagen.',     'Invalid domain'
   => '无效域',
    '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.',     '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.',
    'Type in the letters/numbers shown below'  
 => 'Geben Sie die unten angezeigten Buchstaben/Zahlen ein',     '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.',
    '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.',     '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.',
    'Unable to retrieve your log-in information - unexpected context'  
 => 'Die Anmeldedaten konnten nicht erfolgreich abgerufen werden - unerwarteter Kontext',     '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.',
    "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.",     '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.', # '当>您的课程已过期,您将需要重新选择课程。',
    '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,yr]'
   => '[quant,_1,yr]',
    '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,mth]'
   => '[quant,_1,mth]',
    'Changes/page:'  
 => 'Zeilen pro Seite:',     '[quant,_1,hr]'
   => '[quant,_1,hr]',
    'Window during which changes occurred:'  
 => 'Zeitspanne, in der Änderungen aufgetreten sind:',     '[quant,_1,min]'
   => '[quant,_1,min]',
    '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',     '[quant,_1,sec]'
   => '[quant,_1,sec]',
    '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.',     'Loading student data...'
   => '检索学生数据...',
    'Unable to modify requested student ([_1])'  
 => 'Die Daten des angeforderten Studenten ([_1]) konnten nicht geändert werden.',     'Options'
   => '选项',
    'Unable to grade requested sequence ([_1]).'  
 => 'Die angeforderte Sequenz ([_1]) konnte nicht bewertet werden.',     'Time Period'
   => '周期',
    'No score was changed or updated.'  
 => 'An den Punkten wurde keine Änderung vorgenommen.',     'Resource is undefined.'
   => 'Resource is undefined.',
    'The scores were changed for [quant,_1,problem].'  
 => 'Für [quant,_1,Aufgabe wurde,Aufgaben wurden] die Punkte geändert.',     'Plot Graph'
   => 'Plot Graph',
    '[_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 的所有课程。',     'Download'
 #=> '[_1]Besuchen Sie die [_2]Kursübersicht[_3], um alle LON-CAPA-Kurse der Domäne [_4] zu betrachten.',  => '下载',
   
      'PDF 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.'  => 'PDF 文档',
 => '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.',  
      'Zip File'
 #SD begin 2008-07-02  => 'ZIP 文档',
    'When'  
 => 'Wann',     'File Size (Bytes)'
   => '文件大小 (Bytes)',
    'Who made the change'  
 => 'Wer führte die Änderung durch',     'Contents'
   => '内容',
    'Changed User'  
 => 'Geänderter Benutzer',     'Problem Type'
   => '问题类型',
    'Context'  
 => 'Kontext',     'not in this course'
   => 'not in this course',
    'Context:'  #Start: redesigned menus
 => 'Kontext:',  #lonparmset.pm
   
    'After:'     'Edit environment settings for this course.'
 => 'Nach:',  => 'Edit environment settings for this course.',
   
    'Before:'     'Portfolio Metadata'
 => 'Vor:',  => '元数据-组合',
   
    'User Changes'     'Settings for this Course'
 => 'Teilnehmer-Änderungen',  => '设置这门课程',
   
    'For this user, the default quota would be [_1]'     'New and Existing Parameter Settings for Resources'
 => 'Das Standardkontingent für diesen Benutzer beträgt [_1]',  => '新的和现有资源的参数设置',
   
    'Search for a user and enroll as a student'     'Edit Resource Parameters - Helper Mode'
 => 'Benutzer suchen und als Studierenden den Kurs belegen lassen',  => '编辑源参数 - 辅助模式',
   
    'username is known'     'Edit Resource Parameters - Overview Mode'
 => 'Benutzerkennung ist bekannt',  => '编辑资源参数 - 概况模式',
   
    'Create a new user'     'Edit Resource Parameters - Table Mode'
 => 'Neuen Benutzer erstellen',  => '编辑资源参数 - 表模式',
   
    'Enroll'     'Existing Parameter Settings for Resources'
 => 'eintragen',  => '现有资源的参数设置',
   
    'User Search to enroll student'     'Change Log'
 => 'Benutzersuche, um Studierende einzutragen',  => '变更记录',
   
    'Select a user to enroll as a student'     'Restrict metadata for this course.'
 => 'Wählen Sie einen Benutzer zum Eintragen als Studierenden aus',  => 'Restrict metadata for this course.',
   
    'modify' #Kontext? breadcrumb_text     'Manage slots for this course.'
 => 'modifizieren',  => 'Manage slots for this course.',
   
 #   'userpicked' #Kontext?     'Reset access times for folders/maps, resources or the course.'
 #=> '',  => 'Reset access times for folders/maps, resources or the course.',
   
    'as a student'     'Set default actions for parameters.'
 => 'als einen Studierenden',  => 'Set default actions for parameters.',
   
    'Set section/dates'     'Set/Modify resource parameters in helper mode.'
 => 'Sektion/Daten festlegen',  => 'Set/Modify resource parameters in helper mode.',
   
    'Unknown'     'Set/Modify resource parameters in table mode.'
 => 'unbekannt',  => 'Set/Modify resource parameters in table mode.',
   
    'You do not have privileges to assign co-author roles.'     'Set/Modify resource parameters in overview mode.'
 => 'Sie haben keine Berechtigung, um Co-Autor Rollen zuzuweisen',  => 'Set/Modify resource parameters in overview mode.',
   
    'This user has an unrecognized authentication scheme'     'Set/Modify existing resource parameters in overview mode.'
 => 'Dieser Benutzer hat ein unbekanntes Authentifizierungsschema',  => 'Set/Modify existing resource parameters in overview mode.',
   
    'Please alert a domain coordinator of this situation'     'View parameter and course blog posting/user notification change log.'
 => 'Bitte benachrichtigen Sie einen Domänen-Koordinator über diese Situation',  => 'View parameter and course blog posting/user notification change log.',
   #lonpreferences.pm
    'Please specify login data below'  
 => 'Bitte spezifizieren Sie Login-Daten',     'Screen Name'
   => '昵称',
    'No domain specified'  
 => 'Keine Domäne spezifiziert',     'Screenname'
   => '昵称',
    'Invalid domain name'  
 => 'Ungültiger Domänenname',     'Nickname'
   => '昵称',
    'Only letters, numbers, periods, dashes, and underscores are valid'  
 => 'Es sind nur erlaubt: Buchstaben, Ziffern, ".", "-", "_"',     'Messages &amp; Notifications'
   => '邮件&公告',
    'You do not have the authority to modify this users authentification information'  
 => 'Sie haben nicht die Berechtigung, um die Authentifizierungsinformationen dieses Benutzers zu modifizieren',     'Discussion Display'
   => '讨论显示',
    'New Student/Employee ID does not match existing ID for this user.'  
 => 'Die neue Studenten-/Mitarbeiter-ID stimmt nicht mit der bestehenden ID dieses Benutzers überein.',     'Page Display Settings'
   => '页面显示设置',
    "Change is not permitted without checking the 'Force ID change' checkbox on the previous page."  
 => "Ohne Auswahl der 'Erzwinge-ID-Änderung'-Checkbox auf der vorherigen Seite ist eine Änderung nicht erlaubt.",     'Color Scheme'
   => '颜色方案',
    'Unable to successfully change environment for'  
 => 'Es ist nicht möglich, die Umgebung zu ändern für',     'Menu Display'
   => '菜单显示',
    'No roles'  
 => 'Keine Rollen',     'Content Display Settings'
   => '内容显示设置',
    'The following fields were not updated: '  
 => 'Die folgenden Felder wurden nicht aktualisiert: ',     'WYSIWYG Editor'
   => 'WYSIWYG-编辑器',
    "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:',     'Roles Page'
   => '角色页面',
    "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:',     'Display of Scientific Equations'
   => '显示科学公式',
    'Contact your <a href="[_1]">helpdesk</a> for more information.'  
 => 'Kontaktieren Sie das <a href="[_1]">Helpdesk</a> für weitere Informationen.',     'Edit information about yourself that should be displayed on your public profile.'
   => 'Edit information about yourself that should be displayed on your public profile.',
    '<b>[_1]</b> enrolled'  
 => '<b>[_1]</b> eingetragen',     'Change the name that is displayed in your posts.'
   => '变更在您的讨论中的名称。',
    'in section [_1]'  
 => 'in Sektion [_1]',     'Change LON-CAPA default colors.'
   => 'Change LON-CAPA default colors.',
    'Access starts immediately'  
 => 'Zugriff beginnt sofort',     'Change messageforwarding or notifications settings.'
   => 'Change messageforwarding or notifications settings.',
    'Access starts: '  
 => 'Zugriff beginnt: ',     'Choose the default language for this user.'
   => 'Choose the default language for this user.',
    'ends: no ending date'  
 => 'endet: kein Enddatum',     'Enable or disable the WYSIWYG-Editor.'
   => 'Enable or disable the WYSIWYG-Editor.',
    'ends: '  
 => 'endet: ',     'Configure the roles hotlist.'
   => 'Configure the roles hotlist.',
    '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.  ',     'Change how Scientific Equations are displayed.'
   => '改变如何显示科学方程。',
    '(default)'  
 => '(Standard)',     'Register your clicker.'
   => '登记您的应答设备 (遥控).',
    '(default for [_1])'  
 => '(Standard für [_1])',     'Change your password.'
   => '更改您的密码。',
    'You are not authorized to make bulk changes to user roles'  
 => 'Sie sind nicht authorisiert Massenänderungen an Benutzerrollen durchzuführen',     'Launch the remote control for LON-CAPA.'
   => 'Launch 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',     'Collapse the remote control for LON-CAPA.'
   => 'Collapse the remote control for LON-CAPA.',
    'deleted'  
 => 'gelöscht',     'Restrict domain coordinator access.'
   => 'Restrict domain coordinator access.',
    'No start date'  
 => 'Kein Anfangsdatum',     '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.',
    'Previous [_1] changes'  
 => 'Vorherige [_1] Änderungen',     'Toggle Debug Messages.'
   => 'Toggle Debug Messages.',
    'Next [_1] changes'  
 => 'Nächste [_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.',
    'There are no records to display'     'Course Initialization'
 => 'Keine Datensätze zum Anzeigen',  => '课程初始化',
   #loncreateuser.pm
    'Automated enrollment'     'Single Users'
 => 'Automatisierte Kursbelegung',  => '单用户',
   
    'Roster Update'     'Upload a CSV or a text file containing users.'
 => 'Teilnehmeraktualisierung',  => '课程参加者上传CSV或文本文件。',
   
    'Course Creation'     'Add a user with a certain role to this course.'
 => 'Kurserstellung',  => '添加一个具有特定的角色的用户到这门课程中。',
   
    'User Management in course'     'Add/Modify a Student'
 => 'Benutzerverwaltung im Kurs',  => '添加/修改学生',
   
    'User Management in domain'     'Add a user with the role student to this course.'
 => 'Benutzerverwaltung in der Domäne',  => '添加一个用户到课程中,作为学生角色。',
   
    'Self-enrolled'     'Configuration'
 => 'Selbst eingetragen',  => '设置',
   
    'Your search term must contain more than just spaces.'     'Automated enrollment manager.'
 => 'Ihre Suchanfrage muss mehr als nur Leerzeichen enthalten.',  => '管理自助注册',
   
    'this course'     'Self-Enrollment'
 => 'dieser Kurs',  => 'Self-Enrollment',
   
    'LON-CAPA domain: '     'User Self-Enrollment'
 => 'LON-CAPA-Domäne',  => '用户自助注册',
   
    'the institutional directory for domain: '     'Configure user self-enrollment.'
 => 'das institutionelle Verzeichnis für die Domäne: ',  => '配置用户自助注册。',
   
    'Contact the [_1]helpdesk[_2] if you need to create a new user.'     'Manage course groups.'
 => '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'     'Change Logs'
 => 'Sektion für selbst eingetragene Benutzer nicht geändert, da die vorgeschlagene Sektion eine Gruppe ist',  => '更改记录',
   
    'Group names and section names must be distinct'     'View change log.'
 => 'Gruppen- und Sektionsnamen müssen eindeutig sein',  => '显示更改记录。',
   
    "Section for self-enrolled users unchanged, as 'all' is a reserved section name."     'Administration'
 => 'Sektion für selbst eingetragene Benutzer nicht geändert, da \'Alle\' ein geschützter Sektionsname ist.',  => '管理',
   
    'An error occurred when saving changes to self-enrollment settings in this course.'     'Manage Course Users'
 => 'Ein Fehler trat während des Speicherns der Änderungen an den Selbsteintragungs-Einstellungen in diesem Kurs auf.',  => '用户课程管理',
   
 #SD end 2008-07-02     'Show and manage users of this course.'
   => '查看和管理这门课程的用户。',
    '[_1] at [_2]'  
 => '[_1] in [_2]',     'Remove a student from this course.'
   => '从这门课程中移除一名学生。',
    '[_1]: [_2]'  
 => '[_1]: [_2]',     'Custom Roles'
   => '自定义角色',
    'Server Switch Required'  
 => 'Serverwechsel erforderlich',     'Configure a custom role.'
   => '配置自定义角色。',
    '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.',     'Multiple Users'
   => '多用户',
    "Click the 'Switch Server' link to go there."  
 => "Klicken Sie auf 'Server wechseln', um dort hinzugelangen.",  #lonstatistics.pm
      'Statistics and Analyses'
    'Default in use:'  => '统计与分析',
 => 'Voreinstellung in Verwendung:',  
      'Plots'
    'Self-creation of account by users with status: [_1]  '  => '图表',
 => 'Selbsterstellung eines Accounts durch Benutzer mit Status [_1]  ',  
      'Reports'
    'modifiable fields (if institutional data blank): '  => '报告',
 => 'änderbare Felder (falls Daten der Einrichtung leer sind): ',  
      'Personal Homepage'
 # domainprefs.pm  => '个人主页',
 #   'Formats disallowed for $text{$type}: '  
 #=> 'Formats disallowed for $text{$type}: ',     'Link Name:'
 #  => '连接的名字:',
 #   'Format rules to check for $text{$type}: '  
 #=> 'Format rules to check for $text{$type}: ',     'Address:'
   => '地址:',
 # 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."     'Link Name'
 # => "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'     'Address'
 => 'Quellcode',  => '地址',
   
    'Copy Problem Source Code to Construction Space'     'Broadcast to Active Members'
 => 'Aufgaben-Quellcode in Konstruktionsbereich kopieren',  => '通知活跃的会员',
   
    'Please enter the directory that you would like the source code to go into.'     'Thank you for your input!'
 => 'Bitte geben Sie das Verzeichnis ein, in das der Quellcode kopiert werden soll.',  => '非常感谢您的评估!',
   
    'Note: the path is in reference to the root of your construction space, and new directories will be automatically created.'     'Saving feedback: [_1]'
 => 'Beachten Sie, dass sich der Pfad auf das Heimatverzeichnis Ihres Konstruktionsbereichs bezieht. Noch nicht existierende Verzeichnisse werden automatisch angelegt.',  => '保存到信息反馈: [_1]',
   
    'shared_source'     'Logging first evaluation'
 => 'gemeinsame_Dokumente',  => '登录到首次评估',
   
    'Copy to Construction Space'     '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.'
 => 'In Konstruktionsbereich kopieren',  => 'WYSIWYG 编辑器仅支持简单的 HTML,并且在许多情况下不适合复杂的创作。在一些情况下,它可能破坏复杂的创作及 LaTeX 和脚本函数的调用。',
   
    '[_1]W[_2]ARNING' # Highlight first char     'Special Admin Options'
 => '[_1]W[_2]ARNUNG',  => '特别管理选项',
   
    'At end of file some tags were still left unclosed:'     'Discussion postings'
 => 'Am Ende der Datei sind manche Tags noch nicht geschlossen:',  => '讨论帖子',
   
    'Unable to save file [_1]'     'Currently using [_1] of the [_2] available.'
 => 'Die folgende Datei konnte nicht gespeichert werden: [_1]',  => '目前使用 [_1] ,在 [_2] 可用中。',
   
    'Warnings and Errors'     'Registering clickers: [_1]'
 => 'Warnungen und Fehler',  => '注册的“遥控”号码为: [_1]',
   
    '[quant,_1,error]'     'New Broadcast Message'
 => '[quant,_1,Fehler,Fehler]',  => '新的广播信息',
   
    '[quant,_1,warning]'     'Send a broadcast message to members of this Course and/or other users.'
 => '[quant,_1,Warnung,Warnungen]',  => '发送广播信息给这门课程的成员和/或其他用户。',
   
    'Edit Math'     'New Messages from File'
 => 'Formeleditor',  => '从文件生成新邮件',
   
    'DragMath Latex Equation Editor'     'Send copy to permanent e-mail address (if known)'
 => 'DragMath-LaTeX-Formel-Editor', # n.t.  => '发送一份副本给外部电子邮件(如果有的话)',
   
    '[_1]Return[_2] to editing resource.'     'Require return receipt?'
 => '[_1]Zurück[_2] zur Ressource',  => '回执确认?',
   
    'Counting pages for student: [_1]'     'Message Administration'
 => 'Zähle Seiten für Student [_1]',  => '邮件管理',
   
    'Class Print Status'     'Message Log for Selected Users'
 => 'Druckstatus',  => '选定用户的邮件日志',
   
    'LaTeX could not successfully parse your tex file.'     'New Document'
 => 'LaTeX konnte Ihre TeX-Datei nicht erfolgreich parsen.',  => '新文档',
   
    'It probably has errors in it.'    'Bcc: course members with current access'
 => 'Sie enthält vermutlich Fehler.',  => '密送:当前访问的课程参加者',
   
    'Here are the error messages in the LaTeX log file:'     'Tools:'
 => 'Die Fehlermeldungen der LaTeX-Logdatei:',  => '工具:',
   
    'There are errors in [_1].'     'Upload PDF Form'
 => 'Es sind Fehler aufgetreten. Ort: [_1]',  => '上传PDF格式文档',
   
    'There are errors.'     'Upload a PDF Form with filled Form Fields'
 => 'Es sind Fehler aufgetreten.',  => '上传带有填写表格字段的PDF格式文档',
   
    'These errors prevent this resource from printing correctly.'     'Please choose a PDF-File.'
 => 'Diese Fehler verhindern, dass diese Ressource korrekt gedruckt werden kann.',  => '请选择一个PDF文件。',
   
    'A message has been sent to the instructor describing this failure.'     "Can't find any valid PDF formfields."
 => 'Dem Dozenten wurde eine Nachricht gesendet, die eine Beschreibung des Fehlverhaltens enthält.',  => '找不到任何有效的PDF格式文档 。',
   
    'You are running LaTeX in [_1]batch mode[_2].'     'Results of PDF Form problems'
 => 'Sie verwenden LaTeX im [_1]Stapelverarbeitungsbetrieb[_2] (batch mode).',  => 'PDF格式习题答案',
   
    'It has found an error in [_1][_2]and corrected it.'     'Published Documents'
 => '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.'  #SYNCMARKER
 => 'Üblicherweise ist diese Korrektur gültig, allerdings sollten Sie dennoch die angezeigte Ressource überprüfen ',  );
   
    'The link to [_1]Your log file[_2]'  1;
 => 'Link zur [_1]Logdatei[_2]',  
   
    'The link to [_1]Your original LaTeX file[_2]'  
 => 'Link zur [_1]Original-LaTeX-Datei[_2]',  
   
    'bomb'  
 => 'Bombe',  
   
    'Output Tags'  
 => 'Tags zur Ausgabe',  
   
    'WARNING: Cannot connect to database!'  
 => 'WARNUNG: Datenbankverbindung kann nicht aufgebaut werden!',  
   
    'WARNING: The metadata table does not exist in the LON-CAPA database.'  
 => 'WARNUNG: Die Metadaten-Tabelle existiert nicht in der LON-CAPA-Datenbank!',  
   
    'Error occurred saving new values in metadata table in LON-CAPA database!'  
 => 'Speichern neuer Werte in der Metadaten-Tabelle der LON-CAPA-Datenbank ist fehlgeschlagen!',  
   
    'Your course currently appears in the Course Catalog for this domain.'  
 => 'Ihr Kurs wird momentan in der Kursübersicht aufgelistet.',  
   
    'Courses can be both self-cataloging, based on an institutional code (e.g., fs08phy231), or can be assigned categories from a hierarchy defined for the domain.'  
 => 'Kurse können selbst-katalogisiert sein, auf institutionellen Codes basieren (z.B. fbi_ws20082009_linalg) oder können eine Kategorie einer Hierarchie zugeordnet sein, die durch die Domäne definiert ist.',  
   
    'Your course does not currently appear in the Course Catalog for this domain.'  
 => 'Ihr Kurs wird derzeit nicht in der Kursübersicht dieser Domäne aufgelistet.',  
   
    'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.'  
 => 'Sie sollten dies ändern, falls Sie Selbsteintragung für diesen Kurs anbieten möchten, da Studenten sonst Schwierigkeiten haben werden, Ihren Kurs zu finden.',  
   
    'Courses can be absent from the Catalog, because they do not have an institutional code, have no assigned category, or have been specifically excluded.'  
 => 'Gründe für das Fehlen der Auflistung von Kursen in der Kursübersicht können sein, dass die Kurse keinen institutionellen Code haben, ihnen keine Kategorie zugewiesen wurde oder mit Absicht aus der Auflistung ausgeschlossen wurden.',  
   
    'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:'  
 => 'Nehmen Sie unten Änderungen an der Selbsteintragung vor, klicken Sie auf "Änderungen speichern" und sorgen Sie anschließend dafür, dass der Kurs in die Kursübersicht aufgenommen wird:',  
   
    'Take the following action to ensure the course appears in the Catalog:'  
 => 'Führen Sie folgende Schritte aus, damit der Kurs in der Kursübersicht aufgelistet wird:',  
   
    'Ask a domain coordinator to change the "Exclude from course catalog" setting.'  
 => 'Bitten Sie einen Domänen-Koordinator, die Einstellung "Kurs aus Kursübersicht ausschließen" zu ändern.',  
   
    'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".'  
 => 'Bitten Sie einen Domänen-Koordinator, die Anzeige der Kursübersicht "Offizielle Kurse (mit institutionellen Codes)" zu aktivieren.',  
   
    'Ask a domain coordinator to assign an institutional code (if this is an official course).'  
 => 'Bitten Sie einen Domänen-Koordinator, einen institutionellen Code zuzuweisen (falls es sich um einen offiziellen Kurs handelt).',  
   
    'Ask a domain coordinator to enable or create at least one course category in the domain.'  
 => 'Bitten Sie einen Domänen-Koordinator, in der Domäne mindestens eine Kurskategorie anzulegen.',  
   
    'Ask a domain coordinator to create a hierarchy of categories and sub categories for courses in the domain.'  
 => 'Bitten Sie einen Domänen-Koordinator, für Kurse in der Domäne eine Hierarchie von Kategorien und Unterkategorien anzulegen.',  
   
    'Ask a domain coordinator to change the category assigned to the course, as the one currently assigned is no longer used in the domain'  
 => 'Bitten Sie einen Domänen-Koordinator, die diesem Kurs zugewiesene Kategorie zu abzuändern, da die derzeit zugewiesene in der Domäne nicht mehr verwendet wird.',  
   
    'Ask a domain coordinator to assign a category to the course.'  
 => 'Bitten Sie einen Domänen-Koordinator, dem Kurs eine Kategorie zuzuweisen.',  
   
    'Use [_1]Set course environment[_2] to change the "Exclude from course catalog" setting.'  
 => 'Gehen Sie zum Menüpunkt [_1]Kursumgebung[_2], um die Einstellung "Kurs aus Kursübersicht ausschließen" zu ändern.',  
   
    'Use [_1]Set course environment[_2] to change the category assigned to the course, as the one currently assigned is no longer used in the domain.'  
 => 'Gehen Sie zum Menüpunkt [_1]Kursumgebung[_2], um die diesem Kurs zugewiesene Kategorie zu abzuändern, da die derzeit zugewiesene in der Domäne nicht mehr verwendet wird.',  
   
    'Use [_1]Set course environment[_2] to assign a category to the course.'  
 => 'Gehen Sie zum Menüpunkt [_1]Kursumgebung[_2], um dem Kurs eine Kategorie zuzuweisen.',  
   
    'You are able to both assign a course category and choose to exclude this course from the catalog.'  
 => 'Sie können dem Kurs eine Kurskategorie zuweisen und den Kurs aus der Kursübersicht ausschließen.',  
   
    'You are able to choose to exclude this course from the catalog, but only a Domain Coordinator may assign a course category.'  
 => 'Sie können den Kurs aus der Kursübersicht ausschließen, aber nur ein Domänen-Koordinator darf dem Kurs eine Kurskategorie zuweisen.',  
   
    'You may assign a course category, but only a Domain Coordinator may choose to exclude this course from the catalog.'  
 => 'Sie können dem Kurs eine Kurskategorie zuweisen, aber nur ein Domänen-Koordinator darf den Kurs aus der Kursübersicht ausschließen.',  
   
    'Only a Domain Coordinator may assign a course category or choose to exclude this course from the catalog.'  
 => 'Nur ein Domänen-Koordinator darf dem Kurs eine Kurskategorie zuweisen und den Kurs aus der Kursübersicht ausschließen.',  
   
    "Please use the 'Select Course' link to open a separate pick course window where you may select the course you wish to enter"  
 => "Bitte verwenden Sie den 'Kurs auswählen'-Link, um ein extra Fenster zu öffnen, das Ihnen die Möglichkeit bietet, einen Kurs auszuwählen, den Sie betreten möchten.",  
   
    'You can only use this screen to select courses in the current domain.'  
 => 'Sie können diesen Bildschirm nur verwenden, um Kurse der derzeitigen Domäne auszuwählen.',  
   
    '[_1]Your Excel spreadsheet[_2] is ready for download.'  
 => '[_1]Ihre Exceldatei[_2] steht zum Download bereit.',  
   
    '[_1]Your CSV file[_2] is ready for download.'    
 => '[_1]Ihre CSV-Datei[_2] steht zum Download bereit.',  
   
    'Name (username)'  
 => 'Name (Benutzerkennung)',  
   
    'Grades Assigned'  
 => 'Zugewiesene Bewertungen',  
   
    'Comments'  
 => 'Kommentare',  
   
    'No Course Data'  
 => 'Keine Kursdaten vorhanden',  
   
    'Error getting student data ([_1])'  
 => 'Fehler beim Abrufen der studentischen Daten ([_1])',  
   
    'Score'  
 => 'Punkte',  
   
    'Display Options'  
 => 'Anzeige-Optionen',  
   
    'This role has section(s) associated with it.'  
 => 'Mit dieser Rolle sind Sektionen verknüpft.',  
   
    'Enter a specific section.'  
 => 'Geben Sie eine bestimmte Sektion ein.',  
   
    'Enter a specific section, or leave blank for no section.'  
 => 'Geben Sie eine bestimmte Sektion ein oder lassen Sie das Feld frei für keine Sektion.',  
   
    'Available sections are:'  
 => 'Verfügbare Sektionen sind:',  
   
    'You entered an invalid section choice:'  
 => 'Sie haben einen ungültige Sektion eingegeben:',  
   
    'You may wish to contact the [_1]LON-CAPA helpdesk[_2] for the [_3] domain.'  
 => 'Sie können das [_1]LON-CAPA-Helpdesk[_2] der Einrichtung [_3] kontaktieren.',  
   
    '([_1] time zone)'  
 => '(Zeitzone [_1])',  
   
    'Selecting an Author'  
 => 'Auswahl eines Autors',  
   
    'Invalid domain'  
 => 'Ungültige Domäne',  
   
    'There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.'  
 => 'In der Domäne [_1] existieren keine Library-Server mit Konstruktionsbereichen. Somit können Sie auch keine Co-Autoren-Rolle annehmen.',  
   
    'You do not have a domain coordinator role in domain: [_1], so you cannot choose a Construction space for which you can assume a co-author role.'  
 => 'In der Domäne [_1] haben Sie keine Domänen-Koordinatoren-Rolle. Somit können Sie auch keinen Konstruktionsbereich wählen, für den Sie eine Co-Autoren-Rolle annehmen könnten.',  
   
    'You do not have a domain coordinator role, so you cannot choose a Construction space for which you can assume a co-author role.'  
 => 'Sie habe keine Domänen-Koordinatoren-Rolle. Somit können Sie auch keinen Konstruktionsbereich wählen, für den Sie eine Co-Autoren-Rolle annehmen könnten.',  
   
    'There are no author roles currently in domain: [_1], so there are no Construction spaces for which you can assume a co-author role.'  
 => 'In der Domäne [_1] gibt es derzeit keine Autoren-Rollen. Somit können Sie auch keinen Konstruktionsbereich wählen, für den Sie eine Co-Autoren-Rolle annehmen könnten.',  
   
    'As your session file for the course has expired, you will need to re-select the course.'  
 => 'Da die Sitzungsdatei für diesen Kurs zwischenzeitlich verfallen ist, müssen Sie den Kurs erneut auswählen.',  
   
    '[quant,_1,yr]'  
 => '[quant,_1,Jahr,Jahre]',  
   
    '[quant,_1,mth]'  
 => '[quant,_1,Mon.,Mon.]',  
   
    '[quant,_1,day]'  
 => '[quant,_1,Tag,Tage]',  
   
    '[quant,_1,hr]'  
 => '[quant,_1,h,h]',  
   
    '[quant,_1,min]'  
 => '[quant,_1,min,min]',  
   
    '[quant,_1,sec]'  
 => '[quant,_1,s,s]',  
   
    'Loading student data...'  
 => 'Abruf der studentischen Daten...',  
   
    'Options'  
 => 'Optionen',  
   
    'Time Period'  
 => 'Zeitraum',  
   
    'Rsource is undefined.'  
 => 'Ressource ist nicht definiert.',  
   
    'Plot Graph'  
 => 'Graph plotten',  
   
    'Download'  
 => 'Download',  
   
    'PDF File'  
 => 'PDF-Datei',  
   
    'Zip File'  
 => 'ZIP-Datei',  
   
    'File Size (Bytes)'  
 => 'Dateigröße (Bytes)',  
   
    'Contents'  
 => 'Inhalt',  
   
    'Problem Type'  
 => 'Aufgabentyp',  
   
    'not in this course'  
 => 'nicht in diesem Kurs',  
 #Start: redesigned menus  
 #lonparmset.pm  
    'Edit environment settings for this course.'  
 => 'Einstellungen der Kursumgebung ändern.',  
   
    'Portfolio Metadata'  
 => 'Portfolio-Metadaten',  
   
    'Settings for this Course'  
 => 'Einstellungen für diesen Kurs',  
   
    'New and Existing Parameter Settings for Resources'  
 => 'Neue und bestehende Parameter-Einstellungen für die Ressourcen',  
   
    'Edit Resource Parameters - Helper Mode'  
 => 'Parameter zur Kursbeurteilung - Hilfsmodus',  
   
    'Edit Resource Parameters - Overview Mode'  
 => 'Parameter zur Kursbeurteilung - Übersichtsmodus',  
   
    'Edit Resource Parameters - Table Mode'  
 => 'Parameter zur Kursbeurteilung - Tabellenmodus',  
   
    'Existing Parameter Settings for Resources'  
 => 'Bestehende Parameter-Einstellungen für Ressourcen',  
   
    'Change Log'  
 => 'Änderungsprotokoll',  
   
    'Restrict metadata for this course.'  
 => 'Metadaten für diesen Kurs einschränken.',  
   
    'Manage slots for this course.'  
 => 'Slots für diesen Kurs vewalten.',  
   
    'Reset access times for folders/maps, resources or the course.'  
 => 'Zugriffszeiten für Verzeichnisse, Ressou-rcen oder den Kurs zurücksetzen.',  
   
    'Set default actions for parameters.'  
 => 'Standardaktionen für Parameter festlegen.',  
   
    'Set/Modify resource parameters in helper mode.'  
 => 'Festlegen/Ändern von Parametern zur Kursbeurteilung im Hilfsmodus.',  
   
    'Set/Modify resource parameters in table mode.'  
 => 'Festlegen/Ändern von Parametern zur Kursbeurteilung im Tabellenmodus.',  
   
    'Set/Modify resource parameters in overview mode.'  
 => 'Festlegen/Ändern von Parametern zur Kursbeurteilung im Übersichtsmodus.',  
   
    'Set/Modify existing resource parameters in overview mode.'  
 => 'Festlegen/Ändern von Parametern zur Kursbeurteilung im Übersichtsmodus.',  
   
    'View parameter and course blog posting/user notification change log.'  
 => 'Anzeigen des Änderungsprotokolls.',  
 #lonpreferences.pm  
   
    'Screen Name'  
 => '昵称',  
 #=> 'Nicknamen',  
   
    'Messages & Notifications'  
 => 'Nachrichten & Benachrichtigungen',  
   
    'Message Management'  
 => 'Nachrichtenverwaltung',  
   
    'Discussion Display'  
 => 'Darstellung der Diskussionsbeiträge',  
   
    'Page Display Settings'  
 => '页面显示设置',  
 #=> 'Erscheinungsbild der Seiten',  
   
    'Color Scheme'  
 => '颜色方案',  
 #=> 'Farbschema',  
   
    'Menu Display'  
 => '菜单显示',  
 #=> 'Menüdarstellung',  
   
    'Content Display Settings'  
 => 'Erscheinungsbild des Inhalts',  
   
    'Language'  
 => '语言',  
 #=> 'Sprache',  
   
    'WYSIWYG Editor'  
 => 'WYSIWYG-编辑器',  
 #=> 'WYSIWYG-Editor',  
   
    'Roles Page'  
 => 'Rollen-Schnellzugriff',  
   
    'Display of Scientific Equations'  
 => 'Darstellung wissenschaftlicher Formeln',  
   
    'Edit information about yourself that should be displayed on your public profile.'  
 => 'Informationen festlegen, die in ihrem öffentlichen Profil darstellt werden sollen.',  
   
    'Change the name that is displayed in your posts.'  
 => 'Änderung des Namens, der in Ihren Diskussionsbeiträgen angezeigt wird.',  
   
    'Change LON-CAPA default colors.'  
 => 'Standardfarben für LON-CAPA festlegen.',  
   
    'Change messageforwarding or notifications settings.'  
 => 'Konfiguration der Nachrichtenweiterleitung und Benachrichtigungseinstellungen.',  
   
    'Set display preferences for discussion posts for both bulletin boards and individual resources in all your courses.'  
 => 'Festlegen der Darstellung von Diskussionsbeiträgen in Foren und einzelnen Ressourcen. ',  
   
    'Choose the default language for this user.'  
 => 'Ändern der voreingestellten Benutzersprache für diesen Benutzer.',  
   
    'Enable or disable the WYSIWYG-Editor.'  
 => 'Aktivieren bzw. Deaktivieren des What-You-See-Is-What-You-Get-Editors.',  
   
    'Configure the roles hotlist.'  
 => 'Konfiguration der Rollen-Schnellzugriffsliste.',  
   
    'Change how Scientific Equations are displayed.'  
 => 'Konfiguration der Darstellung wissenschaftlicher Formeln.',  
   
    'Register your clicker.'  
 => 'Registrierung von Antwortgeräten (Clicker).',  
   
    'Change your password.'  
 => 'Änderung des Passworts.',  
   
    'Launch the remote control for LON-CAPA.'  
 => 'Fernbedienung für LON-CAPA aktivieren.',  
   
    'Collapse the remote control for LON-CAPA.'  
 => 'Fernbedienung für LON-CAPA deaktivieren.',  
   
    'Restrict domain coordinator access.'  
 => 'Domänenkoordinatorzugriff beschränken.',  
   
    'Set the default page to be displayed when you select a course role.'  
 => 'Ändern der voreingestellten Seite, die nach Auswahl eines Kurses angezeigt wird.',  
   
    'Toggle Debug Messages.'  
 => 'Umschalten der Debug-Meldungen',  
   
    'Change whether the menus are displayed with buttons, icons or icons and text.'  
 => 'Festlegen, ob Menüs mit Buttons, Icons oder Icons und Text dargestellt werden sollen.',  
    'Course Initialization'  
 => 'Kursinitialisierung',  
 #loncreateuser.pm  
    'Add Users'  
 => 'Benutzer hinzufügen',  
   
    'File of Course Users'  
 => 'Datei mit Kursteilnehmern',  
   
    'Upload a CSV or a text file containing users.'  
 => 'Eine CSV- oder Textdatei mit Kursteilnehmern hochladen.',  
   
    'Single Course User'  
 => 'Einzelnen Kursteilnehmer',  
   
    'Add a user with a certain role to this course.'  
 => 'Einen Kursteilnehmer mit einer bestimmten Benutzerrolle hinzufügen.',  
   
    'Single Student'  
 => 'Einzelnen Studenten',  
   
    'Add a user with the role student to this course.'  
 => 'Einen Kursteilnehmer mit der Benutzerrolle Student hinzufügen.',  
   
    'Configuration'  
 => 'Konfiguration',  
   
    'Automated enrollment manager.'  
 => 'Verwaltung der automatischen Kursbelegung.',  
   
    'User Self-Enrollment'  
 => 'Benutzer-Selbsteintragung',  
   
    'Configure user self enrollment.'  
 => 'Die Selbsteintragung in diesen Kurs konfigurieren.',  
   
    'Manage course groups.'  
 => 'Kursgruppen verwalten.',  
   
    'Change Logs'  
 => 'Änderungsprotokoll',  
   
    'View change log.'  
 => 'Änderungsprotokoll betrachten.',  
   
    'Administration'  
 => 'Administration',  
   
    'Course User Lists'  
 => 'Benutzerlisten des Kurses',  
   
    'Show and manage users of this course.'  
 => 'Anzeigen und verwalten von Benutzern dieses Kurses.',  
   
    'Remove a student from this course.'  
 => 'Studenten aus diesem Kurs ausschliessen.',  
   
    'Custom Roles'  
 => 'Benutzerdefinierte Rollen',  
   
    'Configure a custom role.'  
 => 'Konfiguration von benutzerdefinierten Rollen.',  
 #lonstatistics.pm  
    'Statistics and Analyses'  
 => 'Statistiken und Analysen',  
   
    'Plots'  
 => 'Diagramme',  
   
    'Reports'  
 => 'Berichte',  
   
    ''  
 => '',  
   
    ''  
 => '',  
   
 #SYNC Tue Aug 15 18:55:42 2006  
   
   
 #SYNC Fri Aug 18 20:46:55 2006  
    'HTML character entities'  
 => 'HTML character entities',  
   
   
 #SYNCMARKER  
 );  
   
 1;  
   

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


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