- Projektbetreuer model getBetreuerOfProjektarbeit: added full name and projekttyp_kurzbz are also

returned
 - abgabe_lektor_details.php: grading only possible after end upload of thesis, and only beginning with SS2022
 - added projektbeurteilung phrases to core locale and phrasesupdate.php
This commit is contained in:
KarpAlex
2022-01-25 12:40:41 +01:00
parent cf7cfd7cd2
commit f9b93f55e4
5 changed files with 153 additions and 9 deletions
+122 -2
View File
@@ -9903,7 +9903,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => 'Sent info mail to commission members',
'text' => 'Send info mail to commission members',
'description' => '',
'insertvon' => 'system'
)
@@ -9923,7 +9923,7 @@ Any unusual occurrences
),
array(
'sprache' => 'English',
'text' => 'Sent mail to commission members',
'text' => 'Sent mail to committee members',
'description' => '',
'insertvon' => 'system'
)
@@ -9949,6 +9949,126 @@ Any unusual occurrences
)
)
),
array(
'app' => 'projektarbeitsbeurteilung',
'category' => 'projektarbeitsbeurteilung',
'phrase' => 'zweitbetreuerBewertungFehlt',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Absenden erst nach Abschluss der Bewertung durch Zweitbegutachter*in möglich',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Sending only possible after completion of assessment by Second Assessor',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'projektarbeitsbeurteilung',
'category' => 'projektarbeitsbeurteilung',
'phrase' => 'nichtErfuellt',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'nicht erfüllt',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'not fulfilled',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'projektarbeitsbeurteilung',
'category' => 'projektarbeitsbeurteilung',
'phrase' => 'mindestanforderungErfuellt',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Mindestanforderung erfüllt',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'minimum requirement fulfilled',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'projektarbeitsbeurteilung',
'category' => 'projektarbeitsbeurteilung',
'phrase' => 'inWeitenTeilenErfuellt',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'in weiten Teilen erfüllt',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'fulfilled for the most part',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'projektarbeitsbeurteilung',
'category' => 'projektarbeitsbeurteilung',
'phrase' => 'vollstaendigErfuellt',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'vollständig erfüllt',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'fully fulfilled',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'projektarbeitsbeurteilung',
'category' => 'projektarbeitsbeurteilung',
'phrase' => 'kommissionsmitglieder',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Kommissionsmitglieder',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Commitee members',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',