mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			987 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			987 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| declare(strict_types=1);
 | |
| 
 | |
| /**
 | |
|  * help.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 [
 | |
| 
 | |
|     // tour!
 | |
|     'main-content-title'     => 'Dobrodošli na Firefly III',
 | |
|     'main-content-text'      => '',
 | |
|     'sidebar-toggle-title'   => '',
 | |
|     'sidebar-toggle-text'    => '',
 | |
|     'account-menu-title'     => '',
 | |
|     'account-menu-text'      => '',
 | |
|     'budget-menu-title'      => '',
 | |
|     'budget-menu-text'       => '',
 | |
|     'report-menu-title'      => '',
 | |
|     'report-menu-text'       => '',
 | |
|     'transaction-menu-title' => '',
 | |
|     'transaction-menu-text'  => '',
 | |
|     'option-menu-title'      => '',
 | |
|     'option-menu-text'       => '',
 | |
|     'main-content-end-title' => '',
 | |
|     'main-content-end-text'  => '',
 | |
|     'index'                  => '',
 | |
|     'home'                   => '',
 | |
| ]; |