mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-11 16:48:42 +00:00
fix php version, lang files, basic tpl and sales impl.
This commit is contained in:
parent
374d0fc17e
commit
56fb228664
1
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
1
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
|
|
@ -4,6 +4,7 @@
|
|||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
|
|||
15
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
15
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,6 +4,7 @@
|
|||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -12,10 +13,10 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Exchange' => [
|
||||
'Created' => '',
|
||||
'CreatedAt' => '',
|
||||
'CreatedBy' => '',
|
||||
'Creator' => '',
|
||||
'Created' => 'Created',
|
||||
'CreatedAt' => 'Created at',
|
||||
'CreatedBy' => 'Created by',
|
||||
'Creator' => 'Creator',
|
||||
'Database' => 'Database',
|
||||
'End' => 'End',
|
||||
'Exchange' => 'Exchange',
|
||||
|
|
@ -26,13 +27,13 @@ return ['Exchange' => [
|
|||
'Import' => 'Import',
|
||||
'Imports' => 'Imports',
|
||||
'Login' => 'Login',
|
||||
'Logs' => '',
|
||||
'Logs' => 'Logs',
|
||||
'Options' => 'Options',
|
||||
'Password' => 'Password',
|
||||
'Port' => 'Port',
|
||||
'Start' => 'Start',
|
||||
'Subtype' => '',
|
||||
'Subtype' => 'Subtype',
|
||||
'Title' => 'Title',
|
||||
'Type' => '',
|
||||
'Type' => 'Type',
|
||||
'Website' => 'Website',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user