Approval.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
<?PHP
|
||||
$loan_types['outgoing'] = 'Исходящий';
|
||||
$loan_types['incoming'] = 'Входящий';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'loan_types' =>
|
||||
array (
|
||||
'outgoing' => 'Исходящий',
|
||||
'incoming' => 'Входящий',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user