This commit is contained in:
Dennis Eichhorn 2018-05-20 09:59:17 +02:00
parent 902b6204ab
commit df6188ecdd
2 changed files with 19 additions and 19 deletions

View File

@ -11,11 +11,11 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
return ['Navigation' => [ return ['Navigation' => [
'Create' => 'Create', 'Create' => 'Create',
'Auditor' => 'Auditor', 'Auditor' => 'Auditor',
'Audit' => 'Audit', 'Audit' => 'Audit',
'Audits' => 'Audits', 'Audits' => 'Audits',
'List' => 'List', 'List' => 'List',
'Modules' => 'Modules', 'Modules' => 'Modules',
'Accounts' => 'Accounts', 'Accounts' => 'Accounts',
]]; ]];

View File

@ -11,16 +11,16 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
return ['Auditor' => [ return ['Auditor' => [
'By' => 'By', 'By' => 'By',
'Auditor' => 'Auditor', 'Auditor' => 'Auditor',
'Audit' => 'Audit', 'Audit' => 'Audit',
'Audits' => 'Audits', 'Audits' => 'Audits',
'Date' => 'Date', 'Date' => 'Date',
'Content' => 'Content', 'Content' => 'Content',
'Old' => 'Old', 'Old' => 'Old',
'New' => 'New', 'New' => 'New',
'Type' => 'Type', 'Type' => 'Type',
'Subtype' => 'Subtype', 'Subtype' => 'Subtype',
'Module' => 'Module', 'Module' => 'Module',
'Name' => 'Name', 'Name' => 'Name',
]]; ]];