diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-07-22 22:26:38 -0500 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-07-22 22:26:38 -0500 |
| commit | a5dd64195a3a88db3fec38ac74dfb5d118ab5622 (patch) | |
| tree | f3b3b685f289f05b6108a2e102355d5a998ffd06 /phpBB/language | |
| parent | 147a125f69683f2f87017bf9870c804a9f09c3d3 (diff) | |
| download | forums-a5dd64195a3a88db3fec38ac74dfb5d118ab5622.tar forums-a5dd64195a3a88db3fec38ac74dfb5d118ab5622.tar.gz forums-a5dd64195a3a88db3fec38ac74dfb5d118ab5622.tar.bz2 forums-a5dd64195a3a88db3fec38ac74dfb5d118ab5622.tar.xz forums-a5dd64195a3a88db3fec38ac74dfb5d118ab5622.zip | |
[ticket/11021] Add the option to specify a Site home URL and text
PHPBB3-11021
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/acp/board.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 0754884473..6b043b887d 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -49,6 +49,10 @@ $lang = array_merge($lang, array( 'OVERRIDE_STYLE' => 'Override user style', 'OVERRIDE_STYLE_EXPLAIN' => 'Replaces user’s style with the default.', 'SITE_DESC' => 'Site description', + 'SITE_HOME_TEXT' => 'Site home text', + 'SITE_HOME_TEXT_EXPLAIN' => 'Specify a Site Home Text to use your own instead of the default text in the breadcrumbs ’Home.’', + 'SITE_HOME_URL' => 'Site home URL', + 'SITE_HOME_URL_EXPLAIN' => 'If you specify a Site Home URL, a link to this page will be added to your board’s breadcrumbs and the site logo will also be linked to this address.', 'SITE_NAME' => 'Site name', 'SYSTEM_TIMEZONE' => 'Guest timezone', 'SYSTEM_TIMEZONE_EXPLAIN' => 'Timezone to use for displaying times to users who are not logged in (guests, bots). Logged in users set their timezone during registration and can change it in their user control panel.', |
