mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-11 16:48:42 +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
|
||||
*
|
||||
* @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
27
Theme/Backend/Lang/en.lang.php
Executable file → Normal 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',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user