; Joomla! Project ; (C) 2025 Open Source Matters, Inc. ; 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_POWCAPTCHA="CAPTCHA - Proof of Work" PLG_CAPTCHA_POWCAPTCHA_XML_DESCRIPTION="This CAPTCHA plugin presents a math task to the user's browser that the browser can solve automatically. It's not supposed to prove that the user is human, but to prove that the user is willing to invest the necessary time to solve the task. Currently based on the Altcha (altcha.org) library." ; Admin parameters PLG_CAPTCHA_POWCAPTCHA_AUTOSOLVE_DESC="Should the CAPTCHA be solved automatically, without requiring the user to actively interact with the respective box?" PLG_CAPTCHA_POWCAPTCHA_AUTOSOLVE_LABEL="Automatic Solution" PLG_CAPTCHA_POWCAPTCHA_AUTOSOLVE_OFF="Off" PLG_CAPTCHA_POWCAPTCHA_AUTOSOLVE_ONFOCUS="When CAPTCHA field receives focus" PLG_CAPTCHA_POWCAPTCHA_AUTOSOLVE_ONLOAD="When page is loaded" PLG_CAPTCHA_POWCAPTCHA_AUTOSOLVE_ONSUBMIT="When form is submitted" PLG_CAPTCHA_POWCAPTCHA_DIFFICULTY_DESC="The harder the CAPTCHA gets, the more computing time will be required to solve it." PLG_CAPTCHA_POWCAPTCHA_DIFFICULTY_LABEL="Difficulty" PLG_CAPTCHA_POWCAPTCHA_DIFFICULTY_CUSTOM="Custom" PLG_CAPTCHA_POWCAPTCHA_DIFFICULTY_EASY="Easy" PLG_CAPTCHA_POWCAPTCHA_DIFFICULTY_HARD="Hard" PLG_CAPTCHA_POWCAPTCHA_DIFFICULTY_MODERATE="Moderate" PLG_CAPTCHA_POWCAPTCHA_EXPIRATION_DESC="How long should a solution be valid?" PLG_CAPTCHA_POWCAPTCHA_EXPIRATION_LABEL="Expiration" PLG_CAPTCHA_POWCAPTCHA_EXPIRATION_1MIN="1 minute" PLG_CAPTCHA_POWCAPTCHA_EXPIRATION_5MIN="5 minutes" PLG_CAPTCHA_POWCAPTCHA_EXPIRATION_10MIN="10 minutes" PLG_CAPTCHA_POWCAPTCHA_EXPIRATION_1HOUR="1 hour" PLG_CAPTCHA_POWCAPTCHA_MAXNUMBER_DESC="Defines the maximum number that's used in the task that needs to be solved. The higher the number, the harder to solve." PLG_CAPTCHA_POWCAPTCHA_MAXNUMBER_LABEL="Maximum Number" ; Client-side interface customisation PLG_CAPTCHA_POWCAPTCHA_ARIALINKLABEL="Visit Altcha.org" PLG_CAPTCHA_POWCAPTCHA_ERROR="Verification failed. Try again later." PLG_CAPTCHA_POWCAPTCHA_EXPIRED="Verification expired. Try again." PLG_CAPTCHA_POWCAPTCHA_FOOTER="Protected by ALTCHA" PLG_CAPTCHA_POWCAPTCHA_LABEL="I'm not a robot" PLG_CAPTCHA_POWCAPTCHA_VERIFIED="Verified" PLG_CAPTCHA_POWCAPTCHA_VERIFYING="Verifying..." PLG_CAPTCHA_POWCAPTCHA_WAITALERT="Verifying... please wait."