oms-QA/Theme/Backend/Lang/en.lang.php
Dennis Eichhorn b7e469f5e6 fix templates
2024-04-17 17:45:07 +00:00

27 lines
515 B
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['QA' => [
'All' => 'All',
'Answer' => 'Answer',
'Answers' => 'Answers',
'Question' => 'Question',
'Score' => 'Score',
'Badges' => 'Badges',
'Title' => 'Title',
'Name' => 'Name',
'App' => 'App',
'Apps' => 'Apps',
]];