mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-01-22 17:58:40 +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
|
||||
*
|
||||
* @package Modules\Help
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -13,7 +12,7 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Help' => [
|
||||
'Module' => 'Modul',
|
||||
'Module' => 'Modul',
|
||||
'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
|
||||
*
|
||||
* @package Modules\Help
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -13,7 +12,7 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Help' => [
|
||||
'Module' => 'Module',
|
||||
'Module' => 'Module',
|
||||
'Modules' => 'Modules',
|
||||
'Name' => 'Name',
|
||||
'Name' => 'Name',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user