mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-22 11:09:11 -04:00
17 lines
397 B
PHP
17 lines
397 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Admin Siderbar Language Lines
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
|
|
'logout' => "Déconnexion",
|
|
'settings' => "Options",
|
|
'notification' => "Notifications",
|
|
'profil' => "Mon profil",
|
|
'search_bar' => "Recherche ..."
|
|
];
|