test language/export/import which changed a lot of lang files

This commit is contained in:
Dennis Eichhorn 2021-02-08 19:10:15 +01:00
parent f1c4668816
commit 87f3afd630
2 changed files with 26 additions and 28 deletions

View File

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

27
Theme/Backend/Lang/en.lang.php Executable file → Normal file
View File

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