This commit is contained in:
2020-04-12 23:05:57 +02:00
committed by Stefan Rohde-Enslin
commit dfcb0c2f9b
54 changed files with 2178 additions and 0 deletions

7
hu/navigation.php Normal file
View File

@ -0,0 +1,7 @@
<?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';