diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-06-21 15:24:03 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-06-21 15:24:03 +0000 |
| commit | 90e479df3de1295ad9fcebcb49107946f7b0ae20 (patch) | |
| tree | 0c7bc6272c7ec1c1354e9703754b748796888b09 /phpBB/language/en/lang_admin.php | |
| parent | db5bba6bc871e1a22ec6d16d6bc55afb8148342e (diff) | |
| download | forums-90e479df3de1295ad9fcebcb49107946f7b0ae20.tar forums-90e479df3de1295ad9fcebcb49107946f7b0ae20.tar.gz forums-90e479df3de1295ad9fcebcb49107946f7b0ae20.tar.bz2 forums-90e479df3de1295ad9fcebcb49107946f7b0ae20.tar.xz forums-90e479df3de1295ad9fcebcb49107946f7b0ae20.zip | |
Add check for files/ , write img_magick details to config table, missed couple of lang strings
git-svn-id: file:///svn/phpbb/trunk@4165 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_admin.php')
| -rw-r--r-- | phpBB/language/en/lang_admin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index af07bbf6bf..889b37ab96 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -1134,6 +1134,8 @@ $lang = array_merge($lang, array( 'SCRIPT_PATH_EXPLAIN' => 'The path where phpBB2 is located relative to the domain name', 'SERVER_PORT' => 'Server port', 'SERVER_PORT_EXPLAIN' => 'The port your server is running on, usually 80, only change if different', + 'INSTALL_TEST' => 'Test Again', + 'INSTALL_NEXT' => 'Next Stage', 'INSTALL_START' => 'Start Install', 'INSTALL_SEND_CONFIG' => 'Unfortunately phpBB could not write the configuration information directly to your config.php. This may be because the file does not exist or is not writeable. A number of options will be listed below enabling you to complete installation of config.php.', |
