mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-01-11 17:18:40 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
35951e4038
commit
f4e150cbd9
33
Theme/Backend/Lang/de.lang.php
Normal file
33
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<?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 ['Marketing' => [
|
||||
'Actual' => '',
|
||||
'Budget' => '',
|
||||
'Description' => '',
|
||||
'End' => '',
|
||||
'Event' => '',
|
||||
'Events' => '',
|
||||
'Expenses' => '',
|
||||
'Limit' => '',
|
||||
'Location' => '',
|
||||
'Name' => '',
|
||||
'Promotion' => '',
|
||||
'Promotions' => '',
|
||||
'Sales' => '',
|
||||
'Start' => '',
|
||||
'Status' => '',
|
||||
'Title' => '',
|
||||
'Type' => '',
|
||||
'Due' => '',
|
||||
]];
|
||||
34
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
34
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
|||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Marketing
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -13,21 +12,22 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Marketing' => [
|
||||
'Actual' => 'Actual',
|
||||
'Budget' => 'Budget',
|
||||
'Actual' => 'Actual',
|
||||
'Budget' => 'Budget',
|
||||
'Description' => 'Description',
|
||||
'End' => 'End',
|
||||
'Event' => 'Event',
|
||||
'Events' => 'Events',
|
||||
'Expenses' => 'Expenses',
|
||||
'Limit' => 'Limit',
|
||||
'Location' => 'Location',
|
||||
'Name' => 'Name',
|
||||
'Promotion' => 'Promotion',
|
||||
'Promotions' => 'Promotions',
|
||||
'Sales' => 'Sales',
|
||||
'Start' => 'Start',
|
||||
'Status' => 'Status',
|
||||
'Title' => 'Title',
|
||||
'Type' => 'Type',
|
||||
'End' => 'End',
|
||||
'Event' => 'Event',
|
||||
'Events' => 'Events',
|
||||
'Expenses' => 'Expenses',
|
||||
'Limit' => 'Limit',
|
||||
'Location' => 'Location',
|
||||
'Name' => 'Name',
|
||||
'Promotion' => 'Promotion',
|
||||
'Promotions' => 'Promotions',
|
||||
'Sales' => 'Sales',
|
||||
'Start' => 'Start',
|
||||
'Status' => 'Status',
|
||||
'Title' => 'Title',
|
||||
'Type' => 'Type',
|
||||
'Due' => '',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user