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'] = 'Kapcsolódó tárgyak ...';
$topic['related_documents'] = 'Kapcsolódó dokumentumok ...';
$topic['sources_and_links'] = 'Források és linkek ...';
$topic['next'] = 'Következő';
$topic['map'] = 'Térkép';
$topic['show_object'] = 'Mutasd a tárgyat!';
$topic['show_objects'] = 'Mutasd a tárgyakat!';
$topic['search'] = 'Keresés';
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',
);