mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-26 04:08:41 +00:00
27 lines
550 B
PHP
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',
|
|
]];
|