Skip to content
Snippets Groups Projects
Unverified Commit ad47996b authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Update translations. Advances Teckids/BiscuIT/BiscuIT-ng#45.

parent fea3df18
No related branches found
No related tags found
1 merge request!4Update translations. Advances Teckids/BiscuIT/BiscuIT-ng#45.
...@@ -7,8 +7,8 @@ msgid "" ...@@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-18 21:36+0200\n" "POT-Creation-Date: 2019-08-22 20:02+0200\n"
"PO-Revision-Date: 2019-08-17 13:37+0200\n" "PO-Revision-Date: 2019-08-22 20:02+0200\n"
"Last-Translator: Tom Teichler <tom.teichler@teckids.org>\n" "Last-Translator: Tom Teichler <tom.teichler@teckids.org>\n"
"Language-Team: \n" "Language-Team: \n"
"Language: de_DE\n" "Language: de_DE\n"
...@@ -29,97 +29,101 @@ msgstr "Stundenpläne" ...@@ -29,97 +29,101 @@ msgstr "Stundenpläne"
msgid "Timetable" msgid "Timetable"
msgstr "Stundenplan" msgstr "Stundenplan"
#: models.py:8 #: models.py:15
msgid "Sunday" msgid "Sunday"
msgstr "Sonntag" msgstr "Sonntag"
#: models.py:9 #: models.py:16
msgid "Monday" msgid "Monday"
msgstr "Montag" msgstr "Montag"
#: models.py:10 #: models.py:17
msgid "Tuesday" msgid "Tuesday"
msgstr "Dienstag" msgstr "Dienstag"
#: models.py:11 #: models.py:18
msgid "Wednesday" msgid "Wednesday"
msgstr "Mittwoch" msgstr "Mittwoch"
#: models.py:12 #: models.py:19
msgid "Thursday" msgid "Thursday"
msgstr "Donnerstag" msgstr "Donnerstag"
#: models.py:13 #: models.py:20
msgid "Friday" msgid "Friday"
msgstr "Freitag" msgstr "Freitag"
#: models.py:14 #: models.py:21
msgid "Saturday" msgid "Saturday"
msgstr "Samstag" msgstr "Samstag"
#: models.py:18 #: models.py:25
msgid "Week day" msgid "Week day"
msgstr "Wochentag" msgstr "Wochentag"
#: models.py:20 #: models.py:27
msgid "Number of period" msgid "Number of period"
msgstr "Nummer der Stunde" msgstr "Nummer der Stunde"
#: models.py:22 #: models.py:29
msgid "Time the period starts" msgid "Time the period starts"
msgstr "Anfangszeit der Stunde" msgstr "Anfangszeit der Stunde"
#: models.py:23 #: models.py:30
msgid "Time the period ends" msgid "Time the period ends"
msgstr "Endzeit der Stunde" msgstr "Endzeit der Stunde"
#: models.py:42 #: models.py:49
msgid "Abbreviation of subject in timetable" msgid "Abbreviation of subject in timetable"
msgstr "Kürzel des Faches im Stundenplan" msgstr "Kürzel des Faches im Stundenplan"
#: models.py:44 #: models.py:51
msgid "Long name of subject" msgid "Long name of subject"
msgstr "Name des Faches" msgstr "Name des Faches"
#: models.py:46 #: models.py:53
msgid "Foreground colour in timetable" msgid "Foreground colour in timetable"
msgstr "Vordergrundfarbe im Stundenplan" msgstr "Vordergrundfarbe im Stundenplan"
#: models.py:48 #: models.py:55
msgid "Background colour in timetable" msgid "Background colour in timetable"
msgstr "Hintergrundfarbe im Stundenplan" msgstr "Hintergrundfarbe im Stundenplan"
#: models.py:57 #: models.py:64
msgid "Short name, e.g. room number" msgid "Short name, e.g. room number"
msgstr "Kurzer Name, z.B. Raumnummer" msgstr "Kurzer Name, z.B. Raumnummer"
#: models.py:58 #: models.py:65
msgid "Long name" msgid "Long name"
msgstr "Langer Name" msgstr "Langer Name"
#: models.py:73 #: models.py:81
msgid "Effective start date of lesson" msgid "Effective start date of lesson"
msgstr "Effektives Startdatum des Unterrichts" msgstr "Effektives Startdatum des Unterrichts"
#: models.py:75 #: models.py:83
msgid "Effective end date of lesson" msgid "Effective end date of lesson"
msgstr "Effektives Enddatum des Unterrichts" msgstr "Effektives Enddatum des Unterrichts"
#: models.py:86
msgid "Week"
msgstr "Kalenderwoche"
#: templates/chronos/tt_week.html:24 #: templates/chronos/tt_week.html:24
msgid "Times" msgid "Times"
msgstr "Zeiten" msgstr "Zeiten"
#: views.py:24 #: views.py:27
#, python-format #, python-format
msgid "Group: %s" msgid "Group: %s"
msgstr "Gruppen: %s" msgstr "Gruppen: %s"
#: views.py:29 #: views.py:32
#, python-format #, python-format
msgid "Teacher: %s" msgid "Teacher: %s"
msgstr "Lehrer: %s" msgstr "Lehrer: %s"
#: views.py:34 #: views.py:37
#, python-format #, python-format
msgid "Room: %s" msgid "Room: %s"
msgstr "Raum: %s" msgstr "Raum: %s"
...@@ -83,7 +83,7 @@ class Lesson(models.Model): ...@@ -83,7 +83,7 @@ class Lesson(models.Model):
'Effective end date of lesson'), null=True) 'Effective end date of lesson'), null=True)
class LessonSubstitution(models.Model): class LessonSubstitution(models.Model):
week = models.IntegerField(verbose_name=_('Kalenderwoche'), week = models.IntegerField(verbose_name=_('Week'),
default=current_week) default=current_week)
lesson_period = models.ForeignKey( lesson_period = models.ForeignKey(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment