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' => '', ]];