translation-themator/ar/general.php
2023-01-23 21:43:39 +00:00

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',
);