diff options
author | Tabitha Backoff <t_backoff@yahoo.com> | 2013-03-28 02:34:36 -0400 |
---|---|---|
committer | Tabitha Backoff <t_backoff@yahoo.com> | 2013-03-28 02:34:36 -0400 |
commit | 9e5cde7f668a614ff74dc15d9c72df48dd114dbc (patch) | |
tree | 98e6cd2bffb0f566e3c3282593ffbb45902b1cc3 /phpBB/language | |
parent | b583f6d8d9ad6ea3f2a1dafbfd479f8a2d67551c (diff) | |
download | forums-9e5cde7f668a614ff74dc15d9c72df48dd114dbc.tar forums-9e5cde7f668a614ff74dc15d9c72df48dd114dbc.tar.gz forums-9e5cde7f668a614ff74dc15d9c72df48dd114dbc.tar.bz2 forums-9e5cde7f668a614ff74dc15d9c72df48dd114dbc.tar.xz forums-9e5cde7f668a614ff74dc15d9c72df48dd114dbc.zip |
Ticket# 11477 - Allow customisation of "Board index"
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index ff686f2360..bfc2a22e39 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -37,6 +37,8 @@ if (empty($lang) || !is_array($lang)) // Board Settings $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_HOME_TEXT' => 'Board index text', + 'BOARD_HOME_TEXT_EXPLAIN' => 'This text is displayed as the board index in the board’s breadcrumbs. If not specified, it will default to “Board index”.', '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.', |