From 23cc2ea83e586f6bf62bdfaf05b1e2d3ba0be2ed Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 7 Oct 2010 11:35:26 +0000 Subject: pulled more language strings out of installer into language file git-svn-id: http://code.elgg.org/elgg/trunk@7029 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install/languages/en.php | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'install/languages/en.php') diff --git a/install/languages/en.php b/install/languages/en.php index 93bd9e190..f4d9e5ce6 100644 --- a/install/languages/en.php +++ b/install/languages/en.php @@ -110,10 +110,23 @@ If you are ready to proceed, click the Next button.", 'install:admin:cannot_create' => 'Unable to create an admin account.', 'install:complete:instructions' => 'Your Elgg site is now ready to be used. Click the button below to be taken to your site.', - - - 'InstallationException:UnknownStep' => '%s is an unknown installation step.', - + 'install:complete:gotosite' => 'Go to site', + + 'InstallationException:UnknownStep' => '%s is an unknown installation step.', + + 'install:success:database' => 'Database has been installed.', + 'install:success:settings' => 'Site settings have been saved.', + 'install:success:admin' => 'Admin account has been created.', + + '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: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: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.', + 'install:error:createsite' => 'Unable to create the site.', ); add_translation("en", $english); -- cgit v1.2.3