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