1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/12960] Add tests for incomplete captcha

PHPBB3-12960
This commit is contained in:
Marc Alexander
2024-04-19 08:43:49 +02:00
parent 7da461eac4
commit d1e2e39469
5 changed files with 101 additions and 5 deletions

View File

@@ -525,6 +525,7 @@ $lang = array_merge($lang, array(
'NO_EMAIL_SUBJECT' => 'No email subject specified.',
'NO_FORUM' => 'The forum you selected does not exist.',
'NO_FORUMS' => 'This board has no forums.',
'NO_GENERATOR_CLASS' => 'No generator class given.',
'NO_GROUP' => 'The requested usergroup does not exist.',
'NO_GROUP_MEMBERS' => 'This group currently has no members.',
'NO_IPS_DEFINED' => 'No IP addresses or hostnames defined',