Approval.

This commit is contained in:
2022-10-05 19:46:37 +00:00
committed by md translation bot
parent 7729fd23ab
commit b6edd4df5b
7 changed files with 280 additions and 0 deletions

7
uk/navigation.php Normal file
View File

@ -0,0 +1,7 @@
<?PHP
$nav['home'] = 'Главная страница';
$nav['museum'] = 'Музей';
$nav['collection'] = 'Собрание';
$nav['object'] = 'Объект';
$nav['topics'] = 'Темы';
$nav['contact'] = 'Контакт';