From 82eb923689f932d4c89e7fb1c17a4a3a5f09a769 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 22 Aug 2017 14:10:21 +0200 Subject: [PATCH] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 638bac457e..76308dc060 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -960,7 +960,12 @@ return [ 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', 'journals_linked' => 'Transactions are linked.', - 'journals_error_linked' => 'These journals are already linked.', + 'journals_error_linked' => 'These transactions are already linked.', + 'journal_links' => 'Transaction links', + 'this_withdrawal' => 'This withdrawal', + 'this_deposit' => 'This deposit', + 'this_transfer' => 'This transfer', + // split a transaction: 'transaction_meta_data' => 'Transaction meta-data',