aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-06-24 15:52:17 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-06-24 15:52:17 +0000
commit737dea1370d4082fa66b9c459d60f879d1d7ac1b (patch)
tree629e1eeb8098eeb2f9b2315e50198728f01cc779 /phpBB/language
parent097769fd0740abeae1cb9b67916e13e1d6339db6 (diff)
downloadforums-737dea1370d4082fa66b9c459d60f879d1d7ac1b.tar
forums-737dea1370d4082fa66b9c459d60f879d1d7ac1b.tar.gz
forums-737dea1370d4082fa66b9c459d60f879d1d7ac1b.tar.bz2
forums-737dea1370d4082fa66b9c459d60f879d1d7ac1b.tar.xz
forums-737dea1370d4082fa66b9c459d60f879d1d7ac1b.zip
Show message to those browsing whilst board is disabled
git-svn-id: file:///svn/phpbb/trunk@6124 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/common.php1
-rwxr-xr-xphpBB/language/en/install.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index d2814fa47d..38dce2bd05 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -87,6 +87,7 @@ $lang = array_merge($lang, array(
'BOARD_BAN_REASON' => 'Reason given for ban: <strong>%s</strong>',
'BOARD_BAN_TIME' => 'You have been banned from this board until <strong>%1$s</strong>.<br /><br />Please contact the %2$sBoard Administrator%3$s for more information.',
'BOARD_DISABLE' => 'Sorry but this board is currently unavailable',
+ 'BOARD_DISABLED' => 'This board is currently disabled',
'BOARD_UNAVAILABLE' => 'Sorry but the board is temporarily unavailable, please try again in a few minutes',
'BROWSING_FORUM_GUEST' => 'Users browsing this forum: %1$s and %2$d guest',
'BROWSING_FORUM_GUESTS' => 'Users browsing this forum: %1$s and %2$d guests',
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index 1cb4dd2f65..d9bf5d9148 100755
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -149,6 +149,7 @@ $lang = array_merge($lang, array(
'INSTALL_TEST' => 'Test Again',
'INST_ERR_DB_CONNECT' => 'Could not connect to the database, see error message below',
'INST_ERR_DB_NO_ERROR' => 'No error message given',
+ 'INST_ERR_DB_NO_NAME' => 'No database name specified',
'INST_ERR_EMAIL_INVALID' => 'The email address you entered is invalid',
'INST_ERR_EMAIL_MISMATCH' => 'The emails you entered did not match.',
'INST_ERR_FATAL' => 'Fatal installation error',