mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Implemented new link thing.
This commit is contained in:
@@ -1215,12 +1215,13 @@ return [
|
||||
'do_not_save_connection' => '(do not save connection)',
|
||||
'link_transaction' => 'Link transaction',
|
||||
'link_to_other_transaction' => 'Link this transaction to another transaction',
|
||||
'select_transaction_to_link' => 'Select a transaction to link this transaction to',
|
||||
'select_transaction_to_link' => 'Select a transaction to link this transaction to. The links are currently unused in Firefly III (apart from being shown), but I plan to change this in the future. Use the search box to select a transaction either by title or by ID. If you want to add custom link types, check out the administration section.',
|
||||
'this_transaction' => 'This transaction',
|
||||
'transaction' => 'Transaction',
|
||||
'comments' => 'Comments',
|
||||
'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.',
|
||||
'link_notes' => 'Any notes you wish to store with the link.',
|
||||
'invalid_link_selection' => 'Cannot link these transactions',
|
||||
'selected_transaction' => 'Selected transaction',
|
||||
'journals_linked' => 'Transactions are linked.',
|
||||
'journals_error_linked' => 'These transactions are already linked.',
|
||||
'journals_link_to_self' => 'You cannot link a transaction to itself',
|
||||
|
Reference in New Issue
Block a user