New translations firefly.php (Spanish)

This commit is contained in:
James Cole
2017-09-27 14:52:27 +02:00
parent 6d538dc568
commit 866bcbf702

View File

@@ -662,10 +662,6 @@ return [
'newWithdrawal' => 'New expense', 'newWithdrawal' => 'New expense',
'newDeposit' => 'New deposit', 'newDeposit' => 'New deposit',
'newTransfer' => 'New transfer', 'newTransfer' => 'New transfer',
'moneyIn' => 'Money in',
'moneyOut' => 'Money out',
'billsToPay' => 'Facturas a pagar',
'billsPaid' => 'Facturas pagadas',
'bills_to_pay' => 'Bills to pay', 'bills_to_pay' => 'Bills to pay',
'per_day' => 'Per day', 'per_day' => 'Per day',
@@ -946,15 +942,6 @@ return [
'overview_for_link' => 'Overview for link type ":name"', 'overview_for_link' => 'Overview for link type ":name"',
'delete_journal_link' => 'Delete the link between <a href=":source_link">:source</a> and <a href=":destination_link">:destination</a>', 'delete_journal_link' => 'Delete the link between <a href=":source_link">:source</a> and <a href=":destination_link">:destination</a>',
'deleted_link' => 'Deleted link', 'deleted_link' => 'Deleted link',
'1_outward' => 'relates to',
'2_outward' => '(partially) refunds',
'3_outward' => '(partially) pays for',
'4_outward' => '(partially) reimburses',
'1_inward' => 'relates to',
'2_inward' => 'is (partially) refunded by',
'3_inward' => 'is (partially) paid for by',
'4_inward' => 'is (partially) reimbursed by',
// split a transaction: // split a transaction:
'splits' => 'Splits', 'splits' => 'Splits',