Add CaptchaQueries

This commit is contained in:
Zankaria
2024-01-30 00:03:34 +01:00
parent 819ce71c55
commit dc903017ca
3 changed files with 177 additions and 63 deletions

View File

@@ -1210,6 +1210,8 @@
$config['error']['captcha'] = _('You seem to have mistyped the verification.');
$config['error']['flag_undefined'] = _('The flag %s is undefined, your PHP version is too old!');
$config['error']['flag_wrongtype'] = _('defined_flags_accumulate(): The flag %s is of the wrong type!');
$config['error']['remote_io_error'] = _('IO error while interacting with a remote service.');
$config['error']['local_io_error'] = _('IO error while interacting with a local resource or service.');
// Moderator errors