Diff for /loncom/localize/localize/de.pm between versions 1.57 and 1.60

version 1.57, 2005/06/06 13:59:13 version 1.60, 2006/08/14 15:04:41
Line 1 Line 1
 # The LearningOnline Network with CAPA  # The LearningOnline Network with CAPA
 # German Localization Lexicon  # German Localization Lexicon
 #  #
 # $Id$  # $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::de;  package Apache::localize::de;
 use base qw(Apache::localize);  use base qw(Apache::localize);
   
 %Lexicon=('_AUTO' => 1,  %Lexicon=('_AUTO' => 1,
                      
 'char_encoding'=> 'ISO-8859-1',  'char_encoding'=> 'ISO-8859-1',
 'language_code'=> 'de',  'language_code'=> 'de',
 'date_locale'  =>   'date_locale'  =>
       '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds Uhr',        '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds Uhr',
 'date_months'  => 'Jan,Febr,März,April,Mai,Juni,Juli,Aug,Sept,Okt,Nov,Dez',  'date_months'  => 'Jan,Febr,März,April,Mai,Juni,Juli,Aug,Sept,Okt,Nov,Dez',
 'date_days'    => 'So,Mo,Di,Mi,Do,Fr,Sa',  'date_days'    => 'So,Mo,Di,Mi,Do,Fr,Sa',
 'date_am' => 'vormittags',  'date_am' => 'vormittags',
 'date_pm' => 'nachmittags',  'date_pm' => 'nachmittags',
 'htmlarea_lang' => 'de',  'htmlarea_lang' => 'de',
 'spellcheck_lang' => 'de',  'spellcheck_lang' => 'de',
   
    'Domain'     'Domain'
 => 'Domäne',  => 'Domäne',
   
    'Server'     'Server'
 => 'Server',  => 'Server',
   
    'Load'     'Load'
 => 'Last',  => 'Last',
   
    'User Load'     'User Load'
 => 'Nutzerlast',  => 'Nutzerlast',
   
    'Help'     'Help'
 => 'Hilfe',  => 'Hilfe',
   
    'Log in'     'Log in'
 => 'Anmelden',  => 'Anmelden',
   
    'Username'     'Username'
 => 'Benutzername',  => 'Benutzername',
   
    'Password'     'Password'
 => 'Kennwort',  => 'Kennwort',
   
    'choose'     'choose'
 => 'wähle',  => 'wähle',
   
    'enter'     'enter'
 => 'eingeben',  => 'eingeben',
   
    'view'     'view'
 => 'sehe',  => 'sehe',
   
    'calendar'     'calendar'
 => 'kalender',  => 'Kalender',
   
    'prefer-'     'prefer-'
 => 'präfe-',  => 'Präfe-',
   
    'ences'     'ences'
 => 'renzen',  => 'renzen',
   
    'role'     'role'
 => 'rolle',  => 'Rolle',
   
    'course'     'course'
 => 'kurs',  => 'Kurs',
   
    'Course'     'Course'
 => 'Kurs',  => 'Kurs',
   
    'Section/Group'     'Section/Group'
 => 'Gruppe',  => 'Gruppe',
   
    'today'     'today'
 => 'heute',  => 'heute',
   
    'last week'     'last week'
 => 'letzte Woche',  => 'letzte Woche',
   
    'last month'     'last month'
 => 'letzten Monat',  => 'letzten Monat',
   
    'last three months'     'last three months'
 => 'letzte drei Monate',  => 'letzte drei Monate',
   
    'last six months'     'last six months'
 => 'letzte sechs Monate',  => 'letzte sechs Monate',
   
    'last year'     'last year'
 => 'letztes Jahr',  => 'letztes Jahr',
   
    'Submit'     'Submit'
 => 'Abschicken',  => 'Abschicken',
   
    'Rename'     'Rename'
 => 'Umbenennen',  => 'Umbenennen',
   
    'Save'     'Save'
 => 'Speichern',  => 'Speichern',
   
    'Done'     'Done'
 => 'Fertig',  => 'Fertig',
   
    'Select User'     'Select User'
 => 'Benutzer auswählen',  => 'Benutzer auswählen',
   
    'Select Course'     'Select Course'
 => 'Kurs auswählen',  => 'Kurs auswählen',
   
    'Changes will become active for your current session after'     'Changes will become active for your current session after'
 => 'Änderungen werden für Ihre derzeitige Sitzung aktiv nachdem Sie den Kurs',  => 'Änderungen werden für Ihre derzeitige Sitzung aktiv, nachdem Sie',
   
    're-initializing course'     're-initializing course'
 => 'reinitialisiert',  => 'reinitialisiere Kurs',
   
    ', or the next time you log in.'     ', or the next time you log in.'
 => 'haben, oder wenn Sie sich das nächste Mal anmelden.',  => 'haben, oder wenn Sie sich das nächste Mal anmelden.',
   
    'Uploaded Document'     'Uploaded Document'
 => 'Hochgeladenes Dokument',  => 'Hochgeladenes Dokument',
   
    'No content modifications yet.'     'No content modifications yet.'
 => 'Noch keine Inhaltsänderungen.',  => 'Noch keine Inhaltsänderungen.',
   
    'Part is not open to be viewed. It'     'Part is not open to be viewed. It'
 => 'Aufgabenteil nicht verfügbar. Er',  => 'Aufgabenteil nicht verfügbar. Er',
   
 '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.'
 => 'Aufgrund von Netzwerkproblemen kann nicht festgestellt werden, ob dieses Dokument verfügbar ist. Bitte versuchen Sie es später noch einmal.',  => 'Aufgrund von Netzwerkproblemen kann nicht festgestellt werden, ob dieses Dokument verfügbar ist. Bitte versuchen Sie es später noch einmal.',
   
 'Note: it can take up to 10 minutes for changes to take effect for all users.'  'Note: it can take up to 10 minutes for changes to take effect for all users.'
 => 'Es kann bis zu 10 Minuten dauern, bis die Änderungen für alle Benutzer Effekt haben',  => 'Es kann bis zu 10 Minuten dauern, bis die Änderungen für alle Benutzer aktiv werden',
   
    'Language'     'Language'
 => 'Sprache',  => 'Sprache',
   
    'Notes'     'Notes'
 => 'Notizen',  => 'Notizen',
   
    'Abstract'     'Abstract'
 => 'Beschreibung',  => 'Beschreibung',
     
    'Create a user or modify the roles and privileges of a user'     'Create a user or modify the roles and privileges of a user'
 => 'Benutzeraccounts erzeugen und Ändern von Benutzerprivilegien',  => 'Benutzeraccounts estellen und ändern von Benutzerprivilegien',
   
    'View course assessment statistics'     'View course assessment statistics'
 => 'Aufgabenstatistiken erzeugen',  => 'Aufgabenstatistiken erzeugen',
   
    'Set deadlines and other assessment parameters, as well as modify course environment'     'Set deadlines and other assessment parameters, as well as modify course environment'
 => 'Setzen von Fälligkeitsdatums und anderen Aufgabenparameters, sowie Ändern der Kursumgebung',  => 'Setzen von Deadlines und anderen Aufgabenparametern, sowie Ändern der Kursumgebung',
   
    'New Folder'     'New Folder'
 => 'Neuer Ordner',  => 'Neuer Ordner',
   
    'Simple Page'     'Simple Page'
 => 'Einfache Seite',  => 'Einfache Seite',
   
    'Simple Problem'     'Simple Problem'
 => 'Einfache Aufgabe',  => 'Einfache Aufgabe',
   
    'Upload Document'     'Upload Document'
 => 'Dokument hochladen',  => 'Dokument hochladen',
   
    'Search'     'Search'
 => 'Suchen',  => 'Suchen',
   
    'Import'     'Import'
 => 'Importieren',  => 'Importieren',
   
    'Main Course Documents'     'Main Course Documents'
 => 'Hauptdokumente des Kurses',  => 'Hauptdokumente des Kurses',
   
    'Supplemental Course Documents'     'Supplemental Course Documents'
 => 'Zusätzliche Kursdokumente',  => 'Zusätzliche Kursdokumente',
   
    'Bulletin Board'     'Bulletin Board'
 => 'Schwarzes Brett',  => 'Schwarzes Brett',
   
    'Special Documents'     'Special Documents'
 => 'Spezielle Dokumente',  => 'Spezielle Dokumente',
   
    'create'     'create'
 => 'erstelle',  => 'erstelle',
   
    'grades'     'grades'
 => 'noten',  => 'Noten',
   
    'commu-'     'commu-'
 => 'kommu-',  => 'Kommu-',
   
    'nication'     'nication'
 => 'nikation',  => 'nikation',
   
    'enroll'     'enroll'
 => 'liste',  => 'Liste',
   
    'navigate'     'navigate'
 => 'inhalts-',  => 'Inhalts-',
   
    'contents'     'contents'
 => 'verzeich',  => 'verzeich',
   
    'Navigate Contents'     'Navigate Contents'
 => 'Inhaltsverzeichnis',  => 'Inhaltsverzeichnis',
   
    'Announcements and Calendar'     'Announcements and Calendar'
 => 'Bekanntmachungen und Kalender',  => 'Bekanntmachungen und Kalender',
   
    'Author'     'Author'
 => 'Autor',  => 'Autor',
   
    'Change Your Preferences'     'Change Your Preferences'
 => 'Ändern der Benutzerpräferenzen',  => 'Ändern Ihrer Benutzerpräferenzen',
   
    'Choose the user role'     'Choose the user role'
 => 'Wählen der Benutzerrolle',  => 'Wählen der Benutzerrolle',
   
    'Co-Author'     'Co-Author'
 => 'Co-Autor',  => 'Co-Autor',
   
    'Communication and Messages'     'Communication and Messages'
 => 'Kommunication und Nachrichten',  => 'Kommunication und Nachrichten',
   
    'Course Coordinator'     'Course Coordinator'
 => 'Kurskoordinator',  => 'Kurskoordinator',
   
    'Course Statistics and Charts'     'Course Statistics and Charts'
 => 'Kursstatistiken und Notenübersicht',  => 'Kursstatistiken und Notenübersicht',
   
    'Course announcements and my calendar'     'Course announcements and my calendar'
 => 'Kursbekanntmachungen und mein Kalender',  => 'Kursbekanntmachungen und mein Kalender',
   
    'Create Users, Change User Privileges'     'Create Users, Change User Privileges'
 => 'Erstellen neuer Benutzeraccounts, Ändern von Benutzerprivilegien',  => 'Erstellen neuer Benutzeraccounts, ändern von Benutzerprivilegien',
   
    'Domain Coordinator'     'Domain Coordinator'
 => 'Domänkoordinator',  => 'Domänenkoordinator',
   
    'Enrollment Manager'     'Enrollment Manager'
 => 'Einschreibungsmanagement',  => 'Einschreibungsmanagement',
   
    'Enter grades from check-out assessment resources'     'Enter grades from check-out assessment resources'
 => 'Eingeben von Ergebnissen ausgeteilter Examen',  => 'Eingeben von Ergebnissen ausgeteilter Examen',
   
    'Exam Proctor'     'Exam Proctor'
 => 'Exam Proktor',  => 'Exam Proktor',
   
    'Exit LON-CAPA'     'Exit LON-CAPA'
 => 'Abmelden aus LON-CAPA',  => 'Abmelden aus LON-CAPA',
   
    'Grades Spreadsheet'     'Grades Spreadsheet'
 => 'Benotungsspreadsheet',  => 'Spreadsheet mit Noten',
   
    'Grading'     'Grading'
 => 'Benotung',  => 'Benotung',
   
    'Instructor'     'Instructor'
 => 'Lehrender',  => 'Lehrender',
   
    'Launch Remote Control'     'Launch Remote Control'
 => 'Fernbedienungsfenster',  => 'Fernbedienungsfenster',
   
    'Main Menu'     'Main Menu'
 => 'Hauptmenü',  => 'Hauptmenü',
   
    'Navigate Course Contents'     'Navigate Course Contents'
 => 'Inhaltsverzeichnis',  => 'Inhaltsverzeichnis',
   
    'No Role, Cumulative Privileges'     'No Role, Cumulative Privileges'
 => 'Keine Rolle, kumulative Privilegien',  => 'Keine Rolle, kumulative Privilegien',
   
    'Return to Last Location'     'Return to Last Location'
 => 'Rückkehr zur letzten Seite',  => 'Rückkehr zur letzten Seite',
   
    'Send and receive messages'     'Send and receive messages'
 => 'Verschicken und Empfangen von Nachrichten',  => 'Verschicken und Empfangen von Nachrichten',
   
    'Set my user preferences'     'Set my user preferences'
 => 'Setzen von Benutzerpräferenzen',  => 'Setzen von Benutzerpräferenzen',
   
    'Student'     'Student'
 => 'Studierender',  => 'Studierender',
   
    'Switch to another user role'     'Switch to another user role'
 => 'Andere Benutzerrolle wählen',  => 'Andere Benutzerrolle wählen',
   
    'Teaching Assistant'     'Teaching Assistant'
 => 'Hilfskraft',  => 'Hilfskraft',
   
    'Use or edit my bookmark collection'     'Use or edit my bookmark collection'
 => 'Benutzen oder editieren meiner Bookmark-Sammlung',  => 'Benutzen oder editieren meiner Bookmark-Sammlung',
   
    'User Roles'     'User Roles'
 => 'Benutzerrollen',  => 'Benutzerrollen',
   
    'Calculate course grades (Spreadsheet)'     'Calculate course grades (Spreadsheet)'
 => 'Noten berechnen (Spreadsheet)',  => 'Noten berechnen (Spreadsheet)',
   
    'Enter the chatroom for the course'     'Enter the chatroom for the course'
 => 'Kurs Chatroom',  => 'Kurs-Chatroom betreten',
   
    'Navigate the table of contents for this course'     'Navigate the table of contents for this course'
 => 'Inhaltsverszeichnis navigieren',  => 'Inhaltsverszeichnis navigieren',
   
    'Syllabus'     'Syllabus'
 => 'Kursüberblick',  => 'Kursüberblick',
   
    'View the course assessment progress chart'     'View the course assessment progress chart'
 => 'Notenüberblick',  => 'Aufgabenfortschritt des Kurses ansehen',
   
    'Class Hours'     'Class Hours'
 => 'Zeit',  => 'Zeit',
   
    'Course Description'     'Course Description'
 => 'Kursbeschreibung',  => 'Kursbeschreibung',
   
    'Coursepack'     'Coursepack'
 => 'Kurspaket',  => 'Kurspaket',
   
    'Current Month'     'Current Month'
 => 'Dieser Monat',  => 'Dieser Monat',
   
    'Deadlines'     'Deadlines'
 => 'Fälligkeitsdaten',  => 'Fälligkeitsdaten',
   
    'Fri'     'Fri'
 => 'Fr',  => 'Fr',
   
    'Grading Information'     'Grading Information'
 => 'Benotung',  => 'Information zur Benotung',
   
    'Helproom Hours'     'Helproom Hours'
 => 'Hilfe',  => 'Hilfe',
   
    'Instructor Information'     'Instructor Information'
 => 'Information über die Lehrenden',  => 'Information über die Lehrenden',
   
    'Mon'     'Mon'
 => 'Mo',  => 'Mo',
   
    'Next Month'     'Next Month'
 => 'Nächster Monat',  => 'Nächster Monat',
   
    'Office Hours'     'Office Hours'
 => 'Sprechstunden',  => 'Sprechstunden',
   
    'Prerequisites'     'Prerequisites'
 => 'Voraussetzungen',  => 'Voraussetzungen',
   
    'Previous Month'     'Previous Month'
 => 'Vorhergehender Monat',  => 'Vorhergehender Monat',
   
    'Readings'     'Readings'
 => 'Material',  => 'Material',
   
    'Sat'     'Sat'
 => 'Sa',  => 'Sa',
   
    'January'     'January'
 => 'Januar',  => 'Januar',
   
    'February'     'February'
 => 'Februar',  => 'Februar',
   
    'March'     'March'
 => 'März',  => 'März',
   
    'April'     'April'
 => 'April',  => 'April',
   
    'May'     'May'
 => 'Mai',  => 'Mai',
   
    'June'     'June'
 => 'Juni',  => 'Juni',
   
    'August'     'August'
 => 'August',  => 'August',
   
    'September'     'September'
 => 'September',  => 'September',
   
    'October'     'October'
 => 'Oktober',  => 'Oktober',
   
    'November'     'November'
 => 'November',  => 'November',
   
    'December'     'December'
 => 'Dezember',  => 'Dezember',
   
    'Sun'     'Sun'
 => 'So',  => 'So',
   
    'Textbook'     'Textbook'
 => 'Buchliste',  => 'Bücherliste',
   
    'Thu'     'Thu'
 => 'Do',  => 'Do',
   
    'Tue'     'Tue'
 => 'Di',  => 'Di',
   
    'Web Links'     'Web Links'
 => 'Weblinks',  => 'Weblinks',
   
    'Wed'     'Wed'
 => 'Mi',  => 'Mi',
   
    'Drop/Add students in this course'     'Drop/Add students in this course'
 => 'Einschreibungsliste verwalten',  => 'Einschreibungsliste verwalten',
   
    'You have entered that answer before'     'You have entered that answer before'
 => 'Sie hatten diese Antwort bereits eingegeben',  => 'Sie hatten diese Antwort bereits eingegeben',
   
    'A score has been assigned.'     'A score has been assigned.'
 => 'Eine Note ist vergeben worden',  => 'Eine Note ist vergeben worden',
   
    'You are correct.'     'You are correct.'
 => 'Korrekt!',  => 'Korrekt!',
   
    'Your receipt is'     'Your receipt is'
 => 'Ihr Nachweis ist',  => 'Ihr Nachweis ist',
   
    'You are excused from the problem.'     'You are excused from the problem.'
 => 'Die Aufgabe ist Ihnen erlassen worden.',  => 'Die Aufgabe ist Ihnen erlassen worden.',
   
    'Incorrect'     'Incorrect'
 => 'Inkorrekt.',  => 'Inkorrekt',
   
    'Some parts were not submitted.'     'Some parts were not submitted.'
 => 'Einige Aufgabenteile sind nicht bearbeitet worden.',  => 'Einige Aufgabenteile sind nicht bearbeitet worden.',
   
    'An error occured while grading your answer.'     'An error occured while grading your answer.'
 => 'In der Benotung Ihrer Antwort trat ein Fehler auf.',  => 'In der Benotung Ihrer Antwort trat ein Fehler auf.',
   
    'Due'     'Due'
 => 'Fällig',  => 'Fällig',
   
    'The submitted answer was too long.'     'The submitted answer was too long.'
 => 'Ihre Antwort war zu lang.',  => 'Ihre Antwort war zu lang.',
   
    'This question expects a numeric answer.'     'This question expects a numeric answer.'
 => 'Eine numerische Antwort ist gefragt.',  => 'Eine numerische Antwort ist gefragt.',
   
    'You have provided an invalid ranking'     'You have provided an invalid ranking'
 => 'Die Rankordnung ist falsch eingeben worden',  => 'Die Rankordnung ist falsch eingeben worden',
   
    'please refer to'     'please refer to'
 => 'schauen Sie nach unter',  => 'schauen Sie nach unter',
   
    'The filetype extension of the file you uploaded is not allowed.'     'The filetype extension of the file you uploaded is not allowed.'
 => 'Die Endung des der von Ihnen eingereichten Datei ist nicht erlaubt.',  => 'Die Endung der von Ihnen eingereichten Datei ist nicht erlaubt.',
   
    'Units incorrect.'     'Units incorrect.'
 => 'Einheit inkorrekt.',  => 'Einheit inkorrekt.',
   
    'Only a number required.'     'Only a number required.'
 => 'Nur eine Nummer erwartet.',  => 'Nur eine Nummer erwartet.',
   
    'Units required'     'Units required'
 => 'Einheiten erwartet',  => 'Einheiten erwartet',
   
    'Unable to understand formula'     'Unable to understand formula'
 => 'Die eingebene Formel kann nicht ausgewertet werden',  => 'Die eingebene Formel kann nicht ausgewertet werden',
   
    'Your submission has been recorded.'     'Your submission has been recorded.'
 => 'Ihre Antwort ist gespeichert wordern.',  => 'Ihre Antwort ist gespeichert wordern.',
   
    'Unknown message'     'Unknown message'
 => 'Unbekannte Nachricht',  => 'Unbekannte Nachricht',
   
    'Answer Submitted'     'Answer Submitted'
 => 'Antwort eingereicht',  => 'Antwort eingereicht',
   
    'Tries'     'Tries'
 => 'Versuche',  => 'Versuche',
   
    'Submit Answer'     'Submit Answer'
 => 'Antwort Einreichen',  => 'Antwort einreichen',
   
    'Prepare a printable document'     'Prepare a printable document'
 => 'Druckbares Dokument erstellen',  => 'Druckbares Dokument erstellen',
   
    'Go To My First Homework Problem'     'Go To My First Homework Problem'
 => 'Springe zum ersten Hausübungsproblem',  => 'Springe zum ersten Hausübungsproblem',
   
    'Cancel'     'Cancel'
 => 'Abbrechen',  => 'Abbrechen',
   
    'Discussions'     'Discussions'
 => 'Diskussion',  => 'Diskussion',
   
    'New discussion since'     'New discussion since'
 => 'Neue Diskussion seit',  => 'Neue Diskussion seit',
   
    'Goodbye'     'Goodbye'
 => 'Auf Wiedersehen',  => 'Auf Wiedersehen',
   
    'Select'     'Select'
 => 'Auswählen',  => 'Auswählen',
   
    'Re-Initialize'     'Re-Initialize'
 => 'Neu initialisieren',  => 'Neu initialisieren',
   
    'Currently selected. '     'Currently selected. '
 => 'Derzeit ausgewählt. ',  => 'Derzeit ausgewählt. ',
   
    'Switch Server'     'Switch Server'
 => 'Server wechseln',  => 'Server wechseln',
   
    'system wide'     'system wide'
 => 'systemweit',  => 'systemweit',
   
    'Currently not available'     'Currently not available'
 => 'Derzeit nicht verfügbar',  => 'Derzeit nicht verfügbar',
   
    'No role specified'     'No role specified'
 => 'Keine bestimmte Rolle',  => 'Keine bestimmte Rolle',
   
    'Remark'     'Remark'
 => 'Bemerkung',  => 'Bemerkung',
   
    'Extent'     'Extent'
 => 'Bereich',  => 'Bereich',
   
    'User Role'     'User Role'
 => 'Benutzerrolle',  => 'Benutzerrolle',
   
    'Start'     'Start'
 => 'Anfang',  => 'Anfang',
   
    'End'     'End'
 => 'Ende',  => 'Ende',
   
    'System'     'System'
 => 'System',  => 'System',
   
    'Display'     'Display'
 => 'Anzeigen',  => 'Anzeigen',
   
    "an unknown date"     "an unknown date"
 => 'zu einem unbekannten Zeitpunkt',  => 'zu einem unbekannten Zeitpunkt',
   
    "an indeterminate date"     "an indeterminate date"
 => 'zu einem unbestimmten Zeitpunkt',  => 'zu einem unbestimmten Zeitpunkt',
   
    "will open on"     "will open on"
 => "wird verfügbar sein am",  => "wird verfügbar sein am",
   
    "is due at"     "is due at"
 => "ist fällig am",  => "ist fällig am",
   
    "was due on"     "was due on"
 => "war fällig am",  => "war fällig am",
   
    'is closed but you are allowed to view it'     'is closed but you are allowed to view it'
 => "ist geschlossen, kann aber von Ihnen betrachtet werden",  => "ist geschlossen, kann aber von Ihnen betrachtet werden",
   
    "Undid changes, Switched"     "Undid changes, Switched"
 => "Änderungen rückgängig gemacht, gewechselt",  => "Änderungen rückgängig gemacht, gewechselt",
   
    "Unable to undo, unable to switch"     "Unable to undo, unable to switch"
 => "Änderungen konnten nicht rückgängig gemacht werden, nicht umgeschaltet",  => "Änderungen konnten nicht rückgängig gemacht werden, nicht umgeschaltet",
   
    "Unable to make backup"     "Unable to make backup"
 => "Konnte keine Sicherheitskopie machen",  => "Konnte keine Sicherheitskopie machen",
   
    "Saving Modifications to"     "Saving Modifications to"
 => "Änderungen gespeichert unter",  => "Änderungen gespeichert unter",
   
    "Unable to write to"     "Unable to write to"
 => "Konnte nicht speichern unter",  => "Konnte nicht speichern unter",
   
    "Analyzing a problem"     "Analyzing a problem"
 => "Aufgabe analysisieren",  => "Aufgabe analysisieren",
   
    "EditXML"     "EditXML"
 => "XML Editor",  => "Bearbeiten (XML)",
   
    'Discard Edits and View'     'Discard Edits and View'
 => 'Änderungen verwerfen und betrachten',  => 'Änderungen verwerfen und betrachten',
   
    'Submit Changes'     'Submit Changes'
 => 'Änderungen speichern',  => 'Änderungen speichern',
   
    'Submit Changes and View'     'Submit Changes and View'
 => 'Änderungen speichern und betrachten',  => 'Änderungen speichern und betrachten',
   
    'Edit'     'Edit'
 => 'Editor',  => 'Bearbeiten',
   
    ', select a template from the pull-down menu below'     ', select a template from the pull-down menu below'
 => ', wählen Sie eine Vorlagen von dem unterstehenden Auswahlmenü',  => ', wählen Sie eine Vorlagen aus dem unterstehenden Auswahlmenü',
   
    'undo'     'undo'
 => 'rückgängig machen',  => 'rückgängig machen',
   
    'Answer'     'Answer'
 => 'Antwort',  => 'Antwort',
   
    'Frequency'     'Frequency'
 => 'Häufigkeit',  => 'Häufigkeit',
   
    'You did not select a template.'     'You did not select a template.'
 => 'Sie haben keine Vorlage ausgewählt.',  => 'Sie haben keine Vorlage ausgewählt.',
   
    'Analyze Progress'     'Analyze Progress'
 => 'Fortschritt analysieren',  => 'Fortschritt analysieren',
   
    'Getting Problem Variants'     'Getting Problem Variants'
 => 'Berechnen von Aufgabenvariationen',  => 'Berechnen von Aufgabenvariationen',
   
    'last problem'     'last problem'
 => 'letzte Aufgabe',  => 'letzte Aufgabe',
   
    "may open later."     "may open later."
 => 'könnte zu einem späteren Zeitpunkt verfügbar werden',  => 'könnte zu einem späteren Zeitpunkt verfügbar werden',
   
    ', and answers will be available on'     ', and answers will be available on'
 => 'und Antworten werden verfügbar sein am',  => ', und Antworten werden verfügbar sein am',
   
    "Select a"     "Select a"
 => "Wählen Sie",  => "Wählen Sie",
   
    'Unable to find'     'Unable to find'
 => 'Konnte nicht gefunden werden',  => 'Konnte nicht gefunden werden',
   
    'Part'     'Part'
 => 'Aufgabenteil',  => 'Aufgabenteil',
   
    "Then"     "Then"
 => 'Dann',  => 'Dann',
   
    'Create'     'Create'
 => 'Erzeugen',  => 'Erzeugen',
   
    'is in under construction'     'is in under construction'
 => 'unter Konstruktion',  => 'unter Konstruktion',
   
    'List of possible answers'     'List of possible answers'
 => 'Liste von Antworten',  => 'Liste von Antworten',
   
 '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.'
 => 'Keine analysierbaren Aufgabenteile gefunden, derzeit werden nur numerische, symbolische, und "string" Antworten unterstützt',  => 'Keine analysierbaren Aufgabenteile gefunden, derzeit werden nur numerische, symbolische, und "string" Antworten unterstützt',
   
    'is not analyzable at this time'     'is not analyzable at this time'
 => 'ist derzeit nicht analysierbar',  => 'ist derzeit nicht analysierbar',
   
    'Title'     'Title'
 => 'Titel',  => 'Titel',
   
    'Path'     'Path'
 => 'Pfad',  => 'Pfad',
   
    'New Search'     'New Search'
 => 'Neue Suche',  => 'Neue Suche',
   
    'Go Back'     'Go Back'
 => 'Zurück',  => 'Zurück',
   
    'File'     'File'
 => 'Datei',  => 'Datei',
   
    'Date'     'Date'
 => 'Datum',  => 'Datum',
   
    'You have no unread messages'     'You have no unread messages'
 => 'Sie haben keine ungelesenen Nachrichten',  => 'Sie haben keine ungelesenen Nachrichten',
   
    'New Messages'     'New Messages'
 => 'Neue Nachrichten',  => 'Neue Nachrichten',
   
    'View All Messages'     'View All Messages'
 => 'Alle Nachrichten',  => 'Alle Nachrichten',
   
    'Map'     'Map'
 => 'Seite/Sequenz',  => 'Seite/Sequenz',
   
    'Page'     'Page'
 => 'Seite',  => 'Seite',
   
    'Sequence'     'Sequence'
 => 'Sequenz',  => 'Sequenz',
   
    'Map contents are not shown in order.'     'Map contents are not shown in order.'
 => 'Der Inhalt der Seite/Sequenz wird nicht in geordneter Abfolge gezeigt.',  => 'Der Inhalt der Seite/Sequenz wird nicht in geordneter Abfolge gezeigt.',
   
    'Empty'     'Empty'
 => 'Leer',  => 'Leer',
   
    'could not be copied.'     'could not be copied.'
 => 'konnte nicht kopiert werden.',  => 'konnte nicht kopiert werden.',
   
    'Back to Directory'     'Back to Directory'
 => 'Zurück zum Verzeichnis',  => 'Zurück zum Verzeichnis',
   
    'No upload file specified.'     'No upload file specified.'
 => 'Keine Datei zum Hochladen angegeben.',  => 'Keine Datei zum Hochladen angegeben.',
   
    'The target is an existing directory.'     'The target is an existing directory.'
 => 'Die Zieldatei ist ein existierendes Verzeichnis.',  => 'Die Zieldatei ist ein existierendes Verzeichnis.',
   
    'Please use browser "Back" button and pick a filename'     'Please use browser "Back" button and pick a filename'
 => 'Bitte benutzen Sie "Zurück" in Ihrem Browsers und geben Sie einen Dateinamen an',  => 'Bitte benutzen Sie "Zurück" in Ihrem Browsers und geben Sie einen Dateinamen an',
   
    "You do not have authoring privileges for this resource"     "You do not have authoring privileges for this resource"
 => "Sie haben keine Schreibberechtigung für diese Datei",  => "Sie haben keine Schreibberechtigung für diese Datei",
   
    'Copying file'     'Copying file'
 => 'Kopiere Datei',  => 'Kopiere Datei',
   
    'No write permission to user directory, FAIL'     'No write permission to user directory, FAIL'
 => 'Keine Schreibberechtigung für dieses Verzeichnis, Abbruch',  => 'Keine Schreibberechtigung für dieses Verzeichnis, Abbruch',
   
    'Actions'     'Actions'
 => 'Befehle',  => 'Befehle',
   
    'Name'     'Name'
 => 'Name',  => 'Name',
   
    'Status'     'Status'
 => 'Zustand',  => 'Zustand',
   
    'Last Modified'     'Last Modified'
 => 'Zuletzt geändert',  => 'Zuletzt geändert',
   
    'Yes'     'Yes'
 => 'Ja',  => 'Ja',
   
    'Construction Space Directory'     'Construction Space Directory'
 => 'Konstruktionsbereich Verzeichnis',  => 'Konstruktionsbereich Verzeichnis',
   
    'Contact'     'Contact'
 => 'Kontaktieren Sie',  => 'Kontaktieren Sie',
   
    'Store uploaded file as '     'Store uploaded file as '
 => 'Speichere hochgeladene Datei unter ',  => 'Speichere hochgeladene Datei unter ',
   
    'Searching'     'Searching'
 => 'Suche',  => 'Suche',
   
    'Select the Construction Space'     'Select the Construction Space'
 => 'Wählen Sie den Konstruktionsbereich',  => 'Wählen Sie den Konstruktionsbereich',
   
 'It is recommended that you use an up-to-date virus scanner before handling this file.'     'It is recommended that you use an up-to-date virus scanner before handling this file.'
 => 'Es wird empfohlen, einen aktualisierten Virenscanner zu benutzen.',  => 'Es wird empfohlen, einen aktualisierten Virenscanner zu benutzen.',
   
    'You have no unread messages'     'You have no unread messages'
 => 'Sie haben keine ungelesenen Nachrichten',  => 'Sie haben keine ungelesenen Nachrichten',
   
    'not displayed'     'not displayed'
 => 'nicht angezeigt',  => 'nicht angezeigt',
   
    "Open, no due date"     "Open, no due date"
 => "Verfügbar, kein Fälligkeitsdatum",  => "Verfügbar, kein Fälligkeitsdatum",
   
    "Uncompleted Homework"     "Uncompleted Homework"
 => "Unerledigte Hausübungen",  => "Unerledigte Hausübungen",
   
    "Show Only Uncompleted Homework"     "Show Only Uncompleted Homework"
 => "Zeige nur unerledigte Hausübungen",  => "Zeige nur unerledigte Hausübungen",
   
    "All homework is currently completed"     "All homework is currently completed"
 => "Derzeit sind alle Hausübungen erledigt",  => "Derzeit sind alle Hausübungen erledigt",
   
    "Go To My First Homework Problem"     "Go To My First Homework Problem"
 => "Gehe zu meiner ersten Hausübung",  => "Gehe zu meiner ersten Hausübung",
   
    "Was due"     "Was due"
 => "War fällig",  => "War fällig",
   
    "Answer available"     "Answer available"
 => "Antwort verfügbar",  => "Antwort verfügbar",
   
    "Excused by instructor"     "Excused by instructor"
 => "Vom Lehrenden erlassen",  => "Vom Lehrenden erlassen",
   
    "Answer submitted, not yet graded"     "Answer submitted, not yet graded"
 => "Antwort eingereicht, noch nicht benotet",  => "Antwort eingereicht, noch nicht benotet",
   
    "No due date"     "No due date"
 => "Kein Fälligkeitsdatum",  => "Kein Fälligkeitsdatum",
   
    'never'     'never'
 => 'niemals',  => 'niemals',
   
    'Answer submitted'     'Answer submitted'
 => 'Antwort eingereicht',  => 'Antwort eingereicht',
   
    'Processing'     'Processing'
 => 'Wird verarbeitet',  => 'Wird verarbeitet',
   
    'Access and Usage Statistics'     'Access and Usage Statistics'
 => 'Zugangs- und Benutzungsstatistiken',  => 'Zugangs- und Benutzungsstatistiken',
   
    'Evaluation Comments'     'Evaluation Comments'
 => 'Beurteilungskommentare',  => 'Beurteilungskommentare',
   
    'Evaluation Data'     'Evaluation Data'
 => 'Beurteilungsdaten',  => 'Beurteilungsdaten',
   
    'July'     'July'
 => 'Juli',  => 'Juli',
   
    'Server Administration'     'Server Administration'
 => 'Server Administration',  => 'Serververwaltung',
   
    'System Administration'     'System Administration'
 => 'System Administration',  => 'Systemverwaltung',
   
    'aboutlon.gif'     'aboutlon.gif'
 => 'aboutlon_de.gif',  => 'aboutlon.gif',
   
    'accessbutton.gif'     'accessbutton.gif'
 => 'accessbutton_de.gif',  => 'accessbutton.gif',
   
    'userauthentication.gif'     'userauthentication.gif'
 => 'userauthentication_de.gif',  => 'userauthentication.gif',
   
    'Users with Roles Assigned by'     'Users with Roles Assigned by'
 => 'Benutzer mit Rollen vergeben von',  => 'Benutzer mit Rollen vergeben von',
   
    'Name starting with'     'Name starting with'
 => 'Name beginnt mit',  => 'Name beginnt mit',
   
    'This resource has been marked obsolete by the author(s)'     'This resource has been marked obsolete by the author(s)'
 => 'Dieses Dokument wurde von den Autoren als überholt markiert',  => 'Dieses Dokument wurde von den Autoren als überholt markiert',
   
    'Uploaded'     'Uploaded'
 => 'Hochgeladen',  => 'Hochgeladen',
   
    'Dynamic Metadata'     'Dynamic Metadata'
 => 'Dynamische Metadaten',  => 'Dynamische Metadaten',
   
    'View file'     'View file'
 => 'Datei betrachten',  => 'Datei betrachten',
   
    'could not be copied.'     'could not be copied.'
 => 'konnte nicht kopiert werden.',  => 'konnte nicht kopiert werden.',
   
    'Illegal filename.'     'Illegal filename.'
 => 'Ungültiger Dateiname.',  => 'Ungültiger Dateiname.',
   
    'Rule'     'Rule'
 => 'Regel',  => 'Regel',
   
    'Back to Source Directory'     'Back to Source Directory'
 => 'Zurück zum Quellverzeichnis',  => 'Zurück zum Quellverzeichnis',
   
    'Back to Source'     'Back to Source'
 => 'Zurück zur Quelldatei',  => 'Zurück zur Quelldatei',
   
    'File copied.'     'File copied.'
 => 'Datei kopiert',  => 'Datei kopiert.',
   
    'FAIL'     'FAIL'
 => 'Abbruch',  => 'Abbruch',
   
    'Back to'     'Back to'
 => 'Zurück zu',  => 'Zurück zu',
   
    'untitled'     'untitled'
 => 'kein Titel',  => 'kein Titel',
   
    ', is reserved internally by LON-CAPA.'     ', is reserved internally by LON-CAPA.'
 => ', ist intern reserviert für LON-CAPA.',  => ', ist intern reserviert für LON-CAPA.',
   
    'Became this version on ...'     'Became this version on ...'
 => 'Wurde diese Version am ...',  => 'Wurde diese Version am ...',
   
    'Browse published resources'     'Browse published resources'
 => 'Betrachte veröffentlichte Dokumente',  => 'Betrachte veröffentlichte Dokumente',
   
    'Choose the course to work on'     'Choose the course to work on'
 => 'Wählen Sie den Kurs, in dem Sie arbeiten wollen',  => 'Wählen Sie den Kurs, in dem Sie arbeiten wollen',
   
    'Create a new course'     'Create a new course'
 => 'Erzeuge einen neuen Kurs',  => 'Erzeuge einen neuen Kurs',
   
    'Customized right of use ... '     'Customized right of use ... '
 => 'Spezielle Nutzungsrechte ... ',  => 'Spezielle Nutzungsrechte ... ',
   
    'Delete messages from bulletin boards'     'Delete messages from bulletin boards'
 => 'Lösche Mitteilungen vom Schwarzen Brett',  => 'Lösche Mitteilungen vom Schwarzen Brett',
   
    'Domain only - use limited to courses in the domain'     'Domain only - use limited to courses in the domain'
 => 'Beschränkt auf Domäne - Nutzung begrenzt auf Kurse innerhalb dieser Domäne',  => 'Beschränkt auf Domäne - Nutzung begrenzt auf Kurse innerhalb dieser Domäne',
    'Edit and view documents included in this course'  
 => 'Editiere und betrachte Dokumente innerhalb dieses Kurses',     'Edit and view documents included in this course'
   => 'Editiere und betrachte Dokumente innerhalb dieses Kurses',
    'Edit/Modify DOCS'  
 => 'Editiere/Ändere DOKUS',     'Edit/Modify DOCS'
   => 'Editiere/Ändere DOKUS',
    'Enter my resource construction space'  
 => 'Konstruktionsbereich aufrufen',     'Enter my resource construction space'
 # eingeben my resource construction space  => 'Konstruktionsbereich aufrufen',
    'Failed to copy source'  # eingeben my resource construction space
 => 'Konnte Quelldatei nicht kopieren',  
      'Failed to copy source'
    'Failed to write metadata copy'  => 'Konnte Quelldatei nicht kopieren',
 => 'Konnte Metadaten nicht kopieren',  
      'Failed to write metadata copy'
    'Finalize Publication'  => 'Konnte Metadaten nicht kopieren',
 => 'Veröffentlichung abschließen',  
      'Finalize Publication'
    'Grant/revoke role of Co-Author'  => 'Veröffentlichung abschließen',
 => 'Vergebe/Entziehe Co-Autorenrollen',  
 # Grant/revoke rolle of Co-Autor     'Grant/revoke role of Co-Author'
    'Grant/revoke role of Domain Coordinator'  => 'Vergebe/entziehe Co-Autorenrollen',
 => 'Vergebe/Entziehe Domänkoordinatorrolle',  # Grant/revoke rolle of Co-Autor
   
    'Grant/revoke role of Exam Proctor'     'Grant/revoke role of Domain Coordinator'
 => 'Vergebe/Entziehe role of Exam Proctor',  => 'Vergebe/Entziehe Domänenkoordinatorrolle',
 # Grant/revoke rolle of Exam Proktor  
    'Grant/revoke role of Instructor'     'Grant/revoke role of Exam Proctor'
 => 'Vergebe/Entziehe role of Instructor',  => 'Vergebe/Entziehe Rolle des Exam Proktors',
 # Grant/revoke rolle of LehrEndeer  # Grant/revoke rolle of Exam Proktor
    'Grant/revoke role of Student'  
 => 'Vergebe/Entziehe role of Student',     'Grant/revoke role of Instructor'
 # Grant/revoke rolle of StudierEndeer  => 'Vergebe/Entziehe Rolle des Lehrenden',
    'Grant/revoke role of Superuser'  # Grant/revoke rolle of LehrEndeer
 => 'Vergebe/Entziehe role of Superuser',  
 # Grant/revoke rolle of Superuser     'Grant/revoke role of Student'
    'No previous versions published.'  => 'Vergebe/Entziehe Rolle des Studierenden',
 => 'Keine vorhergehenden Versionen veröffentlicht.',  # Grant/revoke rolle of StudierEndeer
   
    'No write permission to'     'Grant/revoke role of Superuser'
 => 'Keine Schreibberechtigung für',   => 'Vergebe/Entziehe Rolle des Superusers',
   # Grant/revoke rolle of Superuser
    'Please pick a version to retrieve'  
 => 'Please pick a version to retrieve',     'No previous versions published.'
   => 'Keine vorhergehenden Versionen veröffentlicht.',
    'Private - visible to author only for testing purposes'  
 => 'Private - visible to author only for testing purposes',     'No write permission to'
 # Private - visible to Autor only for testing purposes  => 'Keine Schreibberechtigung für',
    'Private Publication - did not synchronize database'  
 => 'Private Publication - did not synchronize database',     'Please pick a version to retrieve'
   => 'Wählen Sie bitte eine Version aus, die Sie abrufen möchten',
    'Public - no authentication or authorization required for use'  
 => 'Öffentlich - keine Anmeldung notwendig zur Benutzung',     'Private - visible to author only for testing purposes'
   => 'Privat - für den Autor nur zu Testzwecken sichtbar',
    'Retrieval of an old version will overwrite the file currently in construction space'  # Private - visible to Autor only for testing purposes
 => 'Retrieval of an old version will overwrite the file currently in construction space',  
 # Retrieval of an old version will overwrite the Datumi currently in construction space     'Private Publication - did not synchronize database'
    'Retrieve previous versions of'  => 'Private Veröffentlichung - nicht mit Datenbank synchronisiert',
 => 'Retrieve previous versions of',  
      'Public - no authentication or authorization required for use'
    'Retrieve version'  => 'Öffentlich - keine Anmeldung zur Benutzung notwendig',
 => 'Retrieve version',  
      'Retrieval of an old version will overwrite the file currently in construction space'
    'Search the contents of this course'  => 'Abfragen einer alten Version überschreibt die gegenwärtig im Konstruktionsbereich vorhandene Datei',
 => 'Search the contents of this course',  # Retrieval of an old version will overwrite the Datumi currently in construction space
 # Suchen the verzeich of this kurs  
    'Search the database of published resources'     'Retrieve previous versions of'
 => 'Search the database of published resources',  => 'Abfragen vorheriger Versionen von',
 # Suchen the database of published resources  
    'Send broadcast and receipt-required email'     'Retrieve version'
 => 'Send broadcast and receipt-required email',  => 'Frage Version ab',
 # SEnde broadcast and receipt-required email  
    'Show Problem Completeness'     'Search the contents of this course'
 => 'Zeige Aufgabenvollständigkeit',  => 'Suche nach Inhalten in diesem Kurs',
   # Suchen the verzeich of this kurs
    'Switch to another course'  
 => 'Wechseln Sie über zu einem anderen Kurs',     'Search the database of published resources'
   => 'Durchsuche die Datenbank von veröffentlichten Dokumenten',
    'System wide - can be used for any courses system wide'  # Suchen the database of published resources
 => 'System wide - can be used for any courses system wide',  
 # Systemweit - can be used for any kurss Systemweit     'Send broadcast and receipt-required email'
    'System wide - open source to all authors'  => 'Sende Broadcast-Email und verlange Empfangsbestätigung',
 => 'System wide - open source to all authors',  # SEnde broadcast and receipt-required email
 # Systemweit - open source to all Autors  
    'The extension on this file'     'Show Problem Completeness'
 => 'The extension on this file',  => 'Zeige Aufgabenvollständigkeit',
   
    'Unsupported character combination'     'Switch to another course'
 => 'Ungültige Buchstabenkombination',  => 'Wechseln Sie über zu einem anderen Kurs',
   
    'View documents included in this course'     'System wide - can be used for any courses system wide'
 => 'Betrachte in diesem Kurs enthaltene Dokumente',  => 'Systemweit - kann für alle Kurse systemweit verwendet werden',
   # Systemweit - can be used for any kurss Systemweit
    'Additional Keywords'  
 => 'Zusätzliche Schlüsselwörter',     'System wide - open source to all authors'
   => 'Systemweit - Open Source für alle Autoren',
    'Additional Metadata (non-standard, parameters, exports)'  # Systemweit - open source to all Autors
 => 'Zusätzliche Metadaten (nicht standatisiert, Parameter, Exporte)',  
      'The extension on this file'
    'Author and Co-Author roles may not be available on servers other than your home server.'  => 'Die Endung dieser Datei',
 => 'Author and Co-Author roles may not be available on servers other than your home server.',  
      'Unsupported character combination'
    'Author(s)'  => 'Ungültige Buchstabenkombination',
 => 'Autor(en)',  
      'View documents included in this course'
    'Average number of tries till solved'  => 'Betrachte in diesem Kurs enthaltene Dokumente',
 => 'Durchschnittliche Anzahl von Versuche zur Lösung',  
      'Additional Keywords'
    'Browse Resources'  => 'Zusätzliche Schlüsselwörter',
 => 'Browse Resources',  
      'Additional Metadata (non-standard, parameters, exports)'
    'Catalog Information'  => 'Zusätzliche Metadaten (nicht standatisiert, Parameter, Exporte)',
 => 'Katalogisierungsinformation',  
      'Author and Co-Author roles may not be available on servers other than your home server.'
    'Collapse Remote Control'  => 'Autoren- und Co-Autorenrollen könnten auf anderen Servern als Ihrem Heimserver nicht verfügbar sein.',
 => 'Collapse Remote Control',  
      'Author(s)'
    'Construction Space'  => 'Autor(en)',
 => 'Konstruktionsbereich',  
      'Average number of tries till solved'
    'Copied metadata'  => 'Durchschnittliche Anzahl von Versuche zur Lösung',
 => 'Metadaten kopiert',  
      'Browse Resources'
    'Copied source file'  => 'Dokumente durchsehen',
 => 'Quelldatei kopiert',  
      'Catalog Information'
    'Copyright/Distribution'  => 'Katalogisierungs-Information',
 => 'Copyright/Distribution',  
      'Collapse Remote Control'
    'Course Documents'  => 'Fernbedienung minimieren',
 => 'Kursdokumente',  
      'Construction Space'
    'Creation Date'  => 'Konstruktionsbereich',
 => 'Ersterstellungsdatum',  
      'Copied metadata'
    'Custom Distribution File'  => 'Metadaten kopiert',
 => 'Custom Distribution File',  
 # Custom Distribution Datumi     'Copied source file'
    'Degree of difficulty'  => 'Quelldatei kopiert',
 => 'Schwierigkeitsgrad',  
      'Copyright/Distribution'
    'Dump Course DOCS to Construction Space'  => 'Copyright/Distribution',
 => 'Dump Course DOCS to Construction Space',  
 # Dump kurs DOCS to Construction Space     'Course Documents'
    'Entering course ...'  => 'Kursdokumente',
 => 'An Kurs teilnehmen ...',  
      'Creation Date'
    'Exam Information'  => 'Ersterstellungsdatum',
 => 'Exam Information',  
      'Custom Distribution File'
    'External Resource'  => 'Datei zum Maßschneidern der Zugriffsrechte',
 => 'External Resource',  # Custom Distribution Datumi
   
    'Generate new role ...'     'Degree of difficulty'
 => 'Erzeuge die neue Rolle ...',  => 'Schwierigkeitsgrad',
   
    'Go to the next resource in the course sequence'     'Dump Course DOCS to Construction Space'
 => 'Gehe zum nächsten Dokument in der Kurssequenz',  => 'Kursdokumente in den Konstruktionsbereich ablegen',
   # Dump kurs DOCS to Construction Space
    'Go to the previous resource in the course sequence'  
 => 'Gehe zum vorhergehenden Dokument in der Kurssequenz',     'Entering course ...'
   => 'An Kurs teilnehmen ...',
    'Import a published document'  
 => 'Importieren eines veröffentlichten Dokumentes',     'Exam Information'
   => 'Prüfungsinformationen',
    'Keyword(s)'  
 => 'Schlüsselwörter',     'External Resource'
   => 'Externe Ressource',
    'Load Map'  
 => 'Lade Seite/Sequenz',     'Generate new role ...'
   => 'Erzeuge neue Rolle ...',
    'Logged Out'  
 => 'Abgemeldet',     'Go to the next resource in the course sequence'
   => 'Gehe zum nächsten Dokument in der Kurssequenz',
    'MIME Type'  
 => 'MIME Type',     'Go to the previous resource in the course sequence'
   => 'Gehe zum vorhergehenden Dokument in der Kurssequenz',
    'Make notes and annotations about this resource'  
 => 'Make notes and annotations about this resource',     'Import a published document'
 # Make Notizen and annotations about this resource  => 'Importieren eines veröffentlichten Dokumentes',
    'Material appears to be correct'  
 => 'Das Material scheint korrekt zu sein',     'Keyword(s)'
   => 'Schlüsselwörter',
    'Material covered with sufficient depth'  
 => 'Das Material ist in ausreichender Tiefe behandelt',     'Load Map'
   => 'Lade Seite/Sequenz',
    'Material is helpful'  
 => 'Das Material ist hilfreich',     'Logged Out'
   => 'Abgemeldet',
    'Material presented in clear way'  
 => 'Das Material is klar dargestellt',     'MIME Type'
   => 'MIME Typ',
    'Metadata Information'  
 => 'Metadateninformation',     'Make notes and annotations about this resource'
   => 'Anmerkungen über dieses Dokument erstellen',
    'My Personal Info'  # Make Notizen and annotations about this resource
 => 'Meine persönliche Information',  
      'Material appears to be correct'
    'Network-wide number of accesses (hits)'  => 'Das Material scheint korrekt zu sein',
 => 'Netwerkweite Anzahl von Zugriffen ("Hits")',  
      'Material covered with sufficient depth'
    'Network-wide number of courses using resource'  => 'Das Material ist in ausreichender Tiefe behandelt',
 => 'Netwerkweite Anzahl von Kursen, die dieses Dokument benutzen',  
      'Material is helpful'
    'Number of resources that follow this resource in maps'  => 'Das Material ist hilfreich',
 => 'Number of resources that follow this resource in maps',  
 # Number of resources that follow this resource in Seite/Sequenzs     'Material presented in clear way'
    'Number of resources that lead up to this resource in maps'  => 'Das Material is klar dargestellt',
 => 'Number of resources that lead up to this resource in maps',  
 # Number of resources that lead up to this resource in Seite/Sequenzs     'Metadata Information'
    'Number of resources using or importing resource'  => 'Metadaten-Information',
 => 'Number of resources using or importing resource',  
 # Number of resources using or Importierening resource     'My Personal Info'
    'Obsolete'  => 'Meine persönliche Information',
 => 'Überholt',  
      'Network-wide number of accesses (hits)'
    'Parent Directory'  => 'Netwerkweite Anzahl von Zugriffen ("Hits")',
 => 'Übergeordnetes Verzeichnis',  
      'Network-wide number of courses using resource'
    'Please either'  => 'Netwerkweite Anzahl von Kursen, die dieses Dokument benutzen',
 => 'Bitte entweder',  
      'Number of resources that follow this resource in maps'
    'Project Information'  => 'Anzahl der Dokumente, welche diesem Dokument in den Seiten folgen',
 => 'Projektinformation',  # Number of resources that follow this resource in Seite/Sequenzs
   
    'Publisher/Owner'     'Number of resources that lead up to this resource in maps'
 => 'Publisher/Owner',  => 'Anzahl der Dokumente, welche zu diesem Dokument in den Seiten führen',
   # Number of resources that lead up to this resource in Seite/Sequenzs
    'Publishing'  
 => 'Veröffentlichung',     'Number of resources using or importing resource'
   => 'Anzahl der Ressourcen, die diese Ressource benutzen oder importieren',
    'Resource Publication'  # Number of resources using or Importierening resource
 => 'Veröffentlichung von Dokumenten',  
      'Obsolete'
    'Resource is technically correct'  => 'Überholt',
 => 'Das Dokument ist technisch in Ordnung',  
      'Parent Directory'
    'Score Upload Form'  => 'Übergeordnetes Verzeichnis',
 => 'Formular zum Hochladen von Noten',  
      'Please either'
    'Select Map'  => 'Bitte entweder',
 => 'Wähle Seite/Sequenz',  
      'Project Information'
    'Set a bookmark for this resource'  => 'Projektinformation',
 => 'Setze ein Lesezeichen auf dieses Dokument',  
      'Publisher/Owner'
    'Show all roles'  => 'Herausgeber/Besitzer',
 => 'Zeige alle Rollen',  
      'Publishing'
    'Special documents'  => 'Veröffentlichung',
 => 'Spezielle Dokumente',  
      'Resource Publication'
    'Subject'  => 'Veröffentlichung von Ressourcen',
 => 'Thema',  
      'Resource is technically correct'
    'Successful Login'  => 'Das Dokument ist technisch in Ordnung',
 => 'Erfolgreich angemeldet',  
      'Score Upload Form'
    'Suggested Replacement for Obsolete File'  => 'Formular zum Hochladen von Noten',
 => 'Vorgeschlagener Ersatz für überholte Datei',  
      'Select Map'
    'Switching Role'  => 'Wähle Seite/Sequenz',
 => 'Wechseln der Rolle',  
      'Set a bookmark for this resource'
    'Target'  => 'Setze ein Lesezeichen auf dieses Dokument',
 => 'Ziel',  
      'Show all roles'
    'This syllabus can be publicly viewed at'  => 'Zeige alle Rollen',
 => 'Dieser Kursüberblick kann öffentlich abgerufen werden unter',  
      'Special documents'
    'Total number of students who have worked on this problem'  => 'Spezielle Dokumente',
 => 'Gesamtzahl von Studierenden, die diese Aufgabe bearbeitet haben',  
 # Total number of StudierEndeers who have worked on this problem     'Subject'
    'URLs To Include in Syllabus'  => 'Thema',
 => 'URLs To Include in Syllabus',  
 # URLs To Include in Kursüberblick     'Successful Login'
    'Upload a new main course document'  => 'Erfolgreich angemeldet',
 => 'Upload a new main course document',  
 # UpLast a new main kurs document     'Suggested Replacement for Obsolete File'
    'Upload a new supplemental course document'  => 'Vorgeschlagener Ersatz für überholte Datei',
 => 'Upload a new supplemental course document',  
 # UpLast a new supplemental kurs document     'Switching Role'
    'User'  => 'Wechseln der Rolle',
 => 'Benutzer',  
      'Target'
    'Wrote Metadata'  => 'Ziel',
 => 'Metadaten geschrieben',  
      'This syllabus can be publicly viewed at'
    'Your home server is '  => 'Dieser Kursüberblick kann öffentlich abgerufen werden unter',
 => 'Ihr Heimatserver ist ',  
      'Total number of students who have worked on this problem'
    'anno-'  => 'Gesamtzahl von Studierenden, die diese Aufgabe bearbeitet haben',
 => 'bemerk-',  # Total number of StudierEndeers who have worked on this problem
   
    'announce'     'URLs To Include in Syllabus'
 => 'announce',  => 'URLs, die in den Kursberblick eingefügt werden',
   # URLs To Include in Kursüberblick
    'backward'  
 => 'zurück',     'Upload a new main course document'
   => 'Hochladen eines neuen Hauptdokuments für den Kurs',
    'bookmark'  # UpLast a new main kurs document
 => 'bookmark',  
      'Upload a new supplemental course document'
    'chart'  => 'Hochladen eines neuen ergänzenden Dokuments für den Kurs',
 => 'chart',  # UpLast a new supplemental kurs document
   
    'chat'     'User'
 => 'chat',  => 'Benutzer',
   
    'close this window'     'Wrote Metadata'
 => 'dieses Fenster schließen',  => 'Metadaten geschrieben',
   
    'con-'     'Your home server is '
 => 'con-',  => 'Ihr Heimatserver ist ',
   
    'docs'     'anno-'
 => 'dokus',  => 'Bemerk-',
   
    'edit crs'     'announce'
 => 'edit crs',  => 'ankündigen',
 # Editor crs  
    'exit'     'backward'
 => 'abmelden',  => 'zurück',
   
    'fas'     'bookmark'
 => 'fas',  => 'Bookmark',
   
    'forward'     'chart'
 => 'vorwärts',  => 'Chart',
   
    'library'     'chat'
 => 'library',  => 'Chat',
   
    'log in again'     'close this window'
 => 'erneut anmelden',  => 'dieses Fenster schließen',
   
    'my'     'con-'
 => 'mein',  => 'con-',
   
    'or'     'docs'
 => 'oder',  => 'Dokus',
   
    'parms'     'edit crs'
 => 'parms',  => 'Bearbeite crs',
   # Editor crs
    'prepare'  
 => 'prepare',     'exit'
   => 'abmelden',
    'printout'  
 => 'printout',     'fas'
   => 'fas',
    'resource'  
 => 'resource',     'forward'
   => 'vorwärts',
    'roles'  
 => 'rollen',     'library'
   => 'Bibliothek',
    'search'  
 => 'suche',     'log in again'
   => 'erneut anmelden',
    'set'  
 => 'setze',     'my'
   => 'mein',
    'space'  
 => 'bereich',     'or'
   => 'oder',
    'stats'  
 => 'stats',     'parms'
   => 'parms',
    'struct'  
 => 'struct',     'prepare'
   => 'Vorbereiten',
    'switch'  
 => 'wechsle',     'printout'
   => 'Ausdruck',
    'tations'  
 => 'ungen',     'resource'
   => 'Ressource',
    'updated periodically'  
 => 'periodisch ermittelt',     'roles'
   => 'Rollen',
    'user'  
 => 'benutzer',     'search'
   => 'suche',
    'visible to author and co-authors only'  
 => 'nur für Autoren und Co-Autoren sichtbar',     'set'
   => 'setze',
    'All versions'  
 => 'Alle Versionen',     'space'
   => 'Bereich',
    'Could not write metadata'  
 => 'Konnte Metadaten nicht schreiben',     'stats'
   => 'Statistiken',
    'Default Cataloging Information for Directory'  
 => 'Voreinstellen von Katalogisierungsinformation für gesamtes Verzeichnis',     'struct'
   => 'Struktur',
    'Error Messages'  
 => 'Fehlermeldungen',     'switch'
   => 'wechsle',
    'Store Catalog Information'  
 => 'Speichere Katalogisierungsinformationen',     'tations'
   => 'ungen',
    'Update Display'  
 => 'Neu anzeigen',     'updated periodically'
   => 'periodisch ermittelt',
    'Content changed'  
 => 'Inhalt geändert',     'user'
   => 'Benutzer',
    'Differences'  
 => 'Differenzen',     'visible to author and co-authors only'
   => 'nur für Autoren und Co-Autoren sichtbar',
    'Last Week'  
 => 'letzte Woche',     'All versions'
   => 'Alle Versionen',
    'Modification Date'  
 => 'Modifikationsdatum',     'Could not write metadata'
   => 'Konnte Metadaten nicht schreiben',
    'Since Start of Course'  
 => 'seit Anfang des Kurses',     'Default Cataloging Information for Directory'
   => 'Voreinstellung der Katalogisierungs-Information für gesamtes Verzeichnis',
    'Since Yesterday'  
 => 'seit gestern',     'Error Messages'
   => 'Fehlermeldungen',
    'Verify Course Documents'  
 => 'Überprüfe Kursdokumente',     'Store Catalog Information'
   => 'Speichere Katalogisierungs-Informationen',
    'Version'  
 => 'Version',     'Update Display'
   => 'Neu anzeigen',
    'access denied'  
 => 'Zugriff verweigert',     'Content changed'
   => 'Inhalt geändert',
    'connection down'  
 => 'Verbindung unterbrochen',     'Differences'
   => 'Unterschiede',
    'during the last'  
 => 'während der letzten',     'Last Week'
   => 'letzte Woche',
    'not found'  
 => 'nicht gefunden',     'Modification Date'
   => 'Änderungsdatum',
    'warning(s)'  
 => 'Warnung(en)',     'Since Start of Course'
   => 'seit Anfang des Kurses',
   
      'Since Yesterday'
 #SYNC Mon Sep 29 11:02:04 2003  => 'seit gestern',
   
    'Advanced Catalog Search'     'Verify Course Documents'
 => 'Advanced Catalog Search',  => 'Überprüfe Kursdokumente',
 # Advanced Catalog suche  
    'Advanced Search'     'Version'
 => 'Advanced Search',  => 'Version',
 # Advanced suche  
    'Any Language'     'access denied'
 => 'Beliebige Sprache',  => 'Zugriff verweigert',
 # Any Sprache  
    'Any category'     'connection down'
 => 'Beliebige Kategorie',  => 'Verbindung unterbrochen',
 # Any categodery  
    'Any copyright/distribution'     'during the last'
 => 'Any copyright/distribution',  => 'während der letzten',
   
    'Broadcast Message to Course'     'not found'
 => 'Broadcast Message to Course',  => 'nicht gefunden',
 # Broadcast Message to kurs  
    "Click to download or use your browser's Save Link function"     'warning(s)'
 => "Click to download or use your browser's Save Link function",  => 'Warnung(en)',
 # Click to downLast oder use your browser's Speichern Link function  
    'Close'  
 => 'Schließen',  
   #SYNC Mon Sep 29 11:02:04 2003
    'Compact View'  
 => 'Kompakt',     'Advanced Catalog Search'
 # Compact sehe  => 'Erweiterte Katalogsuche',
    'Detailed Citation View'  # Advanced Catalog suche
 => 'Detailiert',  
 # Detailed Citation sehe     'Advanced Search'
    'Distribute Messages from Uploaded File to Course'  => 'Erweiterte Suche',
 => 'Distribute Messages from Uploaded File to Course',  # Advanced suche
 # Distribute Messages from Hochgeladen Datumi to kurs  
    'Edit Catalog Information'     'Any Language'
 => 'Edit Catalog Information',  => 'Beliebige Sprache',
 # Editor CataAnmeldenfodermation  # Any Sprache
    'Edit Content of a Map'  
 => 'Edit Content of a Map',     'Any category'
 # Editor Content of a Seite/Sequenz  => 'Beliebige Kategorie',
    'Edit Directory Catalog Information'  # Any categodery
 => 'Edit Directory Catalog Information',  
 # Editor Directodery CataAnmeldenfodermation     'Any copyright/distribution'
    'Evaluate Resource'  => 'Jedes Copyright/Verteilung',
 => 'Dokument bewerten',  
      'Broadcast Message to Course'
    'Failed Access to Construction Space'  => 'Nachricht an gesamten Kurs senden',
 => 'Failed Access to Construction Space',  # Broadcast Message to kurs
 # Abbruched Access to Construction bereich  
    'Fielded Format'     "Click to download or use your browser's Save Link function"
 => 'Fielded Format',  => "Klicken Sie zum Speichern oder nutzen Sie die Link speichern Funktion Ihres Browsers",
 # Fielded Fodermat  # Click to downLast oder use your browser's Speichern Link function
    'File Category'  
 => 'File Category',     'Close'
 # Datumi Categodery  => 'Schließen',
    'Force publication of unmodified files'  
 => 'veröffentliche auch ungeänderte Dateien',     'Compact View'
 # Foderce publication of unmodified Datumis  => 'Kompaktansicht',
    'Keywords'  # Compact sehe
 => 'Schlüsselwörter',  
 # Keywoderds     'Detailed Citation View'
    'Last access'  => 'Detailierte Zitatansicht(?)',
 => 'Letzter Zugriff',  # Detailed Citation sehe
   
    'Last modified'     'Distribute Messages from Uploaded File to Course'
 => 'Letzte Änderungen',  => 'Verteile Nachrichten der hochgeladenen Datei an den Kurs',
 # Zuletzt geändert  # Distribute Messages from Hochgeladen Datumi to kurs
    'Limit by copyright/distribution'  
 => 'Limit by copyright/distribution',     'Edit Catalog Information'
   => 'Bearbeite Katalogisierungs-Informationen',
    'Limit by language'  # Editor CataAnmeldenfodermation
 => 'Limit by language',  
 # Limit by Sprache     'Edit Content of a Map'
    'Open'  => 'Bearbeite Inhalt der Seite/Sequenz',
 => 'Öffnen',  # Editor Content of a Seite/Sequenz
   
    'Per Page'     'Edit Directory Catalog Information'
 => 'Pro Seite',  => 'Bearbeite Informationen des Verzeichniskataloges',
   # Editor Directodery CataAnmeldenfodermation
    'Printing Helper'  
 => 'Ausdruckhelfer',     'Evaluate Resource'
 # Printing Hilfeer  => 'Ressource bewerten',
    'Provide feedback messages or contribute to the course discussion about this resource'  
 => 'Provide feedback messages or contribute to the course discussion about this resource',     'Failed Access to Construction Space'
 # Provide feedback messages oder contribute to the kurs discussion about this resource  => 'Gescheiterter Zugriff auf Konstruktionsbereich',
    'Provide my evaluation of this resource'  # Abbruched Access to Construction bereich
 => 'Provide my evaluation of this resource',  
 # Provide mein evaluation of this resource     'Fielded Format'
    'Publish'  => 'In Felder aufgeteiltes Format',
 => 'Veröffentliche',  # Fielded Fodermat
   
    'Publish Directory'     'File Category'
 => 'Veröffentliche Verzeichnis',  => 'Dateikategorie',
 # Publish Directodery  # Datumi Categodery
    'Publish Directory and Sub Directories'  
 => 'Veröffentliche Verzeichnis und Unterverzeichnisse',     'Force publication of unmodified files'
 # Publish Directodery and Sub Directoderies  => 'veröffentliche auch ungeänderte Dateien',
    'Related'  # Foderce publication of unmodified Datumis
 => 'Verwandte',  
      'Keywords'
    'Resource Feedback and Discussion'  => 'Schlüsselwörter',
 => 'Resource Feedback and Discussion',  # Keywoderds
   
    'Search Complete'     'Last access'
 => 'Suche beendet',  => 'Letzter Zugriff',
 # suche Complete  
    'Send Message to User(s)'     'Last modified'
 => 'Send Message to User(s)',  => 'Letzte Änderungen',
 # SEnde Message to benutzer(s)  # Zuletzt geändert
    'Show catalog information'  
 => 'Show catalog information',     'Limit by copyright/distribution'
 # Show cataAnmeldenfodermation  => 'Durch Copyright/Verteilung einschränken',
    'Show resource'  
 => 'Show resource',     'Limit by language'
   => 'Durch Sprace einschränken',
    'Size'  # Limit by Sprache
 => 'Größe',  
      'Open'
    'Statistics'  => 'Öffnen',
 => 'Statistiken',  
      'Per Page'
    'Summary View'  => 'Pro Seite',
 => 'Zusammenfassung',  
 # Summary sehe     'Printing Helper'
    'There are currently no results'  => 'Ausdruckhelfer',
 => 'Derzeit noch keine Ergebnisse',  # Printing Hilfeer
   
    'URL'     'Provide feedback messages or contribute to the course discussion about this resource'
 => 'URL',  => 'Geben Sie Feedback oder nehmen Sie an der Kursdiskussion über diese Ressource teil',
   # Provide feedback messages oder contribute to the kurs discussion about this resource
    'Unpublished'  
 => 'Unpublished',     'Provide my evaluation of this resource'
   => 'Biete meine Auswertung über diese Ressource an',
    'Up'  # Provide mein evaluation of this resource
 => 'Hoch',  
      'Publish'
    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'  => 'Veröffentlichen',
 => 'User Notes, Records of Face-to-Face Discussions, and Critical Messages',  
 # benutzer Notizen, Recoderds of Face-to-Face Diskussion, and Critical Messages     'Publish Directory'
    'View'  => 'Veröffentliche Verzeichnis',
 => 'Betrachten',  # Publish Directodery
 # sehe  
    'View Critical Messages'     'Publish Directory and Sub Directories'
 => 'View Critical Messages',  => 'Veröffentliche Verzeichnis und Unterverzeichnisse',
 # sehe Critical Messages  # Publish Directodery and Sub Directoderies
    'Words'  
 => 'Wörter',     'Related'
 # Woderds  => 'Verwandte',
    'XML/SGML'  
 => 'XML/SGML',     'Resource Feedback and Discussion'
   => 'Feedback und Diskussion zu dieser Ressource',
    'abstract'  
 => 'abstract',     'Search Complete'
 # Beschreibung  => 'Suche beendet',
    'audio'  # suche Complete
 => 'audio',  
      'Send Message to User(s)'
    'author'  => 'Sende Nachricht an Benutzer',
 => 'author',  # SEnde Message to benutzer(s)
 # authoder  
    'catalog'     'Show catalog information'
 => 'katalog',  => 'Zeige Katalogisierungs-Informationen',
   # Show cataAnmeldenfodermation
    'copyright'  
 => 'copyright',     'Show resource'
   => 'Zeige Ressource an',
    'customdistributionfile'  
 => 'customdistributionfile',     'Size'
 # customdistributionDatumi  => 'Größe',
    'directory'  
 => 'verzeichnis',     'Statistics'
 # directodery  => 'Statistiken',
    'discuss'  
 => 'discuss',     'Summary View'
   => 'Zusammenfassung',
    'evaluate'  # Summary sehe
 => 'evaluate',  
      'There are currently no results'
    'feedback'  => 'Derzeit noch keine Ergebnisse',
 => 'feedback',  
      'URL'
    'info'  => 'URL',
 => 'info',  
      'Unpublished'
    'keywords'  => 'unveröffentlicht',
 => 'keywords',  
 # keywoderds     'Up'
    'language'  => 'Hoch',
 => 'language',  
 # Sprache     'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
    'movies'  => 'Notizen von Benutzern, Protokolle von Besprechungen mit Studierenden, und kritische Nachrichten',
 => 'Filme',  # benutzer Notizen, Recoderds of Face-to-Face Diskussion, and Critical Messages
   
    'notes'     'View'
 => 'notes',  => 'Betrachten',
 # Notizen  # sehe
    'obsolete'  
 => 'überholt',     'View Critical Messages'
   => 'Betrachte kritische Nachrichten',
    'obsoletereplacement'  # sehe Critical Messages
 => 'obsoletereplacement',  
      'Words'
    'pages'  => 'Wörter',
 => 'Seiten',  # Woderds
 # Seites  
    'pictures'     'XML/SGML'
 => 'Bilder',  => 'XML/SGML',
   
    'problem'     'abstract'
 => 'Aufgaben',  => 'Zusammenfassung',
   # Beschreibung
    'resources'  
 => 'resources',     'audio'
   => 'Audio',
    'sequence'  
 => 'Sequenzen',     'author'
 # Sequenz  => 'Autor',
    'subject'  # authoder
 => 'Thema',  
 # Thema     'catalog'
    'this'  => 'katalog',
 => 'Diese',  
      'copyright'
    'title'  => 'Copyright',
 => 'Titel',  
 # Titel     'customdistributionfile'
   => 'customdistributionfile',
   # customdistributionDatumi
 #SYNC Sat Oct  4 20:36:34 2003  
    'About Me'     'directory'
 => 'Über mich',  => 'Verzeichnis',
   # directodery
    'Bulletin Board/Discussion'  
 => 'Schwarzes Brett/Diskusion',     'discuss'
   => 'Diskutiere',
    'Clear All'  
 => 'Lösche alle',     'evaluate'
   => 'Auswerten',
    'Close All Folders'  
 => 'Schließe alle Ordner',     'feedback'
   => 'Feedback',
    'Construction Space File Operation'  
 => 'Construction Space File Operation',     'info'
 # Construction bereich Datumi Operation  => 'Info',
    'Contact Information'  
 => 'Kontactinformation',     'keywords'
   => 'Schlüsselwörter',
    'Copied old metadata'  # keywoderds
 => 'Alte Metadaten kopiert',  
      'language'
    'Copied old target file'  => 'Sprache',
 => 'Alte Zieldatei kopiert',  # Sprache
   
    'Copyright'     'movies'
 => 'Copyright',  => 'Filme',
   
    'Could Not Process Request'     'notes'
 => 'Konnte Befehl nicht ausführen',  => 'Notizen',
   # Notizen
    'Default'  
 => 'Default',     'obsolete'
   => 'überholt',
    'Discard Selected'  
 => 'Verwerfe ausgewählte',     'obsoletereplacement'
 # Discard Auswählened  => 'obsoletereplacement',
    'EMail and Messages'  
 => 'EMail und Nachrichten',     'pages'
   => 'Seiten',
    'Edit this resource'  # Seites
 => 'Editiere dieses Dokument',  
      'pictures'
    'Enter construction space as a co-author'  => 'Bilder',
 => 'Konstruktionsbereich als Co-Autor aufrufen',  
      'problem'
    'Host'  => 'Aufgabe',
 => 'Rechner',  
      'resources'
    'Last updated'  => 'Ressourcen',
 => 'Zuletzt aktualisiert',  
      'sequence'
    'Mime type'  => 'Sequenze',
 => 'MIME Typ',  # Sequenz
   
    'Modified'     'subject'
 => 'Geändert',  => 'Thema',
   # Thema
    'Modify deadlines, etc, for this assessment resource'  
 => 'Modify deadlines, etc, for this assessment resource',     'this'
 # Modify FälligkeitsDatumn, etc, foder Diese assessment resource  => 'Diese',
    'Modify user grades for this assessment resource'  
 => 'Modify user grades for this assessment resource',     'title'
 # Modify benutzer noten foder Diese assessment resource  => 'Titel',
    'Move Down'  # Titel
 => 'Nach unten',  
   
    'Move Up'  #SYNC Sat Oct  4 20:36:34 2003
 => 'Nach oben',     'About Me'
 # Move Hoch  => 'Über mich',
    'New Title'  
 => 'Neuer Titel',     'Bulletin Board/Discussion'
   => 'Schwarzes Brett/Diskusion',
    'Open All Folders'  
 => 'Öffne alle Ordner',     'Clear All'
   => 'Lösche alle',
    'Owner/Publisher'  
 => 'Owner/Publisher',     'Close All Folders'
 # Owner/Veröffentlicheer  => 'Schließe alle Ordner',
    'Personal Information'  
 => 'Personal Information',     'Construction Space File Operation'
 # Personal infodermation  => 'Konstruktionsbreich Dateioperation',
    'Privacy Note'  # Construction bereich Datumi Operation
 => 'Privacy Note',  
      'Contact Information'
    'Published'  => 'Kontaktdaten',
 => 'Veröffentlicht',  
      'Copied old metadata'
    'Reading results from'  => 'Alte Metadaten kopiert',
 => 'Lese Ergebnisse von',  
      'Copied old target file'
    'Retrieve'  => 'Alte Zieldatei kopiert',
 => 'Retrieve',  
      'Copyright'
    'Revert to Last Saved'  => 'Copyright',
 => 'Rückgängig zur letzten gespeicherten Version',  
 # Revert to Last Speichernd     'Could Not Process Request'
    'Revision Date'  => 'Konnte Befehl nicht ausführen',
 => 'Änderungsdatum',  
 # Revision Datum     'Default'
    'Shared by course faculty and staff'  => 'Standard',
 => 'Shared by course faculty and staff',  
 # Shared by kurs faculty and staff     'Discard Selected'
    'Store'  => 'Verwerfe ausgewählte',
 => 'Speichern',  # Discard Auswählened
   
    'Synchronized SQL metadata database'     'EMail and Messages'
 => 'Synchronisiere Metadaten-Datenbank',  => 'EMail und Nachrichten',
   
    'Task'     'Edit this resource'
 => 'Aufgabe',  => 'Bearbeite diese Ressource',
   
    'Temporary Assembly Workspace'     'Enter construction space as a co-author'
 => 'Temporary Assembly Workspace',  => 'Konstruktionsbereich als Co-Autor aufrufen',
 # Tempoderary Assembly Woderkbereich  
    '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.'     'Host'
 => '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.',  => 'Rechner',
 # The infodermation you Speichern can be seheed by anybody who is logged into LON-CAPA. Do not provide infodermation that you are not ready to share publicly.  
    'Topic'     'Last updated'
 => 'Thema',  => 'Zuletzt aktualisiert',
   
    'Upload a Photo'     'Mime type'
 => 'Lade ein Foto hoch',  => 'MIME Typ',
   
    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'     'Modified'
 => 'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course',  => 'Geändert',
 # benutzer Notizen, Recoderds of Face-To-Face Diskussion, and Critical Messages in kurs  
    'Version Number'     'Modify deadlines, etc, for this assessment resource'
 => 'Versionsnummer',  => 'Bearbeite Fälligkeitsdaten, etc für diese zur Bewertung herangezogene Ressource',
   # Modify FälligkeitsDatumn, etc, foder Diese assessment resource
    'View Published Version'  
 => 'Betrachte veröffentlichte Version',     'Modify user grades for this assessment resource'
   => 'Bearbeite die Noten des Benutzers für diese zur Bewertung herangezogene Ressource',
    'View user submissions for this assessment resource'  # Modify benutzer noten foder Diese assessment resource
 => 'View user submissions for this assessment resource',  
 # sehe benutzer submissions foder Diese assessment resource     'Move Down'
    'Web References'  => 'Nach unten',
 => 'Webreferenzen',  
      'Move Up'
    'co con-'  => 'Nach oben',
 => 'co con-',  # Move Hoch
   
    'co res'     'New Title'
 => 'co res',  => 'Neuer Titel',
   
    'contacting'     'Open All Folders'
 => 'kontaktiere',  => 'Öffne alle Ordner',
 # Kontaktieren Sieing  
    'edit'     'Owner/Publisher'
 => 'edit',  => 'Besitzer/Herausgeber',
 # Editor  # Owner/Veröffentlicheer
    'interface available'  
 => 'Interface verfügbar',     'Personal Information'
   => 'Persönliche Informationen',
    'missions'  # Personal infodermation
 => 'missions',  
      'Privacy Note'
    'view sub-'  => 'Hinweis zur Privatsphäre',
 => 'view sub-',  
 # sehe sub-     'Published'
    'waiting on'  => 'Veröffentlicht',
 => 'warte auf',  
      'Reading results from'
   => 'Lese Ergebnisse von',
 #SYNC Wed Oct  8 14:13:34 2003  
    '#Stdnts'     'Retrieve'
 => '#Stdnts',  => 'Abrufen',
   
    '#YES'     'Revert to Last Saved'
 => '#YES',  => 'Gehe zur letzten gespeicherten Version',
 # #Ja  # Revert to Last Speichernd
    '%Wrng'  
 => '%Wrng',     'Revision Date'
   => 'Änderungsdatum',
    'Brief view of each students performance in course.'  # Revision Datum
 => 'Brief view of each students performance in course.',  
 # Brief sehe of each StudierEndeers perfodermance in kurs.     'Shared by course faculty and staff'
    'Clear Caches'  => 'Gemeinsam für Kursdozenten und Personal',
 => 'Cache löschen',  # Shared by kurs faculty and staff
   
    'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.'     'Store'
 => 'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.',  => 'Speichern',
 # kurs Statistiken and charts cannot be Retrieved until the database is reAnfanged.  Your data is intact but cannot be Anzeigened at Diese time.  
    'Detailed statistics and graphs of student performance on problems.'     'Synchronized SQL metadata database'
 => 'Detailed statistics and graphs of student performance on problems.',  => 'SQL Metadaten-Datenbank synchronisiert',
 # Detailed Statistiken and graphs of StudierEndeer perfodermance on Aufgabens.  
    'DoDiff'     'Task'
 => 'DoDiff',  => 'Aufgabe',
   
    'Enrollment Status'     'Temporary Assembly Workspace'
 => 'Einschreibungsstatus',  => 'Temporärer Gruppenarbeitsbereich',
   # Tempoderary Assembly Woderkbereich
    'Generate Statistics'  
 => 'Erzeuge Statistiken',     '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.'
   => 'Die Daten, die Sie einreichen, kann von jeder Person, die in LON-CAPA angemeldet ist, eingesehen werden. Stellen Sie daher keine Information zur Verfügung, die Sie nicht öffentlich machen wollen.',
    'Max Tries'  # The infodermation you Speichern can be seheed by anybody who is logged into LON-CAPA. Do not provide infodermation that you are not ready to share publicly.
 => 'Maximal Versuche',  
      'Topic'
    'Mean Tries'  => 'Thema',
 => 'Mittelwert Versuche',  
      'Upload a Photo'
    'Output'  => 'Lade Foto hoch',
 => 'Ausgabe',  
      'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
    'Overall Problem Statistics'  => 'Benutzermeldungen, Aufzeichnungen von Gesprächen und kritische Mitteilungen für den Kurs',
 => 'Overall Problem Statistics',  # benutzer Notizen, Recoderds of Face-To-Face Diskussion, and Critical Messages in kurs
 # Overall Aufgaben Statistiken  
    'Please notify the server administrator '     'Version Number'
 => 'Please notify the server administrator ',  => 'Versionsnummer',
 # Please notify the Server administratoder   
    'Please select a report to generate.'     'View Published Version'
 => 'Please select a report to generate.',  => 'Betrachte veröffentlichte Version',
 # Please Wählen Sie repodert to generate.  
    'Preparing Excel Spreadsheet'     'View user submissions for this assessment resource'
 => 'Preparing Excel Spreadsheet',  => 'Betrachte Benutzervorlagen für diese zur Bewertung herangezogene Ressource',
   # sehe benutzer submissions foder Diese assessment resource
    'Problem Status Chart'  
 => 'Problem Status Chart',     'Web References'
 # Aufgaben Zustand chart  => 'Webreferenzen',
    'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.'  
 => 'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.',     'co con-'
 # Aufgabens creating new Excel Datumi.  Diese erroder has been logged.  Please alert your LON-CAPA administratoder.  => 'Co-Kon-',
    'S.D. tries'  
 => 'S.D. tries',     'co res'
 # S.D. Versuche  => 'co-res',
    'Sections'  
 => 'Gruppen',     'contacting'
   => 'kontaktiere',
    'Sequence or Folder'  # Kontaktieren Sieing
 => 'Sequenz oder Ordner',  
      'edit'
    'Sequences and Folders'  => 'Bearbeite',
 => 'Sequenzen und Ordner',  # Editor
   
    'Skew Tries'     'interface available'
 => 'Skew Tries',  => 'Interface verfügbar',
 # Skew Versuche  
    'Statistics and Problem Analysis'     'missions'
 => 'Statistiken und Aufgabenanalysen',  => 'Aufgaben',
   
    'Student performance statistics on all problems.'     'view sub-'
 => 'Student performance statistics on all problems.',  => 'Betrachte Unter-',
   # sehe sub-
    'Unable to connect to database!'  
 => 'Keine Datenbankverbindung!',     'waiting on'
   => 'warte auf',
    'Your Excel Spreadsheet'  
 => 'Ihr Excel Spreadsheet',  
   #SYNC Wed Oct  8 14:13:34 2003
    'part'     '#Stdnts'
 => 'Aufgabenteil',  => '#Stdnts',
   
    'problem statistics grouped by sequence'     '#YES'
 => 'Aufgabenstatistiken, gruppiert nach Sequenz',  => '#YES',
   # #Ja
    'problem statistics ungrouped'  
 => 'Aufgabenstatistiken, nicht gruppiert',     '%Wrng'
   => '%Wrng',
    'problem statistics, Excel'  
 => 'Aufgabenstatistiken, Excel',     'Brief view of each students performance in course.'
   => 'Kurze Übersicht der Leistungen jedes Studeten im Kurs.',
 #SYNC Wed Oct  8 14:49:53 2003  # Brief sehe of each StudierEndeers perfodermance in kurs.
    'Significant figures are incorrect, submission was not graded.'  
 => 'Die Anzahl der signifikanten Stellen ist inkorrekt, dieser Versuch wurde nicht gezählt.',     'Clear Caches'
   => 'Cache löschen',
   
      'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.'
 #SYNC Fri Oct 10 11:36:26 2003  => 'Kursstatistiken und Diagramme können nicht empfangen werden bis die Datenbank neu gestartet ist.  Ihre Daten sind unberührt, könnten aber zu diesem Zeitpunkt nicht angezeigt werden.',
    '. . . for a particular section'  # kurs Statistiken and charts cannot be Retrieved until the database is reAnfanged.  Your data is intact but cannot be Anzeigened at Diese time.
 => '. . . für eine bestimmte Gruppe',  
      'Detailed statistics and graphs of student performance on problems.'
    '. . . for all students in the course'  => 'Ausführliche Statistiken und Graphen der studentischen Leistung hinsichtlich der Aufgaben.',
 => '. . . für alle Studenten im Kurs',  # Detailed Statistiken and graphs of StudierEndeer perfodermance on Aufgabens.
   
    '. . . for an individual student'     'DoDiff'
 => '. . . für einen bestimmten Studierenden',  => 'Verwende diff',
   
    '1 am'     'Enrollment Status'
 => '1:00',  => 'Einschreibungsstatus',
   
    '1 pm'     'Generate Statistics'
 => '13:00',  => 'Erzeuge Statistiken',
   
    '10 am'     'Max Tries'
 => '10:00',  => 'Maximal Versuche',
   
    '10 pm'     'Mean Tries'
 => '22:00',  => 'Mittelwert Versuche',
   
    '11 am'     'Output'
 => '11:00',  => 'Ausgabe',
   
    '11 pm'     'Overall Problem Statistics'
 => '23:00',  => 'Insgesamte Aufgabenstatistik',
   # Overall Aufgaben Statistiken
    '12 am'  
 => '00:00',     'Please notify the server administrator '
   => 'Benachrichtigen Sie bitte den Server-Administrator ',
    '12 noon'  # Please notify the Server administratoder
 => '12:00',  
      'Please select a report to generate.'
    '2 am'  => 'Wählen Sie bitte einen Bericht, die Sie erstellen möchten.',
 => '2:00',  # Please Wählen Sie repodert to generate.
   
    '2 pm'     'Preparing Excel Spreadsheet'
 => '14:00',  => 'Bereite ein Excel-Spreadsheet vor',
   
    '3 am'     'Problem Status Chart'
 => '3:00',  => 'Diagramm vom Aufgabenstatus',
   # Aufgaben Zustand chart
    '3 pm'  
 => '15:00',     'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.'
   => 'Es traten Probleme beim Erstellen einer neuen Excel-Datei auf. Dieser Fehler ist gespeichert worden. Bitte benachrichtigen Sie Ihren LON-CAPA Administrator.',
    '4 am'  # Aufgabens creating new Excel Datumi.  Diese erroder has been logged.  Please alert your LON-CAPA administratoder.
 => '4:00',  
      'S.D. tries'
    '4 pm'  => 'S.D. Versuche',
 => '16:00',  # S.D. Versuche
   
    '5 am'     'Sections'
 => '5:00',  => 'Gruppen',
   
    '5 pm'     'Sequence or Folder'
 => '17:00',  => 'Sequenz oder Ordner',
   
    '6 am'     'Sequences and Folders'
 => '6:00',  => 'Sequenzen und Ordner',
   
    '6 pm'     'Skew Tries'
 => '18:00',  => 'Schiefe Treffer',
   # Skew Versuche
    '7 am'  
 => '7:00',     'Statistics and Problem Analysis'
   => 'Statistiken und Aufgabenanalysen',
    '7 pm'  
 => '19:00',     'Student performance statistics on all problems.'
   => 'Statistik studentischer Leistungen hinsichtlich aller Probleme.',
    '8 am'  
 => '8:00',     'Unable to connect to database!'
   => 'Keine Datenbankverbindung!',
    '8 pm'  
 => '20:00',     'Your Excel Spreadsheet'
   => 'Ihr Excel-Spreadsheet',
    '9 am'  
 => '9:00',     'part'
   => 'Aufgabenteil',
    '9 pm'  
 => '21:00',     'problem statistics grouped by sequence'
   => 'Aufgabenstatistiken, gruppiert nach Sequenz',
    '<- Previous'  
 => '<- Zurück',     'problem statistics ungrouped'
   => 'Aufgabenstatistiken, nicht gruppiert',
    'ALL'  
 => 'ALLE',     'problem statistics, Excel'
   => 'Aufgabenstatistiken, Excel',
    'All Maps or Folders'  
 => 'Alle Seiten/Sequenzen oder Ordner',  #SYNC Wed Oct  8 14:49:53 2003
 # All Seite/Sequenzs oder Folders     'Significant figures are incorrect, submission was not graded.'
    'Any User'  => 'Die Anzahl der signifikanten Stellen ist inkorrekt, dieser Versuch wurde nicht gezählt.',
 => 'Alle Benutzer',  
 # Any benutzer  
    'Assessment URL and Title'  
 => 'Aufgaben-URL and Titel',  #SYNC Fri Oct 10 11:36:26 2003
 # Assessment URL and Titel     '. . . for a particular section'
    'Assigned User Roles'  => '. . . für eine bestimmte Gruppe',
 => 'Zugewiesene Benutzerrollen',  
 # Assigned benutzer rollen     '. . . for all students in the course'
    'Browse resources'  => '. . . für alle Studenten im Kurs',
 => 'Browse resources',  
      '. . . for an individual student'
    'Changes can take up to 10 minutes before being active for all students.'  => '. . . für einen bestimmten Studierenden',
 => 'Es kann bis zu 10 Minuten dauern, bis diese Änderungen für alle Studierenden aktiv sind.',  
 # Changes can take Hoch to 10 minutes befodere being active foder all StudierEndeers.     '1 am'
    'Course Assessment Parameter - Helper Mode'  => '1:00',
 => 'Course Assessment Parameter - Helper Mode',  
 # kurs Assessment Parameter - Hilfeer Mode     '1 pm'
    'Course Assessment Parameters - Overview Mode'  => '13:00',
 => 'Course Assessment Parameters - Overview Mode',  
 # kurs Assessment Parameters - Oversehe Mode     '10 am'
    'Course Assessments Parameters - Table Mode'  => '10:00',
 => 'Course Assessments Parameters - Table Mode',  
 # kurs Assessments Parameters - Table Mode     '10 pm'
    'Course Environment Parameters'  => '22:00',
 => 'Kursumgebungsparameter',  
 # kurs Environment Parameters     '11 am'
    'Course Parameter Helper'  => '11:00',
 => 'Kursparameter Helfer',  
 # kurs Parameter Hilfeer     '11 pm'
    'Create New Environment Variable'  => '23:00',
 => 'Create New Environment Variable',  
 # erstelle New Environment Variable     '12 am'
    'Current Session Value'  => '00:00',
 => 'Wert für diese Sitzung',  
      '12 noon'
    'Default Value'  => '12:00',
 => 'Voreingestellter Wert',  
      '2 am'
    'Delete a role'  => '2:00',
 => 'Rolle löschen',  
 # Delete a rolle     '2 pm'
    'Disable all communication among students'  => '14:00',
 => 'Disable all communication among students',  
 # Disable all communikation aMog StudierEndeers     '3 am'
    'Enclosing Map or Folder'  => '3:00',
 => 'Übergeordnete Seite/Sequenz oder Verzeichnis',  
      '3 pm'
    'Every problem in a particular folder'  => '15:00',
 => 'Jede Aufgabe in einem bestimmten Ordner',  
      '4 am'
    'Every problem in the course'  => '4:00',
 => 'Jede Aufgabe im Kurs',  
      '4 pm'
    'Folder'  => '16:00',
 => 'Ordner',  
      '5 am'
    'For User'  => '5:00',
 => 'Für Benutzer',  
      '5 pm'
    'Grant/revoke Course Custom Role'  => '17:00',
 => 'Vergebe/Entziehe Kurssonderrolle',  
      '6 am'
    'Grant/revoke role of Administrator'  => '6:00',
 => 'Vergebe/Entziehe role of Administrator',  
 # Grant/revoke rolle of Administratoder     '6 pm'
    'Grant/revoke role of Author'  => '18:00',
 => 'Vergebe/Entziehe role of Author',  
 # Grant/revoke rolle of Authoder     '7 am'
    'Grant/revoke role of Course Coordinator'  => '7:00',
 => 'Vergebe/Entziehe role of Course Coordinator',  
 # Grant/revoke rolle of kurs Cooderdinatoder     '7 pm'
    'Grant/revoke role of Domain Guest'  => '19:00',
 => 'Vergebe/Entziehe role of Domain Guest',  
 # Grant/revoke rolle of Domäne Guest     '8 am'
    'Grant/revoke role of Librarian'  => '8:00',
 => 'Vergebe/Entziehe role of Librarian',  
 # Grant/revoke rolle of Librarian     '8 pm'
    'Grant/revoke role of Teaching Assistant'  => '20:00',
 => 'Vergebe/Entziehe Hilfskraftrolle',  
 # Grant/revoke rolle of Hilfskraft     '9 am'
    'Internally authenticated'  => '9:00',
 => 'Internally authenticated',  
 # Internally auDannticated     '9 pm'
    'Kerberos authenticated'  => '21:00',
 => 'Kerberos authenticated',  
 # Kerberos auDannticated     '<- Previous'
    'LON-CAPA Helper:'  => '<- Zurück',
 => 'LON-CAPA Helfer:',  
      'ALL'
    'Lock and unlock assessments'  => 'ALLE',
 => 'Lock and unlock assessments',  
      'All Maps or Folders'
    'Manage Access Keys'  => 'Alle Seiten/Sequenzen oder Ordner',
 => 'Manage Access Keys',  # All Seite/Sequenzs oder Folders
   
    'Manage access keys'     'Any User'
 => 'Manage access keys',  => 'Jeder Benutzer',
   # Any benutzer
    'Max Possible To Date'  
 => 'Maximal möglich bis heute',     'Assessment URL and Title'
 # Max Possible To Datum  => 'Aufgaben-URL and Titel',
    'Modify Course Assessment Parameters'  # Assessment URL and Titel
 => 'Modify Course Assessment Parameters',  
 # Modify kurs Assessment Parameters     'Assigned User Roles'
    'Modify authentication mechanism and data for a user'  => 'Zugewiesene Benutzerrollen',
 => 'Modify authentication mechanism and data for a user',  # Assigned benutzer rollen
 # Modify auDanntication mechanism and data foder a benutzer  
    'Modify grades'     'Browse resources'
 => 'Noten ändern',  => 'Durchsuche Ressourcen',
 # Modify noten  
    'Next ->'     'Changes can take up to 10 minutes before being active for all students.'
 => 'Weiter ->',  => 'Es kann bis zu 10 Minuten dauern, bis diese Änderungen für alle Studierenden aktiv sind.',
   # Changes can take Hoch to 10 minutes befodere being active foder all StudierEndeers.
    'One particular problem'  
 => 'Eine bestimmte Aufgabe',     'Course Assessment Parameter - Helper Mode'
 # One Aufgabenteilicular Aufgaben  => 'Parameter zu Kursbeurteilung - Hilfsmodus',
    'Parameter Name'  # kurs Assessment Parameter - Hilfeer Mode
 => 'Parametername',  
      'Course Assessment Parameters - Overview Mode'
    'Parameter Type'  => 'Parameter zu Kursbeurteilung - Übersichtsmodus',
 => 'Parametertyp',  # kurs Assessment Parameters - Oversehe Mode
   
    'Parameter in Effect'     'Course Assessments Parameters - Table Mode'
 => 'Effektiver Parameter',  => 'Parameter zu Kursbeurteilung - Tabellenmodus',
   # kurs Assessments Parameters - Table Mode
    'Please select a problem to analyze'  
 => 'Wähle die zu analysierende Aufgabe',     'Course Environment Parameters'
   => 'Kursumgebungsparameter',
    'Post anonymously'  # kurs Environment Parameters
 => 'Post anonymously',  
      'Course Parameter Helper'
    'Post discussion on course resources'  => 'Kursparameter Hilfe',
 => 'Post discussion on course resources',  # kurs Parameter Hilfeer
 # Post discussion on kurs resources  
    'Post system frontpage announcements'     'Create New Environment Variable'
 => 'Post system frontpage announcements',  => 'Erstelle neue Umgebungsvariable',
 # Post System frontSeite announcements  # erstelle New Environment Variable
    'Post to live chatrooms'  
 => 'Post to live chatrooms',     'Current Session Value'
   => 'Wert für diese Sitzung',
    'Problems Not Contained In A Folder'  
 => 'Problems Not Contained In A Folder',     'Default Value'
 # Aufgabens Not Contained In A Folder  => 'Voreingestellter Wert',
    'Quick Completed Problems Display'  
 => 'Quick Completed Problems Display',     'Delete a role'
 # Quick Completed Aufgabens Anzeigen  => 'Rolle löschen',
    'Resource Level'  # Delete a rolle
 => 'Resource Level',  
      'Disable all communication among students'
    'Section'  => 'Unterbinde jegliche Kommunikation zwischen Studenten',
 => 'Gruppe',  # Disable all communikation aMog StudierEndeers
   
    'Select Date'     'Enclosing Map or Folder'
 => 'Wähle Datum',  => 'Übergeordnete Seite/Sequenz oder Verzeichnis',
   
    'Select Enclosing Map or Folder'     'Every problem in a particular folder'
 => 'Wähle übergeordnete Seite/Sequenz oder Ordner',  => 'Jede Aufgabe in einem bestimmten Ordner',
   
    'Select Parameter Level'     'Every problem in the course'
 => 'Wähle Parameterniveau',  => 'Jede Aufgabe im Kurs',
   
    'Send internal email'     'Folder'
 => 'Verschicke interne Nachrichten',  => 'Ordner',
   
    'Set Course Environment Parameters'     'For User'
 => 'Setze Kursumgebungsparameter',  => 'Für Benutzer',
   
    'Set Date'     'Grant/revoke Course Custom Role'
 => 'Setze Datum',  => 'Vergebe/Entziehe Kurssonderrolle',
   
    'Set Defaults for All Resources in Course'     'Grant/revoke role of Administrator'
 => 'Setze Voreinstellungen für alle Dokumente in Kurs',  => 'Vergebe/Entziehe Rolle des Administrators',
   # Grant/revoke rolle of Administratoder
    'Set a due date'  
 => 'Setze Fälligkeitsdatum',     'Grant/revoke role of Author'
   => 'Vergebe/Entziehe Rolle des Autors',
    'Set an answer open date'  # Grant/revoke rolle of Authoder
 => 'Set an answer open date',  
 # setze an Antwort Öffnen Datum     'Grant/revoke role of Course Coordinator'
    'Set an open date'  => 'Vergebe/Entziehe Rolle des Kurskoordinators',
 => 'Set an open date',  # Grant/revoke rolle of kurs Cooderdinatoder
 # setze an Öffnen Datum  
    'Set opening datefor all problems in the course for. . .'     'Grant/revoke role of Domain Guest'
 => 'Set opening datefor all problems in the course for. . .',  => 'Vergebe/Entziehe Rolle des Domänengasts',
 # setze Öffnening Datumfoder all Aufgabens in the kurs foder. . .  # Grant/revoke rolle of Domäne Guest
    'Set the number of tries'  
 => 'Setze Anzahl von Versuchen',     'Grant/revoke role of Librarian'
 # setze the number of Versuche  => 'Vergebe/Entziehe Rolle des Bibliothekars',
    'Set the problem weight'  # Grant/revoke rolle of Librarian
 => 'Setze Aufgabengewicht',  
 # setze the Aufgaben weight     'Grant/revoke role of Teaching Assistant'
    'Set/Modify Course Assessment Parameter'  => 'Vergebe/Entziehe Hilfskraftrolle',
 => 'Setze/Ändere Kursaufgabenparameter',  # Grant/revoke rolle of Hilfskraft
 # setze/Modify kurs Assessment Parameter  
    'Set/Modify Course Assessment Parameters'     'Internally authenticated'
 => 'Setze/Ändere Kursaufgabenparameter',  => 'Intern authentifiziert',
 # setze/Modify kurs Assessment Parameters  # Internally auDannticated
    'Set/Modify Course Parameters'  
 => 'Setze/Ändere Kursparameter',     'Kerberos authenticated'
 # setze/Modify kurs Parameters  => 'Kerberos authentifiziert',
    'Show More Options'  # Kerberos auDannticated
 => 'Zeige mehr Optionen',  
      'LON-CAPA Helper:'
    'Students Affected'  => 'LON-CAPA Helfer:',
 => 'Betroffene Studierende',  
      'Lock and unlock assessments'
    '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.'  => 'Sperren und Entsperren von Beurteilungen',
 => '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.',  
 # Diese Hilfeer will assist you in setzeting the Öffnen, Fällig, and Antwort Datums foder Aufgabens, oder in setzeting the number of Versuche foder Aufgabens. You will be asked to Auswählen which Aufgabens you wish to setze the parameters foder, Dann what parameter you wish to setze, Dann you will Auswählen whom the setzeting affects. After the Hilfeer is Fertig, you will be shown where in the advanced interface you would have gone to setze the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, oder Auswählen &lt;- Previous to Zurück to the previous screen.     'Manage Access Keys'
    'Total'  => 'Verwalte Zugriffsschlüssel',
 => 'Total',  
      'Manage access keys'
    'Total Parts In Course'  => 'Verwalte Zugriffsschlüssel',
 => 'Total Parts In Course',  
 # Total Aufgabenteils In kurs     'Max Possible To Date'
    'Type'  => 'Maximal möglich bis heute',
 => 'Typ',  # Max Possible To Datum
   
    'UNIX authenticated'     'Modify Course Assessment Parameters'
 => 'UNIX authenticated',  => 'Bearbeite Parameter für die Kursbewertung',
   # Modify kurs Assessment Parameters
    'USERS'  
 => 'BENUTZER',     'Modify authentication mechanism and data for a user'
   => 'Bearbeite Authentifizierungsmechanismus und Daten für einen Benutzer',
    'Unknown ID'  # Modify auDanntication mechanism and data foder a benutzer
 => 'Unbekannte ID',  
      'Modify grades'
    'Unknown user'  => 'Noten ändern',
 => 'Unbekannter Benutzer',  # Modify noten
   
    'Update Course Assessment Parameter Display'     'Next ->'
 => 'Update Course Assessment Parameter Display',  => 'Weiter ->',
 # HochDatum kurs Assessment Parameter Anzeigen  
    'Update Section or Specific User'     'One particular problem'
 => 'Update Section or Specific User',  => 'Eine bestimmte Aufgabe',
 # HochDatum Section oder Specific benutzer  # One Aufgabenteilicular Aufgaben
    'Verify Selection'  
 => 'Überprüfe Auswahl',     'Parameter Name'
 # Verify Auswählenion  => 'Parametername',
    'Welcome to the Assignment Parameter Helper'  
 => 'Welcome to the Assignment Parameter Helper',     'Parameter Type'
 # Welcome to the Assignment Parameter Hilfeer  => 'Parametertyp',
    'What parameter do you want to set for all problems in the course?'  
 => 'What parameter do you want to set for all problems in the course?',     'Parameter in Effect'
 # What parameter do you want to setze foder all Aufgabens in the kurs?  => 'Effektiver Parameter',
    'What should the opening date be set to?'  
 => 'What should the opening date be set to?',     'Please select a problem to analyze'
   => 'Wähle die zu analysierende Aufgabe',
    'Which Problem or Problems?'  
 => 'Welche Aufgabe oder Aufgaben?',     'Post anonymously'
 # Which Aufgaben oder Aufgabens?  => 'Anonym absenden',
    'Which problems do you wish to set a parameter for?'  
 => 'Which problems do you wish to set a parameter for?',     'Post discussion on course resources'
 # Which Aufgabens do you wish to setze a parameter foder?  => 'Diskussion zu den Ressourcen des Kurses absenden',
    'You need to choose another user role or enter a specific course for this function'  # Post discussion on kurs resources
 => 'You need to choose another user role or enter a specific course for this function',  
 # You need to wähle another benutzer rolle oder eingeben a specific kurs foder Diese function     'Post system frontpage announcements'
    'a.m.'  => 'Poste Ankndigungen auf der Hauptseite des Systems',
 => 'vorm.',  # Post System frontSeite announcements
   
    'acc keys'     'Post to live chatrooms'
 => 'acc keys',  => 'In die Live-Chatrooms posten',
   
    'according to course preferences'     'Problems Not Contained In A Folder'
 => 'according to course preferences',  => 'Probleme, die nicht in einem Ordner vorhanden sind',
 # accoderding to kurs preferrenzen  # Aufgabens Not Contained In A Folder
    'according to resource settings'  
 => 'according to resource settings',     'Quick Completed Problems Display'
 # accoderding to resource setzetings  => 'Schnelle Ansicht der gelöschten Aufgaben',
    'according to user session state'  # Quick Completed Aufgabens Anzeigen
 => 'according to user session state',  
 # accoderding to benutzer session state     'Resource Level'
    'all'  => 'Ressourcen Level',
 => 'alle',  
      'Section'
    'at'  => 'Gruppe',
 => 'in',  
      'Select Date'
    'at Domain'  => 'Wähle Datum',
 => 'in Domäne',  
      'Select Enclosing Map or Folder'
    'at domain'  => 'Wähle übergeordnete Seite/Sequenz oder Ordner',
 => 'in Domäne',  
      'Select Parameter Level'
    'default'  => 'Wähle Parameterlevel',
 => 'voreingestellt',  
      'Send internal email'
    'for Enclosing Map or Folder'  => 'Verschicke interne Nachrichten',
 => 'für übergeordnete Seite/Sequenz oder Ordner',  
      'Set Course Environment Parameters'
    'for Resource'  => 'Setze Kursumgebungsparameter',
 => 'für Dokument',  
      'Set Date'
    'from Enclosing Map or Folder'  => 'Setze Datum',
 => 'aus übergeordneter Seite/Sequenz oder Ordner',  
      'Set Defaults for All Resources in Course'
    'general'  => 'Setze Voreinstellungen für alle Dokumente in Kurs',
 => 'generell',  
      'Set a due date'
    'in Course'  => 'Setze Fälligkeitsdatum',
 => 'in Kurs',  
 # in kurs     'Set an answer open date'
    'in Section/Group'  => 'Setze fest, ab wann die Aufgaben beantwortet werden können',
 => 'in Gruppe',  # setze an Antwort Öffnen Datum
 # in Section/GroHoch  
    'manage'     'Set an open date'
 => 'verwalte',  => 'Setze Öffnungsdatum',
   # setze an Öffnen Datum
    'midnight'  
 => 'Mitternacht',     'Set opening datefor all problems in the course for. . .'
   => 'Setze Öffnungsdatum für alle Aufgaben im Kurs auf. . .',
    'noon'  # setze Öffnening Datumfoder all Aufgabens in the kurs foder. . .
 => 'Mittag',  
      'Set the number of tries'
    'num_override'  => 'Setze Anzahl von Versuchen',
 => 'num_override',  # setze the number of Versuche
   
    'of'     'Set the problem weight'
 => 'von',  => 'Setze Aufgabengewicht',
   # setze the Aufgaben weight
    'or ID'  
 => 'oder ID',     'Set/Modify Course Assessment Parameter'
 # oder ID  => 'Setze/Ändere Kursaufgabenparameter',
    'p.m.'  # setze/Modify kurs Assessment Parameter
 => 'nachm.',  
      'Set/Modify Course Assessment Parameters'
    'percent'  => 'Setze/Ändere Kursaufgabenparameter',
 => 'Prozent',  # setze/Modify kurs Assessment Parameters
   
    'unless locked'     'Set/Modify Course Parameters'
 => 'falls nicht gesperrt',  => 'Setze/Ändere Kursparameter',
   # setze/Modify kurs Parameters
    'users in'  
 => 'Benutzer in',     'Show More Options'
 # benutzers in  => 'Zeige mehr Optionen',
   
      'Students Affected'
 #SYNC Tue Oct 14 14:28:20 2003  => 'Betroffene Studierende',
   
    'Access Key Management'     '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.'
 => 'Access Key Management',  => 'Diese Hilfe wird ihnen dabei helfen, die Öffnungs-, Fälligkeits- und Antwortdaten für Probleme zu setzen, oder dabei, 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 und schliesslich wählen Sie aus, wen diese Einstellungen betreffen sollten. Nachdem der Helfer fertig ist, Ihnen wird gezeigt, wo Sie in dem erweiterten Interface die Parameter setzen müssten, die Sie ausgewählt haben, damit Sie es in der Zukunft direkt erledigen können. Drücken Sie auf Weiter -&gt; um zu beginnen oder wäglen Sie &lt;- Zurück, um zum vorherigen Seite zurückzukehren.',
 # Access Key verwaltement  # Diese Hilfeer will assist you in setzeting the Öffnen, Fällig, and Antwort Datums foder Aufgabens, oder in setzeting the number of Versuche foder Aufgabens. You will be asked to Auswählen which Aufgabens you wish to setze the parameters foder, Dann what parameter you wish to setze, Dann you will Auswählen whom the setzeting affects. After the Hilfeer is Fertig, you will be shown where in the advanced interface you would have gone to setze the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, oder Auswählen &lt;- Previous to Zurück to the previous screen.
    'Assessment'  
 => 'Assessment',     'Total'
   => 'Gesamt',
    'Calculations'  
 => 'Berechnungen',     'Total Parts In Course'
 # Calculinions  => 'Gesamtanzahl an Aufgabenteilen in dem Kurs',
    'Comma Separated Values'  # Total Aufgabenteils In kurs
 => 'CSV (kommaseparierte Liste)',  
 # Comma Separined Values     'Type'
    'Course ID'  => 'Typ',
 => 'Course ID',  
 # kurs ID     'UNIX authenticated'
    'Course level sheet'  => 'UNIX authentifiziert',
 => 'Course level sheet',  
 # kurs level sheet     'USERS'
    'Detailed Problem Analysis'  => 'BENUTZER',
 => 'Detailed Problem Analysis',  
 # Detailed Aufgaben Analysis     'Unknown ID'
    'End Helper'  => 'Unbekannte ID',
 => 'End Helper',  
 # Ende Hilfeer     'Unknown user'
    'Excel'  => 'Unbekannter Benutzer',
 => 'Excel',  
      'Update Course Assessment Parameter Display'
    'Finish Course Initialization'  => 'Aktualisiere die Anzeige der Parameter der Kursaufgaben',
 => 'Beende Kursinitialisierung',  # HochDatum kurs Assessment Parameter Anzeigen
   
    'Generate Spreadsheet'     'Update Section or Specific User'
 => 'Erzeuge Spreadsheet',  => 'Aktualisiere Auswahl oder bestimmten Benutzer',
   # HochDatum Section oder Specific benutzer
    'Grant/revoke role of Scantron Operator'  
 => 'Vergebe/Entziehe role of Scantron Operator',     'Verify Selection'
 # Grant/revoke rolle von Scantron Operinoder  => 'Überprüfe Auswahl',
    'HTML'  # Verify Auswählenion
 => 'HTML',  
      'Welcome to the Assignment Parameter Helper'
    'Invalid date entry'  => 'Willkommen bei der Hilfe zu den Parameter der Aufgaben',
 => 'Ungültiger Datumseintrag',  # Welcome to the Assignment Parameter Hilfeer
   
    'Load:'     'What parameter do you want to set for all problems in the course?'
 => 'Lade:',  => 'Welche Parameter möchten Sie für alle Aufgaben in dem Kurs setzen?',
 # Last:  # What parameter do you want to setze foder all Aufgabens in the kurs?
    'No changes were made to the current settings.'  
 => 'No changes were made to the current settings.',     'What should the opening date be set to?'
 # No changes were made to the current setzetings.  => 'Auf wann soll das Öffnungsdatum gesetzt werden?',
    'Output Format'  
 => 'Ausgabeformat',     'Which Problem or Problems?'
   => 'Welche Aufgabe oder Aufgaben?',
    'Processing course structure'  # Which Aufgaben oder Aufgabens?
 => 'Kursstruktur verarbeiten',  
 # Wird verarbeitet kurs structure     'Which problems do you wish to set a parameter for?'
    'Processing first student'  => 'Für welche Aufgaben möchten Sie die Parameter setzen?',
 => 'Für ersten Studierenden berechnen',  # Which Aufgabens do you wish to setze a parameter foder?
 # Wird verarbeitet first StudierEndeer  
    'Row'     'You need to choose another user role or enter a specific course for this function'
 => 'Reihe',  => 'Für diese Funktion müssen Sie eine andere Benutzerrolle wählen oder einen spezifischen Kurs eingeben',
   # You need to wähle another benutzer rolle oder eingeben a specific kurs foder Diese function
    'Save as'  
 => 'Speichere unter',     'a.m.'
 # Speichern as  => 'vorm.',
    'Save as & Make This Sheet the Default'  
 => 'Save as & Make This Sheet the Default',     'acc keys'
 # Speichern as & Make Diese Sheet the voreingestellt  => 'acc keys',
    'Scantron Operator'  
 => 'Scantron Operator',     'according to course preferences'
 # Scantron Operinoder  => 'nach den Kurseinstellungen',
    'Select All'  # accoderding to kurs preferrenzen
 => 'Wähle Alle',  
 # Wählen Sielle     'according to resource settings'
    'Select All Students'  => 'nach den Ressourceneinstellungen',
 => 'Wähle alle Studierenden',  # accoderding to resource setzetings
 # Wählen Sielle StudierEndeers  
    'Select Spreadsheet File'     'according to user session state'
 => 'Select Spreadsheet File',  => 'nach dem Status der Benutzersitzung',
 # Auswählen Spreadsheet Datumi  # accoderding to benutzer session state
    'Send Scantron data to a course'  
 => 'Send Scantron data to a course',     'all'
 # SEnde Scantron dina to a kurs  => 'alle',
    'Spreadsheet Computation'  
 => 'Spreadsheet Computation',     'at'
 # Spreadsheet Computinion  => 'in',
    'Spreadsheet Computation Status'  
 => 'Spreadsheet Computation Status',     'at Domain'
 # Spreadsheet Computinion Stinus  => 'in Domäne',
    'Student level sheet'  
 => 'Student level sheet',     'at domain'
 # StudierEndeer level sheet  => 'in Domäne',
    'Summary'  
 => 'Zusammenfassung',     'default'
   => 'voreingestellt',
    'Template'  
 => 'Template',     'for Enclosing Map or Folder'
 # Templine  => 'für übergeordnete Seite/Sequenz oder Ordner',
    'Unselect All'  
 => 'Unselect All',     'for Resource'
 # UnWählen Sielle  => 'für Dokument',
    'Unselect All Students'  
 => 'Unselect All Students',     'from Enclosing Map or Folder'
 # UnWählen Sielle StudierEndeers  => 'aus übergeordneter Seite/Sequenz oder Ordner',
    'Upload Scantron data'  
 => 'Upload Scantron data',     'general'
 # HochLast Scantron dina  => 'generell',
    'You must choose at least one student to continue.'  
 => 'You must choose at least one student to continue.',     'in Course'
 # You must wähle in least one StudierEndeer to continue.  => 'in Kurs',
    'You must choose one or more choices to continue.'  # in kurs
 => 'You must choose one or more choices to continue.',  
 # You must wähle one oder modere choices to continue.     'in Section/Group'
    'last student'  => 'in Gruppe',
 => 'letzten Studierenden',  # in Section/GroHoch
   
    'may be open from a different computer.'     'manage'
 => 'may be open from a different computer.',  => 'verwalte',
 # Mai be Öffnen from a different computer.  
    'minutes'     'midnight'
 => 'Minuten',  => 'Mitternacht',
   
    'remaining'     'noon'
 => 'übrig',  => 'Mittag',
   
    'second'     'num_override'
 => 'Sekunde',  => 'num_override',
   
    'seconds'     'of'
 => 'Sekunden',  => 'von',
   
    'seconds for'     'or ID'
 => 'Sekunden für',  => 'oder ID',
   # oder ID
 #SYNC Wed Oct 15 20:34:21 2003  
    'Additional Recipients'     'p.m.'
 => 'Additional Recipients',  => 'nachm.',
   
    'Analyze Over '     'percent'
 => 'Analyze Over ',  => 'Prozent',
   
    'Analyze Problem'     'unless locked'
 => 'Analyze Problem',  => 'falls nicht gesperrt',
 # Analyze Aufgaben  
    'Analyze Problem Again'     'users in'
 => 'Analyze Problem Again',  => 'Benutzer in',
 # Analyze Aufgaben Again  # benutzers in
    'Analyze as '  
 => 'Analyze as ',  
   #SYNC Tue Oct 14 14:28:20 2003
    'Browsing resource, all submissions are temporary.'  
 => 'Browsing resource, all submissions are temporary.',     'Access Key Management'
 # BReihesing resource, ALLEe submissions are tempoderary.  => 'Zugriffsschluesselverwaltung',
    'By'  # Access Key verwaltement
 => 'Durch',  
      'Assessment'
    'Check All'  => 'Beurteilung',
 => 'Check All',  
 # Check ALLEe     'Calculations'
    'Check for All'  => 'Berechnungen',
 => 'Check for All',  # Calculinions
 # Check foder ALLEe  
    'Check for None'     'Comma Separated Values'
 => 'Check for None',  => 'CSV (kommaseparierte Liste)',
 # Check foder None  # Comma Separined Values
    'Check for Section/Group'  
 => 'Check for Section/Group',     'Course ID'
 # Check foder Gruppe/GroHoch  => 'Kurs ID',
    'Choose a different resource'  # kurs ID
 => 'Choose a different resource',  
 # wähle a different resource     'Course level sheet'  
    'Concepts'  => 'Kurs-Level Papier',
 => 'Konzepte',  # kurs level sheet
   
    'Critical Messages'     'Detailed Problem Analysis'
 => 'Critical Messages',  => 'Detaillierte Problemanalyse',
   # Detailed Aufgaben Analysis
    'Delete'  
 => 'Löschen',     'End Helper'
   => 'Hilfe beenden',
    'Delete Checked'  # Ende Hilfeer
 => 'Delete Checked',  
      'Excel'
    'Display All Messages'  => 'Excel',
 => 'Zeige alle Nachrichten',  
 # Anzeigen ALLEe Messages     'Finish Course Initialization'
    'Display all Messages'  => 'Beende Kursinitialisierung',
 => 'Zeige alle Nachrichten',  
 # Anzeigen ALLEe Messages     'Generate Spreadsheet'
    'Foils'  => 'Erzeuge Spreadsheet',
 => 'Foils',  
      'Grant/revoke role of Scantron Operator'
    'Forward'  => 'Vergebe/Entziehe Rolle des Scantron Operators',
 => 'Weiterleiten',  # Grant/revoke rolle von Scantron Operinoder
 # Foderward  
    'Forwarded message from'     'HTML'
 => 'Weitergeleitete Nachricht von',  => 'HTML',
 # Foderwarded message from  
    'Forwarding'     'Invalid date entry'
 => 'Weiterleiten',  => 'Ungültiger Datumseintrag',
 # Foderwarding  
    'From'     'Load:'
 => 'Von',  => 'Lade:',
   # Last:
    'Functions'  
 => 'Funktionen',     'No changes were made to the current settings.'
   => 'An den gegenwärtigen Einstellungen wurden keine Veränderungen vorgenommen.',
    'Mail'  # No changes were made to the current setzetings.
 => 'Nachricht',  
      'Output Format'
    'Mark Unread'  => 'Ausgabeformat',
 => 'Kennzeichne als ungelesen',  
      'Processing course structure'
    'New Problem Variation'  => 'Kursstruktur verarbeiten',
 => 'Neue Aufgabenvariation',  # Wird verarbeitet kurs structure
 # New Aufgaben Variinion  
    'New Randomization'     'Processing first student'
 => 'Neue Variation',  => 'Für ersten Studierenden berechnen',
 # New Randomizinion  # Wird verarbeitet first StudierEndeer
    'Next'  
 => 'Next',     'Row'
   => 'Reihe',
    'Number of Plots:'  
 => 'Number of Plots:',     'Save as'
 # Number von Plots:  => 'Speichere unter',
    'Option Response Problem Analysis'  # Speichern as
 => 'Option Response Problem Analysis',  
 # Option Response Aufgaben Analysis     'Save as & Make This Sheet the Default'
    'Previous'  => 'Speichern unter & dieses Sheet als Default einstellen',
 => 'Previous',  # Speichern as & Make Diese Sheet the voreingestellt
   
    'Re'     'Scantron Operator'
 => 'Antw',  => 'Scantron Operator',
   # Scantron Operinoder
    'Record'  
 => 'Record',     'Select All'
 # Recoderd  => 'Wähle Alle',
    'Reply'  # Wählen Sielle
 => 'Antworten',  
      'Select All Students'
    'Reset Submissions'  => 'Wähle alle Studierenden',
 => 'Reset Submissions',  # Wählen Sielle StudierEndeers
 # Resetze Submissions  
    'Select a course'     'Select Spreadsheet File'
 => 'Wählen Sie einen Kurs',  => 'Wähle Spreadsheet-Datei',
 # Wählen Sie kurs  # Auswählen Spreadsheet Datumi
    'Selecting a User'  
 => 'Benutzer auswählen',     'Send Scantron data to a course'
 # Auswählening a benutzer  => 'Sende Scantron-Daten an einen Kurs',
    'Send New'  # SEnde Scantron dina to a kurs
 => 'Send New',  
 # SEnde New     'Spreadsheet Computation'
    'Send Reply'  => 'Spreadsheet berechnen',
 => 'Sende Antwort',  # Spreadsheet Computinion
 # SEnde Reply  
    'Send as critical message'     'Spreadsheet Computation Status'
 => 'Send as critical message',  => 'Status der Spreadsheet-Berechnung',
 # SEnde as critical message  # Spreadsheet Computinion Stinus
    'Simple Problem Editor'  
 => 'Simple Problem Editor',     'Student level sheet'
 # Simple Aufgaben Editoroder  => 'Studierdenden-Level Papier',
    'Starting'  # StudierEndeer level sheet
 => 'Starting',  
 # Anfanging     'Summary'
    'Student Data Compilation Progress'  => 'Zusammenfassung',
 => 'Student Data Compilation Progress',  
 # StudierEndeer Dina Compilinion Progress     'Template'
    'Student Data Compilation Status'  => 'Vorlage',
 => 'Student Data Compilation Status',  # Templine
 # StudierEndeer Dina Compilinion Stinus  
    'There is no student data for this problem.'     'Unselect All'
 => 'There is no student data for this problem.',  => 'Alle deselektieren',
 # There is no StudierEndeer dina foder Diese Aufgaben.  # UnWählen Sielle
    'Time'  
 => 'Zeit',     'Unselect All Students'
   => 'Alle studenten deselektrieren',
    'To'  # UnWählen Sielle StudierEndeers
 => 'An',  
      'Upload Scantron data'
    'Uncheck All'  => 'Scantron-Daten hochladen',
 => 'Uncheck All',  # HochLast Scantron dina
 # Uncheck ALLEe  
    'Unsuccessful Login'     'You must choose at least one student to continue.'
 => 'Unsuccessful Login',  => 'Zum Fortfahren müssen Sie mindestens einen Studierenden auswählen.',
 # UnErfolgreich angemeldet  # You must wähle in least one StudierEndeer to continue.
    'Update Student Data'  
 => 'Update Student Data',     'You must choose one or more choices to continue.'
 # Hochdine StudierEndeer Dina  => 'Zum Fortfahren müssen Sie mindestens eine oder mehrere Auswahlen treffen.',
    'You have no critical messages.'  # You must wähle one oder modere choices to continue.
 => 'You have no critical messages.',  
      'last student'
    'and return receipt'  => 'letzten Studierenden',
 => 'and return receipt',  
      'may be open from a different computer.'
    'can not be accessed from your location.'  => 'könnte von einem anderen Computer aus geöffnet sein.',
 => 'can not be accessed from your location.',  # Mai be Öffnen from a different computer.
   
      'minutes'
 #SYNC Fri Nov  7 16:59:44 2003  => 'Minuten',
   
    '<b>[_1]</b>:  Unable to enroll: [_2]'     'remaining'
 => '<b>[_1]</b>:  Unable to enroll: [_2]',  => 'übrig',
 # <b>[_1]</b>:  Unable An liste: [_2]  
    '<b>[_1]</b>: Unable to enroll.  No password specified.'     'second'
 => '<b>[_1]</b>: Unable to enroll.  No password specified.',  => 'Sekunde',
 # <b>[_1]</b>: Unable An liste.  No passwoderd specified.  
    '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]'     'seconds'
 => '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]',  => 'Sekunden',
 # <b>[_1]</b>: Unacceptable benutzerName foder benutzer [_2] [_3] [_4] [_5]  
    'All Documents in Course'     'seconds for'
 => 'All Documents in Course',  => 'Sekunden für',
 # ALLEe Documents in Kurs  
    'All Resources (possibly large output)'  #SYNC Wed Oct 15 20:34:21 2003
 => 'All Resources (possibly large output)',     'Additional Recipients'
 # ALLEe Antwsources (possibly large Ausgabe)  => 'Weitere Empfänger',
    'Anonymous'  
 => 'Annonym',     'Analyze Over '
   => 'Analysieren über ',
    'Anonymous contribution to course discussion of resource'  
 => 'Anonymous contribution to course discussion of resource',     'Analyze Problem'
 # Anonymous contribution An kurs discussion von Antwsource  => 'Analysiere Problem',
    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'  # Analyze Aufgaben
 => 'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).',  
 # As a geneAntwll Antwgel, only authoders oder co-authoders should be DatumiSystem auDannticined (which ALLEeows access An the Server DatumiSystem).     'Analyze Problem Again'
    'Associate columns with student attributes.'  => 'Analysiere Problem erneut',
 => 'Associate columns with student attributes.',  # Analyze Aufgaben Again
 # Associine columns with StudieAntwnder intributes.  
    'Attribute'     'Analyze as '
 => 'Attribute',  => 'Analysiere als ',
 # intribute  
    'CSV (comma separated values, spreadsheet)'     'Browsing resource, all submissions are temporary.'
 => 'CSV (comma separated values, spreadsheet)',  => 'Durchblättere Ressourcen, alle Einreichungen sind temporär.',
 # CSV (comma separined values, spAntwadsheet)  # BReihesing resource, ALLEe submissions are tempoderary.
    'Check Course Document Versions'  
 => 'Check Course Document Versions',     'By'
 # Check kurs Document Versions  => 'Durch',
    'Check/Set Resource Versions'  
 => 'Check/Set Resource Versions',     'Check All'
 # Check/setze Antwsource Versions  => 'Alle marikieren',
    'Chronological View'  # Check ALLEe
 => 'Chronological View',  
 # Chronological sehe     'Check for All'
    'Column'  => 'Überprüfe für alle',
 => 'Spalte',  # Check foder ALLEe
   
    'Column&nbsp;[_1]'     'Check for None'
 => 'Spalte&nbsp;[_1]',  => 'Überprüfe für keinen',
   # Check foder None
    'Continue enrollment?'  
 => 'Continue enrollment?',     'Check for Section/Group'
 # Continue listement?  => 'Überprüfe für Auswahl/Gruppe',
    'Contribution to course discussion of resource'  # Check foder Gruppe/GroHoch
 => 'Contribution to course discussion of resource',  
 # Contribution An kurs discussion von Antwsource     'Choose a different resource'
    'Diffs'  => 'Wähle eine andere Ressource aus',
 => 'Diffs',  # wähle a different resource
   
    'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'     'Concepts'
 => 'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)',  => 'Konzepte',
 # Disable ID/StudieAntwnder Number Safeguard and Foderce Change von Conflicting IDs (only do if you know whin you aAntw doing)  
    'Discussion Contributions'     'Critical Messages'
 => 'Discussion Contributions',  => 'Kritische Nachrichten',
   
    'Drop Students'     'Delete'
 => 'Drop Students',  => 'Löschen',
 # Drop StudieAntwnders  
    'Dropped [_1]'     'Delete Checked'
 => 'Dropped [_1]',  => 'Lösche markierte',
   
    'Dropped [_1] student(s).'     'Display All Messages'
 => 'Dropped [_1] student(s).',  => 'Zeige alle Nachrichten',
 # Dropped [_1] StudieAntwnder(s).  # Anzeigen ALLEe Messages
    'Dropping Students'  
 => 'Dropping Students',     'Display all Messages'
 # Dropping StudieAntwnders  => 'Zeige alle Nachrichten',
    'Dump Course DOCS'  # Anzeigen ALLEe Messages
 => 'Dump Course DOCS',  
 # Dump kurs dokus     'Foils'
    'EMail Address'  => 'Folien',
 => 'EMail Address',  
 # ENachricht AddAntwss     'Forward'
    'Enroll a single student'  => 'Weiterleiten',
 => 'Enroll a single student',  # Foderward
 # liste a single StudieAntwnder  
    'Enrolling Students'     'Forwarded message from'
 => 'Enrolling Students',  => 'Weitergeleitete Nachricht von',
 # listeing StudieAntwnders  # Foderwarded message from
    'Error'  
 => 'Fehler',     'Forwarding'
 # Erroder  => 'Weiterleiten',
    'Error dropping [_1]:[_2]'  # Foderwarding
 => 'Error dropping [_1]:[_2]',  
 # Erroder dropping [_1]:[_2]     'From'
    'Field'  => 'Von',
 => 'Feld',  
      'Functions'
    'Filenames in Construction Space'  => 'Funktionen',
 => 'Filenames in Construction Space',  
 # DatumiNames in Construction beAntwich     'Mail'
    'First Name'  => 'Nachricht',
 => 'Vorname',  
      'Mark Unread'
    'Folder in Construction Space'  => 'Kennzeichne als ungelesen',
 => 'Folder in Construction Space',  
 # Ordner in Construction beAntwich     'New Problem Variation'
    'Full Update'  => 'Neue Aufgabenvariation',
 => 'Full Update',  # New Aufgaben Variinion
 # Full Hochdine  
    'Full update (also print list of users not enrolled anymore)'     'New Randomization'
 => 'Full update (also print list of users not enrolled anymore)',  => 'Neue Variation',
 # Full Hochdine (also print list von benutzers not listeed anymodeAntw)  # New Randomizinion
    'Generation'  
 => 'Generation',     'Next'
 # Generinion  => 'Nächste',
    'Group/Section'  
 => 'Group/Section',     'Number of Plots:'
 # GroHoch/Gruppe  => 'Anzahl an Graphen:',
    'HTML/XML'  # Number von Plots:
 => 'HTML/XML',  
      'Option Response Problem Analysis'
    'Hide'  => 'Option Antwort Problemanalyse',
 => 'Hide',  # Option Response Aufgaben Analysis
   
    'ID/Student Number'     'Previous'
 => 'ID/Student Number',  => 'Vorherige',
 # ID/StudieAntwnder Number  
    'Identify fields'     'Re'
 => 'Identify fields',  => 'Antw',
   
    'If active, the new role will be available when the students next log in to LON-CAPA.'     'Record'
 => 'If active, the new role will be available when the students next log in to LON-CAPA.',  => 'Protokoll',
 # If active, the new rolle will be available when the StudieAntwnders Next Anmelden An LON-CAPA.  # Recoderd
    'Ignore First Line'  
 => 'Ignore First Line',     'Reply'
 # IgnodeAntw First Line  => 'Antworten',
    'Initial Password'  
 => 'Initial Password',     'Reset Submissions'
 # Initial Passwoderd  => 'Setze Eingaben zurck',
    'Internal Filename'  # Resetze Submissions
 => 'Internal Filename',  
 # Internal DatumiName     'Select a course'
    'Invalid home server specified'  => 'Wählen Sie einen Kurs',
 => 'Invalid home server specified',  # Wählen Sie kurs
   
    'Keep all Resources up-to-date with most recent Versions (default)'     'Selecting a User'
 => 'Keep all Resources up-to-date with most recent Versions (default)',  => 'Benutzer auswählen',
 # Keep ALLEe Antwsources Hoch-An-dine with most Antwcent Versions (voAntwingestellt)  # Auswählening a benutzer
    'LON-CAPA Domain for Students'  
 => 'LON-CAPA Domain for Students',     'Send New'
 # LON-CAPA Domäne foder StudieAntwnders  => 'Sende neue(n)',
    'LON-CAPA Enrollment Manager'  # SEnde New
 => 'LON-CAPA Enrollment Manager',  
 # LON-CAPA listement verwalter     'Send Reply'
    'LON-CAPA domain: [_1]'  => 'Sende Antwort',
 => 'LON-CAPA domain: [_1]',  # SEnde Reply
 # LON-CAPA Domäne: [_1]  
    'Last Name'     'Send as critical message'
 => 'Nachname',  => 'Sende als kritische Nachricht',
   # SEnde as critical message
    'Last Name, First Names'  
 => 'Nachname, Vornamen',     'Simple Problem Editor'
   => 'Einfacher Problemeditor',
    'Login Type'  # Simple Aufgaben Editoroder
 => 'Login Type',  
 # Login Typ     'Starting'
    'Middle Names/Initials'  => 'Starte',
 => 'Mittelnamen/Initialen',  # Anfanging
   
    'Modify Parameters'     'Student Data Compilation Progress'
 => 'Modify Parameters',  => 'Kompilierungsfortschritt der studentischen Daten',
   # StudierEndeer Dina Compilinion Progress
    'Modify student data'  
 => 'Modify student data',     'Student Data Compilation Status'
 # Modify StudieAntwnder dina  => 'Kompilierungsstatus der studentischen Daten',
    'Most recently published Version'  # StudierEndeer Dina Compilinion Stinus
 => 'Most recently published Version',  
 # Most Antwcently Veröffentlicht Version     'There is no student data for this problem.'
    'No Kerberos domain was specified.'  => 'Für dieses Problem existieren keine studentischen Daten.',
 => 'No Kerberos domain was specified.',  # There is no StudierEndeer dina foder Diese Aufgaben.
 # No Kerberos Domäne was specified.  
    'None Found'     'Time'
 => 'None Found',  => 'Zeit',
   
    'Note: for large courses, this operation may be time consuming'     'To'
 => 'Note: for large courses, this operation may be time consuming',  => 'An',
 # Note: foder large kurss, Diese operinion Mai be Zeit consuming  
    'Note: this will not take effect if the user already exists'     'Uncheck All'
 => 'Note: this will not take effect if the user already exists',  => 'Alle deselektieren',
 # Note: Diese will not take effect if the benutzer alAntwady exists  # Uncheck ALLEe
    'Processed [_1] student(s).'  
 => 'Processed [_1] student(s).',     'Unsuccessful Login'
 # Processed [_1] StudieAntwnder(s).  => 'Login nicht erfolgreich',
    'Re-enrollment will re-activate data.'  # UnErfolgreich angemeldet
 => 'Re-enrollment will re-activate data.',  
 # Antw-listement will Antw-activine dina.     'Update Student Data'
    'Registering'  => 'Aktualisiere Studentendaten',
 => 'Registering',  # Hochdine StudierEndeer Dina
 # Antwgistering  
    'Samples'     'You have no critical messages.'
 => 'Samples',  => 'Sie haben keine kritischen Nachrichten.',
   
    'Save as ...'     'and return receipt'
 => 'Save as ...',  => 'und Antwortbeleg',
 # SpeicheAntw unter ...  
    'Set Version to be used in Course'     'can not be accessed from your location.'
 => 'Set Version to be used in Course',  => 'kann von Ihrere Position aus nicht aufgerufen werden.',
 # setze Version An be used in Kurs  
    'Set Versions to be used in Course according to Selections below'  
 => 'Set Versions to be used in Course according to Selections below',  #SYNC Fri Nov  7 16:59:44 2003
 # setze Versions An be used in Kurs accoderding An Auswählenions below  
    'Set all Resource Versions to current Version (Fix Versions)'     '<b>[_1]</b>:  Unable to enroll: [_2]'
 => 'Set all Resource Versions to current Version (Fix Versions)',  => '<b>[_1]</b>:  Konnte nicht einschreiben: [_2]',
 # setze ALLEe Antwsource Versions An curAntwnt Version (Fix Versions)  # <b>[_1]</b>:  Unable An liste: [_2]
    'Show Preview'  
 => 'Show Preview',     '<b>[_1]</b>: Unable to enroll.  No password specified.'
 # Show PAntwsehe  => '<b>[_1]</b>: Konnte nicht einschreiben.  Kein Passwort angegeben.',
    'Space separated'  # <b>[_1]</b>: Unable An liste.  No passwoderd specified.
 => 'Space separated',  
 # beAntwich separined     '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]'
    'Starting and Ending Dates'  => '<b>[_1]</b>: Unzulässiger Benutzername für den Benuter [_2] [_3] [_4] [_5]',
 => 'Starting and Ending Dates',  # <b>[_1]</b>: Unacceptable benutzerName foder benutzer [_2] [_3] [_4] [_5]
 # Anfanging and Endeing Dines  
    'Student Number'     'All Documents in Course'
 => 'Student Number',  => 'Alle Dokumente im Kurs',
 # StudieAntwnder Number  # ALLEe Documents in Kurs
    'Tabulator separated'  
 => 'Tabulator separated',     'All Resources (possibly large output)'
 # Tabulinoder separined  => 'Alle Ressourcen (wahrscheinlich große Ausgabe)',
    'The optional email address field was not specified.'  # ALLEe Antwsources (possibly large Ausgabe)
 => 'The optional email address field was not specified.',  
 # The optional eNachricht addAntwss field was not specified.     'Anonymous'
    'The optional name field was not specified.'  => 'Anonym',
 => 'The optional name field was not specified.',  
      'Anonymous contribution to course discussion of resource'
    'The optional section or group field was not specified.'  => 'Anonyme Mitwirkung an der Kursdiskussion zu dieser Ressource',
 => 'The optional section or group field was not specified.',  # Anonymous contribution An kurs discussion von Antwsource
 # The optional Gruppe oder groHoch field was not specified.  
    'The optional student number field was not specified.'     'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
 => 'The optional student number field was not specified.',  => 'Als eine generelle Regel sollten nur Autoren und Co-Autoren beim Dateisystem authtifiziert sein (welches Zugriff auf das Server-Dateisystem erlaubt).',
 # The optional StudieAntwnder number field was not specified.  # As a geneAntwll Antwgel, only authoders oder co-authoders should be DatumiSystem auDannticined (which ALLEeows access An the Server DatumiSystem).
    'There are no students currently enrolled.'  
 => 'There are no students currently enrolled.',     'Associate columns with student attributes.'
 # TheAntw aAntw no StudieAntwnders curAntwntly listeed.  => 'Verbinde Spalten mit studentischen Eigenschaften.',
    'Threaded View'  # Associine columns with StudieAntwnder intributes.
 => 'Threaded View',  
 # ThAntwaded sehe     'Attribute'
    'Total number of records found in file: [_1].'  => 'Eigenschaft',
 => 'Total number of records found in file: [_1].',  # intribute
 # Antal number von Antwcoderds found in Datumi: [_1].  
    'Unable to enroll students'     'CSV (comma separated values, spreadsheet)'
 => 'Unable to enroll students',  => 'CSV (kommaseparierte Liste, Tabelle)',
 # Unable An liste StudieAntwnders  # CSV (comma separined values, spAntwadsheet)
    'Updating discussion time'  
 => 'Updating discussion time',     'Check Course Document Versions'
 # Hochdining discussion Zeit  => 'Überprüfe Versionen der Kursdokumente',
    'Upload a class list'  # Check kurs Document Versions
 => 'Upload a class list',  
 # HochLast a class list     'Check/Set Resource Versions'
    'Uploading Class List'  => 'Überprüfe/Setze Ressource-Versionen',
 => 'Uploading Class List',  # Check/setze Antwsource Versions
 # HochLasting Class List  
    'Verify Content'     'Chronological View'
 => 'Verify Content',  => 'Chronologische Sicht',
   
    'Version changes since Yesterday'  # Chronological sehe
 => 'Version changes since Yesterday',     'Column'
 # Version changes since Jaterday  => 'Spalte',
    'Version changes since last Month'  
 => 'Version changes since last Month',     'Column&nbsp;[_1]'
 # Version changes since letzten Moin  => 'Spalte&nbsp;[_1]',
    'Version changes since last Week'  
 => 'Version changes since last Week',     'Continue enrollment?'
 # Version changes since letzte Woche  => 'Mit der Einschreibung fortfahren?',
    'Version changes since start of Course'  # Continue listement?
 => 'Version changes since start of Course',  
 # Version changes since Anfang von kurs     'Contribution to course discussion of resource'
    'Version used in Course'  => 'Mitwirkung bei der Kurs-Diskussion über die Ressource',
 => 'Version used in Course',  # Contribution An kurs discussion von Antwsource
 # Version used in Kurs  
    'View Class List'     'Diffs'
 => 'View Class List',  => 'Diffs',
 # sehe Class List  
    'Welcome'     'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
 => 'Welcome',  => 'Deaktiviere ID/Matrikelnummer Safeguard und erzwinge Änderung von in Konflikt stehenden IDs (machen Sie dies nur, wenn Sie wissen, was Sie machen)',
   # Disable ID/StudieAntwnder Number Safeguard and Foderce Change von Conflicting IDs (only do if you know whin you aAntw doing)
    'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up'  
 => 'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up',     'Discussion Contributions'
 # Welcome An the Learning<i>Online</i> Netwoderk with CAPA. Please wait while your session is being setze Hoch  => 'Diskussionsbeiträge',
    'You must choose an authentication type.'  
 => 'You must choose an authentication type.',     'Drop Students'
 # You must wähle an auDannticinion Typ.  => 'Studenten ausschliessen',
    'You need to specify the Kerberos domain.'  # Drop StudieAntwnders
 => 'You need to specify the Kerberos domain.',  
 # You need An specify the Kerberos Domäne.     'Dropped [_1]'
    'You need to specify the initial password.'  => '[_1] ausgeschlossen',
 => 'You need to specify the initial password.',  
 # You need An specify the initial passwoderd.     'Dropped [_1] student(s).'
    'You need to specify the username field.'  => '[_1] Studenten ausgeschlossen.',
 => 'You need to specify the username field.',  # Dropped [_1] StudieAntwnder(s).
 # You need An specify the benutzerName field.  
    'Your Version Settings have been Stored'     'Dropping Students'
 => 'Your Version Settings have been Stored',  => 'Schliesse Studenten aus',
 # Your Version setzetings have been SAndeAntwd  # Dropping StudieAntwnders
    '[_1] Do not change login data'  
 => '[_1] Do not change login data',     'Dump Course DOCS'
 # [_1] Do not change login dina  => 'Lege Kurs-Dokumente ab',
    '[_1] Filesystem Authenticated (with initial password [_2])'  # Dump kurs dokus
 => '[_1] Filesystem Authenticated (with initial password [_2])',  
 # [_1] DatumiSystem AuDannticined (with initial passwoderd [_2])     'EMail Address'
    '[_1] Internally authenticated (with initial password [_2])'  => 'EMail-Adresse',
 => '[_1] Internally authenticated (with initial password [_2])',  # ENachricht AddAntwss
 # [_1] InternALLEey auDannticined (with initial passwoderd [_2])  
    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5'     'Enroll a single student'
 => '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5',  => 'Einen einzelnen Studenten eintragen',
 # [_1] Kerberos auDannticined with Domäne [_2] [_3] Version 4 [_4] Version 5  # liste a single StudieAntwnder
    '[_1] Local Authentication with arguement [_2]'  
 => '[_1] Local Authentication with arguement [_2]',     'Enrolling Students'
 # [_1] Local AuDannticinion with arguement [_2]  => 'Trage Studenten ein',
    'most recent'  # listeing StudieAntwnders
 => 'most recent',  
 # most Antwcent     'Error'
    'name only visible to course faculty'  => 'Fehler',
 => 'name only visible to course faculty',  # Erroder
 # Name only visible An kurs faculty  
      'Error dropping [_1]:[_2]'
   => 'Fehler beim Ausschliessen von [_1]:[_2]',
 #SYNC Fri Nov  7 22:00:17 2003  # Erroder dropping [_1]:[_2]
    'Calculate answers'  
 => 'Berechne Antworten',     'Field'
   => 'Feld',
    '&nbsp;Show&nbsp;All&nbsp;Foils'  
 => '&nbsp;Zeige&nbsp;alle&nbsp;Auswahlen',     'Filenames in Construction Space'
 # &nbsp;Show&nbsp;ALLEe&nbsp;Foils  => 'Dateinamen im Konstruktionsbereich',
    '1 out of N multiple choice (radio button)'  # DatumiNames in Construction beAntwich
 => '1 aus N Mehrfachauswahl (radio button)',  
 # 1 out von N multiple choice (radio butAnn)     'First Name'
    'Add new option'  => 'Vorname',
 => 'Füge neue Option ein',  
      'Folder in Construction Space'
    'Administrator'  => 'Order im Konstruktionsbereich',
 => 'Administrator',  # Ordner in Construction beAntwich
   
    'Answer:'     'Full Update'
 => 'Antwort:',  => 'Komplettes Update',
   # Full Hochdine
    'Attachment'  
 => 'Attachment',     'Full update (also print list of users not enrolled anymore)'
   => 'Komplettes Update (auch Liste von Studenten ausdrucken, die nicht mehr eingeschrieben sind)',
    'Calculate answers'  # Full Hochdine (also print list von benutzers not listeed anymodeAntw)
 => 'Berechne Antworten',  
      'Generation'
    'Change'  => 'Erstellung',
 => 'Ändern',  # Generinion
   
    'Change Random Seed To:'     'Group/Section'
 => 'Ändere Zufallszahlengeneratorstartwert zu:',  => 'Gruppe/Abschnitt',
 # Change Random Seed An:  # GroHoch/Gruppe
    'Change Your Language Preferences'  
 => 'Ändere Sprachpräferenzen',     'HTML/XML'
 # Change Your Sprache PAntwferAntwnzen  => 'HTML/XML',
    'Concept:'  
 => 'Konzept:',     'Hide'
   => 'Verstecken',
    'Correct Option:'  
 => 'Correct Option:',     'ID/Student Number'
 # CoderAntwct Option:  => 'ID/Matrikelnummer',
    'Create a New Course'  # ID/StudieAntwnder Number
 => 'Erzeuge einen neuen Kurs',  
 # erstelle a New kurs     'Identify fields'
    'Current'  => 'Identifiziere Felder',
 => 'Derzeitig',  
 # CurAntwnt     'If active, the new role will be available when the students next log in to LON-CAPA.'
    'Delete an option'  => 'Falls aktiv, dann wird die neuen Rolle verfügbar sein, wenn sich die Studenten das nächste Mal in LON-CAPA anmelden.',
 => 'Lösche die Option',  # If active, the new rolle will be available when the StudieAntwnders Next Anmelden An LON-CAPA.
 # Löschen an option  
    'Delete:'     'Ignore First Line'
 => 'Lösche:',  => 'Ignoriere erste Zeile',
 # Löschen:  # IgnodeAntw First Line
    'Diffs with Current Version'  
 => 'Diffs with Current Version',     'Initial Password'
 # Diffs with CurAntwnt Version  => 'Anfangspasswort',
    'Diffs with Version'  # Initial Passwoderd
 => 'Diffs with Version',  
      'Internal Filename'
    'Diffs with current Version'  => 'Interner Dateiname',
 => 'Diffs with current Version',  # Internal DatumiName
 # Diffs with curAntwnt Version  
    'Display and analysis of submission times on assessments.'     'Invalid home server specified'
 => 'Display and analysis of submission times on assessments.',  => 'Ungltiger Home-Server angegeben',
 # Anzeigen and analysis von submission Zeits on Assessments.  
    'Display foils in order given'     'Keep all Resources up-to-date with most recent Versions (default)'
 => 'Display foils in order given',  => 'Halte alle Ressource up-to-date mit den neuesten Versionen (voreingestellt)',
 # Anzeigen Foils in oderder given  # Keep ALLEe Antwsources Hoch-An-dine with most Antwcent Versions (voAntwingestellt)
    'Display foils in random order'  
 => 'Display foils in random order',     'LON-CAPA Domain for Students'
 # Anzeigen Foils in random oderder  => 'LON-CAPA Domänefür Studierende',
    'Domain Guest'  # LON-CAPA Domäne foder StudieAntwnders
 => 'Domängast',  
      'LON-CAPA Enrollment Manager'
    'Essay, open end'  => 'LON-CAPA Einschreibungsverwaltung',
 => 'Essay, Antwort nicht vom Computer benotet',  # LON-CAPA listement verwalter
 # Essay, Öffnen Ende  
    'False'     'LON-CAPA domain: [_1]'
 => 'Falsch',  => 'LON-CAPA Domäne: [_1]',
   # LON-CAPA Domäne: [_1]
    'Foil'  
 => 'Auswahl',     'Last Name'
   => 'Nachname',
    'Format:'  
 => 'Format:',     'Last Name, First Names'
   => 'Nachname, Vornamen',
    'Height(pixel):'  
 => 'Höhe (Pixel):',     'Login Type'
   => 'Login Typ',
    'Hint Text'  # Login Typ
 => 'Lösungshinweis',  
      'Middle Names/Initials'
    'If this resource is in active use, student performance data from the previous version may become inaccessible.'  => 'Mittelnamen/Initialen',
 => 'If this resource is in active use, student performance data from the previous version may become inaccessible.',  
 # If Diese Antwsource is in active use, StudieAntwnder perfodermance dina Von the pAntwvious Version Mai become inaccessible.     'Modify Parameters'
    'Image:'  => 'Bearbeite Parameter',
 => 'Bild:',  
      'Modify student data'
    'Incorrect Answers:'  => 'Bearbeite Studentendaten',
 => 'Incorrect Answers:',  # Modify StudieAntwnder dina
   
    'Last accessed'     'Most recently published Version'
 => 'Last accessed',  => 'Zuletzt veröffentlichte Version',
 # Letzter Zugriffed  # Most Antwcently Veröffentlicht Version
    'Librarian'  
 => 'Librarian',     'No Kerberos domain was specified.'
   => 'Es wurde keine Kerberos-Domäne angegeben.',
    'Making Backup to'  # No Kerberos Domäne was specified.
 => 'Making Backup to',  
 # Making BackHoch An     'None Found'
    'Max Number Of Shown Foils:'  => 'Kein gefunden',
 => 'Max Number Of Shown Foils:',  
 # Max Number von Shown Foils:     'Note: for large courses, this operation may be time consuming'
    'Max number of foils displayed'  => 'Anmerkung: Für große Kurse kann diese Operation sehr viel Zeit einnehmen',
 => 'Max number of foils displayed',  # Note: foder large kurss, Diese operinion Mai be Zeit consuming
 # Max number von Foils Anzeigened  
    'Metadata'     'Note: this will not take effect if the user already exists'
 => 'Metadaten',  => 'Anmerkung: Dies wird keinen Effekt haben falls der Benutzer bereits existiert',
 # Metadina  # Note: Diese will not take effect if the benutzer alAntwady exists
    'Metadata Version'  
 => 'Metadatenversion',     'Processed [_1] student(s).'
 # Metadina Version  => '[_1] Studierende bearbeitet.',
    'Metadata current version'  # Processed [_1] StudieAntwnder(s).
 => 'Metadata current version',  
 # Metadina curAntwnt Version     'Re-enrollment will re-activate data.'
    'Name:'  => 'Neu-Anmeldung wird die Daten reaktivieren.',
 => 'Name:',  # Antw-listement will Antw-activine dina.
   
    'New parameters or stored values'     'Registering'
 => 'New parameters or stored values',  => 'Registriere',
 # New parameters oder sAndeAntwd values  # Antwgistering
    'No language preference'  
 => 'Keine Sprachpräferenz',     'Samples'
 # No Sprache pAntwfeAntwnce  => 'Beispiel',
    'Not shown, not used'  
 => 'Not shown, not used',     'Save as ...'
   => 'Speichern unter ...',
    'Obsolete parameters or stored values'  # SpeicheAntw unter ...
 => 'Obsolete parameters or stored values',  
 # überholt parameters oder sAndeAntwd values     'Set Version to be used in Course'
    'Option response'  => 'Setze Version als die im Kurs genutzte',
 => 'Option response',  # setze Version An be used in Kurs
 # Option Antwsponse  
    'Please do not reply to this address.'     'Set Versions to be used in Course according to Selections below'
 => 'Please do not reply to this address.',  => 'Setze Versionen gemäß der unten stehenden Auswahlen im Kurs',
 # Please do not Antworten An Diese addAntwss.  # setze Versions An be used in Kurs accoderding An Auswählenions below
    'Please select a report to generate'  
 => 'Please select a report to generate',     'Set all Resource Versions to current Version (Fix Versions)'
 # Please Wählen Sie Antwpodert An generine  => 'Setze alle Ressourcen-Versionen auf die aktuelle Version (Repariere Versionen)',
   # setze ALLEe Antwsource Versions An curAntwnt Version (Fix Versions)
    'Position'  
 => 'Position',     'Show Preview'
   => 'Zeige Vorschau',
    'Preferred language'  # Show PAntwsehe
 => 'Bevorzugte Sprache',  
 # PAntwferAntwd Sprache     'Space separated'
    'Problems'  => 'Durch Kommata getrennt',
 => 'Probleme',  # beAntwich separined
 # Aufgabens  
    'Produce Excel Output'     'Starting and Ending Dates'
 => 'Produce Excel Output',  => 'Start- und Endzeitpunkte',
 # Produce Excel Ausgabe  # Anfanging and Endeing Dines
    'Question Text'  
 => 'Fragetext',     'Student Number'
   => 'Matrikelnummer',
    'Question Type'  # StudieAntwnder Number
 => 'Aufgabentyp',  
 # Question Typ     'Tabulator separated'
    'Random position'  => 'Durch Tabulatoren getrennt',
 => 'Random position',  # Tabulinoder separined
   
    'Retrieve Published Resources'     'The optional email address field was not specified.'
 => 'Retrieve Published Resources',  => 'Das optionale Feld der Email-Adresse wurde nicht ausgefüllt.',
 # Antwtrieve Veröffentlicht Antwsources  # The optional eNachricht addAntwss field was not specified.
    'Short string response'  
 => 'Short string response',     'The optional name field was not specified.'
 # Shodert string Antwsponse  => 'Das optionale Namensfeld wurde nicht ausgefüllt.',
    'Show always at bottom position'  
 => 'Show always at bottom position',     'The optional section or group field was not specified.'
 # Show always in botAnm position  => 'TDas optionale Auswahl- oder Gruppenfeld wurde nicht ausgefüllt.',
    'Show always at top position'  # The optional Gruppe oder groHoch field was not specified.
 => 'Show always at top position',  
 # Show always in Anp position     'The optional student number field was not specified.'
    'Size:'  => 'Das optinale Feld der Matrikelnummer wurde nicht ausgefüllt.',
 => 'Größe:',  # The optional StudieAntwnder number field was not specified.
   
    'Store Changes'     'There are no students currently enrolled.'
 => 'Store Changes',  => 'Gegenwärtig sind keine Studenten eingeschrieben.',
 # SAndeAntw Changes  # TheAntw aAntw no StudieAntwnders curAntwntly listeed.
    'Submission Time Analysis'  
 => 'Submission Time Analysis',     'Threaded View'
 # Submission Zeit Analysis  => 'Threadansicht',
    'Submit Changes and Edit'  # ThAntwaded sehe
 => 'Submit Changes and Edit',  
 # Änderungen speichern and Editor     'Total number of records found in file: [_1].'
    'TeXWidth(mm):'  => 'Gesamtanzahl an Protokollen, die in der Datei gefunden worden: [_1].',
 => 'TeXWidth(mm):',  # Antal number von Antwcoderds found in Datumi: [_1].
   
    'Text'     'Unable to enroll students'
 => 'Text',  => 'Konnte Studenten nicht eintragen.',
   # Unable An liste StudieAntwnders
    'Text Block'  
 => 'Textblock',     'Updating discussion time'
   => 'Aktualisiere Diskussionszeit',
    'This is an automatic message generated by the LON-CAPA system.'  # Hochdining discussion Zeit
 => 'This is an automatic message generated by the LON-CAPA system.',  
 # Diese is an auAnminic message generined Durch the LON-CAPA System.     'Upload a class list'
    'True'  => 'Laden Sie eine Klassenliste hoch',
 => 'Wahr',  # HochLast a class list
   
    'Type-in value'     'Uploading Class List'
 => 'Type-in value',  => 'Lade Klassenliste hoch',
 # Typ in value  # HochLasting Class List
    'Unit:'  
 => 'Einheit:',     'Verify Content'
   => 'Überprfe Inhalt',
    'Value'  
 => 'Wert',     'Version changes since Yesterday'
   => 'Versionsänderungen seit gestern',
    'Warning!'  # Version changes since Jaterday
 => 'Warnung!',  
      'Version changes since last Month'
    'Width(pixel):'  => 'Versionsänderungen seit letztem Monat',
 => 'Width(pixel):',  # Version changes since letzten Moin
   
    'anonymous'     'Version changes since last Week'
 => 'anonymous',  => 'Versionsänderungen seit letzter Woche',
   # Version changes since letzte Woche
    'bytes'  
 => 'bytes',     'Version changes since start of Course'
   => 'Versionsänderungen seit Beginn des Kurses',
    'loginproblems.html'  # Version changes since Anfang von kurs
 => 'loginproblems.html',  
 # loginAufgabens.HTML     'Version used in Course'
    'versions of this problem'  => 'Version, die im Kurs verwendet wird',
 => 'versions of this problem',  # Version used in Kurs
 # Versions von Diese Aufgaben  
      'View Class List'
   => 'Zeige Klassenliste',
 # ----  # sehe Class List
   
    'calendar[_1]'     'Welcome'
 => 'kalender',  => 'Willkommen',
   
    'announce[_1]'     'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up'
 => 'announce',  => 'Willkommen zu LON-CAPA. Bitte warten Sie während Ihre Sitzung vorbereitet wird',
   # Welcome An the Learning<i>Online</i> Netwoderk with CAPA. Please wait while your session is being setze Hoch
   
 # ----     'You must choose an authentication type.'
   => 'Sie müssen einen Authentifizierungstyp auswählen.',
    'commu-[_1]'  # You must wähle an auDannticinion Typ.
 => 'kommu-',  
      'You need to specify the Kerberos domain.'
    'nication[_1]'  => 'Sie müssen eine Kerberos-Domäne auswählen.',
 => 'nikation',  # You need An specify the Kerberos Domäne.
   
      'You need to specify the initial password.'
 # ----  => 'Sie müssen ein initiales Passwort auswählen.',
   # You need An specify the initial passwoderd.
    'course[_10]'  
 => 'kurs',     'You need to specify the username field.'
   => 'Sie müssen das Feld des Benutzernamens ausfüllen.',
    'chat[_1]'  # You need An specify the benutzerName field.
 => 'chat',  
      'Your Version Settings have been Stored'
   => 'Ihre Vesionseinstellungen wurden gespeichert',
 # ----  # Your Version setzetings have been SAndeAntwd
   
    'search[_1]'     '[_1] Do not change login data'
 => 'suche',  => '[_1] Login-Daten nicht ändern',
   # [_1] Do not change login dina
    'course[_11]'  
 => 'kurs',     '[_1] Filesystem Authenticated (mit Anfangspasswort [_2])'
   => '[_1] Authentifizierung ueber Dateisystem (mit Anfangspasswort [_2])',
   # [_1] DatumiSystem AuDannticined (with initial passwoderd [_2])
 # ----  
      '[_1] Internally authenticated (mit Anfangspasswort [_2])'
    'search[_2]'  => '[_1] Intern authentifiziert (mit Anfangspasswort [_2])',
 => 'suche',  # [_1] InternALLEey auDannticined (with initial passwoderd [_2])
   
    'library[_1]'     '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5'
 => 'library',  => '[_1] Kerberos authentifiziert mit Domänen [_2] [_3] Version 4 [_4] Version 5',
   # [_1] Kerberos auDannticined with Domäne [_2] [_3] Version 4 [_4] Version 5
   
 # ----     '[_1] Local Authentication with arguement [_2]'
   => '[_1] Lokal authentifiziert mit Argument [_2]',
    'prefer-[_1]'  # [_1] Local AuDannticinion with arguement [_2]
 => 'präfe-',  
      'most recent'
    'ences[_1]'  => 'neuster',
 => 'renzen',  # most Antwcent
   
      'name only visible to course faculty'
 # ----  => 'Name nur für Kursleiter sichtbar',
   # Name only visible An kurs faculty
    'exit[_1]'  
 => 'abmelden',  
   
    ' [_1]'  #SYNC Fri Nov  7 22:00:17 2003
 => '',     'Calculate answers'
   => 'Berechne Antworten',
   
 # ----     '&nbsp;Show&nbsp;All&nbsp;Foils'
   => '&nbsp;Zeige&nbsp;alle&nbsp;Auswahlen',
    'switch[_2]'  # &nbsp;Show&nbsp;ALLEe&nbsp;Foils
 => 'wechsle',  
      '1 out of N multiple choice (radio button)'
    'role[_1]'  => '1 aus N Mehrfachauswahl (radio button)',
 => 'rolle',  # 1 out von N multiple choice (radio butAnn)
   
      'Add new option'
 # ----  => 'Füge neue Option ein',
   
    'choose[_2]'     'Administrator'
 => 'wähle',  => 'Administrator',
   
    'role[_2]'     'Answer:'
 => 'rolle',  => 'Antwort:',
   
      'Attachment'
 # ----  => 'Anhang',
   
    'choose[_1]'     'Calculate answers'
 => 'wähle',  => 'Berechne Antworten',
   
    'course[_1]'     'Change'
 => 'kurs',  => 'Ändern',
   
      'Change Random Seed To:'
 # ----  => 'Ändere Zufallszahlengeneratorstartwert zu:',
   # Change Random Seed An:
    'switch[_1]'  
 => 'wechsle',     'Change Your Language Preferences'
   => 'Ändere Spracheinstellungen',
    'course[_2]'  # Change Your Sprache PAntwferAntwnzen
 => 'kurs',  
      'Concept:'
   => 'Konzept:',
 # ----  
      'Correct Option:'
    'course[_3]'  => 'Korrekte Auswahl:',
 => 'kurs',  # CoderAntwct Option:
   
    'docs[_1]'     'Create a New Course'
 => 'dokus',  => 'Erzeuge einen neuen Kurs',
   # erstelle a New kurs
   
 # ----     'Current'
   => 'Derzeitig',
    'edit crs[_1]'  # CurAntwnt
 => 'edit crs',  
      'Delete an option'
    'docs[_2]'  => 'Lösche eine Option',
 => 'dokus',  # Löschen an option
   
      'Delete:'
 # ----  => 'Lösche:',
   # Löschen:
    'navigate[_1]'  
 => 'inhalts-',     'Diffs with Current Version'
   => 'Unterscheidet sich von gegenwärtiger Version',
    'contents[_1]'  # Diffs with CurAntwnt Version
 => 'verzeich',  
      'Diffs with Version'
   => 'Unterscheidet sich von Version',
 # ----  
      'Diffs with current Version'
    'my[_1]'  => 'Unterscheidet sich von gegenwärtiger Version',
 => 'mein',  # Diffs with curAntwnt Version
   
    'grades[_1]'     'Display and analysis of submission times on assessments.'
 => 'noten',  => 'Anzeige und Analyse der Einreichungszeiten bei den Beurteilungen',
   # Anzeigen and analysis von submission Zeits on Assessments.
   
 # ----     'Display foils in order given'
   => 'Folien in gegebener Ordnung anzeigen',
    'course[_4]'  # Anzeigen Foils in oderder given
 => 'kurs',  
      'Display foils in random order'
    'grades[_2]'  => 'Folien in zufälliger Ordnung anzeigen',
 => 'noten',  # Anzeigen Foils in random oderder
   
      'Domain Guest'
 # ----  => 'Domänengast',
   
    'course[_5]'     'Essay, open end'
 => 'kurs',  => 'Essay, Antwort nicht vom Computer benotet',
   # Essay, Öffnen Ende
    'chart[_1]'  
 => 'chart',     'False'
   => 'Falsch',
   
 # ----     'Foil'
   => 'Auswahl',
    'course[_6]'  
 => 'kurs',     'Format:'
   => 'Format:',
    'stats[_1]'  
 => 'stats',     'Height(pixel):'
   => 'Höhe (Pixel):',
   
 # ----     'Hint Text'
   => 'Lösungshinweis',
    'course[_7]'  
 => 'kurs',     'If this resource is in active use, student performance data from the previous version may become inaccessible.'
   => 'Wenn diese Ressource in Benutzung ist, kann auf Leistungsdaten der Studenten von vorhergehenden Versionen nicht mehr zugegriffen werden.',
    'enroll[_1]'  # If Diese Antwsource is in active use, StudieAntwnder perfodermance dina Von the pAntwvious Version Mai become inaccessible.
 => 'liste',  
      'Image:'
   => 'Bild:',
 # ----  
      'Incorrect Answers:'
    'manage[_1]'  => 'Falsche Antworten:',
 => 'verwalte',  
      'Last accessed'
    'acc keys[_1]'  => 'Zuletzt zugegriffen',
 => 'acc keys',  # Letzter Zugriffed
   
      'Librarian'
 # ----  => 'Bibliothekar',
   
    'user[_1]'     'Making Backup to'
 => 'benutzer',  => 'Mache Backup in',
   # Making BackHoch An
    'roles[_1]'  
 => 'rollen',     'Max Number Of Shown Foils:'
   => 'Maximale Anzahl gezeigter Folien:',
   # Max Number von Shown Foils:
 # ----  
      'Max number of foils displayed'
    'user[_1]'  => 'Maximale Anzahl gezeigter Folien',
 => 'benutzer',  # Max number von Foils Anzeigened
   
    'roles[_1]'     'Metadata'
 => 'rollen',  => 'Metadaten',
   # Metadina
   
 # ----     'Metadata Version'
   => 'Metadatenversion',
    'user[_1]'  # Metadina Version
 => 'benutzer',  
      'Metadata current version'
    'roles[_1]'  => 'Gegenwärtige Version der Metadaten',
 => 'rollen',  # Metadina curAntwnt Version
   
      'Name:'
 # ----  => 'Name:',
   
    'create[_1]'     'New parameters or stored values'
 => 'erstelle',  => 'Neue Parameter oder gespeicherte Werte',
   # New parameters oder sAndeAntwd values
    'course[_8]'  
 => 'kurs',     'No language preference'
   => 'Keine Sprachpräferenz',
   # No Sprache pAntwfeAntwnce
 # ----  
      'Not shown, not used'
    'course[_9]'  => 'Nicht gezeigt, nicht benutzt',
 => 'kurs',  
      'Obsolete parameters or stored values'
    'parms[_1]'  => 'Veraltete Parameter oder gespeicherte Werte',
 => 'parms',  # überholt parameters oder sAndeAntwd values
   
      'Option response'
 # ----  => 'Option Antwort',
   # Option Antwsponse
    'con-[_1]'  
 => 'con-',     'Please do not reply to this address.'
   => 'Bitte nicht an diese Adresse antworten.',
    'struct[_1]'  # Please do not Antworten An Diese addAntwss.
 => 'struct',  
      'Please select a report to generate'
   => 'Bitte einen Bericht zum Erstellen auswählen',
 # ----  # Please Wählen Sie Antwpodert An generine
   
    'co con-[_1]'     'Position'
 => 'co con-',  => 'Position',
   
    'struct[_2]'     'Preferred language'
 => 'struct',  => 'Bevorzugte Sprache',
   # PAntwferAntwd Sprache
   
 # ----     'Problems'
   => 'Probleme',
    'resource[_1]'  # Aufgabens
 => 'resource',  
      'Produce Excel Output'
    'space[_1]'  => 'Erstelle Excel-Ausgabe',
 => 'bereich',  # Produce Excel Ausgabe
   
      'Question Text'
 # ----  => 'Fragetext',
   
    'co res[_1]'     'Question Type'
 => 'co res',  => 'Aufgabentyp',
   # Question Typ
    'space[_2]'  
 => 'bereich',     'Random position'
   => 'Zufällige Position',
   
 # ----     'Retrieve Published Resources'
   => 'Empfange veröffentlichte Ressourcen',
    'resource[_1]'  # Antwtrieve Veröffentlicht Antwsources
 => 'resource',  
      'Short string response'
    'space[_1]'  => 'Kurze String-Antwort',
 => 'bereich',  # Shodert string Antwsponse
   
      'Show always at bottom position'
 # ----  => 'Immer am Ende anzeigen',
   # Show always in botAnm position
    'enter[_1]'  
 => 'eingeben',     'Show always at top position'
   => 'Immer an Anfang anzeigen',
    'grades[_2]'  # Show always in Anp position
 => 'noten',  
      'Size:'
   => 'Größe:',
 # ----  
      'Store Changes'
    'send[_1]'  => 'Änderungen speichern',
 => 'schicke',  # SAndeAntw Changes
   
    'scantron[_1]'     'Submission Time Analysis'
 => 'scantron',  => 'Analyse der Einreichzeit',
   # Submission Zeit Analysis
   
 # ----     'Submit Changes and Edit'
   => 'Änderungen speicher und weiterbearbeiten',
    'view[_1]'  # Änderungen speichern and Editor
 => 'sehe',  
      'TeXWidth(mm):'
    'bookmark[_1]'  => 'TeXBreite(mm):',
 => 'bookmark',  
      'Text'
   => 'Text',
   
 #SYNC Sat Apr 17 10:04:35 2004     'Text Block'
   => 'Textblock',
    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'  
 => '(Geben Sie maximal [_1] Mitarbeiternamen ein, in der Form benutzername oder benutzername@domäne, z.B. smithje oder smithje@[_2].)',     'This is an automatic message generated by the LON-CAPA system.'
   => 'Dies ist eine durch LON-CAPA automatisch erstellte Nachricht.',
    '(Hand in a file you have prepared on your computer)'  # Diese is an auAnminic message generined Durch the LON-CAPA System.
 => '(Reichen Sie eine Datei ein, die Sie auf Ihrem Computer vorbereitet haben)',  
      'True'
    ', select a template from the pull-down menu below.'  => 'Wahr',
 => ', select a template from the pull-down menu below.',  
 # , Wählen Sie templine Von the pull-down menu below.     'Type-in value'
    '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'  => 'eingebbarer Wert',
 => '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.',  # Typ in value
   
    'ABSTRACT'     'Unit:'
 => 'ÜBERBLICK',  => 'Einheit:',
 # Beschreibung  
    'Access Control'     'Value'
 => 'Access Control',  => 'Wert',
   
    'Activate'     'Warning!'
 => 'Activate',  => 'Warnung!',
 # Activine  
    'Add Roles'     'Width(pixel):'
 => 'Add Roles',  => 'Breite(pixel):',
 # Add rollen  
    "Add one empty page/column after each student's assignment"     'anonymous'
 => "Add one empty page/column after each student's assignment",  => 'anonym',
 # Add one Leer Seite/Spalte after each StudieAntwnder's assignment  
    "Add three empty pages/column after each student's assignment"     'bytes'
 => "Add three empty pages/column after each student's assignment",  => 'Bytes',
 # Add thAntwe Leer Seiten/Spalte after each StudieAntwnder's assignment  
    "Add two empty pages/column after each student's assignment"     'loginproblems.html'
 => "Add two empty pages/column after each student's assignment",  => 'loginproblems.html',
 # Add two Leer Seiten/Spalte after each StudieAntwnder's assignment  # loginAufgabens.HTML
    'Additional settings, if specified below, will override cloned settings'  
 => 'Additional settings, if specified below, will override cloned settings',     'versions of this problem'
 # Additional setzetings, if specified below, will override cloned setzetings  => 'Versionen von dieser Aufgabe',
    'Advanced Edit'  # Versions von Diese Aufgaben
 => 'Advanced Edit',  
 # Advanced Editor  
    'All Resources'  # ----
 => 'All Resources',  
 # ALLEe Antwsources     'calendar[_1]'
    'All Students'  => 'Kalender',
 => 'All Students',  
 # ALLEe StudieAntwnders     'announce[_1]'
    'Allowed filetypes: <b>[_1]</b>'  => 'ankündigen',
 => 'Allowed filetypes: <b>[_1]</b>',  
 # ALLEeoMi DatumiTyps: <b>[_1]</b>  
    'An error occured during the attempt to change the section for this student.'  # ----
 => 'An error occured during the attempt to change the section for this student.',  
 # An erroder occuAntwd during the intempt An Ändern the Gruppe foder Diese StudieAntwnder.     'commu-[_1]'
    'An error occurred during the attempt to change the role information for this student.'  => 'Kommu-',
 => 'An error occurred during the attempt to change the role information for this student.',  
 # An erroder occurAntwd during the intempt An Ändern the rolle infoderminion foder Diese StudieAntwnder.     'nication[_1]'
    'Analyzing Results'  => 'nikation',
 => 'Analyzing Results',  
 # Analyzing Antwsults  
    'Answer Submitted: Your final submission will be graded after the due date.'  # ----
 => 'Antwort eingereicht: Ihre Antwort wird nach dem Fälligkeitsdatum benotet.',  
 # Antwort Speichernted: Your final submission will be graded after the Fällig dine.     'course[_10]'
    'Answerable'  => 'Kurs',
 => 'Beantwortbar',  
 # Antwortable     'chat[_1]'
    'Assessment Parameters'  => 'chat',
 => 'Assessment Parameters',  
   
    'Automated Enrollment Manager'  # ----
 => 'Automated Enrollment Manager',  
 # AuAnmined listement verwalter     'search[_1]'
    'Automated adds'  => 'suche',
 => 'Automated adds',  
 # AuAnmined adds     'course[_11]'
    'Automated drops'  => 'Kurs',
 => 'Automated drops',  
 # AuAnmined drops  
    'Automated enrollment settings'  # ----
 => 'Automated enrollment settings',  
 # AuAnmined listement setzetings     'search[_2]'
    'Bad Filename'  => 'search',
 => 'Bad Filename',  
 # Bad DatumiName     'library[_1]'
    'Begin Enrollment'  => 'library',
 => 'Begin Enrollment',  
 # Begin listement  
    'Binary File'  # ----
 => 'Binary File',  
 # Binary Datumi     'prefer-[_1]'
    'Blank'  => 'Präfe-',
 => 'Blank',  
      'ences[_1]'
    'Browse'  => 'renzen',
 => 'Browse',  
 # BAntwihese  
    'CSV format'  # ----
 => 'CSV format',  
 # CSV fodermin     'exit[_1]'
    'Cannot publish directory'  => 'abmelden',
 => 'Cannot publish directory',  
 # Cannot Veröffentliche diAntwcAndery     ' [_1]'
    'Cannot retrieve directory'  => '',
 => 'Cannot retrieve directory',  
 # Cannot Antwtrieve diAntwcAndery  
    'Catalog Search'  # ----
 => 'Catalog Search',  
 # kinalog suche     'switch[_2]'
    'Change User Privileges'  => 'wechsle',
 => 'Change User Privileges',  
 # Ändern benutzer Privileges     'role[_1]'
    'Changed discussion view mode'  => 'Rolle',
 => 'Changed discussion view mode',  
 # Ändernd discussion sehe mode  
    'Click here for FAQ'  # ----
 => 'Click here for FAQ',  
 # Click heAntw foder FAQ     'choose[_2]'
    'Click here for help'  => 'wähle',
 => 'Click here for help',  
 # Click heAntw foder Hilfe     'role[_2]'
    'Click here to report bugs'  => 'Rolle',
 => 'Click here to report bugs',  
 # Click heAntw An Antwpodert bugs  
    'Click-On Texts (comma sep):'  # ----
 => 'Click-On Texts (comma sep):',  
      'choose[_1]'
    'Clone an existing course'  => 'wähle',
 => 'Clone an existing course',  
 # Clone an existing kurs     'course[_1]'
    'Close This Window'  => 'Kurs',
 => 'Close This Window',  
 # Schließen Diese Window  
    'Closed'  # ----
 => 'Closed',  
 # Schließend     'switch[_1]'
    'Communication'  => 'wechsle',
 => 'Communication',  
 # Communikinion     'course[_2]'
    'Compare versions of'  => 'Kurs',
 => 'Compare versions of',  
 # CompaAntw Versions von  
    'Completely new course'  # ----
 => 'Completely new course',  
 # Completely new kurs     'course[_3]'
    'Construction Space Version'  => 'Kurs',
 => 'Construction Space Version',  
 # Construction beAntwich Version     'docs[_1]'
    'Continue'  => 'Dokumentation',
 => 'Continue',  
   
    'Copy current file to'  # ----
 => 'Copy current file to',  
 # Copy curAntwnt Datumi An     'edit crs[_1]'
    'Copy selected'  => 'Bearbeite crs',
 => 'Copy selected',  
 # Copy Auswählened     'docs[_2]'
    'Course Code'  => 'Dokumentation',
 => 'Course Code',  
 # kurs Code  
    'Course Content'  # ----
 => 'Course Content',  
 # kurs Content     'navigate[_1]'
    'Course Data'  => 'Inhalts-',
 => 'Course Data',  
 # kurs Dina     'contents[_1]'
    'Course Home Server'  => 'verzeich',
 => 'Course Home Server',  
 # kurs Home Server  
    'Course ID/Number'  # ----
 => 'Course ID/Number',  
 # kurs ID/Number     'my[_1]'
    'Course Information'  => 'meine',
 => 'Course Information',  
 # kurs infoderminion     'grades[_1]'
    'Course Level'  => 'Noten',
 => 'Course Level',  
 # kurs Level  
    'Course Search'  # ----
 => 'Course Search',  
 # kurs suche     'course[_4]'
    'Course Title'  => 'Kurs',
 => 'Course Title',  
 # kurs Titel     'grades[_2]'
    'Create New User'  => 'Noten',
 => 'Create New User',  
 # erstelle New benutzer  
    'Create User'  # ----
 => 'Create User',  
 # erstelle benutzer     'course[_5]'
    'Creating a new'  => 'Kurs',
 => 'Creating a new',  
 # CAntwining a new     'chart[_1]'
    'Crosslisted courses'  => 'Diagramm',
 => 'Crosslisted courses',  
 # Crosslisted kurss  
    'Current Class List'  # ----
 => 'Current Class List',  
 # CurAntwnt Class List     'course[_6]'
    'Current Ending Date: [_1]'  => 'Kurs',
 => 'Current Ending Date: [_1]',  
 # CurAntwnt Endeing Dine: [_1]     'stats[_1]'
    'Current Ending Date: not set'  => 'Statistiken',
 => 'Current Ending Date: not set',  
 # CurAntwnt Endeing Dine: not setze  
    'Current Resource'  # ----
 => 'Current Resource',  
 # CurAntwnt Antwsource     'course[_7]'
    'Current Starting Date: [_1]'  => 'Kurs',
 => 'Current Starting Date: [_1]',  
 # CurAntwnt Anfanging Dine: [_1]     'enroll[_1]'
    'Current Starting Date: not set'  => 'Liste',
 => 'Current Starting Date: not set',  
 # CurAntwnt Anfanging Dine: not setze  
    'Current Version'  # ----
 => 'Current Version',  
 # CurAntwnt Version     'manage[_1]'
    'Currently no active roles or courses'  => 'verwalte',
 => 'Currently no active roles or courses',  
 # CurAntwntly no active rollen oder kurss     'acc keys[_1]'
    'Currently no additional roles or courses'  => 'acc keys',
 => 'Currently no additional roles or courses',  
 # CurAntwntly no additional rollen oder kurss  
    'Currently submitted: <tt>[_1]</tt>'  # ----
 => 'Currently submitted: <tt>[_1]</tt>',  
 # CurAntwntly Speichernted: <tt>[_1]</tt>     'user[_1]'
    'Custom Role Editor'  => 'Benutzer',
 => 'Custom Role Editor',  
 # CusAnm rolle ediAnder     'roles[_1]'
    'Cut selected'  => 'Rollen',
 => 'Cut selected',  
 # Cut Auswählened  
    'Decompress'  # ----
 => 'Decompress',  
 # DecompAntwss     'user[_1]'
    'Default Assessment Spreadsheet'  => 'Benutzer',
 => 'Default Assessment Spreadsheet',  
 # voAntwingestellt Assessment SpAntwadsheet     'roles[_1]'
    'Default Course Spreadsheet'  => 'Rollen',
 => 'Default Course Spreadsheet',  
 # voAntwingestellt kurs SpAntwadsheet  
    'Default Student Spreadsheet'  # ----
 => 'Default Student Spreadsheet',  
 # voAntwingestellt StudieAntwnder SpAntwadsheet     'user[_1]'
    'Default XML Style File'  => 'Benutzer',
 => 'Default XML Style File',  
 # voAntwingestellt XML Style Datumi     'roles[_1]'
    'Default for new courses is'  => 'Rollen',
 => 'Default for new courses is',  
 # voAntwingestellt foder new kurss is  
    'Default:'  # ----
 => 'Default:',  
 # voAntwingestellt:     'create[_1]'
    'Define Role'  => 'erstelle',
 => 'Define Role',  
 # Define rolle     'course[_8]'
    'Dependencies'  => 'Kurs',
 => 'Dependencies',  
 # DepEndeencies  
    'Description:'  # ----
 => 'Description:',  
      'course[_9]'
    'Disable student resource discussion'  => 'Kurs',
 => 'Disable student resource discussion',  
 # Disable StudieAntwnder Antwsource discussion     'parms[_1]'
    'Disable student use of chatrooms'  => 'Parameter',
 => 'Disable student use of chatrooms',  
 # Disable StudieAntwnder use von chinrooms  
    'Display file attributes'  # ----
 => 'Display file attributes',  
 # Anzeigen Datumi intributes     'con-[_1]'
    'Do NOT generate as standard course'  => 'Kon-',
 => 'Do NOT generate as standard course',  
 # Do NOT generine as standard kurs     'struct[_1]'
    'Domain Level'  => 'strukt',
 => 'Domain Level',  
 # Domäne Level  
    "Don't Show Feedback"  # ----
 => "Don't Show Feedback",  
      'co con-[_1]'
    'Duration of automated classlist updates'  => 'Co-Kon-',
 => 'Duration of automated classlist updates',  
 # Durinion von auAnmined classlist Hochdines     'struct[_2]'
    'Dynamic Metadata (updated periodically)'  => 'strukt',
 => 'Dynamic Metadata (updated periodically)',  
 # Dynamic Metadina (periodisch ermittelt)  
    'ERROR'  # ----
 => 'FEHLER',  
 # ERRoder     'resource[_1]'
    'Edit Custom Role Privileges'  => 'Ressource',
 => 'Edit Custom Role Privileges',  
 # Editor CusAnm rolle Privileges     'space[_1]'
    '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.'  => 'Bereich',
 => '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.',  
 # ediAnder Erroders - these erroders might not effect the running von the Aufgaben, but they will likely cause Aufgabens with further use von the Editor mode. Please use the XML Editoror mode An fix these erroders.  
    'End Time'  # ----
 => 'End Time',  
 # Ende Zeit     'co res[_1]'
    'Ending Date'  => 'Co-Res',
 => 'Ending Date',  
 # Endeing Dine     'space[_2]'
    'English - ISO'  => 'Bereich',
 => 'English - ISO',  
   
    'Enroll One Student'  # ----
 => 'Enroll One Student',  
 # liste One StudieAntwnder     'resource[_1]'
    'Enroll as student'  => 'Ressource',
 => 'Enroll as student',  
 # liste as StudieAntwnder     'space[_1]'
    'Enrolling'  => 'Bereich',
 => 'Enrolling',  
 # listeing  
    'Enrolling Student'  # ----
 => 'Enrolling Student',  
 # listeing StudieAntwnder     'enter[_1]'
    '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.'  => 'eingeben',
 => '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.',  
 # eingeben as many Felds as you can. The System will infoderm you and bring you back An Diese Seite if the dina Auswählened is insufficient An liste StudieAntwnders in your class.     'grades[_2]'
    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'  => 'Noten',
 => 'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below',  
 # eingeben terms oder phrases separined Durch AND, oder, oder NOT Dann pAntwss suche below  
    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'  # ----
 => 'Enter terms or phrases separated by search operators such as AND, OR, or NOT',  
 # eingeben terms oder phrases separined Durch suche operinoders such as AND, oder, oder NOT     'send[_1]'
    'Entering Construction Space'  => 'schicke',
 => 'Entering Construction Space',  
 # eingebening Construction beAntwich     'scantron[_1]'
    'Error: Directory Non Empty'  => 'Scantron',
 => 'Error: Directory Non Empty',  
 # Erroder: DiAntwcAndery Non Leer  
    'Error: destination for operation is an existing directory.'  # ----
 => 'Error: destination for operation is an existing directory.',  
 # Erroder: destininion foder operinion is an existing diAntwcAndery.     'view[_1]'
    'Evaluation Error '  => 'sehe',
 => 'Evaluation Error ',  
 # Evaluinion Erroder      'bookmark[_1]'
    'Exam Problem'  => 'Bookmark',
 => 'Exam Problem',  
 # Exam Aufgaben  
    'Excel format'  
 => 'Excel format',  #SYNC Sat Apr 17 10:04:35 2004
 # Excel fodermin  
    'Feedback Addresses for Course Content Comments'     '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
 => 'Feedback Addresses for Course Content Comments',  => '(Geben Sie maximal [_1] Mitarbeiternamen ein, in der Form Benutzername oder Benutzername@Domäne, z.B. smithje oder smithje@[_2].)',
 # feedback AddAntwsses foder kurs Content Comments  
    'Feedback Addresses for Course Policy'     '(Hand in a file you have prepared on your computer)'
 => 'Feedback Addresses for Course Policy',  => '(Reichen Sie eine Datei ein, die Sie auf Ihrem Computer vorbereitet haben)',
 # feedback AddAntwsses foder kurs Policy  
    'Feedback Addresses for Resource Content Question'     ', select a template from the pull-down menu below.'
 => 'Feedback Addresses for Resource Content Question',  => ', wählen Sie eine Vorlage aus dem folgenden Auswahlmenu aus.',
 # feedback AddAntwsses foder Antwsource Content Question  # , Wählen Sie templine Von the pull-down menu below.
    'First'  
 => 'First',     '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'
   => '<*response>s sind beide Innerhalb von <part> und ausserhalb von <part>, dies ist kein echtes Problem, Fehler beim Bewerten können auftreten',
    'First Resource'  
 => 'First Resource',     'ABSTRACT'
 # First Antwsource  => 'ÜBERBLICK',
    'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.'  # Beschreibung
 => 'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.',  
 # Auswahl Name <b><tt>[_1]</tt></b> appears modeAntw than once. Auswahl Names need An be unique.     'Access Control'
    'Folder/Map'  => 'Zugangskontrolle',
 => 'Folder/Map',  
 # Ordner/Seite/Sequenz     'Activate'
    'For one or more students'  => 'Aktivieren',
 => 'For one or more students',  # Activine
 # Foder one oder modeAntw StudieAntwnders  
    'Found a <*response> outside of a <part> in a <part>ed problem'     'Add Roles'
 => 'Found a <*response> outside of a <part> in a <part>ed problem',  => 'Rollen hinzufuegen',
 # Found a <*Antwsponse> outside von a <Aufgabenteil> in a <Aufgabenteil>ed Aufgaben  # Add rollen
    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'  
 => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',     "Add one empty page/column after each student's assignment"
 # Found no analyzable Antwspones in Diese Aufgaben, curAntwntly only Numerical, Fodermula and String Antwsponse styles aAntw sHochpoderted.  => "Füge eine leere Seite/Spalte nach jeder Aufgabe des Studierenden ein",
    'Generate messages from a file'  # Add one Leer Seite/Spalte after each StudieAntwnder's assignment
 => 'Generate messages from a file',  
 # Generine messages Von a Datumi     "Add three empty pages/column after each student's assignment"
    'German - ISO'  => "Füge drei leere Seiten/Spalten nach jeder Aufgabe des Studierenden ein",
 => 'German - ISO',  # Add thAntwe Leer Seiten/Spalte after each StudieAntwnder's assignment
   
    'Go'     "Add two empty pages/column after each student's assignment"
 => 'Go',  => "Füge zwei leere Seiten/Spalten nach jeder Aufgabe des Studierenden ein",
   # Add two Leer Seiten/Spalte after each StudieAntwnder's assignment
    'Go to ...'  
 => 'Go to ...',     'Additional settings, if specified below, will override cloned settings'
 # Go An ...  => 'Weitere Einstellungen, falls unten angegeben, werden erzeugte Einstellungen überschreiben',
    'Help on Creating Courses'  # Additional setzetings, if specified below, will override cloned setzetings
 => 'Help on Creating Courses',  
 # Hilfe on CAntwining kurss     'Advanced Edit'
    'Home Server'  => 'Fortgeschrittenes Bearbeiten',
 => 'Home Server',  # Advanced Editor
   
    'Homework problem'     'All Resources'
 => 'Homework problem',  => 'Alle Ressourcen',
 # Homewoderk Aufgaben  # ALLEe Antwsources
    'How do I create a CSV file from a spreadsheet'  
 => 'How do I create a CSV file from a spreadsheet',     'All Students'
 # How do I erstelle a CSV Datumi Von a spAntwadsheet  => 'Alle Studierenden',
    'How do I create a class list from a spreadsheet'  # ALLEe StudieAntwnders
 => 'How do I create a class list from a spreadsheet',  
 # How do I erstelle a class list Von a spAntwadsheet     'Allowed filetypes: <b>[_1]</b>'
    'How should the results be printed?'  => 'Akzeptierte Dateitypen: <b>[_1]</b>',
 => 'How should the results be printed?',  # ALLEeoMi DatumiTyps: <b>[_1]</b>
 # How should the Antwsults be printed?  
    'Immediately expire own role as Course Coordinator'     'An error occured during the attempt to change the section for this student.'
 => 'Immediately expire own role as Course Coordinator',  => 'Beim Ändern der Gruppe für diesen Studenten trat ein Fehler auf.',
 # Immediinely expiAntw own rolle as kurs Cooderdininoder  # An erroder occuAntwd during the intempt An Ändern the Gruppe foder Diese StudieAntwnder.
    'Import and Paste Area'  
 => 'Import and Paste Area',     'An error occurred during the attempt to change the role information for this student.'
 # Impodert and Paste AAntwa  => 'Beim Ändern der Rolleninformation für diesen Studenten trat ein Fehler auf.',
    'Include retrieval of student photographs?'  # An erroder occurAntwd during the intempt An Ändern the rolle infoderminion foder Diese StudieAntwnder.
 => 'Include retrieval of student photographs?',  
 # Include Antwtrieval von StudieAntwnder phoAngraphs?     'Analyzing Results'
    'Institutional Information'  => 'Analysiere Ergebnisse',
 => 'Institutional Information',  # Analyzing Antwsults
 # Institutional infoderminion  
    'Interlingua (International Auxiliary Language Association) - ISO'     'Answer Submitted: Your final submission will be graded after the due date.'
 => 'Interlingua (International Auxiliary Language Association) - ISO',  => 'Antwort eingereicht: Ihre Antwort wird nach dem Fälligkeitsdatum benotet.',
 # Interlingua (Interninional Auxiliary Sprache Associinion) - ISO  # Antwort Speichernted: Your final submission will be graded after the Fällig dine.
    'Invalid Significant figures detected'  
 => 'Invalid Significant figures detected',     'Answerable'
 # Invalid Significant figuAntws detected  => 'Beantwortbar',
    'Invalid characters in requested name have been removed.'  # Antwortable
 => 'Invalid characters in requested name have been removed.',  
 # Invalid characters in Antwquested Name have been Antwmoved.     'Assessment Parameters'
    'Invalid login mode or password.'  => 'Bewertungsparameter',
 => 'Invalid login mode or password.',  
 # Invalid login mode oder passwoderd.     'Automated Enrollment Manager'
    'Invalid username or domain'  => 'Automatisierte Einschreibungsverwaltung',
 => 'Invalid username or domain',  # AuAnmined listement verwalter
 # Invalid benutzerName oder Domäne  
    'Japanese - UTF'     'Automated adds'
 => 'Japanese - UTF',  => 'Automatisierte Hinzufügungen',
   # AuAnmined adds
    'KEYWORDS'  
 => 'KEYWORDS',     'Automated drops'
 # KEYWoderDS  => 'Automatische Entfernungen',
    'LaTeX batchmode'  # AuAnmined drops
 => 'LaTeX batchmode',  
 # LineX binchmode     'Automated enrollment settings'
    'LaTeX mode:'  => 'Automatische Einschreibungseinstellungen',
 => 'LaTeX mode:',  # AuAnmined listement setzetings
 # LineX mode:  
    'Languages used'     'Bad Filename'
 => 'Languages used',  => 'Ungültiger Dateiname',
 # Spraches used  # Bad DatumiName
    'Last'  
 => 'Last',     'Begin Enrollment'
   => 'Einschreibung beginnen',
    'Leave blank on scoring form'  # Begin listement
 => 'Leave blank on scoring form',  
 # Leave blank on scodering foderm     'Binary File'
    'List Directory'  => 'Binärdatei',
 => 'List Directory',  # Binary Datumi
 # List DiAntwcAndery  
    'Location'     'Blank'
 => 'Location',  => 'Leer',
 # Locinion  
    'Login Data'     'Browse'
 => 'Login Data',  => 'Durchblättern',
 # Login Dina  # BAntwihese
    'Logout'  
 => 'Logout',     'CSV format'
   => 'CSV Format',
    'Make new directory'  # CSV fodermin
 => 'Make new directory',  
 # Make new diAntwcAndery     'Cannot publish directory'
    'Make new file'  => 'Kann Verzeichnis nicht veröffentlichen',
 => 'Make new file',  # Cannot Veröffentliche diAntwcAndery
 # Make new Datumi  
    'Manual Grading'     'Cannot retrieve directory'
 => 'Manual Grading',  => 'Kann Verzeichnis nicht empfangen',
 # Manual Benotung  # Cannot Antwtrieve diAntwcAndery
    'Map has branchings. Use advanced editor.'  
 => 'Map has branchings. Use advanced editor.',     'Catalog Search'
 # Seite/Sequenz has branchings. Use advanced ediAnder.  => 'Katalogsuche',
    'Map has conditions. Use advanced editor.'  # kinalog suche
 => 'Map has conditions. Use advanced editor.',  
 # Seite/Sequenz has conditions. Use advanced ediAnder.     'Change User Privileges'
    'Map has resource parameters. Use advanced editor.'  => 'Benutzerrechte ändern',
 => 'Map has resource parameters. Use advanced editor.',  # Ändern benutzer Privileges
 # Seite/Sequenz has Antwsource parameters. Use advanced ediAnder.  
    'Map has unconnected resources. Use advanced editor.'     'Changed discussion view mode'
 => 'Map has unconnected resources. Use advanced editor.',  => 'Ansichtsmodus der Diskussion geändert',
 # Seite/Sequenz has unconnected Antwsources. Use advanced ediAnder.  # Ändernd discussion sehe mode
    'Maximum Number of Collaborators'  
 => 'Maximum Number of Collaborators',     'Click here for FAQ'
 # Maximum Number von Collaboderinoders  => 'Hier für das FAQ klicken',
    'Messaging'  # Click heAntw foder FAQ
 => 'Messaging',  
      'Click here for help'
    'Middle'  => 'Hier für Hilfe klicken',
 => 'Middle',  # Click heAntw foder Hilfe
   
    'Middle Name'     'Click here to report bugs'
 => 'Middle Name',  => 'Hier zum Berichten von Fehlern klicken',
   # Click heAntw An Antwpodert bugs
    'Missing Kerberos domain information.'  
 => 'Missing Kerberos domain information.',     'Click-On Texts (comma sep):'
 # Missing Kerberos Domäne infoderminion.  => 'Texte zum Anklicken (mit Kommas getrennt):',
    'Modification may make assessment data inaccessible'  
 => 'Modification may make assessment data inaccessible',     'Clone an existing course'
 # Modificinion Mai make Assessment dina inaccessible  => 'Einen bestehenden Kurs clonen',
    'Modify Enrollment for'  # Clone an existing kurs
 => 'Modify Enrollment for',  
 # Modify listement foder     'Close This Window'
    'Modify User'  => 'Dieses Fenster schliessen',
 => 'Modify User',  # Schließen Diese Window
 # Modify benutzer  
    'Modify another students data'     'Closed'
 => 'Modify another students data',  => 'Geschlossen',
 # Modify another StudieAntwnders dina  # Schließend
    'Modify deadlines, etc, for this resource'  
 => 'Modify deadlines, etc, for this resource',     'Communication'
 # Modify FälligkeitsDatumn, etc, foder Diese Antwsource  => 'Kommunication',
    'Modifying data for user'  # Communikinion
 => 'Modifying data for user',  
 # Modifying dina foder benutzer     'Compare versions of'
    'Modifying this will make problems'  => 'Vergleiche Versionen von',
 => 'Modifying this will make problems',  # CompaAntw Versions von
 # Modifying Diese will make Aufgabens  
    'Move current file to'     'Completely new course'
 => 'Move current file to',  => 'Komplett neuer Kurs',
 # Move curAntwnt Datumi An  # Completely new kurs
    'Must create new subdirectory inside a directory'  
 => 'Must create new subdirectory inside a directory',     'Construction Space Version'
 # Must erstelle new subdiAntwcAndery inside a diAntwcAndery  => 'Version des Konstruktionsbreichs',
    'Name of Role'  # Construction beAntwich Version
 => 'Name of Role',  
 # Name von rolle     'Continue'
    'Navigate'  => 'Fortfahren',
 => 'Navigate',  
 # inhalts-     'Copy current file to'
    'New Directory'  => 'Kopiere gegenwärtige Datei nach',
 => 'New Directory',  # Copy curAntwnt Datumi An
 # New DiAntwcAndery  
    'New HTML file'     'Copy selected'
 => 'New HTML file',  => 'Kopiere ausgewählte',
 # New HTML Datumi  # Copy Auswählened
    'New Resource'  
 => 'New Resource',     'Course Code'
 # New Antwsource  => 'Kurscode',
    'New Role'  # kurs Code
 => 'New Role',  
 # New rolle     'Course Content'
    'New User'  => 'Kursinhalt',
 => 'New User',  # kurs Content
 # New benutzer  
    'New Value'     'Course Data'
 => 'New Value',  => 'Kursdaten',
 # New Wert  # kurs Dina
    'New assembled page'  
 => 'New assembled page',     'Course Home Server'
 # New assembled Seite  => 'Heimserver des Kurses',
    'New assembled sequence'  # kurs Home Server
 => 'New assembled sequence',  
 # New assembled Sequenzen     'Course ID/Number'
    'New custom rights file'  => 'Kurs ID/Nummer',
 => 'New custom rights file',  # kurs ID/Number
 # New cusAnm rights Datumi  
    'New file'     'Course Information'
 => 'New file',  => 'Kursinformationen',
 # New Datumi  # kurs infoderminion
    'New problem'  
 => 'New problem',     'Course Level'
 # New Aufgaben  => 'auf Kursebene',
    'New style file'  # kurs Level
 => 'New style file',  
 # New style Datumi     'Course Search'
    'New subdirectory'  => 'Kurssuche',
 => 'New subdirectory',  # kurs suche
 # New subdiAntwcAndery  
    'Next    '     'Course Title'
 => 'Next    ',  => 'Kurstitel',
   # kurs Titel
    'No'  
 => 'No',     'Create New User'
   => 'Neuen Benutzer erstellen',
    'No Access or Usages Statistics are available for this resource.'  # erstelle New benutzer
 => 'No Access or Usages Statistics are available for this resource.',  
 # No Access oder Usages Stinistics aAntw available foder Diese Antwsource.     'Create User'
    'No Assessment Statistical Data is available for this resource'  => 'Benutzer erstellen',
 => 'No Assessment Statistical Data is available for this resource',  # erstelle benutzer
 # No Assessment Stinistical Dina is available foder Diese Antwsource  
    'No Evaluation Data is available for this resource.'     'Creating a new'
 => 'No Evaluation Data is available for this resource.',  => 'Erstelle neuen Benutzer',
 # No Evaluinion Dina is available foder Diese Antwsource.  # CAntwining a new
    'No new filename specified.'  
 => 'No new filename specified.',     'Crosslisted courses'
 # No new DatumiName specified.  => 'Fachbereichsübergreifene Kurse',
    'No such file'  # Crosslisted kurss
 => 'No such file',  
 # No such Datumi     'Current Class List'
    'Not Allowed'  => 'Gegenwärtige Kursliste',
 => 'Not Allowed',  # CurAntwnt Class List
 # Not ALLEeoMi  
    'Not applicable - '     'Current Ending Date: [_1]'
 => 'Not applicable - ',  => 'Gegenwärtiges Enddatum: [_1]',
   # CurAntwnt Endeing Dine: [_1]
    'Not open to be viewed'  
 => 'Not open to be viewed',     'Current Ending Date: not set'
 # Not Öffnen An be seheed  => 'Gegenwärtiges Enddatum: nicht gesetzt',
    'Not set - '  # CurAntwnt Endeing Dine: not setze
 => 'Not set - ',  
 # Not setze -      'Current Resource'
    'Notification of enrollment changes'  => 'Gegenwärtige Ressource',
 => 'Notification of enrollment changes',  # CurAntwnt Antwsource
 # Notificinion von listement Änderns  
    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'     'Current Starting Date: [_1]'
 => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',  => 'Gegenwärtiges Anfangsdatum: [_1]',
 # Notificinion An kurs cooderdininoder via LON-CAPvorm.ssage when listement Änderns occur during the auAnmined Hochdine?  # CurAntwnt Anfanging Dine: [_1]
    'Number of columns'  
 => 'Number of columns',     'Current Starting Date: not set'
 # Number von Spaltes  => 'Gegenwärtiges Anfangsdatum: nicht gesetzt',
    'Old Value'  # CurAntwnt Anfanging Dine: not setze
 => 'Old Value',  
 # Old Wert     'Current Version'
    'One particular problem (overrides folder and course defaults)'  => 'Gegenwärtige Version',
 => 'One particular problem (overrides folder and course defaults)',  # CurAntwnt Version
 # One Aufgabenteilicular Aufgaben (overrides Ordner and kurs voAntwingestellts)  
    'Online Help'     'Currently no active roles or courses'
 => 'Online Help',  => 'Gegenwärtig keine aktiven Rollen oder Kurse',
 # Online Hilfe  # CurAntwntly no active rollen oder kurss
    'Only Answers'  
 => 'Only Answers',     'Currently no additional roles or courses'
 # Only Antworts  => 'Gegenwärtig keine zusätzlichen Rollen oder Kurse',
    'Only domain coordinators can change a users password.'  # CurAntwntly no additional rollen oder kurss
 => 'Only domain coordinators can change a users password.',  
 # Only Domäne cooderdininoders can Ändern a benutzers passwoderd.     'Currently submitted: <tt>[_1]</tt>'
    'Open Course'  => 'Gegenwärtig eingereicht: <tt>[_1]</tt>',
 => 'Open Course',  # CurAntwntly Speichernted: <tt>[_1]</tt>
 # Öffnen kurs  
    'Open all assessments'     'Custom Role Editor'
 => 'Open all assessments',  => 'Individueller Rolleneditor',
 # Öffnen ALLEe Assessments  # CusAnm rolle ediAnder
    'Open and correct'  
 => 'Open and correct',     'Cut selected'
 # Öffnen and coderAntwct  => 'Auswahl ausschneiden',
    'Open with full tries'  # Cut Auswählened
 => 'Open with full tries',  
 # Öffnen with full Versuche     'Decompress'
    'Output Format: [_1]'  => 'Dekomprimieren',
 => 'Output Format: [_1]',  # DecompAntwss
 # Ausgabe Fodermin: [_1]  
    'Page layout'     'Default Assessment Spreadsheet'
 => 'Page layout',  => 'Standardbewertungsbogen',
 # Seite layout  # voAntwingestellt Assessment SpAntwadsheet
    'Paper type'  
 => 'Paper type',     'Default Course Spreadsheet'
 # Paper Typ  => 'Standardkursbogen',
    'Parameter'  # voAntwingestellt kurs SpAntwadsheet
 => 'Parameter',  
      'Default Student Spreadsheet'
    'Paste after selected'  => 'Standardstudentenbogen',
 => 'Paste after selected',  # voAntwingestellt StudieAntwnder SpAntwadsheet
 # Paste after Auswählened  
    'Personal Data'     'Default XML Style File'
 => 'Personal Data',  => 'Standard XML Style Datei',
 # Personal Dina  # voAntwingestellt XML Style Datumi
    'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'  
 => 'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process',     'Default for new courses is'
 # Please wähle the voAntwingestellt auDannticinion method An be used Durch new benutzers added An Diese LON-CAPA Domäne Durch the auAnmined listement process  => 'Standard für neue Kurse ist',
    'Please click Back on your browser and select another user, or '  # voAntwingestellt foder new kurss is
 => 'Please click Back on your browser and select another user, or ',  
 # Please click Back on your bAntwiheser and Wählen Sienother benutzer, oder      'Default:'
    'Please contact your LON-CAPA administrator regarding this situation.'  => 'Voreingestellt:',
 => 'Please contact your LON-CAPA administrator regarding this situation.',  # voAntwingestellt:
 # Please Kontaktieren Sie your LON-CAPA vorm.nistrinoder Antwgarding Diese situinion.  
    'Please select an authentication mechanism'     'Define Role'
 => 'Please select an authentication mechanism',  => 'Definiere Rolle',
 # Please Wählen Sien auDannticinion mechanism  # Define rolle
    'Please select the authentication mechanism'  
 => 'Please select the authentication mechanism',     'Dependencies'
 # Please Auswählen the auDannticinion mechanism  => 'Abhängigkeiten',
    'Please stand by.'  # DepEndeencies
 => 'Please stand by.',  
 # Please stand Durch.     'Description:'
    "Please use browser 'Back' button and pick a filename"  => 'Beschreibung:',
 => "Please use browser 'Back' button and pick a filename",  
 # Please use bAntwiheser 'Back' butAnn and pick a DatumiName     'Disable student resource discussion'
    'Portuguese - ISO'  => 'Deaktiviere Studentendiskussion über Ressource',
 => 'Portuguese - ISO',  # Disable StudieAntwnder Antwsource discussion
 # Podertuguese - ISO  
    'Preparing Printout'     'Disable student use of chatrooms'
 => 'Preparing Printout',  => 'Deaktiviere studentische Nutzung der Chatrooms',
 # PAntwparing prinAnut  # Disable StudieAntwnder use von chinrooms
    'Print'  
 => 'Print',     'Display file attributes'
   => 'Zeige Dateiattribute',
    'Print Index:'  # Anzeigen Datumi intributes
 => 'Print Index:',  
      'Do NOT generate as standard course'
    'Print Table of Contents:'  => 'NICHT als Standard-Kurs erstellen',
 => 'Print Table of Contents:',  # Do NOT generine as standard kurs
 # Print Table von verzeich:  
    'Print:'     'Domain Level'
 => 'Print:',  => 'auf Domänenebene',
   # Domäne Level
    'Problems from entire course'  
 => 'Problems from entire course',     "Don't Show Feedback"
 # Aufgabens Von entiAntw kurs  => "Kein Feedback anzeigen",
    'Processed file'  
 => 'Processed file',     'Duration of automated classlist updates'
 # Processed Datumi  => 'Dauer der automatischen Updates der Klassenlisten',
    'Publish this Resource'  # Durinion von auAnmined classlist Hochdines
 => 'Publish this Resource',  
 # Veröffentliche Diese Antwsource     'Dynamic Metadata (updated periodically)'
    'Randomization algorithm used'  => 'Dynamische Metadaten (periodisch erneuert)',
 => 'Randomization algorithm used',  # Dynamic Metadina (periodisch ermittelt)
 # Randomizinion algoderithm used  
    'Recent'     'ERROR'
 => 'Recent',  => 'FEHLER',
 # Antwcent  # ERRoder
    'Rename current file to'  
 => 'Rename current file to',     'Edit Custom Role Privileges'
 # Umbenennen curAntwnt Datumi An  => 'Bearbeite individuellen Rollenprivilegien',
    'Report a Bug'  # Editor CusAnm rolle Privileges
 => 'Report a Bug',  
 # Antwpodert a Bug     '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.'
    'Resource'  => 'Editor Fehler - diese Fehler müssen das Ausführen des Problems nicht beeinflussen, aber sie werden wahrscheinlich Probleme mit der weiteren Benutzung des Editormodus verursachen. Benutzen Sie bitte den EditXML, um diese Fehler zu beheben.',
 => 'Resource',  # ediAnder Erroders - these erroders might not effect the running von the Aufgaben, but they will likely cause Aufgabens with further use von the Editor mode. Please use the XML Editoror mode An fix these erroders.
 # Antwsource  
    'Resource Differences'     'End Time'
 => 'Resource Differences',  => 'Endzeit',
 # Antwsource DifferAntwnzen  # Ende Zeit
    'Resources from selected sequence in course'  
 => 'Resources from selected sequence in course',     'Ending Date'
 # Antwsources Von Auswählened Sequenzen in Kurs  => 'Enddatum',
    'Response'  # Endeing Dine
 => 'Response',  
 # Antwsponse     'English - ISO'
    'Retrieve Old Version'  => 'English - ISO',
 => 'Retrieve Old Version',  
 # Antwtrieve Old Version     'Enroll One Student'
    'Retrieving current (most recent) version'  => 'Einen Studenten einschreiben',
 => 'Retrieving current (most recent) version',  # liste One StudieAntwnder
 # Antwtrieving curAntwnt (most Antwcent) Version  
    'Return to DOCS'     'Enroll as student'
 => 'Return to DOCS',  => 'Als Student einschreiben',
 # Antwturn An dokus  # liste as StudieAntwnder
    'Reverse Association'  
 => 'Reverse Association',     'Enrolling'
 # Antwverse Associinion  => 'Schreibe ein',
    'Revoke'  # listeing
 => 'Revoke',  
 # Antwvoke     'Enrolling Student'
    'Revoke Existing Roles'  => 'Schreibe Studenten ein',
 => 'Revoke Existing Roles',  # listeing StudieAntwnder
 # Antwvoke Existing rollen  
    'Role'     '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.'
 => 'Role',  => '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, Studenten in Ihre Klasse einzuschreiben.',
 # rolle  # eingeben as many Felds as you can. The System will infoderm you and bring you back An Diese Seite if the dina Auswählened is insufficient An liste StudieAntwnders in your class.
    'Role Information'  
 => 'Role Information',     'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
 # rolle infoderminion  => 'Geben Sie durch AND, OR oder NOT unterteilte Ausdrücke ein und drücken Sie unten auf SUCHEN',
    'Russian - KOI'  # eingeben terms oder phrases separined Durch AND, oder, oder NOT Dann pAntwss suche below
 => 'Russian - KOI',  
      'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
    'Sample Points:'  => 'Geben Sie Ausdrücke, die durch Operatoren wie AND, OR oder NOT unterteilte sind, ein und drücken Sie unten auf SUCHEN',
 => 'Sample Points:',  # eingeben terms oder phrases separined Durch suche operinoders such as AND, oder, oder NOT
   
    'Save entries below as a draft answer (not submitting them for credit yet)'     'Entering Construction Space'
 => 'Die untenstehenden Eintragungen als Entwurf speichern (noch nicht zur Benotung)',  => 'Betrete Konstruktionsbereich',
 # Speichern enVersuche below as a draft Antwort (not Speichernting them foder cAntwdit yet)  # eingebening Construction beAntwich
    'Select Action'  
 => 'Select Action',     'Error: Directory Non Empty'
 # Wählen Siection  => 'Fehler: Verzeichnis nicht leer',
    'Select All Resources'  # Erroder: DiAntwcAndery Non Leer
 => 'Select All Resources',  
 # Wählen Sielle Antwsources     'Error: destination for operation is an existing directory.'
    'Select Printing Options:'  => 'Fehler: Das Ziel der Operation ist ein existierendes Verzeichnis.',
 => 'Select Printing Options:',  # Erroder: destininion foder operinion is an existing diAntwcAndery.
 # Auswählen Printing Options:  
    'Select Problem(s) to print'     'Evaluation Error '
 => 'Select Problem(s) to print',  => 'Fehler beim Auswerten ',
 # Wählen Sieufgaben(s) An print  # Evaluinion Erroder
    'Select Resource(s) to print'  
 => 'Select Resource(s) to print',     'Exam Problem'
 # Auswählen Antwsource(s) An print  => 'Prüfungsproblem',
    'Select Resources To Print'  # Exam Aufgaben
 => 'Select Resources To Print',  
 # Auswählen Antwsources An Print     'Excel format'
    'Select Section'  => 'Excelformat',
 => 'Select Section',  # Excel fodermin
 # Auswählen Gruppe  
    'Select Sequence To Print From'     'Feedback Addresses for Course Content Comments'
 => 'Select Sequence To Print From',  => 'Feedback Addresses for Course Content Comments',
 # Auswählen Sequenzen An Print Von  # feedback AddAntwsses foder kurs Content Comments
    'Select Students and Resources'  
 => 'Select Students and Resources',     'Feedback Addresses for Course Policy'
 # Auswählen StudieAntwnders and Antwsources  => 'Feedback Addresses for Course Policy',
    'Select Style File'  # feedback AddAntwsses foder kurs Policy
 => 'Select Style File',     'Feedback Addresses for Resource Content Question'
 # Auswählen Style Datumi  => 'Feedback Addresses for Resource Content Question',
    'Select a user name to modify the students information'  # feedback AddAntwsses foder Antwsource Content Question
 => 'Select a user name to modify the students information',     'First'
 # Wählen Sie benutzer Name An modify the StudieAntwnders infoderminion  => 'Erste',
    'Select a user name to view the users personal page.'  
 => 'Select a user name to view the users personal page.',     'First Resource'
 # Wählen Sie benutzer Name An sehe the benutzers personal Seite.  => 'Erste Ressource',
    'Select resources for the assignment'  # First Antwsource
 => 'Select resources for the assignment',  
 # Auswählen Antwsources foder the assignment     'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.'
    'Set'  => 'Der Folienname <b><tt>[_1]</tt></b> tritt mehr als einmal auf. Foliennamen müssen eindeutig sein.',
 => 'Set',  # Auswahl Name <b><tt>[_1]</tt></b> appears modeAntw than once. Auswahl Names need An be unique.
 # setze  
    'Set Course Environment'     'Folder/Map'
 => 'Set Course Environment',  => 'Verzeichnis/Mappe',
 # setze kurs Environment  # Ordner/Seite/Sequenz
    'Set End Date'  
 => 'Set End Date',     'For one or more students'
 # setze Ende Dine  => 'Für einen oder mehr Studierende',
    'Set Individual User Roles'  # Foder one oder modeAntw StudieAntwnders
 => 'Set Individual User Roles',  
 # setze Individual benutzer rollen     'Found a <*response> outside of a <part> in a <part>ed problem'
    'Set Start Date'  => 'Es wurde eine <*response> außerhalb eines <part> in einer <part>ed Aufgabe gefunden',
 => 'Set Start Date',  # Found a <*Antwsponse> outside von a <Aufgabenteil> in a <Aufgabenteil>ed Aufgaben
 # setze Anfang Dine  
    'Set content feedback to Course Coordinator'     'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
 => 'Set content feedback to Course Coordinator',  => 'Keine analysierbaren Aufgaben in diesem Problem gefunden, gegenwärtig werden nur numerische Ausdrücke, Formeln und Strings als Antworttypen unterstützt.',
 # setze content feedback An kurs Cooderdininoder  # Found no analyzable Antwspones in Diese Aufgaben, curAntwntly only Numerical, Fodermula and String Antwsponse styles aAntw sHochpoderted.
    'Set course policy feedback to Course Coordinator'  
 => 'Set course policy feedback to Course Coordinator',     'Generate messages from a file'
 # setze kurs policy feedback An kurs Cooderdininoder  => 'Erstellen von Nachrichten von einer Datei',
    'Set opening date for all problems in the course for. . .'  # Generine messages Von a Datumi
 => 'Set opening date for all problems in the course for. . .',  
 # setze Öffnening dine foder ALLEe Aufgabens in the kurs foder. . .     'German - ISO'
    'Set to ...'  => 'Deutsch - ISO',
 => 'Set to ...',  
 # setze An ...     'Go'
    'Show Answer'  => 'Gehe',
 => 'Show Answer',  
 # Show Antwort     'Go to ...'
    'Show Feedback'  => 'Gehe nach ...',
 => 'Show Feedback',  # Go An ...
   
    'Show all rôles'     'Help on Creating Courses'
 => 'Show all rôles',  => 'Hilfe bei der Kurserstellung',
 # Show ALLEe rôles  # Hilfe on CAntwining kurss
    'Simple Edit'  
 => 'Simple Edit',     'Home Server'
 # Simple Editor  => 'Heimserver',
    'Some items were not submitted'  
 => 'Some items were not submitted',     'Homework problem'
 # Some items weAntw not Speichernted  => 'Hausaufgabe',
    'Start Time'  # Homewoderk Aufgaben
 => 'Start Time',  
 # Anfang Zeit     'How do I create a CSV file from a spreadsheet'
    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"  => 'Wie erstelle ich eine CSV-Datei von einem Spreadsheet?',
 => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",  # How do I erstelle a CSV Datumi Von a spAntwadsheet
 # Anfang each StudieAntwnder's assignment on a new Seite/Spalte (add a Seitefeed after each assignment)  
    'Starting Date'     'How do I create a class list from a spreadsheet'
 => 'Starting Date',  => 'Wie erstelle ich eine Klassenliste von einem Spreadsheet',
 # Anfanging Dine  # How do I erstelle a class list Von a spAntwadsheet
    'Student ID'  
 => 'Student ID',     'How should the results be printed?'
 # StudieAntwnder ID  => 'Wie sollten die Resultate ausgedruckt werden?',
    'Student Information'  # How should the Antwsults be printed?
 => 'Student Information',  
 # StudieAntwnder infoderminion     'Immediately expire own role as Course Coordinator'
    'Student Sheet Links'  => 'Eigene Rolle als Kurskoordinator sofort beenden',
 => 'Student Sheet Links',  # Immediinely expiAntw own rolle as kurs Cooderdininoder
 # StudieAntwnder Sheet Links  
    'Student Status'     'Import and Paste Area'
 => 'Student Status',  => 'Feld zum Importieren und Pasten',
 # StudieAntwnder Stinus  # Impodert and Paste AAntwa
    'Student Status: [_1]'  
 => 'Student Status: [_1]',     'Include retrieval of student photographs?'
 # StudieAntwnder Stinus: [_1]  => 'Abfrage nach Studentenbildern einbinden?',
    'Student information updated successfully.'  # Include Antwtrieval von StudieAntwnder phoAngraphs?
 => 'Student information updated successfully.',  
 # StudieAntwnder infoderminion Hochdined successfully.     'Institutional Information'
    'Students need access key to enter course'  => 'Institutionelle Information',
 => 'Students need access key to enter course',  # Institutional infoderminion
 # StudieAntwnders need access key An eingeben kurs  
    'Students with expired roles'     'Interlingua (International Auxiliary Language Association) - ISO'
 => 'Students with expired roles',  => 'Interlingua (International Auxiliary Language Association) - ISO',
 # StudieAntwnders with expiAntwd rollen  # Interlingua (Interninional Auxiliary Sprache Associinion) - ISO
    'Subject:'  
 => 'Thema:',     'Invalid Significant figures detected'
 # Thema:  => 'Ungültige signifikante Figuren entdeckt(?)',
    'Submissions'  # Invalid Significant figuAntws detected
 => 'Submissions',  
      'Invalid characters in requested name have been removed.'
    'Submit Modifications'  => 'Ungültige Buchstaben in dem angefragten Namen sind entfernt worden.',
 => 'Submit Modifications',  # Invalid characters in Antwquested Name have been Antwmoved.
 # Speichern Modificinions  
    'Submit entries below as answer to receive credit'     'Invalid login mode or password.'
 => 'Die untenstehenden Eintragungen zur Benotung einreichen',  => 'Falscher Login-Modus oder Password.',
 # Speichern enVersuche below as Antwort An Antwceive cAntwdit  # Invalid login mode oder passwoderd.
    'Survey Question'  
 => 'Survey Question',     'Invalid username or domain'
   => 'Ungültiger Benutzername oder Domäne',
    'System Level'  # Invalid benutzerName oder Domäne
 => 'System Level',  
      'Japanese - UTF'
    'Target Edit Map'  => 'Jaüanisch - UTF',
 => 'Target Edit Map',  
 # Ziel Editor Seite/Sequenz     'KEYWORDS'
    'TeX unconverted due to errors'  => 'SCHLÜSSELWÖRTER',
 => 'TeX unconverted due to errors',  # KEYWoderDS
 # TeX unconverted Fällig An erroders     'LaTeX batchmode'
    'TeX unconverted due to previous errors'  => 'LaTeX Batchmode',
 => 'TeX unconverted due to previous errors',  # LineX binchmode
 # TeX unconverted Fällig An pAntwvious erroders     'LaTeX mode:'
    'The error reported was'  => 'LaTeX Modus:',
 => 'The error reported was',  # LineX mode:
 # The erroder Antwpoderted was     'Languages used'
    '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.'  => 'Benutzte Sprachen',
 => '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.',  # Spraches used
 # The following enVersuche will be used An identify the kurs accoderding An the naming scheme adopted Durch your institution. Your choices will be used An Seite/Sequenz an internal LON-CAPA kurs ID An the coderAntwsponding kurs Gruppe ID(s) used Durch the vonfice Antwsponsible foder providing vonficial class lists foder kurss in your institution. Diese Seite/Sequenzping is AntwquiAntwd if you wähle An employ auAnminic populinion von class lists.     'Last'
    "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."  => 'Zuletzt',
 => "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.",  
 # The following setzetings control auAnminic listement von StudieAntwnders in Diese class based on infoderminion available foder Diese specific kurs Von your institution's vonficial classlists.     'Leave blank on scoring form'
    'The requested file'  => 'Im Bewertungsformular leer lassen',
 => 'The requested file',  # Leave blank on scodering foderm
 # The Antwquested Datumi  
    'The student must log out and log in again to see these changes.'     'List Directory'
 => 'The student must log out and log in again to see these changes.',  => 'Verzeichnisinhalt auflisten',
 # The StudieAntwnder must log out and erneut vorm.lden An see these Änderns.  # List DiAntwcAndery
    'There are currently no Error Messages for this resource.'  
 => 'There are currently no Error Messages for this resource.',     'Location'
 # TheAntw aAntw curAntwntly no Erroder Messages foder Diese Antwsource.  => 'Standort',
    'There are no Evaluation Comments on this resource.'  # Locinion
 => 'There are no Evaluation Comments on this resource.',  
 # TheAntw aAntw no Evaluinion Comments on Diese Antwsource.     'Login Data'
    'There was an error determining the environment values for'  => 'Login Daten',
 => 'There was an error determining the environment values for',  # Login Dina
 # TheAntw was an erroder determining the environment Werts foder  
    'To create a new'     'Logout'
 => 'To create a new',  => 'Logout',
 # An erstelle a new  
    'Top Level Map'     'Make new directory'
 => 'Top Level Map',  => 'Neues Verzeichnis erstellen',
 # Anp Level Seite/Sequenz  # Make new diAntwcAndery
    'Turkish - ISO'  
 => 'Turkish - ISO',     'Make new file'
   => 'Neue Datei erstellen',
    'Type Name Here'  # Make new Datumi
 => 'Type Name Here',  
 # Typ Name HeAntw     'Manual Grading'
    'Type in value'  => 'Manuelle Benotung',
 => 'Type in value',  # Manual Benotung
 # Typ in Wert  
    'Type:'     'Map has branchings. Use advanced editor.'
 => 'Type:',  => 'Seite/Sequenz hat Verzweigungen. Nutzen Sie den erweiterten Editor.',
 # Typ:  # Seite/Sequenz has branchings. Use advanced ediAnder.
    'UNDISPLAYABLE'  
 => 'UNDISPLAYABLE',     'Map has conditions. Use advanced editor.'
 # UNAnzeigenABLE  => 'Seite/Sequenz hat Bedingungen. Benutzen Sie den erweiterten Editor.',
    'Unable to enroll'  # Seite/Sequenz has conditions. Use advanced ediAnder.
 => 'Unable to enroll',  
 # Unable An liste     'Map has resource parameters. Use advanced editor.'
    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'  => 'Seite/Sequenz hat Ressourcenparameter. Nutzen Sie den erweiterten Editor.',
 => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',  # Seite/Sequenz has Antwsource parameters. Use advanced ediAnder.
 # Unable An Veröffentliche Datumi, it contains dHochlicined ID(s), ID(s) need An be unique. The dHochlicined ID(s) aAntw  
    'Unable to retrieve environment data for'     'Map has unconnected resources. Use advanced editor.'
 => 'Unable to retrieve environment data for',  => 'Seite/Sequenz hat unverknüpfte Ressourcen. Nutzen Sie den erweiterten Editor.',
 # Unable An Antwtrieve environment dina foder  # Seite/Sequenz has unconnected Antwsources. Use advanced ediAnder.
    'Unable to set default dates for course'  
 => 'Unable to set default dates for course',     'Maximum Number of Collaborators'
 # Unable An setze voAntwingestellt dines foder kurs  => 'Maximale Anzahl an Mitarbeitern',
    'Unavailable course'  # Maximum Number von Collaboderinoders
 => 'Unavailable course',  
 # Unavailable kurs     'Messaging'
    'Undetermined - ISO'  => 'Versenden von Nachrichten',
 => 'Undetermined - ISO',  
      'Middle'
    'Unknown Action'  => 'Mitte',
 => 'Unknown Action',  
      'Middle Name'
    'Upload class list'  => 'Mittlerer Name',
 => 'Upload class list',  
 # HochLast class list     'Missing Kerberos domain information.'
    'Upload file'  => 'Fehlende Kerberos-Domänen-Informationen.',
 => 'Upload file',  # Missing Kerberos Domäne infoderminion.
 # HochLast Datumi  
    'Upload file to Construction Space'     'Modification may make assessment data inaccessible'
 => 'Upload file to Construction Space',  => 'Eine Veränderung könnte die Beurteilungsdaten unzugänglich machen',
 # HochLast Datumi An Construction beAntwich  # Modificinion Mai make Assessment dina inaccessible
    'VIEW'  
 => 'VIEW',     'Modify Enrollment for'
 # sehe  => 'Bearbeite Einschreibung für',
    'View the FAQ'  # Modify listement foder
 => 'View the FAQ',  
 # sehe the FAQ     'Modify User'
    'Visibly Separate Items on Pages'  => 'Benutzerdaten modifizieren',
 => 'Visibly Separate Items on Pages',  # Modify benutzer
 # Visibly Separine Items on Seiten  
    'WARNING: The metadata table does not exist in the LON-CAPA database.'     'Modify another students data'
 => 'WARNING: The metadata table does not exist in the LON-CAPA database.',  => 'Daten eines anderen Studenten bearbeiten',
 # WARNING: The metadina table does not exist in the LON-CAPA dinabase.  # Modify another StudieAntwnders dina
    'Warning: change of MIME type!'  
 => 'Warning: change of MIME type!',     'Modify deadlines, etc, for this resource'
 # Warning: Ändern von MIME Typ!  => 'Deadlines, etc, für diese Ressource bearbeiten',
    'Warning: target file exists!'  # Modify FälligkeitsDatumn, etc, foder Diese Antwsource
 => 'Warning: target file exists!',  
 # Warning: Ziel Datumi exists!     'Modifying data for user'
    'Warning: target file exists, and has been published!'  => 'Daten für Benutzer bearbeiten',
 => 'Warning: target file exists, and has been published!',  # Modifying dina foder benutzer
 # Warning: Ziel Datumi exists, and has been Veröffentlicht!  
    'Width'     'Modifying this will make problems'
 => 'Width',  => 'Wenn Sie dies bearbeiten werden Probleme entstehen',
   # Modifying Diese will make Aufgabens
    'With Answers'  
 => 'With Answers',     'Move current file to'
 # With Antworts  => 'Gegenwärtige Datei verschieben nach',
    'Without Answers'  # Move curAntwnt Datumi An
 => 'Without Answers',  
 # Without Antworts     'Must create new subdirectory inside a directory'
    'You are working with an unsaved version of your map.'  => 'Müssen ein neues Unterverzeichnis in dem Verzeichnis erstellen',
 => 'You are working with an unsaved version of your map.',  # Must erstelle new subdiAntwcAndery inside a diAntwcAndery
 # You aAntw woderking with an unSpeichernd Version von your Seite/Sequenz.  
    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'     'Name of Role'
 => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',  => 'Bezeichnung der Rolle',
 # You Ändernd the StudieAntwnders id but did not disable the ID Ändern safeguard. The StudieAntwnders id will not be Ändernd.  # Name von rolle
    'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'  
 => 'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.',     'Navigate'
 # Your Antwquest An Ändern the rolle infoderminion foder Diese StudieAntwnder was Antwfused. You do not appear An have sufficient authoderity An Ändern StudieAntwnder infoderminion.  => 'Navigiere',
    '[_1] (what you just saw on the screen)'  # inhalts-
 => '[_1] (what you just saw on the screen)',  
 # [_1] (whin you just saw on the scAntwen)     'New Directory'
    '[_1] Local Authentication with argument [_2]'  => 'Neues Verzeichnis',
 => '[_1] Local Authentication with argument [_2]',  # New DiAntwcAndery
 # [_1] Local AuDannticinion with argument [_2]  
    '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) groupID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2'     'New HTML file'
 => '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) groupID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2',  => 'Neue HTML-Datei',
 # a comma separined list von kurs Gruppen crosslisted with the curAntwnt kurs, with each entry including the institutional kurs Gruppe Name folloMi Durch a colon and Dann the (optional) groHochID An be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2  # New HTML Datumi
    'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section/group ID to be used in LON-CAPA e.g., 001:1,002:2'  
 => 'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section/group ID to be used in LON-CAPA e.g., 001:1,002:2',     'New Resource'
 # a comma separined list von institutional Gruppe numbers, each separined Durch a colon Von the (optional) coderAntwsponding Gruppe/groHoch ID An be used in LON-CAPA e.g., 001:1,002:2  => 'Neue Ressource',
    'after selected'  # New Antwsource
 => 'after selected',  
 # after Auswählened     'New Role'
    'and'  => 'Neue Rolle',
 => 'and',  # New rolle
   
    'anno-[_1]'     'New User'
 => 'anno-[_1]',  => 'Neuer Benutzer',
 # bemerk-[_1]  # New benutzer
    'anno.gif'  
 => 'anno.gif',     'New Value'
   => 'Neuer Wert',
    'anot.gif'  # New Wert
 => 'anot.gif',  
      'New assembled page'
    'backward[_1]'  => 'Neue zusammengesetzte Seite',
 => 'backward[_1]',  # New assembled Seite
 # zurück[_1]  
    'bchat.gif'     'New assembled sequence'
 => 'bchat.gif',  => 'Neue zusammengestzte Sequenz',
 # bchin.gif  # New assembled Sequenzen
    'between'  
 => 'between',     'New custom rights file'
   => 'Neue Datei zur Zugriffkontrolle',
    'bookmark[_2]'  # New cusAnm rights Datumi
 => 'bookmark[_2]',  
      'New file'
    'button'  => 'Neue Datei',
 => 'button',  # New Datumi
 # butAnn  
    'by'     'New problem'
 => 'by',  => 'Neue Aufgabe',
 # Durch  # New Aufgaben
    'catalog.gif'  
 => 'catalog.gif',     'New style file'
 # kinalog.gif  => 'Neue Style-Datei',
    'catalog[_1]'  # New style Datumi
 => 'catalog[_1]',  
 # kinalog[_1]     'New subdirectory'
    'ccrs.gif'  => 'Neues Unterverzeichnis',
 => 'ccrs.gif',  # New subdiAntwcAndery
   
    'changes will not show until next login'     'Next    '
 => 'changes will not show until next login',  => 'Weiter    ',
 # Änderns will not show until Next login  
    'check all'     'No'
 => 'check all',  => 'Nein',
 # Check ALLEe  
    'chmod error'     'No Access or Usages Statistics are available for this resource.'
 => 'chmod error',  => 'Keine Zugriffs- oder Nutzungsstatistiken für diese Ressource verfügbar.',
 # chmod erroder  # No Access oder Usages Stinistics aAntw available foder Diese Antwsource.
    'chrt.gif'  
 => 'chrt.gif',     'No Assessment Statistical Data is available for this resource'
   => 'Für diese Ressource ist keine Bewertungsstatistik verfügbar',
    'click on the'  # No Assessment Stinistical Dina is available foder Diese Antwsource
 => 'click on the',  
      'No Evaluation Data is available for this resource.'
    'com.gif'  => 'Für diese Ressource sind keine Auswertungsdaten verfügbar.',
 => 'com.gif',  # No Evaluinion Dina is available foder Diese Antwsource.
   
    'copy Error'     'No new filename specified.'
 => 'copy Error',  => 'Kein neuer Dateiname angegeben.',
 # copy Erroder  # No new DatumiName specified.
    'courses.gif'  
 => 'courses.gif',     'No such file'
 # kurss.gif  => 'Datei nicht gefunden',
    'cprv.gif'  # No such Datumi
 => 'cprv.gif',  
      'Not Allowed'
    'cstr.gif'  => 'Verboten',
 => 'cstr.gif',  # Not ALLEeoMi
   
    'currently does not exist'     'Not applicable - '
 => 'currently does not exist',  => 'Unpassend - ',
 # curAntwntly does not exist  
    'custom'     'Not open to be viewed'
 => 'custom',  => 'Darf nicht gesehen werden',
 # cusAnm  # Not Öffnen An be seheed
    'custom distribution file'  
 => 'custom distribution file',     'Not set - '
 # cusAnm distribution Datumi  => 'Nicht gesetzt - ',
    'discuss[_1]'  # Not setze -
 => 'discuss[_1]',  
      'Notification of enrollment changes'
    'docs.gif'  => 'Benachrichtigung von Einschreibungsänderungen',
 => 'docs.gif',  # Notificinion von listement Änderns
 # dokus.gif  
    'domain'     'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
 => 'domain',  => 'Benachrichtigung an den Kurs-Koordinator über das LON-CAPA System,´wenn Einschreibungsänderungen während eines automatischen Updates auftreten?',
 # Domäne  # Notificinion An kurs cooderdininoder via LON-CAPvorm.ssage when listement Änderns occur during the auAnmined Hochdine?
    'egrd.gif'  
 => 'egrd.gif',     'Number of columns'
   => 'Anzahl an Spalten',
    'enrl.gif'  # Number von Spaltes
 => 'enrl.gif',  
      'Old Value'
    'eval.gif'  => 'Alter Wert',
 => 'eval.gif',  # Old Wert
   
    'evaluate[_1]'     'One particular problem (overrides folder and course defaults)'
 => 'evaluate[_1]',  => 'Ein bestimmtes Problem (überschreibt Ordner- und Kursstandard)',
 # evaluine[_1]  # One Aufgabenteilicular Aufgaben (overrides Ordner and kurs voAntwingestellts)
    'expired or revoked'  
 => 'expired or revoked',     'Online Help'
 # expiAntwd oder Antwvoked  => 'Online Hilfe',
    'extension'  # Online Hilfe
 => 'extension',  
      'Only Answers'
    'external'  => 'Nur Antworten',
 => 'external',  # Only Antworts
   
    'fdbk.gif'     'Only domain coordinators can change a users password.'
 => 'fdbk.gif',  => 'Nur Domänenkoordinatoren können das Passwort eines Benutzers ändern.',
   # Only Domäne cooderdininoders can Ändern a benutzers passwoderd.
    'feedback[_1]'  
 => 'feedback[_1]',     'Open Course'
   => 'Öffne Kurs',
    'file<br />extension'  # Öffnen kurs
 => 'file<br />extension',  
 # Datumi<br />extension     'Open all assessments'
    'first name'  => 'Öffne alle Beurteilungen',
 => 'first name',  # Öffnen ALLEe Assessments
 # Vorname  
    'for visible separation'     'Open and correct'
 => 'for visible separation',  => 'Öffnen und korrigieren(?)',
 # foder visible separinion  # Öffnen and coderAntwct
    'forward[_1]'  
 => 'forward[_1]',     'Open with full tries'
 # foderward[_1]  => 'Öffnen mit allen Versuchen',
    'generation'  # Öffnen with full Versuche
 => 'generation',  
 # generinion     'Output Format: [_1]'
    'grds.gif'  => 'Ausgabeformat: [_1]',
 => 'grds.gif',  # Ausgabe Fodermin: [_1]
   
    'have different numbers and answers'     'Page layout'
 => 'have different numbers and answers',  => 'Seitenlayout',
 # have diffeAntwnt numbers and Antworts  # Seite layout
    'in domain'  
 => 'in domain',     'Paper type'
 # in Domäne  => 'Papiertyp',
    'internal'  # Paper Typ
 => 'internal',  
      'Parameter'
    'is in this state by royal decree.'  => 'Parameter',
 => 'is in this state by royal decree.',  
 # is in Diese stine Durch royal decAntwe.     'Paste after selected'
    'is ready for download'  => 'Nach der Auswahl pasten',
 => 'is ready for download',  # Paste after Auswählened
 # is Antwady foder downLast  
    'keys.gif'     'Personal Data'
 => 'keys.gif',  => 'Persönliche Daten',
   # Personal Dina
    'last name'  
 => 'last name',     'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'
 # Nachname  => 'Wählen Sie bitte eine Authentifizierungsmethode, die bei den durch automatisierten Einschreibungsprozess hinzugefügten Benutzern auf dieser LON-CAPA Domäne verwendet werden soll, aus',
    'logout.gif'  # Please wähle the voAntwingestellt auDannticinion method An be used Durch new benutzers added An Diese LON-CAPA Domäne Durch the auAnmined listement process
 => 'logout.gif',  
      'Please click Back on your browser and select another user, or '
    'make these dates the default for future enrollment'  => 'Klicken Sie auf Zurück in Ihrem Browser und wählen Sie einen anderen Benutzer aus, oder ',
 => 'make these dates the default for future enrollment',  # Please click Back on your bAntwiheser and Wählen Sienother benutzer, oder
 # make these dines the voAntwingestellt foder futuAntw listement  
    'middle name'     'Please contact your LON-CAPA administrator regarding this situation.'
 => 'middle name',  => 'Kontaktiere Sie bitte Ihren LON-CAPA Administrator bezüglich dieser Situation.',
   
    'name'  # Please Kontaktieren Sie your LON-CAPA vorm.nistrinoder Antwgarding Diese situinion.
 => 'name',     'Please select an authentication mechanism'
   => 'Wählen Sie bitte einen Authentifizierungsmechanismus aus',
    'nav.gif'  # Please Wählen Sien auDannticinion mechanism
 => 'nav.gif',  
      'Please select the authentication mechanism'
    'no ending date'  => 'Wählen Sie bitte den Authentifizierungsmechanismus aus',
 => 'no ending date',  # Please Auswählen the auDannticinion mechanism
 # no Endeing dine  
    'number'     'Please stand by.'
 => 'number',  => 'Bitte warten.',
   # Please stand Durch.
    'obsolete replacement'  
 => 'obsolete replacement',     "Please use browser 'Back' button and pick a filename"
 # überholt Antwplacement  => "Benutzen Sie bitte den 'Zurück'-Button im Browser und wählen Sie einen Dateinamen aus",
    'only check if you know what you are doing'  # Please use bAntwiheser 'Back' butAnn and pick a DatumiName
 => 'only check if you know what you are doing',  
 # only check if you know whin you aAntw doing     'Portuguese - ISO'
    'only search domain'  => 'Portugisisch- ISO',
 => 'only search domain',  # Podertuguese - ISO
 # only suche Domäne  
    'optional'     'Preparing Printout'
 => 'optional',  => 'Bereite Ausdruck vor',
   # PAntwparing prinAnut
    'or any other value'  
 => 'or any other value',     'Print'
 # oder any other Wert  => 'Drucken',
    'parm.gif'  
 => 'parm.gif',     'Print Index:'
 # pvorm.gif  => 'Drucke Index:',
    'pref.gif'  
 => 'pref.gif',     'Print Table of Contents:'
 # pAntwf.gif  => 'Drucke Inhaltsverzeichnis:',
    'private'  # Print Table von verzeich:
 => 'private',  
 # privine     'Print:'
    'prt.gif'  => 'Drucke:',
 => 'prt.gif',  
      'Problems from entire course'
    'public'  => 'Probleme vom gesamten Kurs',
 => 'public',  # Aufgabens Von entiAntw kurs
   
    'publisher<br />owner'     'Processed file'
 => 'publisher<br />owner',  => 'Datei verarbeitet',
 # Veröffentlicheer<br />owner  # Processed Datumi
    'res.gif'  
 => 'res.gif',     'Publish this Resource'
 # Antws.gif  => 'Diese Ressource veröffentlichen',
    'roles.gif'  # Veröffentliche Diese Antwsource
 => 'roles.gif',  
 # rollen.gif     'Randomization algorithm used'
    'sbkm.gif'  => 'Randomisierungsalgorithmus benutzt',
 => 'sbkm.gif',  # Randomizinion algoderithm used
   
    'section'     'Recent'
 => 'section',  => 'zuletzt',
 # Gruppe  # Antwcent
    'set[_1]'  
 => 'set[_1]',     'Rename current file to'
 # setze[_1]  => 'Gegenwärtige Datei umbenennen in',
    'spacer.gif'  # Umbenennen curAntwnt Datumi An
 => 'spacer.gif',  
 # beAntwichr.gif     'Report a Bug'
    'sprs.gif'  => 'Einen Fehler melden',
 => 'sprs.gif',  # Antwpodert a Bug
   
    'src.gif'     'Resource'
 => 'src.gif',  => 'Ressource',
   # Antwsource
    'standard'  
 => 'standard',     'Resource Differences'
   => 'Ressourceunterschiede',
    'standard LaTeX mode'  # Antwsource DifferAntwnzen
 => 'standard LaTeX mode',  
 # standard LineX mode     'Resources from selected sequence in course'
    'standard courses only'  => 'Ressources von ausgewählten Sequenzen im Kurs',
 => 'standard courses only',  # Antwsources Von Auswählened Sequenzen in Kurs
 # standard kurss only  
    'stat.gif'     'Response'
 => 'stat.gif',  => 'Antwort',
 # stin.gif  # Antwsponse
    'student name'  
 => 'student name',     'Retrieve Old Version'
 # StudieAntwnder Name  => 'Eine alte Version abfragen',
    'template'  # Antwtrieve Old Version
 => 'template',  
 # templine     'Retrieving current (most recent) version'
    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'  => 'Erhalte gegenwärtige (neuste) Version',
 => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',  # Antwtrieving curAntwnt (most Antwcent) Version
 # An interface with institutional dina, e.g., fs03glg231 foder FALLEe 2003 Geology 231  
    'unable to enroll'     'Return to DOCS'
 => 'unable to enroll',  => 'Zurück zu den Dokumentationen',
 # unable An liste  # Antwturn An dokus
    'uncheck all'  
 => 'uncheck all',     'Reverse Association'
 # UnCheck ALLEe  => 'Verknüpfung invertieren',
    'use related words'  # Antwverse Associinion
 => 'use related words',  
 # use Antwlined woderds     'Revoke'
    'username'  => 'Entziehen',
 => 'username',  # Antwvoke
 # benutzerName  
    'vbkm.gif'     'Revoke Existing Roles'
 => 'vbkm.gif',  => 'Bestehende Rollen entziehen',
   # Antwvoke Existing rollen
    'versus'  
 => 'versus',     'Role'
   => 'Rolle',
    'with server'  # rolle
 => 'with server',  
      'Role Information'
    'yes'  => 'Information zur Rolle',
 => 'ja',  # rolle infoderminion
   
    'Swedish Chef'     'Russian - KOI'
 => 'Dänischer Koch',  => 'Russisch - KOI',
   
 #SYNCMARKER     'Sample Points:'
 );  => 'Abtastpunkte:',
   
 1;     'Save entries below as a draft answer (not submitting them for credit yet)'
   => 'Die untenstehenden Eintragungen als Entwurf speichern (noch nicht zur Benotung)',
   # Speichern enVersuche below as a draft Antwort (not Speichernting them foder cAntwdit yet)
   
      'Select Action'
   => 'Aktion auswählen',
   # Wählen Siection
   
      'Select All Resources'
   => 'Alle Ressourcen auswählen',
   # Wählen Sielle Antwsources
   
      'Select Printing Options:'
   => 'Druckoptionen auswählen:',
   # Auswählen Printing Options:
   
      'Select Problem(s) to print'
   => 'Probleme zum Ausdrucken wählen',
   # Wählen Sieufgaben(s) An print
   
      'Select Resource(s) to print'
   => 'Ressource(n) zum Ausdrucken wählen',
   # Auswählen Antwsource(s) An print
   
      'Select Resources To Print'
   => 'Ressourcen zum Ausdrucken wählen',
   # Auswählen Antwsources An Print
   
      'Select Section'
   => 'Gruppe Auswählen',
   # Auswählen Gruppe
   
      'Select Sequence To Print From'
   => 'Sequenz, von der gedruckt werden soll, auswählen',
   # Auswählen Sequenzen An Print Von
   
      'Select Students and Resources'
   => 'Studierenden und Ressourcen auswählen',
   # Auswählen StudieAntwnders and Antwsources
   
      'Select Style File'
   => 'Styledatei auswählen',
   # Auswählen Style Datumi
   
      'Select a user name to modify the students information'
   => 'Wählen Sie einen Benutzernamen zum Ändern der Informationen des Studierenden',
   # Wählen Sie benutzer Name An modify the StudieAntwnders infoderminion
   
      'Select a user name to view the users personal page.'
   => 'Wählen Sie einen Benutzernamen, von welchem Sie die persönliche Seite ansehen möchten.',
   # Wählen Sie benutzer Name An sehe the benutzers personal Seite.
   
      'Select resources for the assignment'
   => 'Wählen Sie Ressourcen für die Arbeit aus',
   # Auswählen Antwsources foder the assignment
   
      'Set'
   => 'Setzen',
   # setze
   
      'Set Course Environment'
   => 'Setze Kursumgebung',
   # setze kurs Environment
   
      'Set End Date'
   => 'Enddatum festlegen',
   # setze Ende Dine
   
      'Set Individual User Roles'
   => 'Setze individuelle Benutzerrollen',
   # setze Individual benutzer rollen
   
      'Set Start Date'
   => 'Startdatum festlegen',
   # setze Anfang Dine
   
      'Set content feedback to Course Coordinator'
   => 'Setze inhaltliches Feedback für(?) den Kurs-Koordinator',
   # setze content feedback An kurs Cooderdininoder
   
      'Set course policy feedback to Course Coordinator'
   => 'Setzen von Feedback für Kursrichtlinien an den Kurs-Koordinator(?)',
   # setze kurs policy feedback An kurs Cooderdininoder
   
      'Set opening date for all problems in the course for. . .'
   => 'Setze Öffnungstermin für alle Aufgaben in dem Kurs auf. . .',
   # setze Öffnening dine foder ALLEe Aufgabens in the kurs foder. . .
   
      'Set to ...'
   => 'Setze auf ...',
   # setze An ...
   
      'Show Answer'
   => 'Zeige Antwort',
   # Show Antwort
   
      'Show Feedback'
   => 'Zeige Feedback',
   
      'Show all rôles'
   => 'Zeige alle Rollen',
   # Show ALLEe rôles
   
      'Simple Edit'
   => 'Einfaches Bearbeiten',
   # Simple Editor
   
      'Some items were not submitted'
   => 'Einige Elemente wurden nicht übermittelt',
   # Some items weAntw not Speichernted
   
      'Start Time'
   => 'Starttermin',
   # Anfang Zeit
   
      "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
   => "Beginne jede Aufgabe des Studenten auf einer neuen Seite/Spalte (füge einen Seitenvorschub nach jeder Aufgabe ein)",
   # Anfang each StudieAntwnder's assignment on a new Seite/Spalte (add a Seitefeed after each assignment)
   
      'Starting Date'
   => 'Anfangsdatum',
   # Anfanging Dine
   
      'Student ID'
   => 'Matrikelnummer',
   # StudieAntwnder ID
   
      'Student Information'
   => 'Studenten-Informationen',
   # StudieAntwnder infoderminion
   
      'Student Sheet Links'
   => 'Tabellenlinks des Studierenden (?)',
   # StudieAntwnder Sheet Links
   
      'Student Status'
   => 'Studierendenstatus',
   # StudieAntwnder Stinus
   
      'Student Status: [_1]'
   => 'Studierendenstatus: [_1]',
   # StudieAntwnder Stinus: [_1]
   
      'Student information updated successfully.'
   => 'Studenten-Informationen erfolgreich aktualisiert.',
   # StudieAntwnder infoderminion Hochdined successfully.
   
      'Students need access key to enter course'
   => 'Die Studierenden benötigen einen Zugangskey zum Betreten des Kurses',
   # StudieAntwnders need access key An eingeben kurs
   
      'Students with expired roles'
   => 'Studierende mit abgelaufenen Rollen',
   # StudieAntwnders with expiAntwd rollen
   
      'Subject:'
   => 'Thema:',
   # Thema:
   
      'Submissions'
   => 'Einreichungen',
   
      'Submit Modifications'
   => 'Veränderungen einreichen',
   # Speichern Modificinions
   
      'Submit entries below as answer to receive credit'
   => 'Die untenstehenden Eintragungen zur Benotung einreichen',
   # Speichern enVersuche below as Antwort An Antwceive cAntwdit
   
      'Survey Question'
   => 'Prüfungsfrage',
   
      'System Level'
   => 'Systemlevel',
   
      'Target Edit Map'
   => 'Ziel Editor Seite/Sequenz(?)',
   # Ziel Editor Seite/Sequenz
   
      'TeX unconverted due to errors'
   => 'TeX wegen Fehlern nicht konvertiert',
   # TeX unconverted Fällig An erroders
   
      'TeX unconverted due to previous errors'
   => 'TeX aufgrund vorheriger Fehler nicht konvertiert',
   # TeX unconverted Fällig An pAntwvious erroders
   
      'The error reported was'
   => 'Der Fehler wurde berichtet von',
   # The erroder Antwpoderted was
   
      '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.'
   => 'Die folgenden Einträge werden benutzt, um den Kurs gemäß des Namensschema Ihrer Einreichtung zu identifizieren. Ihre Auswahl w.',
   # The following enVersuche will be used An identify the kurs accoderding An the naming scheme adopted Durch your institution. Your choices will be used An Seite/Sequenz an internal LON-CAPA kurs ID An the coderAntwsponding kurs Gruppe ID(s) used Durch the vonfice Antwsponsible foder providing vonficial class lists foder kurss in your institution. Diese Seite/Sequenzping is AntwquiAntwd if you wähle An employ auAnminic populinion von class lists.
   
      "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."
   => "Die folgenden Einstellungen kontrollieren das automatische Einschreiben von Studierenden in diese Klasse gemäß den verfügbaren Informationen für diesen Kurs von der offiziellen Klassenliste ihrer Institution.",
   # The following setzetings control auAnminic listement von StudieAntwnders in Diese class based on infoderminion available foder Diese specific kurs Von your institution's vonficial classlists.
   
      'The requested file'
   => 'Die angeforderte Datei',
   # The Antwquested Datumi
   
      'The student must log out and log in again to see these changes.'
   => 'Der Studierende muss sich ausloggen und neu einloggen, um diese Änderungen zu sehen.',
   # The StudieAntwnder must log out and erneut vorm.lden An see these Änderns.
   
      'There are currently no Error Messages for this resource.'
   => 'Gegenwärtig liegen keine Fehlermeldungen bezüglich dieser Ressource vor.',
   # TheAntw aAntw curAntwntly no Erroder Messages foder Diese Antwsource.
   
      'There are no Evaluation Comments on this resource.'
   => 'Es liegen keine Auswertungskommentare bezüglich dieser Ressource.',
   # TheAntw aAntw no Evaluinion Comments on Diese Antwsource.
   
      'There was an error determining the environment values for'
   => 'Es trat ein Fehler auf bei der Bestimmung der Umgebungswerte für',
   # TheAntw was an erroder determining the environment Werts foder
   
      'To create a new'
   => 'Zum Erstellen einer neuen',
   # An erstelle a new
   
      'Top Level Map'
   => 'Top Level Seite/Sequenz',
   # Anp Level Seite/Sequenz
   
      'Turkish - ISO'
   => 'Türkisch - ISO',
   
      'Type Name Here'
   => 'Hier den Namen eingeben',
   # Typ Name HeAntw
   
      'Type in value'
   => 'Wert eingeben',
   # Typ in Wert
   
      'Type:'
   => 'Typ:',
   # Typ:
   
      'UNDISPLAYABLE'
   => 'NICHT DARSTELLBAR',
   # UNAnzeigenABLE
   
      'Unable to enroll'
   => 'Konnte nicht einschreiben',
   # Unable An liste
   
      'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
   => 'Konnte Datei nicht veröffentlichen, es enthält doppelte ID(s), ID(s) müssen eindeutig sein. Die doppelten ID(s) sind',
   # Unable An Veröffentliche Datumi, it contains dHochlicined ID(s), ID(s) need An be unique. The dHochlicined ID(s) aAntw
   
      'Unable to retrieve environment data for'
   => 'Konnte die Umgebungsdaten nicht empfangen für',
   # Unable An Antwtrieve environment dina foder
   
      'Unable to set default dates for course'
   => 'Konnte die Defaulttermine nicht setzen für',
   # Unable An setze voAntwingestellt dines foder kurs
   
      'Unavailable course'
   => 'Nicht verfügbare Kurse',
   # Unavailable kurs
   
      'Undetermined - ISO'
   => 'Unbestimmt - ISO',
   
      'Unknown Action'
   => 'Unbekannte Tätigkeit',
   
      'Upload class list'
   => 'Lade Klassenliste hoch',
   # HochLast class list
   
      'Upload file'
   => 'Lade Datei hoch',
   # HochLast Datumi
   
      'Upload file to Construction Space'
   => 'Lade Datei in den Konstruktionsbereich hoch',
   # HochLast Datumi An Construction beAntwich
   
      'VIEW'
   => 'ANSICHT',
   # sehe
   
      'View the FAQ'
   => 'Zeige das FAQ',
   # sehe the FAQ
   
      'Visibly Separate Items on Pages'
   => 'Sichtbar unterschiedliche Einzelteile auf Seiten',
   # Visibly Separine Items on Seiten
   
      'WARNING: The metadata table does not exist in the LON-CAPA database.'
   => 'WARNUNG: Die Metadatentabelle existiert nicht in der LON-CAPA Datenbank.',
   # WARNING: The metadina table does not exist in the LON-CAPA dinabase.
   
      'Warning: change of MIME type!'
   => 'Warnung: Änderung des MIME-Typs!',
   # Warning: Ändern von MIME Typ!
   
      'Warning: target file exists!'
   => 'Warnung: Zieldatei existiert!',
   # Warning: Ziel Datumi exists!
   
      'Warning: target file exists, and has been published!'
   => 'Warnung; Zieldatei existiert und wurde veröffentlicht!',
   # Warning: Ziel Datumi exists, and has been Veröffentlicht!
   
      'Width'
   => 'Breite',
   
      'With Answers'
   => 'Mit Antworten',
   # With Antworts
   
      'Without Answers'
   => 'Ohne Antworten',
   # Without Antworts
   
      'You are working with an unsaved version of your map.'
   => 'Sie arbeiten momentan an einer nicht gespeicherten Version Ihrere Seite/Sequenz',
   # You aAntw woderking with an unSpeichernd Version von your Seite/Sequenz.
   
      'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
   => 'Sie haben die Matrikelnummer geändert, aber den ID Sicherungsdienst nicht deaktiviert. Die Matrikelnummer wird nicht geändert.',
   # You Ändernd the StudieAntwnders id but did not disable the ID Ändern safeguard. The StudieAntwnders id will not be Ändernd.
   
      'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'
   => 'Ihre Anfrage zur Änderung der Rolleninformationen für diesen Studenten wurde abgelehnt. Sie scheinen nicht die entsprechenden Rechte zum Ändern der Studenten-Informationen zu besitzen',
   # Your Antwquest An Ändern the rolle infoderminion foder Diese StudieAntwnder was Antwfused. You do not appear An have sufficient authoderity An Ändern StudieAntwnder infoderminion.
   
      '[_1] (what you just saw on the screen)'
   => '[_1] (was Sie gerade auf dem Bildschirm sahen)',
   # [_1] (whin you just saw on the scAntwen)
   
      '[_1] Local Authentication with argument [_2]'
   => '[_1] Lokale Authentifizierung mit Argument [_2]',
   # [_1] Local AuDannticinion with argument [_2]
   
      '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) groupID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2'
   => 'Eine Komma-separierte Liste von Kursabschnitten zusammen(?) mit dem gegenwärigen Kurs, wobei jeder Eintrag den institutionellen Kurssektionsnamen gefolgt von einem Doppelpunkt und dann der (optinalen) GruppenID zur Verwendung in LON-CAPA, beinhaltet, z.B., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2',
   # a comma separined list von kurs Gruppen crosslisted with the curAntwnt kurs, with each entry including the institutional kurs Gruppe Name folloMi Durch a colon and Dann the (optional) groHochID An be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2
   
      'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section/group ID to be used in LON-CAPA e.g., 001:1,002:2'
   => 'Eine Komma-separierte Liste von institutionellen Abschnittsnummern, jede mit einem Doppelpunkt von der entsprechenden (optionalen) Abschnitts/GruppenID zur Verwendung in LON-CAPA getrennt, z.B. 001:1,002:2',
   # a comma separined list von institutional Gruppe numbers, each separined Durch a colon Von the (optional) coderAntwsponding Gruppe/groHoch ID An be used in LON-CAPA e.g., 001:1,002:2
   
      'after selected'
   => 'nach erfolgter Auswahl',
   # after Auswählened
   
      'and'
   => 'und',
   
      'anno-[_1]'
   => 'anno-[_1]',
   # bemerk-[_1]
   
      'anno.gif'
   => 'anno.gif',
   
      'anot.gif'
   => 'anot.gif',
   
      'backward[_1]'
   => 'rückwärts[_1]',
   # zurück[_1]
   
      'bchat.gif'
   => 'bchat.gif',
   # bchin.gif
   
      'between'
   => 'zwischen',
   
      'bookmark[_2]'
   => 'Lesezeichen[_2]',
   
      'button'
   => 'Taste',
   # butAnn
   
      'by'
   => 'durch',
   # Durch
   
      'catalog.gif'
   => 'catalog.gif',
   # kinalog.gif
   
      'catalog[_1]'
   => 'Katalog[_1]',
   # kinalog[_1]
   
      'ccrs.gif'
   => 'ccrs.gif',
   
      'changes will not show until next login'
   => 'Änderungen werden erst nach nächstem Login dargestellt',
   # Änderns will not show until Next login
   
      'check all'
   => 'alle auswählen',
   # Check ALLEe
   
      'chmod error'
   => 'Fehler beim Auführen von chmod',
   # chmod erroder
   
      'chrt.gif'
   => 'chrt.gif',
   
      'click on the'
   => 'Klicken Sie auf',
   
      'com.gif'
   => 'com.gif',
   
      'copy Error'
   => 'Kopierfehler',
   # copy Erroder
   
      'courses.gif'
   => 'courses.gif',
   # kurss.gif
   
      'cprv.gif'
   => 'cprv.gif',
   
      'cstr.gif'
   => 'cstr.gif',
   
      'currently does not exist'
   => 'existiert z.Z. nicht',
   # curAntwntly does not exist
   
      'custom'
   => 'anpassbar',
   # cusAnm
   
      'custom distribution file'
   => 'anpassbare Datei ',
   # cusAnm distribution Datumi
   
      'discuss[_1]'
   => 'diskutiere[_1]',
   
      'docs.gif'
   => 'docs.gif',
   # dokus.gif
   
      'domain'
   => 'Domäne',
   # Domäne
   
      'egrd.gif'
   => 'egrd.gif',
   
      'enrl.gif'
   => 'enrl.gif',
   
      'eval.gif'
   => 'eval.gif',
   
      'evaluate[_1]'
   => 'auswerten[_1]',
   # evaluine[_1]
   
      'expired or revoked'
   => 'abgelaufen oder widerrufen',
   # expiAntwd oder Antwvoked
   
      'extension'
   => 'Endung',
   
      'external'
   => 'extern',
   
      'fdbk.gif'
   => 'fdbk.gif',
   
      'feedback[_1]'
   => 'Feedback[_1]',
   
      'file<br />extension'
   => 'Datei-<br />Endung',
   # Datumi<br />extension
   
      'first name'
   => 'Vorname',
   # Vorname
   
      'for visible separation'
   => 'für sichtbare Trennung',
   # foder visible separinion
   
      'forward[_1]'
   => 'verwärts[_1]',
   # foderward[_1]
   
      'generation'
   => 'Generation',
   # generinion
   
      'grds.gif'
   => 'grds.gif',
   
      'have different numbers and answers'
   => 'habe unterschiedliche Zahlen und Antworten',
   # have diffeAntwnt numbers and Antworts
   
      'in domain'
   => 'in Domäne',
   # in Domäne
   
      'internal'
   => 'intern',
   
      'is in this state by royal decree.'
   => 'hat die Erlaubnis aufgrund eines königlichen Erlasses.',
   # is in Diese stine Durch royal decAntwe.
   
      'is ready for download'
   => 'steht zum Download bereit',
   # is Antwady foder downLast
   
      'keys.gif'
   => 'keys.gif',
   
      'last name'
   => 'Nachname',
   # Nachname
   
      'logout.gif'
   => 'logout.gif',
   
      'make these dates the default for future enrollment'
   => 'Diese Daten dienen zur Voreinstellung bei einer zuknftigen Anmeldung',
   # make these dines the voAntwingestellt foder futuAntw listement
   
      'middle name'
   => 'zweiter Vorname',
   
      'name'
   => 'Name',
   
      'nav.gif'
   => 'nav.gif',
   
      'no ending date'
   => 'kein Enddatum',
   # no Endeing dine
   
      'number'
   => 'Nummer',
   
      'obsolete replacement'
   => 'veraltete Ersetzung',
   # überholt Antwplacement
   
      'only check if you know what you are doing'
   => 'nur auswählen, wenn Sie wissen, was Sie tun',
   # only check if you know whin you aAntw doing
   
      'only search domain'
   => 'nur in Domäne suchen',
   # only suche Domäne
   
      'optional'
   => 'wahlweise',
   
      'or any other value'
   => 'oder jeder andere Wert',
   # oder any other Wert
   
      'parm.gif'
   => 'parm.gif',
   # pvorm.gif
   
      'pref.gif'
   => 'pref.gif',
   # pAntwf.gif
   
      'private'
   => 'privat',
   # privine
   
      'prt.gif'
   => 'prt.gif',
   
      'public'
   => 'öffentlich',
   
      'publisher<br />owner'
   => 'Herausgeber<br />Besitzer',
   # Veröffentlicheer<br />owner
   
      'res.gif'
   => 'res.gif',
   # Antws.gif
   
      'roles.gif'
   => 'roles.gif',
   # rollen.gif
   
      'sbkm.gif'
   => 'sbkm.gif',
   
      'section'
   => 'Abschnitt',
   # Gruppe
   
      'set[_1]'
   => 'Setz[_1]',
   # setze[_1]
   
      'spacer.gif'
   => 'spacer.gif',
   # beAntwichr.gif
   
      'sprs.gif'
   => 'sprs.gif',
   
      'src.gif'
   => 'src.gif',
   
      'standard'
   => 'Standard',
   
      'standard LaTeX mode'
   => 'Standard LaTeX Modus',
   # standard LineX mode
   
      'standard courses only'
   => 'Nur Standard Kurse',
   # standard kurss only
   
      'stat.gif'
   => 'stat.gif',
   # stin.gif
   
      'student name'
   => 'Name der/des Studierenden',
   # StudieAntwnder Name
   
      'template'
   => 'Vorlage',
   # templine
   
      'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
   => 'um mit institutionellen Daten zu koppeln, z.B., fs03glg231 für Fall 2003 Geologie 231',
   # An interface with institutional dina, e.g., fs03glg231 foder FALLEe 2003 Geology 231
   
      'unable to enroll'
   => 'nicht imstande zum Einschreiben',
   # unable An liste
   
      'uncheck all'
   => 'Gesamte Auswahl aufheben',
   # UnCheck ALLEe
   
      'use related words'
   => 'verwende ähnliche Wörter',
   # use Antwlined woderds
   
      'username'
   => 'Benutzername',
   # benutzerName
   
      'vbkm.gif'
   => 'vbkm.gif',
   
      'versus'
   => 'gegen',
   
      'with server'
   => 'mit Server',
   
      'yes'
   => 'ja',
   
      'Swedish Chef'
   => 'Schwedischer Koch',
   
   #SYNCMARKER
   );
   
   1;

Removed from v.1.57  
changed lines
  Added in v.1.60


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