From ccc3a822b8338f667fe23280917ccd3697869daa Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Mon, 30 Sep 2019 22:14:31 +0200 Subject: [PATCH] Update messages. --- .../alsijil/locale/ar/LC_MESSAGES/django.po | 115 ++++++++-------- .../locale/de_DE/LC_MESSAGES/django.po | 130 ++++++++++-------- .../alsijil/locale/fr/LC_MESSAGES/django.po | 115 ++++++++-------- .../locale/nb_NO/LC_MESSAGES/django.po | 115 ++++++++-------- .../locale/tr_TR/LC_MESSAGES/django.po | 115 ++++++++-------- 5 files changed, 310 insertions(+), 280 deletions(-) diff --git a/biscuit/apps/alsijil/locale/ar/LC_MESSAGES/django.po b/biscuit/apps/alsijil/locale/ar/LC_MESSAGES/django.po index 05cb5a5ae..a240157a3 100644 --- a/biscuit/apps/alsijil/locale/ar/LC_MESSAGES/django.po +++ b/biscuit/apps/alsijil/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-17 15:41+0200\n" +"POT-Creation-Date: 2019-09-30 22:14+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -19,10 +19,18 @@ msgstr "" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: forms.py:35 +#: forms.py:36 msgid "Group" msgstr "" +#: forms.py:40 templates/alsijil/print/full_register.html:96 +msgid "Teacher" +msgstr "" + +#: forms.py:44 +msgid "Room" +msgstr "" + #: menus.py:6 templates/alsijil/print/full_register.html:17 msgid "Class register" msgstr "" @@ -31,7 +39,7 @@ msgstr "" msgid "Current lesson" msgstr "" -#: menus.py:17 templates/alsijil/group_week.html:6 +#: menus.py:17 templates/alsijil/week_view.html:6 msgid "Current week" msgstr "" @@ -43,54 +51,6 @@ msgstr "" msgid "Homework" msgstr "" -#: templates/alsijil/group_week.html:15 -msgid "Select" -msgstr "" - -#: templates/alsijil/group_week.html:30 -msgid "Lessons" -msgstr "" - -#: templates/alsijil/group_week.html:39 -msgid "Period" -msgstr "" - -#: templates/alsijil/group_week.html:40 -#: templates/alsijil/print/full_register.html:95 -msgid "Subject" -msgstr "" - -#: templates/alsijil/group_week.html:41 -msgid "Teachers" -msgstr "" - -#: templates/alsijil/group_week.html:82 templates/alsijil/lesson.html:54 -msgid "Personal notes" -msgstr "" - -#: templates/alsijil/group_week.html:88 templates/alsijil/lesson.html:62 -msgid "Absent" -msgstr "" - -#: templates/alsijil/group_week.html:89 -msgid "unexcused" -msgstr "" - -#: templates/alsijil/group_week.html:92 -msgid "Summed up tardiness" -msgstr "" - -#: templates/alsijil/group_week.html:113 -msgid "No group selected" -msgstr "" - -#: templates/alsijil/group_week.html:117 -msgid "" -"\n" -" You must select a group to see the week summary.\n" -" " -msgstr "" - #: templates/alsijil/lesson.html:10 templates/alsijil/lesson.html:34 msgid "Lesson documentation" msgstr "" @@ -99,10 +59,18 @@ msgstr "" msgid "Change history" msgstr "" +#: templates/alsijil/lesson.html:54 templates/alsijil/week_view.html:82 +msgid "Personal notes" +msgstr "" + #: templates/alsijil/lesson.html:61 msgid "Person" msgstr "" +#: templates/alsijil/lesson.html:62 templates/alsijil/week_view.html:88 +msgid "Absent" +msgstr "" + #: templates/alsijil/lesson.html:63 msgid "Tardiness" msgstr "" @@ -190,8 +158,9 @@ msgstr "" msgid "Teachers and lessons in group" msgstr "" -#: templates/alsijil/print/full_register.html:96 -msgid "Teacher" +#: templates/alsijil/print/full_register.html:95 +#: templates/alsijil/week_view.html:40 +msgid "Subject" msgstr "" #: templates/alsijil/print/full_register.html:97 @@ -239,13 +208,49 @@ msgstr "" msgid "e" msgstr "" -#: views.py:37 +#: templates/alsijil/week_view.html:15 +msgid "Select" +msgstr "" + +#: templates/alsijil/week_view.html:30 +msgid "Lessons" +msgstr "" + +#: templates/alsijil/week_view.html:39 +msgid "Period" +msgstr "" + +#: templates/alsijil/week_view.html:41 +msgid "Teachers" +msgstr "" + +#: templates/alsijil/week_view.html:89 +msgid "unexcused" +msgstr "" + +#: templates/alsijil/week_view.html:92 +msgid "Summed up tardiness" +msgstr "" + +#: templates/alsijil/week_view.html:113 +msgid "No group selected" +msgstr "" + +#: templates/alsijil/week_view.html:117 +msgid "" +"\n" +" You must select a group, a teacher or a room to see the week " +"summary.\n" +" " +msgstr "" + +#: views.py:39 msgid "" "You either selected an invalid lesson or there is currently no lesson in " "progress." msgstr "" -#: views.py:40 +#: views.py:42 msgid "" "You are not allowed to create a lesson documentation for a lesson in the " "future." diff --git a/biscuit/apps/alsijil/locale/de_DE/LC_MESSAGES/django.po b/biscuit/apps/alsijil/locale/de_DE/LC_MESSAGES/django.po index ae3e03924..da57806f5 100644 --- a/biscuit/apps/alsijil/locale/de_DE/LC_MESSAGES/django.po +++ b/biscuit/apps/alsijil/locale/de_DE/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-17 15:41+0200\n" +"POT-Creation-Date: 2019-09-30 22:14+0200\n" "PO-Revision-Date: 2019-09-17 19:44+0000\n" "Last-Translator: Tom Teichler <tom.teichler@teckids.org>\n" "Language-Team: German <https://translate.edugit.org/projects/biscuit-sis/" @@ -19,10 +19,18 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.8\n" -#: forms.py:35 +#: forms.py:36 msgid "Group" msgstr "Gruppe" +#: forms.py:40 templates/alsijil/print/full_register.html:96 +msgid "Teacher" +msgstr "Lehrkraft" + +#: forms.py:44 +msgid "Room" +msgstr "" + #: menus.py:6 templates/alsijil/print/full_register.html:17 msgid "Class register" msgstr "Klassenbuch" @@ -31,7 +39,7 @@ msgstr "Klassenbuch" msgid "Current lesson" msgstr "Aktuelle Unterrichtsstunde" -#: menus.py:17 templates/alsijil/group_week.html:6 +#: menus.py:17 templates/alsijil/week_view.html:6 msgid "Current week" msgstr "Aktuelle Woche" @@ -43,58 +51,6 @@ msgstr "Stundenthema" msgid "Homework" msgstr "Hausaufgaben" -#: templates/alsijil/group_week.html:15 -msgid "Select" -msgstr "Auswählen" - -#: templates/alsijil/group_week.html:30 -msgid "Lessons" -msgstr "Unterrichtsstunden" - -#: templates/alsijil/group_week.html:39 -msgid "Period" -msgstr "Stunde" - -#: templates/alsijil/group_week.html:40 -#: templates/alsijil/print/full_register.html:95 -msgid "Subject" -msgstr "Fach" - -#: templates/alsijil/group_week.html:41 -msgid "Teachers" -msgstr "Lehrkräfte" - -#: templates/alsijil/group_week.html:82 templates/alsijil/lesson.html:54 -msgid "Personal notes" -msgstr "Persönliche Notizen" - -#: templates/alsijil/group_week.html:88 templates/alsijil/lesson.html:62 -msgid "Absent" -msgstr "Abwesend" - -#: templates/alsijil/group_week.html:89 -msgid "unexcused" -msgstr "unentschuldigt" - -#: templates/alsijil/group_week.html:92 -msgid "Summed up tardiness" -msgstr "Summierte Verspätung" - -#: templates/alsijil/group_week.html:113 -msgid "No group selected" -msgstr "Keine Gruppe ausgewählt" - -#: templates/alsijil/group_week.html:117 -msgid "" -"\n" -" You must select a group to see the week summary.\n" -" " -msgstr "" -"\n" -" Sie müssen eien Gruppe auswählen, um die Wochenübersicht zu " -"sehen.\n" -" " - #: templates/alsijil/lesson.html:10 templates/alsijil/lesson.html:34 msgid "Lesson documentation" msgstr "Stunden-Dokumentation" @@ -103,10 +59,18 @@ msgstr "Stunden-Dokumentation" msgid "Change history" msgstr "Veränderungen" +#: templates/alsijil/lesson.html:54 templates/alsijil/week_view.html:82 +msgid "Personal notes" +msgstr "Persönliche Notizen" + #: templates/alsijil/lesson.html:61 msgid "Person" msgstr "Person" +#: templates/alsijil/lesson.html:62 templates/alsijil/week_view.html:88 +msgid "Absent" +msgstr "Abwesend" + #: templates/alsijil/lesson.html:63 msgid "Tardiness" msgstr "Verspätung" @@ -212,9 +176,10 @@ msgstr "Geburtsdatum" msgid "Teachers and lessons in group" msgstr "Lehrkräfte und Fächer der Gruppe" -#: templates/alsijil/print/full_register.html:96 -msgid "Teacher" -msgstr "Lehrkraft" +#: templates/alsijil/print/full_register.html:95 +#: templates/alsijil/week_view.html:40 +msgid "Subject" +msgstr "Fach" #: templates/alsijil/print/full_register.html:97 msgid "Lesson start" @@ -261,7 +226,52 @@ msgstr "Stunde ist ausgefallen" msgid "e" msgstr "e" -#: views.py:37 +#: templates/alsijil/week_view.html:15 +msgid "Select" +msgstr "Auswählen" + +#: templates/alsijil/week_view.html:30 +msgid "Lessons" +msgstr "Unterrichtsstunden" + +#: templates/alsijil/week_view.html:39 +msgid "Period" +msgstr "Stunde" + +#: templates/alsijil/week_view.html:41 +msgid "Teachers" +msgstr "Lehrkräfte" + +#: templates/alsijil/week_view.html:89 +msgid "unexcused" +msgstr "unentschuldigt" + +#: templates/alsijil/week_view.html:92 +msgid "Summed up tardiness" +msgstr "Summierte Verspätung" + +#: templates/alsijil/week_view.html:113 +msgid "No group selected" +msgstr "Keine Gruppe ausgewählt" + +#: templates/alsijil/week_view.html:117 +#, fuzzy +#| msgid "" +#| "\n" +#| " You must select a group to see the week summary.\n" +#| " " +msgid "" +"\n" +" You must select a group, a teacher or a room to see the week " +"summary.\n" +" " +msgstr "" +"\n" +" Sie müssen eien Gruppe auswählen, um die Wochenübersicht zu " +"sehen.\n" +" " + +#: views.py:39 msgid "" "You either selected an invalid lesson or there is currently no lesson in " "progress." @@ -269,7 +279,7 @@ msgstr "" "Sie haben eine ungültige Stunde ausgewählt oder es\n" " läuft momentan keine Stunde." -#: views.py:40 +#: views.py:42 msgid "" "You are not allowed to create a lesson documentation for a lesson in the " "future." diff --git a/biscuit/apps/alsijil/locale/fr/LC_MESSAGES/django.po b/biscuit/apps/alsijil/locale/fr/LC_MESSAGES/django.po index a27683fca..933acaa8b 100644 --- a/biscuit/apps/alsijil/locale/fr/LC_MESSAGES/django.po +++ b/biscuit/apps/alsijil/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-17 15:41+0200\n" +"POT-Creation-Date: 2019-09-30 22:14+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -18,10 +18,18 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: forms.py:35 +#: forms.py:36 msgid "Group" msgstr "" +#: forms.py:40 templates/alsijil/print/full_register.html:96 +msgid "Teacher" +msgstr "" + +#: forms.py:44 +msgid "Room" +msgstr "" + #: menus.py:6 templates/alsijil/print/full_register.html:17 msgid "Class register" msgstr "" @@ -30,7 +38,7 @@ msgstr "" msgid "Current lesson" msgstr "" -#: menus.py:17 templates/alsijil/group_week.html:6 +#: menus.py:17 templates/alsijil/week_view.html:6 msgid "Current week" msgstr "" @@ -42,54 +50,6 @@ msgstr "" msgid "Homework" msgstr "" -#: templates/alsijil/group_week.html:15 -msgid "Select" -msgstr "" - -#: templates/alsijil/group_week.html:30 -msgid "Lessons" -msgstr "" - -#: templates/alsijil/group_week.html:39 -msgid "Period" -msgstr "" - -#: templates/alsijil/group_week.html:40 -#: templates/alsijil/print/full_register.html:95 -msgid "Subject" -msgstr "" - -#: templates/alsijil/group_week.html:41 -msgid "Teachers" -msgstr "" - -#: templates/alsijil/group_week.html:82 templates/alsijil/lesson.html:54 -msgid "Personal notes" -msgstr "" - -#: templates/alsijil/group_week.html:88 templates/alsijil/lesson.html:62 -msgid "Absent" -msgstr "" - -#: templates/alsijil/group_week.html:89 -msgid "unexcused" -msgstr "" - -#: templates/alsijil/group_week.html:92 -msgid "Summed up tardiness" -msgstr "" - -#: templates/alsijil/group_week.html:113 -msgid "No group selected" -msgstr "" - -#: templates/alsijil/group_week.html:117 -msgid "" -"\n" -" You must select a group to see the week summary.\n" -" " -msgstr "" - #: templates/alsijil/lesson.html:10 templates/alsijil/lesson.html:34 msgid "Lesson documentation" msgstr "" @@ -98,10 +58,18 @@ msgstr "" msgid "Change history" msgstr "" +#: templates/alsijil/lesson.html:54 templates/alsijil/week_view.html:82 +msgid "Personal notes" +msgstr "" + #: templates/alsijil/lesson.html:61 msgid "Person" msgstr "" +#: templates/alsijil/lesson.html:62 templates/alsijil/week_view.html:88 +msgid "Absent" +msgstr "" + #: templates/alsijil/lesson.html:63 msgid "Tardiness" msgstr "" @@ -189,8 +157,9 @@ msgstr "" msgid "Teachers and lessons in group" msgstr "" -#: templates/alsijil/print/full_register.html:96 -msgid "Teacher" +#: templates/alsijil/print/full_register.html:95 +#: templates/alsijil/week_view.html:40 +msgid "Subject" msgstr "" #: templates/alsijil/print/full_register.html:97 @@ -238,13 +207,49 @@ msgstr "" msgid "e" msgstr "" -#: views.py:37 +#: templates/alsijil/week_view.html:15 +msgid "Select" +msgstr "" + +#: templates/alsijil/week_view.html:30 +msgid "Lessons" +msgstr "" + +#: templates/alsijil/week_view.html:39 +msgid "Period" +msgstr "" + +#: templates/alsijil/week_view.html:41 +msgid "Teachers" +msgstr "" + +#: templates/alsijil/week_view.html:89 +msgid "unexcused" +msgstr "" + +#: templates/alsijil/week_view.html:92 +msgid "Summed up tardiness" +msgstr "" + +#: templates/alsijil/week_view.html:113 +msgid "No group selected" +msgstr "" + +#: templates/alsijil/week_view.html:117 +msgid "" +"\n" +" You must select a group, a teacher or a room to see the week " +"summary.\n" +" " +msgstr "" + +#: views.py:39 msgid "" "You either selected an invalid lesson or there is currently no lesson in " "progress." msgstr "" -#: views.py:40 +#: views.py:42 msgid "" "You are not allowed to create a lesson documentation for a lesson in the " "future." diff --git a/biscuit/apps/alsijil/locale/nb_NO/LC_MESSAGES/django.po b/biscuit/apps/alsijil/locale/nb_NO/LC_MESSAGES/django.po index 7c84dd5bc..81e1f606e 100644 --- a/biscuit/apps/alsijil/locale/nb_NO/LC_MESSAGES/django.po +++ b/biscuit/apps/alsijil/locale/nb_NO/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-17 15:41+0200\n" +"POT-Creation-Date: 2019-09-30 22:14+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -17,10 +17,18 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: forms.py:35 +#: forms.py:36 msgid "Group" msgstr "" +#: forms.py:40 templates/alsijil/print/full_register.html:96 +msgid "Teacher" +msgstr "" + +#: forms.py:44 +msgid "Room" +msgstr "" + #: menus.py:6 templates/alsijil/print/full_register.html:17 msgid "Class register" msgstr "" @@ -29,7 +37,7 @@ msgstr "" msgid "Current lesson" msgstr "" -#: menus.py:17 templates/alsijil/group_week.html:6 +#: menus.py:17 templates/alsijil/week_view.html:6 msgid "Current week" msgstr "" @@ -41,54 +49,6 @@ msgstr "" msgid "Homework" msgstr "" -#: templates/alsijil/group_week.html:15 -msgid "Select" -msgstr "" - -#: templates/alsijil/group_week.html:30 -msgid "Lessons" -msgstr "" - -#: templates/alsijil/group_week.html:39 -msgid "Period" -msgstr "" - -#: templates/alsijil/group_week.html:40 -#: templates/alsijil/print/full_register.html:95 -msgid "Subject" -msgstr "" - -#: templates/alsijil/group_week.html:41 -msgid "Teachers" -msgstr "" - -#: templates/alsijil/group_week.html:82 templates/alsijil/lesson.html:54 -msgid "Personal notes" -msgstr "" - -#: templates/alsijil/group_week.html:88 templates/alsijil/lesson.html:62 -msgid "Absent" -msgstr "" - -#: templates/alsijil/group_week.html:89 -msgid "unexcused" -msgstr "" - -#: templates/alsijil/group_week.html:92 -msgid "Summed up tardiness" -msgstr "" - -#: templates/alsijil/group_week.html:113 -msgid "No group selected" -msgstr "" - -#: templates/alsijil/group_week.html:117 -msgid "" -"\n" -" You must select a group to see the week summary.\n" -" " -msgstr "" - #: templates/alsijil/lesson.html:10 templates/alsijil/lesson.html:34 msgid "Lesson documentation" msgstr "" @@ -97,10 +57,18 @@ msgstr "" msgid "Change history" msgstr "" +#: templates/alsijil/lesson.html:54 templates/alsijil/week_view.html:82 +msgid "Personal notes" +msgstr "" + #: templates/alsijil/lesson.html:61 msgid "Person" msgstr "" +#: templates/alsijil/lesson.html:62 templates/alsijil/week_view.html:88 +msgid "Absent" +msgstr "" + #: templates/alsijil/lesson.html:63 msgid "Tardiness" msgstr "" @@ -188,8 +156,9 @@ msgstr "" msgid "Teachers and lessons in group" msgstr "" -#: templates/alsijil/print/full_register.html:96 -msgid "Teacher" +#: templates/alsijil/print/full_register.html:95 +#: templates/alsijil/week_view.html:40 +msgid "Subject" msgstr "" #: templates/alsijil/print/full_register.html:97 @@ -237,13 +206,49 @@ msgstr "" msgid "e" msgstr "" -#: views.py:37 +#: templates/alsijil/week_view.html:15 +msgid "Select" +msgstr "" + +#: templates/alsijil/week_view.html:30 +msgid "Lessons" +msgstr "" + +#: templates/alsijil/week_view.html:39 +msgid "Period" +msgstr "" + +#: templates/alsijil/week_view.html:41 +msgid "Teachers" +msgstr "" + +#: templates/alsijil/week_view.html:89 +msgid "unexcused" +msgstr "" + +#: templates/alsijil/week_view.html:92 +msgid "Summed up tardiness" +msgstr "" + +#: templates/alsijil/week_view.html:113 +msgid "No group selected" +msgstr "" + +#: templates/alsijil/week_view.html:117 +msgid "" +"\n" +" You must select a group, a teacher or a room to see the week " +"summary.\n" +" " +msgstr "" + +#: views.py:39 msgid "" "You either selected an invalid lesson or there is currently no lesson in " "progress." msgstr "" -#: views.py:40 +#: views.py:42 msgid "" "You are not allowed to create a lesson documentation for a lesson in the " "future." diff --git a/biscuit/apps/alsijil/locale/tr_TR/LC_MESSAGES/django.po b/biscuit/apps/alsijil/locale/tr_TR/LC_MESSAGES/django.po index 7c84dd5bc..81e1f606e 100644 --- a/biscuit/apps/alsijil/locale/tr_TR/LC_MESSAGES/django.po +++ b/biscuit/apps/alsijil/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-17 15:41+0200\n" +"POT-Creation-Date: 2019-09-30 22:14+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -17,10 +17,18 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: forms.py:35 +#: forms.py:36 msgid "Group" msgstr "" +#: forms.py:40 templates/alsijil/print/full_register.html:96 +msgid "Teacher" +msgstr "" + +#: forms.py:44 +msgid "Room" +msgstr "" + #: menus.py:6 templates/alsijil/print/full_register.html:17 msgid "Class register" msgstr "" @@ -29,7 +37,7 @@ msgstr "" msgid "Current lesson" msgstr "" -#: menus.py:17 templates/alsijil/group_week.html:6 +#: menus.py:17 templates/alsijil/week_view.html:6 msgid "Current week" msgstr "" @@ -41,54 +49,6 @@ msgstr "" msgid "Homework" msgstr "" -#: templates/alsijil/group_week.html:15 -msgid "Select" -msgstr "" - -#: templates/alsijil/group_week.html:30 -msgid "Lessons" -msgstr "" - -#: templates/alsijil/group_week.html:39 -msgid "Period" -msgstr "" - -#: templates/alsijil/group_week.html:40 -#: templates/alsijil/print/full_register.html:95 -msgid "Subject" -msgstr "" - -#: templates/alsijil/group_week.html:41 -msgid "Teachers" -msgstr "" - -#: templates/alsijil/group_week.html:82 templates/alsijil/lesson.html:54 -msgid "Personal notes" -msgstr "" - -#: templates/alsijil/group_week.html:88 templates/alsijil/lesson.html:62 -msgid "Absent" -msgstr "" - -#: templates/alsijil/group_week.html:89 -msgid "unexcused" -msgstr "" - -#: templates/alsijil/group_week.html:92 -msgid "Summed up tardiness" -msgstr "" - -#: templates/alsijil/group_week.html:113 -msgid "No group selected" -msgstr "" - -#: templates/alsijil/group_week.html:117 -msgid "" -"\n" -" You must select a group to see the week summary.\n" -" " -msgstr "" - #: templates/alsijil/lesson.html:10 templates/alsijil/lesson.html:34 msgid "Lesson documentation" msgstr "" @@ -97,10 +57,18 @@ msgstr "" msgid "Change history" msgstr "" +#: templates/alsijil/lesson.html:54 templates/alsijil/week_view.html:82 +msgid "Personal notes" +msgstr "" + #: templates/alsijil/lesson.html:61 msgid "Person" msgstr "" +#: templates/alsijil/lesson.html:62 templates/alsijil/week_view.html:88 +msgid "Absent" +msgstr "" + #: templates/alsijil/lesson.html:63 msgid "Tardiness" msgstr "" @@ -188,8 +156,9 @@ msgstr "" msgid "Teachers and lessons in group" msgstr "" -#: templates/alsijil/print/full_register.html:96 -msgid "Teacher" +#: templates/alsijil/print/full_register.html:95 +#: templates/alsijil/week_view.html:40 +msgid "Subject" msgstr "" #: templates/alsijil/print/full_register.html:97 @@ -237,13 +206,49 @@ msgstr "" msgid "e" msgstr "" -#: views.py:37 +#: templates/alsijil/week_view.html:15 +msgid "Select" +msgstr "" + +#: templates/alsijil/week_view.html:30 +msgid "Lessons" +msgstr "" + +#: templates/alsijil/week_view.html:39 +msgid "Period" +msgstr "" + +#: templates/alsijil/week_view.html:41 +msgid "Teachers" +msgstr "" + +#: templates/alsijil/week_view.html:89 +msgid "unexcused" +msgstr "" + +#: templates/alsijil/week_view.html:92 +msgid "Summed up tardiness" +msgstr "" + +#: templates/alsijil/week_view.html:113 +msgid "No group selected" +msgstr "" + +#: templates/alsijil/week_view.html:117 +msgid "" +"\n" +" You must select a group, a teacher or a room to see the week " +"summary.\n" +" " +msgstr "" + +#: views.py:39 msgid "" "You either selected an invalid lesson or there is currently no lesson in " "progress." msgstr "" -#: views.py:40 +#: views.py:42 msgid "" "You are not allowed to create a lesson documentation for a lesson in the " "future." -- GitLab