Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions administrator/language/de-DE/plg_captcha_powcaptcha.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
; Joomla! German Translation
; (C) 2025 Open Source Matters, Inc. <https://www.joomla.org>
; (C) Translation 2008 - 2025 J!German <https://www.jgerman.de>
; 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 <a href=\"https://altcha.org/\" target=\"_blank\" aria-label=\"Visit Altcha.org\" rel=\"noopener noreferrer\">ALTCHA</a>"
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."
8 changes: 8 additions & 0 deletions administrator/language/de-DE/plg_captcha_powcaptcha.sys.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
; Joomla! German Translation
; (C) 2025 Open Source Matters, Inc. <https://www.joomla.org>
; (C) Translation 2008 - 2025 J!German <https://www.jgerman.de>
; 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."