15 lines
		
	
	
		
			605 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			605 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
|  | <?php | ||
|  | 
 | ||
|  | define("STRINGS", [ | ||
|  |     "sign in" => "Sign In", | ||
|  |     "username" => "Username", | ||
|  |     "password" => "Password", | ||
|  |     "continue" => "Continue", | ||
|  |     "authcode" => "Authentication code", | ||
|  |     "2fa prompt" => "Enter the six-digit code from your mobile authenticator app.", | ||
|  |     "2fa incorrect" => "Authentication code incorrect.", | ||
|  |     "login incorrect" => "Login incorrect.", | ||
|  |     "account locked" => "This account has been disabled. Contact technical support.", | ||
|  |     "password expired" => "You must change your password before continuing.", | ||
|  |     "account terminated" => "Account terminated.  Access denied." | ||
|  | ]); |