12 lines
		
	
	
		
			436 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			436 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/**
 | 
						|
 * Strings for component 'auth_http', language 'en'.
 | 
						|
 * @package      auth_http
 | 
						|
 * @copyright    "Valentin Popov" <info@valentineus.link>
 | 
						|
 * @license      MIT License (https://opensource.org/licenses/MIT)
 | 
						|
*/
 | 
						|
 | 
						|
$string['pluginname'] = 'HTTP Authentication';
 | 
						|
$string['auth_httpdescription'] = 'A simple plugin that implements basic authentication for users in the system.';
 | 
						|
$string['auth_httperror'] = 'User is not authorized.';
 |