diff options
| author | Graham Eames <grahamje@users.sourceforge.net> | 2006-04-22 13:59:46 +0000 |
|---|---|---|
| committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-04-22 13:59:46 +0000 |
| commit | ebae19ff71f4f189a0e033073a38abe4637a3e69 (patch) | |
| tree | 5f8342e0385243e151ee6b0f9be8ce6df695aaba /phpBB/language | |
| parent | 832ac398c401101585a0ded8faea5d084391cbf9 (diff) | |
| download | forums-ebae19ff71f4f189a0e033073a38abe4637a3e69.tar forums-ebae19ff71f4f189a0e033073a38abe4637a3e69.tar.gz forums-ebae19ff71f4f189a0e033073a38abe4637a3e69.tar.bz2 forums-ebae19ff71f4f189a0e033073a38abe4637a3e69.tar.xz forums-ebae19ff71f4f189a0e033073a38abe4637a3e69.zip | |
The return of the option to download the config file if it could not be written
git-svn-id: file:///svn/phpbb/trunk@5821 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rwxr-xr-x | phpBB/language/en/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 3d186b5cd9..0d0480724b 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -43,6 +43,7 @@ $lang = array_merge($lang, array( 'CAT_CONVERT' => 'Convert', 'CAT_INSTALL' => 'Install', 'CAT_OVERVIEW' => 'Overview', + 'CONFIG_FILE_UNABLE_WRITE' => 'It was not possible to write the configuration file. Alternative methods for this file to be created are presented below', 'CONFIG_FILE_WRITTEN' => 'The configuration file has been written, you may now proceed to the next step of the installation', 'CONFIG_RETRY' => 'Retry', 'CONTACT_EMAIL' => 'Contact email address', |
