From f4e150cbd9808785c532a34c7f200d241b5a24aa Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 8 Feb 2021 19:10:15 +0100 Subject: [PATCH] test language/export/import which changed a lot of lang files --- Theme/Backend/Lang/de.lang.php | 33 +++++++++++++++++++++++++++++++++ Theme/Backend/Lang/en.lang.php | 34 +++++++++++++++++----------------- 2 files changed, 50 insertions(+), 17 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..47a1400 --- /dev/null +++ b/Theme/Backend/Lang/de.lang.php @@ -0,0 +1,33 @@ + [ + 'Actual' => '', + 'Budget' => '', + 'Description' => '', + 'End' => '', + 'Event' => '', + 'Events' => '', + 'Expenses' => '', + 'Limit' => '', + 'Location' => '', + 'Name' => '', + 'Promotion' => '', + 'Promotions' => '', + 'Sales' => '', + 'Start' => '', + 'Status' => '', + 'Title' => '', + 'Type' => '', + 'Due' => '', +]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100755 new mode 100644 index d762d3f..d467e44 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -4,7 +4,6 @@ * * PHP Version 8.0 * - * @package Modules\Marketing * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -13,21 +12,22 @@ declare(strict_types=1); return ['Marketing' => [ - 'Actual' => 'Actual', - 'Budget' => 'Budget', + 'Actual' => 'Actual', + 'Budget' => 'Budget', 'Description' => 'Description', - 'End' => 'End', - 'Event' => 'Event', - 'Events' => 'Events', - 'Expenses' => 'Expenses', - 'Limit' => 'Limit', - 'Location' => 'Location', - 'Name' => 'Name', - 'Promotion' => 'Promotion', - 'Promotions' => 'Promotions', - 'Sales' => 'Sales', - 'Start' => 'Start', - 'Status' => 'Status', - 'Title' => 'Title', - 'Type' => 'Type', + 'End' => 'End', + 'Event' => 'Event', + 'Events' => 'Events', + 'Expenses' => 'Expenses', + 'Limit' => 'Limit', + 'Location' => 'Location', + 'Name' => 'Name', + 'Promotion' => 'Promotion', + 'Promotions' => 'Promotions', + 'Sales' => 'Sales', + 'Start' => 'Start', + 'Status' => 'Status', + 'Title' => 'Title', + 'Type' => 'Type', + 'Due' => '', ]];