oms-Kanban/Theme/Backend/Lang/da.lang.php
Dennis Eichhorn 2c86dce085 update
2023-10-09 22:06:38 +00:00

30 lines
606 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' => 'Aktiv',
':bStatus2' => 'Inaktiv.',
':bStatus3' => 'Arkiveret',
'Archive' => '',
'Back' => '',
'Dashboard' => 'Dashboard.',
'Date' => '',
'Description' => '',
'Kanban' => '',
'Name' => '',
'Status' => '',
'Tags' => '',
'Title' => '',
]];