oms-Tasks/Theme/Backend/Lang/en.lang.php
2019-04-27 12:05:33 +02:00

73 lines
2.4 KiB
PHP

<?php declare(strict_types=1);
/**
* Orange Management
*
* PHP Version 7.2
*
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link http://website.orange-management.de
*/
return ['Tasks' => [
'Account' => 'Account',
'All' => 'All',
'AverageProcessTime' => 'Avg. Process Time',
'AverageAmount' => 'Average Amount',
'BCC' => 'BCC',
'CC' => 'CC',
'Created' => 'Created',
'Creator' => 'Creator',
'Default' => 'Default',
'Day' => 'Day',
'Due' => 'Due',
'Due/Priority' => 'Due/Priority',
'Forward' => 'Forward',
'Forwarded' => 'Forwarded',
'From' => 'From',
'Group' => 'Group',
'History' => 'History',
'Interval' => 'Interval',
'InTime' => 'In Time',
'Message' => 'Message',
'Media' => 'Media',
'Month' => 'Month',
'Name' => 'Name',
'New' => 'New',
'Open' => 'Open',
'Person' => 'Person',
'Priority' => 'Priority',
'Received' => 'Received',
'Redirected' => 'Redirected',
'Select' => 'Select',
'Settings' => 'Settings',
'SharedVisibility' => 'Visibility is shared across all',
'Size' => 'Size',
'Statistics' => 'Statistics',
'Status' => 'Status',
'Task' => 'Task',
'Tasks' => 'Tasks',
'Template' => 'Template',
'Time' => 'Time',
'Title' => 'Title',
'To' => 'To',
'Today' => 'Today',
'Type' => 'Type',
'Upload' => 'Upload',
'Week' => 'Week',
'Year' => 'Year',
'S1' => 'Open',
'S2' => 'Working',
'S3' => 'Suspended',
'S4' => 'Canceled',
'S5' => 'Done',
'S6' => 'Closed',
'P0' => 'None',
'P1' => 'Very Low',
'P2' => 'Low',
'P3' => 'Medium',
'P4' => 'High',
'P5' => 'Very High',
]];