added archive tab to Studierendenverwaltung, possibility to archive documents

This commit is contained in:
Alexei Karpenko
2025-02-20 20:07:07 +01:00
parent b43df5aea0
commit b989eae461
10 changed files with 625 additions and 16 deletions
+40
View File
@@ -38181,6 +38181,46 @@ array(
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'stv',
'phrase' => 'archiv_dokument_archivieren',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Dokument archivieren',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Archive document',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'stv',
'phrase' => 'tab_archive',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Archiv',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Archive',
'description' => '',
'insertvon' => 'system'
)
)
)
);