Approval.

This commit is contained in:
2025-02-12 23:21:51 +00:00
committed by md translation bot
parent 0708b5f362
commit 42773c4f25
7 changed files with 0 additions and 0 deletions

14
kn/startpage.php Normal file
View File

@ -0,0 +1,14 @@
<?PHP
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',
);