mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-07 22:28:39 +00:00
fix php version, lang files, basic tpl and sales impl.
This commit is contained in:
parent
b3cd455237
commit
1f65b42135
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
|
||||
|
|
|
|||
3
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
3
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
|
||||
|
|
@ -15,7 +16,7 @@ return ['Marketing' => [
|
|||
'Actual' => 'Actual',
|
||||
'Budget' => 'Budget',
|
||||
'Description' => 'Description',
|
||||
'Due' => '',
|
||||
'Due' => 'Due',
|
||||
'End' => 'End',
|
||||
'Event' => 'Event',
|
||||
'Events' => 'Events',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user