diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index 1b2fee4..8e7c447 100644 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -15,4 +15,15 @@ declare(strict_types=1); return ['Navigation' => [ 'Budgeting' => 'Planung', 'Dashboard' => 'Dashboard', + 'IncomeStatement' => 'GuV', + 'Material' => 'Material', + 'OPEX' => 'SBA', + 'Event' => 'Event', + 'Leasing' => 'Leasing', + 'HR' => 'HR', + 'Investment' => 'Investitionen', + 'Loan' => 'Darlehen', + 'Cashflow' => 'Cashflow', + 'ProfitCenter' => 'Profit Center', + 'Projects' => 'Projekte', ]]; diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index bfef040..163f122 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -15,4 +15,15 @@ declare(strict_types=1); return ['Navigation' => [ 'Budgeting' => 'Budgeting', 'Dashboard' => 'Dashboard', + 'IncomeStatement' => 'Income Statement', + 'Material' => 'Material', + 'OPEX' => 'OPEX', + 'Event' => 'Event', + 'Leasing' => 'Leasing', + 'HR' => 'HR', + 'Investment' => 'Investment', + 'Loan' => 'Loan', + 'Cashflow' => 'Cashflow', + 'ProfitCenter' => 'Profit Center', + 'Projects' => 'Projects', ]]; diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php new file mode 100644 index 0000000..7fedbb9 --- /dev/null +++ b/Theme/Backend/Lang/de.lang.php @@ -0,0 +1,19 @@ + [ + 'Segments' => 'Segmente', + 'Customers' => 'Kunden', + 'Monthly' => 'Monatlich', +]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 1941124..fd8daac 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -13,4 +13,7 @@ declare(strict_types=1); return ['BudgetManagement' => [ + 'Segments' => 'Segments', + 'Customers' => 'Customers', + 'Monthly' => 'Monthly', ]]; diff --git a/Theme/Backend/budgeting-dashboard.tpl.php b/Theme/Backend/budgeting-dashboard.tpl.php index b47077c..fd76449 100644 --- a/Theme/Backend/budgeting-dashboard.tpl.php +++ b/Theme/Backend/budgeting-dashboard.tpl.php @@ -28,7 +28,7 @@ echo $this->data['nav']->render();