mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@7379 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -202,8 +202,8 @@ $lang = array_merge($lang, array(
|
||||
'PASSWORD_LENGTH_EXPLAIN' => 'Minimum and maximum number of characters in passwords.',
|
||||
'REG_LIMIT' => 'Registration attempts',
|
||||
'REG_LIMIT_EXPLAIN' => 'Number of attempts users can make at the confirmation code before being locked out that session.',
|
||||
'USERNAME_ALPHA_ONLY' => 'Letters only',
|
||||
'USERNAME_ALPHA_SPACERS' => 'Letters and spacers',
|
||||
'USERNAME_ALPHA_ONLY' => 'Alphanumeric only',
|
||||
'USERNAME_ALPHA_SPACERS' => 'Alphanumeric and spacers',
|
||||
'USERNAME_ASCII' => 'ASCII (no international unicode)',
|
||||
'USERNAME_LETTER_NUM' => 'Any letter and number',
|
||||
'USERNAME_LETTER_NUM_SPACERS' => 'Any letter, number, and spacer',
|
||||
|
Reference in New Issue
Block a user