mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Update email address
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| <?php | ||||
| /** | ||||
|  * api.php | ||||
|  * Copyright (c) 2019 thegrumpydictator@gmail.com | ||||
|  * Copyright (c) 2019 james@firefly-iii.org | ||||
|  * | ||||
|  * This file is part of Firefly III (https://github.com/firefly-iii). | ||||
|  * | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| /** | ||||
|  * auth.php | ||||
|  * Copyright (c) 2019 thegrumpydictator@gmail.com | ||||
|  * Copyright (c) 2019 james@firefly-iii.org | ||||
|  * | ||||
|  * This file is part of Firefly III (https://github.com/firefly-iii). | ||||
|  * | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| /** | ||||
|  * bank.php | ||||
|  * Copyright (c) 2019 thegrumpydictator@gmail.com | ||||
|  * Copyright (c) 2019 james@firefly-iii.org | ||||
|  * | ||||
|  * This file is part of Firefly III (https://github.com/firefly-iii). | ||||
|  * | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| /** | ||||
|  * breadcrumbs.php | ||||
|  * Copyright (c) 2019 thegrumpydictator@gmail.com | ||||
|  * Copyright (c) 2019 james@firefly-iii.org | ||||
|  * | ||||
|  * This file is part of Firefly III (https://github.com/firefly-iii). | ||||
|  * | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| /** | ||||
|  * components.php | ||||
|  * Copyright (c) 2019 thegrumpydictator@gmail.com | ||||
|  * Copyright (c) 2019 james@firefly-iii.org | ||||
|  * | ||||
|  * This file is part of Firefly III (https://github.com/firefly-iii). | ||||
|  * | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| /** | ||||
|  * config.php | ||||
|  * Copyright (c) 2019 thegrumpydictator@gmail.com | ||||
|  * Copyright (c) 2019 james@firefly-iii.org | ||||
|  * | ||||
|  * This file is part of Firefly III (https://github.com/firefly-iii). | ||||
|  * | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| /** | ||||
|  * csv.php | ||||
|  * Copyright (c) 2019 thegrumpydictator@gmail.com | ||||
|  * Copyright (c) 2019 james@firefly-iii.org | ||||
|  * | ||||
|  * This file is part of Firefly III (https://github.com/firefly-iii). | ||||
|  * | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| /** | ||||
|  * demo.php | ||||
|  * Copyright (c) 2019 thegrumpydictator@gmail.com | ||||
|  * Copyright (c) 2019 james@firefly-iii.org | ||||
|  * | ||||
|  * This file is part of Firefly III (https://github.com/firefly-iii). | ||||
|  * | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| /** | ||||
|  * firefly.php | ||||
|  * Copyright (c) 2019 thegrumpydictator@gmail.com | ||||
|  * Copyright (c) 2019 james@firefly-iii.org | ||||
|  * | ||||
|  * This file is part of Firefly III (https://github.com/firefly-iii). | ||||
|  * | ||||
| @@ -309,6 +309,7 @@ return [ | ||||
|     'make_new_rule'                              => 'Make a new rule in rule group ":title"', | ||||
|     'make_new_rule_no_group'                     => 'Make a new rule', | ||||
|     'instructions_rule_from_bill'                => 'In order to match transactions to your new bill ":name", Firefly III can create a rule that will automatically be checked against any transactions you store. Please verify the details below and store the rule to have Firefly III automatically match transactions to your new bill.', | ||||
|     'instructions_rule_from_journal'             => 'Create a rule based on one of your transactions. Complement or submit the form below.', | ||||
|     'rule_is_strict'                             => 'strict rule', | ||||
|     'rule_is_not_strict'                         => 'non-strict rule', | ||||
|     'rule_help_stop_processing'                  => 'When you check this box, later rules in this group will not be executed.', | ||||
| @@ -493,6 +494,9 @@ return [ | ||||
|     'new_rule_for_bill_title'         => 'Rule for bill ":name"', | ||||
|     'new_rule_for_bill_description'   => 'This rule marks transactions for bill ":name".', | ||||
|  | ||||
|     'new_rule_for_journal_title'         => 'Rule based on transaction ":description"', | ||||
|     'new_rule_for_journal_description'   => 'This rule is based on transaction ":description". It will match transactions that are exactly the same.', | ||||
|  | ||||
|     // tags | ||||
|     'store_new_tag'                   => 'Store new tag', | ||||
|     'update_tag'                      => 'Update tag', | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| /** | ||||
|  * form.php | ||||
|  * Copyright (c) 2019 thegrumpydictator@gmail.com | ||||
|  * Copyright (c) 2019 james@firefly-iii.org | ||||
|  * | ||||
|  * This file is part of Firefly III (https://github.com/firefly-iii). | ||||
|  * | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| /** | ||||
|  * import.php | ||||
|  * Copyright (c) 2019 thegrumpydictator@gmail.com | ||||
|  * Copyright (c) 2019 james@firefly-iii.org | ||||
|  * | ||||
|  * This file is part of Firefly III (https://github.com/firefly-iii). | ||||
|  * | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| /** | ||||
|  * intro.php | ||||
|  * Copyright (c) 2019 thegrumpydictator@gmail.com | ||||
|  * Copyright (c) 2019 james@firefly-iii.org | ||||
|  * | ||||
|  * This file is part of Firefly III (https://github.com/firefly-iii). | ||||
|  * | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| /** | ||||
|  * list.php | ||||
|  * Copyright (c) 2019 thegrumpydictator@gmail.com | ||||
|  * Copyright (c) 2019 james@firefly-iii.org | ||||
|  * | ||||
|  * This file is part of Firefly III (https://github.com/firefly-iii). | ||||
|  * | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| /** | ||||
|  * pagination.php | ||||
|  * Copyright (c) 2019 thegrumpydictator@gmail.com | ||||
|  * Copyright (c) 2019 james@firefly-iii.org | ||||
|  * | ||||
|  * This file is part of Firefly III (https://github.com/firefly-iii). | ||||
|  * | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| /** | ||||
|  * passwords.php | ||||
|  * Copyright (c) 2019 thegrumpydictator@gmail.com | ||||
|  * Copyright (c) 2019 james@firefly-iii.org | ||||
|  * | ||||
|  * This file is part of Firefly III (https://github.com/firefly-iii). | ||||
|  * | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| /** | ||||
|  * validation.php | ||||
|  * Copyright (c) 2019 thegrumpydictator@gmail.com | ||||
|  * Copyright (c) 2019 james@firefly-iii.org | ||||
|  * | ||||
|  * This file is part of Firefly III (https://github.com/firefly-iii). | ||||
|  * | ||||
|   | ||||
		Reference in New Issue
	
	Block a user