mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Some cleaning up courtesy of PHPStorm.
This commit is contained in:
@@ -282,7 +282,7 @@ return [
|
||||
'csv_specifix_RabobankDescription' => 'Select this when you\'re importing Rabobank CSV export files.',
|
||||
'csv_specifix_Dummy' => 'Checking this has no effect whatsoever.',
|
||||
'csv_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.',
|
||||
'csv_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
|
||||
'csv_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
|
||||
'csv_date_parse_error' => 'Could not parse a valid date from ":value", using the format ":format". Are you sure your CSV is correct?',
|
||||
|
||||
// create new stuff:
|
||||
|
||||
@@ -17,6 +17,6 @@ return [
|
||||
"token" => "Le jeton de réinitialisation de mot de passe est invalide.",
|
||||
"sent" => "Nous avons envoyé votre lien de réinitialisation de mot de passe!",
|
||||
"reset" => "Le mot de passe a été réinitialisé!",
|
||||
'blocked' => 'Nice try though.'
|
||||
'blocked' => 'Nice try though.',
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user