oms-Comments/Theme/Backend/Lang/fi.lang.php
2023-06-17 03:13:22 +02:00

25 lines
499 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 ['Comments' => [
'Created' => 'Luotu',
'Creator' => 'Luoja',
'Edit' => 'Muokata',
'Upload' => 'Ladata',
'Voting' => 'Äänestys',
'lstatus-1' => 'Aktiivinen',
'lstatus-2' => 'Epäaktiivinen',
'lstatus-3' => 'Lukittu',
]];