mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-02-18 18:58:40 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
864f30d9fa
commit
9a15b5c738
45
Theme/Backend/Lang/de.lang.php
Normal file
45
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
<?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 ['EventManagement' => [
|
||||
'Account' => '',
|
||||
'Actual' => '',
|
||||
'Amount' => '',
|
||||
'Budget' => '',
|
||||
'CoreData' => '',
|
||||
'Description' => '',
|
||||
'Elements' => '',
|
||||
'End' => '',
|
||||
'Event' => '',
|
||||
'EventManagement' => '',
|
||||
'Events' => '',
|
||||
'Exponential' => '',
|
||||
'Files' => '',
|
||||
'Group' => '',
|
||||
'Info' => '',
|
||||
'Linear' => '',
|
||||
'Log' => '',
|
||||
'Manager' => '',
|
||||
'Manual' => '',
|
||||
'Name' => '',
|
||||
'People' => '',
|
||||
'Permissions' => '',
|
||||
'Progress' => '',
|
||||
'Responsibility' => '',
|
||||
'Start' => '',
|
||||
'Status' => '',
|
||||
'Tasks' => '',
|
||||
'Title' => '',
|
||||
'User' => '',
|
||||
'UserGroup' => '',
|
||||
]];
|
||||
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
|
||||
*
|
||||
* @package Modules\EventManagement
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user