mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			865 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			865 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| declare(strict_types=1);
 | |
| 
 | |
| /**
 | |
|  * demo.php
 | |
|  * Copyright (c) 2016 thegrumpydictator@gmail.com
 | |
|  * 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.
 | |
|  */
 | |
| 
 | |
| return [
 | |
|     'no_demo_text'                   => '',
 | |
|     'see_help_icon'                  => '',
 | |
|     'index'                          => '',
 | |
|     'accounts-index'                 => '',
 | |
|     'budgets-index'                  => '',
 | |
|     'reports-index-start'            => '',
 | |
|     'reports-index-examples'         => '',
 | |
|     'currencies-index'               => '',
 | |
|     'transactions-index'             => '',
 | |
|     'piggy-banks-index'              => '',
 | |
|     'import-index'                   => '',
 | |
|     'import-configure-security'      => '',
 | |
|     'import-configure-configuration' => '',
 | |
| ]; |