mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
some bugfixes
git-svn-id: file:///svn/phpbb/trunk@6149 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -134,7 +134,7 @@ $lang = array_merge($lang, array(
|
||||
'EDIT_TIME_EXPLAIN' => 'Limits the time available to edit a new post, zero equals infinity',
|
||||
'FLOOD_INTERVAL' => 'Flood Interval',
|
||||
'FLOOD_INTERVAL_EXPLAIN' => 'Number of seconds a user must wait between posting new messages. To enable users to ignore this alter their permissions.',
|
||||
'HOT_THRESHOLD' => 'Posts for Popular Threshold',
|
||||
'HOT_THRESHOLD' => 'Posts for Popular Threshold, Set to 0 to disable hot topics.',
|
||||
'MAX_POLL_OPTIONS' => 'Max number of poll options',
|
||||
'MAX_POST_FONT_SIZE' => 'Max font size per post',
|
||||
'MAX_POST_FONT_SIZE_EXPLAIN' => 'Set to 0 for unlimited font size.',
|
||||
@@ -186,12 +186,10 @@ $lang = array_merge($lang, array(
|
||||
'ALLOW_EMAIL_REUSE_EXPLAIN' => 'Different users can register with the same email address.',
|
||||
'COPPA' => 'Coppa',
|
||||
'COPPA_FAX' => 'COPPA Fax Number',
|
||||
'COPPA_HIDE_GROUPS' => 'Hide COPPA Groups',
|
||||
'COPPA_HIDE_GROUPS_EXPLAIN' => 'Do not display the special COPPA groups within admin-facing parts',
|
||||
'COPPA_MAIL' => 'COPPA Mailing Address',
|
||||
'COPPA_MAIL_EXPLAIN' => 'This is the mailing address where parents will send COPPA registration forms',
|
||||
'ENABLE_COPPA' => 'Enable COPPA',
|
||||
'ENABLE_COPPA_EXPLAIN' => 'This requires users to declare whether they are 13 or over for compliance with the U.S. COPPA act.',
|
||||
'ENABLE_COPPA_EXPLAIN' => 'This requires users to declare whether they are 13 or over for compliance with the U.S. COPPA act. If this is disabled the COPPA specific groups will no longer be displayed.',
|
||||
'MAX_CHARS' => 'Max',
|
||||
'MIN_CHARS' => 'Min',
|
||||
'PASSWORD_LENGTH' => 'Password length',
|
||||
|
Reference in New Issue
Block a user