mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
git-svn-id: file:///svn/phpbb/trunk@6806 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -204,6 +204,8 @@ $lang = array_merge($lang, array(
|
||||
'REG_LIMIT_EXPLAIN' => 'Number of attempts users can make at the confirmation code before being locked out that session.',
|
||||
'USERNAME_ALPHA_ONLY' => 'Alphanumeric only',
|
||||
'USERNAME_ALPHA_SPACERS' => 'Alphanumeric and spacers',
|
||||
'USERNAME_LETTER_NUM' => 'Any letter and number',
|
||||
'USERNAME_LETTER_NUM_SPACERS' => 'Any letter, number, and spacer',
|
||||
'USERNAME_CHARS' => 'Limit username chars',
|
||||
'USERNAME_CHARS_ANY' => 'Any character',
|
||||
'USERNAME_CHARS_EXPLAIN' => 'Restrict type of characters that may be used in usernames, spacers are; space, -, +, _, [ and ]',
|
||||
|
Reference in New Issue
Block a user