mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-23 13:58:41 +00:00
16 lines
329 B
PHP
16 lines
329 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
|
|
*/
|
|
$MODLANG[1] = [
|
|
'i:ModuleInstalled' => 'Installation of the module {$1} was successful.',
|
|
];
|