2018-01-13 15:25:25 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'from_account' => 'Fra konto',
|
2021-08-01 19:00:00 +00:00
|
|
|
'from_account_rate' => 'Fra kontosats',
|
2018-01-13 15:25:25 +03:00
|
|
|
'to_account' => 'Til konto',
|
2021-08-01 19:00:00 +00:00
|
|
|
'to_account_rate' => 'Til kontosats',
|
|
|
|
'details' => 'Detalje[Detaljer',
|
2018-01-13 15:25:25 +03:00
|
|
|
|
2018-11-08 12:11:42 +03:00
|
|
|
'messages' => [
|
2018-12-11 16:47:45 +03:00
|
|
|
'delete' => ':from til :to (:amount)',
|
2018-11-08 12:11:42 +03:00
|
|
|
],
|
|
|
|
|
2018-01-13 15:25:25 +03:00
|
|
|
];
|