Approval.

This commit is contained in:
2023-03-25 23:13:15 +00:00
committed by md translation bot
parent 41d53684ff
commit 8d83978b4f
22 changed files with 91 additions and 91 deletions

View File

@ -1,6 +1,6 @@
<?PHP
declare(strict_types = 1);
$loan_types = array (
'outgoing' => 'Outgoing',
'incoming' => 'Incoming',
'outgoing' => 'Kimenő',
'incoming' => 'Bejövő',
);