2018-04-14 14:16:03 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'from_account' => 'Fra konto',
|
2021-04-27 00:23:04 +00:00
|
|
|
'from_account_rate' => 'Fra kontosats',
|
2018-04-14 14:16:03 +03:00
|
|
|
'to_account' => 'Til konto',
|
2021-04-27 00:23:04 +00:00
|
|
|
'to_account_rate' => 'Til kontosats',
|
2021-08-01 19:00:00 +00:00
|
|
|
'details' => 'Detalje|Detaljer',
|
2018-04-14 14:16:03 +03:00
|
|
|
|
2018-10-05 13:48:42 +02:00
|
|
|
'messages' => [
|
|
|
|
'delete' => ':from til :to (:amount)',
|
|
|
|
],
|
|
|
|
|
2018-04-14 14:16:03 +03:00
|
|
|
];
|