11 lines
		
	
	
		
			364 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			364 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'import'                => 'Import',
 | |
|     'title'                 => 'Import :type',
 | |
|     'limitations'           => 'Allowed file types: :extensions<br>Allowed max rows: :row_limit',
 | |
|     'sample_file'           => 'You can <a target="_blank" href=":download_link"><strong>download</strong></a> the sample file and fill it with your data.',
 | |
| 
 | |
| ];
 |