13 lines
210 B
PHP
13 lines
210 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'from_account' => 'Forrás számla',
|
|
'to_account' => 'Cél számla',
|
|
|
|
'messages' => [
|
|
'delete' => ':from -ról :to -ra (:amount)',
|
|
],
|
|
|
|
];
|