Files
translation-value-sets/cs/loan_types.php
2025-10-07 14:09:55 +00:00

7 lines
122 B
PHP

<?PHP
declare(strict_types = 1);
$loan_types = array (
'outgoing' => 'Odchozí',
'incoming' => 'Přicházející',
);