1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12408] Add quick setting for "default guest style" to ACP

PHPBB3-12408
This commit is contained in:
PayBas
2014-04-14 15:20:46 +02:00
parent 9ef01e7f82
commit 265c621c9e
2 changed files with 58 additions and 1 deletions

View File

@@ -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',