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

1.4       www         1: # The LearningOnline Network with CAPA
                      2: # German Localization Lexicon
                      3: #
1.6     ! www         4: # $Id: de.pm,v 1.5 2003/09/17 14:30:13 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);
                     34: %Lexicon=('_AUTO' => 1,
1.4       www        35: 
                     36:    'Domain'
                     37: => 'Domäne',
                     38: 
                     39:    'Load'
1.5       www        40: => 'Last',
1.4       www        41: 
                     42:    'User Load'
1.5       www        43: => 'Nutzerlast',
1.4       www        44: 
                     45:    'Help'
1.5       www        46: => 'Hilfe',
1.4       www        47: 
                     48:    'Log in'
1.5       www        49: => 'Einloggen',
1.4       www        50: 
                     51:    'Username'
1.5       www        52: => 'Benutzername',
1.4       www        53: 
                     54:    'Password'
1.5       www        55: => 'Passwort',
1.4       www        56: 
1.3       www        57:    'choose'
                     58: => 'waehle',
                     59: 
                     60:    'enter'
                     61: => 'eingeben',
                     62: 
                     63:    'view'
                     64: => 'sehe',
                     65: 
                     66:    'calendar'
                     67: => 'kalender',
                     68: 
                     69:    'prefer-'
                     70: => 'praefe-',
                     71: 
                     72:    'ences'
                     73: => 'renzen',
                     74: 
                     75:    'role'
                     76: => 'rolle',
                     77: 
                     78:    'course'
                     79: => 'kurs',
                     80: 
                     81:    'create'
                     82: => 'erstelle',
                     83: 
                     84:    'grades'
                     85: => 'noten',
                     86: 
                     87:    'commu-'
                     88: => 'kommu-',
                     89: 
                     90:    'nication'
                     91: => 'nikation',
                     92: 
                     93:    'enroll'
                     94: => 'liste',
                     95: 
                     96:    'navigate'
                     97: => 'inhalts-',
                     98: 
                     99:    'contents'
                    100: => 'verzeich',
                    101: 
1.2       www       102:    'Announcements and Calendar'
                    103: => 'Bekanntmachungen und Kalender',
                    104: 
                    105:    'Author'
                    106: => 'Autor',
                    107: 
                    108:    'Change Your Preferences'
                    109: => 'Ändern der Benutzerpräferenzen',
                    110: 
                    111:    'Choose the user role'
                    112: => 'Wählen der Benutzerrolle',
                    113: 
                    114:    'Co-Author'
                    115: => 'Co-Autor',
                    116: 
                    117:    'Communication and Messages'
                    118: => 'Kommunication und Nachrichten',
                    119: 
                    120:    'Course Coordinator'
                    121: => 'Kurs Koordinator',
                    122: 
                    123:    'Course Statistics and Charts'
                    124: => 'Kursstatistiken und Notenübersicht',
                    125: 
                    126:    'Course announcements and my calendar'
                    127: => 'Kursbekanntmachungen und mein Kalender',
                    128: 
                    129:    'Create Users, Change User Privileges'
                    130: => 'Erstellen neuer Benutzeraccounts, Ändern von Benutzerprivilegien',
                    131: 
                    132:    'Domain Coordinator'
                    133: => 'Domain Koordinator',
                    134: 
                    135:    'Enrollment Manager'
                    136: => 'Einschreibungsmanagement',
                    137: 
                    138:    'Enter grades from check-out assessment resources'
                    139: => 'Eingeben von Ergebnissen ausgeteilter Examen',
                    140: 
                    141:    'Exam Proctor'
                    142: => 'Exam Proktor',
                    143: 
                    144:    'Exit LON-CAPA'
                    145: => 'Ausloggen von LON-CAPA',
                    146: 
                    147:    'Grades Spreadsheet'
                    148: => 'Benotungs Spreadsheet',
                    149: 
                    150:    'Grading'
                    151: => 'Benotung',
                    152: 
                    153:    'Instructor'
                    154: => 'Lehrender',
                    155: 
                    156:    'Launch Remote Control'
                    157: => 'Fernbedienungsfenster',
                    158: 
                    159:    'Main Menu'
                    160: => 'Hauptmenü',
                    161: 
                    162:    'Navigate Course Contents'
                    163: => 'Inhaltsverzeichnis',
                    164: 
                    165:    'No Role, Cumulative Privileges'
                    166: => 'Keine Rolle, kumulative Privilegien',
                    167: 
                    168:    'Return to Last Location'
                    169: => 'Rückkehr zur letzten Seite',
                    170: 
                    171:    'Send and receive messages'
                    172: => 'Verschicken und Empfangen von Nachrichten',
                    173: 
                    174:    'Set my user preferences'
                    175: => 'Setzen von Benutzerpräferenzen',
                    176: 
                    177:    'Student'
                    178: => 'Studierender',
                    179: 
                    180:    'Switch to another user role'
                    181: => 'Andere Benutzerrolle wählen',
                    182: 
                    183:    'Teaching Assistant'
                    184: => 'Hilfskraft',
                    185: 
                    186:    'Use or edit my bookmark collection'
                    187: => 'Benutzen oder editieren meiner Bookmark-Sammlung',
                    188: 
                    189:    'User Roles'
1.6     ! www       190: => 'Benutzerrollen',
        !           191: 
        !           192:    'Calculate course grades (Spreadsheet)'
        !           193: => 'Noten berechnen (Spreadsheet)',
        !           194: 
        !           195:    'Enter the chatroom for the course'
        !           196: => 'Kurs Chatroom',
        !           197: 
        !           198:    'Navigate the table of contents for this course'
        !           199: => 'Inhaltsverszeichnis navigieren',
        !           200: 
        !           201:    'Syllabus'
        !           202: => 'Kursüberblick',
        !           203: 
        !           204:    'View the course assessment progress chart'
        !           205: => 'Notenüberblick'
        !           206: 
1.2       www       207: );
1.1       www       208: 
                    209: 1;
                    210: 

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