Refactor Status, Adaptions Prestudent

This commit is contained in:
ma0068
2024-05-14 09:25:21 +02:00
parent d1b813b1cc
commit 33267de4be
5 changed files with 70 additions and 41 deletions
+21
View File
@@ -27761,6 +27761,7 @@ array(
)
)
),
//**************************** FHC-Core-Status
array(
'app' => 'core',
'category' => 'lehre',
@@ -27781,6 +27782,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'successNewStatus',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => '{countSuccess} erfolgreiche Statusänderung(en) auf {status}, {countError} Fehler',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => '{countSuccess} successful status changes to {status}, {countError} errors',
'description' => '',
'insertvon' => 'system'
)
)
),
);