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 3692ef3cd3
commit 5256612b55
2 changed files with 5 additions and 3 deletions

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

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

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

@ -4,6 +4,7 @@
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,7 +18,7 @@ return ['Messages' => [
'BCC' => 'BCC',
'CC' => 'CC',
'Date' => 'Date',
'Delete' => '',
'Delete' => 'Delete',
'Draft' => 'Draft',
'From' => 'From',
'Inbox' => 'Inbox',
@ -28,8 +29,8 @@ return ['Messages' => [
'New' => 'New',
'Outbox' => 'Outbox',
'Received' => 'Received',
'Save' => '',
'Select' => '',
'Save' => 'Save',
'Select' => 'Select',
'Sent' => 'Sent',
'Spam' => 'Spam',
'Statistics' => 'Statistics',