| 
									
										
										
										
											2015-05-14 11:22:20 +02:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2016-04-24 09:02:21 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-13 17:19:09 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * breadcrumbs.php | 
					
						
							| 
									
										
										
										
											2016-04-01 16:46:11 +02:00
										 |  |  |  * Copyright (C) 2016 thegrumpydictator@gmail.com | 
					
						
							| 
									
										
										
										
											2016-03-13 17:19:09 +01:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2016-10-05 06:52:15 +02:00
										 |  |  |  * This software may be modified and distributed under the terms of the | 
					
						
							|  |  |  |  * Creative Commons Attribution-ShareAlike 4.0 International License. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * See the LICENSE file for details. | 
					
						
							| 
									
										
										
										
											2016-03-13 17:19:09 +01:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-14 11:22:20 +02:00
										 |  |  | return [ | 
					
						
							| 
									
										
										
										
											2016-09-16 07:05:34 +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', | 
					
						
							|  |  |  |     'bills'             => 'Bills', | 
					
						
							|  |  |  |     'newBill'           => 'New bill', | 
					
						
							|  |  |  |     'edit_bill'         => 'Edit bill ":name"', | 
					
						
							|  |  |  |     'delete_bill'       => 'Delete bill ":name"', | 
					
						
							|  |  |  |     'reports'           => 'Reports', | 
					
						
							| 
									
										
										
										
											2017-07-15 17:19:12 +02:00
										 |  |  |     'search_result'     => 'Search results for ":query"', | 
					
						
							| 
									
										
										
										
											2016-09-16 07:05:34 +02:00
										 |  |  |     'withdrawal_list'   => 'Expenses', | 
					
						
							|  |  |  |     'deposit_list'      => 'Revenue, income and deposits', | 
					
						
							|  |  |  |     'transfer_list'     => 'Transfers', | 
					
						
							|  |  |  |     'transfers_list'    => 'Transfers', | 
					
						
							|  |  |  |     'create_withdrawal' => 'Create new withdrawal', | 
					
						
							|  |  |  |     'create_deposit'    => 'Create new deposit', | 
					
						
							|  |  |  |     'create_transfer'   => 'Create new transfer', | 
					
						
							|  |  |  |     'edit_journal'      => 'Edit transaction ":description"', | 
					
						
							|  |  |  |     'delete_journal'    => 'Delete transaction ":description"', | 
					
						
							|  |  |  |     'tags'              => 'Tags', | 
					
						
							|  |  |  |     'createTag'         => 'Create new tag', | 
					
						
							|  |  |  |     'edit_tag'          => 'Edit tag ":tag"', | 
					
						
							|  |  |  |     'delete_tag'        => 'Delete tag ":tag"', | 
					
						
							| 
									
										
										
										
											2015-05-20 19:56:14 +02:00
										 |  |  | ]; |