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,9 +1,12 @@
<?PHP
$topic['related_objects'] = 'Related Objects ...';
$topic['related_documents'] = 'Related Documents ...';
$topic['sources_and_links'] = 'Sources and Links ...';
$topic['next'] = 'Next';
$topic['map'] = 'Map';
$topic['show_object'] = 'Show object';
$topic['show_objects'] = 'Show objects';
$topic['search'] = 'Search';
declare(strict_types = 1);
$topic = array (
'related_objects' => 'Related Objects ...',
'related_documents' => 'Related Documents ...',
'sources_and_links' => 'Sources and Links ...',
'next' => 'Next',
'map' => 'Map',
'show_object' => 'Show object',
'show_objects' => 'Show objects',
'search' => 'Search',
);