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

1.4       www         1: # The LearningOnline Network with CAPA
                      2: # German Localization Lexicon
                      3: #
1.37    ! www         4: # $Id: de.pm,v 1.36 2003/09/29 21:42:56 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.31      www        39: 'lang_locale'  => 'german',
1.4       www        40: 
                     41:    'Domain'
1.15      www        42: => 'Domäne',
1.4       www        43: 
1.7       www        44:    'Server'
                     45: => 'Server',
                     46: 
1.4       www        47:    'Load'
1.5       www        48: => 'Last',
1.4       www        49: 
                     50:    'User Load'
1.5       www        51: => 'Nutzerlast',
1.4       www        52: 
                     53:    'Help'
1.5       www        54: => 'Hilfe',
1.4       www        55: 
                     56:    'Log in'
1.29      www        57: => 'Anmelden',
1.4       www        58: 
                     59:    'Username'
1.5       www        60: => 'Benutzername',
1.4       www        61: 
                     62:    'Password'
1.29      www        63: => 'Kennwort',
1.4       www        64: 
1.3       www        65:    'choose'
1.35      www        66: => 'wähle',
1.3       www        67: 
                     68:    'enter'
                     69: => 'eingeben',
                     70: 
                     71:    'view'
                     72: => 'sehe',
                     73: 
                     74:    'calendar'
                     75: => 'kalender',
                     76: 
                     77:    'prefer-'
1.35      www        78: => 'präfe-',
1.3       www        79: 
                     80:    'ences'
                     81: => 'renzen',
                     82: 
                     83:    'role'
                     84: => 'rolle',
                     85: 
                     86:    'course'
                     87: => 'kurs',
                     88: 
1.12      www        89:    'Course'
                     90: => 'Kurs',
                     91: 
                     92:    'Section/Group'
                     93: => 'Gruppe',
                     94: 
1.18      www        95:    'today'
                     96: => 'heute',
                     97: 
                     98:    'last week'
                     99: => 'letzte Woche',
                    100: 
                    101:    'last month'
                    102: => 'letzten Monat',
                    103: 
                    104:    'last three months'
                    105: => 'letzte drei Monate',
                    106: 
                    107:    'last six months'
                    108: => 'letzte sechs Monate',
                    109: 
                    110:    'last year'
                    111: => 'letztes Jahr',
                    112: 
                    113:    'Submit'
                    114: => 'Speichern',
1.19      www       115: 
                    116:    'Rename'
                    117: => 'Umbenennen',
                    118: 
                    119:    'Save'
                    120: => 'Speichern',
                    121: 
                    122:    'Done'
                    123: => 'Fertig',
                    124: 
                    125:    'Select User'
                    126: => 'Benutzer auswählen',
                    127: 
                    128:    'Select Course'
                    129: => 'Kurs auswählen',
                    130: 
                    131:    'Changes will become active for your current session after'
                    132: => 'Änderungen werden für Ihre derzeitige Sitzung aktiv nachdem Sie den Kurs',
                    133: 
                    134:    're-initializing course'
                    135: => 'reinitialisiert',
                    136: 
                    137:    ', or the next time you log in.'
1.30      www       138: => 'haben, oder wenn Sie sich das nächste Mal anmelden.',
1.19      www       139: 
                    140:    'Uploaded Document'
                    141: => 'Hochgeladenes Dokument',
                    142: 
                    143:    'No content modifications yet.'
                    144: => 'Noch keine Inhaltsänderungen.',
1.18      www       145: 
                    146:    'Part is not open to be viewed. It'
                    147: => 'Aufgabenteil nicht verfügbar. Er',
                    148: 
                    149: 'Unable to determine if this resource is open due to network problems. Please try again later.'
                    150: => 'Aufgrund von Netzwerkproblemen kann nicht festgestellt werden, ob dieses Dokument verfügbar ist. Bitte versuchen Sie es später noch einmal.',
                    151: 
                    152: 'Note: it can take up to 10 minutes for changes to take effect for all users.'
                    153: => 'Es kann bis zu 10 Minuten dauern, bis die Änderungen für alle Benutzer Effekt haben',
                    154: 
                    155:    'Language'
                    156: => 'Sprache',
                    157: 
                    158:    'Notes'
                    159: => 'Notizen',
                    160: 
                    161:    'Abstract'
                    162: => 'Beschreibung',
                    163:  
1.12      www       164:    'Create a user or modify the roles and privileges of a user'
1.15      www       165: => 'Benutzeraccounts erzeugen und Ändern von Benutzerprivilegien',
1.12      www       166: 
                    167:    'View course assessment statistics'
                    168: => 'Aufgabenstatistiken erzeugen',
                    169: 
                    170:    'Set deadlines and other assessment parameters, as well as modify course environment'
1.15      www       171: => 'Setzen von Fälligkeitsdatums und anderen Aufgabenparameters, sowie Ändern der Kursumgebung',
1.12      www       172: 
                    173:    'New Folder'
                    174: => 'Neuer Ordner',
                    175: 
                    176:    'Simple Page'
                    177: => 'Einfache Seite',
                    178: 
                    179:    'Simple Problem'
                    180: => 'Einfache Aufgabe',
                    181: 
                    182:    'Upload Document'
                    183: => 'Dokument hochladen',
                    184: 
                    185:    'Search'
                    186: => 'Suchen',
                    187: 
                    188:    'Import'
                    189: => 'Importieren',
                    190: 
                    191:    'Main Course Documents'
                    192: => 'Hauptdokumente des Kurses',
                    193: 
                    194:    'Supplemental Course Documents'
1.15      www       195: => 'Zusätzliche Kursdokumente',
1.12      www       196: 
                    197:    'Bulletin Board'
                    198: => 'Schwarzes Brett',
                    199: 
                    200:    'Special Documents'
                    201: => 'Spezielle Dokumente',
                    202: 
1.3       www       203:    'create'
                    204: => 'erstelle',
                    205: 
                    206:    'grades'
                    207: => 'noten',
                    208: 
                    209:    'commu-'
                    210: => 'kommu-',
                    211: 
                    212:    'nication'
                    213: => 'nikation',
                    214: 
                    215:    'enroll'
                    216: => 'liste',
                    217: 
                    218:    'navigate'
                    219: => 'inhalts-',
                    220: 
                    221:    'contents'
                    222: => 'verzeich',
                    223: 
1.12      www       224:    'Navigate Contents'
                    225: => 'Inhaltsverzeichnis',
                    226: 
1.2       www       227:    'Announcements and Calendar'
                    228: => 'Bekanntmachungen und Kalender',
                    229: 
                    230:    'Author'
                    231: => 'Autor',
                    232: 
                    233:    'Change Your Preferences'
1.15      www       234: => 'Ändern der Benutzerpräferenzen',
1.2       www       235: 
                    236:    'Choose the user role'
1.15      www       237: => 'Wählen der Benutzerrolle',
1.2       www       238: 
                    239:    'Co-Author'
                    240: => 'Co-Autor',
                    241: 
                    242:    'Communication and Messages'
                    243: => 'Kommunication und Nachrichten',
                    244: 
                    245:    'Course Coordinator'
1.30      www       246: => 'Kurskoordinator',
1.2       www       247: 
                    248:    'Course Statistics and Charts'
