mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-02-18 18:18:41 +00:00
fix php version, lang files, basic tpl and sales impl.
This commit is contained in:
parent
3692ef3cd3
commit
5256612b55
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
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
|
||||||
7
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
7
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,6 +4,7 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -17,7 +18,7 @@ return ['Messages' => [
|
||||||
'BCC' => 'BCC',
|
'BCC' => 'BCC',
|
||||||
'CC' => 'CC',
|
'CC' => 'CC',
|
||||||
'Date' => 'Date',
|
'Date' => 'Date',
|
||||||
'Delete' => '',
|
'Delete' => 'Delete',
|
||||||
'Draft' => 'Draft',
|
'Draft' => 'Draft',
|
||||||
'From' => 'From',
|
'From' => 'From',
|
||||||
'Inbox' => 'Inbox',
|
'Inbox' => 'Inbox',
|
||||||
|
|
@ -28,8 +29,8 @@ return ['Messages' => [
|
||||||
'New' => 'New',
|
'New' => 'New',
|
||||||
'Outbox' => 'Outbox',
|
'Outbox' => 'Outbox',
|
||||||
'Received' => 'Received',
|
'Received' => 'Received',
|
||||||
'Save' => '',
|
'Save' => 'Save',
|
||||||
'Select' => '',
|
'Select' => 'Select',
|
||||||
'Sent' => 'Sent',
|
'Sent' => 'Sent',
|
||||||
'Spam' => 'Spam',
|
'Spam' => 'Spam',
|
||||||
'Statistics' => 'Statistics',
|
'Statistics' => 'Statistics',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user