Files
ussr-hubzilla-addons/anoncaptcha/lang/en/strings.php
T

20 lines
1.0 KiB
PHP
Raw Normal View History

2026-07-16 21:58:14 +03:00
<?php
/**
* English strings for AnonCaptcha addon
*/
App::$strings = [
"Enable AnonCaptcha" => "Enable AnonCaptcha",
"When enabled, anonymous users must solve a math captcha before submitting comments." => "When enabled, anonymous users must solve a math captcha before submitting comments.",
"Submit" => "Submit",
"Captcha verification failed. Please try again." => "Captcha verification failed. Please try again.",
"What is %d + %d?" => "What is %d + %d?",
"Draw digital symbols using graphics" => "Draw digital symbols using graphics",
"When enabled, captcha numbers will be drawn as small images instead of text." => "When enabled, captcha numbers will be drawn as small images instead of text.",
"Settings updated." => "Settings updated.",
"Captcha" => "Captcha",
"anti-spam" => "anti-spam",
"Enable debug console logging" => "Enable debug console logging",
"When enabled, shows detailed debug messages in browser console for troubleshooting." => "When enabled, shows detailed debug messages in browser console for troubleshooting.",
2026-07-16 21:58:14 +03:00
];