akaunting/resources/lang/en-GB/transfers.php

35 lines
1.2 KiB
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
2022-07-20 14:49:14 +03:00
'details' => 'Detail|Details',
'from_account' => 'From Account',
2017-09-14 22:21:00 +03:00
'to_account' => 'To Account',
2022-06-01 10:15:55 +03:00
'from_rate' => 'From Rate',
'to_rate' => 'To Rate',
2022-07-20 14:49:14 +03:00
'from_account_rate' => 'From Account Rate',
'to_account_rate' => 'To Account Rate',
2022-07-20 14:49:14 +03:00
'from_amount' => 'From Amount',
2022-06-01 10:15:55 +03:00
'to_amount' => 'To Amount',
'issued_at' => 'Issue Date',
'rate' => 'Rate',
'form_description' => [
'general' => 'Transfer money between accounts with different currencies and peg the currency to whichever rate you may like.',
'other' => 'Select the transfer method as the payment method to make your reports more detailed.',
],
2018-05-21 20:05:37 +03:00
'messages' => [
'delete' => ':from to :to (:amount)',
],
2022-06-01 10:15:55 +03:00
'slider' => [
'create' => ':user created this transfer on :date',
2022-07-21 17:24:16 +03:00
'transactions' => 'List of transactions related to this transfer',
'transactions_desc' => ':number transaction for :account',
'attachments' => 'Download the files attached to this transfer',
2022-06-01 10:15:55 +03:00
],
2017-09-14 22:21:00 +03:00
];