mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Code for #1671
This commit is contained in:
		| @@ -37,6 +37,7 @@ return [ | ||||
|     // index page: | ||||
|     'general_index_title'                 => 'Import a file', | ||||
|     'general_index_intro'                 => 'Welcome to Firefly III\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.', | ||||
|  | ||||
|     // import provider strings (index): | ||||
|     'button_fake'                         => 'Fake an import', | ||||
|     'button_file'                         => 'Import a file', | ||||
| @@ -110,6 +111,7 @@ return [ | ||||
|     'job_config_file_upload_type_help'    => 'Select the type of file you will upload', | ||||
|     'job_config_file_upload_submit'       => 'Upload files', | ||||
|     'import_file_type_csv'                => 'CSV (comma separated values)', | ||||
|     'import_file_type_ofx'                => 'OFX', | ||||
|     'file_not_utf8'                       => 'The file you have uploaded is not encoded as UTF-8 or ASCII. Firefly III cannot handle such files. Please use Notepad++ or Sublime to convert your file to UTF-8.', | ||||
|     'job_config_uc_title'                 => 'Import setup (2/4) - Basic file setup', | ||||
|     'job_config_uc_text'                  => 'To be able to import your file correctly, please validate the options below.', | ||||
| @@ -123,6 +125,7 @@ return [ | ||||
|     'job_config_uc_specifics_txt'         => 'Some banks deliver badly formatted files. Firefly III can fix those automatically. If your bank delivers such files but it\'s not listed here, please open an issue on GitHub.', | ||||
|     'job_config_uc_submit'                => 'Continue', | ||||
|     'invalid_import_account'              => 'You have selected an invalid account to import into.', | ||||
|     'import_liability_select'             => 'Liability', | ||||
|     // job configuration for Spectre: | ||||
|     'job_config_spectre_login_title'      => 'Choose your login', | ||||
|     'job_config_spectre_login_text'       => 'Firefly III has found :count existing login(s) in your Spectre account. Which one would you like to use to import from?', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user