This repository has been archived on 2023-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
meincantor-app/lib/presets/subjects.dart
Denys Konovalov 2dc41b7e24 - added license info
- fixed issues
2022-01-16 15:28:42 +01:00

83 lines
2.4 KiB
Dart

// GCG.MeinCantor - Die Schulplattform für Cantorianer.
// Copyright (C) 2021-2022 Georg-Cantor-Gymnasium Halle (Saale)
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
// by the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
dynamic subjects = {
'---': '---',
'Bio': 'Biologie',
'bio1': 'Biologie 1',
'bioL1': 'Biologie Leistungskurs 1',
'Mat': 'Mathematik',
'matL1': 'Mathematik Leistungskurs 1',
'matL2': 'Mathematik Leistungskurs 2',
'matL3': 'Mathematik Leistungskurs 3',
'Kun': 'Kunst',
'kun1': 'Kunst 1',
'Mus': 'Musik',
'mus1': 'Musik 1',
'mus2': 'Musik 2',
'Geo': 'Geographie',
'geo1': 'Geographie 1',
'Ges': 'Geschichte',
'ges1': 'Geschichte 1',
'ges2': 'Geschichte 2',
'ges3': 'Geschichte 3',
'Che': 'Chemie',
'che1': 'Chemie 1',
'cheL1': 'Chemie Leistungskurs 1',
'Lat': 'Latein',
'lat1': 'Latein 1',
'Inf': 'Informatik',
'inf1': 'Informatik 1',
'inf2': 'Informatik 2',
'infL1': 'Informatik Leistungskurs 1',
'Eng': 'Englisch',
'eng1': 'Englisch 1',
'eng2': 'Englisch 2',
'engL1': 'Englisch Leistungskurs 1',
'engL2': 'Englisch Leistungskurs 2',
'Frz': 'Französisch',
'frz1': 'Französisch 1',
'frz2': 'Französisch 2',
'frz3': 'Französisch 3',
'Phy': 'Physik',
'phy1': 'Physik 1',
'phyL1': 'Physik Leistungskurs 1',
'phyL2': 'Physik Leistungskurs 2',
'psy1': 'Psychologie 1',
'Spo': 'Sport',
'spo1': 'Sport 1',
'spo2': 'Sport 2',
'spo3': 'Sport 3',
'Deu': 'Deutsch',
'deu1': 'Deutsch 1',
'deu2': 'Deutsch 2',
'deu3': 'Deutsch 3',
'deuL1': 'Deutsch Leistungskurs 1',
'Lme': 'Lernmethoden',
'Eth': 'Ethik',
'eth1': 'Ethik 1',
'EvR': 'Evangelische Religion',
'evr1': 'Evangelische Religion 1',
'Soz': 'Sozialkunde',
'soz1': 'Sozialkunde 1',
'soz2': 'Sozialkunde 2',
'Ast': 'Astronomie',
'Spa': 'Spanisch',
'FK': 'Fachkurs',
'JIA': 'Junior-Ingenieur-Akademie',
'WoU': 'Wahlobligatorischer Unterricht'
};