diff options
Diffstat (limited to 'phpBB/language/en/install.php')
-rw-r--r-- | phpBB/language/en/install.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 6097bd66bb..2341a12842 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -82,6 +82,9 @@ $lang = array_merge($lang, array( <p>Only those databases supported on your server will be displayed.', 'ACP_LINK' => 'Take me to <a href="%1$s">the ACP</a>', + + 'INSTALL_PHPBB_IS_ALREADY_INSTALLED' => 'phpBB is already installed.', + 'INSTALL_PHPBB_IS_NOT_INSTALLED' => 'phpBB is not installed yet.' )); // Requirements translation |