@@ -33,7 +33,20 @@ 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
@@ -99,6 +112,10 @@ msgstr "Neuen Kurs anlegen"
99112msgid "Create"
100113msgstr "Erzeugen"
101114
115+ #: frontend/templates/frontend/course/dropdown_topic.html:10
116+ msgid "Add Content"
117+ msgstr "Inhalte hinzufügen"
118+
102119#: frontend/templates/frontend/course/edit.html:11
103120msgid "Edit course"
104121msgstr "Kurs bearbeiten"
@@ -112,6 +129,7 @@ msgid "Delete Course"
112129msgstr "Kurs löschen"
113130
114131#: frontend/templates/frontend/course/view.html:63
132+ #: frontend/templates/frontend/course/view.html:78
115133msgid "No topics yet"
116134msgstr "Bisher keine Themen"
117135
@@ -231,6 +249,14 @@ msgstr "Kommentar erfolgreich gelöscht."
231249msgid "Successfully edited Comment."
232250msgstr "Kommentar erfolgreich bearbeitet."
233251
252+ #: frontend/views/content.py:28
253+ msgid "Content '{cleaned_data['type']}' successfully added"
254+ msgstr "Inhalt '{cleaned_data['type']}' erfolgreich hinzugefügt"
255+
256+ #: frontend/views/content.py:35
257+ msgid "An error occurred while processing the request"
258+ msgstr "Es trat ein Fehler beim Verarbeiten der Anfrage auf"
259+
234260#: frontend/views/course.py:26
235261msgid "Course '{cleaned_data['title']}' successfully created"
236262msgstr "Kurs '{cleaned_data['title']}' erfolgreich angelegt"
@@ -242,3 +268,6 @@ msgstr "Kurs '{cleaned_data['title']}' erfolgreich bearbeitet"
242268#: frontend/views/profile.py:25
243269msgid "Profile updated"
244270msgstr "Profil aktualisiert"
271+
272+ #~ msgid "Delete Course"
273+ #~ msgstr "Kurs löschen"
0 commit comments