1.15      www       249: => 'Kursstatistiken und Notenübersicht',
1.2       www       250: 
                    251:    'Course announcements and my calendar'
                    252: => 'Kursbekanntmachungen und mein Kalender',
                    253: 
                    254:    'Create Users, Change User Privileges'
1.15      www       255: => 'Erstellen neuer Benutzeraccounts, Ändern von Benutzerprivilegien',
1.2       www       256: 
                    257:    'Domain Coordinator'
                    258: => 'Domain Koordinator',
                    259: 
                    260:    'Enrollment Manager'
                    261: => 'Einschreibungsmanagement',
                    262: 
                    263:    'Enter grades from check-out assessment resources'
                    264: => 'Eingeben von Ergebnissen ausgeteilter Examen',
                    265: 
                    266:    'Exam Proctor'
                    267: => 'Exam Proktor',
                    268: 
                    269:    'Exit LON-CAPA'
1.29      www       270: => 'Abmelden aus LON-CAPA',
1.2       www       271: 
                    272:    'Grades Spreadsheet'
                    273: => 'Benotungs Spreadsheet',
                    274: 
                    275:    'Grading'
                    276: => 'Benotung',
                    277: 
                    278:    'Instructor'
                    279: => 'Lehrender',
                    280: 
                    281:    'Launch Remote Control'
                    282: => 'Fernbedienungsfenster',
                    283: 
                    284:    'Main Menu'
1.15      www       285: => 'Hauptmenü',
1.2       www       286: 
                    287:    'Navigate Course Contents'
                    288: => 'Inhaltsverzeichnis',
                    289: 
                    290:    'No Role, Cumulative Privileges'
                    291: => 'Keine Rolle, kumulative Privilegien',
                    292: 
                    293:    'Return to Last Location'
1.15      www       294: => 'Rückkehr zur letzten Seite',
1.2       www       295: 
                    296:    'Send and receive messages'
                    297: => 'Verschicken und Empfangen von Nachrichten',
                    298: 
                    299:    'Set my user preferences'
1.15      www       300: => 'Setzen von Benutzerpräferenzen',
1.2       www       301: 
                    302:    'Student'
                    303: => 'Studierender',
                    304: 
                    305:    'Switch to another user role'
1.15      www       306: => 'Andere Benutzerrolle wählen',
1.2       www       307: 
                    308:    'Teaching Assistant'
                    309: => 'Hilfskraft',
                    310: 
                    311:    'Use or edit my bookmark collection'
                    312: => 'Benutzen oder editieren meiner Bookmark-Sammlung',
                    313: 
                    314:    'User Roles'
1.6       www       315: => 'Benutzerrollen',
                    316: 
                    317:    'Calculate course grades (Spreadsheet)'
                    318: => 'Noten berechnen (Spreadsheet)',
                    319: 
                    320:    'Enter the chatroom for the course'
                    321: => 'Kurs Chatroom',
                    322: 
                    323:    'Navigate the table of contents for this course'
                    324: => 'Inhaltsverszeichnis navigieren',
                    325: 
                    326:    'Syllabus'
1.15      www       327: => 'Kursüberblick',
1.6       www       328: 
                    329:    'View the course assessment progress chart'
1.15      www       330: => 'Notenüberblick',
1.7       www       331: 
                    332:    'Class Hours'
                    333: => 'Zeit',
                    334: 
                    335:    'Course Description'
                    336: => 'Kursbeschreibung',
                    337: 
                    338:    'Coursepack'
                    339: => 'Kurspaket',
                    340: 
                    341:    'Current Month'
                    342: => 'Dieser Monat',
                    343: 
                    344:    'Deadlines'
1.15      www       345: => 'Fälligkeitsdaten',
1.7       www       346: 
                    347:    'Fri'
                    348: => 'Fr',
                    349: 
                    350:    'Grading Information'
                    351: => 'Benotung',
                    352: 
                    353:    'Helproom Hours'
                    354: => 'Hilfe',
                    355: 
                    356:    'Instructor Information'
1.15      www       357: => 'Information über die Lehrenden',
1.7       www       358: 
                    359:    'Mon'
                    360: => 'Mo',
                    361: 
                    362:    'Next Month'
1.15      www       363: => 'Nächster Monat',
1.7       www       364: 
                    365:    'Office Hours'
                    366: => 'Sprechstunden',
                    367: 
                    368:    'Prerequisites'
                    369: => 'Voraussetzungen',
                    370: 
                    371:    'Previous Month'
                    372: => 'Vorhergehender Monat',
                    373: 
                    374:    'Readings'
                    375: => 'Material',
                    376: 
                    377:    'Sat'
                    378: => 'Sa',
                    379: 
                    380:    'January'
                    381: => 'Januar',
                    382: 
                    383:    'February'
                    384: => 'Februar',
                    385: 
                    386:    'March'
1.15      www       387: => 'März',
1.7       www       388: 
                    389:    'April'
                    390: => 'April',
                    391: 
                    392:    'May'
                    393: => 'Mai',
                    394: 
                    395:    'June'
                    396: => 'Juni',
                    397: 
                    398:    'August'
                    399: => 'August',
                    400: 
                    401:    'September'
                    402: => 'September',
                    403: 
                    404:    'October'
                    405: => 'Oktober',
                    406: 
                    407:    'November'
                    408: => 'November',
                    409: 
                    410:    'December'
                    411: => 'Dezember',
                    412: 
                    413:    'Sun'
                    414: => 'So',
                    415: 
                    416:    'Textbook'
                    417: => 'Buchliste',
                    418: 
                    419:    'Thu'
                    420: => 'Do',
                    421: 
                    422:    'Tue'
                    423: => 'Di',
                    424: 
                    425:    'Web Links'
                    426: => 'Weblinks',
                    427: 
                    428:    'Wed'
                    429: => 'Mi',
1.8       www       430: 
                    431:    'Drop/Add students in this course'
                    432: => 'Einschreibungsliste verwalten',
1.9       www       433: 
                    434:    'You have entered that answer before'
                    435: => 'Sie hatten diese Antwort bereits eingegeben',
                    436: 
                    437:    'A score has been assigned.'
                    438: => 'Eine Note ist vergeben worden',
                    439: 
                    440:    'You are correct.'
                    441: => 'Korrekt!',
                    442: 
                    443:    'Your receipt is'
                    444: => 'Ihr Nachweis ist',
                    445: 
                    446:    'You are excused from the problem.'
                    447: => 'Die Aufgabe ist Ihnen erlassen worden.',
                    448: 
                    449:    'Incorrect'
                    450: => 'Inkorrekt.',
                    451: 
                    452:    'Some parts were not submitted.'
                    453: => 'Einige Aufgabenteile sind nicht bearbeitet worden.',
                    454: 
                    455:    'An error occured while grading your answer.'
                    456: => 'In der Benotung Ihrer Antwort trat ein Fehler auf.',
                    457: 
                    458:    'The submitted answer was too long.'
                    459: => 'Ihre Antwort war zu lang.',
                    460: 
                    461:    'This question expects a numeric answer.'
                    462: => 'Eine numerische Antwort ist gefragt.',
                    463: 
                    464:    'You have provided an invalid ranking'
                    465: => 'Die Rankordnung ist falsch eingeben worden',
                    466: 
                    467:    'please refer to'
                    468: => 'schauen Sie nach unter',
                    469: 
                    470:    'The filetype extension of the file you uploaded is not allowed.'
                    471: => 'Die Endung des der von Ihnen eingereichten Datei ist nicht erlaubt.',
                    472: 
                    473:    'Please adjust significant figures.'
                    474: => 'Bitte korrigieren Sie die signifikanten Stellen.',
                    475: 
                    476:    'Units incorrect.'
                    477: => 'Einheit inkorrekt.',
                    478: 
                    479:    'Only a number required.'
                    480: => 'Nur eine Nummer erwartet.',
                    481: 
                    482:    'Units required'
                    483: => 'Einheiten erwartet',
                    484: 
                    485:    'Unable to understand formula'
                    486: => 'Die eingebene Formel kann nicht ausgewertet werden',
                    487: 
                    488:    'Your submission has been recorded.'
                    489: => 'Ihre Antwort ist gespeichert wordern.',
                    490: 
                    491:    'Unknown message'
                    492: => 'Unbekannte Nachricht',
                    493: 
                    494:    'Answer Submitted'
                    495: => 'Antwort eingereicht',
