mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-11 15:38:40 +00:00
78 lines
2.6 KiB
PHP
Executable File
78 lines
2.6 KiB
PHP
Executable File
<?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 ['Tasks' => [
|
|
'Account' => 'Account',
|
|
'All' => 'All',
|
|
'AverageAmount' => 'Average Amount',
|
|
'AverageProcessTime' => 'Avg. Process Time',
|
|
'BCC' => 'BCC',
|
|
'By' => 'By',
|
|
'CC' => 'CC',
|
|
'Created' => 'Created',
|
|
'Creator' => 'Creator',
|
|
'Day' => 'Day',
|
|
'Default' => 'Default',
|
|
'Due' => 'Due',
|
|
'Due/Priority' => 'Due/Priority',
|
|
'Forward' => 'Forward',
|
|
'Forwarded' => 'Forwarded',
|
|
'From' => 'From',
|
|
'Group' => 'Group',
|
|
'History' => 'History',
|
|
'InTime' => 'In Time',
|
|
'Interval' => 'Interval',
|
|
'Media' => 'Media',
|
|
'Message' => 'Message',
|
|
'Month' => 'Month',
|
|
'Name' => 'Name',
|
|
'New' => 'New',
|
|
'Open' => 'Open',
|
|
'P0' => 'None',
|
|
'P1' => 'Very Low',
|
|
'P2' => 'Low',
|
|
'P3' => 'Medium',
|
|
'P4' => 'High',
|
|
'P5' => 'Very High',
|
|
'Person' => 'Person',
|
|
'Priority' => 'Priority',
|
|
'Received' => 'Received',
|
|
'Redirected' => 'Redirected',
|
|
'S1' => 'Open',
|
|
'S2' => 'In Progress',
|
|
'S3' => 'Suspended',
|
|
'S4' => 'Canceled',
|
|
'S5' => 'Done',
|
|
'S6' => 'Closed',
|
|
'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',
|
|
'forwarded_to' => 'forwarded to',
|
|
'priority_change' => '%s set the priority on %s to',
|
|
'status_change' => '%s set the status on %s to',
|
|
]];
|