Approval.

This commit is contained in:
2024-03-25 14:52:09 +00:00
committed by md translation bot
parent 5d4e5aa48e
commit dd44a4188c
7 changed files with 297 additions and 0 deletions

12
ro/topic.php Normal file
View 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',
);