fix php version, lang files, basic tpl and sales impl.

This commit is contained in:
Dennis Eichhorn 2021-03-05 21:01:37 +01:00
parent 5afe07ab5a
commit 997a3a67a0
2 changed files with 63 additions and 2 deletions

View File

@ -0,0 +1,60 @@
<?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' => '',
]];

5
Theme/Backend/Lang/en.lang.php Executable file → Normal file
View File

@ -4,7 +4,7 @@
*
* PHP Version 8.0
*
* @package Modules\Support
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -27,8 +27,8 @@ return ['Support' => [
'Forwarded' => 'Forwarded',
'From' => 'From',
'Group' => 'Group',
'Interval' => 'Interval',
'InTime' => 'In Time',
'Interval' => 'Interval',
'Media' => 'Media',
'Message' => 'Message',
'Month' => 'Month',
@ -54,6 +54,7 @@ return ['Support' => [
'Today' => 'Today',
'Topic' => 'Topic',
'Type' => 'Type',
'Upload' => 'Upload',
'Week' => 'Week',
'Year' => 'Year',
]];