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 adb2f1c426
commit ec2b3077fb
2 changed files with 72 additions and 29 deletions

View File

@ -0,0 +1,44 @@
<?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 ['ProjectManagement' => [
'Active' => '',
'Actual' => '',
'Budget' => '',
'Canceled' => '',
'Created' => '',
'Creator' => '',
'Description' => '',
'End' => '',
'Due' => '',
'Files' => '',
'Finished' => '',
'Hold' => '',
'Inactive' => '',
'Manager' => '',
'Name' => '',
'Other' => '',
'Progress' => '',
'Project' => '',
'Projects' => '',
'Responsibility' => '',
'Start' => '',
'Status' => '',
'Title' => '',
'UserGroup' => '',
'Manual' => '',
'Linear' => '',
'Exponential' => '',
'Log' => '',
'Tasks' => '',
]];

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

@ -4,7 +4,6 @@
*
* PHP Version 8.0
*
* @package Modules\ProjectManagement
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -13,33 +12,33 @@
declare(strict_types=1);
return ['ProjectManagement' => [
'Active' => 'Active',
'Actual' => 'Actual',
'Budget' => 'Budget',
'Canceled' => 'Canceled',
'Created' => 'Created',
'Creator' => 'Creator',
'Description' => 'Description',
'End' => 'End',
'Due' => 'Due',
'Files' => 'Files',
'Finished' => 'Finished',
'Hold' => 'Hold',
'Inactive' => 'Inactive',
'Manager' => 'Manager',
'Name' => 'Name',
'Other' => 'Other',
'Progress' => 'Progress',
'Project' => 'Project',
'Projects' => 'Projects',
'Active' => 'Active',
'Actual' => 'Actual',
'Budget' => 'Budget',
'Canceled' => 'Canceled',
'Created' => 'Created',
'Creator' => 'Creator',
'Description' => 'Description',
'End' => 'End',
'Due' => 'Due',
'Files' => 'Files',
'Finished' => 'Finished',
'Hold' => 'Hold',
'Inactive' => 'Inactive',
'Manager' => 'Manager',
'Name' => 'Name',
'Other' => 'Other',
'Progress' => 'Progress',
'Project' => 'Project',
'Projects' => 'Projects',
'Responsibility' => 'Responsibility',
'Start' => 'Start',
'Status' => 'Status',
'Title' => 'Title',
'UserGroup' => 'User/Group',
'Manual' => 'Manual',
'Linear' => 'Linear',
'Exponential' => 'Exponential',
'Log' => 'Log',
'Tasks' => 'Tasks',
'Start' => 'Start',
'Status' => 'Status',
'Title' => 'Title',
'UserGroup' => 'User/Group',
'Manual' => 'Manual',
'Linear' => 'Linear',
'Exponential' => 'Exponential',
'Log' => 'Log',
'Tasks' => 'Tasks',
]];