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,7 +1,10 @@
<?PHP
$nav['home'] = 'Kezdőlap';
$nav['museum'] = 'Múzeum';
$nav['collection'] = 'Gyűjtemény';
$nav['object'] = 'Tárgy';
$nav['topics'] = 'Témák';
$nav['contact'] = 'Kapcsolat';
declare(strict_types = 1);
$nav = array (
'home' => 'Kezdőlap',
'museum' => 'Múzeum',
'collection' => 'Gyűjtemény',
'object' => 'Tárgy',
'topics' => 'Témák',
'contact' => 'Kapcsolat',
);