Studierendenverwaltung Projektarbeit: added button for Projektarbeit download

This commit is contained in:
Alexei Karpenko
2025-06-03 21:18:03 +02:00
parent 750b956dd2
commit fe81e7fb7c
3 changed files with 171 additions and 126 deletions
+20
View File
@@ -42594,6 +42594,26 @@ and represent the current state of research on the topic. The prescribed citatio
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'projektarbeit',
'phrase' => 'projektbeurteilungErstellen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Projektbeurteilung erstellen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Create project assessment document',
'description' => '',
'insertvon' => 'system'
)
)
)
);