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,10 +1,13 @@
<?PHP
$general['topic'] = 'Topic';
$general['topics'] = 'Topics';
$general['exhibition_view'] = 'Exhibition View';
$general['expand_all'] = 'Expand all';
$general['reduce'] = 'Reduce';
$general['objektsfor'] = 'Objects for';
$general['objektsfor_description'] = 'Object views of objects from this and subtopics that correspond to the given location.';
$general['next'] = 'Next';
$general['previous'] = 'Previous';
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',
);