oms-Auditor/Theme/Backend/Lang/en.lang.php
2018-05-20 09:59:17 +02:00

27 lines
550 B
PHP

<?php
/**
* Orange Management
*
* PHP Version 7.2
*
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link http://website.orange-management.de
*/
return ['Auditor' => [
'By' => 'By',
'Auditor' => 'Auditor',
'Audit' => 'Audit',
'Audits' => 'Audits',
'Date' => 'Date',
'Content' => 'Content',
'Old' => 'Old',
'New' => 'New',
'Type' => 'Type',
'Subtype' => 'Subtype',
'Module' => 'Module',
'Name' => 'Name',
]];