Cleanup tasks: add factory, validations in form, phrases ID

This commit is contained in:
ma0068
2024-11-21 16:07:10 +01:00
parent 1df91303f0
commit b0fb045b50
5 changed files with 196 additions and 162 deletions
+22 -1
View File
@@ -30385,7 +30385,28 @@ array(
)
)
),
);
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'student_uid',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Student UID',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'student UID',
'description' => '',
'insertvon' => 'system'
)
)
),
);
//***** CHECK PHRASES & PHRASENTEXTE in German and English.