mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 17:18:40 +00:00
58 lines
1.9 KiB
PHP
58 lines
1.9 KiB
PHP
<?php
|
|
/**
|
|
* 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 ['Support' => [
|
|
'Account' => 'Account',
|
|
'All' => 'All',
|
|
'AverageProcessTime' => 'Avg. Process Time',
|
|
'AverageAmount' => 'Average Amount',
|
|
'Created' => 'Created',
|
|
'Creator' => 'Creator',
|
|
'Day' => 'Day',
|
|
'Department' => 'Department',
|
|
'Description' => 'Description',
|
|
'Due' => 'Due',
|
|
'Files' => 'Files',
|
|
'Forwarded' => 'Forwarded',
|
|
'From' => 'From',
|
|
'Group' => 'Group',
|
|
'Interval' => 'Interval',
|
|
'InTime' => 'In Time',
|
|
'Message' => 'Message',
|
|
'Media' => 'Media',
|
|
'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',
|
|
'Week' => 'Week',
|
|
'Year' => 'Year',
|
|
]];
|