primo commit
This commit is contained in:
		| @ -0,0 +1,38 @@ | ||||
| ; 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="_QQ_"https://data2site.com/"_QQ_" target="_QQ_"_blank"_QQ_">https://data2site.com/</a></li> | ||||
| <li>This plugin uses the CAPTCHA service of: <a href="_QQ_"https://www.hcaptcha.com/"_QQ_" target="_QQ_"_blank"_QQ_">https://www.hcaptcha.com/</a></li> | ||||
| <li>Bug reports & additions: <a href="_QQ_"https://github.com/pe7er/hcaptcha"_QQ_" target="_QQ_"_blank"_QQ_">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" | ||||
| @ -0,0 +1,12 @@ | ||||
| ; hCaptcha - CAPTCHA Plugin | ||||
| ; Copyright (C) Copyright 2020 - 2022 Peter Martin. 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="_QQ_"https://data2site.com/"_QQ_" target="_QQ_"_blank"_QQ_">https://data2site.com/</a></li> | ||||
| <li>This plugin uses the CAPTCHA service of: <a href="_QQ_"https://www.hcaptcha.com/"_QQ_" target="_QQ_"_blank"_QQ_">https://www.hcaptcha.com/</a></li> | ||||
| <li>Bug reports & additions: <a href="_QQ_"https://github.com/pe7er/hcaptcha"_QQ_" target="_QQ_"_blank"_QQ_">https://github.com/pe7er/hcaptcha</a></li> | ||||
| </ul>" | ||||
| @ -0,0 +1,33 @@ | ||||
| ; 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" | ||||
| @ -0,0 +1,7 @@ | ||||
| ; hCaptcha - CAPTCHA Plugin | ||||
| ; Copyright (C) Copyright 2020 - 2022 Peter Martin. 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>" | ||||
		Reference in New Issue
	
	Block a user