mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-14 01:08:43 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
85875db506
commit
0063a0b5b1
28
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
28
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Editor
|
|
||||||
* @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,18 +12,19 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Editor' => [
|
return ['Editor' => [
|
||||||
'Created' => 'Erstellt',
|
'Created' => 'Erstellt',
|
||||||
'Creator' => 'Ersteller',
|
'Creator' => 'Ersteller',
|
||||||
'Documents' => 'Dokumente',
|
'Documents' => 'Dokumente',
|
||||||
'Editor' => 'Editor',
|
'Editor' => 'Editor',
|
||||||
'GroupUser' => 'Gruppe/Account',
|
'GroupUser' => 'Gruppe/Account',
|
||||||
'Insert' => 'Einfügen',
|
'Insert' => 'Einfügen',
|
||||||
'Layout' => 'Layout',
|
'Layout' => 'Layout',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Permission' => 'Rechte',
|
'Permission' => 'Rechte',
|
||||||
'Preview' => 'Vorschau',
|
'Preview' => 'Vorschau',
|
||||||
'Save' => 'Speichern',
|
'Save' => 'Speichern',
|
||||||
'Start' => 'Start',
|
'Start' => 'Start',
|
||||||
'Text' => 'Text',
|
'Text' => 'Text',
|
||||||
'Title' => 'Titel',
|
'Title' => 'Titel',
|
||||||
|
'Add' => '',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
28
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
28
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Editor
|
|
||||||
* @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,18 +12,19 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Editor' => [
|
return ['Editor' => [
|
||||||
'Created' => 'Created',
|
'Created' => 'Created',
|
||||||
'Creator' => 'Creator',
|
'Creator' => 'Creator',
|
||||||
'Documents' => 'Documents',
|
'Documents' => 'Documents',
|
||||||
'Editor' => 'Editor',
|
'Editor' => 'Editor',
|
||||||
'GroupUser' => 'Group/User',
|
'GroupUser' => 'Group/User',
|
||||||
'Insert' => 'Insert',
|
'Insert' => 'Insert',
|
||||||
'Layout' => 'Layout',
|
'Layout' => 'Layout',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Permission' => 'Permission',
|
'Permission' => 'Permission',
|
||||||
'Preview' => 'Preview',
|
'Preview' => 'Preview',
|
||||||
'Save' => 'Save',
|
'Save' => 'Save',
|
||||||
'Start' => 'Start',
|
'Start' => 'Start',
|
||||||
'Text' => 'Text',
|
'Text' => 'Text',
|
||||||
'Title' => 'Title',
|
'Title' => 'Title',
|
||||||
|
'Add' => '',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user