Approval.

This commit is contained in:
2021-06-09 17:27:15 +00:00
committed by md translation bot
parent 7d10f77cbb
commit 46f478b2d4
7 changed files with 276 additions and 0 deletions

7
fr/navigation.php Normal file
View File

@ -0,0 +1,7 @@
<?PHP
$nav['home'] = 'Home';
$nav['museum'] = 'Museum';
$nav['collection'] = 'Collection';
$nav['object'] = 'Object';
$nav['topics'] = 'Topics';
$nav['contact'] = 'Contact';