cleanUp Tasks Tab Details

This commit is contained in:
ma0068
2024-10-23 14:26:33 +02:00
parent 8787558fef
commit e283997293
7 changed files with 312 additions and 78 deletions
+181 -2
View File
@@ -30346,8 +30346,187 @@ array(
'insertvon' => 'system'
)
)
)
),
array(
'app' => 'core',
'category' => 'person',
'phrase' => 'zugangscode',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Zugangscode',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'access code',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'person',
'phrase' => 'wahlname',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Wahlname',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'elective name',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'person',
'phrase' => 'familienstand',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Familienstand',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'marital status',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'person',
'phrase' => 'foto',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Foto',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'photo',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'person',
'phrase' => 'homepage',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Homepage',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'homepage',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'lehre',
'phrase' => 'verband',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Verband',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'verband',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'person',
'phrase' => 'aktiv',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Aktiv',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'active',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'lehre',
'phrase' => 'error_no_person',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Keine Person gefunden',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'No Person found',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'lehre',
'phrase' => 'error_no_student',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Kein/e Student/in gefunden',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'No Student found',
'description' => '',
'insertvon' => 'system'
)
)
),
);