mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-26 08:18:42 +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
|
||||
*
|
||||
* @package Modules\Editor
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -13,18 +12,19 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Editor' => [
|
||||
'Created' => 'Erstellt',
|
||||
'Creator' => 'Ersteller',
|
||||
'Documents' => 'Dokumente',
|
||||
'Editor' => 'Editor',
|
||||
'GroupUser' => 'Gruppe/Account',
|
||||
'Insert' => 'Einfügen',
|
||||
'Layout' => 'Layout',
|
||||
'Name' => 'Name',
|
||||
'Created' => 'Erstellt',
|
||||
'Creator' => 'Ersteller',
|
||||
'Documents' => 'Dokumente',
|
||||
'Editor' => 'Editor',
|
||||
'GroupUser' => 'Gruppe/Account',
|
||||
'Insert' => 'Einfügen',
|
||||
'Layout' => 'Layout',
|
||||
'Name' => 'Name',
|
||||
'Permission' => 'Rechte',
|
||||
'Preview' => 'Vorschau',
|
||||
'Save' => 'Speichern',
|
||||
'Start' => 'Start',
|
||||
'Text' => 'Text',
|
||||
'Title' => 'Titel',
|
||||
'Preview' => 'Vorschau',
|
||||
'Save' => 'Speichern',
|
||||
'Start' => 'Start',
|
||||
'Text' => 'Text',
|
||||
'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
|
||||
*
|
||||
* @package Modules\Editor
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -13,18 +12,19 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Editor' => [
|
||||
'Created' => 'Created',
|
||||
'Creator' => 'Creator',
|
||||
'Documents' => 'Documents',
|
||||
'Editor' => 'Editor',
|
||||
'GroupUser' => 'Group/User',
|
||||
'Insert' => 'Insert',
|
||||
'Layout' => 'Layout',
|
||||
'Name' => 'Name',
|
||||
'Created' => 'Created',
|
||||
'Creator' => 'Creator',
|
||||
'Documents' => 'Documents',
|
||||
'Editor' => 'Editor',
|
||||
'GroupUser' => 'Group/User',
|
||||
'Insert' => 'Insert',
|
||||
'Layout' => 'Layout',
|
||||
'Name' => 'Name',
|
||||
'Permission' => 'Permission',
|
||||
'Preview' => 'Preview',
|
||||
'Save' => 'Save',
|
||||
'Start' => 'Start',
|
||||
'Text' => 'Text',
|
||||
'Title' => 'Title',
|
||||
'Preview' => 'Preview',
|
||||
'Save' => 'Save',
|
||||
'Start' => 'Start',
|
||||
'Text' => 'Text',
|
||||
'Title' => 'Title',
|
||||
'Add' => '',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user