Merge branch 'feature-63373/FHC4_Studierendenverwaltung_Dokumente_erstellen' into demo-cis40

This commit is contained in:
Harald Bamberger
2025-09-29 13:53:30 +02:00
9 changed files with 662 additions and 8 deletions
+22
View File
@@ -49474,6 +49474,28 @@ and represent the current state of research on the topic. The prescribed citatio
)
)
),
// ### DOKUMENTE ERSTELLEN PHRASEN START ###
array(
'app' => 'core',
'category' => 'dokumente',
'phrase' => 'dokument_erstellen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Dokument erstellen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Create Document',
'description' => '',
'insertvon' => 'system'
)
)
),
// ### DOKUMENTE ERSTELLEN PHRASEN END ###
);