From 997a3a67a09cdaf77083b8b072334f8a5525df36 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 | 60 ++++++++++++++++++++++++++++++++++ Theme/Backend/Lang/en.lang.php | 5 +-- 2 files changed, 63 insertions(+), 2 deletions(-) create mode 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 new file mode 100644 index 0000000..48bad4e --- /dev/null +++ b/Theme/Backend/Lang/de.lang.php @@ -0,0 +1,60 @@ + [ + 'Account' => '', + 'All' => '', + 'AverageAmount' => '', + 'AverageProcessTime' => '', + 'Created' => '', + 'Creator' => '', + 'Day' => '', + 'Department' => '', + 'Description' => '', + 'Due' => '', + 'Files' => '', + 'Forwarded' => '', + 'From' => '', + 'Group' => '', + 'InTime' => '', + 'Interval' => '', + 'Media' => '', + 'Message' => '', + 'Month' => '', + 'Name' => '', + 'New' => '', + 'Open' => '', + 'Person' => '', + 'Priority' => '', + 'Received' => '', + 'Receiver' => '', + 'Redirected' => '', + 'Responsible' => '', + 'Select' => '', + 'Settings' => '', + 'Size' => '', + 'Statistics' => '', + 'Status' => '', + 'Support' => '', + 'Ticket' => '', + 'Tickets' => '', + 'Title' => '', + 'To' => '', + 'Today' => '', + 'Topic' => '', + 'Type' => '', + 'Upload' => '', + 'Week' => '', + 'Year' => '', +]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100755 new mode 100644 index 44769f8..4816612 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -4,7 +4,7 @@ * * PHP Version 8.0 * - * @package Modules\Support + * @package Modules\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -27,8 +27,8 @@ return ['Support' => [ 'Forwarded' => 'Forwarded', 'From' => 'From', 'Group' => 'Group', - 'Interval' => 'Interval', 'InTime' => 'In Time', + 'Interval' => 'Interval', 'Media' => 'Media', 'Message' => 'Message', 'Month' => 'Month', @@ -54,6 +54,7 @@ return ['Support' => [ 'Today' => 'Today', 'Topic' => 'Topic', 'Type' => 'Type', + 'Upload' => 'Upload', 'Week' => 'Week', 'Year' => 'Year', ]];