13 lines
196 B
PHP
13 lines
196 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'from_account' => 'Tililtä',
|
|
'to_account' => 'Tilille',
|
|
|
|
'messages' => [
|
|
'delete' => ':from :sta :to (:amount) :n',
|
|
],
|
|
|
|
];
|