2017-11-30 12:27:54 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'from_account' => 'Van Account',
|
|
|
|
'to_account' => 'Naar Account',
|
|
|
|
|
2018-06-20 18:47:39 +03:00
|
|
|
'messages' => [
|
2018-08-06 10:25:41 +03:00
|
|
|
'delete' => ':from tot :to (:amount)',
|
2018-06-20 18:47:39 +03:00
|
|
|
],
|
|
|
|
|
2017-11-30 12:27:54 +03:00
|
|
|
];
|