@@ -50,23 +50,23 @@ msgstr "Abbrechen"
5050msgid "Actions"
5151msgstr "Aktionen"
5252
53- #: frontend/templates/frontend/content/detail.html:43
53+ #: frontend/templates/frontend/content/detail.html:46
5454msgid "Back to course "
5555msgstr "Zurück zum Kurs "
5656
57- #: frontend/templates/frontend/content/detail.html:49
57+ #: frontend/templates/frontend/content/detail.html:52
5858msgid "By"
5959msgstr "Von"
6060
61- #: frontend/templates/frontend/content/detail.html:59
61+ #: frontend/templates/frontend/content/detail.html:62
6262msgid "Created at"
6363msgstr "Erstellt am"
6464
65- #: frontend/templates/frontend/content/detail.html:67
65+ #: frontend/templates/frontend/content/detail.html:70
6666msgid "Delete"
6767msgstr "Löschen"
6868
69- #: frontend/templates/frontend/content/detail.html:71
69+ #: frontend/templates/frontend/content/detail.html:74
7070#, python-format
7171msgid ""
7272"\n"
@@ -80,30 +80,55 @@ msgstr ""
8080" "
8181
8282#: frontend/templates/frontend/content/detail.html:83
83+ #: frontend/templates/frontend/course/create.html:30
84+ #: frontend/templates/frontend/course/edit.html:30
85+ #: frontend/templates/frontend/profile/profile_edit.html:19
86+ msgid "Cancel"
87+ msgstr "Abbrechen"
88+
89+ #: frontend/templates/frontend/content/detail.html:86
8390msgid "Confirm"
8491msgstr "Bestätigen"
8592
86- #: frontend/templates/frontend/content/detail.html:99
93+ #: frontend/templates/frontend/content/detail.html:102
8794#: frontend/templates/frontend/course/topic_contents.html:29
8895msgid "Rating"
8996msgstr "Bewertung"
9097
91- #: frontend/templates/frontend/content/detail.html:109
98+ #: frontend/templates/frontend/content/detail.html:112
9299msgid "Comments"
93100msgstr "Kommentare"
94101
95- #: frontend/templates/frontend/content/detail.html:115
102+ #: frontend/templates/frontend/content/detail.html:118
96103msgid "Add comment"
97104msgstr "Kommentar hinzufügen"
98105
99106#: frontend/templates/frontend/course/create.html:11
100107msgid "Create a new course"
101108msgstr "Neuen Kurs anlegen"
102109
110+ #: frontend/templates/frontend/course/create.html:29
111+ #: frontend/templates/frontend/course/edit.html:29
112+ msgid "Create"
113+ msgstr "Erzeugen"
114+
103115#: frontend/templates/frontend/course/dropdown_topic.html:10
104116msgid "Add Content"
105117msgstr "Inhalte hinzufügen"
106118
119+ #: frontend/templates/frontend/course/edit.html:11
120+ msgid "Edit course"
121+ msgstr "Kurs bearbeiten"
122+
123+ #: frontend/templates/frontend/course/view.html:26
124+ msgid "Edit Course"
125+ msgstr "Kurs hinzufügen"
126+
127+ #: frontend/templates/frontend/course/view.html:27
128+ msgid "Delete Course"
129+ msgstr "Kurs löschen"
130+
131+ #: frontend/templates/frontend/course/view.html:63
107132#: frontend/templates/frontend/course/view.html:78
108133msgid "No topics yet"
109134msgstr "Bisher keine Themen"
@@ -236,6 +261,10 @@ msgstr "Es trat ein Fehler beim Verarbeiten der Anfrage auf"
236261msgid "Course '{cleaned_data['title']}' successfully created"
237262msgstr "Kurs '{cleaned_data['title']}' erfolgreich angelegt"
238263
264+ #: frontend/views/course.py:52
265+ msgid "Course '{cleaned_data['title']}' successfully edited"
266+ msgstr "Kurs '{cleaned_data['title']}' erfolgreich bearbeitet"
267+
239268#: frontend/views/profile.py:25
240269msgid "Profile updated"
241270msgstr "Profil aktualisiert"
0 commit comments