13 lines
201 B
PHP
13 lines
201 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'from_account' => 'Du compte',
|
|
'to_account' => 'Vers le compte',
|
|
|
|
'messages' => [
|
|
'delete' => ':from vers :to (:amount)',
|
|
],
|
|
|
|
];
|