| 
									
										
										
										
											2015-05-14 11:22:20 +02:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2018-04-28 10:29:31 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-10 09:02:26 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * breadcrumbs.php | 
					
						
							| 
									
										
										
										
											2020-01-25 06:08:56 +01:00
										 |  |  |  * Copyright (c) 2019 james@firefly-iii.org | 
					
						
							| 
									
										
										
										
											2017-12-10 09:02:26 +01:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-02 06:43:38 +02:00
										 |  |  |  * This file is part of Firefly III (https://github.com/firefly-iii). | 
					
						
							| 
									
										
										
										
											2017-12-10 09:02:26 +01:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-02 06:43:38 +02:00
										 |  |  |  * This program is free software: you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU Affero General Public License as | 
					
						
							|  |  |  |  * published by the Free Software Foundation, either version 3 of the | 
					
						
							|  |  |  |  * License, or (at your option) any later version. | 
					
						
							| 
									
										
										
										
											2017-12-10 09:02:26 +01:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-02 06:43:38 +02:00
										 |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							| 
									
										
										
										
											2017-12-10 09:02:26 +01:00
										 |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							| 
									
										
										
										
											2019-10-02 06:43:38 +02:00
										 |  |  |  * GNU Affero General Public License for more details. | 
					
						
							| 
									
										
										
										
											2017-12-10 09:02:26 +01:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-02 06:43:38 +02:00
										 |  |  |  * You should have received a copy of the GNU Affero General Public License | 
					
						
							|  |  |  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>. | 
					
						
							| 
									
										
										
										
											2017-12-10 09:02:26 +01:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2017-12-19 19:25:50 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-11 10:08:34 +02:00
										 |  |  | declare(strict_types=1); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-14 11:22:20 +02:00
										 |  |  | return [ | 
					
						
							| 
									
										
										
										
											2019-05-04 20:58:11 +02:00
										 |  |  |     'home'                   => 'Home', | 
					
						
							|  |  |  |     'edit_currency'          => 'Edit currency ":name"', | 
					
						
							|  |  |  |     'delete_currency'        => 'Delete currency ":name"', | 
					
						
							|  |  |  |     'newPiggyBank'           => 'Create a new piggy bank', | 
					
						
							|  |  |  |     'edit_piggyBank'         => 'Edit piggy bank ":name"', | 
					
						
							|  |  |  |     'preferences'            => 'Preferences', | 
					
						
							|  |  |  |     'profile'                => 'Profile', | 
					
						
							|  |  |  |     'changePassword'         => 'Change your password', | 
					
						
							|  |  |  |     'change_email'           => 'Change your email address', | 
					
						
							|  |  |  |     'bills'                  => 'Bills', | 
					
						
							|  |  |  |     'newBill'                => 'New bill', | 
					
						
							|  |  |  |     'edit_bill'              => 'Edit bill ":name"', | 
					
						
							|  |  |  |     'delete_bill'            => 'Delete bill ":name"', | 
					
						
							|  |  |  |     'reports'                => 'Reports', | 
					
						
							|  |  |  |     'search_result'          => 'Search results for ":query"', | 
					
						
							|  |  |  |     'withdrawal_list'        => 'Expenses', | 
					
						
							| 
									
										
										
										
											2019-08-05 19:45:20 +02:00
										 |  |  |     'Withdrawal_list'        => 'Expenses', | 
					
						
							| 
									
										
										
										
											2019-05-04 20:58:11 +02:00
										 |  |  |     'deposit_list'           => 'Revenue, income and deposits', | 
					
						
							|  |  |  |     'transfer_list'          => 'Transfers', | 
					
						
							|  |  |  |     'transfers_list'         => 'Transfers', | 
					
						
							|  |  |  |     'reconciliation_list'    => 'Reconciliations', | 
					
						
							|  |  |  |     'create_withdrawal'      => 'Create new withdrawal', | 
					
						
							|  |  |  |     'create_deposit'         => 'Create new deposit', | 
					
						
							|  |  |  |     'create_transfer'        => 'Create new transfer', | 
					
						
							|  |  |  |     'create_new_transaction' => 'Create a new transaction', | 
					
						
							|  |  |  |     'edit_journal'           => 'Edit transaction ":description"', | 
					
						
							|  |  |  |     'edit_reconciliation'    => 'Edit ":description"', | 
					
						
							|  |  |  |     'delete_journal'         => 'Delete transaction ":description"', | 
					
						
							| 
									
										
										
										
											2020-02-29 13:58:34 +01:00
										 |  |  |     'delete_group'           => 'Delete transaction ":description"', | 
					
						
							| 
									
										
										
										
											2019-05-04 20:58:11 +02:00
										 |  |  |     'tags'                   => 'Tags', | 
					
						
							|  |  |  |     'createTag'              => 'Create new tag', | 
					
						
							|  |  |  |     'edit_tag'               => 'Edit tag ":tag"', | 
					
						
							|  |  |  |     'delete_tag'             => 'Delete tag ":tag"', | 
					
						
							|  |  |  |     'delete_journal_link'    => 'Delete link between transactions', | 
					
						
							| 
									
										
										
										
											2020-03-11 08:13:23 +01:00
										 |  |  |     'telemetry_index'        => 'Telemetry', | 
					
						
							|  |  |  |     'telemetry_view'         => 'View telemetry', | 
					
						
							| 
									
										
										
										
											2020-06-20 10:10:55 +02:00
										 |  |  |     'edit_object_group'      => 'Edit group ":title"', | 
					
						
							|  |  |  |     'delete_object_group'    => 'Delete group ":title"', | 
					
						
							| 
									
										
										
										
											2020-06-27 15:42:18 +02:00
										 |  |  |     'logout_others'          => 'Logout other sessions' | 
					
						
							| 
									
										
										
										
											2015-05-20 19:56:14 +02:00
										 |  |  | ]; |