Annotation of loncom/localize/localize/de.pm, revision 1.28

1.4       www         1: # The LearningOnline Network with CAPA
                      2: # German Localization Lexicon
                      3: #
1.28    ! www         4: # $Id: de.pm,v 1.27 2003/09/26 21:04:26 www Exp $
1.4       www         5: #
                      6: # Copyright Michigan State University Board of Trustees
                      7: #
                      8: # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                      9: #
                     10: # LON-CAPA is free software; you can redistribute it and/or modify
                     11: # it under the terms of the GNU General Public License as published by
                     12: # the Free Software Foundation; either version 2 of the License, or
                     13: # (at your option) any later version.
                     14: #
                     15: # LON-CAPA is distributed in the hope that it will be useful,
                     16: # but WITHOUT ANY WARRANTY; without even the implied warranty of
                     17: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     18: # GNU General Public License for more details.
                     19: #
                     20: # You should have received a copy of the GNU General Public License
                     21: # along with LON-CAPA; if not, write to the Free Software
                     22: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     23: #
                     24: # /home/httpd/html/adm/gpl.txt
                     25: #
                     26: # http://www.lon-capa.org/
                     27: #
                     28: ######################################################################
                     29: ######################################################################
                     30: 
1.1       www        31: 
                     32: package Apache::localize::de;
                     33: use base qw(Apache::localize);
