- Projektarbeitsbenotung (abgabe_lektor_details.php): benoten button only shown when semester > SS2021

- updated phrases for text showing if older semester
This commit is contained in:
KarpAlex
2021-03-12 09:46:27 +01:00
parent 73525c94ab
commit 2ef2a906c3
5 changed files with 31 additions and 6 deletions
+2 -2
View File
@@ -8900,13 +8900,13 @@ Any unusual occurrences
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Liegt die Punkteanzahl bei den Kriterien "1 - 5" oder "6 - 10" in Summe unter 50%, ist die Masterarbeit insgesamt als negativ zu beurteilen.',
'text' => 'Liegt die Punkteanzahl bei den Kriterien "1 - 5" oder "6 - 10" in Summe unter 50%%, ist die %s insgesamt als negativ zu beurteilen.',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'If, within any of the criteria, the points total is under 50%, the Masters Thesis is deemed to have failed overall.',
'text' => 'If, within any of the criteria, the points total is under 50%%, the %s is deemed to have failed overall.',
'description' => '',
'insertvon' => 'system'
)