aboutsummaryrefslogtreecommitdiff
path: root/install/languages/en.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-13 11:01:16 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-13 11:01:16 +0000
commitcd33e6a791409bf0898d6d1db5938b09415289fb (patch)
treeec33c1463d8fdff09bdb897ba21f5066c3899fbb /install/languages/en.php
parentea320e206be4f99c9a5819306ec1b284b1085ed4 (diff)
downloadelgg-cd33e6a791409bf0898d6d1db5938b09415289fb.tar.gz
elgg-cd33e6a791409bf0898d6d1db5938b09415289fb.tar.bz2
Fixes #2556 - one step install now supported with sample cli script
git-svn-id: http://code.elgg.org/elgg/trunk@7067 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'install/languages/en.php')
-rw-r--r--install/languages/en.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/install/languages/en.php b/install/languages/en.php
index 02555c7d3..ff6b7e4a9 100644
--- a/install/languages/en.php
+++ b/install/languages/en.php
@@ -40,7 +40,7 @@ If you are ready to proceed, click the Next button.",
'install:check:php:extension:recommend' => 'It is recommended that the PHP extension %s is installed.',
'install:check:php:open_basedir' => 'The open_basedir PHP directive may prevent Elgg from saving files to its data directory.',
'install:check:php:safe_mode' => 'Running PHP in safe mode is not recommened and may cause problems with Elgg.',
- 'install:check:php:arg_separator' => 'arg_separator.output must be & for Elgg to work and your server\'s value is %s ',
+ 'install:check:php:arg_separator' => 'arg_separator.output must be & for Elgg to work and your server\'s value is %s',
'install:check:enginedir' => 'Your web server does not have permission to create the settings.php file in the engine directory. You have two choices:
@@ -68,8 +68,6 @@ If you are ready to proceed, click the Next button.",
'install:database:help:dbhost' => 'Hostname of the MySQL server (usually localhost)',
'install:database:help:dbprefix' => "The prefix given to all of Elgg's tables (usually elgg_)",
- 'install:dbuser' => '',
-
'install:settings:instructions' => "We need some information about the site as we configure Elgg. If you haven't created a data directory for Elgg, please do so before completing this step.",
'install:settings:label:sitename' => 'Site Name',
@@ -116,9 +114,12 @@ If you are ready to proceed, click the Next button.",
'install:success:settings' => 'Site settings have been saved.',
'install:success:admin' => 'Admin account has been created.',
+ 'install:error:htaccess' => 'Unable to create an .htaccess',
+ 'install:error:settings' => 'Unable to create the settings file',
'install:error:databasesettings' => 'Unable to connect to the database with these settings.',
'install:error:oldmysql' => 'MySQL must be version 5.0 or above. Your server is using %s.',
'install:error:nodatabase' => 'Unable to use database %s. It may not exist.',
+ 'install:error:cannotloadtables' => 'Cannot load the database tables',
'install:error:tables_exist' => 'There are already Elgg tables in the database. You need to either drop those tables or restart the installer and we will attempt to use them. To restart the installer, remove \'?step=database\' from the URL in your browser\'s address bar and press Enter.',
'install:error:readsettingsphp' => 'Unable to read engine/settings.example.php',
'install:error:writesettingphp' => 'Unable to write engine/settings.php',
@@ -127,6 +128,7 @@ If you are ready to proceed, click the Next button.",
'install:error:locationdatadirectory' => 'Your data directory %s must be outside of your install path for security.',
'install:error:emailaddress' => '%s is not a valid email address',
'install:error:createsite' => 'Unable to create the site.',
+ 'install:error:savesitesettings' => 'Unable to save site settings',
'install:error:loadadmin' => 'Unable to load admin user.',
'install:error:adminaccess' => 'Unable to give new user account admin privileges.',
'install:error:adminlogin' => 'Unable to login the new admin user automatically.',