2023-01-23 21:43:39 +00:00

13 lines
377 B
PHP

<?PHP
declare(strict_types = 1);
$topic = array (
'related_objects' => 'Kapcsolódó tárgyak ...',
'related_documents' => 'Kapcsolódó dokumentumok ...',
'sources_and_links' => 'Források és linkek ...',
'next' => 'Következő',
'map' => 'Térkép',
'show_object' => 'Mutasd a tárgyat!',
'show_objects' => 'Mutasd a tárgyakat!',
'search' => 'Keresés',
);