oms-Profile/Theme/Backend/Lang/Navigation.en.lang.php

20 lines
407 B
PHP

<?php declare(strict_types=1);
/**
* Orange Management
*
* PHP Version 7.4
*
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
return ['Navigation' => [
'List' => 'List',
'Overview' => 'Overview',
'Profile' => 'Profile',
'Profiles' => 'Profiles',
'Settings' => 'Settings',
]];