1.10      www       496: 
                    497:    'Tries'
                    498: => 'Versuche',
                    499: 
                    500:    'Submit Answer'
                    501: => 'Antwort Einreichen',
                    502: 
                    503:    'Prepare a printable document'
                    504: => 'Druckbares Dokument erstellen',
                    505: 
                    506:    'Go To My First Homework Problem'
1.15      www       507: => 'Springe zum ersten Hausübungsproblem',
1.10      www       508: 
1.21      www       509:    'Cancel'
                    510: => 'Abbrechen',
                    511: 
1.10      www       512:    'Discussions'
                    513: => 'Diskussion',
                    514: 
                    515:    'New discussion since'
                    516: => 'Neue Diskussion seit',
1.6       www       517: 
1.11      www       518:    'Goodbye'
1.12      www       519: => 'Auf Wiedersehen',
                    520: 
                    521:    'Select'
1.15      www       522: => 'Auswählen',
1.12      www       523: 
                    524:    'Re-Initialize'
                    525: => 'Neu initialisieren',
                    526: 
                    527:    'Currently selected. '
1.15      www       528: => 'Derzeit ausgewählt. ',
1.12      www       529: 
                    530:    'Switch Server'
                    531: => 'Server wechseln',
                    532: 
                    533:    'system wide'
                    534: => 'systemweit',
                    535: 
                    536:    'Currently not available'
1.15      www       537: => 'Derzeit nicht verfügbar',
1.12      www       538: 
                    539:    'No role specified'
                    540: => 'Keine bestimmte Rolle',
                    541: 
                    542:    'Remark'
                    543: => 'Bemerkung',
                    544: 
                    545:    'Extent'
                    546: => 'Bereich',
                    547: 
                    548:    'User Role'
                    549: => 'Benutzerrolle',
                    550: 
                    551:    'Start'
                    552: => 'Anfang',
                    553: 
                    554:    'End'
                    555: => 'Ende',
                    556: 
                    557:    'System'
                    558: => 'System',
                    559: 
                    560:    'Display'
                    561: => 'Anzeigen',
1.13      www       562: 
                    563:    "an unknown date"
                    564: => 'zu einem unbekannten Zeitpunkt',
                    565: 
                    566:    "an indeterminate date"
                    567: => 'zu einem unbestimmten Zeitpunkt',
                    568: 
                    569:    "will open on"
1.15      www       570: => "wird verfügbar sein am",
1.13      www       571: 
                    572:    "is due at"
1.15      www       573: => "ist fällig am",
1.13      www       574: 
                    575:    "was due on"
1.15      www       576: => "war fällig am",
1.13      www       577: 
                    578:    'is closed but you are allowed to view it'
                    579: => "ist geschlossen, kann aber von Ihnen betrachtet werden",
                    580: 
                    581:    "Undid changes, Switched"
1.15      www       582: => "Änderungen rückgängig gemacht, gewechselt",
1.13      www       583: 
                    584:    "Unable to undo, unable to switch"
1.15      www       585: => "Änderungen konnten nicht rückgängig gemacht werden, nicht umgeschaltet",
1.13      www       586: 
                    587:    "Unable to make backup"
                    588: => "Konnte keine Sicherheitskopie machen",
                    589: 
                    590:    "Saving Modifications to"
1.15      www       591: => "Änderungen gespeichert unter",
1.13      www       592: 
                    593:    "Unable to write to"
                    594: => "Konnte nicht speichern unter",
                    595: 
                    596:    "Analyzing a problem"
                    597: => "Aufgabe analysisieren",
                    598: 
                    599:    "EditXML"
                    600: => "XML Editor",
                    601: 
                    602:    'Discard Edits and View'
1.15      www       603: => 'Änderungen verwerfen und betrachten',
1.13      www       604: 
                    605:    'Submit Changes'
1.15      www       606: => 'Änderungen speichern',
1.13      www       607: 
                    608:    'Submit Changes and View'
1.15      www       609: => 'Änderungen speichern und betrachten',
1.13      www       610: 
                    611:    'Edit'
                    612: => 'Editor',
                    613: 
                    614:    ', select a template from the pull-down menu below'
1.15      www       615: => ', wählen Sie eine Vorlagen von dem unterstehenden Auswahlmenü',
1.13      www       616: 
                    617:    'undo'
1.15      www       618: => 'rückgängig machen',
1.13      www       619: 
                    620:    'Answer'
                    621: => 'Antwort',
                    622: 
                    623:    'Frequency'
1.15      www       624: => 'Häufigkeit',
1.13      www       625: 
                    626:    'You did not select a template.'
1.15      www       627: => 'Sie haben keine Vorlage ausgewählt.',
1.13      www       628: 
                    629:    'Analyze Progress'
                    630: => 'Fortschritt analysieren',
                    631: 
                    632:    'Getting Problem Variants'
                    633: => 'Berechnen von Aufgabenvariationen',
                    634: 
                    635:    'last problem'
                    636: => 'letzte Aufgabe',
                    637: 
                    638:    "may open later."
1.30      www       639: => 'könnte zu einem späteren Zeitpunkt verfügbar werden',
1.13      www       640: 
                    641:    ', and answers will be available on'
1.15      www       642: => 'und Antworten werden verfügbar sein am',
1.13      www       643: 
                    644:    "Select a"
1.15      www       645: => "Wählen Sie",
1.13      www       646: 
                    647:    'Unable to find'
                    648: => 'Konnte nicht gefunden werden',
                    649: 
                    650:    'Part'
                    651: => 'Aufgabenteil',
                    652: 
                    653:    "Then"
                    654: => 'Dann',
                    655: 
                    656:    'Create'
                    657: => 'Erzeugen',
                    658: 
                    659:    'is in under construction'
                    660: => 'unter Konstruktion',
                    661: 
                    662:    'List of possible answers'
                    663: => 'Liste von Antworten',
                    664: 
                    665: 'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
1.15      www       666: => 'Keine analysierbaren Aufgabenteile gefunden, derzeit werden nur numerische, symbolische, und "string" Antworten unterstützt',
1.13      www       667: 
                    668:    'is not analyzable at this time'
                    669: => 'ist derzeit nicht analysierbar',
