Some new strings.

This commit is contained in:
James Cole 2018-11-23 08:32:11 +01:00
parent 344742c493
commit 9dda801fae
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
3 changed files with 5 additions and 1 deletions

View File

@ -852,6 +852,7 @@ return [
'notes' => 'Notes', 'notes' => 'Notes',
'unknown_journal_error' => 'Could not store the transaction. Please check the log files.', 'unknown_journal_error' => 'Could not store the transaction. Please check the log files.',
'attachment_not_found' => 'This attachment could not be found.', 'attachment_not_found' => 'This attachment could not be found.',
'journal_link_bill' => 'This transaction is linked to bill <a href=":route">:name</a>. To remove the connection, uncheck the checkbox. Use rules to connect it to another bill.',
// new user: // new user:
'welcome' => 'Welcome to Firefly III!', 'welcome' => 'Welcome to Firefly III!',

View File

@ -45,6 +45,7 @@ return [
'attachments' => 'Attachments', 'attachments' => 'Attachments',
'journal_amount' => 'Amount', 'journal_amount' => 'Amount',
'journal_source_name' => 'Revenue account (source)', 'journal_source_name' => 'Revenue account (source)',
'keep_bill_id' => 'Bill',
'journal_source_id' => 'Asset account (source)', 'journal_source_id' => 'Asset account (source)',
'BIC' => 'BIC', 'BIC' => 'BIC',
'verify_password' => 'Verify password security', 'verify_password' => 'Verify password security',

View File

@ -154,6 +154,8 @@ return [
'share_config_file' => 'If you have imported data from a public bank, you should <a href="https://github.com/firefly-iii/import-configurations/wiki">share your configuration file</a> so it will be easy for other users to import their data. Sharing your configuration file will not expose your financial details.', 'share_config_file' => 'If you have imported data from a public bank, you should <a href="https://github.com/firefly-iii/import-configurations/wiki">share your configuration file</a> 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' => '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.', '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_closed' => 'Account is closed!',
'ynab_account_deleted' => 'Account is deleted!', 'ynab_account_deleted' => 'Account is deleted!',