mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-11 13:28:41 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
adb2f1c426
commit
ec2b3077fb
44
Theme/Backend/Lang/de.lang.php
Normal file
44
Theme/Backend/Lang/de.lang.php
Normal 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
57
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\ProjectManagement
|
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -13,33 +12,33 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ProjectManagement' => [
|
return ['ProjectManagement' => [
|
||||||
'Active' => 'Active',
|
'Active' => 'Active',
|
||||||
'Actual' => 'Actual',
|
'Actual' => 'Actual',
|
||||||
'Budget' => 'Budget',
|
'Budget' => 'Budget',
|
||||||
'Canceled' => 'Canceled',
|
'Canceled' => 'Canceled',
|
||||||
'Created' => 'Created',
|
'Created' => 'Created',
|
||||||
'Creator' => 'Creator',
|
'Creator' => 'Creator',
|
||||||
'Description' => 'Description',
|
'Description' => 'Description',
|
||||||
'End' => 'End',
|
'End' => 'End',
|
||||||
'Due' => 'Due',
|
'Due' => 'Due',
|
||||||
'Files' => 'Files',
|
'Files' => 'Files',
|
||||||
'Finished' => 'Finished',
|
'Finished' => 'Finished',
|
||||||
'Hold' => 'Hold',
|
'Hold' => 'Hold',
|
||||||
'Inactive' => 'Inactive',
|
'Inactive' => 'Inactive',
|
||||||
'Manager' => 'Manager',
|
'Manager' => 'Manager',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Other' => 'Other',
|
'Other' => 'Other',
|
||||||
'Progress' => 'Progress',
|
'Progress' => 'Progress',
|
||||||
'Project' => 'Project',
|
'Project' => 'Project',
|
||||||
'Projects' => 'Projects',
|
'Projects' => 'Projects',
|
||||||
'Responsibility' => 'Responsibility',
|
'Responsibility' => 'Responsibility',
|
||||||
'Start' => 'Start',
|
'Start' => 'Start',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
'Title' => 'Title',
|
'Title' => 'Title',
|
||||||
'UserGroup' => 'User/Group',
|
'UserGroup' => 'User/Group',
|
||||||
'Manual' => 'Manual',
|
'Manual' => 'Manual',
|
||||||
'Linear' => 'Linear',
|
'Linear' => 'Linear',
|
||||||
'Exponential' => 'Exponential',
|
'Exponential' => 'Exponential',
|
||||||
'Log' => 'Log',
|
'Log' => 'Log',
|
||||||
'Tasks' => 'Tasks',
|
'Tasks' => 'Tasks',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user