Approval.

This commit is contained in:
2023-01-23 21:43:39 +00:00
committed by md translation bot
parent 442031be23
commit 690ced6b48
84 changed files with 3493 additions and 3241 deletions

View File

@ -1,11 +1,14 @@
<?PHP
$startpage['title'] = 'Museum-Digital :: Topics';
$startpage['headertitle'] = 'Topics';
$startpage['languages'] = 'Languages';
$startpage['german'] = 'German';
$startpage['english'] = 'English';
$startpage['for_example'] = 'For Example ...';
$startpage['all_topics'] = 'All Topics';
$startpage['about'] = 'Topics, Stories, and Exhibitions at museum-digital.';
$startpage['meta_description'] = 'The themator is museum-digital\'s tool for digital storytelling.';
$startpage['meta_keywords'] = 'Digital storytelling, exhibitions, teaching, education, museums';
declare(strict_types = 1);
$startpage = array (
'title' => 'Museum-Digital :: Topics',
'headertitle' => 'Topics',
'languages' => 'Languages',
'german' => 'German',
'english' => 'English',
'for_example' => 'For Example ...',
'all_topics' => 'All Topics',
'about' => 'Topics, Stories, and Exhibitions at museum-digital.',
'meta_description' => 'The themator is museum-digital\'s tool for digital storytelling.',
'meta_keywords' => 'Digital storytelling, exhibitions, teaching, education, museums',
);