oms-Comments/Theme/Backend/Lang/en.lang.php
2019-09-21 15:28:07 +02:00

17 lines
324 B
PHP

<?php declare(strict_types=1);
/**
* Orange Management
*
* PHP Version 7.4
*
* @package Modules\Comments
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
return ['Comments' => [
'Created' => 'Created',
'Creator' => 'Creator',
]];