oms-Tasks/Theme/Backend/Lang/en.lang.php
2020-12-03 23:07:33 +01:00

79 lines
2.6 KiB
PHP
Executable File

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Tasks
* @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',
'forwarded_to' => 'forwarded to',
'From' => 'From',
'Group' => 'Group',
'History' => 'History',
'Interval' => 'Interval',
'InTime' => 'In Time',
'Media' => 'Media',
'Message' => 'Message',
'Month' => 'Month',
'Name' => 'Name',
'New' => 'New',
'Open' => 'Open',
'priority_change' => '%s set the priority on %s to',
'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',
'status_change' => '%s set the status on %s to',
'Task' => 'Task',
'Tasks' => 'Tasks',
'Template' => 'Template',
'Time' => 'Time',
'Title' => 'Title',
'To' => 'To',
'Today' => 'Today',
'Type' => 'Type',
'Upload' => 'Upload',
'Week' => 'Week',
'Year' => 'Year',
]];