diff options
Diffstat (limited to 'languages/en.php')
| -rw-r--r-- | languages/en.php | 14 | 
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:",
 | 
