From 4cf87cd1f558593fe7047440806bc6b7d32e83ee Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 2 May 2008 12:40:38 +0000 Subject: The system now uses the site GUID to get and set entity data. Also, installation is a great deal more visual. git-svn-id: https://code.elgg.org/elgg/trunk@621 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index ab68866f1..aac6af52f 100644 --- a/languages/en.php +++ b/languages/en.php @@ -88,6 +88,21 @@ 'deleteconfirm' => "Are you sure you want to delete this item?", 'fileexists' => "A file has already been uploaded. To replace it, select it below:", + /** + * Installation and system settings + */ + + 'installation' => "Installation", + 'installation:success' => "Elgg's database was installed successfully.", + 'installation:configuration:success' => "Your initial configuration settings have been saved. Now register your initial user; this will be your first system administrator.", + + 'installation:settings' => "System settings", + 'installation:settings:description' => "Now that the Elgg database has been successfully installed, you need to enter a couple of pieces of information to get your site fully up and running. We've tried to guess where we could, but you may find that you need to tweak these details.", + 'sitename' => "The name of your site (eg \"My social networking site\"):", + 'wwwroot' => "The site URL, followed by a trailing slash:", + 'path' => "The full path to your site root on your disk, followed by a trailing slash:", + 'dataroot' => "The full path to the directory where uploaded files will be stored, followed by a trailing slash:", + /** * Welcome */ -- cgit v1.2.3