1.21      www       670: 
                    671:    'Title'
                    672: => 'Titel',
                    673: 
                    674:    'Path'
                    675: => 'Pfad',
                    676: 
                    677:    'New Search'
                    678: => 'Neue Suche',
                    679: 
                    680:    'Go Back'
                    681: => 'Zurück',
                    682: 
                    683:    'File'
                    684: => 'Datei',
                    685: 
                    686:    'Date'
                    687: => 'Datum',
                    688: 
                    689:    'You have no unread messages'
                    690: => 'Sie haben keine ungelesenen Nachrichten',
                    691: 
                    692:    'New Messages'
                    693: => 'Neue Nachrichten',
                    694: 
                    695:    'View All Messages'
                    696: => 'Alle Nachrichten',
1.12      www       697: 
1.22      www       698:    'Map'
1.23      www       699: => 'Seite/Sequenz',
1.22      www       700: 
                    701:    'Page'
                    702: => 'Seite',
                    703: 
                    704:    'Sequence'
1.30      www       705: => 'Sequenz',
1.22      www       706: 
                    707:    'Map contents are not shown in order.'
                    708: => 'Der Inhalt der Seite/Sequenz wird nicht in geordneter Abfolge gezeigt.',
                    709: 
                    710:    'Empty'
                    711: => 'Leer',
                    712: 
                    713:    'could not be copied.'
                    714: => 'konnte nicht kopiert werden.',
                    715: 
                    716:    'Back to Directory'
                    717: => 'Zurück zum Verzeichnis',
                    718: 
                    719:    'No upload file specified.'
                    720: => 'Keine Datei zum Hochladen angegeben.',
                    721: 
                    722:    'The target is an existing directory.'
                    723: => 'Die Zieldatei ist ein existierendes Verzeichnis.',
                    724: 
                    725:    'Please use browser "Back" button and pick a filename'
                    726: => 'Bitte benutzen Sie "Zurück" in Ihrem Browsers und geben Sie einen Dateinamen an',
                    727: 
                    728:    "You do not have authoring privileges for this resource"
                    729: => "Sie haben keine Schreibberechtigung für diese Datei",
                    730: 
                    731:    'Copying file'
                    732: => 'Kopiere Datei',
                    733: 
                    734:    'No write permission to user directory, FAIL'
                    735: => 'Keine Schreibberechtigung für dieses Verzeichnis, Abbruch',
                    736: 
                    737:    'Actions'
                    738: => 'Befehle',
                    739: 
                    740:    'Name'
                    741: => 'Name',
                    742: 
                    743:    'Status'
                    744: => 'Zustand',
                    745: 
                    746:    'Last Modified'
                    747: => 'Zuletzt geändert',
                    748: 
                    749:    'Yes'
                    750: => 'Ja',
                    751: 
                    752:    'Construction Space Directory'
                    753: => 'Konstructionsbereich Verzeichnis',
                    754: 
                    755:    'Contact'
                    756: => 'Kontaktieren Sie',
                    757: 
                    758:    'Store uploaded file as '
                    759: => 'Speichere hochgeladene Datei unter ',
                    760: 
                    761:    'Searching'
                    762: => 'Suche',
                    763: 
                    764:    'Select the Construction Space'
                    765: => 'Wählen Sie den Konstruktionsbereich',
                    766: 
                    767: 'It is recommended that you use an up-to-date virus scanner before handling this file.'
                    768: => 'Es wird empfohlen, einen aktualisierten Virenscanner zu benutzen.',
                    769: 
                    770:    'You have no unread messages'
                    771: => 'Sie haben keine ungelesenen Nachrichten',
                    772: 
                    773:    'not displayed'
                    774: => 'nicht angezeigt',
                    775: 
                    776:    "Open, no due date"
                    777: => "Verfügbar, kein Fälligkeitsdatum",
                    778: 
                    779:    "Uncompleted Homework"
                    780: => "Unerledigte Hausübungen",
                    781: 
                    782:    "Show Only Uncompleted Homework"
                    783: => "Zeige nur unerledigte Hausübungen",
                    784: 
                    785:    "All homework is currently completed"
                    786: => "Derzeit sind alle Hausübungen erledigt",
                    787: 
                    788:    "Go To My First Homework Problem"
                    789: => "Gehe zu meiner ersten Hausübung",
                    790: 
                    791:    "Was due"
                    792: => "War fällig",
                    793: 
                    794:    "Answer available"
                    795: => "Antwort verfügbar",
                    796: 
                    797:    "Excused by instructor"
                    798: => "Vom Lehrenden erlassen",
                    799: 
                    800:    "Answer submitted, not yet graded"
1.23      www       801: => "Antwort eingereicht, noch nicht benotet",
1.22      www       802: 
                    803:    "No due date"
                    804: => "Kein Fälligkeitsdatum",
                    805: 
                    806:    'never'
                    807: => 'niemals',
                    808: 
                    809:    'Answer submitted'
                    810: => 'Antwort eingereicht',
                    811: 
                    812:    'Processing'
                    813: => 'Wird verarbeitet',
                    814: 
                    815:    'Access and Usage Statistics'
                    816: => 'Zugangs- und Benutzungsstatistiken',
                    817: 
                    818:    'Evaluation Comments'
                    819: => 'Beurteilungskommentare',
                    820: 
                    821:    'Evaluation Data'
1.27      www       822: => 'Beurteilungsdaten',
1.25      www       823: 
                    824:    'July'
1.26      www       825: => 'Juli',
1.25      www       826: 
                    827:    'Server Administration'
                    828: => 'Server Administration',
                    829: 
                    830:    'System Administration'
                    831: => 'System Administration',
                    832: 
                    833:    'aboutlon.gif'
1.36      www       834: => 'aboutlon_de.gif',
1.25      www       835: 
                    836:    'accessbutton.gif'
1.36      www       837: => 'accessbutton_de.gif',
1.25      www       838: 
                    839:    'userauthentication.gif'
1.36      www       840: => 'userauthentication_de.gif',
1.25      www       841: 
1.26      www       842:    'Users with Roles Assigned by'
                    843: => 'Benutzer mit Rollen vergeben von',
                    844: 
                    845:    'Name starting with'
                    846: => 'Name beginnt mit',
                    847: 
                    848:    'This resource has been marked obsolete by the author(s)'
                    849: => 'Dieses Dokument wurde von den Autoren als überholt markiert',
                    850: 
                    851:    'Uploaded'
                    852: => 'Hochgeladen',
                    853: 
                    854:    'Dynamic Metadata'
                    855: => 'Dynamische Metadaten',
                    856: 
                    857:    'View file'
                    858: => 'Datei betrachten',
                    859: 
                    860:    'could not be copied.'
                    861: => 'konnte nicht kopiert werden.',
                    862: 
                    863:    'Illegal filename.'
                    864: => 'Ungültiger Dateiname.',
                    865: 
                    866:    'Rule'
                    867: => 'Regel',
                    868: 
                    869:    'Back to Source Directory'
                    870: => 'Zurück zum Quellverzeichnis',
                    871: 
                    872:    'Back to Source'
                    873: => 'Zurück zur Quelldatei',
                    874: 
                    875:    'File copied.'
                    876: => 'Datei kopiert',
                    877: 
                    878:    'FAIL'
                    879: => 'Abbruch',
                    880: 
                    881:    'Back to'
                    882: => 'Zurück zu',
                    883: 
                    884:    'untitled'
                    885: => 'kein Titel',
