From ebda51ffff5120473ad9aaf72350fb38325da8f5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 5 Mar 2021 21:01:37 +0100 Subject: [PATCH] fix php version, lang files, basic tpl and sales impl. --- Theme/Backend/Lang/de.lang.php | 3 +++ Theme/Backend/Lang/en.lang.php | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) mode change 100755 => 100644 Theme/Backend/Lang/de.lang.php mode change 100755 => 100644 Theme/Backend/Lang/en.lang.php diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php old mode 100755 new mode 100644 index 5049bd5..51e25b2 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -4,6 +4,7 @@ * * PHP Version 8.0 * + * @package Modules\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -47,6 +48,8 @@ return ['Profile' => [ 'Long' => 'Lang', 'Medium' => 'Mittel', 'Name' => 'Name', + 'NoAddressSpecified' => '', + 'NoContactSpecified' => '', 'Numberformat' => 'Zahlenformat', 'Numeric' => 'Zahlen', 'OFF' => 'OFF', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100755 new mode 100644 index 483dd96..6d43127 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -4,6 +4,7 @@ * * PHP Version 8.0 * + * @package Modules\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -47,6 +48,8 @@ return ['Profile' => [ 'Long' => 'Long', 'Medium' => 'Medium', 'Name' => 'Name', + 'NoAddressSpecified' => 'No address specified', + 'NoContactSpecified' => 'No contact specified', 'Numberformat' => 'Numberformat', 'Numeric' => 'Numeric', 'OFF' => 'OFF', @@ -60,7 +63,7 @@ return ['Profile' => [ 'Ranks' => 'Ranks', 'Registered' => 'Registered', 'Sea' => 'Sea', - 'Search' => '', + 'Search' => 'Search', 'Short' => 'Short', 'Skype' => 'Skype', 'Slow' => 'Slow',