adds the phrase noGrade

This commit is contained in:
SimonGschnell
2024-05-24 09:37:07 +02:00
parent 12b2f3ab07
commit 234ec03db9
+20
View File
@@ -2263,6 +2263,26 @@ $phrases = array(
),
//**************** CORE/lehre
array(
'app' => 'core',
'category' => 'lehre',
'phrase' => 'noGrades',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Unbewertet',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Not Graded',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'lehre',