oms-Monitoring/Theme/Backend/Lang/Navigation.en.lang.php
2018-05-20 09:59:17 +02:00

20 lines
392 B
PHP

<?php
/**
* Orange Management
*
* PHP Version 7.2
*
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link http://website.orange-management.de
*/
return ['Navigation' => [
'Dashboard' => 'Dashboard',
'Exchange' => 'Exchange',
'Export' => 'Export',
'Import' => 'Import',
'Setup' => 'Setup',
]];