Skip to content
Snippets Groups Projects
Commit c5a886a9 authored by srosse's avatar srosse
Browse files

no-jira: wording

parent eee50109
No related branches found
No related tags found
No related merge requests found
......@@ -893,7 +893,7 @@ public abstract class AssessmentObjectComponentRenderer extends DefaultComponent
</xsl:when>
<xsl:when test="$allowComment and $isItemSessionEnded and exists($itemSessionState/qw:candidateComment)">
<fieldset class="candidateComment">
<legend>You submitted the folllowing comment with this item:</legend>
<legend>You submitted the following comment with this item:</legend>
<input name="qtiworks_comment_presented" type="hidden" value="true"/>
<textarea name="qtiworks_comments" disabled="disabled"><xsl:value-of select="$itemSessionState/qw:candidateComment"/></textarea>
</fieldset>
......
......@@ -74,7 +74,7 @@ import org.springframework.beans.factory.annotation.Autowired;
/**
* This is a list of curriculum elements and repository entries
* aimed to participants. The repository entries permissions
* folllow the same rules as {@link org.olat.repository.ui.list.RepositoryEntryListController}<br>
* follow the same rules as {@link org.olat.repository.ui.list.RepositoryEntryListController}<br>
*
*
* Initial date: 11 mai 2018<br>
......
......@@ -192,7 +192,7 @@ public class CurriculumElementResourceListController extends FormBasicController
repoSearchCtr = new ReferencableEntriesSearchController(getWindowControl(), ureq,
new String[]{ CourseModule.getCourseTypeName() }, null,
translate("resources.add"), false, false, true, true, Can.referenceable);
translate("add.resources"), false, false, true, true, Can.referenceable);
listenTo(repoSearchCtr);
cmc = new CloseableModalController(getWindowControl(), translate("close"), repoSearchCtr.getInitialComponent(), true, translate("add.resources"));
......
......@@ -108,7 +108,7 @@ lecture.attendance.rate.default=Absenzenquote global in %
lecture.authorized.absence.enabled=Entschuldigte Absenzen
lecture.auto.close.period=Sperrfrist
lecture.autoclose.notification.subject=Lektionenblock "{0}" autoerledigt
lecture.autoclose.notification.body=<p>Liebe Kursadministratorin<br>Lieber Kursadministrator</p><p>Wir m\u00F6chten Sie dar\u00FCber informieren, dass die Absenzen f\u00FCr den im Betreff genannten Lektionenblock ohne Bearbeitung seitens des Dozenten auf "autoerledigt" gestelllt wurden. Mit nachfolgendem Link gelangen Sie direkt zum entsprechenden Lektionenblock\:<br><a href\='{3}'>{3}</a></p>
lecture.autoclose.notification.body=<p>Liebe Kursadministratorin<br>Lieber Kursadministrator</p><p>Wir m\u00F6chten Sie dar\u00FCber informieren, dass die Absenzen f\u00FCr den im Betreff genannten Lektionenblock ohne Bearbeitung seitens des Dozenten auf "autoerledigt" gestellt wurden. Mit nachfolgendem Link gelangen Sie direkt zum entsprechenden Lektionenblock\:<br><a href\='{3}'>{3}</a></p>
lecture.block=Lektionenblock
lecture.block.comment=Bemerkung
lecture.block.copied=Lektionenblock wurde erfolgreich kopiert.
......
......@@ -5,4 +5,4 @@ advanceOrder.method=Buchungsmethode
confirm.delete.advanceOrder=Wollen Sie diese Vorbestellung wirklich l\u00F6schen?
confirm.delete.advanceOrder.title=Vorbestellung l\u00F6schen
table.advanceOrder.delete=L\u00F6schen
table.advanceOrder.empty=Es sind keine Vorbestelllungen vorhanden.
\ No newline at end of file
table.advanceOrder.empty=Es sind keine Vorbestellungen vorhanden.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment