translation-themator/ru/startpage.php
2023-01-23 21:43:39 +00:00

15 lines
745 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?PHP
declare(strict_types = 1);
$startpage = array (
'title' => 'Museum-Digital :: Темы',
'headertitle' => 'Темы',
'languages' => 'Языки',
'german' => 'Немецкий',
'english' => 'Английский',
'for_example' => 'Например ...',
'all_topics' => 'Все темы',
'about' => 'Темы, статьи и выставки в museum-digital.',
'meta_description' => 'Тематор - это инструмент museum-digital для создания цифрового повествования (digital storytelling).',
'meta_keywords' => 'Цифровое повествование (Digital storytelling), выставки, преподавание, образование, музеи',
);