From 234ec03db91f1e3d65627cb60fa4c3aea86180ef Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Fri, 24 May 2024 09:37:07 +0200 Subject: [PATCH] adds the phrase noGrade --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index b2bef25ee..8c140ea63 100755 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -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',