mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-02-15 23:38:41 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
1878c7beaa
commit
d006df4650
19
Theme/Backend/Lang/de.lang.php
Normal file
19
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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 ['QA' => [
|
||||||
|
'Badges' => '',
|
||||||
|
'List' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'QA' => '',
|
||||||
|
]];
|
||||||
7
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
7
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\QA
|
|
||||||
* @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,7 +13,7 @@ declare(strict_types=1);
|
||||||
|
|
||||||
return ['QA' => [
|
return ['QA' => [
|
||||||
'Badges' => 'Badges',
|
'Badges' => 'Badges',
|
||||||
'List' => 'List',
|
'List' => 'List',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'QA' => 'QA',
|
'QA' => 'QA',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user