From 58ce0cc50517c41e6c29fdb83e4a16e18fa9b81c 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 | 1 + Theme/Backend/Lang/en.lang.php | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) 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 1f62eff..41d1e9b --- 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 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100755 new mode 100644 index 4acb62b..16fd11b --- 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 @@ -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',