diff options
author | PayBas <contact@paybas.com> | 2014-05-24 16:01:08 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-09-15 14:43:40 +0200 |
commit | aaddf41e5b105c6e1b57a5e75267db69576afdf6 (patch) | |
tree | d6ae581a8e8236458753b8e8d3c5c9403047f292 /phpBB/language | |
parent | 0b4944f1254ce07b9cd81fb0d7d6158672a9eac0 (diff) | |
download | forums-aaddf41e5b105c6e1b57a5e75267db69576afdf6.tar forums-aaddf41e5b105c6e1b57a5e75267db69576afdf6.tar.gz forums-aaddf41e5b105c6e1b57a5e75267db69576afdf6.tar.bz2 forums-aaddf41e5b105c6e1b57a5e75267db69576afdf6.tar.xz forums-aaddf41e5b105c6e1b57a5e75267db69576afdf6.zip |
[ticket/12408] Changed lang vars, added fieldset and removed "default"
PHPBB3-12408
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/board.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 3008797a84..07bf927936 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -41,18 +41,19 @@ $lang = array_merge($lang, array( 'ACP_BOARD_SETTINGS_EXPLAIN' => 'Here you can determine the basic operation of your board, give it a fitting name and description, and among other settings adjust the default values for timezone and language.', 'BOARD_INDEX_TEXT' => 'Board index text', 'BOARD_INDEX_TEXT_EXPLAIN' => 'This text is displayed as the board index in the board’s breadcrumbs. If not specified, it will default to “Board index”.', + 'BOARD_STYLE' => 'Board style', 'CUSTOM_DATEFORMAT' => 'Custom…', 'DEFAULT_DATE_FORMAT' => 'Date format', '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.', + 'DEFAULT_STYLE_EXPLAIN' => 'The default style for new users.', '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', 'DISPLAY_LAST_SUBJECT_EXPLAIN' => 'The subject of the last added post will be displayed in the forum list with a hyperlink to the post. Subjects from password protected forums and forums in which user doesn’t have read access are not shown.', + 'GUEST_STYLE' => 'Guest style', + 'GUEST_STYLE_EXPLAIN' => 'The board style for guests.', 'OVERRIDE_STYLE' => 'Override user style', 'OVERRIDE_STYLE_EXPLAIN' => 'Replaces user’s style with the default.', 'SITE_DESC' => 'Site description', |