From 9fb0a7a7a32d9f7e8b8a591ca9053168068da16d Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 16 Jun 2008 12:40:48 +0000 Subject: CLOSED - #14: XML-RPC handler http://trac.elgg.org/elgg/ticket/14 git-svn-id: https://code.elgg.org/elgg/trunk@930 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index b8a60d9a9..fcaeafd10 100644 --- a/languages/en.php +++ b/languages/en.php @@ -127,7 +127,11 @@ '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:XMLRPCMethodNotImplemented' => "XML-RPC method call '%s' not implemented.", + 'InvalidParameterException:UnexpectedReturnFormat' => "Call to method '%s' returned an unexpected result.", + 'CallException:NotRPCCall' => "Call does not appear to be a valid XML-RPC call", /** * User details @@ -313,7 +317,13 @@ */ 'welcome' => "Welcome %s", - 'welcome_message' => "Welcome to this Elgg installation.", + 'welcome_message' => "Welcome to this Elgg installation.", + + + /** + * XML-RPC + */ + 'xmlrpc:noinputdata' => "Input data missing", ); -- cgit v1.2.3