mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	First steps for reconciliation fix.
This commit is contained in:
		| @@ -553,24 +553,25 @@ return [ | ||||
|     'login_with_new_email'                    => 'You can now login with your new email address.', | ||||
|     'login_with_old_email'                    => 'You can now login with your old email address again.', | ||||
|     'login_provider_local_only'               => 'This action is not available when authenticating through ":login_provider".', | ||||
|     'delete_local_info_only'                  => 'Because you authenticate through ":login_provider", this will only delete local Firefly III information.', | ||||
|     'delete_local_info_only' => 'Because you authenticate through ":login_provider", this will only delete local Firefly III information.', | ||||
|  | ||||
|     // attachments | ||||
|     'nr_of_attachments'                       => 'One attachment|:count attachments', | ||||
|     'attachments'                             => 'Attachments', | ||||
|     'edit_attachment'                         => 'Edit attachment ":name"', | ||||
|     'update_attachment'                       => 'Update attachment', | ||||
|     'delete_attachment'                       => 'Delete attachment ":name"', | ||||
|     'attachment_deleted'                      => 'Deleted attachment ":name"', | ||||
|     'attachment_updated'                      => 'Updated attachment ":name"', | ||||
|     'upload_max_file_size'                    => 'Maximum file size: :size', | ||||
|     'list_all_attachments'                    => 'List of all attachments', | ||||
|     'nr_of_attachments'      => 'One attachment|:count attachments', | ||||
|     'attachments'            => 'Attachments', | ||||
|     'edit_attachment'        => 'Edit attachment ":name"', | ||||
|     'update_attachment'      => 'Update attachment', | ||||
|     'delete_attachment'      => 'Delete attachment ":name"', | ||||
|     'attachment_deleted'     => 'Deleted attachment ":name"', | ||||
|     'liabilities_deleted'    => 'Deleted liability ":name"', | ||||
|     'attachment_updated'     => 'Updated attachment ":name"', | ||||
|     'upload_max_file_size'   => 'Maximum file size: :size', | ||||
|     'list_all_attachments'   => 'List of all attachments', | ||||
|  | ||||
|     // transaction index | ||||
|     'title_expenses'                          => 'Expenses', | ||||
|     'title_withdrawal'                        => 'Expenses', | ||||
|     'title_revenue'                           => 'Revenue / income', | ||||
|     'title_deposit'                           => 'Revenue / income', | ||||
|     'title_expenses'         => 'Expenses', | ||||
|     'title_withdrawal'       => 'Expenses', | ||||
|     'title_revenue'          => 'Revenue / income', | ||||
|     'title_deposit'          => 'Revenue / income', | ||||
|     'title_transfer'                          => 'Transfers', | ||||
|     'title_transfers'                         => 'Transfers', | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user