mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-11 07:46:07 -06:00
10 lines
188 B
PHP
10 lines
188 B
PHP
<?php
|
|
|
|
return [
|
|
'help' => 'Aide',
|
|
'search' => 'Search',
|
|
'logout' => 'Déconnexion',
|
|
'view_site' => 'Voir le site',
|
|
'title' => 'Panneau de contrôle',
|
|
];
|