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 e21b52f9d3
commit 58ce0cc505
2 changed files with 6 additions and 4 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

9
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
@ -22,7 +23,7 @@ return ['Admin' => [
'Activate' => 'Activate',
'Active' => 'Active',
'Activity' => 'Activity',
'Address' => '',
'Address' => 'Address',
'All' => 'All',
'Amount' => 'Amount',
'App' => 'App',
@ -32,7 +33,7 @@ return ['Admin' => [
'Banned' => 'Banned',
'Cache' => 'Cache',
'Children' => 'Children',
'City' => '',
'City' => 'City',
'Close' => 'Close',
'Comp' => 'Comp.',
'Component' => 'Component',
@ -119,7 +120,7 @@ return ['Admin' => [
'Reset' => 'Reset',
'Running' => 'Running',
'Sea' => 'Sea',
'Search' => '',
'Search' => 'Search',
'Security' => 'Security',
'Settings' => 'Settings',
'SettingsGeneral' => 'Settings - General',
@ -166,7 +167,7 @@ return ['Admin' => [
'Warnings' => 'Warnings',
'Website' => 'Website',
'Weight' => 'Weight',
'Zip' => '',
'Zip' => 'Zip',
'i:LoginRetries' => 'Amount of allowed retries (-1 = unlimited)',
'i:PasswordChangeInterval' => 'Interval in which passwards need to be changed (-1 = never)',
'i:PasswordHistory' => 'New password has to be different from the last N passwords',