diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index faa1f06..b6ed5a0 100644 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -4,7 +4,6 @@ * * PHP Version 8.0 * - * @package Modules\Exchange * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -14,19 +13,19 @@ declare(strict_types=1); return ['Exchange' => [ 'Database' => 'Datenbank', - 'End' => 'Ende', + 'End' => 'Ende', 'Exchange' => 'Exchange', - 'Export' => 'Export', - 'Exports' => 'Exporte', - 'File' => 'Dateien', - 'Host' => 'Host', - 'Import' => 'Import', - 'Imports' => 'Importe', - 'Login' => 'Login', - 'Options' => 'Optionen', + 'Export' => 'Export', + 'Exports' => 'Exporte', + 'File' => 'Dateien', + 'Host' => 'Host', + 'Import' => 'Import', + 'Imports' => 'Importe', + 'Login' => 'Login', + 'Options' => 'Optionen', 'Password' => 'Passwort', - 'Port' => 'Port', - 'Start' => 'Start', - 'Title' => 'Titel', - 'Website' => 'Webseite', + 'Port' => 'Port', + 'Start' => 'Start', + 'Title' => 'Titel', + 'Website' => 'Webseite', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100755 new mode 100644 index 0664e21..83ce982 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -4,7 +4,6 @@ * * PHP Version 8.0 * - * @package Modules\Exchange * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -14,19 +13,19 @@ declare(strict_types=1); return ['Exchange' => [ 'Database' => 'Database', - 'End' => 'End', + 'End' => 'End', 'Exchange' => 'Exchange', - 'Export' => 'Export', - 'Exports' => 'Exports', - 'File' => 'File', - 'Host' => 'Host', - 'Import' => 'Import', - 'Imports' => 'Imports', - 'Login' => 'Login', - 'Options' => 'Options', + 'Export' => 'Export', + 'Exports' => 'Exports', + 'File' => 'File', + 'Host' => 'Host', + 'Import' => 'Import', + 'Imports' => 'Imports', + 'Login' => 'Login', + 'Options' => 'Options', 'Password' => 'Password', - 'Port' => 'Port', - 'Start' => 'Start', - 'Title' => 'Title', - 'Website' => 'Website', + 'Port' => 'Port', + 'Start' => 'Start', + 'Title' => 'Title', + 'Website' => 'Website', ]];