diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php new file mode 100644 index 0000000..816dff4 --- /dev/null +++ b/Theme/Backend/Lang/de.lang.php @@ -0,0 +1,29 @@ + [ + 'Active' => '', + 'Department' => '', + 'Departments' => '', + 'Description' => '', + 'Inactive' => '', + 'Logo' => '', + 'Name' => '', + 'Parent' => '', + 'Position' => '', + 'Positions' => '', + 'Status' => '', + 'Unit' => '', + 'UnitLogo' => '', + 'Units' => '', +]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100755 new mode 100644 index ea8e7ae..22a586f --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -4,7 +4,6 @@ * * PHP Version 8.0 * - * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -13,18 +12,18 @@ declare(strict_types=1); return ['Organization' => [ - 'Active' => 'Active', - 'Department' => 'Department', + 'Active' => 'Active', + 'Department' => 'Department', 'Departments' => 'Departments', 'Description' => 'Description', - 'Inactive' => 'Inactive', - 'Logo' => 'Logo', - 'Name' => 'Name', - 'Parent' => 'Parent', - 'Position' => 'Position', - 'Positions' => 'Positions', - 'Status' => 'Status', - 'Unit' => 'Unit', - 'UnitLogo' => 'Unit Logo', - 'Units' => 'Units', + 'Inactive' => 'Inactive', + 'Logo' => 'Logo', + 'Name' => 'Name', + 'Parent' => 'Parent', + 'Position' => 'Position', + 'Positions' => 'Positions', + 'Status' => 'Status', + 'Unit' => 'Unit', + 'UnitLogo' => 'Unit Logo', + 'Units' => 'Units', ]];