1.27      www       886: 
                    887:    ', is reserved internally by LON-CAPA.'
1.29      www       888: => ', ist intern reserviert für LON-CAPA.',
1.27      www       889: 
                    890:    'Became this version on ...'
1.29      www       891: => 'Wurde diese Version am ...',
1.27      www       892: 
                    893:    'Browse published resources'
1.30      www       894: => 'Betrachte veröffentlichte Dokumente',
1.27      www       895: 
                    896:    'Choose the course to work on'
1.29      www       897: => 'Wählen Sie den Kurs, in dem Sie arbeiten wollen',
                    898: 
1.27      www       899:    'Create a new course'
1.29      www       900: => 'Erzeuge einen neuen Kurs',
                    901: 
1.27      www       902:    'Customized right of use ...	'
                    903: => 'Customized right of use ...	',
                    904: 
                    905:    'Delete messages from bulletin boards'
1.30      www       906: => 'Lösche Mitteilungen vom Schwarzen Brett',
                    907: 
1.27      www       908:    'Domain only - use limited to courses in the domain'
                    909: => 'Domain only - use limited to courses in the domain',
                    910: # Domäne only - use limited to kurss in the Domäne
                    911:    'Edit and view documents included in this course'
                    912: => 'Edit and view documents included in this course',
                    913: # Editor and sehe documents included in this kurs
                    914:    'Edit/Modify DOCS'
                    915: => 'Edit/Modify DOCS',
                    916: # Editor/Modify DOCS
                    917:    'Enter my resource construction space'
                    918: => 'Enter my resource construction space',
                    919: # eingeben my resource construction space
                    920:    'Failed to copy source'
                    921: => 'Failed to copy source',
                    922: # Abbruched to copy source
                    923:    'Failed to write metadata copy'
                    924: => 'Failed to write metadata copy',
                    925: # Abbruched to write metadata copy
                    926:    'Finalize Publication'
1.30      www       927: => 'Veröffentlichung abschließen',
1.27      www       928: 
                    929:    'Grant/revoke role of Co-Author'
                    930: => 'Grant/revoke role of Co-Author',
                    931: # Grant/revoke rolle of Co-Autor
                    932:    'Grant/revoke role of Domain Coordinator'
                    933: => 'Grant/revoke role of Domain Coordinator',
                    934: # Grant/revoke rolle of Domäne Koordinator
                    935:    'Grant/revoke role of Exam Proctor'
                    936: => 'Grant/revoke role of Exam Proctor',
                    937: # Grant/revoke rolle of Exam Proktor
                    938:    'Grant/revoke role of Instructor'
                    939: => 'Grant/revoke role of Instructor',
                    940: # Grant/revoke rolle of LehrEndeer
                    941:    'Grant/revoke role of Student'
                    942: => 'Grant/revoke role of Student',
                    943: # Grant/revoke rolle of StudierEndeer
                    944:    'Grant/revoke role of Superuser'
                    945: => 'Grant/revoke role of Superuser',
                    946: # Grant/revoke rolle of Superuser
                    947:    'No previous versions published.'
1.30      www       948: => 'Keine vorhergehenden Versionen veröffentlicht.',
1.27      www       949: 
                    950:    'No write permission to'
1.29      www       951: => 'Keine Schreibberechtigung für', 
1.27      www       952: 
                    953:    'Please pick a version to retrieve'
                    954: => 'Please pick a version to retrieve',
                    955: 
                    956:    'Private - visible to author only for testing purposes'
                    957: => 'Private - visible to author only for testing purposes',
                    958: # Private - visible to Autor only for testing purposes
                    959:    'Private Publication - did not synchronize database'
                    960: => 'Private Publication - did not synchronize database',
                    961: 
                    962:    'Public - no authentication or authorization required for use'
1.30      www       963: => 'Öffentlich - keine Anmeldung notwendig zur Benutzung',
                    964: 
1.27      www       965:    'Retrieval of an old version will overwrite the file currently in construction space'
                    966: => 'Retrieval of an old version will overwrite the file currently in construction space',
                    967: # Retrieval of an old version will overwrite the Datumi currently in construction space
                    968:    'Retrieve previous versions of'
                    969: => 'Retrieve previous versions of',
                    970: 
                    971:    'Retrieve version'
                    972: => 'Retrieve version',
                    973: 
                    974:    'Search the contents of this course'
                    975: => 'Search the contents of this course',
                    976: # Suchen the verzeich of this kurs
                    977:    'Search the database of published resources'
                    978: => 'Search the database of published resources',
                    979: # Suchen the database of published resources
                    980:    'Send broadcast and receipt-required email'
                    981: => 'Send broadcast and receipt-required email',
                    982: # SEnde broadcast and receipt-required email
                    983:    'Show Problem Completeness'
1.30      www       984: => 'Zeige Aufgabenvollständigkeit',
1.27      www       985: 
                    986:    'Switch to another course'
1.29      www       987: => 'Wechseln Sie über zu einem anderen Kurs',
                    988: 
1.27      www       989:    'System wide - can be used for any courses system wide'
                    990: => 'System wide - can be used for any courses system wide',
                    991: # Systemweit - can be used for any kurss Systemweit
                    992:    'System wide - open source to all authors'
                    993: => 'System wide - open source to all authors',
                    994: # Systemweit - open source to all Autors
                    995:    'The extension on this file'
                    996: => 'The extension on this file',
1.29      www       997: 
1.27      www       998:    'Unsupported character combination'
1.29      www       999: => 'Ungültige Buchstabenkombination',
1.27      www      1000: 
                   1001:    'View documents included in this course'
1.29      www      1002: => 'Betrachte in diesem Kurs enthaltene Dokumente',
1.27      www      1003: 
1.28      www      1004:    'Additional Keywords'
1.36      www      1005: => 'Zusätzliche Schlüsselwörter',
1.28      www      1006: 
                   1007:    'Additional Metadata (non-standard, parameters, exports)'
                   1008: => 'Additional Metadata (non-standard, parameters, exports)',
                   1009: 
                   1010:    'Author and Co-Author roles may not be available on servers other than your home server.'
                   1011: => 'Author and Co-Author roles may not be available on servers other than your home server.',
1.29      www      1012: 
1.28      www      1013:    'Author(s)'
1.29      www      1014: => 'Autor(en)',
                   1015: 
1.28      www      1016:    'Average number of tries till solved'
                   1017: => 'Average number of tries till solved',
                   1018: # Average number of Versuche till solved
                   1019:    'Browse Resources'
                   1020: => 'Browse Resources',
                   1021: 
                   1022:    'Catalog Information'
1.29      www      1023: => 'Katalogisierungsinformation',
                   1024: 
1.28      www      1025:    'Collapse Remote Control'
                   1026: => 'Collapse Remote Control',
                   1027: 
                   1028:    'Construction Space'
1.29      www      1029: => 'Konstructionsbereich',
1.28      www      1030: 
                   1031:    'Copied metadata'
1.29      www      1032: => 'Metadaten kopiert',
1.28      www      1033: 
                   1034:    'Copied source file'
