oms-Support/Theme/Backend/Lang/en.lang.php
2022-02-19 14:33:15 +01:00

67 lines
2.1 KiB
PHP

<?php
/**
* Karaka
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
*/
declare(strict_types=1);
return ['Support' => [
'Account' => 'Account',
'All' => 'All',
'Assigned' => '',
'AverageAmount' => 'Average Amount',
'AverageProcessTime' => 'Avg. Process Time',
'Closed' => '',
'Completion' => '',
'Created' => 'Created',
'Creator' => 'Creator',
'Day' => 'Day',
'Department' => 'Department',
'Description' => 'Description',
'Due' => 'Due',
'Files' => 'Files',
'For' => '',
'Forwarded' => 'Forwarded',
'From' => 'From',
'Group' => 'Group',
'InTime' => 'In Time',
'Interval' => 'Interval',
'Media' => 'Media',
'Message' => 'Message',
'Month' => 'Month',
'Name' => 'Name',
'New' => 'New',
'Open' => 'Open',
'Person' => 'Person',
'Priority' => 'Priority',
'Received' => 'Received',
'Receiver' => 'Receiver',
'Redirected' => 'Redirected',
'Responsible' => 'Responsible',
'Select' => 'Select',
'Settings' => 'Settings',
'Size' => 'Size',
'Statistics' => 'Statistics',
'Status' => 'Status',
'Support' => 'Support',
'Ticket' => 'Ticket',
'Tickets' => 'Tickets',
'Title' => 'Title',
'To' => 'To',
'Today' => 'Today',
'Topic' => 'Topic',
'Type' => 'Type',
'Unassigned' => '',
'Unsolved' => '',
'Upload' => 'Upload',
'Week' => 'Week',
'Year' => 'Year',
]];