Form Validations addStudent

This commit is contained in:
ma0068
2024-08-02 08:25:53 +02:00
parent 6f0e46ac57
commit 9dc421e789
3 changed files with 316 additions and 415 deletions
+19
View File
@@ -28037,6 +28037,25 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'lehre',
'phrase' => 'error_personBereitsStudent',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => '{name}: Diese Person ist bereits Student!',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => '{name}: This person already is student!',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'lehre',