1.16      www        34: 
1.1       www        35: %Lexicon=('_AUTO' => 1,
1.16      www        36:           
1.17      www        37: 'char_encoding'=> 'ISO-8859-1',
1.20      www        38: 'language_code'=> 'de',
1.4       www        39: 
                     40:    'Domain'
1.15      www        41: => 'Domäne',
1.4       www        42: 
1.7       www        43:    'Server'
                     44: => 'Server',
                     45: 
1.4       www        46:    'Load'
1.5       www        47: => 'Last',
1.4       www        48: 
                     49:    'User Load'
1.5       www        50: => 'Nutzerlast',
1.4       www        51: 
                     52:    'Help'
1.5       www        53: => 'Hilfe',
1.4       www        54: 
                     55:    'Log in'
1.5       www        56: => 'Einloggen',
1.4       www        57: 
                     58:    'Username'
1.5       www        59: => 'Benutzername',
1.4       www        60: 
                     61:    'Password'
1.5       www        62: => 'Passwort',
1.4       www        63: 
1.3       www        64:    'choose'
                     65: => 'waehle',
                     66: 
                     67:    'enter'
                     68: => 'eingeben',
                     69: 
                     70:    'view'
                     71: => 'sehe',
                     72: 
                     73:    'calendar'
                     74: => 'kalender',
                     75: 
                     76:    'prefer-'
                     77: => 'praefe-',
                     78: 
                     79:    'ences'
                     80: => 'renzen',
                     81: 
                     82:    'role'
                     83: => 'rolle',
                     84: 
                     85:    'course'
                     86: => 'kurs',
                     87: 
1.12      www        88:    'Course'
                     89: => 'Kurs',
                     90: 
                     91:    'Section/Group'
                     92: => 'Gruppe',
                     93: 
1.18      www        94:    'today'
                     95: => 'heute',
                     96: 
                     97:    'last week'
                     98: => 'letzte Woche',
                     99: 
                    100:    'last month'
                    101: => 'letzten Monat',
                    102: 
                    103:    'last three months'
                    104: => 'letzte drei Monate',
                    105: 
                    106:    'last six months'
                    107: => 'letzte sechs Monate',
                    108: 
                    109:    'last year'
                    110: => 'letztes Jahr',
                    111: 
                    112:    'Submit'
                    113: => 'Speichern',
1.19      www       114: 
                    115:    'Rename'
                    116: => 'Umbenennen',
                    117: 
                    118:    'Save'
                    119: => 'Speichern',
                    120: 
                    121:    'Done'
                    122: => 'Fertig',
                    123: 
                    124:    'Select User'
                    125: => 'Benutzer auswählen',
                    126: 
                    127:    'Select Course'
                    128: => 'Kurs auswählen',
                    129: 
                    130:    'Changes will become active for your current session after'
                    131: => 'Änderungen werden für Ihre derzeitige Sitzung aktiv nachdem Sie den Kurs',
                    132: 
                    133:    're-initializing course'
                    134: => 'reinitialisiert',
                    135: 
                    136:    ', or the next time you log in.'
                    137: => 'haben, oder wenn Sie das nächste Mal einloggen.',
                    138: 
                    139:    'Uploaded Document'
                    140: => 'Hochgeladenes Dokument',
                    141: 
                    142:    'No content modifications yet.'
                    143: => 'Noch keine Inhaltsänderungen.',
1.18      www       144: 
                    145:    'Part is not open to be viewed. It'
                    146: => 'Aufgabenteil nicht verfügbar. Er',
                    147: 
                    148: 'Unable to determine if this resource is open due to network problems. Please try again later.'
                    149: => 'Aufgrund von Netzwerkproblemen kann nicht festgestellt werden, ob dieses Dokument verfügbar ist. Bitte versuchen Sie es später noch einmal.',
                    150: 
                    151: 'Note: it can take up to 10 minutes for changes to take effect for all users.'
                    152: => 'Es kann bis zu 10 Minuten dauern, bis die Änderungen für alle Benutzer Effekt haben',
                    153: 
                    154:    'Language'
                    155: => 'Sprache',
                    156: 
                    157:    'Notes'
                    158: => 'Notizen',
                    159: 
                    160:    'Abstract'
                    161: => 'Beschreibung',
                    162:  
1.12      www       163:    'Create a user or modify the roles and privileges of a user'
1.15      www       164: => 'Benutzeraccounts erzeugen und Ändern von Benutzerprivilegien',
1.12      www       165: 
                    166:    'View course assessment statistics'
                    167: => 'Aufgabenstatistiken erzeugen',
                    168: 
                    169:    'Set deadlines and other assessment parameters, as well as modify course environment'
1.15      www       170: => 'Setzen von Fälligkeitsdatums und anderen Aufgabenparameters, sowie Ändern der Kursumgebung',
1.12      www       171: 
                    172:    'New Folder'
                    173: => 'Neuer Ordner',
                    174: 
                    175:    'Simple Page'
                    176: => 'Einfache Seite',
                    177: 
                    178:    'Simple Problem'
                    179: => 'Einfache Aufgabe',
                    180: 
                    181:    'Upload Document'
                    182: => 'Dokument hochladen',
                    183: 
                    184:    'Search'
                    185: => 'Suchen',
                    186: 
                    187:    'Import'
                    188: => 'Importieren',
                    189: 
                    190:    'Main Course Documents'
                    191: => 'Hauptdokumente des Kurses',
                    192: 
                    193:    'Supplemental Course Documents'
1.15      www       194: => 'Zusätzliche Kursdokumente',
1.12      www       195: 
                    196:    'Bulletin Board'
                    197: => 'Schwarzes Brett',
                    198: 
                    199:    'Special Documents'
                    200: => 'Spezielle Dokumente',
                    201: 
1.3       www       202:    'create'
                    203: => 'erstelle',
                    204: 
                    205:    'grades'
                    206: => 'noten',
                    207: 
                    208:    'commu-'
                    209: => 'kommu-',
                    210: 
                    211:    'nication'
                    212: => 'nikation',
                    213: 
                    214:    'enroll'
                    215: => 'liste',
                    216: 
                    217:    'navigate'
                    218: => 'inhalts-',
                    219: 
                    220:    'contents'
                    221: => 'verzeich',
                    222: 
1.12      www       223:    'Navigate Contents'
                    224: => 'Inhaltsverzeichnis',
                    225: 
1.2       www       226:    'Announcements and Calendar'
                    227: => 'Bekanntmachungen und Kalender',
                    228: 
                    229:    'Author'
                    230: => 'Autor',
                    231: 
                    232:    'Change Your Preferences'
1.15      www       233: => 'Ändern der Benutzerpräferenzen',
1.2       www       234: 
                    235:    'Choose the user role'
1.15      www       236: => 'Wählen der Benutzerrolle',
1.2       www       237: 
                    238:    'Co-Author'
                    239: => 'Co-Autor',
                    240: 
                    241:    'Communication and Messages'
                    242: => 'Kommunication und Nachrichten',
                    243: 
                    244:    'Course Coordinator'
                    245: => 'Kurs Koordinator',
                    246: 
                    247:    'Course Statistics and Charts'
1.15      www       248: => 'Kursstatistiken und Notenübersicht',
1.2       www       249: 
                    250:    'Course announcements and my calendar'
                    251: => 'Kursbekanntmachungen und mein Kalender',
                    252: 
                    253:    'Create Users, Change User Privileges'
1.15      www       254: => 'Erstellen neuer Benutzeraccounts, Ändern von Benutzerprivilegien',
1.2       www       255: 
                    256:    'Domain Coordinator'
                    257: => 'Domain Koordinator',
                    258: 
                    259:    'Enrollment Manager'
                    260: => 'Einschreibungsmanagement',
                    261: 
                    262:    'Enter grades from check-out assessment resources'
                    263: => 'Eingeben von Ergebnissen ausgeteilter Examen',
                    264: 
                    265:    'Exam Proctor'
                    266: => 'Exam Proktor',
                    267: 
                    268:    'Exit LON-CAPA'
                    269: => 'Ausloggen von LON-CAPA',
                    270: 
                    271:    'Grades Spreadsheet'
                    272: => 'Benotungs Spreadsheet',
                    273: 
                    274:    'Grading'
                    275: => 'Benotung',
                    276: 
                    277:    'Instructor'
                    278: => 'Lehrender',
                    279: 
                    280:    'Launch Remote Control'
                    281: => 'Fernbedienungsfenster',
                    282: 
                    283:    'Main Menu'
1.15      www       284: => 'Hauptmenü',
1.2       www       285: 
                    286:    'Navigate Course Contents'
                    287: => 'Inhaltsverzeichnis',
                    288: 
                    289:    'No Role, Cumulative Privileges'
                    290: => 'Keine Rolle, kumulative Privilegien',
                    291: 
                    292:    'Return to Last Location'
1.15      www       293: => 'Rückkehr zur letzten Seite',
1.2       www       294: 
                    295:    'Send and receive messages'
                    296: => 'Verschicken und Empfangen von Nachrichten',
                    297: 
                    298:    'Set my user preferences'
1.15      www       299: => 'Setzen von Benutzerpräferenzen',
1.2       www       300: 
                    301:    'Student'
                    302: => 'Studierender',
                    303: 
                    304:    'Switch to another user role'
1.15      www       305: => 'Andere Benutzerrolle wählen',
1.2       www       306: 
                    307:    'Teaching Assistant'
                    308: => 'Hilfskraft',
                    309: 
                    310:    'Use or edit my bookmark collection'
                    311: => 'Benutzen oder editieren meiner Bookmark-Sammlung',
                    312: 
                    313:    'User Roles'
1.6       www       314: => 'Benutzerrollen',
                    315: 
                    316:    'Calculate course grades (Spreadsheet)'
                    317: => 'Noten berechnen (Spreadsheet)',
                    318: 
                    319:    'Enter the chatroom for the course'
                    320: => 'Kurs Chatroom',
                    321: 
                    322:    'Navigate the table of contents for this course'
                    323: => 'Inhaltsverszeichnis navigieren',
                    324: 
                    325:    'Syllabus'
1.15      www       326: => 'Kursüberblick',
1.6       www       327: 
                    328:    'View the course assessment progress chart'
1.15      www       329: => 'Notenüberblick',
1.7       www       330: 
                    331:    'Class Hours'
                    332: => 'Zeit',
                    333: 
                    334:    'Course Description'
                    335: => 'Kursbeschreibung',
                    336: 
                    337:    'Coursepack'
                    338: => 'Kurspaket',
                    339: 
                    340:    'Current Month'
                    341: => 'Dieser Monat',
                    342: 
                    343:    'Deadlines'
1.15      www       344: => 'Fälligkeitsdaten',
1.7       www       345: 
                    346:    'Fri'
                    347: => 'Fr',
                    348: 
                    349:    'Grading Information'
                    350: => 'Benotung',
                    351: 
                    352:    'Helproom Hours'
                    353: => 'Hilfe',
                    354: 
                    355:    'Instructor Information'
1.15      www       356: => 'Information über die Lehrenden',
1.7       www       357: 
                    358:    'Mon'
                    359: => 'Mo',
                    360: 
                    361:    'Next Month'
1.15      www       362: => 'Nächster Monat',
1.7       www       363: 
                    364:    'Office Hours'
                    365: => 'Sprechstunden',
                    366: 
                    367:    'Prerequisites'
                    368: => 'Voraussetzungen',
                    369: 
                    370:    'Previous Month'
                    371: => 'Vorhergehender Monat',
                    372: 
                    373:    'Readings'
                    374: => 'Material',
                    375: 
                    376:    'Sat'
                    377: => 'Sa',
                    378: 
                    379:    'January'
                    380: => 'Januar',
                    381: 
                    382:    'February'
                    383: => 'Februar',
                    384: 
                    385:    'March'
1.15      www       386: => 'März',
1.7       www       387: 
                    388:    'April'
                    389: => 'April',
                    390: 
                    391:    'May'
                    392: => 'Mai',
                    393: 
                    394:    'June'
                    395: => 'Juni',
                    396: 
                    397:    'August'
                    398: => 'August',
                    399: 
                    400:    'September'
                    401: => 'September',
                    402: 
                    403:    'October'
                    404: => 'Oktober',
                    405: 
                    406:    'November'
                    407: => 'November',
                    408: 
                    409:    'December'
                    410: => 'Dezember',
                    411: 
                    412:    'Sun'
                    413: => 'So',
                    414: 
                    415:    'Textbook'
                    416: => 'Buchliste',
                    417: 
                    418:    'Thu'
                    419: => 'Do',
                    420: 
                    421:    'Tue'
                    422: => 'Di',
                    423: 
                    424:    'Web Links'
                    425: => 'Weblinks',
                    426: 
                    427:    'Wed'
                    428: => 'Mi',
1.8       www       429: 
                    430:    'Drop/Add students in this course'
                    431: => 'Einschreibungsliste verwalten',
1.9       www       432: 
                    433:    'You have entered that answer before'
                    434: => 'Sie hatten diese Antwort bereits eingegeben',
                    435: 
                    436:    'A score has been assigned.'
                    437: => 'Eine Note ist vergeben worden',
                    438: 
                    439:    'You are correct.'
                    440: => 'Korrekt!',
                    441: 
                    442:    'Your receipt is'
                    443: => 'Ihr Nachweis ist',
                    444: 
                    445:    'You are excused from the problem.'
                    446: => 'Die Aufgabe ist Ihnen erlassen worden.',
                    447: 
                    448:    'Incorrect'
                    449: => 'Inkorrekt.',
                    450: 
                    451:    'Some parts were not submitted.'
                    452: => 'Einige Aufgabenteile sind nicht bearbeitet worden.',
                    453: 
                    454:    'An error occured while grading your answer.'
                    455: => 'In der Benotung Ihrer Antwort trat ein Fehler auf.',
                    456: 
                    457:    'The submitted answer was too long.'
                    458: => 'Ihre Antwort war zu lang.',
                    459: 
                    460:    'This question expects a numeric answer.'
                    461: => 'Eine numerische Antwort ist gefragt.',
                    462: 
                    463:    'You have provided an invalid ranking'
                    464: => 'Die Rankordnung ist falsch eingeben worden',
                    465: 
                    466:    'please refer to'
                    467: => 'schauen Sie nach unter',
                    468: 
                    469:    'The filetype extension of the file you uploaded is not allowed.'
                    470: => 'Die Endung des der von Ihnen eingereichten Datei ist nicht erlaubt.',
                    471: 
                    472:    'Please adjust significant figures.'
                    473: => 'Bitte korrigieren Sie die signifikanten Stellen.',
                    474: 
                    475:    'Units incorrect.'
                    476: => 'Einheit inkorrekt.',
                    477: 
                    478:    'Only a number required.'
                    479: => 'Nur eine Nummer erwartet.',
                    480: 
                    481:    'Units required'
                    482: => 'Einheiten erwartet',
                    483: 
                    484:    'Unable to understand formula'
                    485: => 'Die eingebene Formel kann nicht ausgewertet werden',
                    486: 
                    487:    'Your submission has been recorded.'
                    488: => 'Ihre Antwort ist gespeichert wordern.',
                    489: 
                    490:    'Unknown message'
                    491: => 'Unbekannte Nachricht',
                    492: 
                    493:    'Answer Submitted'
                    494: => 'Antwort eingereicht',
1.10      www       495: 
                    496:    'Tries'
                    497: => 'Versuche',
                    498: 
                    499:    'Submit Answer'
                    500: => 'Antwort Einreichen',
                    501: 
                    502:    'Prepare a printable document'
                    503: => 'Druckbares Dokument erstellen',
                    504: 
                    505:    'Go To My First Homework Problem'
1.15      www       506: => 'Springe zum ersten Hausübungsproblem',
1.10      www       507: 
1.21      www       508:    'Cancel'
                    509: => 'Abbrechen',
                    510: 
1.10      www       511:    'Discussions'
                    512: => 'Diskussion',
                    513: 
                    514:    'New discussion since'
                    515: => 'Neue Diskussion seit',
1.6       www       516: 
1.11      www       517:    'Goodbye'
1.12      www       518: => 'Auf Wiedersehen',
                    519: 
                    520:    'Select'
1.15      www       521: => 'Auswählen',
1.12      www       522: 
                    523:    'Re-Initialize'
                    524: => 'Neu initialisieren',
                    525: 
                    526:    'Currently selected. '
1.15      www       527: => 'Derzeit ausgewählt. ',
1.12      www       528: 
                    529:    'Switch Server'
                    530: => 'Server wechseln',
                    531: 
                    532:    'system wide'
                    533: => 'systemweit',
                    534: 
                    535:    'Currently not available'
1.15      www       536: => 'Derzeit nicht verfügbar',
1.12      www       537: 
                    538:    'No role specified'
                    539: => 'Keine bestimmte Rolle',
                    540: 
                    541:    'Remark'
                    542: => 'Bemerkung',
                    543: 
                    544:    'Extent'
                    545: => 'Bereich',
                    546: 
                    547:    'User Role'
                    548: => 'Benutzerrolle',
                    549: 
                    550:    'Start'
                    551: => 'Anfang',
                    552: 
                    553:    'End'
                    554: => 'Ende',
                    555: 
                    556:    'System'
                    557: => 'System',
                    558: 
                    559:    'Display'
                    560: => 'Anzeigen',
1.13      www       561: 
                    562:    "an unknown date"
                    563: => 'zu einem unbekannten Zeitpunkt',
                    564: 
                    565:    "an indeterminate date"
                    566: => 'zu einem unbestimmten Zeitpunkt',
                    567: 
                    568:    "will open on"
1.15      www       569: => "wird verfügbar sein am",
1.13      www       570: 
                    571:    "is due at"
1.15      www       572: => "ist fällig am",
1.13      www       573: 
                    574:    "was due on"
1.15      www       575: => "war fällig am",
1.13      www       576: 
                    577:    'is closed but you are allowed to view it'
                    578: => "ist geschlossen, kann aber von Ihnen betrachtet werden",
                    579: 
                    580:    "Undid changes, Switched"
1.15      www       581: => "Änderungen rückgängig gemacht, gewechselt",
1.13      www       582: 
                    583:    "Unable to undo, unable to switch"
1.15      www       584: => "Änderungen konnten nicht rückgängig gemacht werden, nicht umgeschaltet",
1.13      www       585: 
                    586:    "Unable to make backup"
                    587: => "Konnte keine Sicherheitskopie machen",
                    588: 
                    589:    "Saving Modifications to"
1.15      www       590: => "Änderungen gespeichert unter",
1.13      www       591: 
                    592:    "Unable to write to"
                    593: => "Konnte nicht speichern unter",
                    594: 
                    595:    "Analyzing a problem"
                    596: => "Aufgabe analysisieren",
                    597: 
                    598:    "EditXML"
                    599: => "XML Editor",
                    600: 
                    601:    'Discard Edits and View'
1.15      www       602: => 'Änderungen verwerfen und betrachten',
1.13      www       603: 
                    604:    'Submit Changes'
1.15      www       605: => 'Änderungen speichern',
1.13      www       606: 
                    607:    'Submit Changes and View'
1.15      www       608: => 'Änderungen speichern und betrachten',
1.13      www       609: 
                    610:    'Edit'
                    611: => 'Editor',
                    612: 
                    613:    ', select a template from the pull-down menu below'
1.15      www       614: => ', wählen Sie eine Vorlagen von dem unterstehenden Auswahlmenü',
1.13      www       615: 
                    616:    'undo'
1.15      www       617: => 'rückgängig machen',
1.13      www       618: 
                    619:    'Answer'
                    620: => 'Antwort',
                    621: 
                    622:    'Frequency'
1.15      www       623: => 'Häufigkeit',
1.13      www       624: 
                    625:    'You did not select a template.'
1.15      www       626: => 'Sie haben keine Vorlage ausgewählt.',
1.13      www       627: 
                    628:    'Analyze Progress'
                    629: => 'Fortschritt analysieren',
                    630: 
                    631:    'Getting Problem Variants'
                    632: => 'Berechnen von Aufgabenvariationen',
                    633: 
                    634:    'last problem'
                    635: => 'letzte Aufgabe',
                    636: 
                    637:    "may open later."
1.15      www       638: => 'mag zu einame spätern Zeitpunkt verfügbar sein',
1.13      www       639: 
                    640:    ', and answers will be available on'
1.15      www       641: => 'und Antworten werden verfügbar sein am',
1.13      www       642: 
                    643:    "Select a"
1.15      www       644: => "Wählen Sie",
1.13      www       645: 
                    646:    'Unable to find'
                    647: => 'Konnte nicht gefunden werden',
                    648: 
                    649:    'Part'
                    650: => 'Aufgabenteil',
                    651: 
                    652:    "Then"
                    653: => 'Dann',
                    654: 
                    655:    'Create'
                    656: => 'Erzeugen',
                    657: 
                    658:    'is in under construction'
                    659: => 'unter Konstruktion',
                    660: 
                    661:    'List of possible answers'
                    662: => 'Liste von Antworten',
                    663: 
                    664: 'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
1.15      www       665: => 'Keine analysierbaren Aufgabenteile gefunden, derzeit werden nur numerische, symbolische, und "string" Antworten unterstützt',
1.13      www       666: 
                    667:    'is not analyzable at this time'
                    668: => 'ist derzeit nicht analysierbar',
1.21      www       669: 
                    670:    'Title'
                    671: => 'Titel',
                    672: 
                    673:    'Path'
                    674: => 'Pfad',
                    675: 
                    676:    'New Search'
                    677: => 'Neue Suche',
                    678: 
                    679:    'Go Back'
                    680: => 'Zurück',
                    681: 
                    682:    'File'
                    683: => 'Datei',
                    684: 
                    685:    'Date'
                    686: => 'Datum',
                    687: 
                    688:    'You have no unread messages'
                    689: => 'Sie haben keine ungelesenen Nachrichten',
                    690: 
                    691:    'New Messages'
                    692: => 'Neue Nachrichten',
                    693: 
                    694:    'View All Messages'
                    695: => 'Alle Nachrichten',
1.12      www       696: 
1.22      www       697:    'Map'
1.23      www       698: => 'Seite/Sequenz',
1.22      www       699: 
                    700:    'Page'
                    701: => 'Seite',
                    702: 
                    703:    'Sequence'
                    704: => 'Sequence',
                    705: 
                    706:    'Map contents are not shown in order.'
                    707: => 'Der Inhalt der Seite/Sequenz wird nicht in geordneter Abfolge gezeigt.',
                    708: 
                    709:    'Empty'
                    710: => 'Leer',
                    711: 
                    712:    'could not be copied.'
                    713: => 'konnte nicht kopiert werden.',
                    714: 
                    715:    'Back to Directory'
                    716: => 'Zurück zum Verzeichnis',
                    717: 
                    718:    'No upload file specified.'
                    719: => 'Keine Datei zum Hochladen angegeben.',
                    720: 
                    721:    'The target is an existing directory.'
                    722: => 'Die Zieldatei ist ein existierendes Verzeichnis.',
                    723: 
                    724:    'Please use browser "Back" button and pick a filename'
                    725: => 'Bitte benutzen Sie "Zurück" in Ihrem Browsers und geben Sie einen Dateinamen an',
                    726: 
                    727:    "You do not have authoring privileges for this resource"
                    728: => "Sie haben keine Schreibberechtigung für diese Datei",
                    729: 
                    730:    'Copying file'
                    731: => 'Kopiere Datei',
                    732: 
                    733:    'No write permission to user directory, FAIL'
                    734: => 'Keine Schreibberechtigung für dieses Verzeichnis, Abbruch',
                    735: 
                    736:    'Actions'
                    737: => 'Befehle',
                    738: 
                    739:    'Name'
                    740: => 'Name',
                    741: 
                    742:    'Status'
                    743: => 'Zustand',
                    744: 
                    745:    'Last Modified'
                    746: => 'Zuletzt geändert',
                    747: 
                    748:    'Yes'
                    749: => 'Ja',
                    750: 
                    751:    'Construction Space Directory'
                    752: => 'Konstructionsbereich Verzeichnis',
                    753: 
                    754:    'Contact'
                    755: => 'Kontaktieren Sie',
                    756: 
                    757:    'Store uploaded file as '
                    758: => 'Speichere hochgeladene Datei unter ',
                    759: 
                    760:    'Searching'
                    761: => 'Suche',
                    762: 
                    763:    'Select the Construction Space'
                    764: => 'Wählen Sie den Konstruktionsbereich',
                    765: 
                    766: 'It is recommended that you use an up-to-date virus scanner before handling this file.'
                    767: => 'Es wird empfohlen, einen aktualisierten Virenscanner zu benutzen.',
                    768: 
                    769:    'You have no unread messages'
                    770: => 'Sie haben keine ungelesenen Nachrichten',
                    771: 
                    772:    'not displayed'
                    773: => 'nicht angezeigt',
                    774: 
                    775:    "Open, no due date"
                    776: => "Verfügbar, kein Fälligkeitsdatum",
                    777: 
                    778:    "Uncompleted Homework"
                    779: => "Unerledigte Hausübungen",
                    780: 
                    781:    "Show Only Uncompleted Homework"
                    782: => "Zeige nur unerledigte Hausübungen",
                    783: 
                    784:    "All homework is currently completed"
                    785: => "Derzeit sind alle Hausübungen erledigt",
                    786: 
                    787:    "Go To My First Homework Problem"
                    788: => "Gehe zu meiner ersten Hausübung",
                    789: 
                    790:    "Was due"
                    791: => "War fällig",
                    792: 
                    793:    "Answer available"
                    794: => "Antwort verfügbar",
                    795: 
                    796:    "Excused by instructor"
                    797: => "Vom Lehrenden erlassen",
                    798: 
                    799:    "Answer submitted, not yet graded"
1.23      www       800: => "Antwort eingereicht, noch nicht benotet",
1.22      www       801: 
                    802:    "No due date"
                    803: => "Kein Fälligkeitsdatum",
                    804: 
                    805:    'never'
                    806: => 'niemals',
                    807: 
                    808:    'Answer submitted'
                    809: => 'Antwort eingereicht',
                    810: 
                    811:    'Processing'
                    812: => 'Wird verarbeitet',
                    813: 
                    814:    'Access and Usage Statistics'
                    815: => 'Zugangs- und Benutzungsstatistiken',
                    816: 
                    817:    'Evaluation Comments'
                    818: => 'Beurteilungskommentare',
                    819: 
                    820:    'Evaluation Data'
1.27      www       821: => 'Beurteilungsdaten',
1.25      www       822: 
                    823: 
                    824: #SYNC Fri Sep 26 14:41:18 2003
                    825:    'July'
1.26      www       826: => 'Juli',
1.25      www       827: 
                    828:    'Server Administration'
                    829: => 'Server Administration',
                    830: 
                    831:    'System Administration'
                    832: => 'System Administration',
                    833: 
                    834:    'aboutlon.gif'
                    835: => 'aboutlon.gif',
                    836: 
                    837:    'accessbutton.gif'
                    838: => 'accessbutton.gif',
                    839: 
                    840:    'userauthentication.gif'
                    841: => 'userauthentication.gif',
                    842: 
1.26      www       843:    'Users with Roles Assigned by'
                    844: => 'Benutzer mit Rollen vergeben von',
                    845: 
                    846:    'Name starting with'
                    847: => 'Name beginnt mit',
                    848: 
                    849:    'This resource has been marked obsolete by the author(s)'
                    850: => 'Dieses Dokument wurde von den Autoren als überholt markiert',
                    851: 
                    852:    'Uploaded'
                    853: => 'Hochgeladen',
                    854: 
                    855:    'Dynamic Metadata'
                    856: => 'Dynamische Metadaten',
                    857: 
                    858:    'View file'
                    859: => 'Datei betrachten',
                    860: 
                    861:    'could not be copied.'
                    862: => 'konnte nicht kopiert werden.',
                    863: 
                    864:    'Illegal filename.'
                    865: => 'Ungültiger Dateiname.',
                    866: 
                    867:    'Rule'
                    868: => 'Regel',
                    869: 
                    870:    'Back to Source Directory'
                    871: => 'Zurück zum Quellverzeichnis',
                    872: 
                    873:    'Back to Source'
                    874: => 'Zurück zur Quelldatei',
                    875: 
                    876:    'File copied.'
                    877: => 'Datei kopiert',
                    878: 
                    879:    'FAIL'
                    880: => 'Abbruch',
                    881: 
                    882:    'Back to'
                    883: => 'Zurück zu',
                    884: 
                    885:    'untitled'
                    886: => 'kein Titel',
1.27      www       887: 
                    888: 
                    889: #SYNC Fri Sep 26 16:57:10 2003
                    890:    ', is reserved internally by LON-CAPA.'
                    891: => ', is reserved internally by LON-CAPA.',
                    892: 
                    893:    'Became this version on ...'
                    894: => 'Became this version on ...',
                    895: 
                    896:    'Browse published resources'
                    897: => 'Browse published resources',
                    898: 
                    899:    'Choose the course to work on'
                    900: => 'Choose the course to work on',
                    901: # waehle the kurs to work on
                    902:    'Create a new course'
                    903: => 'Create a new course',
                    904: # erstelle a new kurs
                    905:    'Customized right of use ...	'
                    906: => 'Customized right of use ...	',
                    907: 
                    908:    'Delete messages from bulletin boards'
                    909: => 'Delete messages from bulletin boards',
                    910: # Delete messages from Schwarzes Bretts
                    911:    'Domain only - use limited to courses in the domain'
                    912: => 'Domain only - use limited to courses in the domain',
                    913: # Domäne only - use limited to kurss in the Domäne
                    914:    'Edit and view documents included in this course'
                    915: => 'Edit and view documents included in this course',
                    916: # Editor and sehe documents included in this kurs
                    917:    'Edit/Modify DOCS'
                    918: => 'Edit/Modify DOCS',
                    919: # Editor/Modify DOCS
                    920:    'Enter my resource construction space'
                    921: => 'Enter my resource construction space',
                    922: # eingeben my resource construction space
                    923:    'Failed to copy source'
                    924: => 'Failed to copy source',
                    925: # Abbruched to copy source
                    926:    'Failed to write metadata copy'
                    927: => 'Failed to write metadata copy',
                    928: # Abbruched to write metadata copy
                    929:    'Finalize Publication'
                    930: => 'Finalize Publication',
                    931: 
                    932:    'Grant/revoke role of Co-Author'
                    933: => 'Grant/revoke role of Co-Author',
                    934: # Grant/revoke rolle of Co-Autor
                    935:    'Grant/revoke role of Domain Coordinator'
                    936: => 'Grant/revoke role of Domain Coordinator',
                    937: # Grant/revoke rolle of Domäne Koordinator
                    938:    'Grant/revoke role of Exam Proctor'
                    939: => 'Grant/revoke role of Exam Proctor',
                    940: # Grant/revoke rolle of Exam Proktor
                    941:    'Grant/revoke role of Instructor'
                    942: => 'Grant/revoke role of Instructor',
                    943: # Grant/revoke rolle of LehrEndeer
                    944:    'Grant/revoke role of Student'
                    945: => 'Grant/revoke role of Student',
                    946: # Grant/revoke rolle of StudierEndeer
                    947:    'Grant/revoke role of Superuser'
                    948: => 'Grant/revoke role of Superuser',
                    949: # Grant/revoke rolle of Superuser
                    950:    'No previous versions published.'
                    951: => 'No previous versions published.',
                    952: 
                    953:    'No write permission to'
                    954: => 'No write permission to',
                    955: 
                    956:    'Please pick a version to retrieve'
                    957: => 'Please pick a version to retrieve',
                    958: 
                    959:    'Private - visible to author only for testing purposes'
                    960: => 'Private - visible to author only for testing purposes',
                    961: # Private - visible to Autor only for testing purposes
                    962:    'Private Publication - did not synchronize database'
                    963: => 'Private Publication - did not synchronize database',
                    964: 
                    965:    'Public - no authentication or authorization required for use'
                    966: => 'Public - no authentication or authorization required for use',
                    967: # Public - no auDanntication or Autorization required for use
                    968:    'Retrieval of an old version will overwrite the file currently in construction space'
                    969: => 'Retrieval of an old version will overwrite the file currently in construction space',
                    970: # Retrieval of an old version will overwrite the Datumi currently in construction space
                    971:    'Retrieve previous versions of'
                    972: => 'Retrieve previous versions of',
                    973: 
                    974:    'Retrieve version'
                    975: => 'Retrieve version',
                    976: 
                    977:    'Search the contents of this course'
                    978: => 'Search the contents of this course',
                    979: # Suchen the verzeich of this kurs
                    980:    'Search the database of published resources'
                    981: => 'Search the database of published resources',
                    982: # Suchen the database of published resources
                    983:    'Send broadcast and receipt-required email'
                    984: => 'Send broadcast and receipt-required email',
                    985: # SEnde broadcast and receipt-required email
                    986:    'Show Problem Completeness'
                    987: => 'Show Problem Completeness',
                    988: 
                    989:    'Switch to another course'
                    990: => 'Switch to another course',
                    991: # Switch to another kurs
                    992:    'System wide - can be used for any courses system wide'
                    993: => 'System wide - can be used for any courses system wide',
                    994: # Systemweit - can be used for any kurss Systemweit
                    995:    'System wide - open source to all authors'
                    996: => 'System wide - open source to all authors',
                    997: # Systemweit - open source to all Autors
                    998:    'The extension on this file'
                    999: => 'The extension on this file',
                   1000: # The extension on this Datumi
                   1001:    'Unsupported character combination'
                   1002: => 'Unsupported character combination',
                   1003: 
                   1004:    'View documents included in this course'
                   1005: => 'View documents included in this course',
                   1006: # sehe documents included in this kurs
                   1007: 
                   1008: 
                   1009: #SYNC Fri Sep 26 17:00:04 2003
1.28    ! www      1010: 
        !          1011: 
        !          1012: #SYNC Fri Sep 26 17:20:56 2003
        !          1013:    'Additional Keywords'
        !          1014: => 'Additional Keywords',
        !          1015: 
        !          1016:    'Additional Metadata (non-standard, parameters, exports)'
        !          1017: => 'Additional Metadata (non-standard, parameters, exports)',
        !          1018: 
        !          1019:    'Author and Co-Author roles may not be available on servers other than your home server.'
        !          1020: => 'Author and Co-Author roles may not be available on servers other than your home server.',
        !          1021: # Autor and Co-Autor rolles Mai not be available on Servers other than your home Server.
        !          1022:    'Author(s)'
        !          1023: => 'Author(s)',
        !          1024: # Autor(s)
        !          1025:    'Average number of tries till solved'
        !          1026: => 'Average number of tries till solved',
        !          1027: # Average number of Versuche till solved
        !          1028:    'Browse Resources'
        !          1029: => 'Browse Resources',
        !          1030: 
        !          1031:    'Catalog Information'
        !          1032: => 'Catalog Information',
        !          1033: # CataEinloggenformation
        !          1034:    'Collapse Remote Control'
        !          1035: => 'Collapse Remote Control',
        !          1036: 
        !          1037:    'Construction Space'
        !          1038: => 'Construction Space',
        !          1039: 
        !          1040:    'Copied metadata'
        !          1041: => 'Copied metadata',
        !          1042: 
        !          1043:    'Copied source file'
        !          1044: => 'Copied source file',
        !          1045: # Copied source Datumi
        !          1046:    'Copyright/Distribution'
        !          1047: => 'Copyright/Distribution',
        !          1048: 
        !          1049:    'Course Documents'
        !          1050: => 'Course Documents',
        !          1051: # kurs Documents
        !          1052:    'Creation Date'
        !          1053: => 'Creation Date',
        !          1054: # Creation Datum
        !          1055:    'Custom Distribution File'
        !          1056: => 'Custom Distribution File',
        !          1057: # Custom Distribution Datumi
        !          1058:    'Degree of difficulty'
        !          1059: => 'Degree of difficulty',
        !          1060: 
        !          1061:    'Dump Course DOCS to Construction Space'
        !          1062: => 'Dump Course DOCS to Construction Space',
        !          1063: # Dump kurs DOCS to Construction Space
        !          1064:    'Entering course ...'
        !          1065: => 'Entering course ...',
        !          1066: # eingebening kurs ...
        !          1067:    'Exam Information'
        !          1068: => 'Exam Information',
        !          1069: 
        !          1070:    'External Resource'
        !          1071: => 'External Resource',
        !          1072: 
        !          1073:    'Generate new role ...'
        !          1074: => 'Generate new role ...',
        !          1075: # Generate new rolle ...
        !          1076:    'Go to the next resource in the course sequence'
        !          1077: => 'Go to the next resource in the course sequence',
        !          1078: # Go to the next resource in the kurs Sequence
        !          1079:    'Go to the previous resource in the course sequence'
        !          1080: => 'Go to the previous resource in the course sequence',
        !          1081: # Go to the previous resource in the kurs Sequence
        !          1082:    'Import a published document'
        !          1083: => 'Import a published document',
        !          1084: # Importieren a published document
        !          1085:    'Keyword(s)'
        !          1086: => 'Keyword(s)',
        !          1087: 
        !          1088:    'Load Map'
        !          1089: => 'Load Map',
        !          1090: # Last Seite/Sequenz
        !          1091:    'Logged Out'
        !          1092: => 'Logged Out',
        !          1093: 
        !          1094:    'MIME Type'
        !          1095: => 'MIME Type',
        !          1096: 
        !          1097:    'Make notes and annotations about this resource'
        !          1098: => 'Make notes and annotations about this resource',
        !          1099: # Make Notizen and annotations about this resource
        !          1100:    'Material appears to be correct'
        !          1101: => 'Material appears to be correct',
        !          1102: 
        !          1103:    'Material covered with sufficient depth'
        !          1104: => 'Material covered with sufficient depth',
        !          1105: 
        !          1106:    'Material is helpful'
        !          1107: => 'Material is helpful',
        !          1108: # Material is Hilfeful
        !          1109:    'Material presented in clear way'
        !          1110: => 'Material presented in clear way',
        !          1111: 
        !          1112:    'Metadata Information'
        !          1113: => 'Metadata Information',
        !          1114: 
        !          1115:    'My Personal Info'
        !          1116: => 'My Personal Info',
        !          1117: 
        !          1118:    'Network-wide number of accesses (hits)'
        !          1119: => 'Network-wide number of accesses (hits)',
        !          1120: 
        !          1121:    'Network-wide number of courses using resource'
        !          1122: => 'Network-wide number of courses using resource',
        !          1123: # Network-wide number of kurss using resource
        !          1124:    'Number of resources that follow this resource in maps'
        !          1125: => 'Number of resources that follow this resource in maps',
        !          1126: # Number of resources that follow this resource in Seite/Sequenzs
        !          1127:    'Number of resources that lead up to this resource in maps'
        !          1128: => 'Number of resources that lead up to this resource in maps',
        !          1129: # Number of resources that lead up to this resource in Seite/Sequenzs
        !          1130:    'Number of resources using or importing resource'
        !          1131: => 'Number of resources using or importing resource',
        !          1132: # Number of resources using or Importierening resource
        !          1133:    'Obsolete'
        !          1134: => 'Obsolete',
        !          1135: 
        !          1136:    'Parent Directory'
        !          1137: => 'Parent Directory',
        !          1138: 
        !          1139:    'Please either'
        !          1140: => 'Please either',
        !          1141: 
        !          1142:    'Project Information'
        !          1143: => 'Project Information',
        !          1144: 
        !          1145:    'Publisher/Owner'
        !          1146: => 'Publisher/Owner',
        !          1147: 
        !          1148:    'Publishing'
        !          1149: => 'Publishing',
        !          1150: 
        !          1151:    'Resource Publication'
        !          1152: => 'Resource Publication',
        !          1153: 
        !          1154:    'Resource is technically correct'
        !          1155: => 'Resource is technically correct',
        !          1156: 
        !          1157:    'Score Upload Form'
        !          1158: => 'Score Upload Form',
        !          1159: # Score UpLast Form
        !          1160:    'Select Map'
        !          1161: => 'Select Map',
        !          1162: # Auswählen Seite/Sequenz
        !          1163:    'Set a bookmark for this resource'
        !          1164: => 'Set a bookmark for this resource',
        !          1165: 
        !          1166:    'Show all roles'
        !          1167: => 'Show all roles',
        !          1168: # Show all rolles
        !          1169:    'Special documents'
        !          1170: => 'Special documents',
        !          1171: # Spezielle Dokumente
        !          1172:    'Subject'
        !          1173: => 'Subject',
        !          1174: 
        !          1175:    'Successful Login'
        !          1176: => 'Successful Login',
        !          1177: 
        !          1178:    'Suggested Replacement for Obsolete File'
        !          1179: => 'Suggested Replacement for Obsolete File',
        !          1180: # Suggested Replacement for Obsolete Datumi
        !          1181:    'Switching Role'
        !          1182: => 'Switching Role',
        !          1183: # Switching rolle
        !          1184:    'Target'
        !          1185: => 'Target',
        !          1186: 
        !          1187:    'This syllabus can be publicly viewed at'
        !          1188: => 'This syllabus can be publicly viewed at',
        !          1189: # This Kursüberblick can be publicly seheed at
        !          1190:    'Total number of students who have worked on this problem'
        !          1191: => 'Total number of students who have worked on this problem',
        !          1192: # Total number of StudierEndeers who have worked on this problem
        !          1193:    'URLs To Include in Syllabus'
        !          1194: => 'URLs To Include in Syllabus',
        !          1195: # URLs To Include in Kursüberblick
        !          1196:    'Upload a new main course document'
        !          1197: => 'Upload a new main course document',
        !          1198: # UpLast a new main kurs document
        !          1199:    'Upload a new supplemental course document'
        !          1200: => 'Upload a new supplemental course document',
        !          1201: # UpLast a new supplemental kurs document
        !          1202:    'User'
        !          1203: => 'User',
        !          1204: 
        !          1205:    'Wrote Metadata'
        !          1206: => 'Wrote Metadata',
        !          1207: 
        !          1208:    'Your home server is '
        !          1209: => 'Your home server is ',
        !          1210: 
        !          1211:    'anno-'
        !          1212: => 'anno-',
        !          1213: 
        !          1214:    'announce'
        !          1215: => 'announce',
        !          1216: 
        !          1217:    'backward'
        !          1218: => 'backward',
        !          1219: 
        !          1220:    'bookmark'
        !          1221: => 'bookmark',
        !          1222: 
        !          1223:    'chart'
        !          1224: => 'chart',
        !          1225: 
        !          1226:    'chat'
        !          1227: => 'chat',
        !          1228: 
        !          1229:    'close this window'
        !          1230: => 'close this window',
        !          1231: 
        !          1232:    'con-'
        !          1233: => 'con-',
        !          1234: 
        !          1235:    'docs'
        !          1236: => 'docs',
        !          1237: 
        !          1238:    'edit crs'
        !          1239: => 'edit crs',
        !          1240: # Editor crs
        !          1241:    'exit'
        !          1242: => 'exit',
        !          1243: 
        !          1244:    'fas'
        !          1245: => 'fas',
        !          1246: 
        !          1247:    'forward'
        !          1248: => 'forward',
        !          1249: 
        !          1250:    'library'
        !          1251: => 'library',
        !          1252: 
        !          1253:    'log in again'
        !          1254: => 'log in again',
        !          1255: # Einloggen again
        !          1256:    'my'
        !          1257: => 'my',
        !          1258: 
        !          1259:    'or'
        !          1260: => 'or',
        !          1261: 
        !          1262:    'parms'
        !          1263: => 'parms',
        !          1264: 
        !          1265:    'prepare'
        !          1266: => 'prepare',
        !          1267: 
        !          1268:    'printout'
        !          1269: => 'printout',
        !          1270: 
        !          1271:    'resource'
        !          1272: => 'resource',
        !          1273: 
        !          1274:    'roles'
        !          1275: => 'roles',
        !          1276: # rolles
        !          1277:    'search'
        !          1278: => 'search',
        !          1279: # Suchen
        !          1280:    'set'
        !          1281: => 'set',
        !          1282: 
        !          1283:    'space'
        !          1284: => 'space',
        !          1285: 
        !          1286:    'stats'
        !          1287: => 'stats',
        !          1288: 
        !          1289:    'struct'
        !          1290: => 'struct',
        !          1291: 
        !          1292:    'switch'
        !          1293: => 'switch',
        !          1294: 
        !          1295:    'tations'
        !          1296: => 'tations',
        !          1297: 
        !          1298:    'updated periodically'
        !          1299: => 'updated periodically',
        !          1300: # upDatumd periodically
        !          1301:    'user'
        !          1302: => 'user',
        !          1303: 
        !          1304:    'visible to author and co-authors only'
        !          1305: => 'visible to author and co-authors only',
        !          1306: # visible to Autor and Co-Autors only
1.24      www      1307: 
                   1308: #SYNCMARKER
1.2       www      1309: );
1.1       www      1310: 
                   1311: 1;
                   1312: 

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