From 676c95cf17fc49c32d4ea88dc7cf6d3659afd33e Mon Sep 17 00:00:00 2001 From: icewing Date: Fri, 6 Jun 2008 12:24:52 +0000 Subject: Marcus Povey * More internationalisation git-svn-id: https://code.elgg.org/elgg/trunk@823 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index 6d28a74dd..3fde82ee5 100644 --- a/languages/en.php +++ b/languages/en.php @@ -93,7 +93,11 @@ 'InvalidParameterException:NoDataFound' => "Could not find any data.", 'InvalidParameterException:DoesNotBelong' => "Does not belong to entity.", 'InvalidParameterException:DoesNotBelongOrRefer' => "Does not belong to entity or refer to entity.", - 'InvalidParameterException:MissingParameter' => "Missing parameter, you need to provide a GUID.", + 'InvalidParameterException:MissingParameter' => "Missing parameter, you need to provide a GUID.", + + 'SecurityException:APIAccessDenied' => "Sorry, API access has been disabled by the administrator.", + 'SecurityException:NoAuthMethods' => "No authentication methods were found that could authenticate this API request.", + 'APIException:ApiResultUnknown' => "API Result is of an unknown type, this should never happen.", /** * User details */ -- cgit v1.2.3