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 864f30d9fa
commit 9a15b5c738
2 changed files with 74 additions and 30 deletions

View File

@ -0,0 +1,45 @@
<?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 ['EventManagement' => [
'Account' => '',
'Actual' => '',
'Amount' => '',
'Budget' => '',
'CoreData' => '',
'Description' => '',
'Elements' => '',
'End' => '',
'Event' => '',
'EventManagement' => '',
'Events' => '',
'Exponential' => '',
'Files' => '',
'Group' => '',
'Info' => '',
'Linear' => '',
'Log' => '',
'Manager' => '',
'Manual' => '',
'Name' => '',
'People' => '',
'Permissions' => '',
'Progress' => '',
'Responsibility' => '',
'Start' => '',
'Status' => '',
'Tasks' => '',
'Title' => '',
'User' => '',
'UserGroup' => '',
]];

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

@ -4,7 +4,6 @@
*
* PHP Version 8.0
*
* @package Modules\EventManagement
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -13,34 +12,34 @@
declare(strict_types=1);
return ['EventManagement' => [
'Account' => 'Account',
'Actual' => 'Actual',
'Amount' => 'Amount',
'Budget' => 'Budget',
'CoreData' => 'Core Data',
'Description' => 'Description',
'Elements' => 'Elements',
'End' => 'End',
'Event' => 'Event',
'Account' => 'Account',
'Actual' => 'Actual',
'Amount' => 'Amount',
'Budget' => 'Budget',
'CoreData' => 'Core Data',
'Description' => 'Description',
'Elements' => 'Elements',
'End' => 'End',
'Event' => 'Event',
'EventManagement' => 'Event Management',
'Events' => 'Events',
'Exponential' => 'Exponential',
'Files' => 'Files',
'Group' => 'Group',
'Info' => 'Info',
'Linear' => 'Linear',
'Log' => 'Log',
'Manager' => 'Manager',
'Manual' => 'Manual',
'Name' => 'Name',
'People' => 'People',
'Permissions' => 'Permissions',
'Progress' => 'Progress',
'Responsibility' => 'Responsibility',
'Start' => 'Start',
'Status' => 'Status',
'Tasks' => 'Tasks',
'Title' => 'Title',
'User' => 'User',
'UserGroup' => 'User/Group',
'Events' => 'Events',
'Exponential' => 'Exponential',
'Files' => 'Files',
'Group' => 'Group',
'Info' => 'Info',
'Linear' => 'Linear',
'Log' => 'Log',
'Manager' => 'Manager',
'Manual' => 'Manual',
'Name' => 'Name',
'People' => 'People',
'Permissions' => 'Permissions',
'Progress' => 'Progress',
'Responsibility' => 'Responsibility',
'Start' => 'Start',
'Status' => 'Status',
'Tasks' => 'Tasks',
'Title' => 'Title',
'User' => 'User',
'UserGroup' => 'User/Group',
]];