mirror of
https://github.com/Karaka-Management/oms-Checklist.git
synced 2026-02-14 15:58:42 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
5e4ca425a2
commit
06bb96a401
27
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
27
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Checklist
|
|
||||||
* @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,18 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Checklist' => [
|
return ['Checklist' => [
|
||||||
'Checklist' => 'Checkliste',
|
'Checklist' => 'Checkliste',
|
||||||
'Checklists' => 'Checklisten',
|
'Checklists' => 'Checklisten',
|
||||||
'Created' => 'Erstellt',
|
'Created' => 'Erstellt',
|
||||||
'Creator' => 'Ersteller',
|
'Creator' => 'Ersteller',
|
||||||
'Description' => 'Beschreibung',
|
'Description' => 'Beschreibung',
|
||||||
'Files' => 'Dateien',
|
'Files' => 'Dateien',
|
||||||
'General' => 'Allgemein',
|
'General' => 'Allgemein',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Permissions' => 'Rechte',
|
'Permissions' => 'Rechte',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
'Tasks' => 'Tasks',
|
'Tasks' => 'Tasks',
|
||||||
'Templates' => 'Templates',
|
'Templates' => 'Templates',
|
||||||
'TimeInMinutes' => 'Zeit in Minuten',
|
'TimeInMinutes' => 'Zeit in Minuten',
|
||||||
'Title' => 'Titel',
|
'Title' => 'Titel',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
27
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
27
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Checklist
|
|
||||||
* @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,18 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Checklist' => [
|
return ['Checklist' => [
|
||||||
'Checklist' => 'Checklist',
|
'Checklist' => 'Checklist',
|
||||||
'Checklists' => 'Checklists',
|
'Checklists' => 'Checklists',
|
||||||
'Created' => 'Created',
|
'Created' => 'Created',
|
||||||
'Creator' => 'Creator',
|
'Creator' => 'Creator',
|
||||||
'Description' => 'Description',
|
'Description' => 'Description',
|
||||||
'Files' => 'Files',
|
'Files' => 'Files',
|
||||||
'General' => 'General',
|
'General' => 'General',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Permissions' => 'Permissions',
|
'Permissions' => 'Permissions',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
'Tasks' => 'Tasks',
|
'Tasks' => 'Tasks',
|
||||||
'Templates' => 'Templates',
|
'Templates' => 'Templates',
|
||||||
'TimeInMinutes' => 'Time in minutes',
|
'TimeInMinutes' => 'Time in minutes',
|
||||||
'Title' => 'Title',
|
'Title' => 'Title',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user