mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-13 16:28:41 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
f1c4668816
commit
87f3afd630
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Exchange
|
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -14,19 +13,19 @@ declare(strict_types=1);
|
||||||
|
|
||||||
return ['Exchange' => [
|
return ['Exchange' => [
|
||||||
'Database' => 'Datenbank',
|
'Database' => 'Datenbank',
|
||||||
'End' => 'Ende',
|
'End' => 'Ende',
|
||||||
'Exchange' => 'Exchange',
|
'Exchange' => 'Exchange',
|
||||||
'Export' => 'Export',
|
'Export' => 'Export',
|
||||||
'Exports' => 'Exporte',
|
'Exports' => 'Exporte',
|
||||||
'File' => 'Dateien',
|
'File' => 'Dateien',
|
||||||
'Host' => 'Host',
|
'Host' => 'Host',
|
||||||
'Import' => 'Import',
|
'Import' => 'Import',
|
||||||
'Imports' => 'Importe',
|
'Imports' => 'Importe',
|
||||||
'Login' => 'Login',
|
'Login' => 'Login',
|
||||||
'Options' => 'Optionen',
|
'Options' => 'Optionen',
|
||||||
'Password' => 'Passwort',
|
'Password' => 'Passwort',
|
||||||
'Port' => 'Port',
|
'Port' => 'Port',
|
||||||
'Start' => 'Start',
|
'Start' => 'Start',
|
||||||
'Title' => 'Titel',
|
'Title' => 'Titel',
|
||||||
'Website' => 'Webseite',
|
'Website' => 'Webseite',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
27
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
27
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Exchange
|
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -14,19 +13,19 @@ declare(strict_types=1);
|
||||||
|
|
||||||
return ['Exchange' => [
|
return ['Exchange' => [
|
||||||
'Database' => 'Database',
|
'Database' => 'Database',
|
||||||
'End' => 'End',
|
'End' => 'End',
|
||||||
'Exchange' => 'Exchange',
|
'Exchange' => 'Exchange',
|
||||||
'Export' => 'Export',
|
'Export' => 'Export',
|
||||||
'Exports' => 'Exports',
|
'Exports' => 'Exports',
|
||||||
'File' => 'File',
|
'File' => 'File',
|
||||||
'Host' => 'Host',
|
'Host' => 'Host',
|
||||||
'Import' => 'Import',
|
'Import' => 'Import',
|
||||||
'Imports' => 'Imports',
|
'Imports' => 'Imports',
|
||||||
'Login' => 'Login',
|
'Login' => 'Login',
|
||||||
'Options' => 'Options',
|
'Options' => 'Options',
|
||||||
'Password' => 'Password',
|
'Password' => 'Password',
|
||||||
'Port' => 'Port',
|
'Port' => 'Port',
|
||||||
'Start' => 'Start',
|
'Start' => 'Start',
|
||||||
'Title' => 'Title',
|
'Title' => 'Title',
|
||||||
'Website' => 'Website',
|
'Website' => 'Website',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user