1.29      www      1035: => 'Quelldatei kopiert',
                   1036: 
1.28      www      1037:    'Copyright/Distribution'
                   1038: => 'Copyright/Distribution',
                   1039: 
                   1040:    'Course Documents'
1.29      www      1041: => 'Kursdokumente',
1.30      www      1042: 
1.28      www      1043:    'Creation Date'
1.30      www      1044: => 'Ersterstellungsdatum',
                   1045: 
1.28      www      1046:    'Custom Distribution File'
                   1047: => 'Custom Distribution File',
                   1048: # Custom Distribution Datumi
                   1049:    'Degree of difficulty'
1.29      www      1050: => 'Schwierigkeitsgrad',
1.28      www      1051: 
                   1052:    'Dump Course DOCS to Construction Space'
                   1053: => 'Dump Course DOCS to Construction Space',
                   1054: # Dump kurs DOCS to Construction Space
                   1055:    'Entering course ...'
                   1056: => 'Entering course ...',
                   1057: # eingebening kurs ...
                   1058:    'Exam Information'
                   1059: => 'Exam Information',
                   1060: 
                   1061:    'External Resource'
                   1062: => 'External Resource',
                   1063: 
                   1064:    'Generate new role ...'
1.29      www      1065: => 'Erzeuge die neue Rolle ...',
1.28      www      1066: # Generate new rolle ...
                   1067:    'Go to the next resource in the course sequence'
                   1068: => 'Go to the next resource in the course sequence',
                   1069: # Go to the next resource in the kurs Sequence
                   1070:    'Go to the previous resource in the course sequence'
                   1071: => 'Go to the previous resource in the course sequence',
                   1072: # Go to the previous resource in the kurs Sequence
                   1073:    'Import a published document'
1.30      www      1074: => 'Importieren eines veröffentlichten Dokumentes',
1.28      www      1075: # Importieren a published document
                   1076:    'Keyword(s)'
1.30      www      1077: => 'Schlüsselwörter',
1.28      www      1078: 
                   1079:    'Load Map'
1.29      www      1080: => 'Lade Seite/Sequenz',
                   1081: 
1.28      www      1082:    'Logged Out'
1.29      www      1083: => 'Abgemeldet',
1.28      www      1084: 
                   1085:    'MIME Type'
                   1086: => 'MIME Type',
                   1087: 
                   1088:    'Make notes and annotations about this resource'
                   1089: => 'Make notes and annotations about this resource',
                   1090: # Make Notizen and annotations about this resource
                   1091:    'Material appears to be correct'
1.29      www      1092: => 'Das Material scheint korrekt zu sein',
1.28      www      1093: 
                   1094:    'Material covered with sufficient depth'
1.29      www      1095: => 'Das Material ist in ausreichender Tiefe behandelt',
1.28      www      1096: 
                   1097:    'Material is helpful'
1.30      www      1098: => 'Das Material ist hilfreich',
                   1099: 
1.28      www      1100:    'Material presented in clear way'
1.30      www      1101: => 'Das Material is klar dargestellt',
1.28      www      1102: 
                   1103:    'Metadata Information'
1.29      www      1104: => 'Metadateninformation',
1.28      www      1105: 
                   1106:    'My Personal Info'
1.30      www      1107: => 'Meine persönliche Information',
1.28      www      1108: 
                   1109:    'Network-wide number of accesses (hits)'
1.30      www      1110: => 'Netwerkweite Anzahl von Zugriffen ("Hits")',
1.28      www      1111: 
                   1112:    'Network-wide number of courses using resource'
1.30      www      1113: => 'Netwerkweite Anzahl von Kursen, die dieses Dokument benutzen',
                   1114: 
1.28      www      1115:    'Number of resources that follow this resource in maps'
                   1116: => 'Number of resources that follow this resource in maps',
                   1117: # Number of resources that follow this resource in Seite/Sequenzs
                   1118:    'Number of resources that lead up to this resource in maps'
                   1119: => 'Number of resources that lead up to this resource in maps',
                   1120: # Number of resources that lead up to this resource in Seite/Sequenzs
                   1121:    'Number of resources using or importing resource'
                   1122: => 'Number of resources using or importing resource',
                   1123: # Number of resources using or Importierening resource
                   1124:    'Obsolete'
1.37    ! www      1125: => 'Überholt',
1.28      www      1126: 
                   1127:    'Parent Directory'
1.37    ! www      1128: => 'Übergeordnetes Verzeichnis',
1.28      www      1129: 
                   1130:    'Please either'
1.29      www      1131: => 'Bitte entweder',
1.28      www      1132: 
                   1133:    'Project Information'
1.29      www      1134: => 'Projektinformation',
1.28      www      1135: 
                   1136:    'Publisher/Owner'
                   1137: => 'Publisher/Owner',
                   1138: 
                   1139:    'Publishing'
1.30      www      1140: => 'Veröffentlichung',
1.28      www      1141: 
                   1142:    'Resource Publication'
1.30      www      1143: => 'Veröffentlichung von Dokumenten',
1.28      www      1144: 
                   1145:    'Resource is technically correct'
1.29      www      1146: => 'Das Dokument ist technisch in Ordnung',
1.28      www      1147: 
                   1148:    'Score Upload Form'
1.30      www      1149: => 'Formular zum Hochladen von Noten',
                   1150: 
1.28      www      1151:    'Select Map'
1.29      www      1152: => 'Wähle Seite/Sequenz',
                   1153: 
1.28      www      1154:    'Set a bookmark for this resource'
1.29      www      1155: => 'Setze ein Lesezeichen auf dieses Dokument',
1.28      www      1156: 
                   1157:    'Show all roles'
1.29      www      1158: => 'Zeige alle Rollen',
                   1159: 
1.28      www      1160:    'Special documents'
1.29      www      1161: => 'Spezielle Dokumente',
                   1162: 
1.28      www      1163:    'Subject'
1.29      www      1164: => 'Thema',
1.28      www      1165: 
                   1166:    'Successful Login'
1.29      www      1167: => 'Erfolgreich angemeldet',
1.28      www      1168: 
                   1169:    'Suggested Replacement for Obsolete File'
1.30      www      1170: => 'Vorgeschlagener Ersatz für überholte Datei',
                   1171: 
1.28      www      1172:    'Switching Role'
1.30      www      1173: => 'Wechseln der Rolle',
                   1174: 
1.28      www      1175:    'Target'
1.29      www      1176: => 'Ziel',
1.28      www      1177: 
                   1178:    'This syllabus can be publicly viewed at'
1.30      www      1179: => 'Dieser Kursüberblick kann öffentlich abgerufen werden unter',
                   1180: 
1.28      www      1181:    'Total number of students who have worked on this problem'
1.30      www      1182: => 'Gesamtzahl von Studierenden, die diese Aufgabe bearbeitet haben',
1.28      www      1183: # Total number of StudierEndeers who have worked on this problem
                   1184:    'URLs To Include in Syllabus'
                   1185: => 'URLs To Include in Syllabus',
                   1186: # URLs To Include in Kursüberblick
                   1187:    'Upload a new main course document'
                   1188: => 'Upload a new main course document',
                   1189: # UpLast a new main kurs document
                   1190:    'Upload a new supplemental course document'
                   1191: => 'Upload a new supplemental course document',
                   1192: # UpLast a new supplemental kurs document
                   1193:    'User'
