mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-02-12 11:28:39 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
c413ff25fe
commit
cbb1dbf8e4
5
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
5
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Help
|
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -13,7 +12,7 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Help' => [
|
return ['Help' => [
|
||||||
'Module' => 'Modul',
|
'Module' => 'Modul',
|
||||||
'Modules' => 'Module',
|
'Modules' => 'Module',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
5
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
5
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Help
|
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -13,7 +12,7 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Help' => [
|
return ['Help' => [
|
||||||
'Module' => 'Module',
|
'Module' => 'Module',
|
||||||
'Modules' => 'Modules',
|
'Modules' => 'Modules',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user