4 lines
92 B
PHP
4 lines
92 B
PHP
<?PHP
|
|
$loan_types['outgoing'] = 'Вихідні';
|
|
$loan_types['incoming'] = 'Вхідні';
|