1.30      www      1194: => 'Benutzer',
1.28      www      1195: 
                   1196:    'Wrote Metadata'
1.29      www      1197: => 'Metadaten geschrieben',
1.28      www      1198: 
                   1199:    'Your home server is '
1.37    ! www      1200: => 'Ihr Heimatserver ist ',
1.28      www      1201: 
                   1202:    'anno-'
1.29      www      1203: => 'bemerk-',
1.28      www      1204: 
                   1205:    'announce'
                   1206: => 'announce',
                   1207: 
                   1208:    'backward'
1.35      www      1209: => 'zurück',
1.28      www      1210: 
                   1211:    'bookmark'
                   1212: => 'bookmark',
                   1213: 
                   1214:    'chart'
                   1215: => 'chart',
                   1216: 
                   1217:    'chat'
                   1218: => 'chat',
                   1219: 
                   1220:    'close this window'
1.30      www      1221: => 'dieses Fenster schließen',
1.28      www      1222: 
                   1223:    'con-'
                   1224: => 'con-',
                   1225: 
                   1226:    'docs'
1.29      www      1227: => 'dokus',
1.28      www      1228: 
                   1229:    'edit crs'
                   1230: => 'edit crs',
                   1231: # Editor crs
                   1232:    'exit'
1.29      www      1233: => 'abmelden',
1.28      www      1234: 
                   1235:    'fas'
                   1236: => 'fas',
                   1237: 
                   1238:    'forward'
1.35      www      1239: => 'vorwärts',
1.28      www      1240: 
                   1241:    'library'
                   1242: => 'library',
                   1243: 
                   1244:    'log in again'
1.29      www      1245: => 'erneut anmelden',
                   1246: 
1.28      www      1247:    'my'
1.29      www      1248: => 'mein',
1.28      www      1249: 
                   1250:    'or'
1.29      www      1251: => 'oder',
1.28      www      1252: 
                   1253:    'parms'
                   1254: => 'parms',
                   1255: 
                   1256:    'prepare'
                   1257: => 'prepare',
                   1258: 
                   1259:    'printout'
                   1260: => 'printout',
                   1261: 
                   1262:    'resource'
                   1263: => 'resource',
                   1264: 
                   1265:    'roles'
1.29      www      1266: => 'rollen',
                   1267: 
1.28      www      1268:    'search'
1.29      www      1269: => 'suche',
                   1270: 
1.28      www      1271:    'set'
1.29      www      1272: => 'setze',
1.28      www      1273: 
                   1274:    'space'
1.29      www      1275: => 'bereich',
1.28      www      1276: 
                   1277:    'stats'
                   1278: => 'stats',
                   1279: 
                   1280:    'struct'
                   1281: => 'struct',
                   1282: 
                   1283:    'switch'
1.29      www      1284: => 'wechsle',
1.28      www      1285: 
                   1286:    'tations'
1.29      www      1287: => 'ungen',
1.28      www      1288: 
                   1289:    'updated periodically'
1.29      www      1290: => 'periodisch ermittelt',
                   1291: 
1.28      www      1292:    'user'
1.29      www      1293: => 'benutzer',
1.28      www      1294: 
                   1295:    'visible to author and co-authors only'
1.29      www      1296: => 'nur für Autoren und Co-Autoren sichtbar',
1.30      www      1297: 
                   1298:    'All versions'
                   1299: => 'Alle Versionen',
                   1300: 
                   1301:    'Could not write metadata'
                   1302: => 'Konnte Metadaten nicht schreiben',
                   1303: 
                   1304:    'Default Cataloging Information for Directory'
                   1305: => 'Default Cataloging Information for Directory',
                   1306: 
                   1307:    'Error Messages'
                   1308: => 'Fehlermeldungen',
                   1309: 
                   1310:    'Store Catalog Information'
                   1311: => 'Speichere Katalogisierungsinformationen',
                   1312: 
                   1313:    'Update Display'
                   1314: => 'Neu anzeigen',
                   1315: 
                   1316:    'Content changed'
1.37    ! www      1317: => 'Inhalt geändert',
1.30      www      1318: 
                   1319:    'Differences'
                   1320: => 'Differenzen',
                   1321: 
                   1322:    'Last Week'
                   1323: => 'letzte Woche',
                   1324: 
                   1325:    'Modification Date'
                   1326: => 'Modifikationsdatum',
                   1327: 
                   1328:    'Since Start of Course'
                   1329: => 'seit Anfang des Kurses',
                   1330: 
                   1331:    'Since Yesterday'
                   1332: => 'seit gestern',
                   1333: 
                   1334:    'Verify Course Documents'
                   1335: => 'Überprüfe Kursdokumente',
                   1336: 
                   1337:    'Version'
                   1338: => 'Version',
                   1339: 
                   1340:    'access denied'
                   1341: => 'Zugriff verweigert',
                   1342: 
                   1343:    'connection down'
                   1344: => 'Verbindung unterbrochen',
                   1345: 
                   1346:    'during the last'
                   1347: => 'während der letzten',
                   1348: 
                   1349:    'not found'
                   1350: => 'nicht gefunden',
                   1351: 
                   1352:    'warning(s)'
                   1353: => 'Warnung(en)',
                   1354: 
1.32      www      1355: 
                   1356: 
                   1357: #SYNC Mon Sep 29 11:02:04 2003
                   1358: 
                   1359:    'Advanced Catalog Search'
                   1360: => 'Advanced Catalog Search',
                   1361: # Advanced Catalog suche
                   1362:    'Advanced Search'
                   1363: => 'Advanced Search',
                   1364: # Advanced suche
                   1365:    'Any Language'
                   1366: => 'Any Language',
                   1367: # Any Sprache
                   1368:    'Any category'
                   1369: => 'Any category',
                   1370: # Any categodery
                   1371:    'Any copyright/distribution'
                   1372: => 'Any copyright/distribution',
                   1373: 
                   1374:    'Broadcast Message to Course'
                   1375: => 'Broadcast Message to Course',
                   1376: # Broadcast Message to kurs
1.34      www      1377:    "Click to download or use your browser's Save Link function"
                   1378: => "Click to download or use your browser's Save Link function",
1.32      www      1379: # Click to downLast oder use your browser's Speichern Link function
                   1380:    'Close'
1.37    ! www      1381: => 'Schließen',
1.32      www      1382: 
                   1383:    'Compact View'
1.37    ! www      1384: => 'Kompakt',
1.32      www      1385: # Compact sehe
                   1386:    'Detailed Citation View'
1.37    ! www      1387: => 'Detailiert',
1.32      www      1388: # Detailed Citation sehe
                   1389:    'Distribute Messages from Uploaded File to Course'
                   1390: => 'Distribute Messages from Uploaded File to Course',
                   1391: # Distribute Messages from Hochgeladen Datumi to kurs
                   1392:    'Edit Catalog Information'
                   1393: => 'Edit Catalog Information',
                   1394: # Editor CataAnmeldenfodermation
                   1395:    'Edit Content of a Map'
                   1396: => 'Edit Content of a Map',
                   1397: # Editor Content of a Seite/Sequenz
                   1398:    'Edit Directory Catalog Information'
                   1399: => 'Edit Directory Catalog Information',
                   1400: # Editor Directodery CataAnmeldenfodermation
                   1401:    'Evaluate Resource'
                   1402: => 'Evaluate Resource',
                   1403: 
                   1404:    'Failed Access to Construction Space'
                   1405: => 'Failed Access to Construction Space',
                   1406: # Abbruched Access to Construction bereich
                   1407:    'Fielded Format'
                   1408: => 'Fielded Format',
                   1409: # Fielded Fodermat
                   1410:    'File Category'
                   1411: => 'File Category',
                   1412: # Datumi Categodery
                   1413:    'Force publication of unmodified files'
