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

11 lines
201 B
PHP

<?PHP
declare(strict_types = 1);
$nav = array (
'home' => 'Home',
'museum' => 'Museum',
'collection' => 'Collection',
'object' => 'Object',
'topics' => 'Topics',
'contact' => 'Contact',
);