mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-16 02:48:39 +00:00
16 lines
310 B
PHP
16 lines
310 B
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.1
|
|
*
|
|
* @package TBD
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://website.orange-management.de
|
|
*/
|
|
$MODLANG[1] = [
|
|
'i:ModuleInstalled' => 'Installation of the module {$1} was successful.',
|
|
];
|