aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-28 16:52:12 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-28 16:52:12 +0000
commit692a7abf90751b19ddb5ec831013a2a7bc9d1f8d (patch)
tree665dcfff0ebc41bada385786a0faaecd0f9b230f /languages
parent9b24c14341da149952e8ab0e5ba147579c62b5cf (diff)
downloadelgg-692a7abf90751b19ddb5ec831013a2a7bc9d1f8d.tar.gz
elgg-692a7abf90751b19ddb5ec831013a2a7bc9d1f8d.tar.bz2
new start page layout/style
git-svn-id: https://code.elgg.org/elgg/trunk@1561 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/languages/en.php b/languages/en.php
index a2d6d7d46..14b567662 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -17,7 +17,7 @@
/**
* Errors
*/
- 'exception:title' => "We've encountered a problem.",
+ 'exception:title' => "Welcome to Elgg.",
'InstallationException:CantCreateSite' => "Unable to create a default ElggSite with credentials Name:%s, Url: %s",
@@ -131,7 +131,7 @@
'APIException:MissingContentType' => "Missing content type for post data",
'SecurityException:InvalidPostHash' => "POST data hash is invalid - Expected %s but got %s.",
'SecurityException:DupePacket' => "Packet signature already seen.",
- 'SecurityException:InvalidAPIKey' => "Invalid or missing API Key.",
+ 'SecurityException:InvalidAPIKey' => "Invalid or missing API Key.",
'NotImplementedException:CallMethodNotImplemented' => "Call method '%s' is currently not supported.",
'NotImplementedException:XMLRPCMethodNotImplemented' => "XML-RPC method call '%s' not implemented.",
@@ -398,8 +398,8 @@
'description' => "Description",
'tags' => "Tags",
'spotlight' => "Spotlight",
- 'all' => "All",
-
+ 'all' => "All",
+
'by' => 'by',
/**
@@ -479,15 +479,15 @@ Alternatively, you can enter your database settings below and we will try and do
'installation:settings:dbwizard:savefail' => "We were unable to save the new settings.php. Please save the following file as engine/settings.php using a text editor.",
- 'sitename' => "The name of your site (eg \"My social networking site\"):",
+ 'sitename' => "The name of your site (eg \"My social networking site\"):",
'sitedescription' => "Short description of your site (optional)",
'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:",
'language' => "The default language for your site:",
'debug' => "Debug mode provides extra information which can be used to diagnose faults, however it can slow your system down so should only be used if you are having problems:",
- 'debug:label' => "Turn on debug mode",
- 'usage' => "This option lets Elgg send anonymous usage statistics back to Curverider.",
+ 'debug:label' => "Turn on debug mode",
+ 'usage' => "This option lets Elgg send anonymous usage statistics back to Curverider.",
'usage:label' => "Send anonymous usage statistics",
'view' => "Enter the view which will be used as the default for your site (e.g. 'mobile') or leave this blank for the default view:",