test language/export/import which changed a lot of lang files

This commit is contained in:
Dennis Eichhorn 2021-02-08 19:10:15 +01:00
parent c82d51c3d4
commit dedb893fe2
2 changed files with 42 additions and 12 deletions

View File

@ -0,0 +1,30 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Auditor' => [
'Audit' => '',
'Auditor' => '',
'Audits' => '',
'By' => '',
'Content' => '',
'Date' => '',
'Email' => '',
'Module' => '',
'Name' => '',
'New' => '',
'Old' => '',
'Ref' => '',
'Subtype' => '',
'Type' => '',
'Trigger' => '',
]];

24
Theme/Backend/Lang/en.lang.php Executable file → Normal file
View File

@ -4,7 +4,6 @@
*
* PHP Version 8.0
*
* @package Modules\Auditor
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -13,18 +12,19 @@
declare(strict_types=1);
return ['Auditor' => [
'Audit' => 'Audit',
'Audit' => 'Audit',
'Auditor' => 'Auditor',
'Audits' => 'Audits',
'By' => 'By',
'Audits' => 'Audits',
'By' => 'By',
'Content' => 'Content',
'Date' => 'Date',
'Email' => 'Email',
'Module' => 'Module',
'Name' => 'Name',
'New' => 'New',
'Old' => 'Old',
'Ref' => 'Ref',
'Date' => 'Date',
'Email' => 'Email',
'Module' => 'Module',
'Name' => 'Name',
'New' => 'New',
'Old' => 'Old',
'Ref' => 'Ref',
'Subtype' => 'Subtype',
'Type' => 'Type',
'Type' => 'Type',
'Trigger' => '',
]];