1.37    ! www      1414: => 'veröffentliche auch ungeänderte Dateien',
1.32      www      1415: # Foderce publication of unmodified Datumis
                   1416:    'Keywords'
1.37    ! www      1417: => 'Schlüsselwörter',
1.32      www      1418: # Keywoderds
                   1419:    'Last access'
1.33      www      1420: => 'Letzter Zugriff',
1.32      www      1421: 
                   1422:    'Last modified'
1.33      www      1423: => 'Letzte Änderungen',
1.32      www      1424: # Zuletzt geändert
                   1425:    'Limit by copyright/distribution'
                   1426: => 'Limit by copyright/distribution',
                   1427: 
                   1428:    'Limit by language'
                   1429: => 'Limit by language',
                   1430: # Limit by Sprache
                   1431:    'Open'
1.37    ! www      1432: => 'Öffnen',
1.32      www      1433: 
                   1434:    'Per Page'
1.36      www      1435: => 'Pro Seite',
1.33      www      1436: 
1.32      www      1437:    'Printing Helper'
1.33      www      1438: => 'Ausdruckhelfer',
1.32      www      1439: # Printing Hilfeer
                   1440:    'Provide feedback messages or contribute to the course discussion about this resource'
                   1441: => 'Provide feedback messages or contribute to the course discussion about this resource',
                   1442: # Provide feedback messages oder contribute to the kurs discussion about this resource
                   1443:    'Provide my evaluation of this resource'
                   1444: => 'Provide my evaluation of this resource',
                   1445: # Provide mein evaluation of this resource
                   1446:    'Publish'
1.33      www      1447: => 'Veröffentliche',
1.32      www      1448: 
                   1449:    'Publish Directory'
1.33      www      1450: => 'Veröffentliche Verzeichnis',
1.32      www      1451: # Publish Directodery
                   1452:    'Publish Directory and Sub Directories'
1.33      www      1453: => 'Veröffentliche Verzeichnis und Unterverzeichnisse',
1.32      www      1454: # Publish Directodery and Sub Directoderies
                   1455:    'Related'
1.33      www      1456: => 'Verwandte',
1.32      www      1457: 
                   1458:    'Resource Feedback and Discussion'
                   1459: => 'Resource Feedback and Discussion',
                   1460: 
                   1461:    'Search Complete'
1.33      www      1462: => 'Suche beendet',
1.32      www      1463: # suche Complete
                   1464:    'Send Message to User(s)'
                   1465: => 'Send Message to User(s)',
                   1466: # SEnde Message to benutzer(s)
                   1467:    'Show catalog information'
                   1468: => 'Show catalog information',
                   1469: # Show cataAnmeldenfodermation
                   1470:    'Show resource'
                   1471: => 'Show resource',
                   1472: 
                   1473:    'Size'
1.37    ! www      1474: => 'Größe',
1.32      www      1475: 
                   1476:    'Statistics'
1.33      www      1477: => 'Statistiken',
1.32      www      1478: 
                   1479:    'Summary View'
1.37    ! www      1480: => 'Zusammenfassung',
1.32      www      1481: # Summary sehe
                   1482:    'There are currently no results'
1.37    ! www      1483: => 'Derzeit noch keine Ergebnisse',
1.32      www      1484: 
                   1485:    'URL'
                   1486: => 'URL',
                   1487: 
                   1488:    'Unpublished'
                   1489: => 'Unpublished',
                   1490: 
                   1491:    'Up'
1.37    ! www      1492: => 'Hoch',
1.32      www      1493: 
                   1494:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
                   1495: => 'User Notes, Records of Face-to-Face Discussions, and Critical Messages',
                   1496: # benutzer Notizen, Recoderds of Face-to-Face Diskussion, and Critical Messages
                   1497:    'View'
1.33      www      1498: => 'Betrachten',
1.32      www      1499: # sehe
                   1500:    'View Critical Messages'
                   1501: => 'View Critical Messages',
                   1502: # sehe Critical Messages
                   1503:    'Words'
1.37    ! www      1504: => 'Wörter',
1.32      www      1505: # Woderds
                   1506:    'XML/SGML'
                   1507: => 'XML/SGML',
                   1508: 
                   1509:    'abstract'
                   1510: => 'abstract',
                   1511: # Beschreibung
                   1512:    'audio'
                   1513: => 'audio',
                   1514: 
                   1515:    'author'
                   1516: => 'author',
                   1517: # authoder
                   1518:    'catalog'
1.37    ! www      1519: => 'katalog',
1.32      www      1520: 
                   1521:    'copyright'
                   1522: => 'copyright',
                   1523: 
                   1524:    'customdistributionfile'
                   1525: => 'customdistributionfile',
                   1526: # customdistributionDatumi
                   1527:    'directory'
1.37    ! www      1528: => 'verzeichnis',
1.32      www      1529: # directodery
                   1530:    'discuss'
                   1531: => 'discuss',
                   1532: 
                   1533:    'evaluate'
                   1534: => 'evaluate',
                   1535: 
                   1536:    'feedback'
                   1537: => 'feedback',
                   1538: 
                   1539:    'info'
                   1540: => 'info',
                   1541: 
                   1542:    'keywords'
                   1543: => 'keywords',
                   1544: # keywoderds
                   1545:    'language'
                   1546: => 'language',
                   1547: # Sprache
                   1548:    'movies'
1.37    ! www      1549: => 'Filme',
1.32      www      1550: 
                   1551:    'notes'
                   1552: => 'notes',
                   1553: # Notizen
                   1554:    'obsolete'
                   1555: => 'obsolete',
                   1556: 
                   1557:    'obsoletereplacement'
                   1558: => 'obsoletereplacement',
                   1559: 
                   1560:    'pages'
1.37    ! www      1561: => 'Seiten',
1.32      www      1562: # Seites
                   1563:    'pictures'
1.37    ! www      1564: => 'Bilder',
1.32      www      1565: 
                   1566:    'problem'
1.37    ! www      1567: => 'Aufgaben',
1.32      www      1568: 
                   1569:    'resources'
                   1570: => 'resources',
                   1571: 
                   1572:    'sequence'
1.37    ! www      1573: => 'Sequenzen',
1.32      www      1574: # Sequenz
                   1575:    'subject'
1.37    ! www      1576: => 'Thema',
1.32      www      1577: # Thema
                   1578:    'this'
1.37    ! www      1579: => 'Diese',
1.32      www      1580: 
                   1581:    'title'
1.37    ! www      1582: => 'Titel',
1.32      www      1583: # Titel
1.24      www      1584: 
                   1585: #SYNCMARKER
1.2       www      1586: );
1.1       www      1587: 
                   1588: 1;
                   1589: 

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