Approval.

This commit is contained in:
2020-08-07 15:03:35 +02:00
committed by Stefan Rohde-Enslin
parent fec27db163
commit 4096ebfd21
7 changed files with 280 additions and 0 deletions

7
ru/navigation.php Normal file
View File

@ -0,0 +1,7 @@
<?PHP
$nav['home'] = 'Home';
$nav['museum'] = 'Museum';
$nav['collection'] = 'Sammlung';
$nav['object'] = 'Objekt';
$nav['topics'] = 'Themen';
$nav['contact'] = 'Kontakt';