diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-29 11:42:02 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-29 11:42:02 -0300 | 
| commit | bb3c9a26bb75c76c5934d327548bf08606467b9f (patch) | |
| tree | 26760aa866799fc70683ef6845bf54fb17bdc955 /install/languages | |
| parent | 2feedf39f6484879333a7b77fdc3c184150db8c7 (diff) | |
| parent | 398572fd96c72b363fd5a252fb9cbe1cecab1e04 (diff) | |
| download | elgg-bb3c9a26bb75c76c5934d327548bf08606467b9f.tar.gz elgg-bb3c9a26bb75c76c5934d327548bf08606467b9f.tar.bz2  | |
Merge branch 'floxglove-3' into saravea
Conflicts:
	.gitmodules
Diffstat (limited to 'install/languages')
| -rw-r--r-- | install/languages/en.php | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/install/languages/en.php b/install/languages/en.php index b2583fbc9..531379b1e 100644 --- a/install/languages/en.php +++ b/install/languages/en.php @@ -124,6 +124,7 @@ If you are ready to proceed, click the Next button.",  	'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:database_prefix' => 'Invalid characters in database prefix',  	'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', @@ -131,7 +132,7 @@ If you are ready to proceed, click the Next button.",  	'install:error:readsettingsphp' => 'Unable to read engine/settings.example.php',  	'install:error:writesettingphp' => 'Unable to write engine/settings.php',  	'install:error:requiredfield' => '%s is required', -	'install:error:relative_path' => 'We don\'t think "%s" is an absoluate path for your data directory', +	'install:error:relative_path' => 'We don\'t think "%s" is an absolute path for your data directory',  	'install:error:datadirectoryexists' => 'Your data directory %s does not exist.',  	'install:error:writedatadirectory' => 'Your data directory %s is not writable by the web server.',  	'install:error:locationdatadirectory' => 'Your data directory %s must be outside of your install path for security.',  | 
