Added default language pack (en-gb)
This commit is contained in:
		
							
								
								
									
										8
									
								
								catalog/tool/upload.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								catalog/tool/upload.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_upload']    = 'Your file was successfully uploaded!';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_filename'] = 'Filename must be between 3 and 64 characters!';
 | 
			
		||||
$_['error_filetype'] = 'Invalid file type!';
 | 
			
		||||
$_['error_upload']   = 'Upload required!';
 | 
			
		||||
		Reference in New Issue
	
	Block a user