diff options
author | PayBas <contact@paybas.com> | 2014-04-14 15:20:46 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-09-15 14:43:38 +0200 |
commit | 265c621c9ede226cf50140057c5184245d4bf779 (patch) | |
tree | d52917b6edea34d3bfdcd883c466168af0f1634d /phpBB/language/en | |
parent | 9ef01e7f82332b80435b7fed3327ea6031bfc2ab (diff) | |
download | forums-265c621c9ede226cf50140057c5184245d4bf779.tar forums-265c621c9ede226cf50140057c5184245d4bf779.tar.gz forums-265c621c9ede226cf50140057c5184245d4bf779.tar.bz2 forums-265c621c9ede226cf50140057c5184245d4bf779.tar.xz forums-265c621c9ede226cf50140057c5184245d4bf779.zip |
[ticket/12408] Add quick setting for "default guest style" to ACP
PHPBB3-12408
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/board.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index d451bdd515..3008797a84 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -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', |