@@ -33,27 +33,40 @@ msgstr "Diese Software ist Open Source"
3333msgid "Are you sure you want to delete the following comment?"
3434msgstr "Soll der folgende Kommentar wirklich gelöscht werden?"
3535
36+ #: frontend/templates/frontend/content/addcontent.html:23
37+ #: frontend/templates/frontend/course/create.html:29
38+ msgid "Create"
39+ msgstr "Erzeugen"
40+
41+ #: frontend/templates/frontend/content/addcontent.html:24
42+ #: frontend/templates/frontend/content/detail.html:80
43+ #: frontend/templates/frontend/course/create.html:30
44+ #: frontend/templates/frontend/profile/profile_edit.html:19
45+ msgid "Cancel"
46+ msgstr "Abbrechen"
47+
3648#: frontend/templates/frontend/content/detail.html:18
49+ #: frontend/templates/frontend/course/view.html:25
3750msgid "Actions"
3851msgstr "Aktionen"
3952
40- #: frontend/templates/frontend/content/detail.html:46
53+ #: frontend/templates/frontend/content/detail.html:43
4154msgid "Back to course "
4255msgstr "Zurück zum Kurs "
4356
44- #: frontend/templates/frontend/content/detail.html:52
57+ #: frontend/templates/frontend/content/detail.html:49
4558msgid "By"
4659msgstr "Von"
4760
48- #: frontend/templates/frontend/content/detail.html:62
61+ #: frontend/templates/frontend/content/detail.html:59
4962msgid "Created at"
5063msgstr "Erstellt am"
5164
52- #: frontend/templates/frontend/content/detail.html:70
65+ #: frontend/templates/frontend/content/detail.html:67
5366msgid "Delete"
5467msgstr "Löschen"
5568
56- #: frontend/templates/frontend/content/detail.html:74
69+ #: frontend/templates/frontend/content/detail.html:71
5770#, python-format
5871msgid ""
5972"\n"
@@ -67,43 +80,31 @@ msgstr ""
6780" "
6881
6982#: frontend/templates/frontend/content/detail.html:83
70- #: frontend/templates/frontend/course/create.html:30
71- #: frontend/templates/frontend/profile/profile_edit.html:19
72- msgid "Cancel"
73- msgstr "Abbrechen"
74-
75- #: frontend/templates/frontend/content/detail.html:86
7683msgid "Confirm"
7784msgstr "Bestätigen"
7885
79- #: frontend/templates/frontend/content/detail.html:102
86+ #: frontend/templates/frontend/content/detail.html:99
8087#: frontend/templates/frontend/course/topic_contents.html:29
8188msgid "Rating"
8289msgstr "Bewertung"
8390
84- #: frontend/templates/frontend/content/detail.html:112
91+ #: frontend/templates/frontend/content/detail.html:109
8592msgid "Comments"
8693msgstr "Kommentare"
8794
88- #: frontend/templates/frontend/content/detail.html:118
95+ #: frontend/templates/frontend/content/detail.html:115
8996msgid "Add comment"
9097msgstr "Kommentar hinzufügen"
9198
9299#: frontend/templates/frontend/course/create.html:11
93100msgid "Create a new course"
94101msgstr "Neuen Kurs anlegen"
95102
96- #: frontend/templates/frontend/course/create.html:29
97- msgid "Create"
98- msgstr "Erzeugen"
99-
100- #: frontend/templates/frontend/course/view.html:26
101- #: frontend/templates/frontend/course/view_course.html:36
102- msgid "Delete Course"
103- msgstr "Kurs löschen"
103+ #: frontend/templates/frontend/course/dropdown_topic.html:10
104+ msgid "Add Content"
105+ msgstr "Inhalte hinzufügen"
104106
105- #: frontend/templates/frontend/course/view.html:62
106- #: frontend/templates/frontend/course/view_course.html:58
107+ #: frontend/templates/frontend/course/view.html:83
107108msgid "No topics yet"
108109msgstr "Bisher keine Themen"
109110
@@ -223,10 +224,17 @@ msgstr "Kommentar erfolgreich gelöscht."
223224msgid "Successfully edited Comment."
224225msgstr "Kommentar erfolgreich bearbeitet."
225226
227+ #: frontend/views/content.py:28
228+ msgid "Content '{cleaned_data['type']}' successfully added"
229+ msgstr "Inhalt '{cleaned_data['title']}' erfolgreich hinzugefügt"
230+
226231#: frontend/views/course.py:26
227232msgid "Course '{cleaned_data['title']}' successfully created"
228233msgstr "Kurs '{cleaned_data['title']}' erfolgreich angelegt"
229234
230- #: frontend/views/profile.py:26
235+ #: frontend/views/profile.py:25
231236msgid "Profile updated"
232237msgstr "Profil aktualisiert"
238+
239+ #~ msgid "Delete Course"
240+ #~ msgstr "Kurs löschen"
0 commit comments