mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-02-12 10:58:39 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
b23c7bd2f0
commit
15550a8b7e
1
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
1
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\HumanResourceTimeRecording
|
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
|
||||||
1
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
1
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\HumanResourceTimeRecording
|
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
|
||||||
40
Theme/Timeterminal/Lang/de.lang.php
Normal file
40
Theme/Timeterminal/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,40 @@
|
||||||
|
<?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 ['HumanResourceTimeRecording' => [
|
||||||
|
'Break' => '',
|
||||||
|
'CS0' => '',
|
||||||
|
'CS1' => '',
|
||||||
|
'CS2' => '',
|
||||||
|
'CS3' => '',
|
||||||
|
'CT0' => '',
|
||||||
|
'CT1' => '',
|
||||||
|
'CT2' => '',
|
||||||
|
'CT3' => '',
|
||||||
|
'CT4' => '',
|
||||||
|
'CT5' => '',
|
||||||
|
'D0' => '',
|
||||||
|
'D1' => '',
|
||||||
|
'D2' => '',
|
||||||
|
'D3' => '',
|
||||||
|
'D4' => '',
|
||||||
|
'D5' => '',
|
||||||
|
'D6' => '',
|
||||||
|
'Date' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Recordings' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Total' => '',
|
||||||
|
'Type' => '',
|
||||||
|
]];
|
||||||
1
Theme/Timeterminal/Lang/en.lang.php
Executable file → Normal file
1
Theme/Timeterminal/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\HumanResourceTimeRecording
|
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user