13 lines
202 B
PHP
13 lines
202 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'from_account' => 'Frá reikningi',
|
|
'to_account' => 'Á reikning',
|
|
|
|
'messages' => [
|
|
'delete' => ':from til :to (:amount)',
|
|
],
|
|
|
|
];
|