13 lines
195 B
PHP
13 lines
195 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'from_account' => 'Dal conto',
|
|
'to_account' => 'Al Conto',
|
|
|
|
'messages' => [
|
|
'delete' => ':from da :to a (:amount)',
|
|
],
|
|
|
|
];
|