diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index fa48044eb9..0e1a0b2fcb 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -852,6 +852,7 @@ return [ 'notes' => 'Notes', 'unknown_journal_error' => 'Could not store the transaction. Please check the log files.', 'attachment_not_found' => 'This attachment could not be found.', + 'journal_link_bill' => 'This transaction is linked to bill :name. To remove the connection, uncheck the checkbox. Use rules to connect it to another bill.', // new user: 'welcome' => 'Welcome to Firefly III!', diff --git a/resources/lang/en_US/form.php b/resources/lang/en_US/form.php index 3864bef880..72b7030890 100644 --- a/resources/lang/en_US/form.php +++ b/resources/lang/en_US/form.php @@ -30,7 +30,7 @@ return [ 'credit_card_limit' => 'Credit card limit', 'automatch' => 'Match automatically', 'skip' => 'Skip', - 'enabled' => 'Enabled', + 'enabled' => 'Enabled', 'name' => 'Name', 'active' => 'Active', 'amount_min' => 'Minimum amount', @@ -45,6 +45,7 @@ return [ 'attachments' => 'Attachments', 'journal_amount' => 'Amount', 'journal_source_name' => 'Revenue account (source)', + 'keep_bill_id' => 'Bill', 'journal_source_id' => 'Asset account (source)', 'BIC' => 'BIC', 'verify_password' => 'Verify password security', diff --git a/resources/lang/en_US/import.php b/resources/lang/en_US/import.php index a8e7d5986d..2e00ce3ce2 100644 --- a/resources/lang/en_US/import.php +++ b/resources/lang/en_US/import.php @@ -154,6 +154,8 @@ return [ 'share_config_file' => 'If you have imported data from a public bank, you should share your configuration file so it will be easy for other users to import their data. Sharing your configuration file will not expose your financial details.', 'job_config_bunq_apply_rules' => 'Apply rules', 'job_config_bunq_apply_rules_text' => 'By default, your rules will be applied to the transactions created during this import routine. If you do not want this to happen, deselect this checkbox.', + 'bunq_savings_goal' => 'Savings goal: :amount (:percentage%)', + 'bunq_account_status_CANCELLED' => 'Closed bunq account', 'ynab_account_closed' => 'Account is closed!', 'ynab_account_deleted' => 'Account is deleted!',