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

14 lines
404 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' => 'Objektansichten zu Objekten aus diesem und Unterthemen, die dem gegebenen Ort entsprechen.',
'next' => 'Next',
'previous' => 'Previous',
);