Add additional lang exp/imp support e.g. Navigation lang files

This commit is contained in:
Dennis Eichhorn 2021-03-05 22:09:44 +01:00
parent 9f7487d598
commit 8fa0debbdf

View File

@ -1,17 +0,0 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Monitoring
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
$MODLANG[1] = [
'i:ModuleInstalled' => 'Installation of the module {$1} was successful.',
];