Zeile 311 | Zeile 311 |
---|
$l['redirect'] = "You will now be redirected"; $l['unknown_error'] = "An unknown error has occurred."; $l['post_fetch_error'] = 'There was an error fetching the posts.';
|
$l['redirect'] = "You will now be redirected"; $l['unknown_error'] = "An unknown error has occurred."; $l['post_fetch_error'] = 'There was an error fetching the posts.';
|
| $l['ratings_update_error'] = 'There was an error updating the rating.';
|
$l['smilieinsert'] = "Smilies"; $l['smilieinsert_getmore'] = "get more";
| $l['smilieinsert'] = "Smilies"; $l['smilieinsert_getmore'] = "get more";
|
Zeile 441 | Zeile 442 |
---|
$l['invalid_post_code'] = "Authorization code mismatch. Are you accessing this function correctly? Please go back and try again."; $l['invalid_nocaptcha'] = "Please solve the reCAPTCHA to verify that you're not a robot.";
|
$l['invalid_post_code'] = "Authorization code mismatch. Are you accessing this function correctly? Please go back and try again."; $l['invalid_nocaptcha'] = "Please solve the reCAPTCHA to verify that you're not a robot.";
|
| $l['invalid_hcaptcha'] = "Please solve the hCaptcha to verify that you're not a robot.";
|
$l['invalid_captcha_verify'] = "The image verification code that you entered was incorrect. Please enter the code exactly how it appears in the image."; $l['image_verification'] = "Image Verification"; $l['human_verification'] = "Human Verification"; $l['verification_note'] = "Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots."; $l['verification_note_nocaptcha'] = "Please tick the checkbox that you see below. This process is used to prevent automated spam bots.";
|
$l['invalid_captcha_verify'] = "The image verification code that you entered was incorrect. Please enter the code exactly how it appears in the image."; $l['image_verification'] = "Image Verification"; $l['human_verification'] = "Human Verification"; $l['verification_note'] = "Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots."; $l['verification_note_nocaptcha'] = "Please tick the checkbox that you see below. This process is used to prevent automated spam bots.";
|
| $l['verification_note_hcaptcha'] = "Please tick the checkbox that you see below. This process is used to prevent automated spam bots.";
|
$l['verification_subnote'] = "(case insensitive)";
|
$l['verification_subnote'] = "(case insensitive)";
|
$l['invalid_nocaptcha_transmit'] = "An error occurred with the human verification. Please try again.";
| $l['invalid_nocaptcha_transmit'] = "An error occurred with the human verification by reCAPTCHA. Please try again."; $l['invalid_hcaptcha_transmit'] = "An error occurred with the human verification by hCaptcha. Please try again.";
|
$l['captcha_fetch_failure'] = 'There was an error fetching the new captcha.'; $l['question_fetch_failure'] = 'There was an error fetching the new question.';
| $l['captcha_fetch_failure'] = 'There was an error fetching the new captcha.'; $l['question_fetch_failure'] = 'There was an error fetching the new question.';
|