Fixes #397
This commit is contained in:
parent
1cc314b653
commit
04e37a9ae7
@ -439,6 +439,8 @@ AccessibleSince: Verfügbar seit
|
|||||||
|
|
||||||
|
|
||||||
Corrected: Korrigiert
|
Corrected: Korrigiert
|
||||||
|
CorrectionAchievedPoints: Erzielte Punkte
|
||||||
|
CorrectionAchievedPass: Bestanden
|
||||||
FileCorrected: Korrigiert (Dateien)
|
FileCorrected: Korrigiert (Dateien)
|
||||||
FileCorrectedDeleted: Korrigiert (gelöscht)
|
FileCorrectedDeleted: Korrigiert (gelöscht)
|
||||||
RatingUpdated: Korrektur gespeichert
|
RatingUpdated: Korrektur gespeichert
|
||||||
|
|||||||
@ -15,11 +15,11 @@ $# --
|
|||||||
<th>
|
<th>
|
||||||
$# empty cell for row headers
|
$# empty cell for row headers
|
||||||
$maybe _ <- hasMarkedPasses
|
$maybe _ <- hasMarkedPasses
|
||||||
<th .table__th colspan=2>_{MsgCorrected}
|
<th .table__th colspan=2>_{MsgCorrectionAchievedPass}
|
||||||
$maybe _ <- hasPasses
|
$maybe _ <- hasPasses
|
||||||
<th .table__th>_{MsgSheetGradingPassing'}
|
<th .table__th>_{MsgSheetGradingPassing'}
|
||||||
$maybe _ <- hasMarkedPoints
|
$maybe _ <- hasMarkedPoints
|
||||||
<th .table__th colspan=2>_{MsgCorrected}
|
<th .table__th colspan=2>_{MsgCorrectionAchievedPoints}
|
||||||
$maybe _ <- hasPoints
|
$maybe _ <- hasPoints
|
||||||
<th .table__th>_{MsgSheetGradingPoints'}
|
<th .table__th>_{MsgSheetGradingPoints'}
|
||||||
<th .table__th>_{MsgSheetGradingCount'}
|
<th .table__th>_{MsgSheetGradingCount'}
|
||||||
|
|||||||
Reference in New Issue
Block a user