first guess adding filter for upcoming exams

This commit is contained in:
Harald Bamberger
2021-06-18 09:16:02 +02:00
parent a3adce8776
commit e5a6af7eb3
3 changed files with 23 additions and 0 deletions
+20
View File
@@ -7949,6 +7949,26 @@ Any unusual occurrences
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'zukuenftige',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Zukünftige',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'upcoming',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',