mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-05 07:28:41 +00:00
fix php version, lang files, basic tpl and sales impl.
This commit is contained in:
parent
1aabab9dbb
commit
8c0bd10643
1
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
1
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
|
|
@ -4,6 +4,7 @@
|
|||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
|
|||
5
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
5
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,6 +4,7 @@
|
|||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -33,9 +34,9 @@ return ['HumanResourceManagement' => [
|
|||
'Name' => 'Name',
|
||||
'Parent' => 'Parent',
|
||||
'Personnel' => 'Personnel',
|
||||
'Phone' => '',
|
||||
'Phone' => 'Phone',
|
||||
'Position' => 'Position',
|
||||
'ProfileImage' => '',
|
||||
'ProfileImage' => 'Profile image',
|
||||
'Remarks' => 'Remarks',
|
||||
'Shifts' => 'Shifts',
|
||||
'Staff' => 'Staff',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user