mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12408] Add quick setting for "default guest style" to ACP
PHPBB3-12408
This commit is contained in:
@@ -46,6 +46,9 @@ $lang = array_merge($lang, array(
|
||||
'DEFAULT_DATE_FORMAT_EXPLAIN' => 'The date format is the same as the PHP <code>date</code> function.',
|
||||
'DEFAULT_LANGUAGE' => 'Default language',
|
||||
'DEFAULT_STYLE' => 'Default style',
|
||||
'DEFAULT_STYLE_EXPLAIN' => 'The default board style for logged in users.',
|
||||
'DEFAULT_GUEST_STYLE' => 'Default guest style',
|
||||
'DEFAULT_GUEST_STYLE_EXPLAIN' => 'The default board style for guests.',
|
||||
'DISABLE_BOARD' => 'Disable board',
|
||||
'DISABLE_BOARD_EXPLAIN' => 'This will make the board unavailable to users who are neither administrators nor moderators. You can also enter a short (255 character) message to display if you wish.',
|
||||
'DISPLAY_LAST_SUBJECT' => 'Display subject of last added post on forum list',
|
||||
|
Reference in New Issue
Block a user