Diff for /loncom/localize/localize/de.pm between versions 1.14 and 1.32

version 1.14, 2003/09/19 20:00:32 version 1.32, 2003/09/29 15:06:40
Line 31 Line 31
   
 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',
   'language_code'=> 'de',
   'lang_locale'  => 'german',
   
    'Domain'     'Domain'
 => 'Domäne',  => 'Domäne',
   
    'Server'     'Server'
 => 'Server',  => 'Server',
Line 49  use base qw(Apache::localize); Line 54  use base qw(Apache::localize);
 => 'Hilfe',  => 'Hilfe',
   
    'Log in'     'Log in'
 => 'Einloggen',  => 'Anmelden',
   
    'Username'     'Username'
 => 'Benutzername',  => 'Benutzername',
   
    'Password'     'Password'
 => 'Passwort',  => 'Kennwort',
   
    'choose'     'choose'
 => 'waehle',  => 'waehle',
Line 87  use base qw(Apache::localize); Line 92  use base qw(Apache::localize);
    'Section/Group'     'Section/Group'
 => 'Gruppe',  => 'Gruppe',
   
      'today'
   => 'heute',
   
      'last week'
   => 'letzte Woche',
   
      'last month'
   => 'letzten Monat',
   
      'last three months'
   => 'letzte drei Monate',
   
      'last six months'
   => 'letzte sechs Monate',
   
      'last year'
   => 'letztes Jahr',
   
      'Submit'
   => 'Speichern',
   
      'Rename'
   => 'Umbenennen',
   
      'Save'
   => 'Speichern',
   
      'Done'
   => 'Fertig',
   
      'Select User'
   => 'Benutzer auswählen',
   
      'Select Course'
   => 'Kurs auswählen',
   
      'Changes will become active for your current session after'
   => 'Änderungen werden für Ihre derzeitige Sitzung aktiv nachdem Sie den Kurs',
   
      're-initializing course'
   => 'reinitialisiert',
   
      ', or the next time you log in.'
   => 'haben, oder wenn Sie sich das nächste Mal anmelden.',
   
      'Uploaded Document'
   => 'Hochgeladenes Dokument',
   
      'No content modifications yet.'
   => 'Noch keine Inhaltsänderungen.',
   
      'Part is not open to be viewed. It'
   => 'Aufgabenteil nicht verfügbar. Er',
   
   '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.',
   
   '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',
   
      'Language'
   => 'Sprache',
   
      'Notes'
   => 'Notizen',
   
      'Abstract'
   => '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 erzeugen 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 Fälligkeitsdatums und anderen Aufgabenparameters, sowie Ändern der Kursumgebung',
   
    'New Folder'     'New Folder'
 => 'Neuer Ordner',  => 'Neuer Ordner',
Line 118  use base qw(Apache::localize); Line 192  use base qw(Apache::localize);
 => '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',
Line 157  use base qw(Apache::localize); Line 231  use base qw(Apache::localize);
 => 'Autor',  => 'Autor',
   
    'Change Your Preferences'     'Change Your Preferences'
 => 'Ändern der Benutzerpräferenzen',  => 'Ändern der 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',
Line 169  use base qw(Apache::localize); Line 243  use base qw(Apache::localize);
 => 'Kommunication und Nachrichten',  => 'Kommunication und Nachrichten',
   
    'Course Coordinator'     'Course Coordinator'
 => 'Kurs Koordinator',  => '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'
 => 'Domain Koordinator',  => 'Domain Koordinator',
Line 193  use base qw(Apache::localize); Line 267  use base qw(Apache::localize);
 => 'Exam Proktor',  => 'Exam Proktor',
   
    'Exit LON-CAPA'     'Exit LON-CAPA'
 => 'Ausloggen von LON-CAPA',  => 'Abmelden aus LON-CAPA',
   
    'Grades Spreadsheet'     'Grades Spreadsheet'
 => 'Benotungs Spreadsheet',  => 'Benotungs Spreadsheet',
Line 208  use base qw(Apache::localize); Line 282  use base qw(Apache::localize);
 => 'Fernbedienungsfenster',  => 'Fernbedienungsfenster',
   
    'Main Menu'     'Main Menu'
 => 'Hauptmenü',  => 'Hauptmenü',
   
    'Navigate Course Contents'     'Navigate Course Contents'
 => 'Inhaltsverzeichnis',  => 'Inhaltsverzeichnis',
