Approval.
This commit is contained in:
12
ta/topic.php
Normal file
12
ta/topic.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?PHP
|
||||
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',
|
||||
);
|
Reference in New Issue
Block a user