anoncaptcha init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?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",
|
||||
];
|
||||
Reference in New Issue
Block a user