@@ -82,6 +82,13 @@ msgstr ""
8282" "
8383
8484#: frontend/templates/frontend/content/detail.html:83
85+ #: frontend/templates/frontend/course/create.html:30
86+ #: frontend/templates/frontend/course/duplicate.html:30
87+ #: frontend/templates/frontend/profile/profile_edit.html:19
88+ msgid "Cancel"
89+ msgstr "Abbrechen"
90+
91+ #: frontend/templates/frontend/content/detail.html:86
8592msgid "Confirm"
8693msgstr "Bestätigen"
8794
@@ -114,6 +121,23 @@ msgstr "Vorherige"
114121msgid "Create a new course"
115122msgstr "Neuen Kurs anlegen"
116123
124+ #: frontend/templates/frontend/course/create.html:29
125+ #: frontend/templates/frontend/course/duplicate.html:29
126+ msgid "Create"
127+ msgstr "Erzeugen"
128+
129+ #: frontend/templates/frontend/course/duplicate.html:11
130+ #: frontend/templates/frontend/course/duplicate.html:19
131+ #: frontend/templates/frontend/course/view.html:25
132+ msgid "Duplicate Course"
133+ msgstr "Kurs duplizieren"
134+
135+ #: frontend/templates/frontend/course/view.html:36
136+ #: frontend/templates/frontend/course/view.html:27
137+ msgid "Delete Course"
138+ msgstr "Kurs löschen"
139+
140+ #: frontend/templates/frontend/course/view.html:63
117141#: frontend/templates/frontend/course/dropdown_topic.html:10
118142msgid "Add Content"
119143msgstr "Inhalte hinzufügen"
@@ -126,10 +150,6 @@ msgstr "Kurs bearbeiten"
126150msgid "Edit Course"
127151msgstr "Kurs hinzufügen"
128152
129- #: frontend/templates/frontend/course/view.html:36
130- msgid "Delete Course"
131- msgstr "Kurs löschen"
132-
133153#: frontend/templates/frontend/course/view.html:76
134154msgid "No topics yet"
135155msgstr "Bisher keine Themen"
@@ -267,6 +287,18 @@ msgstr "Kommentar erfolgreich gelöscht."
267287msgid "Successfully edited Comment."
268288msgstr "Kommentar erfolgreich bearbeitet."
269289
290+ #: frontend/views/course.py:27
291+ msgid ""
292+ "Course '{cleaned_data['title']}' successfully created. All settings and "
293+ "contents of the course '{original_course.title}' were copied."
294+ msgstr ""
295+ "Kurs '{cleaned_data['title']}' erfolgreich erstellt. Alle Einstellungen und "
296+ "Inhalte des Kurses '{original_course.title}' wurden kopiert."
297+
298+ #: frontend/views/course.py:62
299+ msgid "Course '{cleaned_data['title']}' successfully created"
300+ msgstr "Kurs '{cleaned_data['title']}' erfolgreich angelegt"
301+
270302#: frontend/views/content.py:28
271303msgid "Content '{cleaned_data['type']}' successfully added"
272304msgstr "Inhalt '{cleaned_data['type']}' erfolgreich hinzugefügt"
@@ -286,3 +318,6 @@ msgstr "Kurs '{cleaned_data['title']}' erfolgreich bearbeitet"
286318#: frontend/views/profile.py:25
287319msgid "Profile updated"
288320msgstr "Profil aktualisiert"
321+
322+ #~ msgid "Course '{original_course.title}' successfully duplicated."
323+ #~ msgstr "Kurs '{cleaned_data['title']}' erfolgreich dupliziert"
0 commit comments