14 lines
400 B
PHP
14 lines
400 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$general = array (
|
|
'topic' => 'Topic',
|
|
'topics' => 'Topics',
|
|
'exhibition_view' => 'Exhibition View',
|
|
'expand_all' => 'Expand all',
|
|
'reduce' => 'Reduce',
|
|
'objektsfor' => 'Objects for',
|
|
'objektsfor_description' => 'Object views of objects from this and subtopics that correspond to the given location.',
|
|
'next' => 'Next',
|
|
'previous' => 'Previous',
|
|
);
|