11 lines
		
	
	
		
			593 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			593 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'import'                => 'इम्पोर्ट',
 | |
|     'title'                 => 'इम्पोर्ट :type',
 | |
|     'limitations'           => 'अनुमत फ़ाइल प्रकार: :extensions<br>अनुमत अधिकतम पंक्तियाँ: :row_limit',
 | |
|     'sample_file'           => 'आप नमूना फ़ाइल  <a target="_blank" href=":download_link"><strong>डाउनलोड</strong></a>  कर सकते हैं और इसे अपने डेटा से भर सकते हैं।',
 | |
| 
 | |
| ];
 |