mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-02-14 14:18:41 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
6c91ab637a
commit
1b6f5ef350
24
Theme/Backend/Lang/de.lang.php
Normal file
24
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Draw' => [
|
||||||
|
'Created' => '',
|
||||||
|
'Creator' => '',
|
||||||
|
'Draw' => '',
|
||||||
|
'GroupUser' => '',
|
||||||
|
'Images' => '',
|
||||||
|
'Layout' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Permission' => '',
|
||||||
|
'Start' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
17
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Draw
|
|
||||||
* @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,13 +12,13 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Draw' => [
|
return ['Draw' => [
|
||||||
'Created' => 'Created',
|
'Created' => 'Created',
|
||||||
'Creator' => 'Creator',
|
'Creator' => 'Creator',
|
||||||
'Draw' => 'Draw',
|
'Draw' => 'Draw',
|
||||||
'GroupUser' => 'Group/User',
|
'GroupUser' => 'Group/User',
|
||||||
'Images' => 'Images',
|
'Images' => 'Images',
|
||||||
'Layout' => 'Layout',
|
'Layout' => 'Layout',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Permission' => 'Permission',
|
'Permission' => 'Permission',
|
||||||
'Start' => 'Start',
|
'Start' => 'Start',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user