mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 17:18:40 +00:00
61 lines
1.6 KiB
PHP
Executable File
61 lines
1.6 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Support' => [
|
|
'Account' => '',
|
|
'All' => '',
|
|
'AverageAmount' => '',
|
|
'AverageProcessTime' => '',
|
|
'Created' => '',
|
|
'Creator' => '',
|
|
'Day' => '',
|
|
'Department' => '',
|
|
'Description' => '',
|
|
'Due' => '',
|
|
'Files' => '',
|
|
'Forwarded' => '',
|
|
'From' => '',
|
|
'Group' => '',
|
|
'InTime' => '',
|
|
'Interval' => '',
|
|
'Media' => '',
|
|
'Message' => '',
|
|
'Month' => '',
|
|
'Name' => '',
|
|
'New' => '',
|
|
'Open' => '',
|
|
'Person' => '',
|
|
'Priority' => '',
|
|
'Received' => '',
|
|
'Receiver' => '',
|
|
'Redirected' => '',
|
|
'Responsible' => '',
|
|
'Select' => '',
|
|
'Settings' => '',
|
|
'Size' => '',
|
|
'Statistics' => '',
|
|
'Status' => '',
|
|
'Support' => '',
|
|
'Ticket' => '',
|
|
'Tickets' => '',
|
|
'Title' => '',
|
|
'To' => '',
|
|
'Today' => '',
|
|
'Topic' => '',
|
|
'Type' => '',
|
|
'Upload' => '',
|
|
'Week' => '',
|
|
'Year' => '',
|
|
]];
|