oms-Kanban/Theme/Backend/Lang/en.lang.php
Dennis Eichhorn da6f7ee368 todos fixed
2023-10-12 22:49:20 +00:00

30 lines
639 B
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Kanban' => [
':bStatus1' => 'Active',
':bStatus2' => 'Inactive',
':bStatus3' => 'Archived',
'Archive' => 'Archive',
'Back' => 'Back',
'Dashboard' => 'Dashboard',
'Date' => 'Date',
'Description' => '',
'Kanban' => '',
'Name' => 'Name',
'Status' => 'Status',
'Tags' => 'Tags',
'Title' => 'Title',
]];