oms-Tasks/Theme/Backend/Lang/en.lang.php
2023-06-17 03:13:36 +02:00

87 lines
2.9 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Tasks' => [
'Account' => 'Account',
'All' => 'All',
'AverageAmount' => 'Average Amount',
'AverageProcessTime' => 'Avg. Process Time',
'BCC' => 'BCC',
'By' => 'By',
'CC' => 'CC',
'Completion' => 'Completion',
'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',
'Tag' => 'Tag',
'Task' => 'Task',
'Tasks' => 'Tasks',
'Template' => 'Template',
'Time' => 'Time',
'Title' => 'Title',
'To' => 'To',
'Today' => 'Today',
'Type' => 'Type',
'Upload' => 'Upload',
'Week' => 'Week',
'Year' => 'Year',
'YourOpen' => 'Your Open',
'OpenGiven' => 'Open Given',
'For' => 'For',
'UnreadChanges' => 'Unread Changes',
'Unread' => 'Unread',
'Overview' => 'Overview',
'forwarded_to' => 'forwarded to',
'priority_change' => '%s set the priority on %s to',
'status_change' => '%s set the status on %s to',
]];