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 374d0fc17e
commit 56fb228664
2 changed files with 9 additions and 7 deletions

1
Theme/Backend/Lang/de.lang.php Executable file → Normal file
View File

@ -4,6 +4,7 @@
* *
* PHP Version 8.0 * PHP Version 8.0
* *
* @package Modules\Localization
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0

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

@ -4,6 +4,7 @@
* *
* PHP Version 8.0 * PHP Version 8.0
* *
* @package Modules\Localization
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -12,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '', 'Created' => 'Created',
'CreatedAt' => '', 'CreatedAt' => 'Created at',
'CreatedBy' => '', 'CreatedBy' => 'Created by',
'Creator' => '', 'Creator' => 'Creator',
'Database' => 'Database', 'Database' => 'Database',
'End' => 'End', 'End' => 'End',
'Exchange' => 'Exchange', 'Exchange' => 'Exchange',
@ -26,13 +27,13 @@ return ['Exchange' => [
'Import' => 'Import', 'Import' => 'Import',
'Imports' => 'Imports', 'Imports' => 'Imports',
'Login' => 'Login', 'Login' => 'Login',
'Logs' => '', 'Logs' => 'Logs',
'Options' => 'Options', 'Options' => 'Options',
'Password' => 'Password', 'Password' => 'Password',
'Port' => 'Port', 'Port' => 'Port',
'Start' => 'Start', 'Start' => 'Start',
'Subtype' => '', 'Subtype' => 'Subtype',
'Title' => 'Title', 'Title' => 'Title',
'Type' => '', 'Type' => 'Type',
'Website' => 'Website', 'Website' => 'Website',
]]; ]];