Expand import routine to work over command line.

This commit is contained in:
James Cole
2017-12-16 20:47:08 +01:00
parent 22535c0e43
commit 7d348f25ac
5 changed files with 61 additions and 32 deletions

View File

@@ -3,20 +3,6 @@ declare(strict_types=1);
return [
// general strings for file upload
// 'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.',
// 'import_index_file' => 'Select your file',
// 'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>.',
//
// 'import_index_start' => 'Start importing',
// 'import_file' => 'Import a file',
//
// // supported file types:
//
//
// // import configuration routine:
// status of import:
'status_wait_title' => 'Please hold...',
'status_wait_text' => 'This box will disappear in a moment.',