mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 17:18:40 +00:00
fix php version, lang files, basic tpl and sales impl.
This commit is contained in:
parent
5afe07ab5a
commit
997a3a67a0
60
Theme/Backend/Lang/de.lang.php
Normal file
60
Theme/Backend/Lang/de.lang.php
Normal 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
5
Theme/Backend/Lang/en.lang.php
Executable file → Normal 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',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user