akaunting/resources/lang/sv-SE/transfers.php

16 lines
349 B
PHP
Raw Normal View History

2018-03-12 21:36:46 +03:00
<?php
return [
'from_account' => 'Från konto',
2021-04-02 10:47:48 +00:00
'from_account_rate' => 'Från kontosats',
2018-03-12 21:36:46 +03:00
'to_account' => 'Till konto',
2021-04-02 10:47:48 +00:00
'to_account_rate' => 'Till kontosats',
2021-07-16 00:17:27 +00:00
'details' => 'Detalj| Detaljer',
2018-03-12 21:36:46 +03:00
2018-11-08 12:11:42 +03:00
'messages' => [
'delete' => ':from till :to (:amount)',
],
2018-03-12 21:36:46 +03:00
];