aboutsummaryrefslogtreecommitdiff
path: root/install/languages/en.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-07 11:35:26 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-07 11:35:26 +0000
commit23cc2ea83e586f6bf62bdfaf05b1e2d3ba0be2ed (patch)
treeda948eb067da807485d2a9e5b489acea34ded72e /install/languages/en.php
parent82b11e3fbae9440b4113ac90e9aed2fa7b2cb951 (diff)
downloadelgg-23cc2ea83e586f6bf62bdfaf05b1e2d3ba0be2ed.tar.gz
elgg-23cc2ea83e586f6bf62bdfaf05b1e2d3ba0be2ed.tar.bz2
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
Diffstat (limited to 'install/languages/en.php')
-rw-r--r--install/languages/en.php21
1 files changed, 17 insertions, 4 deletions
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);