11 lines
		
	
	
		
			367 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			367 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'import'                => 'Importera',
 | |
|     'title'                 => 'Importera :type',
 | |
|     'limitations'           => 'Tillåtna filtyper: :extensions<br>Max antal rader: :row_limit',
 | |
|     'sample_file'           => 'Du kan <a target="_blank" href=":download_link"><strong>ladda ner</strong></a> exempelfilen och fylla den med dina data.',
 | |
| 
 | |
| ];
 |