9 lines
127 B
PHP
9 lines
127 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'from_account' => 'От сметка',
|
|
'to_account' => 'Към сметка',
|
|
|
|
];
|