Line 217  use base qw(Apache::localize); Line 291  use base qw(Apache::localize);
 => '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',
Line 250  use base qw(Apache::localize); Line 324  use base qw(Apache::localize);
 => 'Inhaltsverszeichnis navigieren',  => 'Inhaltsverszeichnis navigieren',
   
    'Syllabus'     'Syllabus'
 => 'Kursüberblick',  => 'Kursüberblick',
   
    'View the course assessment progress chart'     'View the course assessment progress chart'
 => 'Notenüberblick',  => 'Notenüberblick',
   
    'Class Hours'     'Class Hours'
 => 'Zeit',  => 'Zeit',
Line 268  use base qw(Apache::localize); Line 342  use base qw(Apache::localize);
 => 'Dieser Monat',  => 'Dieser Monat',
   
    'Deadlines'     'Deadlines'
 => 'Fälligkeitsdaten',  => 'Fälligkeitsdaten',
   
    'Fri'     'Fri'
 => 'Fr',  => 'Fr',
Line 280  use base qw(Apache::localize); Line 354  use base qw(Apache::localize);
 => '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',
Line 310  use base qw(Apache::localize); Line 384  use base qw(Apache::localize);
 => 'Februar',  => 'Februar',
   
    'March'     'March'
 => 'März',  => 'März',
   
    'April'     'April'
 => 'April',  => 'April',
Line 430  use base qw(Apache::localize); Line 504  use base qw(Apache::localize);
 => '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'
   => 'Abbrechen',
   
    'Discussions'     'Discussions'
 => 'Diskussion',  => 'Diskussion',
Line 442  use base qw(Apache::localize); Line 519  use base qw(Apache::localize);
 => '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',
Line 457  use base qw(Apache::localize); Line 534  use base qw(Apache::localize);
 => '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',
Line 490  use base qw(Apache::localize); Line 567  use base qw(Apache::localize);
 => '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",
Line 523  use base qw(Apache::localize); Line 600  use base qw(Apache::localize);
 => "XML Editor",  => "XML Editor",
   
    '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',  => 'Editor',
   
    ', 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 von 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',
Line 559  use base qw(Apache::localize); Line 636  use base qw(Apache::localize);
 => 'letzte Aufgabe',  => 'letzte Aufgabe',
   
    "may open later."     "may open later."
 => 'mag zu einame spätern Zeitpunkt verfügbar sein',  => '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',
