Approval.
This commit is contained in:
@ -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',
|
||||
);
|
||||
|
Reference in New Issue
Block a user