mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/9570] Changed "system" to "guest" timezone in ACP, added explanation.
PHPBB3-9570
This commit is contained in:
committed by
Nils Adermann
parent
b7ae0fe4e9
commit
097854ca85
@@ -50,7 +50,8 @@ $lang = array_merge($lang, array(
|
||||
'SITE_DESC' => 'Site description',
|
||||
'SITE_NAME' => 'Site name',
|
||||
'SYSTEM_DST' => 'Enable Summer Time/<abbr title="Daylight Saving Time">DST</abbr>',
|
||||
'SYSTEM_TIMEZONE' => 'System timezone',
|
||||
'SYSTEM_TIMEZONE' => 'Guest timezone',
|
||||
'SYSTEM_TIMEZONE_EXPLAIN' => 'Timezone to use for displaying times to users who are not logged in (guests, bots). Logged in users set their timezone during registration and can change it in user control panel.',
|
||||
'WARNINGS_EXPIRE' => 'Warning duration',
|
||||
'WARNINGS_EXPIRE_EXPLAIN' => 'Number of days that will elapse before the warning will automatically expire from a user’s record.',
|
||||
));
|
||||
|
Reference in New Issue
Block a user