Line 586  use base qw(Apache::localize); Line 663  use base qw(Apache::localize);
 => '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'
   => 'Titel',
   
      'Path'
   => 'Pfad',
   
      'New Search'
   => 'Neue Suche',
   
      'Go Back'
   => 'Zurück',
   
      'File'
   => 'Datei',
   
      'Date'
   => 'Datum',
   
      'You have no unread messages'
   => 'Sie haben keine ungelesenen Nachrichten',
   
      'New Messages'
   => 'Neue Nachrichten',
   
      'View All Messages'
   => 'Alle Nachrichten',
   
      'Map'
   => 'Seite/Sequenz',
   
      'Page'
   => 'Seite',
   
      'Sequence'
   => 'Sequenz',
   
      'Map contents are not shown in order.'
   => 'Der Inhalt der Seite/Sequenz wird nicht in geordneter Abfolge gezeigt.',
   
      'Empty'
   => 'Leer',
   
      'could not be copied.'
   => 'konnte nicht kopiert werden.',
   
      'Back to Directory'
   => 'Zurück zum Verzeichnis',
   
      'No upload file specified.'
   => 'Keine Datei zum Hochladen angegeben.',
   
      'The target is an existing directory.'
   => 'Die Zieldatei ist ein existierendes Verzeichnis.',
   
      'Please use browser "Back" button and pick a filename'
   => 'Bitte benutzen Sie "Zurück" in Ihrem Browsers und geben Sie einen Dateinamen an',
   
      "You do not have authoring privileges for this resource"
   => "Sie haben keine Schreibberechtigung für diese Datei",
   
      'Copying file'
   => 'Kopiere Datei',
   
      'No write permission to user directory, FAIL'
   => 'Keine Schreibberechtigung für dieses Verzeichnis, Abbruch',
   
      'Actions'
   => 'Befehle',
   
      'Name'
   => 'Name',
   
      'Status'
   => 'Zustand',
   
      'Last Modified'
   => 'Zuletzt geändert',
   
      'Yes'
   => 'Ja',
   
      'Construction Space Directory'
   => 'Konstructionsbereich Verzeichnis',
   
      'Contact'
   => 'Kontaktieren Sie',
   
      'Store uploaded file as '
   => 'Speichere hochgeladene Datei unter ',
   
      'Searching'
   => 'Suche',
   
      'Select the Construction Space'
   => 'Wählen Sie den Konstruktionsbereich',
   
   'It is recommended that you use an up-to-date virus scanner before handling this file.'
   => 'Es wird empfohlen, einen aktualisierten Virenscanner zu benutzen.',
   
      'You have no unread messages'
   => 'Sie haben keine ungelesenen Nachrichten',
   
      'not displayed'
   => 'nicht angezeigt',
   
      "Open, no due date"
   => "Verfügbar, kein Fälligkeitsdatum",
   
      "Uncompleted Homework"
   => "Unerledigte Hausübungen",
   
      "Show Only Uncompleted Homework"
   => "Zeige nur unerledigte Hausübungen",
   
      "All homework is currently completed"
   => "Derzeit sind alle Hausübungen erledigt",
   
      "Go To My First Homework Problem"
   => "Gehe zu meiner ersten Hausübung",
   
      "Was due"
   => "War fällig",
   
      "Answer available"
   => "Antwort verfügbar",
   
      "Excused by instructor"
   => "Vom Lehrenden erlassen",
   
      "Answer submitted, not yet graded"
   => "Antwort eingereicht, noch nicht benotet",
   
      "No due date"
   => "Kein Fälligkeitsdatum",
   
      'never'
   => 'niemals',
   
      'Answer submitted'
   => 'Antwort eingereicht',
   
      'Processing'
   => 'Wird verarbeitet',
   
      'Access and Usage Statistics'
   => 'Zugangs- und Benutzungsstatistiken',
   
      'Evaluation Comments'
   => 'Beurteilungskommentare',
   
      'Evaluation Data'
   => 'Beurteilungsdaten',
   
      'July'
   => 'Juli',
   
      'Server Administration'
   => 'Server Administration',
   
      'System Administration'
   => 'System Administration',
   
      'aboutlon.gif'
   => 'aboutlon.gif',
   
      'accessbutton.gif'
   => 'accessbutton.gif',
   
      'userauthentication.gif'
   => 'userauthentication.gif',
   
      'Users with Roles Assigned by'
   => 'Benutzer mit Rollen vergeben von',
   
      'Name starting with'
   => 'Name beginnt mit',
   
      'This resource has been marked obsolete by the author(s)'
   => 'Dieses Dokument wurde von den Autoren als überholt markiert',
   
      'Uploaded'
   => 'Hochgeladen',
   
      'Dynamic Metadata'
   => 'Dynamische Metadaten',
   
      'View file'
   => 'Datei betrachten',
   
      'could not be copied.'
   => 'konnte nicht kopiert werden.',
   
      'Illegal filename.'
   => 'Ungültiger Dateiname.',
   
      'Rule'
   => 'Regel',
   
      'Back to Source Directory'
   => 'Zurück zum Quellverzeichnis',
   
      'Back to Source'
   => 'Zurück zur Quelldatei',
   
      'File copied.'
   => 'Datei kopiert',
   
      'FAIL'
   => 'Abbruch',
   
      'Back to'
   => 'Zurück zu',
   
      'untitled'
   => 'kein Titel',
   
      ', is reserved internally by LON-CAPA.'
   => ', ist intern reserviert für LON-CAPA.',
   
      'Became this version on ...'
   => 'Wurde diese Version am ...',
   
      'Browse published resources'
   => 'Betrachte veröffentlichte Dokumente',
   
      'Choose the course to work on'
   => 'Wählen Sie den Kurs, in dem Sie arbeiten wollen',
   
      'Create a new course'
   => 'Erzeuge einen neuen Kurs',
   
      'Customized right of use ... '
   => 'Customized right of use ... ',
   
      'Delete messages from bulletin boards'
   => 'Lösche Mitteilungen vom Schwarzen Brett',
   
      'Domain only - use limited to courses in the domain'
   => 'Domain only - use limited to courses in the domain',
   # Domäne only - use limited to kurss in the Domäne
      'Edit and view documents included in this course'
   => 'Edit and view documents included in this course',
   # Editor and sehe documents included in this kurs
      'Edit/Modify DOCS'
   => 'Edit/Modify DOCS',
   # Editor/Modify DOCS
      'Enter my resource construction space'
   => 'Enter my resource construction space',
   # eingeben my resource construction space
      'Failed to copy source'
   => 'Failed to copy source',
   # Abbruched to copy source
      'Failed to write metadata copy'
   => 'Failed to write metadata copy',
   # Abbruched to write metadata copy
      'Finalize Publication'
   => 'Veröffentlichung abschließen',
   
      'Grant/revoke role of Co-Author'
   => 'Grant/revoke role of Co-Author',
   # Grant/revoke rolle of Co-Autor
      'Grant/revoke role of Domain Coordinator'
   => 'Grant/revoke role of Domain Coordinator',
   # Grant/revoke rolle of Domäne Koordinator
      'Grant/revoke role of Exam Proctor'
   => 'Grant/revoke role of Exam Proctor',
   # Grant/revoke rolle of Exam Proktor
      'Grant/revoke role of Instructor'
   => 'Grant/revoke role of Instructor',
   # Grant/revoke rolle of LehrEndeer
      'Grant/revoke role of Student'
   => 'Grant/revoke role of Student',
   # Grant/revoke rolle of StudierEndeer
      'Grant/revoke role of Superuser'
   => 'Grant/revoke role of Superuser',
   # Grant/revoke rolle of Superuser
      'No previous versions published.'
   => 'Keine vorhergehenden Versionen veröffentlicht.',
   
      'No write permission to'
   => 'Keine Schreibberechtigung für', 
   
      'Please pick a version to retrieve'
   => 'Please pick a version to retrieve',
   
      'Private - visible to author only for testing purposes'
   => 'Private - visible to author only for testing purposes',
   # Private - visible to Autor only for testing purposes
      'Private Publication - did not synchronize database'
   => 'Private Publication - did not synchronize database',
   
      'Public - no authentication or authorization required for use'
   => 'Öffentlich - keine Anmeldung notwendig zur Benutzung',
   
      'Retrieval of an old version will overwrite the file currently in construction space'
   => '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
      'Retrieve previous versions of'
   => 'Retrieve previous versions of',
   
      'Retrieve version'
   => 'Retrieve version',
   
      'Search the contents of this course'
   => 'Search the contents of this course',
   # Suchen the verzeich of this kurs
      'Search the database of published resources'
   => 'Search the database of published resources',
   # Suchen the database of published resources
      'Send broadcast and receipt-required email'
   => 'Send broadcast and receipt-required email',
   # SEnde broadcast and receipt-required email
      'Show Problem Completeness'
   => 'Zeige Aufgabenvollständigkeit',
   
      'Switch to another course'
   => 'Wechseln Sie über zu einem anderen Kurs',
   
      'System wide - can be used for any courses system wide'
   => 'System wide - can be used for any courses system wide',
   # Systemweit - can be used for any kurss Systemweit
      'System wide - open source to all authors'
   => 'System wide - open source to all authors',
   # Systemweit - open source to all Autors
      'The extension on this file'
   => 'The extension on this file',
   
      'Unsupported character combination'
   => 'Ungültige Buchstabenkombination',
   
      'View documents included in this course'
   => 'Betrachte in diesem Kurs enthaltene Dokumente',
   
      'Additional Keywords'
   => 'Additional Keywords',
   
      'Additional Metadata (non-standard, parameters, exports)'
   => 'Additional Metadata (non-standard, parameters, exports)',
   
      'Author and Co-Author roles may not be available on servers other than your home server.'
   => 'Author and Co-Author roles may not be available on servers other than your home server.',
   
      'Author(s)'
   => 'Autor(en)',
   
      'Average number of tries till solved'
   => 'Average number of tries till solved',
   # Average number of Versuche till solved
      'Browse Resources'
   => 'Browse Resources',
   
      'Catalog Information'
   => 'Katalogisierungsinformation',
   
      'Collapse Remote Control'
   => 'Collapse Remote Control',
   
      'Construction Space'
   => 'Konstructionsbereich',
   
      'Copied metadata'
   => 'Metadaten kopiert',
   
      'Copied source file'
   => 'Quelldatei kopiert',
   
      'Copyright/Distribution'
   => 'Copyright/Distribution',
   
      'Course Documents'
   => 'Kursdokumente',
   
      'Creation Date'
   => 'Ersterstellungsdatum',
   
      'Custom Distribution File'
   => 'Custom Distribution File',
   # Custom Distribution Datumi
      'Degree of difficulty'
   => 'Schwierigkeitsgrad',
   
      'Dump Course DOCS to Construction Space'
   => 'Dump Course DOCS to Construction Space',
   # Dump kurs DOCS to Construction Space
      'Entering course ...'
   => 'Entering course ...',
   # eingebening kurs ...
      'Exam Information'
   => 'Exam Information',
   
      'External Resource'
   => 'External Resource',
   
      'Generate new role ...'
   => 'Erzeuge die neue Rolle ...',
   # Generate new rolle ...
      'Go to the next resource in the course sequence'
   => 'Go to the next resource in the course sequence',
   # Go to the next resource in the kurs Sequence
      'Go to the previous resource in the course sequence'
   => 'Go to the previous resource in the course sequence',
   # Go to the previous resource in the kurs Sequence
      'Import a published document'
   => 'Importieren eines veröffentlichten Dokumentes',
   # Importieren a published document
      'Keyword(s)'
   => 'Schlüsselwörter',
   
      'Load Map'
   => 'Lade Seite/Sequenz',
   
      'Logged Out'
   => 'Abgemeldet',
   
      'MIME Type'
   => 'MIME Type',
   
      'Make notes and annotations about this resource'
   => 'Make notes and annotations about this resource',
   # Make Notizen and annotations about this resource
      'Material appears to be correct'
   => 'Das Material scheint korrekt zu sein',
   
      'Material covered with sufficient depth'
   => 'Das Material ist in ausreichender Tiefe behandelt',
   
      'Material is helpful'
   => 'Das Material ist hilfreich',
   
      'Material presented in clear way'
   => 'Das Material is klar dargestellt',
   
      'Metadata Information'
   => 'Metadateninformation',
   
      'My Personal Info'
   => 'Meine persönliche Information',
   
      'Network-wide number of accesses (hits)'
   => 'Netwerkweite Anzahl von Zugriffen ("Hits")',
   
      'Network-wide number of courses using resource'
   => 'Netwerkweite Anzahl von Kursen, die dieses Dokument benutzen',
   
      'Number of resources that follow this resource in maps'
   => 'Number of resources that follow this resource in maps',
   # Number of resources that follow this resource in Seite/Sequenzs
      'Number of resources that lead up to this resource in maps'
   => 'Number of resources that lead up to this resource in maps',
   # Number of resources that lead up to this resource in Seite/Sequenzs
      'Number of resources using or importing resource'
   => 'Number of resources using or importing resource',
   # Number of resources using or Importierening resource
      'Obsolete'
   => 'Obsolete',
   
      'Parent Directory'
   => 'Parent Verzeichnis',
   
      'Please either'
   => 'Bitte entweder',
   
      'Project Information'
   => 'Projektinformation',
   
      'Publisher/Owner'
   => 'Publisher/Owner',
   
      'Publishing'
   => 'Veröffentlichung',
   
      'Resource Publication'
   => 'Veröffentlichung von Dokumenten',
   
      'Resource is technically correct'
   => 'Das Dokument ist technisch in Ordnung',
   
      'Score Upload Form'
   => 'Formular zum Hochladen von Noten',
   
      'Select Map'
   => 'Wähle Seite/Sequenz',
   
      'Set a bookmark for this resource'
   => 'Setze ein Lesezeichen auf dieses Dokument',
   
      'Show all roles'
   => 'Zeige alle Rollen',
   
      'Special documents'
   => 'Spezielle Dokumente',
   
      'Subject'
   => 'Thema',
   
      'Successful Login'
   => 'Erfolgreich angemeldet',
   
      'Suggested Replacement for Obsolete File'
   => 'Vorgeschlagener Ersatz für überholte Datei',
   
      'Switching Role'
   => 'Wechseln der Rolle',
   
      'Target'
   => 'Ziel',
   
      'This syllabus can be publicly viewed at'
   => 'Dieser Kursüberblick kann öffentlich abgerufen werden unter',
   
      'Total number of students who have worked on this problem'
   => 'Gesamtzahl von Studierenden, die diese Aufgabe bearbeitet haben',
   # Total number of StudierEndeers who have worked on this problem
      'URLs To Include in Syllabus'
   => 'URLs To Include in Syllabus',
   # URLs To Include in Kursüberblick
      'Upload a new main course document'
   => 'Upload a new main course document',
   # UpLast a new main kurs document
      'Upload a new supplemental course document'
   => 'Upload a new supplemental course document',
   # UpLast a new supplemental kurs document
      'User'
   => 'Benutzer',
   
      'Wrote Metadata'
   => 'Metadaten geschrieben',
   
      'Your home server is '
   => 'Your home server is ',
   
      'anno-'
   => 'bemerk-',
   
      'announce'
   => 'announce',
   
      'backward'
   => 'backward',
   
      'bookmark'
   => 'bookmark',
   
      'chart'
   => 'chart',
   
      'chat'
   => 'chat',
   
      'close this window'
   => 'dieses Fenster schließen',
   
      'con-'
   => 'con-',
   
      'docs'
   => 'dokus',
   
      'edit crs'
   => 'edit crs',
   # Editor crs
      'exit'
   => 'abmelden',
   
      'fas'
   => 'fas',
   
      'forward'
   => 'forward',
   
      'library'
   => 'library',
   
      'log in again'
   => 'erneut anmelden',
   
      'my'
   => 'mein',
   
      'or'
   => 'oder',
   
      'parms'
   => 'parms',
   
      'prepare'
   => 'prepare',
   
      'printout'
   => 'printout',
   
      'resource'
   => 'resource',
   
      'roles'
   => 'rollen',
   
      'search'
   => 'suche',
   
      'set'
   => 'setze',
   
      'space'
   => 'bereich',
   
      'stats'
   => 'stats',
   
      'struct'
   => 'struct',
   
      'switch'
   => 'wechsle',
   
      'tations'
   => 'ungen',
   
      'updated periodically'
   => 'periodisch ermittelt',
   
      'user'
   => 'benutzer',
   
      'visible to author and co-authors only'
   => 'nur für Autoren und Co-Autoren sichtbar',
   
      'All versions'
   => 'Alle Versionen',
   
      'Could not write metadata'
   => 'Konnte Metadaten nicht schreiben',
   
      'Default Cataloging Information for Directory'
   => 'Default Cataloging Information for Directory',
   
      'Error Messages'
   => 'Fehlermeldungen',
   
      'Store Catalog Information'
   => 'Speichere Katalogisierungsinformationen',
   
      'Update Display'
   => 'Neu anzeigen',
   
      'Content changed'
   => 'Content changed',
   
      'Differences'
   => 'Differenzen',
   
      'Last Week'
   => 'letzte Woche',
   
      'Modification Date'
   => 'Modifikationsdatum',
   
      'Since Start of Course'
   => 'seit Anfang des Kurses',
   
      'Since Yesterday'
   => 'seit gestern',
   
      'Verify Course Documents'
   => 'Überprüfe Kursdokumente',
   
      'Version'
   => 'Version',
   
      'access denied'
   => 'Zugriff verweigert',
   
      'connection down'
   => 'Verbindung unterbrochen',
   
      'during the last'
   => 'während der letzten',
   
      'not found'
   => 'nicht gefunden',
   
      'warning(s)'
   => 'Warnung(en)',
   
   
   
   #SYNC Mon Sep 29 11:02:04 2003
   
      'Advanced Catalog Search'
   => 'Advanced Catalog Search',
   # Advanced Catalog suche
      'Advanced Search'
   => 'Advanced Search',
   # Advanced suche
      'Any Language'
   => 'Any Language',
   # Any Sprache
      'Any category'
   => 'Any category',
   # Any categodery
      'Any copyright/distribution'
   => 'Any copyright/distribution',
   
      'Broadcast Message to Course'
   => 'Broadcast Message to Course',
   # Broadcast Message to kurs
      'Click to download or use your browser's Save Link function'
   => 'Click to download or use your browser's Save Link function',
   # Click to downLast oder use your browser's Speichern Link function
      'Close'
   => 'Close',
   
      'Compact View'
   => 'Compact View',
   # Compact sehe
      'Detailed Citation View'
   => 'Detailed Citation View',
   # Detailed Citation sehe
      'Distribute Messages from Uploaded File to Course'
   => 'Distribute Messages from Uploaded File to Course',
   # Distribute Messages from Hochgeladen Datumi to kurs
      'Edit Catalog Information'
   => 'Edit Catalog Information',
   # Editor CataAnmeldenfodermation
      'Edit Content of a Map'
   => 'Edit Content of a Map',
   # Editor Content of a Seite/Sequenz
      'Edit Directory Catalog Information'
   => 'Edit Directory Catalog Information',
   # Editor Directodery CataAnmeldenfodermation
      'Evaluate Resource'
   => 'Evaluate Resource',
   
      'Failed Access to Construction Space'
   => 'Failed Access to Construction Space',
   # Abbruched Access to Construction bereich
      'Fielded Format'
   => 'Fielded Format',
   # Fielded Fodermat
      'File Category'
   => 'File Category',
   # Datumi Categodery
      'Force publication of unmodified files'
   => 'Force publication of unmodified files',
   # Foderce publication of unmodified Datumis
      'Keywords'
   => 'Keywords',
   # Keywoderds
      'Last access'
   => 'Last access',
   
      'Last modified'
   => 'Last modified',
   # Zuletzt geändert
      'Limit by copyright/distribution'
   => 'Limit by copyright/distribution',
   
      'Limit by language'
   => 'Limit by language',
   # Limit by Sprache
      'Open'
   => 'Open',
   
      'Per Page'
   => 'Per Page',
   # Per Seite
      'Per page'
   => 'Per page',
   # Per Seite
      'Printing Helper'
   => 'Printing Helper',
   # Printing Hilfeer
      'Provide feedback messages or contribute to the course discussion about this resource'
   => 'Provide feedback messages or contribute to the course discussion about this resource',
   # Provide feedback messages oder contribute to the kurs discussion about this resource
      'Provide my evaluation of this resource'
   => 'Provide my evaluation of this resource',
   # Provide mein evaluation of this resource
      'Publish'
   => 'Publish',
   
      'Publish Directory'
   => 'Publish Directory',
   # Publish Directodery
      'Publish Directory and Sub Directories'
   => 'Publish Directory and Sub Directories',
   # Publish Directodery and Sub Directoderies
      'Related'
   => 'Related',
   
      'Resource Feedback and Discussion'
   => 'Resource Feedback and Discussion',
   
      'Search Complete'
   => 'Search Complete',
   # suche Complete
      'Send Message to User(s)'
   => 'Send Message to User(s)',
   # SEnde Message to benutzer(s)
      'Show catalog information'
   => 'Show catalog information',
   # Show cataAnmeldenfodermation
      'Show resource'
   => 'Show resource',
   
      'Size'
   => 'Size',
   
      'Statistics'
   => 'Statistics',
   
      'Summary View'
   => 'Summary View',
   # Summary sehe
      'There are currently no results'
   => 'There are currently no results',
   
      'URL'
   => 'URL',
   
      'Unpublished'
   => 'Unpublished',
   
      'Up'
   => 'Up',
   
      'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
   => 'User Notes, Records of Face-to-Face Discussions, and Critical Messages',
   # benutzer Notizen, Recoderds of Face-to-Face Diskussion, and Critical Messages
      'View'
   => 'View',
   # sehe
      'View Critical Messages'
   => 'View Critical Messages',
   # sehe Critical Messages
      'Words'
   => 'Words',
   # Woderds
      'XML/SGML'
   => 'XML/SGML',
   
      'abstract'
   => 'abstract',
   # Beschreibung
      'audio'
   => 'audio',
   
      'author'
   => 'author',
   # authoder
      'catalog'
   => 'catalog',
   
      'copyright'
   => 'copyright',
   
      'customdistributionfile'
   => 'customdistributionfile',
   # customdistributionDatumi
      'directory'
   => 'directory',
   # directodery
      'discuss'
   => 'discuss',
   
      'evaluate'
   => 'evaluate',
   
      'feedback'
   => 'feedback',
   
      'info'
   => 'info',
   
      'keywords'
   => 'keywords',
   # keywoderds
      'language'
   => 'language',
   # Sprache
      'movies'
   => 'movies',
   
      'notes'
   => 'notes',
   # Notizen
      'obsolete'
   => 'obsolete',
   
      'obsoletereplacement'
   => 'obsoletereplacement',
   
      'pages'
   => 'pages',
   # Seites
      'pictures'
   => 'pictures',
   
      'problem'
   => 'problem',
   
      'resources'
   => 'resources',
   
      'sequence'
   => 'sequence',
   # Sequenz
      'subject'
   => 'subject',
   # Thema
      'this'
   => 'this',
   
      'title'
   => 'title',
   # Titel
   
   #SYNCMARKER
 );  );
   
 1;  1;

Removed from v.1.14  
changed lines
  Added in v.1.32


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