| 
									
										
										
										
											2015-06-29 15:23:50 +02:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2016-03-13 17:19:09 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * help.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-06-29 15:23:50 +02:00
										 |  |  | return [ | 
					
						
							| 
									
										
										
										
											2015-07-11 10:01:13 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // tour!
 | 
					
						
							| 
									
										
										
										
											2016-10-14 17:14:28 +02:00
										 |  |  |     'main-content-title'     => 'Welcome to Firefly III', | 
					
						
							|  |  |  |     'main-content-text'      => 'Do yourself a favor and follow this short guide to make sure you know your way around.', | 
					
						
							|  |  |  |     'sidebar-toggle-title'   => 'Sidebar to create stuff', | 
					
						
							|  |  |  |     'sidebar-toggle-text'    => 'Hidden under the plus icon are all the buttons to create new stuff. Accounts, transactions, everything!', | 
					
						
							|  |  |  |     'account-menu-title'     => 'All your accounts', | 
					
						
							|  |  |  |     'account-menu-text'      => 'Here you can find all the accounts you\'ve made.', | 
					
						
							|  |  |  |     'budget-menu-title'      => 'Budgets', | 
					
						
							|  |  |  |     'budget-menu-text'       => 'Use this page to organise your finances and limit spending.', | 
					
						
							|  |  |  |     'report-menu-title'      => 'Reports', | 
					
						
							|  |  |  |     'report-menu-text'       => 'Check this out when you want a solid overview of your finances.', | 
					
						
							|  |  |  |     'transaction-menu-title' => 'Transactions', | 
					
						
							|  |  |  |     'transaction-menu-text'  => 'All transactions you\'ve created can be found here.', | 
					
						
							|  |  |  |     'option-menu-title'      => 'Options', | 
					
						
							|  |  |  |     'option-menu-text'       => 'This is pretty self-explanatory.', | 
					
						
							|  |  |  |     'main-content-end-title' => 'The end!', | 
					
						
							|  |  |  |     'main-content-end-text'  => 'Remember that every page has a small question mark at the right top. Click it to get help about the page you\'re on.', | 
					
						
							|  |  |  |     'index'                  => 'index', | 
					
						
							|  |  |  |     'home'                   => 'home', | 
					
						
							| 
									
										
										
										
											2015-07-09 21:26:40 +02:00
										 |  |  | ]; |