Phrases History and Status, Formvalidation Prestudent

This commit is contained in:
ma0068
2024-03-25 09:09:40 +01:00
parent 1b3c052c12
commit b907f01ebb
5 changed files with 53 additions and 26 deletions
+20 -1
View File
@@ -21991,7 +21991,7 @@ array(
),
array(
'app' => 'core',
'category' => 'studierendenantrag',
'category' => 'studierendenantrag',q
'phrase' => 'error_no_prestudent',
'insertvon' => 'system',
'phrases' => array(
@@ -25886,6 +25886,25 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'lehre',
'phrase' => 'error_keineSchreibrechte',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Sie haben keine Schreibrechte fuer diesen Studiengang!',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'You do not have writing rights for this course!',
'description' => '',
'insertvon' => 'system'
)
)
),
);