First set of code for #956

This commit is contained in:
James Cole
2017-12-01 20:11:29 +01:00
parent 382c5e5760
commit 8a59380c6d
5 changed files with 125 additions and 7 deletions

View File

@@ -24,6 +24,12 @@ return [
'initial_import_account_help' => 'If your CSV file does NOT contain information about your asset account(s), use this dropdown to select to which account the transactions in the CSV belong to.',
'initial_submit' => 'Continue with step 2/3',
// new options:
'apply_rules_title' => 'Apply rules',
'apply_rules_description' => 'Apply your rules. Note that this slows the import significantly.',
'match_bills_title' => 'Match bills',
'match_bills_description' => 'Match your bills to newly created withdrawals. Note that this slows the import significantly.',
// roles config
'roles_title' => 'Import setup (2/3) - Define each column\'s role',
'roles_text' => 'Each column in your CSV file contains certain data. Please indicate what kind of data the importer should expect. The option to "map" data means that you will link each entry found in the column to a value in your database. An often mapped column is the column that contains the IBAN of the opposing account. That can be easily matched to IBAN\'s present in your database already.',