mirror of
https://github.com/Karaka-Management/oms-Checklist.git
synced 2026-01-24 13:38:41 +00:00
29 lines
731 B
PHP
29 lines
731 B
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.2
|
|
*
|
|
* @package TBD
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://website.orange-management.de
|
|
*/
|
|
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',
|
|
'TimeInMinutes' => 'Time in minutes',
|
|
'Title' => 'Title',
|
|
]];
|