translation-themator/hu/navigation.php
2023-01-23 21:43:39 +00:00

11 lines
212 B
PHP

<?PHP
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',
);