'import_configure_title'=>'Configure your import',
'import_configure_intro'=>'There are some options for your CSV import.',
'import_configure_form'=>'Form',
'header_help'=>'Check this if the first row of your CSV file are the column titles',
'date_help'=>'Date time format in your CSV. Follow the format like <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">this page</a> indicates. The default value will parse dates that look like this: :dateExample.',
'delimiter_help'=>'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
'config_file_help'=>'Select your CSV import configuration here. If you do not know what this is, ignore it. It will be explained later.',
'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.',
'upload_not_writeable'=>'The grey box contains a file path. It should be writeable. Please make sure it is.',
// roles
'column_roles_title'=>'Define column roles',
'column_roles_text'=>'Each column contains some data. What data?',
'column_roles_table'=>'Table',
'column_name'=>'Name of column',
'column_example'=>'Column example data',
'column_role'=>'Column data meaning',
'do_map_value'=>'Map these values',
'column'=>'Column',
'no_example_data'=>'No example data available',
'store_column_roles'=>'Continue import',
'column__ignore'=>'(ignore this column)',
'column_account-iban'=>'Asset account (IBAN)',
'column_account-id'=>'Asset account ID (matching Firefly)',
'column_account-name'=>'Asset account (name)',
'column_amount'=>'Amount',
'column_amount-comma-separated'=>'Amount (comma as decimal separator)',
'column_bill-id'=>'Bill ID (matching Firefly)',
'column_bill-name'=>'Bill name',
'column_budget-id'=>'Budget ID (matching Firefly)',
'column_budget-name'=>'Budget name',
'column_category-id'=>'Category ID (matching Firefly)',
'column_category-name'=>'Category name',
'column_currency-code'=>'Currency code (ISO 4217)',
'column_currency-id'=>'Currency ID (matching Firefly)',
'column_currency-name'=>'Currency name (matching Firefly)',
'column_currency-symbol'=>'Currency symbol (matching Firefly)',