mirror of
https://github.com/Karaka-Management/oms-Checklist.git
synced 2026-01-26 22:48:43 +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
|
||||
*
|
||||
* @package Modules\Checklist
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -13,18 +12,18 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Checklist' => [
|
||||
'Checklist' => 'Checkliste',
|
||||
'Checklists' => 'Checklisten',
|
||||
'Created' => 'Erstellt',
|
||||
'Creator' => 'Ersteller',
|
||||
'Description' => 'Beschreibung',
|
||||
'Files' => 'Dateien',
|
||||
'General' => 'Allgemein',
|
||||
'Name' => 'Name',
|
||||
'Permissions' => 'Rechte',
|
||||
'Status' => 'Status',
|
||||
'Tasks' => 'Tasks',
|
||||
'Templates' => 'Templates',
|
||||
'Checklist' => 'Checkliste',
|
||||
'Checklists' => 'Checklisten',
|
||||
'Created' => 'Erstellt',
|
||||
'Creator' => 'Ersteller',
|
||||
'Description' => 'Beschreibung',
|
||||
'Files' => 'Dateien',
|
||||
'General' => 'Allgemein',
|
||||
'Name' => 'Name',
|
||||
'Permissions' => 'Rechte',
|
||||
'Status' => 'Status',
|
||||
'Tasks' => 'Tasks',
|
||||
'Templates' => 'Templates',
|
||||
'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
|
||||
*
|
||||
* @package Modules\Checklist
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -13,18 +12,18 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Checklist' => [
|
||||
'Checklist' => 'Checklist',
|
||||
'Checklists' => 'Checklists',
|
||||
'Created' => 'Created',
|
||||
'Creator' => 'Creator',
|
||||
'Description' => 'Description',
|
||||
'Files' => 'Files',
|
||||
'General' => 'General',
|
||||
'Name' => 'Name',
|
||||
'Permissions' => 'Permissions',
|
||||
'Status' => 'Status',
|
||||
'Tasks' => 'Tasks',
|
||||
'Templates' => 'Templates',
|
||||
'Checklist' => 'Checklist',
|
||||
'Checklists' => 'Checklists',
|
||||
'Created' => 'Created',
|
||||
'Creator' => 'Creator',
|
||||
'Description' => 'Description',
|
||||
'Files' => 'Files',
|
||||
'General' => 'General',
|
||||
'Name' => 'Name',
|
||||
'Permissions' => 'Permissions',
|
||||
'Status' => 'Status',
|
||||
'Tasks' => 'Tasks',
|
||||
'Templates' => 'Templates',
|
||||
'TimeInMinutes' => 'Time in minutes',
|
||||
'Title' => 'Title',
|
||||
'Title' => 'Title',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user