mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 12:58:52 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10211] Add spce after dot in new language string
This commit is contained in:
commit
ecc9a7dd9b
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ $lang = array_merge($lang, array(
|
||||||
'IP_VALID' => 'Session IP validation',
|
'IP_VALID' => 'Session IP validation',
|
||||||
'IP_VALID_EXPLAIN' => 'Determines how much of the users IP is used to validate a session; <samp>All</samp> compares the complete address, <samp>A.B.C</samp> the first x.x.x, <samp>A.B</samp> the first x.x, <samp>None</samp> disables checking. On IPv6 addresses <samp>A.B.C</samp> compares the first 4 blocks and <samp>A.B</samp> the first 3 blocks.',
|
'IP_VALID_EXPLAIN' => 'Determines how much of the users IP is used to validate a session; <samp>All</samp> compares the complete address, <samp>A.B.C</samp> the first x.x.x, <samp>A.B</samp> the first x.x, <samp>None</samp> disables checking. On IPv6 addresses <samp>A.B.C</samp> compares the first 4 blocks and <samp>A.B</samp> the first 3 blocks.',
|
||||||
'IP_LOGIN_LIMIT_MAX' => 'Maximum number of login attempts per IP address',
|
'IP_LOGIN_LIMIT_MAX' => 'Maximum number of login attempts per IP address',
|
||||||
'IP_LOGIN_LIMIT_MAX_EXPLAIN' => 'The threshold of login attempts allowed from a single IP address before an anti-spambot task is triggered.Enter 0 to prevent the anti-spambot task from being triggered by IP addresses.',
|
'IP_LOGIN_LIMIT_MAX_EXPLAIN' => 'The threshold of login attempts allowed from a single IP address before an anti-spambot task is triggered. Enter 0 to prevent the anti-spambot task from being triggered by IP addresses.',
|
||||||
'IP_LOGIN_LIMIT_TIME' => 'IP address login attempt expiration time',
|
'IP_LOGIN_LIMIT_TIME' => 'IP address login attempt expiration time',
|
||||||
'IP_LOGIN_LIMIT_TIME_EXPLAIN' => 'Login attempts expire after this period, in seconds.',
|
'IP_LOGIN_LIMIT_TIME_EXPLAIN' => 'Login attempts expire after this period, in seconds.',
|
||||||
'IP_LOGIN_LIMIT_USE_FORWARDED' => 'Limit login attempts by <var>X_FORWARDED_FOR</var> header',
|
'IP_LOGIN_LIMIT_USE_FORWARDED' => 'Limit login attempts by <var>X_FORWARDED_FOR</var> header',
|
||||||
|
|
Loading…
Add table
Reference in a new issue