add ExcelExport of FAS to StudentList, add slot additional to Filtercomponent

This commit is contained in:
ma0068
2026-03-19 15:00:51 +01:00
parent 96745525f1
commit f1714db09e
3 changed files with 70 additions and 3 deletions
+20
View File
@@ -57195,6 +57195,26 @@ I have been informed that I am under no obligation to consent to the transmissio
)
)
),
array(
'app' => 'core',
'category' => 'stv',
'phrase' => 'text_exportXLS',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => '{count} Prestudent(Innen) als Excel exportieren',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Export {count} prestudent(s) to Excel',
'description' => '',
'insertvon' => 'system'
)
)
),
);