oms-ProjectManagement/Theme/Backend/Lang/en.lang.php
2024-03-20 07:21:24 +00:00

46 lines
1.2 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['ProjectManagement' => [
'Active' => 'Active',
'Actual' => 'Actual',
'Budget' => 'Budget',
'Canceled' => 'Canceled',
'Created' => 'Created',
'Creator' => 'Creator',
'Description' => 'Description',
'Due' => 'Due',
'End' => 'End',
'Exponential' => 'Exponential',
'Files' => 'Files',
'Finished' => 'Finished',
'Hold' => 'Hold',
'Inactive' => 'Inactive',
'Linear' => 'Linear',
'Log' => 'Log',
'Manager' => 'Manager',
'Manual' => 'Manual',
'Name' => 'Name',
'Other' => 'Other',
'Progress' => 'Progress',
'Project' => 'Project',
'Projects' => 'Projects',
'Responsibility' => 'Responsibility',
'Start' => 'Start',
'Status' => 'Status',
'Tasks' => 'Tasks',
'Title' => 'Title',
'UserGroup' => 'User/Group',
]];