mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-02-15 05:18:41 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
cdea629c7d
commit
08908507e5
30
Theme/Backend/Lang/de.lang.php
Normal file
30
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Workflow' => [
|
||||||
|
'Created' => '',
|
||||||
|
'Creator' => '',
|
||||||
|
'Next' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Workflow' => '',
|
||||||
|
'Workflows' => '',
|
||||||
|
'Task' => '',
|
||||||
|
'To' => '',
|
||||||
|
'CC' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'Message' => '',
|
||||||
|
'Media' => '',
|
||||||
|
'Select' => '',
|
||||||
|
'Upload' => '',
|
||||||
|
]];
|
||||||
21
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
21
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Workflow
|
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -13,11 +12,19 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Workflow' => [
|
return ['Workflow' => [
|
||||||
'Created' => 'Created',
|
'Created' => 'Created',
|
||||||
'Creator' => 'Creator',
|
'Creator' => 'Creator',
|
||||||
'Next' => 'Next',
|
'Next' => 'Next',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
'Title' => 'Title',
|
'Title' => 'Title',
|
||||||
'Workflow' => 'Workflow',
|
'Workflow' => 'Workflow',
|
||||||
'Workflows' => 'Workflows',
|
'Workflows' => 'Workflows',
|
||||||
|
'Task' => '',
|
||||||
|
'To' => '',
|
||||||
|
'CC' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'Message' => '',
|
||||||
|
'Media' => '',
|
||||||
|
'Select' => '',
|
||||||
|
'Upload' => '',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user