34 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
| ; hCaptcha - CAPTCHA Plugin
 | |
| ; Copyright (C) Copyright 2020 - 2022 Peter Martin, https://db8.nl. All rights reserved.
 | |
| ; License GNU General Public License version 2 or later; see LICENSE.txt
 | |
| ; Note : All ini files need to be saved as UTF-8
 | |
| 
 | |
| PLG_CAPTCHA_HCAPTCHA="CAPTCHA - hCaptcha"
 | |
| PLG_CAPTCHA_HCAPTCHA_XML_DESCRIPTION="<p>A simple CAPTCHA Plugin to protect against SPAM using hCaptcha.com</p><ul><li>Author: Peter Martin, <a href=\"https://data2site.com/\" target=\"_blank\">https://data2site.com/</a></li><li>This plugin uses the CAPTCHA service of: <a href=\"https://www.hcaptcha.com/\" target=\"_blank\">https://www.hcaptcha.com/</a></li><li>Bug reports & additions: <a href=\"https://github.com/pe7er/hcaptcha\" target=\"_blank\">https://github.com/pe7er/hcaptcha</a></li></ul>"
 | |
| 
 | |
| ; Params
 | |
| PLG_CAPTCHA_HCAPTCHA_PUBLIC_KEY="Site Key"
 | |
| PLG_CAPTCHA_HCAPTCHA_PUBLIC_KEY_DESC="Site Keys are used to uniquely identify your site"
 | |
| PLG_CAPTCHA_HCAPTCHA_PRIVATE_KEY="Secret key"
 | |
| PLG_CAPTCHA_HCAPTCHA_PRIVATE_KEY_DESC="A secret Key is used to verify your hCaptcha account"
 | |
| 
 | |
| PLG_CAPTCHA_HCAPTCHA_THEME="Theme"
 | |
| PLG_CAPTCHA_HCAPTCHA_THEME_LIGHT="Light"
 | |
| PLG_CAPTCHA_HCAPTCHA_THEME_DARK="Dark"
 | |
| 
 | |
| PLG_CAPTCHA_HCAPTCHA_SIZE="Size"
 | |
| PLG_CAPTCHA_HCAPTCHA_SIZE_NORMAL="Normal"
 | |
| PLG_CAPTCHA_HCAPTCHA_SIZE_COMPACT="Compact"
 | |
| 
 | |
| ; Privacy
 | |
| PLG_CAPTCHA_HCAPTCHA_PRIVACY_CAPABILITY_IP_ADDRESS="The hCaptcha plugin integrates with hcaptcha's CAPTCHA system as a spam protection service. As part of this service, the IP address of the user answering the captcha challenge is transmitted to hcaptcha.com."
 | |
| 
 | |
| ; Error messages
 | |
| PLG_CAPTCHA_HCAPTCHA_ERROR_CANT_CONNECT_TO_HCAPTCHA_SERVERS="Unable to connect to the hcaptcha.com servers"
 | |
| PLG_CAPTCHA_HCAPTCHA_ERROR_NO_PUBLIC_KEY="Public Key (Site Key) is missing"
 | |
| PLG_CAPTCHA_HCAPTCHA_ERROR_NO_PRIVATE_KEY="Private Key (Secret Key) is missing"
 | |
| PLG_CAPTCHA_HCAPTCHA_ERROR_NO_IP="Error: No IP address"
 | |
| PLG_CAPTCHA_HCAPTCHA_ERROR_EMPTY_SOLUTION="Please complete the CAPTCHA"
 | |
| PLG_CAPTCHA_HCAPTCHA_ERROR_INCORRECT_CAPTCHA="The CAPTCHA was incorrect"
 | |
| PLG_CAPTCHA_HCAPTCHA_ERROR_INVALID_RESPONSE="Invalid response from hcaptcha.com"
 |