oms-QA/Theme/Backend/Lang/en.lang.php
Dennis Eichhorn 3c296faa5e update
2024-01-02 23:34:18 +00:00

29 lines
564 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 ['QA' => [
'All' => 'All',
'Answer' => 'Answer',
'Answers' => 'Answers',
'Question' => 'Question',
'Vote' => 'Vote',
'Score' => 'Score',
'Accept' => 'Accept',
'Badges' => 'Badges',
'List' => 'List',
'Title' => 'Title',
'Name' => 'Name',
'QA' => 'QA',
]];